Skip to content
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

[Bug] Error reading time slices: "corrupt gzip stream does not have a matching checksum" #40

Open
bokepa opened this issue Apr 19, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@bokepa
Copy link

bokepa commented Apr 19, 2020

I got that error at one of the executions while processing a 540 image set.
Don't know if it's really a bug, or some problem with filesystem or temp directory...

0.4.2
Processing 540 time slices
████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 185/540
thread 'main' panicked at 'called Result::unwrap()on anErr value: Custom { kind: InvalidInput, error: "corrupt gzip stream does not have a matching checksum" }', src/streams.rs:188:28

@mlange-42 mlange-42 added the bug Something isn't working label Apr 20, 2020
@mlange-42 mlange-42 self-assigned this Apr 20, 2020
@mlange-42
Copy link
Owner

mlange-42 commented Apr 20, 2020

@bokepa Thank you for reporting!

At first glance, I have no idea what that could be.
You did not have another instance of the tool running? That would cause problems if both instances used the same temp directory (might be necessary to find a solution for this case anyway).

Are you able to reproduce this error? I.e. does it happen again under the same settings?

Also, could you give the command you used? Did you use option --slice?

Thanks again!

EDIT: In case multiple instances were the cause of the problem, that should be solved now on version 0.6.2

@mlange-42 mlange-42 changed the title Possible little bug? Error reading time slices: "corrupt gzip stream does not have a matching checksum" Apr 20, 2020
@mlange-42 mlange-42 changed the title Error reading time slices: "corrupt gzip stream does not have a matching checksum" [Bug] Error reading time slices: "corrupt gzip stream does not have a matching checksum" Apr 20, 2020
@mlange-42 mlange-42 removed their assignment Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants