GNU bug report logs -
#41976
`parted --list` segmentation fault
Previous Next
To reply to this bug, email your comments to 41976 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-parted <at> gnu.org
:
bug#41976
; Package
parted
.
(Sun, 21 Jun 2020 07:46:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Matthew Hoare <matthew.t.hoare <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-parted <at> gnu.org
.
(Sun, 21 Jun 2020 07:46:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Parted version:
===========
3.3
Distribution:
=========
Alpine Linux (musl libc base)
Hard drives:
========
/dev/sda (500GB, rotational), /dev/nvme0n1 (250GB, SSD)
Steps to reproduce:
==============
Run `parted --list`
Full error message:
==============
~# parted --list
Model: ATA HGST HTS545050A7 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 268GB 268GB xfs Linux filesystem
2 268GB 500GB 232GB xfs Linux filesystem
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 by doing the following:
Check whether the bug has already been fixed by checking
the last version of GNU Parted that you can find at:
http://ftp.gnu.org/gnu/parted/
Please check this version prior to bug reporting.
If this has not been fixed yet or if you don't know how to check,
please visit the GNU Parted website:
http://www.gnu.org/software/parted
for further information.
Your report should contain the version of this release (3.3)
along with the error message below, the output of
parted DEVICE unit co print unit s print
and the following history of commands you entered.
Also include any additional information about your setup you
consider important.
Command History:
Segmentation fault
~139#
Requested output:
=============
~# parted /dev/sda unit co print unit s print
Model: ATA HGST HTS545050A7 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 268GB 268GB xfs Linux filesystem
2 268GB 500GB 232GB xfs Linux filesystem
Model: ATA HGST HTS545050A7 (scsi)
Disk /dev/sda: 976773168s
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 2048s 524290047s 524288000s xfs Linux filesystem
2 524290048s 976773134s 452483087s xfs Linux filesystem
~# parted /dev/nvme0n1 unit co print unit s print
Model: SAMSUNG MZVLB256HAHQ-000L7 (nvme)
Disk /dev/nvme0n1: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System boot, esp
2 538MB 9128MB 8590MB linux-swap(v1) Linux swap swap
3 9128MB 256GB 247GB btrfs Linux filesystem
Model: SAMSUNG MZVLB256HAHQ-000L7 (nvme)
Disk /dev/nvme0n1: 500118192s
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name
Flags
1 2048s 1050623s 1048576s fat32 EFI System
boot, esp
2 1050624s 17827839s 16777216s linux-swap(v1) Linux swap
swap
3 17827840s 500118158s 482290319s btrfs Linux filesystem
~#
Other information:
=============
The error code is "139" (as can be seen in the prompt after the error message).
I tried to reproduce this through gdb but parted works fine when
invoked in interactive mode, it only fails when the --list option is
passed.
Information forwarded
to
bug-parted <at> gnu.org
:
bug#41976
; Package
parted
.
(Wed, 24 Jun 2020 21:41:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
(Sorry for the empty reply, my finger slipped)
> Can you try narrowing things down using strace and/or ltrace to see if
> you can find the section of code that's failing? Or capture a coredump
> which should have the stacktrace in it.
Please find attached the strace.
[parted.strace (application/octet-stream, attachment)]
This bug report was last modified 4 years and 359 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.