Skip to content

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

Closed
pepin wants to merge 1 commit intoopencontainers:masterfrom
pepin:reap_zombies
Closed

ensure we call wait() on children created by nsenter#1966
pepin wants to merge 1 commit intoopencontainers:masterfrom
pepin:reap_zombies

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