-
Notifications
You must be signed in to change notification settings - Fork 325
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
all goroutines are asleep - deadlock #920
Comments
@kung-foo Is this is a regression, or does it happen on older versions? Does adding |
Looks to happen on older versions as well. Tried v1.17.4 and v1.16.7. cpu=10 or cpu=1 had no effect. Weirdly if I |
Ok! I will dig a bit deeper! Thanks for the report and double checking! |
Got it reproduced. Will send a fix! |
klauspost
added a commit
that referenced
this issue
Feb 5, 2024
When DecodeConcurrent encounters an error it can lock up in some cases. Fix and add fuzz test for stream decoding. Fixes #920
klauspost
added a commit
that referenced
this issue
Feb 5, 2024
When DecodeConcurrent encounters an error it can lock up in some cases. Fix and add fuzz test for stream decoding. Fixes #920
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't have a shareable reproducer since the file above contains customer data.
The text was updated successfully, but these errors were encountered: