Bug 197804
Summary: | anaconda dies with: double free or corruption (fasttop): 0x600000000012ec40 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Doug Chapman <dchapman> |
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | bnocera |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | ia64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-07-31 15:25:32 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: | |||
Bug Depends On: | |||
Bug Blocks: | 163350 |
Description
Doug Chapman
2006-07-06 14:48:09 UTC
A little more info... If I remove the ksdevice=eth0 argument (so that anaconda needs to prompt me) I still see the traceback. This seems to point to it happening before it tries to bring up the eth device which might narrow this down a bit. Does this still happen with newer trees? Yes, just verified that I still see this on rawhide-20060710 and anaconda-11.1.0.54-1 Addresses have changed a bit so here is the backtrace from the latest crash on anaconda-11.1.0.54-1: *** glibc detected *** /sbin/loader: double free or corruption (fasttop): 0x600000000012eee0 *** ======= Backtrace: ========= [0x40000000002c5d50] [0x40000000002cf320] [0x4000000000030a40] [0x4000000000037c80] [0x400000000002b960] [0x400000000001e3b0] [0x4000000000008040] [0x4000000000271770] [0x4000000000000280] ======= Memory map: ======== 00000000-00004000 r--p 00000000 00:00 0 2000000000030000-2000000000070000 rw-p 2000000000030000 00:00 0 2000000000100000-2000000000124000 rw-p 2000000000100000 00:00 0 2000000000124000-2000000000200000 ---p 2000000000124000 00:00 0 4000000000000000-400000000046c000 r-xp 00000000 00:01 27 /sbin/loader 6000000000008000-6000000000034000 rw-p 00468000 00:01 27 /sbin/loader 6000000000034000-6000000000200000 rw-p 6000000000034000 00:00 0 [heap] 60000fff7fffc000-60000fff80000000 rw-p 60000fff7fffc000 00:00 0 60000fffff0b8000-60000fffff10c000 rw-p 60000fffff0b8000 00:00 0 [stack]a000000000000000-a000000000020000 ---p 00000000 00:00 0 [vdso] install exited abnormally [0/0] -- received signal 6 I believe it's similar to bug 200451 This is now working in the rawhide-20060731 tree. |