Bug 90306

Summary: grub segfaults
Product: [Retired] Red Hat Linux Beta Reporter: Mike McLean <mikem>
Component: grubAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Glen Foster <glen>
Severity: medium Docs Contact:
Priority: medium    
Version: prebetaCC: alan, chris.ricker, me
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: 2003-09-24 23:53:11 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:
Bug Depends On:    
Bug Blocks: 90241, 100643    
Attachments:
Description Flags
strace of grub none

Description Mike McLean 2003-05-06 17:01:17 UTC
* -re0505.2

getting a segfault from grub when I run grub-install. Will attach an strace.

This is causing some install cases to fail, primarily those installs where grub
was not already installed.

Comment 1 Mike McLean 2003-05-06 17:05:07 UTC
Created attachment 91518 [details]
strace of grub

Comment 2 Jeremy Katz 2003-05-06 19:56:19 UTC
New kernel will (hopefully) fix this...

Comment 3 Jeremy Katz 2003-05-08 03:07:08 UTC
Due to exec shield breaking nested function trampoline stuff.

Blah.  Worked around for now in the installer at least.  Hopefully we'll have
the newer version of the exec shield patch for the next beta and then I can use
chkstk to fix grub instead of turning off exec shield in the installer.

Comment 4 Mike McLean 2003-05-29 15:18:26 UTC
*** Bug 91875 has been marked as a duplicate of this bug. ***

Comment 5 Jeremy Katz 2003-09-22 16:55:15 UTC
*** Bug 99442 has been marked as a duplicate of this bug. ***

Comment 6 Jeremy Katz 2003-09-22 16:56:07 UTC
*** Bug 104819 has been marked as a duplicate of this bug. ***

Comment 7 Jeremy Katz 2003-09-24 23:53:11 UTC
exec shield stuff works now.