Bug 119443

Summary: Crash when saving more than 4 GB DVD image to FAT 32
Product: [Applications] k3b Reporter: Darius Žitkevičius <skystis>
Component: generalAssignee: Sebastian Trueg <trueg>
Status: RESOLVED DUPLICATE    
Severity: crash CC: thiago, tiago.tuxkiller
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Darius Žitkevičius 2006-01-03 09:27:58 UTC
Version:           0.12.2 (using KDE 3.4.3, Kubuntu Package 4:3.4.3-0ubuntu1 )
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.12-9-k7

To reproduce you need more than 4 GB DVD disk and try to save their image to FAT32 partition. K3B saves 4 GB and then craches silently.

I tried to save an image with dd and get the following error message:
File size limit exceeded

I think k3b shuld show some error message in this case inseat of crashing.

Thank you.
Comment 1 Sebastian Trueg 2006-02-15 20:55:44 UTC
K3b uses QFile to write the image file. So the crash should be caused by QT.
Comment 2 Thiago Macieira 2006-02-19 21:57:46 UTC
"Crashes silently" is anti-thetical: either it crashes, or it's silent.

Which one is it? If it crashes (and, therefore, you get a backtrace from the Dr Konqi window), please paste the backtrace here.
Comment 3 Christoph Burger-Scheidlin 2006-09-25 19:37:45 UTC

*** This bug has been marked as a duplicate of 101389 ***
Comment 4 Tiago Cruz 2006-09-25 19:49:09 UTC
Confirmed with Ubuntu 6.06.

The crash occour when I'm using one partition VFAT to store my DVD image and the size of have more then 4.0 GB.

On Windows, when I try to use FAT32 to store my image, the program (like Nero) divide the file of 4.4 GB in 03 files with 2.0 GB, 2.0 GB and 400 MB, he never try to get a big file, and I think that k3b would be the same :-)

This is very important because some people (like me :) only have space on vFAT partition shared with all OS's running (in my case: Windows XP, Mandriva, Ubuntu) and vFAT is the easyier way to share data between all...

Many thanks!