From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8 Description of problem: I have a corrupt rpm database I have tried rm /var/lib/__db.* and rpm --rebuilddb but that process ends in a segfault. When I issue the command rpm -qa I also get a segfault. I am stuck now, I can't update anything till the rpm database is fixed. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. rpm -qa 2. segfault 3. much yelling and screaming Actual Results: segfault Expected Results: The rpm database should be rebuilt Additional info:
See http://people.redhat.com/berrange/notes/rpmrecovery.html for full recovery procedure (it says it's for RHEL 3 but it's valid for RHEL 4 too). If that doesn't help, I'll need a crash traceback with relevant debuginfo packages installed and probably a copy of the faulty rpmdb to have any chance at fixing.
Created attachment 245741 [details] this is the database that is causing the segfault
Umm, the database is from a Red Hat Linux 8.0 system, not RHEL 4. You wont be getting fixes for rpm (or any other packages for that matter) for RHL 8.0 anymore, it's been EOL'd several years ago. That said, it appears that the Pubkeys index is corrupted and causing the segfaults, "rm -f /var/lib/rpm/Pubkeys; rpm --rebuilddb" should help.