Bug 513699

Summary: error: db4 error(-30986) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found
Product: [Fedora] Fedora Reporter: Brock Organ <borgan>
Component: rpmAssignee: Panu Matilainen <pmatilai>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: bkearney, ffesti, james.antill, jnovy, maurizio.antillon, maxamillion, pinto.elia, pmatilai, qwfajsd, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-10-08 12:55:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
complete log of the execution of the command that segfaulted none

Description Brock Organ 2009-07-24 20:39:41 UTC
Created attachment 355094 [details]
complete log of the execution of the command that segfaulted

* using f11 on x86_64
* packages: yum-3.2.22-4.fc11.noarch db4-4.7.25-11.fc11.x86_64

when trying to run the following command (originally generated by mock), a segfault occurs:

> # /usr/bin/yum --installroot /var/lib/mock/fedora-11-x86_64/root/  install  
>     <see-attachment-for-full-list-of-packages>
> <...>
> Freeing read locks for locker 0x2a: 21108/140255892707056
> Freeing read locks for locker 0x2b: 21108/140255892707056
> error: db4 error(-30986) from dbcursor->c_get: DB_PAGE_NOTFOUND: 
>    Requested page not found
> error: db4 error(-30986) from dbcursor->c_get: DB_PAGE_NOTFOUND: 
>    Requested page not found
> <...>
> error: db4 error(-30986) from dbcursor->c_get: DB_PAGE_NOTFOUND: 
>    Requested page not found
> error: db4 error(-30986) from dbcursor->c_get: DB_PAGE_NOTFOUND: 
>    Requested page not found
> Segmentation fault

Comment 1 seth vidal 2009-07-24 20:45:02 UTC
Looks like this should go over to rpm.

Comment 2 Bryan Kearney 2009-08-26 20:47:57 UTC
Building an image with app creator, and mounting it using he following commands. I can reproduce this error:

root@localhost jeos]# losetup /dev/loop1 jeos-sda.raw 
[root@localhost jeos]# kpartx -a -v /dev/loop1
add map loop1p1 (253:2): 0 2929687 linear /dev/loop1 1
[root@localhost jeos]# mkdir /tmp/disk
[root@localhost jeos]# mount -o loop /dev/mapper/loop1p1 /tmp/disk
[root@localhost disk]# rpm -q -r /tmp/disk kernel
kernel-2.6.29.6-217.2.8.fc11.i586
[root@localhost disk]# rpm -qa -r /tmp/disk kernel
error: db4 error(-30986) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found

Comment 3 Ino 2009-09-03 15:17:55 UTC
I've the same error:

# yum grouplist
Loaded plugins: refresh-packagekit
Setting up Group Process
ошибка: ошибка(4) db-30986 из dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found


I've got that error for every yum run

Comment 4 Panu Matilainen 2009-10-08 12:55:49 UTC

*** This bug has been marked as a duplicate of bug 507309 ***