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
Looks like this should go over to rpm.
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
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
*** This bug has been marked as a duplicate of bug 507309 ***