-
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
x/sys/unix: TestClockNanosleep failures on linux-mipsle-rtrk builder #35622
Comments
Now that we use signals for preemption I guess all those calls need to check for |
Change https://golang.org/cl/207285 mentions this issue: |
@ianlancetaylor, aren't the runtime's handlers all registered with I would expect preemption to produce spurious |
|
Change https://golang.org/cl/207290 mentions this issue: |
err == EINTR needs to be checked before err != nil for the interrupted syscall to be retried properly. Follow-up for CL 207285 Updates golang/go#35622 Change-Id: I0f8c1a75eb96e11aaba284eb75716db044257cbd Reviewed-on: https://go-review.googlesource.com/c/sys/+/207290 Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
https://build.golang.org/log/f0d29a593ccba5704246987f49074bfca43dd1b9
CC @tklauser @bogojevic @milanknezevic @cherrymui
The text was updated successfully, but these errors were encountered: