Skip to content

New sync.Cond implementation in Go 1.2 #2

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

Closed
dominikh opened this issue Oct 21, 2013 · 1 comment
Closed

New sync.Cond implementation in Go 1.2 #2

dominikh opened this issue Oct 21, 2013 · 1 comment

Comments

@dominikh
Copy link
Member

sync.Cond in Go 1.2 has a new implementation that relies on new runtime functions. It uses one of these runtime functions (Syncsemcheck) in an init() function, preventing compiled programs from running.

See http://code.google.com/p/go/source/detail?r=0b7a3fb563798e7ed37d8092c679a0c0e79b5e49 for the changes.

@neelance
Copy link
Member

neelance commented Nov 8, 2013

Fixed by 9df29da

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants