Bug 404691
| Summary: | Anaconda loader received SIGABRT when after network was configured | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lubomir Kundrak <lkundrak> | ||||
| Component: | libdhcp | Assignee: | David Cantrell <dcantrell> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-01-04 04:17:47 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
Lubomir Kundrak
2007-11-29 16:56:10 UTC
Created attachment 273061 [details]
tty3
For my future reference: 0x401ade /usr/src/debug/anaconda-11.4.0.3/loader2/loader.c:1456 0x5251a0 /usr/src/debug/anaconda-11.4.0.3/stubs/unicode-lite.c:28 0x5843e5 /usr/src/debug/anaconda-11.4.0.3/stubs/unicode-lite.c:28 0x525880 /usr/src/debug/anaconda-11.4.0.3/stubs/unicode-lite.c:28 0x53ede5 /usr/src/debug/anaconda-11.4.0.3/stubs/unicode-lite.c:28 0x53e5e4 /usr/src/debug/anaconda-11.4.0.3/stubs/unicode-lite.c:28 0x56e63d /usr/src/debug/anaconda-11.4.0.3/stubs/unicode-lite.c:28 0x471b09 ??:0 0x4734ea ??:0 0x469e21 ??:0 0x471526 ??:0 0x4187e1 /usr/src/debug/anaconda-11.4.0.3/loader2/net.c:1397 0x41aaf2 /usr/src/debug/anaconda-11.4.0.3/loader2/net.c:590 0x41b95b /usr/src/debug/anaconda-11.4.0.3/loader2/net.c:1931 0x41ff93 /usr/src/debug/anaconda-11.4.0.3/loader2/telnetd.c:238 0x40383d /usr/src/debug/anaconda-11.4.0.3/loader2/loader.c:1708 0x516ce9 /usr/src/debug/anaconda-11.4.0.3/stubs/unicode-lite.c:28 0x4001e9 ??:0 Since the last call in net.c there is pumpSetupInterface, this looks to be a problem in the libdhcp code getting something it's not expecting. I wonder if it would be possible to get gdbserver into rawhide builds of stage1, so issues like this could be conveniently looked into. Also reproducible in 11.4.0.4 boot.iso, x86_64 only, not i386. |