ufairiya / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Anything over 2GB gives incorrect file size readings in directory listings. #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a directory full of large files ranging from 500MB to 5GB.  Anything
over 2GB gives incorrect file size readings.  For example, a 2.2GB file
says "-1.9G".  A 2.5GB file says "-1.5G".  A 4.5GB file says "0.4G". 

From observation it seems 0-2GB reads normally.  Then it goes in reverse
from 2-4GB, then from 4+GB it re-reverses.

I have plenty of 1.xGB files that appear just fine in the directory listing.

Running Mongoose 2.7 on Vista Ultimate x64

Original issue reported on code.google.com by arco...@gmail.com on 8 Jul 2009 at 7:19

GoogleCodeExporter commented 9 years ago

Original comment by valenok on 8 Jul 2009 at 8:31

GoogleCodeExporter commented 9 years ago
That's pretty serious, I'll try to fix it ASAP and release again.

Original comment by valenok on 8 Jul 2009 at 8:35

GoogleCodeExporter commented 9 years ago
Right, it is not that bad as I thought. It is just the size output
incorrect,internally Mongoose has correct size. Fix is coming anyway.

Original comment by valenok on 8 Jul 2009 at 10:39

GoogleCodeExporter commented 9 years ago
Fix submitted, http://code.google.com/p/mongoose/source/detail?r=445
Will build and release 2.8 later today.

Original comment by valenok on 8 Jul 2009 at 12:54

GoogleCodeExporter commented 9 years ago
Wow that was fast.  Thank you.

Original comment by arco...@gmail.com on 8 Jul 2009 at 5:56

GoogleCodeExporter commented 9 years ago
Mongoose 2.8 just have been released.

Original comment by valenok on 8 Jul 2009 at 9:17