Bug 2175539
Summary: | rpmdb_migrate crashes on every boot | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael Catanzaro <mcatanza> |
Component: | rpm | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 37 | CC: | igor.raits, mdomonko, ngompa13, packaging-team-maint, pmatilai, vmukhame |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-03-07 20:52:45 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Michael Catanzaro
2023-03-05 17:31:14 UTC
Oh one more thing: I also tried: $ sudo /usr/lib/rpm/rpmdb_migrate and this did crash, but the backtrace was useless as it pointed to sudo killing itself with SIGSEGV to ensure it dies with the same signal as the script that it was running. :( rpmdb_migrate isn't very complex: https://src.fedoraproject.org/rpms/rpm/blob/rawhide/f/rpmdb_migrate There are two potential points to crash: * rpm --eval '%_dbpath' * rpm --verbose --rebuilddb Other than that, it does nothing special and crashes are out of my realm of understanding. :/ Sure, I only CC'd you for awareness. The peculiar thing is it didn't crash when rebuilding outside that script. I doubt it has anything to do with this, but the "canonical" way of rebuilding the rpmdb is "rpmdb --rebuilddb" (note the command). This *may* matter with SELinux transitions and whatnot, that's a complicated and fragile puzzle from what I've seen. *** This bug has been marked as a duplicate of bug 2164752 *** |