[Bug 15967] The wget applet leaks defunct ssl_client processes when requesting https pages

bugzilla at busybox.net bugzilla at busybox.net
Mon Mar 11 11:07:38 UTC 2024


https://bugs.busybox.net/show_bug.cgi?id=15967

--- Comment #1 from Natanael Copa <ncopa at alpinelinux.org> ---
This is the docker pid 1 and zombies problem.

In linux pid 1 is special and is expected to reap orphaned child processes. The
pid 1 (bin/sleep) is not doing this.

The fix is to add --init to docker run:

$ docker run --init --name mycontainer -it --rm alpine:3.19 /bin/sleep inf

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list