Closed MBLRN closed 1 year ago
Thank you for reporting this issue! It is very peculiar and in fact quite serious.
As it turns out it is not related to CRC computation. Instead, the so called "pointer" was set incorrectly in Burrows-Wheeler transform during BZip2 compression. I am very surprised that no one has encountered this problem until now.
This issue was fixed in b1fe47fdbb39afa08715940e7d738fff362034b7.
Hello I’m getting a BZip2Error.wrongCRC error using BZip2 with the following file: problem.dat.zip The file needs decompressing first before using:
Cheers.