Skip to content

os/exec: race giving extra files to wrong concurrently-started processes #3903

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
bradfitz opened this issue Aug 4, 2012 · 1 comment
Closed

Comments

@bradfitz
Copy link
Contributor

bradfitz commented Aug 4, 2012

See http://golang.org/cl/6457080/

If I start two processes at once, only giving one of them extra files, it doesn't work
on Linux.  They get the wrong ones, or extra garbage ones seemingly.

Help wanted.
@bradfitz
Copy link
Contributor Author

bradfitz commented Aug 6, 2012

Comment 1:

Fixed by http://code.google.com/p/go/source/detail?r=75a214

Status changed to Fixed.

@bradfitz bradfitz added the fixed label Aug 6, 2012
@golang golang locked and limited conversation to collaborators Jun 24, 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

2 participants