From: Felix Zielcke <fzielcke@z-51.de>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: Is this bad? :-)
Date: Sat, 16 May 2009 18:26:52 +0200 [thread overview]
Message-ID: <1242491212.3701.5.camel@fz.local> (raw)
In-Reply-To: <4A0EE0E9.2070702@earthlink.net>
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
next prev parent reply other threads:[~2009-05-16 16:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-16 15:51 Is this bad? :-) BandiPat
2009-05-16 16:26 ` Felix Zielcke [this message]
2009-05-16 17:32 ` Daniel Nebdal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1242491212.3701.5.camel@fz.local \
--to=fzielcke@z-51.de \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.