This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgcj doesn't have largefile support?


It is certainly a bug, not intended behaviour. I don't see any obvious reason why we shouldn't be able to handle large files. I believe Mark encountered the same problem with his BitTorrent implementation. Can you file a bugzilla report?

Thanks

Bryce

Adam Megacz wrote:

Using gcj-3.3.4 on x86/linux, when I write more than 2^31 bytes to a
FileOutputStream, the program exits without an error message or
exception.

Is this the intended behavior? If so, how can I create a file >2GB?
I'm using Reiserfs, which definately supports this (and I have created


2GB files using dd on the same partition).




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]