[PATCH] do auto-unregister of other child registration

2001-04-26 Thread Jeff Trawick
This is mostly an APR patch but it fixes a symptom (segfault) associated with mod_cgid after doing "apachectl graceful" followed by "apachectl restart". I turned on Greg Stein's mprotect-based memory debugging to help test it out. Before, we were leaving registrations in the other_children list a

Re: [PATCH] do auto-unregister of other child registration

2001-04-27 Thread Greg Stein
On Thu, Apr 26, 2001 at 06:41:14PM -0400, Jeff Trawick wrote: > This is mostly an APR patch but it fixes a symptom (segfault) > associated with mod_cgid after doing "apachectl graceful" followed by > "apachectl restart". > > I turned on Greg Stein's mprotect-based memory debugging to help test > i