Bug 349211
Summary: | Anaconda hangs when trying to install F8T3/x86_64 on VMWare server 1.0.4 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gilboa Davara <gilboad> | ||||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 8 | CC: | katzj | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | f9 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2008-06-04 12:46:24 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: | |||||||||
Attachments: |
|
Description
Gilboa Davara
2007-10-23 18:24:29 UTC
Created attachment 235331 [details]
Anaconda console log
Created attachment 235341 [details]
Kernel log
Looks like a python problem judging from the console log file. Chris, if there was a double free problem in the python GC I'm pretty sure I'd be flooded with bugs ... much more likely is that anaconda is calling some C code that is doing the double free. Can you get glibc to print a backtrace/core-dump like it normally does (post install) on double free? Even after I hard-wired /usr/bin/ls to /bin/ls and /usr/bin/sed to /bin/sed (without it pstack aborted on an error) - pstack anaconda_pid returns nothing. Beyond crashing anaconda by sending a kill -SEGV, any idea how I can yank the call stack? - Gilboa Doing a kill -ABRT is probably the easiest, assuming nothing turns coredumps off with resource limits ... chris what is the usual way to debug this easily? kill -ABRT doesn't return anything - anaconda just dies with no crash dump. Reverting to last bad-known snapshot. - Gilboa Have you encountered this problem in Fedora 9? F9 installed cleanly. Bug can be closed. - Gilboa |