kjn / lbzip2

Parallel bzip2 utility
GNU General Public License v3.0
132 stars 17 forks source link

make_code_lengths: Assertion `i == n' failed. #14

Closed Kaydannik closed 10 years ago

Kaydannik commented 10 years ago

CentOs 6.4 lbzip2 2.3

Getting crash: make_code_lengths: Assertion `i == n' failed.

Hard to reproduce, we are using it as: pv uncomressed | lbzip2 > compressed. And after 1-2 TB - it crashing.

kjn commented 10 years ago

Thank you for the report. This is a known bug and it was already fixed in master (commit 40beaef). Upcoming release 2.4 will include the fix.