DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39079>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39079 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-27 15:59 ------- I've got another (from another apache isntance) Apparently, there are always 2 threads running, together they eat 100% cpu. I presume they shouldn't both bne in the same function at the same time? And now that they are, they create problems, because they -possibly- create circular linked lists ore somesuch? Here the bvacktraces for the 2 running threads: (gdb) thread apply 2 bt Thread 2 (Thread -1724445776 (LWP 22154)): #0 apr_pool_cleanup_kill (p=0x82dfde0, data=0x8b89448, cleanup_fn=0xb7c3c220 <connection_cleanup>) at memory/unix/apr_pools.c:1977 #1 0xb7c3c929 in ap_proxy_release_connection ( proxy_function=0xb7c30b0e "HTTP", conn=0x8b89448, s=0x818f848) at proxy_util.c:1774 #2 0xb7c2de06 in ap_proxy_http_cleanup (scheme=0xb7c30b0e "HTTP", r=0x84963f8, backend=0x8b89448) at mod_proxy_http.c:1586 #3 0xb7c2ef6f in proxy_http_handler (r=0x84963f8, worker=0x81ac9f0, conf=0x81ac340, url=0x8477c90 "/clubvan100/_gfx/dotline_table.gif", proxyname=0x0, proxyport=0) at mod_proxy_http.c:1728 #4 0xb7c36a17 in proxy_run_scheme_handler (r=0x84963f8, worker=0x81ac9f0, conf=0x81ac340, url=0x8497fce "http://shrd01as:8888/clubvan100/_gfx/dotline_table.gif", proxyhost=0x0, proxyport=0) at mod_proxy.c:1936 #5 0xb7c389ec in proxy_handler (r=0x84963f8) at mod_proxy.c:739 #6 0x08071efa in ap_run_handler (r=0x84963f8) at config.c:157 #7 0x08072272 in ap_invoke_handler (r=0x84963f8) at config.c:371 #8 0x0807ccf1 in ap_process_request (r=0x84963f8) at http_request.c:258 #9 0x0807a8bd in ap_process_http_connection (c=0x8477740) at http_core.c:171 #10 0x0807789e in ap_run_process_connection (c=0x8477740) at connection.c:43 #11 0x08080bd7 in worker_thread (thd=0x810a0e0, dummy=0x81edba0) at worker.c:531 #12 0xb7e06760 in dummy_worker (opaque=0x810a0e0) at threadproc/unix/thread.c:138 #13 0xb7d97b80 in start_thread () from /lib/libpthread.so.0 #14 0xb7d2f9ce in clone () from /lib/libc.so.6 (gdb) thread apply 3 bt Thread 3 (Thread -1355166800 (LWP 22110)): #0 apr_pool_cleanup_kill (p=0x82dfde0, data=0x8b89448, cleanup_fn=0xb7c3c220 <connection_cleanup>) at memory/unix/apr_pools.c:1985 #1 0xb7c3c929 in ap_proxy_release_connection ( proxy_function=0xb7c30b0e "HTTP", conn=0x8b89448, s=0x818f848) at proxy_util.c:1774 #2 0xb7c2de06 in ap_proxy_http_cleanup (scheme=0xb7c30b0e "HTTP", r=0x84f40d0, backend=0x8b89448) at mod_proxy_http.c:1586 #3 0xb7c2ef6f in proxy_http_handler (r=0x84f40d0, worker=0x81ac9f0, conf=0x81ac340, url=0x82e0520 "/clubvan100/_gfx/dotline_table.gif", proxyname=0x0, proxyport=0) at mod_proxy_http.c:1728 #4 0xb7c36a17 in proxy_run_scheme_handler (r=0x84f40d0, worker=0x81ac9f0, conf=0x81ac340, url=0x84f5ca6 "http://shrd01as:8888/clubvan100/_gfx/dotline_table.gif", proxyhost=0x0, proxyport=0) at mod_proxy.c:1936 #5 0xb7c389ec in proxy_handler (r=0x84f40d0) at mod_proxy.c:739 #6 0x08071efa in ap_run_handler (r=0x84f40d0) at config.c:157 #7 0x08072272 in ap_invoke_handler (r=0x84f40d0) at config.c:371 #8 0x0807ccf1 in ap_process_request (r=0x84f40d0) at http_request.c:258 #9 0x0807a8bd in ap_process_http_connection (c=0x82dffd0) at http_core.c:171 #10 0x0807789e in ap_run_process_connection (c=0x82dffd0) at connection.c:43 #11 0x08080bd7 in worker_thread (thd=0x8109b60, dummy=0x81e4000) at worker.c:531 #12 0xb7e06760 in dummy_worker (opaque=0x8109b60) at threadproc/unix/thread.c:138 #13 0xb7d97b80 in start_thread () from /lib/libpthread.so.0 #14 0xb7d2f9ce in clone () from /lib/libc.so.6 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
