From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1M5Miy-0004u8-6c for mharc-grub-devel@gnu.org; Sat, 16 May 2009 12:27:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M5Miw-0004tX-HW for grub-devel@gnu.org; Sat, 16 May 2009 12:26:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5Mis-0004rt-UO for grub-devel@gnu.org; Sat, 16 May 2009 12:26:58 -0400 Received: from [199.232.76.173] (port=56195 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5Mis-0004rq-PG for grub-devel@gnu.org; Sat, 16 May 2009 12:26:54 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:59208) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M5Mis-0003TC-1l for grub-devel@gnu.org; Sat, 16 May 2009 12:26:54 -0400 Received: from [85.180.37.101] (e180037101.adsl.alicedsl.de [85.180.37.101]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0MKuxg-1M5Mir0qpH-00011o; Sat, 16 May 2009 18:26:53 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <4A0EE0E9.2070702@earthlink.net> References: <4A0EE0E9.2070702@earthlink.net> Content-Type: text/plain Date: Sat, 16 May 2009 18:26:52 +0200 Message-Id: <1242491212.3701.5.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+EM4mNGQMPFO9FHzvdKY7SM6KPNHNOmMhXmol FIuaJep6d5XyVYXj8qLHmMYImgU30b5Uasc7szwZI71PEuK+/r 3lhdOkL5p4thm0TzKmNTw== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: Is this bad? :-) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2009 16:26:58 -0000 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