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 ------- Additional Comments From [EMAIL PROTECTED] 2002-04-15 18:32 ------- This problem is occuring every few minutes on one of our main production servers and I must find out why, but we are all stumped after working on this all morning. Any suggestions? More info: All of the children are sitting at the following when it is not accepting any further requests: semop(1920, 0x8398910, 1 They all have the identical values in the semop statement. As well, the master process just sits there and does the following: select(0, NULL, NULL, NULL, {0, 980000}) = 0 (Timeout) time(NULL) = 1018895322 wait4(-1, 0xbffffd80, WNOHANG, NULL) = 0 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout) time(NULL) = 1018895323 wait4(-1, 0xbffffd80, WNOHANG, NULL) = 0 select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout) time(NULL) = 1018895324 wait4(-1, 0xbffffd80, WNOHANG, NULL) = 0
