Cliff Woolley <[EMAIL PROTECTED]> writes:

> It looks like there might be a problem with _un_graceful restarts on
> threaded, namely that the whole server just vaporizes.  It doesn't do a
> clean shutdown because the pidfile is left behind, but it's gone
> nevertheless.  I've yet to find evidence of a segfault happening, but that

Unlike the child/server processes, the parent process can't rely on
the parent (itself) to write the log message for the segfault.

Maybe sig_coredump() needs to call ap_log_error() iff called in the
parent.

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to