Comment 23 for bug 1302762

Revision history for this message
Yu Ning (yuningdodo) wrote :

parted 2.3-19 will crash in my env:

# /dev/sdc is device name of my usb stick
sudo dd if=/dev/zero of=/dev/sdc
sudo parted -s /dev/sdc mklabel gpt
sudo parted -a minimal -s /dev/sdc mkpartfs 'EFI' fat32 0 50

please find the details in the attached crash report