-
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: lock ordering problem
between pollDesc
and prof
#57637
Comments
(attn @golang/runtime) |
Found new dashboard test flakes for:
2022-12-19 21:46 linux-amd64-staticlockranking go@6aa1e6d5 net.TestConcurrentSetDeadline (log)
|
Note that this failure is on release-branch.go1.18. I believe this was fixed by https://go.dev/cl/418715. I could make a minimal backport if desired, but given this has only triggered once, I'm not sure it is worth it. |
Given the relatively short remaining shelf-life of Go 1.18, I agree that this probably isn't worth backporting. Thanks for looking into it! |
This bug affects 1.19 as well, not sure if that changes your thoughts. |
Hmm. We're going to have 1.19 around for a whole release cycle (so it might be worth fixing to avoid spurious failures during patch releases), but this failure mode is also rare (end users probably never see it, because they don't build with So, I'm personally ambivalent about backporting. 🤷♂️ |
I don't consider |
Sounds like we decide to not backport. Closing for now. If it actually bothers us we can reopen and backport. |
From #55167 (comment):
The text was updated successfully, but these errors were encountered: