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-29 16:13 -------
Here another one, from another webserver instance:
(gdb) thread 3
[Switching to thread 3 (Thread -1295930448 (LWP 22476))]#0 
apr_pool_cleanup_kill (p=0x8239d50, data=0x8203648, cleanup_fn=0xb7cad25c
<connection_cleanup>)
    at memory/unix/apr_pools.c:1984
1984            if (c->data == data && c->plain_cleanup_fn == cleanup_fn) {
(gdb) thread 4
[Switching to thread 4 (Thread -1253966928 (LWP 22471))]#0  0xb7e6cf33 in
apr_pool_cleanup_kill (p=0x8239d50, data=0x96a37cb0, 
    cleanup_fn=0xb7ef55c0 <brigade_cleanup>) at memory/unix/apr_pools.c:1984
1984            if (c->data == data && c->plain_cleanup_fn == cleanup_fn) {

(gdb) thread apply 3 bt  

Thread 3 (Thread -1295930448 (LWP 22476)):
#0  apr_pool_cleanup_kill (p=0x8239d50, data=0x8203648, 
    cleanup_fn=0xb7cad25c <connection_cleanup>) at memory/unix/apr_pools.c:1984
#1  0xb7cad9ad in ap_proxy_release_connection (
    proxy_function=0xb7ca1ae6 "HTTP", conn=0x8203648, s=0x819b0a8)
    at proxy_util.c:1788
#2  0xb7c9ee06 in ap_proxy_http_cleanup (scheme=0xb7ca1ae6 "HTTP", 
    r=0x968044d0, backend=0x8203648) at mod_proxy_http.c:1584
#3  0xb7c9ff43 in proxy_http_handler (r=0x968044d0, worker=0x8201b28, 
    conf=0x82015f8, url=0x96a36600 "/frontend/images/tree-leaf.gif", 
    proxyname=0x0, proxyport=0) at mod_proxy_http.c:1726
#4  0xb7ca7a53 in proxy_run_scheme_handler (r=0x968044d0, worker=0x8201b28, 
    conf=0x82015f8, 
    url=0x968058f6 "http://bnn02as:8888/frontend/images/tree-leaf.gif";, 
    proxyhost=0x0, proxyport=0) at mod_proxy.c:1936
#5  0xb7ca9a28 in proxy_handler (r=0x968044d0) at mod_proxy.c:739
#6  0x08071f56 in ap_run_handler (r=0x968044d0) at config.c:157
#7  0x080722ce in ap_invoke_handler (r=0x968044d0) at config.c:371
#8  0x0807cd4d in ap_process_request (r=0x968044d0) at http_request.c:258
#9  0x0807a919 in ap_process_http_connection (c=0x8239f40) at http_core.c:171
#10 0x080778fa in ap_run_process_connection (c=0x8239f40) at connection.c:43
#11 0x08080d03 in worker_thread (thd=0x81be0e0, dummy=0x81f5830)
    at worker.c:531
#12 0xb7e758ec in dummy_worker (opaque=0x81be0e0)
    at threadproc/unix/thread.c:138
#13 0xb7e08b80 in start_thread () from /lib/libpthread.so.0
#14 0xb7d9f9ce in clone () from /lib/libc.so.6

(gdb) thread apply 4 bt

Thread 4 (Thread -1253966928 (LWP 22471)):
#0  0xb7e6cf33 in apr_pool_cleanup_kill (p=0x8239d50, data=0x96a37cb0, 
    cleanup_fn=0xb7ef55c0 <brigade_cleanup>) at memory/unix/apr_pools.c:1984
#1  0xb7ef5604 in apr_brigade_destroy (b=0x96a37cb0)
    at buckets/apr_brigade.c:52
#2  0x08066cec in ap_getline (
    s=0xb541d038 "HTTP/1.1 404 /frontend/images/tree-folder-open.gif", n=8192, 
    r=0x96a36d48, fold=0) at protocol.c:464
#3  0xb7c9eef7 in ap_proxy_http_process_response (p=0x96902878, r=0x96a59448, 
    backend=0x8203648, origin=0x96a36620, conf=0x82015f8, 
    server_portstr=0xb541f167 "") at mod_proxy_http.c:1217
#4  0xb7ca0764 in proxy_http_handler (r=0x96a59448, worker=0x8201b28, 
    conf=0x82015f8, url=0x96a29e68 "/frontend/images/tree-folder-open.gif", 
    proxyname=0x0, proxyport=0) at mod_proxy_http.c:1713
#5  0xb7ca7a53 in proxy_run_scheme_handler (r=0x96a59448, worker=0x8201b28, 
    conf=0x82015f8, 
    url=0x96a5a8c6 "http://bnn02as:8888/frontend/images/tree-folder-open.gif";, 
    proxyhost=0x0, proxyport=0) at mod_proxy.c:1936
#6  0xb7ca9a28 in proxy_handler (r=0x96a59448) at mod_proxy.c:739
#7  0x08071f56 in ap_run_handler (r=0x96a59448) at config.c:157
#8  0x080722ce in ap_invoke_handler (r=0x96a59448) at config.c:371
#9  0x0807cd4d in ap_process_request (r=0x96a59448) at http_request.c:258
#10 0x0807a919 in ap_process_http_connection (c=0x96902a68) at http_core.c:171
#11 0x080778fa in ap_run_process_connection (c=0x96902a68) at connection.c:43
#12 0x08080d03 in worker_thread (thd=0x81be040, dummy=0x81f5510)
    at worker.c:531
#13 0xb7e758ec in dummy_worker (opaque=0x81be040)
    at threadproc/unix/thread.c:138
#14 0xb7e08b80 in start_thread () from /lib/libpthread.so.0
#15 0xb7d9f9ce 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]

Reply via email to