[EMAIL PROTECTED] wrote:

>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.
>

This should fix both segfaults that Jeff reported on Solaris: the
graceful shutdown one, and the out-of-file-descriptors one.

--Brian


Reply via email to