Sure back in the bad old 2.2 days! But not with a 2.4.18 kernel!
I've got a simple C++ sim going that generates a ton of data. When the ASCII output file hit the 2GB mark, it died with a message "File size limit exceeded".
What's wierd is that I can use dd to create a file > 2GB on the same partition, so it seems like it must be a C++ limitation, not a filesystem limitation. But I know I've used C/C++ programs to generate > 2GB files in the past (on a different machine, different kerner, distro, etc.). Any ideas??
Relavent information:
RedHat 8.0 w/ 2.4.18
ext3 on software RAID1
gcc v3.2.7
I'm writing to a standard fstream object.
I've got a simple C++ sim going that generates a ton of data. When the ASCII output file hit the 2GB mark, it died with a message "File size limit exceeded".
What's wierd is that I can use dd to create a file > 2GB on the same partition, so it seems like it must be a C++ limitation, not a filesystem limitation. But I know I've used C/C++ programs to generate > 2GB files in the past (on a different machine, different kerner, distro, etc.). Any ideas??
Relavent information:
RedHat 8.0 w/ 2.4.18
ext3 on software RAID1
gcc v3.2.7
I'm writing to a standard fstream object.