Comment 2 for bug 974716

Revision history for this message
Alistair Buxton (a-j-buxton) wrote : Re: brasero "crashes" when burning large blu-ray isos

This bug happens because the growisofs plugin does not parse growisofs output properly. We have this line of code:

burn-growisofs.c: if (sscanf (line, "%10lld/%lld (%4d.%1d%%) @%2d.%1dx, remaining %*d:%*d",

The "%10lld" format specifier stops working when the number of bytes reaches 11 digits, which happens at about 9GB.