https://bz.apache.org/bugzilla/show_bug.cgi?id=66624
--- Comment #23 from chris <[email protected]> --- ah so I needed to type in backtrace then. This is one connection which is stuck on "G". Rest of the connections are inactive. I did the backtrace a few seconds apart. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". __pthread_clockjoin_ex (threadid=140598715582208, thread_return=0x7ffe2c8e2420, clockid=<optimized out>, abstime=<optimized out>, block=<optimized out>) at pthread_join_common.c:145 145 pthread_join_common.c: No such file or directory. (gdb) backtrace #0 __pthread_clockjoin_ex (threadid=140598715582208, thread_return=0x7ffe2c8e2420, clockid=<optimized out>, abstime=<optimized out>, block=<optimized out>) at pthread_join_common.c:145 #1 0x00007fdfbff8e3ef in apr_thread_join () from target:/lib/x86_64-linux-gnu/libapr-1.so.0 #2 0x00007fdfbfbcdd28 in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #3 0x00007fdfbfbcf44b in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #4 0x00007fdfbfbcf7ba in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #5 0x00007fdfbfbd018f in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #6 0x0000563afbc78de8 in ap_run_mpm () #7 0x0000563afbc707f9 in main () (gdb) backtrace #0 __pthread_clockjoin_ex (threadid=140598715582208, thread_return=0x7ffe2c8e2420, clockid=<optimized out>, abstime=<optimized out>, block=<optimized out>) at pthread_join_common.c:145 #1 0x00007fdfbff8e3ef in apr_thread_join () from target:/lib/x86_64-linux-gnu/libapr-1.so.0 #2 0x00007fdfbfbcdd28 in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #3 0x00007fdfbfbcf44b in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #4 0x00007fdfbfbcf7ba in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #5 0x00007fdfbfbd018f in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #6 0x0000563afbc78de8 in ap_run_mpm () #7 0x0000563afbc707f9 in main () (gdb) backtrace #0 __pthread_clockjoin_ex (threadid=140598715582208, thread_return=0x7ffe2c8e2420, clockid=<optimized out>, abstime=<optimized out>, block=<optimized out>) at pthread_join_common.c:145 #1 0x00007fdfbff8e3ef in apr_thread_join () from target:/lib/x86_64-linux-gnu/libapr-1.so.0 #2 0x00007fdfbfbcdd28 in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #3 0x00007fdfbfbcf44b in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #4 0x00007fdfbfbcf7ba in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #5 0x00007fdfbfbd018f in ?? () from target:/usr/lib/apache2/modules/mod_mpm_event.so #6 0x0000563afbc78de8 in ap_run_mpm () #7 0x0000563afbc707f9 in main () -- 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]
