From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KNbm8-0002np-I2 for mharc-grub-devel@gnu.org; Mon, 28 Jul 2008 19:05:08 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNbm7-0002nU-CL for grub-devel@gnu.org; Mon, 28 Jul 2008 19:05:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNbm6-0002mc-Iq for grub-devel@gnu.org; Mon, 28 Jul 2008 19:05:07 -0400 Received: from [199.232.76.173] (port=35072 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNbm6-0002mL-Dl for grub-devel@gnu.org; Mon, 28 Jul 2008 19:05:06 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:58094) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNbm5-0003Nt-QJ for grub-devel@gnu.org; Mon, 28 Jul 2008 19:05:06 -0400 Received: from [85.180.47.73] (e180047073.adsl.alicedsl.de [85.180.47.73]) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis) id 0ML2xA-1KNbm517mE-00050W; Tue, 29 Jul 2008 01:05:05 +0200 From: Felix Zielcke To: grub-devel@gnu.org Content-Type: text/plain; charset=UTF-8 Date: Tue, 29 Jul 2008 01:05:07 +0200 Message-Id: <1217286307.4016.107.camel@fz-deb.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V01U2FsdGVkX1/vCYAPqmNlwio4CHVDfE4TZymESFK2ksnSJXG 3fHmtUz574Uue5hVwnAyr09o24+XpVKTbLYNWk9kJ7K+mllY4g XjThr4hGJ81eQmHV0YOd7yszYyy8UrO X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: grub-probe crashes on a linux softraid 1 with one disk beginning to sync 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: Mon, 28 Jul 2008 23:05:07 -0000 grub-probe --device-map=3D/boot/grub/device.map --target=3Dpartmap --device= /dev/md0 showed pc and then segfaulted /dev/md0 is raid1 with 2 disks but the second was just added to it, so it's syncing I try to trace this down and maybe provide a patch but probable someone else here is better and faster on this then me :) Even as .tar.bz2 the 2 files are too big for the list so you'll find them a= t [0] in case you need. #0 0x00000000004015f9 in probe_partmap (disk=3D0x0) at /home/fz/grub/grub2-1.96+20080724/util/grub-probe.c:87 87 if (disk->partition =3D=3D NULL) (gdb) bt full #0 0x00000000004015f9 in probe_partmap (disk=3D0x0) at /home/fz/grub/grub2-1.96+20080724/util/grub-probe.c:87 name =3D 0x0 underscore =3D 0x7f7916e9ea86 "\203=3D\233=EF=BF=BD-" #1 0x00000000004018ac in probe (path=3D0x0, device_name=3D0x7fff1f399a42 "/dev/md0") at /home/fz/grub/grub2-1.96+20080724/util/grub-probe.c:182 list =3D (grub_disk_memberlist_t) 0x1f341d0 tmp =3D (grub_disk_memberlist_t) 0x1f341d0 drive_name =3D 0x1f34080 "md0" grub_path =3D 0x0 filebuf_via_grub =3D 0x0 filebuf_via_sys =3D 0x0 abstraction_type =3D 2 dev =3D (grub_device_t) 0x1f34190 fs =3D (grub_fs_t) 0x0 #2 0x0000000000401d98 in main (argc=3D5, argv=3D0x7fff1f397888) at /home/fz/grub/grub2-1.96+20080724/util/grub-probe.c:370 dev_map =3D 0x1f34010 "/boot/grub/device.map" argument =3D 0x7fff1f399a42 "/dev/md0" [0] http://rapidshare.com/files/133187302/coredump.tar.bz2.html