GNU bug report logs - #17153
Bug report

Previous Next

Package: parted;

Reported by: lev abalkin <lev.abalkin <at> insiberia.net>

Date: Mon, 31 Mar 2014 22:21:02 UTC

Severity: normal

Done: Phillip Susi <psusi <at> ubuntu.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Phillip Susi <psusi <at> ubuntu.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#17153: closed (Bug report)
Date: Tue, 01 Apr 2014 22:59:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 01 Apr 2014 18:58:34 -0400
with message-id <533B449A.9080302 <at> ubuntu.com>
and subject line Re: bug#17153: Bug report
has caused the debbugs.gnu.org bug report #17153,
regarding Bug report
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
17153: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17153
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: lev abalkin <lev.abalkin <at> insiberia.net>
To: bug-parted <at> gnu.org
Subject: Bug report
Date: Tue, 01 Apr 2014 00:05:12 +0200
Hello there!

After creating a rather small partition on a pendrive (1000KB) I used
partprobe and got the following:


Backtrace has 12 calls on stack:
  12: /lib/x86_64-linux-gnu/libparted.so.0(ped_assert+0x2e) [0x7fc80e84e2ee]
  11: /lib/x86_64-linux-gnu/libparted.so.0(+0x3e04d) [0x7fc80e87804d]
  10: /lib/x86_64-linux-gnu/libparted.so.0(+0x3e43e) [0x7fc80e87843e]
  9: /lib/x86_64-linux-gnu/libparted.so.0(+0x40c73) [0x7fc80e87ac73]
  8: /lib/x86_64-linux-gnu/libparted.so.0(ped_disk_add_partition+0x163)
[0x7fc80e854053]
  7: /lib/x86_64-linux-gnu/libparted.so.0(+0x3f72b) [0x7fc80e87972b]
  6: /lib/x86_64-linux-gnu/libparted.so.0(+0x407c3) [0x7fc80e87a7c3]
  5: /lib/x86_64-linux-gnu/libparted.so.0(ped_disk_new+0x58)
[0x7fc80e8544f8]
  4: partprobe() [0x4013a0]
  3: partprobe(main+0x20e) [0x4011fe]
  2: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd)
[0x7fc80d7f4ead]
  1: partprobe() [0x401249]
A bug has been detected in GNU Parted.  Refer to the web site of parted
http://www.gnu.org/software/parted/parted.html for more information of
what could be useful for bug submitting!  Please email a bug report to
bug-parted <at> gnu.org containing at least the version (2.3) and the
following message:  Assertion (head_size > 0) at
../../../libparted/labels/dos.c:661 in function
probe_partition_for_geom() failed.
Abgebrochen

I hope this is helpful in some way. Do you need any more information?

Thanks for all your awsome work so far and all the best for the future!
A loyal fan and user of GNU software


[Message part 3 (message/rfc822, inline)]
From: Phillip Susi <psusi <at> ubuntu.com>
To: 17153-done <at> debbugs.gnu.org
Subject: Re: bug#17153: Bug report
Date: Tue, 01 Apr 2014 18:58:34 -0400
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

parted 2.3 is very old and no longer supported here.  You should
report this to your distribution instead.  This particular bug was
fixed long ago in parted, and the fix backported to debian based distros.

On 03/31/2014 06:05 PM, lev abalkin wrote:
> Hello there!
> 
> After creating a rather small partition on a pendrive (1000KB) I
> used partprobe and got the following:
> 
> 
> Backtrace has 12 calls on stack: 12:
> /lib/x86_64-linux-gnu/libparted.so.0(ped_assert+0x2e)
> [0x7fc80e84e2ee] 11: /lib/x86_64-linux-gnu/libparted.so.0(+0x3e04d)
> [0x7fc80e87804d] 10: /lib/x86_64-linux-gnu/libparted.so.0(+0x3e43e)
> [0x7fc80e87843e] 9: /lib/x86_64-linux-gnu/libparted.so.0(+0x40c73)
> [0x7fc80e87ac73] 8:
> /lib/x86_64-linux-gnu/libparted.so.0(ped_disk_add_partition+0x163) 
> [0x7fc80e854053] 7: /lib/x86_64-linux-gnu/libparted.so.0(+0x3f72b)
> [0x7fc80e87972b] 6: /lib/x86_64-linux-gnu/libparted.so.0(+0x407c3)
> [0x7fc80e87a7c3] 5:
> /lib/x86_64-linux-gnu/libparted.so.0(ped_disk_new+0x58) 
> [0x7fc80e8544f8] 4: partprobe() [0x4013a0] 3: partprobe(main+0x20e)
> [0x4011fe] 2:
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd) 
> [0x7fc80d7f4ead] 1: partprobe() [0x401249] A bug has been detected
> in GNU Parted.  Refer to the web site of parted 
> http://www.gnu.org/software/parted/parted.html for more information
> of what could be useful for bug submitting!  Please email a bug
> report to bug-parted <at> gnu.org containing at least the version (2.3)
> and the following message:  Assertion (head_size > 0) at 
> ../../../libparted/labels/dos.c:661 in function 
> probe_partition_for_geom() failed. Abgebrochen
> 
> I hope this is helpful in some way. Do you need any more
> information?
> 
> Thanks for all your awsome work so far and all the best for the
> future! A loyal fan and user of GNU software
> 
> 
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCgAGBQJTO0SZAAoJEI5FoCIzSKrwV/IIAKStfOGvF4wTbmmsTHGaHs8e
/OfY/QmGBz0P7e5lmaQ5MuRdpHDEeiierE2wix1cdCDX77uOp55Dc5xjKgX9q0EF
bZnOSdGagWKgE6SkK3SLw/NuI1PEZaeoXCkxa+JAl/AjAemTTFnF65HGAQ1OCp5G
heMiuysNDIoEoEVMTpfBptmP+S/IPggtyoR+p12nuiuOY9ZZKkCknx1nys6pFzR9
kcr9d71mIPshDayQEqf3SEHZ9T/tHoYWyDnlZR+JSqlCdHb7lOJ7oWRR0zLj+WFO
q/dZ87VSevkl5WyDTfyUHxrKQb4jI8VmAckZ+2rsbarcCif/+NENE0zbTrJDJok=
=JT7H
-----END PGP SIGNATURE-----


This bug report was last modified 11 years and 47 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.