https://bz.apache.org/bugzilla/show_bug.cgi?id=65769

--- Comment #10 from ldeliso <lore...@ldeliso.com> ---
Created attachment 38148
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38148&action=edit
error_log_28122021

I applied the patch and can still reproduce the issue. The server ceased to
accept requests just after this event (though as you can see in the attached
logs a new child process is spawned and remains in execution):


[Tue Dec 28 12:55:24.703419 2021] [mpm_event:debug] [pid 2687016:tid
139917791557376] event.c(1864): Too many open connections (0), not accepting
new conns in this process

Curious enough: if I do a pstack or attach a gdb to this PID (in this log it's
2687016) it logs the following and then accepts the requests again:

+++++++++++++++++++++++++++++++++++++++++++++++
[Tue Dec 28 13:14:21.609592 2021] [mpm_event:debug] [pid 2687016:tid
139921957689088] event.c(496): AH00457: Accepting new connections again: 0
active conns (0 lingering/0 clogged/0 suspended), 1 idle workers
[Tue Dec 28 13:14:21.609822 2021] [mpm_event:trace1] [pid 2687016:tid
139921957689088] event.c(1217): Stopping process due to MaxConnectionsPerChild
[Tue Dec 28 13:14:21.609829 2021] [mpm_event:debug] [pid 2687016:tid
139921957689088] event.c(571): wake up listener
[Tue Dec 28 13:14:21.610740 2021] [mpm_event:trace1] [pid 2687016:tid
139922101746560] event.c(2679): graceful termination received, joining workers
[Tue Dec 28 13:14:21.610756 2021] [mpm_event:trace1] [pid 2687016:tid
139922101746560] event.c(2683): graceful termination, workers joined, exiting
+++++++++++++++++++++++++++++++++++++++++++++++

Then, after the next request, it ceases to accept new requests unless I do one
of the following things again:

- apachectl graceful
OR
- apachectl stop / apachectl start
OR
- run pstack or gdb on the running child process reported in the logs for the
event "Too many open connections"

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to