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: cgo uses sigprocmask #6811

Closed
gopherbot opened this issue Nov 21, 2013 · 8 comments
Closed

runtime: cgo uses sigprocmask #6811

gopherbot opened this issue Nov 21, 2013 · 8 comments
Milestone

Comments

@gopherbot
Copy link
Contributor

by caglar@10ur.org:

It should be using pthread_sigmask() as the use of sigprocmask() is unspecified in a
multithreaded process.
@gopherbot
Copy link
Contributor Author

Comment 1 by caglar@10ur.org:

If you don't mind I could send a patch to review?

@davecheney
Copy link
Contributor

Comment 2:

Please do, http://golang.org/doc/contribute.html

@gopherbot
Copy link
Contributor Author

Comment 3 by caglar@10ur.org:

https://golang.org/cl/30460043/

@davecheney
Copy link
Contributor

Comment 4:

Thank you. I'll mark this as Go 1.3 as it is unlikely (even if the current behaviour is
wrong) that we'd attempt this fix so close to the 1.2 release date.

Labels changed: added priority-soon, go1.3, removed priority-triage.

Status changed to Started.

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 5:

Labels changed: added priority-later, removed priority-soon.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 6:

Labels changed: added release-go1.3, removed go1.3.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 7:

Labels changed: added repo-main.

@ianlancetaylor
Copy link
Contributor

Comment 8:

This issue was closed by revision 41183d0.

Status changed to Fixed.

@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@rsc rsc removed the release-go1.3 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants