Bug 71115

Summary: signal 11 in loader when %post has escaped newlines
Product: [Retired] Red Hat Linux Beta Reporter: Mike McLean <mikem>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: beta4CC: manfredh, thomas
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-01-07 19:16:08 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 Mike McLean 2002-08-08 22:09:54 UTC
* Milan-re0808.0

I got a signal 11 just after the kickstart file was recieved (via nfs).  The
kickstart was pretty normal except for the %post which looked like:
%post
cat >/root/autotest.sh <<ENDOFSCRIPT
#!/bin/bash
<insert large script here>
ENDOFSCRIPT
bash /root/autotest.sh install_cron

[I will attach the full kickstart file]

Comment 2 Michael Fulbright 2002-08-12 19:39:07 UTC
Will look at.

Comment 3 Mike McLean 2002-08-14 17:20:11 UTC
I've beaten this problem down to a several very small %posts.  Here are some
examples that cause the signal 11:

%post
echo \
this is a test

%post
echo 'this is
a test
'

%post
echo '
this is 
a test'

Oddly enough, the following %post does not cause the signal 11.

%post
echo 'this is
a test'

And I believe this problem goes back a ways.  I was able to get this error with
7.3 and 7.2 installs.  Haven't tried others yet.

Comment 4 Michael Fulbright 2002-08-21 16:56:28 UTC
Oh yeah this is an old problem.

We could probably filter this but not going to change this now.

Comment 5 Mike McLean 2003-01-02 23:46:01 UTC
*** Bug 71980 has been marked as a duplicate of this bug. ***

Comment 6 Mike McLean 2003-01-02 23:48:22 UTC
jeremy has made some changes that should fix this problem.

Comment 7 Mike McLean 2003-01-07 18:49:29 UTC
*** Bug 74371 has been marked as a duplicate of this bug. ***

Comment 8 Mike McLean 2003-01-07 19:16:08 UTC
fix verified  -re0106.0