On Mon, 30 Jul 2001, Greg Ames wrote:

> This should fix threaded.  Cliff & Paul, this may well take care of the
> bad stuff you're seeing.  I'll beat on it & commit fixes after supper.
> Sorry I didn't figure it out sooner.
>
> Index: server/mpm/threaded/threaded.c
> ===================================================================
> RCS file: /home/cvs/httpd-2.0/server/mpm/threaded/threaded.c,v
> retrieving revision 1.51
> diff -u -d -b -r1.51 threaded.c
> --- server/mpm/threaded/threaded.c      2001/07/28 23:39:07     1.51
> +++ server/mpm/threaded/threaded.c      2001/07/30 22:58:31
> @@ -1010,6 +1010,7 @@
>              */
>             if (status <= SERVER_READY && status != SERVER_DEAD &&
>                      ps->generation == ap_my_generation &&
> +                    !ps->quiescing &&
>                   /* XXX the following shouldn't be necessary if we
> clean up
>                    *     properly after seg faults, but we're not yet
> GLA
>                    */

I'm testing this... will let you know what I find.

--Cliff


--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


Reply via email to