[Bug 375] httpd does not reap zombies

bugzilla at busybox.net bugzilla at busybox.net
Fri Jun 5 11:39:24 UTC 2009


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





--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com>  2009-06-05 11:39:23 UTC ---
I cannot reproduce it.
Which version of busybox do you use? What is the command line?

Zombies should be prevented by this line in httpd.c:

        xchdir(home_httpd);
        if (!(opt & OPT_INETD)) {
                signal(SIGCHLD, SIG_IGN);  <==== THIS ONE

and in my testing, it does prevent them.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list