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

lock.go: fix race condition #1158

Merged
merged 1 commit into from Aug 5, 2015
Merged

lock.go: fix race condition #1158

merged 1 commit into from Aug 5, 2015

Conversation

mfischer-zd
Copy link
Contributor

Fix a race condition between startChild() and killChild() that could
lead to an orphaned managed process.

Fixes #1155

Fix a race condition between startChild() and killChild() that could
lead to an orphaned managed process.

Fixes hashicorp#1155
armon added a commit that referenced this pull request Aug 5, 2015
@armon armon merged commit 066e772 into hashicorp:master Aug 5, 2015
@armon
Copy link
Member

armon commented Aug 5, 2015

LGTM! Thanks!

@mfischer-zd
Copy link
Contributor Author

Any chance we can get a 0.5.3 release with this fix?

@armon
Copy link
Member

armon commented Aug 5, 2015

We have too many features in master for 0.6 already, that will probably be the next release in August. I don't want to rush out a 0.5.3 without QA for all the new stuff.

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

Successfully merging this pull request may close these issues.

None yet

2 participants