Skip to content
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: usleep() does not work on Linux 386 [Go 1.8] #21520

Closed
aclements opened this issue Aug 18, 2017 · 2 comments
Closed

runtime: usleep() does not work on Linux 386 [Go 1.8] #21520

aclements opened this issue Aug 18, 2017 · 2 comments
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Milestone

Comments

@aclements
Copy link
Member

Go 1.8.3 included a change to use pselect6, but it was broken (https://golang.org/cl/44002).

CL 56850 fixes this.

/cc @pvoicu @ALTree @ianlancetaylor

@aclements aclements added this to the Go1.8.4 milestone Aug 18, 2017
@rsc rsc modified the milestones: Go1.8.4, Go1.8.5 Oct 4, 2017
@rsc
Copy link
Contributor

rsc commented Oct 13, 2017

CL 56850 OK for Go 1.8.5.

@rsc rsc added release-blocker CherryPickApproved Used during the release process for point releases and removed release-blocker labels Oct 13, 2017
@rsc rsc changed the title runtime: backport CL 56850 runtime: usleep() does not work on Linux 386 [Go 1.8] Oct 14, 2017
@rsc
Copy link
Contributor

rsc commented Oct 26, 2017

go1.8.5 has been packaged and includes:

The release is posted at golang.org/dl.

— golang.org/x/build/cmd/releasebot, Oct 26 21:07:50 UTC

@rsc rsc closed this as completed Oct 26, 2017
@golang golang locked and limited conversation to collaborators Oct 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

3 participants