Bug 513699 - error: db4 error(-30986) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found
Summary: error: db4 error(-30986) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested pa...
Keywords:
Status: CLOSED DUPLICATE of bug 507309
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: 11
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Panu Matilainen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-07-24 20:39 UTC by Brock Organ
Modified: 2014-01-21 23:10 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-10-08 12:55:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
complete log of the execution of the command that segfaulted (5.82 KB, text/plain)
2009-07-24 20:39 UTC, Brock Organ
no flags Details

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 ***


Note You need to log in before you can comment on or make changes to this bug.