Starting the program causes it to hang scanning /dev/sda and producing this error message:
tc@box:~$ sudo gparted
======================
libparted : 3.2
======================
(gpartedbin:6192): glibmm-CRITICAL **:
unhandled exception (type Glib::Error) in signal handler:
domain: g_convert_error
code : 1
what : Invalid byte sequence in conversion input
Terminated
tc@box:~$
If I plug in a thumb drive and execute:
sudo gparted /dev/sdf1
it starts up correctly. /dev/sda and /dev/sdf1 are both formatted EXT4 and look like this:
tc@box:~$ fdisk -l
Disk /dev/sda: 466 GB, 500107862016 bytes, 976773168 sectors
60801 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/sda1 0,32,33 1023,254,63 2048 40962047 40960000 19.5G 83 Linux
/dev/sda2 1023,254,63 1023,254,63 40962048 81922047 40960000 19.5G 83 Linux
/dev/sda3 1023,254,63 1023,254,63 81922048 122882047 40960000 19.5G 83 Linux
/dev/sda4 1023,254,63 1023,254,63 122882048 976773119 853891072 407G 5 Extended
Disk /dev/sdf: 1901 MB, 1993342976 bytes, 3893248 sectors
1012 cylinders, 62 heads, 62 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/sdf1 * 0,1,1 1011,61,62 62 3890127 3890066 1899M 83 Linux
tc@box:~$
Now here's the strange part (to me at least), if I install e2fsprogs.tcz, gparted finishes scanning /dev/sda and starts correctly.
I've posted this here because I'm not certain it's a bug.