We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the test_int.sh integer example script, each of the decompress steps fails. Tested on an Ubuntu 20.04 VM.
Input
git clone https://github.com/szcompressor/SZ cd SZ ./configure --prefix=$HOME/.local make make install cd example ./test_int.sh
Result
compression cfgFile=sz_int.config timecost=0.001358, output compressed file: testdata/x86/testint8_8x8x8.dat.sz done double free or corruption (!prev) ./test_int.sh: line 5: 333527 Aborted (core dumped) testint_decompress -i8 sz_int.config testdata/x86/testint8_8x8x8.dat.sz 8 8 8 cfgFile=sz_int.config timecost=0.000973, output compressed file: testdata/x86/testint16_8x8x8.dat.sz done double free or corruption (!prev) ./test_int.sh: line 8: 333530 Aborted (core dumped) testint_decompress -i16 sz_int.config testdata/x86/testint16_8x8x8.dat.sz 8 8 8 cfgFile=sz_int.config timecost=0.000939, output compressed file: testdata/x86/testint32_8x8x8.dat.sz done double free or corruption (!prev) ./test_int.sh: line 11: 333533 Aborted (core dumped) testint_decompress -i32 sz_int.config testdata/x86/testint32_8x8x8.dat.sz 8 8 8 cfgFile=sz_int.config timecost=0.001055, output compressed file: testdata/x86/testint64_8x8x8.dat.sz done double free or corruption (!prev) ./test_int.sh: line 14: 333536 Aborted (core dumped) testint_decompress -i64 sz_int.config testdata/x86/testint64_8x8x8.dat.sz 8 8 8 cfgFile=sz_int.config timecost=0.000899, output compressed file: testdata/x86/testint8_8x8x8.dat.sz done double free or corruption (!prev) ./test_int.sh: line 17: 333539 Aborted (core dumped) testint_decompress -ui8 sz_int.config testdata/x86/testint8_8x8x8.dat.sz 8 8 8 cfgFile=sz_int.config timecost=0.001012, output compressed file: testdata/x86/testint16_8x8x8.dat.sz done double free or corruption (!prev) ./test_int.sh: line 20: 333542 Aborted (core dumped) testint_decompress -ui16 sz_int.config testdata/x86/testint16_8x8x8.dat.sz 8 8 8 cfgFile=sz_int.config timecost=0.000977, output compressed file: testdata/x86/testint32_8x8x8.dat.sz done double free or corruption (!prev) ./test_int.sh: line 23: 333545 Aborted (core dumped) testint_decompress -ui32 sz_int.config testdata/x86/testint32_8x8x8.dat.sz 8 8 8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the test_int.sh integer example script, each of the decompress steps fails. Tested on an Ubuntu 20.04 VM.
Input
Result
The text was updated successfully, but these errors were encountered: