Bug 86410
| Summary: | Sometimes Segfaults in rpmdbFreeIterator | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Jon Burgess <jburgess777> |
| Component: | rpm | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-03-22 20:02: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: | |||
|
Description
Jon Burgess
2003-03-21 17:28:51 UTC
"apt-get update" also seg faults with a similar backtrace in librpmdb-4.1.so: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 3347)] 0x40157122 in rpmdbFreeIterator () from /usr/lib/librpmdb-4.1.so (gdb) bt #0 0x40157122 in rpmdbFreeIterator () from /usr/lib/librpmdb-4.1.so #1 0x400a1765 in RPMDBHandler::RPMDBHandler(bool) () from /usr/lib/libapt-pkg-libc6.3-5.so.3.3 #2 0x400c3812 in rpmSystem::Lock() () from /usr/lib/libapt-pkg-libc6.3-5.so.3.3 #3 0x40086444 in pkgCacheFile::BuildCaches(OpProgress&, bool) () from /usr/lib/libapt-pkg-libc6.3-5.so.3.3 #4 0x0805440b in DoUpdate(CommandLine&) () #5 0x40057adb in CommandLine::DispatchArg(CommandLine::Dispatch*, bool) () from /usr/lib/libapt-pkg-libc6.3-5.so.3.3 #6 0x0805ac89 in main () #7 0x420158c7 in __libc_start_main () from /lib/i686/libc.so.6 (gdb) FIxed, bits at same place you got the broken bits. |