https://issues.apache.org/bugzilla/show_bug.cgi?id=56216
--- Comment #5 from Frank Meier <[email protected]> --- I got you 2 backtraces in reqtimeout_init. 2 Request on the same connection with telnet: Breakpoint 1, reqtimeout_init (c=0x7ffff0007d00) at mod_reqtimeout.c:338 338 cfg = ap_get_module_config(c->base_server->module_config, (gdb) bt #0 reqtimeout_init (c=0x7ffff0007d00) at mod_reqtimeout.c:338 #1 0x00005555555ba380 in ap_run_process_connection (c=0x7ffff0007d00) at connection.c:41 #2 0x00005555555d2845 in process_socket (my_thread_num=1, my_child_num=0, cs=0x7ffff0007c88, sock=0x7ffff0007a80, p=<optimized out>, thd=0x555555842038) at event.c:970 #3 worker_thread (thd=0x555555842038, dummy=<optimized out>) at event.c:1815 #4 0x00007ffff6c96f3a in start_thread () from /lib/libpthread.so.0 #5 0x00007ffff67ccc3d in clone () from /lib/libc.so.6 (gdb) cont Continuing. [Switching to Thread 0x7ffff5cd0700 (LWP 15328)] Breakpoint 1, reqtimeout_init (c=0x7ffff0007d00) at mod_reqtimeout.c:338 338 cfg = ap_get_module_config(c->base_server->module_config, (gdb) bt #0 reqtimeout_init (c=0x7ffff0007d00) at mod_reqtimeout.c:338 #1 0x00005555555ba380 in ap_run_process_connection (c=0x7ffff0007d00) at connection.c:41 #2 0x00005555555d2845 in process_socket (my_thread_num=0, my_child_num=0, cs=0x7ffff0007c88, sock=0x7ffff0007a80, p=<optimized out>, thd=0x555555842008) at event.c:970 #3 worker_thread (thd=0x555555842008, dummy=<optimized out>) at event.c:1815 #4 0x00007ffff6c96f3a in start_thread () from /lib/libpthread.so.0 #5 0x00007ffff67ccc3d in clone () from /lib/libc.so.6 (gdb) cont Continuing. -- 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]
