Is this the same issue I just reported with:

   "Subject: [HEAD] --with-mpm=worker under FreeBSD 4.5 does nothing?"

If so, then there is another bug in there somewhere, since I just checked,
and I'm running v1.60 of worker.c:

----------------------------
revision 1.60
date: 2002/01/11 08:01:11;  author: brianp;  state: Exp;  lines: +1 -1
Fix for a segfault in the worker MPM during graceful shutdown:
The per-transaction pools in the worker MPM can't be children of
the listener thread's pool, because that pool may go out of scope
while some workers are still procesing requests using the transaction
pools.

jail# cvs status worker.c
===================================================================
File: worker.c          Status: Up-to-date

   Working revision:    1.60
   Repository revision: 1.60    /home/cvspublic/httpd-2.0/server/mpm/worker/worker.c,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)


On Fri, 11 Jan 2002, David Reid wrote:

> This also fixes the shutdown issue with worker MPM on FreeBSD which is good
> :)
>
> david
>
>
> > brianp      02/01/11 00:01:11
> >
> >   Modified:    .        CHANGES
> >                server/mpm/worker worker.c
> >   Log:
> >   Fix for a segfault in the worker MPM during graceful shutdown:
> >   The per-transaction pools in the worker MPM can't be children of
> >   the listener thread's pool, because that pool may go out of scope
> >   while some workers are still procesing requests using the transaction
> >   pools.
> >
>
>
>

Reply via email to