On Wed, 1 May 2002, Cliff Woolley wrote:
> > All I could tell is that the child's main thread is stuck in
> > thread-join.
Yep, seems like the same thing, though everything happens so fast it's
awfully hard to be sure. I *think* this is a valid backtrace:
(gdb) bt
#0 0x403a89be in select () from /lib/libc.so.6
#1 0x40042128 in __DTOR_END__ () from /root/apache/test/lib/libapr.so.0
#2 0x08062e06 in join_workers (listener=0x8118c68, threads=0x813f078)
at worker.c:1127
#3 0x08063213 in child_main (child_num_arg=4) at worker.c:1322
#4 0x080632fc in make_child (s=0x80b4490, slot=4) at worker.c:1376
#5 0x080636a7 in perform_idle_server_maintenance () at worker.c:1537
#6 0x0806387b in server_main_loop (remaining_children_to_start=0)
at worker.c:1630
#7 0x08063ac8 in ap_mpm_run (_pconf=0x80b2740, plog=0x80dc7e8,
s=0x80b4490)
at worker.c:1726
#8 0x0806920e in main (argc=1, argv=0xbffff364) at main.c:632
#9 0x402f874f in __libc_start_main () from /lib/libc.so.6
--------------------------------------------------------------
Cliff Woolley
[EMAIL PROTECTED]
Charlottesville, VA