problem opening file
Bengt Kleberg
eleberg@REDACTED
Thu Nov 15 07:55:01 CET 2001
> Date: Wed, 14 Nov 2001 13:20:28 -0500
> From: Garry Hodgson <garry@REDACTED>
...deleted
> i've gt two files in a directory, same permissions, differing
> by size (and content, of course):
>
> $ ls -l *.zone
> -rw-rw-r-- 1 garry sage 2561435180 Nov 14 13:04 com.zone
> -rw-rw-r-- 1 garry sage 323447644 Nov 9 11:45 org.zone
>
> when i try to open the files, the smaller one works, the larger fails:
...deleted
> anybody know why?
There is nothing in the documentation (apart from the mentioning that
Erlang is 32-bit only), but com.zone is larger than 2^31 (2 GB), which
used to be 'too large' in the old days.
Unless somebody that knows steps in and really explain I conjecture
that Erlang uses 31 bit filesizes and you have to split the file before
opening it/them. Or use the FFI and have a C program deliver it in pieces.
bengt
More information about the erlang-questions
mailing list