bug#35306: crash in do_resizepart function

2019-04-24 Thread Jozef Mlich
On Tue, 2019-04-23 at 14:20 -0700, Brian C. Lane wrote: > On Wed, Apr 17, 2019 at 01:32:18PM +0200, Jozef Mlich wrote: > > Hi, > > > > I was trying to resize partition in image file and it ended with > > crash > > > > /usr/sbin/parted ./rootfs.img resizepart 1 > > (gdb) bt full > > #0 0x7fff

bug#32666: fdisk output

2019-04-24 Thread Nikolaus Rath
On Apr 22 2019, Phillip Susi wrote: > Nikolaus Rath writes: > >> /dev/sdb6 739131392 739588095456704 223M 83 Linux >> /dev/sdb7 739588096 773142527 3355443216G 8e Linux LVM > > sdb7 starts in the very next sector after sdb6, so there is no room here > for the EBR. ...right,

bug#32666: fdisk output

2019-04-24 Thread Brian C. Lane
On Wed, Apr 24, 2019 at 04:08:26PM +0100, Nikolaus Rath wrote: > On Apr 22 2019, Phillip Susi wrote: > > Nikolaus Rath writes: > > > >> /dev/sdb6 739131392 739588095456704 223M 83 Linux > >> /dev/sdb7 739588096 773142527 3355443216G 8e Linux LVM > > > > sdb7 starts in the ve

bug#32666: fdisk output

2019-04-24 Thread Phillip Susi
Brian C. Lane writes: > Given the number of times this has come up it's probably worth looking > into changing the assertion to something more understandable. I'd rather actually fix it to support having the EBR be located somewhere else. I have been meaning to do that for a few years now ;)