DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23911>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23911

CGI processes left defunct/zombie under 2.0.47





------- Additional Comments From [EMAIL PROTECTED]  2003-10-23 19:20 -------
Does this happen even for simple CGIs such as printenv (in cgi-bin dir of
default install), or only for setuid binaries, or what?

Also, can you get a truss of a CGI request, including both the web server child
handling the request and the CGI itself?

Start the server like this:

# truss -o outfile -f ./httpd -DONE_PROCESS

and run a couple of CGI requests, then use ps to see whether or not the zombie
problem occurs, then interupt truss+httpd.  If this run exhibited the zombie
problem, send in the truss.  If not, you may need to start the server normally,
run truss against one of the children (truss -o outfile -f -p PID) and keep
doing CGI requests until the truss-ed process handles it and we can see the 
trace.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to