[Bug 13161] Services started with start-stop-daemon applet not properly destroyed when stopped

bugzilla at busybox.net bugzilla at busybox.net
Fri Nov 27 17:06:39 UTC 2020


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

--- Comment #2 from Denys Vlasenko <vda.linux at googlemail.com> ---
(In reply to Ivan Castell Rovira from comment #0)
> Sending a SIGTERM or a SIGKILL to any of this PIDS doesn't helps:
    # kill -TERM 14710
    # kill -KILL 14710
    # ps fax|grep loop.sh
    14710 root      0:00 [loop.sh]
    20555 root      0:00 [loop.sh]
    20633 root      0:00 [loop.sh]
    20670 root      0:00 [loop.sh]
    20707 root      0:00 [loop.sh]
    27604 root      0:00 grep loop.sh

This behavior (of seemingly not dying from SIGKILL) is a typical symptom of the
dead process not being reaped by the parent: zombie processes still can be
signaled (kill does not return any errors).

Please show pstree -p, so we can see what is the parent of these dead
processes.

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


More information about the busybox-cvs mailing list