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=8117>. 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=8117 Apache stops accepting requests Summary: Apache stops accepting requests Product: Apache httpd-1.3 Version: 1.3.23 Platform: PC OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The system is a linux 2.2.20 system in which linux simply stops accepting requests. This magically started happening today and had been happening every few minutes since this afternoon. I had tried a server reboot as well with no luck. Seems that an strace says that the master process is doing the following in a loop. Other processes are just waiting with a sh...() command and sit there. I'm not sure why new HTTP requests aren't coming in and basically most of the children die off and the server load hits zero. This happens until the server is restarted. Not sure why this is happening today when it hasn't for the few months since 1.3.23 came out. Any ideas why or what info do I need to provide to help determine this. Thanks in advance. -- Mike MASTER PROCESS: time(NULL) = 1018893180 wait4(-1, 0xbffffd80, WNOHANG, NULL) = 0 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout) time(NULL) = 1018893181 wait4(-1, 0xbffffd80, WNOHANG, NULL) = 0 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
