-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
benchmark mode claims a decompression error on this data w/huf #102
Comments
|
also occurs with:
... so I suppose, not a compiler issue. |
Oh, yikes, might be a dupe of #95 ... except this repro data is tiny. :) |
I think the issue is that the The huffman format requires input data to be provided in blocks <= 128 KB. Nevertheless, while there is a explanation, it underlines that the information message is not clear enough about the root cause. |
Ah! That was really unobvious. Thanks for the explanation. :) |
gunzip the below file and run the above.
xxx.gz
The 'xxx' file appears to survive a huf compress and then a huf decompress intact when doing them individually, so perhaps this is an issue specific to the benchmark mode.
Tested with 3865a70
The text was updated successfully, but these errors were encountered: