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

Reap the child process if there's an error during setup #6

Merged
merged 1 commit into from Apr 30, 2014
Merged

Reap the child process if there's an error during setup #6

merged 1 commit into from Apr 30, 2014

Conversation

ebroder
Copy link

@ebroder ebroder commented Apr 23, 2014

Previously, if the child process failed to, say, exec (e.g. because of a non-existent executable), nothing would ever reap the child process.

@zenazn Any thoughts? I think I saw a bug of this form in action, but I'm not positive.

Previously, if the child process failed to, say, exec (e.g. because of
a non-existent executable), nothing would ever reap the child process.
@zenazn
Copy link
Contributor

zenazn commented Apr 30, 2014

Yeah, this looks like a bug (and I can repro in a shell). LGTM!

zenazn added a commit that referenced this pull request Apr 30, 2014
Reap the child process if there's an error during setup
@zenazn zenazn merged commit bda098c into stripe:master Apr 30, 2014
@ebroder ebroder deleted the reap-on-error branch April 30, 2014 00:42
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

3 participants