Comment 12 for bug 1048792

Revision history for this message
Janne Savikko (jsavikko) wrote :

I stumbled upon this bug when erasing USB-key with Startup Disk Creator, and found out following:

These commands consume 100% CPU:
/usr/lib/udisks/udisks-daemon
udisks-helper-modify-partition /dev/sdb 1048576 7962886144 0x0c boot

When stracing processes of those commands, both are stuck printing couple of strings over and over again:
"Error: Can't have a partition outside the disk!\nnew_size=7962886144 but resulting size, 7961022464, smaller than requested\n"

I'll be happy to provide more information if needed.