[EMAIL PROTECTED] writes:

> wrowe       02/03/19 23:03:07
> 
>   Modified:    server   listen.c
>   Log:
>     Here's the patch that really sucks.  old_listeners points to an array
>     of apr_socket objects already destroyed by their cleanups, and in any
>     case they now live in invalid memory.  Extend their lifetimes.
>   
>     This implies that the process pool grows on every restart for no good
>     reason.  One possible solution is to let the old pconf survive until
>     the new pconf is alive.  Another is to create the listeners in a subpool
>     of process->pool, destroyed after the old_listeners are closed.
>   
>     Either which way, a better solution exists, but this closes the immediate
>     bug.  [How haven't we been segfaulting in unix on restarts before this
>     patch, gurus?]

good question...  even more interesting (to me) is the question "how
haven't we been segfaulting in unix on restarts even when we build with
electric fence and pool debug, time after time after time" :)

maybe somebody can make us both happy with the answer

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to