rapidgzip icon indicating copy to clipboard operation
rapidgzip copied to clipboard

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

Open charleszu opened this issue 2 years ago • 1 comments

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

charleszu avatar Dec 22 '23 06:12 charleszu

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.

mxmlnkn avatar Dec 22 '23 07:12 mxmlnkn