Re: cygwin-1.5.0-1: Problem stat-ing big file

2003-07-10 Thread Ronald Landheer-Cieslak
I tried pretty much the same thing with the attached files (test.c generates a very big file, stat.c checks its size, cygcheck.out is available at http://blytkerchan.chez.tiscali.fr/cygcheck.out (md5 sum: 56aa8e6d575d27bf8a2b740a25e13dd0) because it's rather large and not very interesting. Worked

Re: cygwin-1.5.0-1: Problem stat-ing big file

2003-07-10 Thread Markus Schönhaber
Corinna Vinschen wrote: On Thu, Jul 10, 2003 at 01:35:37PM +0200, Corinna Vinschen wrote: On Thu, Jul 10, 2003 at 01:26:34PM +0200, Markus Sch?nhaber wrote: While trying if the new support for files larger than 2GB works, I created a file with a size of 4.53 GB (4,869,120,000 Bytes) using a si

Re: cygwin-1.5.0-1: Problem stat-ing big file

2003-07-10 Thread Corinna Vinschen
On Thu, Jul 10, 2003 at 01:35:37PM +0200, Corinna Vinschen wrote: > On Thu, Jul 10, 2003 at 01:26:34PM +0200, Markus Sch?nhaber wrote: > > While trying if the new support for files larger than 2GB works, I > > created a file with a size of 4.53 GB (4,869,120,000 Bytes) using a > > simple write in

Re: cygwin-1.5.0-1: Problem stat-ing big file

2003-07-10 Thread Markus Schönhaber
Corinna Vinschen wrote: On Thu, Jul 10, 2003 at 01:26:34PM +0200, Markus Sch?nhaber wrote: While trying if the new support for files larger than 2GB works, I created a file with a size of 4.53 GB (4,869,120,000 Bytes) using a simple write in python. No problems here. But when stat-ing the file

Re: cygwin-1.5.0-1: Problem stat-ing big file

2003-07-10 Thread Corinna Vinschen
On Thu, Jul 10, 2003 at 01:26:34PM +0200, Markus Sch?nhaber wrote: > While trying if the new support for files larger than 2GB works, I > created a file with a size of 4.53 GB (4,869,120,000 Bytes) using a > simple write in python. No problems here. But when stat-ing the file > with python's os.

cygwin-1.5.0-1: Problem stat-ing big file

2003-07-10 Thread Markus Schönhaber
While trying if the new support for files larger than 2GB works, I created a file with a size of 4.53 GB (4,869,120,000 Bytes) using a simple write in python. No problems here. But when stat-ing the file with python's os.stat or by calling stat from C as done in the little program below, the si