mxmlnkn / rapidgzip

Gzip Decompression and Random Access for Modern Multi-Core Machines
Apache License 2.0
344 stars 7 forks source link

Encountered error: End of file reached. while trying to read gzip header! #28

Closed charleszu closed 1 month ago

charleszu commented 6 months ago

I tested some local gz files, some worked and some encountered errors

mxmlnkn commented 6 months ago

Which version? Could you provide a minimal gzip file with non-private data that reproduces the error? How do you call rapidgzip exactly, with what arguments? Searching through the code, I only see this error message in the code for --analyze and with -P 1 in versions before 0.9.0 (before f6cef4fd) but maybe I am missing something.