On Fri, 28 Feb 2003 12:15:32 -0800
"Kyle Oppenheim" <[EMAIL PROTECTED]> wrote:

> It looks like the parent server will exit if one of its children exits
> with APEXIT_CHILDFATAL.  Unfortunately, if you grep for that in the
> Apache source, it comes up more than a few times.  A stacktrace would be
> useful. Try setting a breakpoint on clean_child_exit() or use a call
> tracing utility like Solaris' truss.

gdb reports that clean_child_exit is not defined - perhaps you are
looking at newer sources than mine (1.3.22).

> Without a stacktrace, you could try to work around the problem.  It

Accept mutexes didn't solve it, but I have a reasonable workaround at
the code level to make it relatively safe - I think this is where I'm
going to leave it. Thanks for the comments though.

Bye

Paolo



Reply via email to