Bug 229005

Summary: loader received SIGSEGV!
Product: [Fedora] Fedora Reporter: Marius Andreiana <marius.andreiana>
Component: dhcpv6Assignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: high 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: 2007-02-16 20:36:18 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 Marius Andreiana 2007-02-16 14:16:56 UTC
Tried to install today's rawhide on Dell Latitude 620 with images/boot.iso and
HTTP install.
After getting DHCP IP I get
loader received SIGSEGV! Backtrace: ...

Alt+F3 shows
DHCP info ok
ERROR failed to get a DUID
INFO doesn't support eth0

Comment 1 David Cantrell 2007-02-16 15:55:56 UTC
You can get around this for now by disabling IPv6 in the loader.

Working on it now.

Comment 2 David Cantrell 2007-02-16 20:36:18 UTC
Problem was that the control socket opened in gethwid() in libdhcp6client was
being closed before the ioctl() calls were run.

Fixed in dhcpv6-0.10-40.  Reassigning this to the dhcpv6 component, since that's
where the problem was.

Thanks.