https://bz.apache.org/bugzilla/show_bug.cgi?id=53555
--- Comment #44 from Yann Ylavic <ylavic.dev@gmail.com> ---
(In reply to Sander Hoentjen from comment #43)
> Would the new patch behave differently in this regard?
Your issue is probably not related to the patch.
It is usually caused by an unclean shutdown of httpd (eg. kill -9), or a crash
of the parent process (you should see this in the system logs), possibly if you
upgraded the binaries while httpd was still running.
The number of IPC SysV semaphores is limited on the system, if the previous
ones were not cleanly deleted on shutdown, the new startup won't complete.
As suggested by Stefan, you could use another Mutex mechanism (pthread) which
does not leak on unclean shutdown (even if httpd is killed).
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|