-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
net/http: apparent deadlock in TestHandlerFinishSkipBigContentLengthRead #62622
Comments
Notably, the goroutine dump shows neither the |
Found new dashboard test flakes for:
2023-09-13 21:00 netbsd-386-9_3 go@399b2a4b net/http.TestHandlerFinishSkipBigContentLengthRead (log)
|
Found new dashboard test flakes for:
2023-09-14 13:15 netbsd-arm64-bsiegert go@d18e9407 net/http.TestHandlerFinishSkipBigContentLengthRead (log)
|
I got another one of these hammering on (It took around 200 runs to reproduce.) |
Found new dashboard test flakes for:
2023-09-14 17:45 freebsd-amd64-race go@09300d89 net/http.TestHandlerFinishSkipBigContentLengthRead (log)
|
Found new dashboard test flakes for:
2023-09-14 21:29 freebsd-386-13_0 go@a278550c net/http.TestHandlerFinishSkipBigContentLengthRead (log)
|
Found new dashboard test flakes for:
2023-09-15 17:22 linux-arm64-race go@11b08a75 net/http.TestHandlerFinishSkipBigContentLengthRead (log)
|
Found new dashboard test flakes for:
2023-09-15 15:33 netbsd-arm-bsiegert go@5f872db5 net/http.TestHandlerFinishSkipBigContentLengthRead (log)
|
I've been hitting this a bunch in TryBots, and given the failure rate I think it should be bisectable. Trying to |
Found new dashboard test flakes for:
2023-09-18 18:40 netbsd-arm64-bsiegert go@3702cb5a net/http.TestHandlerFinishSkipBigContentLengthRead (log)
|
Found new dashboard test flakes for:
2023-09-18 20:42 darwin-amd64-race go@cc904eb0 net/http.TestHandlerFinishSkipBigContentLengthRead (log)
|
Found new dashboard test flakes for:
2023-09-18 23:58 netbsd-arm64-bsiegert go@d110d7c4 net/http.TestHandlerFinishSkipBigContentLengthRead (log)
|
|
Change https://go.dev/cl/529475 mentions this issue: |
Found new dashboard test flakes for:
2023-09-19 05:51 freebsd-386-12_3 go@eca5a973 net/http.TestHandlerFinishSkipBigContentLengthRead (log)
|
What version of Go are you using (
go version
)?Built from source at https://go.dev/cl/527196.
Does this issue reproduce with the latest release?
Presumably.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Consistently passing tests.
What did you see instead?
Lots of passing tests, followed by an apparent deadlock.
(CC @neild)
The text was updated successfully, but these errors were encountered: