-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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 TestBidiStreamReverseProxy on openbsd builders #32691
Comments
|
CC @bradfitz |
|
|
I think this flake is still happening. https://storage.googleapis.com/go-build-log/ba6afeeb/openbsd-amd64-64_cf483510.log I'm not sure if this is the exact same issue, but it looks pretty similar, and only occurred on openbsd. Most notably:
|
From the
openbsd-amd64-62
build logs (https://build.golang.org/log/5fb644ae1e2c8e29e0ba85a4e4fbc04c47bafaad): anet/http
test run that shows lots of goroutines blocked inIO wait
for 2+ minutes duringTestBidiStreamReverseProxy
.It's not obvious to me whether this indicates a bug in
net/http
or the OpenBSD kernel.The text was updated successfully, but these errors were encountered: