-
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
runtime: TestNetpollDeadlock is failing #42500
Comments
This test failure does not prevent you from using the go2go tool. I think the dev.go2go branch has served its purpose, and we aren't going to be maintaining it further. If you only see this problem on the dev.go2go branch, I don't think we're going to look into this any further. |
Hey @ianlancetaylor , thanks for the quick reply. It seems that I am experiencing this issue on latest release on my desktop, though it does not seem to be reproducing on my laptop. We can close this if you would like or I can try to provide some more information, though this seems odd.
|
The test works by opening a TCP connection to port |
Immediate refusal on ipv4, hanging on ipv6, then timed out. This may explain the hanging in the test.
I really feel like I am just wasting your time now 😅, I am very sorry and thank you for the help so far. |
Sounds like there is something wrong with the IPv6 routing to localhost on your system, and that is breaking the test. I'll close this issue, but please comment if you think there is a problem in Go. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes. It seems that the failure is happening on 1.15.4 release and dev.go2go branch
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
A lovely go2 tool
What did you see instead?
Sorry if this is a duplicate, I didn't see anything open. I did find #35353 which seems to be the same failure and mentions the test is flakey, opened the issue after two successive failures. Happy to try to provide any more information, and this really may just be an issue on my side.
https://pastebin.com/raw/d70PSe9U
The text was updated successfully, but these errors were encountered: