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=17548>.
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=17548

Hanging httpd processes... trace below





------- Additional Comments From [EMAIL PROTECTED]  2003-03-01 01:25 -------
This looks like mod_proxy and I suspect that the select() call showing up
as this

select(11, NULL, [10], [10], NULL

should be changed to also pop when the socket descriptor is readable (to handle
the case where there is an error on the socket, which is the current situation).
Hopefully that works when the socket has been shutdown for recv... never done
that :)

Any chance you can attach to one of these hanging processes with gdb and get a
backtrace to post?  Thanks!

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

Reply via email to