grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is this bad? :-)


From: Felix Zielcke
Subject: Re: Is this bad? :-)
Date: Sat, 16 May 2009 18:26:52 +0200

Am Samstag, den 16.05.2009, 11:51 -0400 schrieb BandiPat:
> Just built svn2220 to try, but it seems there might be a problem.  Can 
> you guys enlighten or confirm?  Here is the resulting error when running 
> grub-install.
> 
> # grub-install /dev/sda
> /usr/sbin/grub-install:  line 307:  679 Segmentation fault  $grub_setup 
> ${setup_verbose} ${setup_force} --directory=${grubdir} 
> --device-map=${device_map} ${install_device}
> 
> This happened between svn2141 & svn2220

Compile with `CFLAGS="-O0 -g3" ./configure'
then run `ulimit -c unlimited' before running grub-install and you
should get a core dump
Then `gdb /usr/sbin/grub-setup core' and inside of gdb type `bt' to get
a backtrace.
This should tell where exactly it crashed.
-- 
Felix Zielcke





reply via email to

[Prev in Thread] Current Thread [Next in Thread]