[Bug 515529] New: GRUB -> segmentation fault
http://bugzilla.novell.com/show_bug.cgi?id=515529 Summary: GRUB -> segmentation fault Classification: openSUSE Product: openSUSE 11.2 Version: Milestone 2 Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Bootloader AssignedTo: jeffm@novell.com ReportedBy: juhliarik@novell.com QAContact: jsrain@novell.com CC: duwe@novell.com Found By: --- build 138 includes grub in version 0.97-159. Update and maybe also installation of system finish with grub segmentation fault. The calling command was: "cat /etc/grub.conf | grub --device-map=/boot/grub/device.map --batch" /etc/grub.conf: setup stage2=/boot/grub/stage2 (hd0,1) (hd0,1) setup stage2=/boot/grub/stage2 (hd0) (hd0,1) The troubles with grub was occured after adding patch from Jeff Mahoney. Reassign back to him. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User juhliarik@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c1 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High --- Comment #1 from Jozef Uhliarik <juhliarik@novell.com> 2009-06-23 04:11:26 MDT --- Maybe useful information it was reproduced on VirtualBox 2.2.4 with mounted iso image -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User juhliarik@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c2 --- Comment #2 from Jozef Uhliarik <juhliarik@novell.com> 2009-06-23 04:20:37 MDT --- Next installation of new grub package finish with segmentation fault. # rpm -Uvh /tmp/rpm/grub-0.97-159.4.i586.rpm Preparing... ########################################### [100%] 1:grub ########################################### [100%] 0+1 records in 0+1 records out 127434 bytes (127 kB) copied, 0.00139505 s, 91.3 MB/s /var/tmp/rpm-tmp.8212: line 31: 8999 Segmentation fault /usr/sbin/grub --batch < /etc/grub.conf > /dev/null 2>&1 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User jeffm@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c3 --- Comment #3 from Jeff Mahoney <jeffm@novell.com> 2009-06-23 08:22:05 MDT --- My patch was a 2 line fix for iso9660, so to say I'd be surprised if it were related would be an understatement. Can you install grub-debuginfo and then run grub in gdb to generate a stack trace? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User juhliarik@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c4 --- Comment #4 from Jozef Uhliarik <juhliarik@novell.com> 2009-06-24 00:41:08 MDT --- Jeff, I can do it but I am sure that you can reproduce it yourself. My comment #2 is from installation grub rpm package on normal PC x86-64. I just write that previous version of grub package work without troubles and you are the man who last modified grub package. ;-) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User juhliarik@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c5 --- Comment #5 from Jozef Uhliarik <juhliarik@novell.com> 2009-06-24 01:38:01 MDT --- # gdb --args grub --device-map=/boot/grub/device.map --batch GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs ... For bug reporting instructions, please see: <http://bugs.opensuse.org/>... (gdb) r Starting program: /usr/sbin/grub --device-map=/boot/grub/device.map --batch GNU GRUB version 0.97 (640K lower / 3072K upper memory) [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename. ] grub> setup --stage2=/boot/grub/stage2 --force-lba (hd0) (hd0,0) setup --stage2=/boot/grub/stage2 --force-lba (hd0) (hd0,0) Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/e2fs_stage1_5" exists... yes Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 22 sectors are embedded. succeeded Running "install --force-lba --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0) (hd0)1+22 p (hd0,0)/boot/grub/stage2 /boot/grub/menu.lst"... succeeded Done. grub> quit quit Program received signal SIGSEGV, Segmentation fault. 0x0806cd9c in realstack.6545 () (gdb) bt #0 0x0806cd9c in realstack.6545 () #1 0xffffcf48 in ?? () #2 0xf7e32705 in __libc_start_main () from /lib/libc.so.6 #3 0x08049511 in _start () at ../sysdeps/i386/elf/start.S:119 (gdb) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User jeffm@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c6 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |juhliarik@novell.com --- Comment #6 from Jeff Mahoney <jeffm@novell.com> 2009-06-24 12:05:19 MDT --- grub-0.97-159.4.x86_64.rpm works perfectly for me, both with and without stage 1.5. Are you able to reproduce this without VirtualBox? grub> setup --stage2=/boot/grub/stage2 --force-lba (hd0,9) (hd0,9) Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/e2fs_stage1_5" exists... yes Running "embed /boot/grub/e2fs_stage1_5 (hd0,9)"... failed (this is not fatal) Running "embed /boot/grub/e2fs_stage1_5 (hd0,9)"... failed (this is not fatal) Running "install --force-lba --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0 ,9) /boot/grub/stage2 p /boot/grub/menu.lst "... succeeded Done. grub> setup --stage2=/boot/grub/stage2 --force-lba (hd0) (hd0,0) Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/e2fs_stage1_5" exists... yes Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are embedded. succeeded Running "install --force-lba --stage2=/boot/grub/stage2 /boot/grub/stage1 (hd0 ) (hd0)1+15 p (hd0,0)/boot/grub/stage2 /boot/grub/menu.lst"... succeeded Done. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User juhliarik@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c7 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|juhliarik@novell.com | --- Comment #7 from Jozef Uhliarik <juhliarik@novell.com> 2009-06-24 23:19:04 MDT --- Jeff my stack trace in commnet #5 is from my real PC x86-64. The GRUB segfault during command "quit". -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User juhliarik@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c8 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rastislav.krupansky@gmail.c | |om --- Comment #8 from Jozef Uhliarik <juhliarik@novell.com> 2009-07-03 02:39:21 MDT --- *** Bug 516977 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=516977 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User juhliarik@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c9 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |axel.braun@gmx.de --- Comment #9 from Jozef Uhliarik <juhliarik@novell.com> 2009-07-07 01:52:42 MDT --- *** Bug 519080 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=519080 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User jreidinger@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c10 Josef Reidinger <jreidinger@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |radomir.cernoch@gmail.com --- Comment #10 from Josef Reidinger <jreidinger@novell.com> 2009-07-08 03:59:36 MDT --- *** Bug 520009 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=520009 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User juhliarik@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c11 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com --- Comment #11 from Jozef Uhliarik <juhliarik@novell.com> 2009-07-23 01:33:52 MDT --- *** Bug 524314 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=524314 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c12 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #12 from Stephan Kulow <coolo@novell.com> 2009-07-23 03:15:54 MDT --- the reason was -fomit-frame-pointer that was new in milestone3. If filtered out, grub works fine again. Too late for M4 though ;( -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User binner@kde.org added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c13 Stephan Binner <binner@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |holgi@novell.com --- Comment #13 from Stephan Binner <binner@kde.org> 2009-07-24 07:40:46 MDT --- *** Bug 524995 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=524995 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User binner@kde.org added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c14 Stephan Binner <binner@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chanshun8@yahoo.com.hk --- Comment #14 from Stephan Binner <binner@kde.org> 2009-07-26 04:06:05 MDT --- *** Bug 525289 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=525289 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User duwe@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c15 Torsten Duwe <duwe@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schaefer.frank@gmx.net --- Comment #15 from Torsten Duwe <duwe@novell.com> 2009-08-10 10:07:40 MDT --- *** Bug 527547 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=527547 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515529 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515529#c16 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bluedzins@wp.pl --- Comment #16 from Stephan Kulow <coolo@novell.com> 2009-10-03 08:19:10 MDT --- *** Bug 523302 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=523302 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com