Skip to content

test_int.sh fails each decompress #84

@JeffreyUrban

Description

@JeffreyUrban

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions