Closed GoogleCodeExporter closed 8 years ago
Does the problem also happen when using LZ4_compress(), or is it specific to
LZ4_compress_withState() ?
Original comment by yann.col...@gmail.com
on 10 Jan 2014 at 4:16
[deleted comment]
so sorry.
if MEMORY_USAGE is 14, LZ4_compress() and LZ4_compress_withState() has the
poblem.
but LZ4_decompress_fast(out, uncomp, rsize) decompress correctly.
Original comment by nicksun1...@gmail.com
on 10 Jan 2014 at 6:40
OK, thanks for report.
So it happens with MEMORY_USAGE == 14, system is 64-bits, with data compressed
by LZ4_compress() or LZ4_compress_withState(). The problem is only
visible/triggered with LZ4_decompress_safe().
Is it possible to have access to a sample (data to compress) that produces the
problem ? This would help much for debugging.
Regards
Original comment by yann.col...@gmail.com
on 10 Jan 2014 at 7:24
I've been trying to reproduce the issue, without success so far.
"dumpFile" seems to be incompressible, or hardly compressible.
Such case is part of the standard non regression test suite.
I've checked it again, and tried to find manually some corner cases, without
success so far.
So I guess, if it was possible to have access to "dumpFile", it would help to
correctly observe the problem.
Original comment by yann.col...@gmail.com
on 10 Jan 2014 at 11:21
I am sorry that the problem was caused by another process(Kill the process,the
test case run correctly).
So sorry.
Original comment by nicksun1...@gmail.com
on 15 Jan 2014 at 11:42
I'm glad you could find the cause of your bug.
Original comment by yann.col...@gmail.com
on 16 Jan 2014 at 12:39
Original comment by yann.col...@gmail.com
on 16 Jan 2014 at 12:39
Original issue reported on code.google.com by
nicksun1...@gmail.com
on 10 Jan 2014 at 2:50