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
Outside of lzbench, I do not get a segfault but the decompression fails both with kanzi 2.3 and at tip. Clearly a bug. Thanks for reporting. The issue only affects the BWT inverse (levels 5, 6, 7) and files just close to 255 bytes in size.
The easiest way to fix 2.3 is to copy over the new version of BWTBlockCodec and patch line 102 with "if (true)". Patching 2.3 directly is more involved. Otherwise, wait for 2.4 which is going to be out in a couple of months.
Kanzi fails in decompression in lzbench using level 5 or above with the following files:
https://github.com/inikep/lzbench/blob/master/lz/xz/ChangeLog (255 Bytes)
https://github.com/inikep/lzbench/blob/master/lz/zlib/zlib.pc.in (254 Bytes)
The text was updated successfully, but these errors were encountered: