https://issues.apache.org/bugzilla/show_bug.cgi?id=51689

--- Comment #1 from Anirudh takkallapally <[email protected]> 
2011-08-23 15:41:42 UTC ---
I ran gdb against the hung process and got this

0xb7b69f8e in read () from /lib/libc.so.6
(gdb) where
#0  0xb7b69f8e in read () from /lib/libc.so.6
#1  0xb7c4b967 in apr_socket_recv () from /usr/local/apache2/lib/libapr-1.so.0
#2  0xb7d72403 in socket_bucket_read () from
/usr/local/apache2/lib/libaprutil-1.so.0
#3  0x0808133e in ap_core_input_filter ()
#4  0x0808f6e0 in ap_get_brigade ()
#5  0x080dba77 in ap_http_filter ()
#6  0x0808f6e0 in ap_get_brigade ()
#7  0x080daad9 in check_pipeline_flush ()
#8  0x080dac09 in ap_process_request ()
#9  0x080d7616 in ap_process_http_connection ()
#10 0x0808b452 in ap_run_process_connection ()
#11 0x0808b89b in ap_process_connection ()
#12 0x08114a92 in child_main ()
#13 0x08114c84 in make_child ()
#14 0x08114ce3 in startup_children ()
#15 0x08115173 in ap_mpm_run ()
#16 0x0806c6ed in main ()

Trying to figure out if a different code path is used when cross compiled

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]

Reply via email to