Bug#500482: Segmentation fault in grub-probe

2008-10-28 Thread Guillem Jover
Hi, On Tue, 2008-10-28 at 01:09:24 +0100, Julien Cristau wrote: > On Mon, Oct 27, 2008 at 23:43:40 +0200, Guillem Jover wrote: > > + > > + p = grub_strchr (p, '}') + 1; > > + if (p == NULL) > > + goto pvs_fail; > > + > > This test seems buggy. The +1 needs to be after t

Bug#500482: Segmentation fault in grub-probe (1.96+20081026-1)

2008-10-28 Thread Zrin Ziborski
Hi, thank you for the 1.96+20081026-1 binary - I just extracted the grub-probe binary and tested it on the target system. The output is somewhat different now, but it still ends with a segfault: whg:~/tmp# ./grub-probe -vvv -d /dev/md0 /home/fz/grub/grub2-1.96+20081026/kern/disk.c:220: Opening `

Bug#500482: Segmentation fault in grub-probe

2008-10-27 Thread Julien Cristau
On Mon, Oct 27, 2008 at 23:43:40 +0200, Guillem Jover wrote: > + > + p = grub_strchr (p, '}') + 1; > + if (p == NULL) > + goto pvs_fail; > + This test seems buggy. The +1 needs to be after the NULL check. Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROT

Bug#500482: Segmentation fault in grub-probe

2008-10-27 Thread Guillem Jover
severity 500482 serious tags 500482 - unreproducible moreinfo tags 500482 + patch thanks Hi, Setting severity to serious (not grave) as this does not affect everyone, but if it does prevents installing kernels. But of course adjust if you disagree. On Sun, 2008-10-26 at 12:17:28 -0700, Steve Lan

Bug#500482: Segmentation fault in grub-probe

2008-10-27 Thread Felix Zielcke
Am Montag, den 27.10.2008, 10:13 +0100 schrieb Zrin Ziborski: > I believe that if grub-probe segfaults or not depends on > the data at the start of each partition it reads. > > I've updated lenny now, I have grub-probe (GRUB) 1.96 > from grub-common 1.96+20080724-10 > > I am still able to reprod

Bug#500482: RE: Bug#500482: Segmentation fault in grub-probe

2008-10-27 Thread Thomas Viehmann
On 2008-10-27 11:13:02.00 Felix Zielcke <[EMAIL PROTECTED]> wrote: Did you try to compile your own grub2 packages like I already suggested? This lvm circular metadata fix is not yet in Debian but will be in the next uploaded. It has been already commited upstream and to our lenny branch. Y

Bug#500482: Segmentation fault in grub-probe

2008-10-26 Thread Steve Langasek
severity 500482 normal tags 500482 unreproducible moreinfo thanks Hi Zrin, I have tried to reproduce this with the following (comparable, but not identical) configuration: - install lenny using the daily d-i images - configure hda1, hdb1 as a 5GB RAID1 /dev/md0, add an ext3 filesystem on top o

Bug#500482: Segmentation fault in grub-probe

2008-10-03 Thread Felix Zielcke
Am Montag, den 29.09.2008, 00:45 +0200 schrieb ziborski.net admin: > No, there are no removed devices, all are "active sync". > Please note that /dev/md3 is a RAID0 built on top of two RAID1 > (md1 and md2) which causes md2 - and its underlying partitions > sdc3 and sdd3 to start with the second 1

Bug#500482: Segmentation fault in grub-probe

2008-09-28 Thread Felix Zielcke
Am Sonntag, den 28.09.2008, 19:34 +0200 schrieb Zrin Ziborski: > Package: grub > Version: 0.97-47 > Severity: grave > Justification: renders package unusable for many users > > > Segmentation fault in grub-probe prevents any automated install. > Only manual installation within grub shell is possi

Bug#500482: Segmentation fault in grub-probe

2008-09-28 Thread Zrin Ziborski
Package: grub Version: 0.97-47 Severity: grave Justification: renders package unusable for many users Segmentation fault in grub-probe prevents any automated install. Only manual installation within grub shell is possible. "whg" Setup: - 4 x 250 GB SATA HDD - 5 GB RAID1 /dev/md0 over all 4 disks