xiaoyin0208 / lz4

Automatically exported from code.google.com/p/lz4
0 stars 0 forks source link

Unable to decompress large files (over 4 gb) #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Take 5 gb logfile
2. Compress with LZ4
3. Decompress

What is the expected output? What do you see instead?
Expected to see original file, got a 0byte file

What version of the product are you using? On what operating system?
LZ4 official windows binary, v1.3, on win7, win server2008r2

Please provide any additional information below.
Files 1 to 1.5 gb work perfeclty fine.

Original issue reported on code.google.com by wizzard0@gmail.com on 26 Aug 2012 at 10:11

GoogleCodeExporter commented 8 years ago
UPDATE: it actually generates the file OK, if you kill lz4 process in the 
middle the file is fine. But then in the end it cuts it to 0 bytes :)

Original comment by wizzard0@gmail.com on 26 Aug 2012 at 10:21

GoogleCodeExporter commented 8 years ago
I respectfully suggest that we keep this issue within the LZ4c Discussion Group,
since it's not related to the Open-source implementation of the algorithm 
provided here,

but rather to the specific Win32 binary 
provided at http://fastcompression.blogspot.fr/p/lz4.html

Regards

Original comment by yann.col...@gmail.com on 27 Aug 2012 at 4:53