You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/10/05 02:01:36 UTC

DO NOT REPLY [Bug 39311] Apache Crashes On several Graceful Restart requests coinciding in time with lot's of HTTP-requests

https://issues.apache.org/bugzilla/show_bug.cgi?id=39311

--- Comment #6 from Shawn Michael <sm...@rightnow.com> 2011-10-05 00:01:36 UTC ---
Created attachment 27693
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27693
Patch race condition during high load and a graceful restart

This patch applies cleanly to 2.2-HEAD as well as 2.2.3 Red Hat.  

The patch takes a look at the generation of the child process that is exiting. 
If the child is from a previous generation then fatal errors are ignored.  Only
current generation children can cause the death of the parent.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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