Graham Dumpleton
grahamd at dscpl.com.au
Wed Jan 4 00:16:16 EST 2006
Martin Blais wrote .. > Anyway, in any case, it hangs in my own custom interpreter, and not in > the main_interpreter. > > My main problem is getting more info at that point, because even if I > attach a gdb to the cihld process, apache insists on sending it > SIGKILL 10 seconds later. Which is why I suggested using "apachectl graceful" as if I read the documentation correctly, the main Apache process will wait for the child to exit properly. By default if ShutdownGracefulTimeout is not set or 0, it will wait indefinitely and thus wouldn't kill it. This would allow you time to attach gdb. This is of course assuming that that is how it does in fact work. :-) Graham
|