ckolivas / lrzip

Long Range Zip

Home Page:http://lrzip.kolivas.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

munmap_chunk(): invalid pointer

acuifex opened this issue · comments

Hi!

i'm compressing my files with chrt -i 0 lrzip -vv -L 9 -T -zU --suffix ".TUz9.lrz" images.tar | tee lrzip.out
and this one particular file is causing munmap_chunk(): invalid pointer error.

i prefer to not share this file because it contains personal info but i'm open to debugging.

lrzip.out:
https://gist.github.com/acuifex/2e8ceb5076379a0ace20ccea7590f072

after a bit of testing at the gist here are some of the results:
lrzip -vv -L 9 -T -z crashes
lrzip -vv -L 9 -z works fine
lrzip-next -vv -L 9 -z works fine
lrzip -vv -L 9 -T works fine
lrzip-next -vv -L 9 -T works fine
lrzip-next -vv -L 9 -T -z oom killed