Bug 599457

Summary: Net Installer Crashed After Retrieving install.img
Product: [Fedora] Fedora Reporter: roshnic
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: anaconda-maint-list, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 612232 (view as bug list) Environment:
Last Closed: 2010-08-09 19:45:15 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 Flags
screenshot of tty3
none
screenshot of tty4 none

Description roshnic 2010-06-03 09:52:55 UTC
Description of problem:


Version-Release number of selected component (if applicable): 13.42


How reproducible:


Steps to Reproduce:
1. create a new grub entry with vmlinuz and initrd.img from an install disk
2. reboot and select above entry as boot option
3. select "url" among install-source options
4. configure ethernet interface
5. specify url for obtaining install.img

installer crashes after retrieving install.img  


Additional info:
Seen at prompt on crash:

Loader exited unexpectedly! Backtrace:
/sbin/loader[0x804f19e]
/sbin/loader[0x804f254]
/lib/libc.so.6(exit+0xdf)[0xccc48f]
/sbin/loader[0x8058114]
/sbin/loader[0x80527d9]
/lib/libc.so.6(__libc_start_main+0xe6)[0xcb4c6]
/sbin/loader[0x804cee1]
Running anaconda 13.42, the Fedora system installer - please wait.
exec of anaconda failed: Exec format error
install exited abnormally [1/1]
The system will be rebooted when you press Ctrl-C or Ctrl-Alt-Delete.

Comment 1 Chris Lumens 2010-06-03 13:23:59 UTC
The important frames...

0x8058114 - /usr/src/debug/anaconda-13.42/loader/selinux.c:47
0x80527d9 - /usr/src/debug/anaconda-13.42/loader/loader.c:2142

Comment 2 Chris Lumens 2010-06-03 13:53:05 UTC
42     if (!(pid = fork())) {
43         setenv("LD_LIBRARY_PATH", LIBPATH, 1);
44         execl("/sbin/load_policy",
45               "/sbin/load_policy", "-q", NULL);
46         logMessage(ERROR, "exec of load_policy failed: %m");
47         exit(1);
48     }

This is a pretty strange place to get a crash, but it seems obvious what the problem is - load_policy failed.  When you get this crash, can you jump over to tty3 and tty4, take a picture, and attach them to this bug report?

Comment 3 roshnic 2010-06-04 04:57:50 UTC
Created attachment 421115 [details]
screenshot of tty3

Comment 4 roshnic 2010-06-04 04:58:27 UTC
Created attachment 421116 [details]
screenshot of tty4

Comment 5 Chris Lumens 2010-08-09 19:45:15 UTC
Are you perhaps trying to install an x86_64 distribution on an i386 machine?  I've been completely unable to reproduce this problem in any installations here, and we have not gotten widespread reports of it.  So I don't know what could be going on.