Browse thread
Unix.getuid() int overflow
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-08-31 (16:49) |
From: | tab@s... |
Subject: | Re: [Caml-list] int overflow and Marshal failure |
On Fri, Aug 31, 2007 at 06:30:19PM +0200, Mathias Kende wrote: > Le jeudi 30 août 2007 à 23:47 +0200, Markus E L a écrit : > > A check in the Unix library would be nice, in the long run I think > > using 32bit native integers is absolutely required. > > I had the same sort of problem with the Unix.stat function and the > st_size member being an int while it is a 64 bits int on recent systems > (including some 32 bits one). The maximum size that can be stored on 32 > bits system, 1Go, is much too small for this function. Unix.LargeFile.stat returns a proper structure with 64bits st_size. I wish that was directly Unix.stat though ... -- Vincent Hanquez