You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:1672: ZSTD_createDStream
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:1750: ZSTD_initDStream
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2096: ZSTD_decompressStream
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2107: input size : 15
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2114: stage zdss_init => transparent reset
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2125: stage zdss_loadHeader (srcSize : 15)
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2125: stage zdss_loadHeader (srcSize : 10)
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2125: stage zdss_loadHeader (srcSize : 9)
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2210: Consume header
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2224: Control max memory usage (2048 KB <= max 131072 KB)
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2246: inBuff : from 0 to 131072
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2248: outBuff : from 0 to 2359360
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2271: stage zdss_read
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2273: neededInSize = 3
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2063: ERROR!: forwarding error in decodedSize: Src size is incorrect:
/home/king1234/workspace/reqable/reqable-compress/third_party/zstd/lib/decompress/zstd_decompress.c:2280: ERROR!: forwarding error in ZSTD_decompressContinueStream(zds, &op, oend, ip, neededInSize): Src size is incorrect:
I have set DEBUGLEVEL from 0 to 10, and only got those logs, I checked the source code and found this to be very unusual, but I couldn't explain it. I also tried clang compiler, and -O0 flags, but got the same results.
On other platforms, like Android, Windows and Mac, I can confirm that the library works well. For the same input, the logs on Mac:
Describe the bug
I build the library v1.5.4 with
CMake
on ubuntu 20.04, but failed to run, and noticed some weired behaviors.Debug build
The compress call will crash, log is here:
Release build
The compress call seems to be ok now.
But the decompress might be crash:
Sometime throws an error:
I have set
DEBUGLEVEL
from 0 to 10, and only got those logs, I checked the source code and found this to be very unusual, but I couldn't explain it. I also triedclang
compiler, and-O0
flags, but got the same results.On other platforms, like Android, Windows and Mac, I can confirm that the library works well. For the same input, the logs on Mac:
Compress log
Decompress log
The text was updated successfully, but these errors were encountered: