Hello,

On Wed, Jan 3, 2018 at 11:04 PM, Markus Gothe <[email protected]>
wrote:

> Can you run strace on a process invoked from the inittab? I surely have
> issues with doing that.
>

​This is definitely possible, but thou shall not forget -ff to follow forks
(and prepare for an awfull lot of output, so maybe you should redirect that
in some log file). ​



>
> As far as killing the processes it doesnt matter which signal you use;
> processes will become zombified forever without the patch.
>


​I, too, don't get how runsvdir children can be zombified if runsvdir is
killed. ​When runsvdir dies, the children are reparented to /bin/init which
is, AFAIK, reaping them.

I won't disagree with you (you say you have zombies all over the place) but
maybe the problem - and the right fix - lies somewhere else.

Best regards,

-- Emmanuel Deloget
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to