-
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: apparent deadlock in TestCloseWrite on darwin-arm64-corellium #34837
Comments
Another one on https://build.golang.org/log/175d78eebd4aa686657b7faf57755ff9ee52d02e |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I don't really see how but it's conceivable that this is a recent regression due to https://golang.org/cl/197938. |
The test is both fairly straightforward and not all that important. If someone wants to debug it, great, but I would be inclined to just skip it on darwim/arm64. |
Hasn't happened since November 7. I'm calling this fixed. |
2020-03-14T04:12:41-70dc28f/darwin-arm64-corellium Given the apparent slowness of the network stack on this builder (#37322, #35498, and others), I wonder if this test is deadlocking due to a race that the other builders just aren't slow enough to trigger. |
Or, perhaps the test is timing out somewhere and written in such a way that timeouts manifest as deadlocks? |
Change https://golang.org/cl/227588 mentions this issue: |
Also set a deadline in TestCloseWrite so that we can more easily determine which kind of connection is getting stuck on the darwin-arm64-corellium builder (#34837). Change-Id: I8ccacbf436e8e493fb2298a79b17e0af8fc6eb81 Reviewed-on: https://go-review.googlesource.com/c/go/+/227588 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
Looks like at least the
|
2021-10-25T17:18:40-bc0eb57/windows-arm64-10 No deadlocks on |
From the darwin-arm64-corellium builder (https://build.golang.org/log/0f26cd7aadb20043bcb06081b5b9c0a633bcb9fe):
CC @mikioh @bradfitz @ianlancetaylor
The text was updated successfully, but these errors were encountered: