-
Notifications
You must be signed in to change notification settings - Fork 329
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
panic: runtime error: slice bounds out of range [8290305:212989] in compress/flate/fast_encoder.go:61 #1042
Comments
Thanks! I will also see what I can figure out on my side. |
This is a tricky one. Still haven't been able to locate any way this can happen. |
I really appreciate you digging into it - we too have been unable to reproduce it on any other machines. We're starting to wonder if it's an underlying hardware problem, in which case, all bets of reproducing are off. |
There are some rare conditions that only come up every 2GB (an offset reset) - for pgzip it will be even rarer. This is my main investigation thread. But nothing provably wrong yet. A bitflip could trigger it, but I want to rule out everything else before that. |
For reference which platform/arch is this? I can't seem to find any "gap", where this could fall through like this. |
This was x86-64 Rocky Linux. We've since experienced other issues with the system, where it will stop responding in the middle of heavy data transfers. I believe this is a hardware issue. Sorry for the wild goose chase. |
Hey - I found #1043 while sifting through the code, so something good came from it :) Thanks for the feedback. Of course, you can always re-open if you should encounter it elsewhere. |
Hello,
We've just run into a error similar to #630. It seems different enough that to open a new issue. I apologize for the formatting or typos. It needed to be copied out of a screenshot and sanitized a little.
This is seen in klauspost/compress v1.17.7.
We're working on a reproduction, but it appears to only happen at a customer site.
Is there additional information I can try to provide to help debug this?
The text was updated successfully, but these errors were encountered: