inikep / lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
885 stars 179 forks source link

"./lzbench -elzlib,0 -j -r -s1000 /dir" freezes on this input #61

Closed safinaskar closed 4 years ago

safinaskar commented 4 years ago

Steps to reproduce:

My system is Debian stretch amd64 (with some packages from Debian buster). Linux 4.19.0. GCC 6.3.0. Tests performed on real hardware

inikep commented 4 years ago

Thanks for the bug report. I fixed the issue at https://github.com/inikep/lzbench/commit/61b80b085c3f29acda22665bd1d0bfbfce9d5093

safinaskar commented 4 years ago

Thanks. I tested. It works