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

ensure we call wait() on children created by nsenter #1966

Closed
wants to merge 1 commit into from

Conversation

pepin
Copy link

@pepin pepin commented Jan 22, 2019

we were ending up with 1 zombie for every container created, since
nothing was waiting on the intermediate child created by nsenter.

Signed-off-by: James Pepin james.pepin@gmail.com

we were ending up with 1 zombie for every container created, since
nothing was waiting on the intermediate child created by nsenter.

Signed-off-by: James Pepin <james.pepin@gmail.com>
@vansante
Copy link

I have the same issue, so I tried the patch and it solved it.

So a 👍 from me.

@crosbymichael
Copy link
Member

This should be fixed by #2023

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.

3 participants