On Tue, May 23, 2006 at 10:32:47PM +0200, Władysław Bodzek wrote:
> but if DEBUG is not defined PED_ASSERT becomes nothing
> (include/parted/debug.h:85):
We already have a patch for this, and it'll go into 1.7.1. Thanks
anyway!
Leslie
--
gpg --keyserver pgp.mit.edu --recv-keys 0x52D70289
ht
Confirmed
> libparted/fs/hfs/probe.c - lines 40-48:
> CUT HERE
> int
> hfsc_can_use_geom (PedGeometry* geom)
> {
> PedDevice* dev;
>
> PED_ASSERT (geom != NULL, return 0);
> PED_ASSERT ((dev = geom->dev) != NULL, return 0);
>
> if (dev->sector_size != PED_SECTOR_S
On Wed, May 24, 2006 at 12:15:38PM +0200, Johnny Bit wrote:
> and it went into endless loop printing on screen message: --- You
> found a bug in GNU Parted! Here's what you have to do:
Interesting, thank you very much. Could you do us a favour and file
this as a bug report at
http://alioth.deb
To be clear, I invoked parded with:
> parted /dev/sda
then typed
(parted) print all
and it went into endless loop printing on screen message:
---
You found a bug in GNU Parted! Here's what you have to do:
Don't panic! The bug has most likely not affected any of your data.
Help us to fix this bug
Bugs item #303415, was opened at 2006-05-03 15:35
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=410685&aid=303415&group_id=30287
Category: libparted
Group: None
Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: Bergsteinn Gunnarsson (evilbeg-guest)
Ass
Bugs item #303417, was opened at 2006-05-04 10:00
You can respond by visiting:
http://alioth.debian.org/tracker/?func=detail&atid=410685&aid=303417&group_id=30287
Category: parted
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody (None)
Assigned to: Andrew Clausen (clause