https://bz.apache.org/bugzilla/show_bug.cgi?id=58008
--- Comment #9 from Mikhail T. <[email protected]> --- More specifically, ALL of the child httpd-processes crash. One of them often dies from SEGFAULT (signal 11): Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00000008011b28c3 in apr_pool_clear () from /opt/lib/libapr-1.so.0 (gdb) where #0 0x00000008011b28c3 in apr_pool_clear () from /opt/lib/libapr-1.so.0 #1 0x000000080573342f in child_main (child_num_arg=5) at prefork.c:597 #2 0x00000008057327fe in make_child (s=0x80246b050, slot=5) at prefork.c:800 #3 0x0000000805732d35 in perform_idle_server_maintenance (p=0x802421028) at prefork.c:902 #4 0x00000008057315b5 in prefork_run (_pconf=0x802421028, plog=0x80246f028, s=0x80246b050) at prefork.c:1090 #5 0x000000000043c63b in ap_run_mpm (pconf=0x802421028, plog=0x80246f028, s=0x80246b050) at mpm_common.c:94 #6 0x0000000000430649 in main (argc=2, argv=0x7fffffffe640) at main.c:777 (gdb) info thread Id Target Id Frame * 4 Thread 802406400 (LWP 101604) 0x00000008011b28c3 in apr_pool_clear () from /opt/lib/libapr-1.so.0 3 Thread 802407c00 (LWP 100778) 0x0000000801879cea in chdir () from /lib/libc.so.7 * 1 Thread 802406400 (LWP 101604) 0x00000008011b28c3 in apr_pool_clear () from /opt/lib/libapr-1.so.0 while all others die in Rivet_Panic as already submitted. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
