-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: TestDebugCallUnsafePoint failure on noopt builder #36110
Comments
I think the idea is that function It doesn't seem related to preemption. |
This has recurred several times since. Seems to have started in December. 2020-01-19T15:28:32-02816a2/linux-amd64-noopt |
Given the timing, I suspect that CL 205718 made this particular test flakier by making I don't think we should just skip the test on the noopt builder, since the test may also flake for non-builder users and developers using the same flags. However, if we could detect the presence of safe points at runtime, perhaps we could skip the test dynamically. |
The failure mode has changed, but the test remains flaky. (It now has extra 2020-03-13T00:19:08-85e87f9/linux-amd64-noopt
|
I see this pretty regularly on the dev.link dashboard. Also worth noting that it's not hard to reproduce by hand, e.g.
|
Change https://golang.org/cl/236597 mentions this issue: |
2019-12-12T17:47:19-100bf44/linux-amd64-noopt
Possibly related to async preemption?
CC @cherrymui @aclements @mknyszek @ianlancetaylor
The text was updated successfully, but these errors were encountered: