https://issues.apache.org/bugzilla/show_bug.cgi?id=52759
--- Comment #5 from Rainer Jung <[email protected]> 2012-03-09 18:57:11 UTC --- The problem seems to happen, when mod_jk reveiced the final package from the AJP back end and at the end of the response request cycle calls ap_finalize_request_protocol(). The connection to the client is an HTTPS connection and maybe it happens during lingering close? Was the lsof taken during the spining CPU? The lsof output does not contain the client connection, so it seems that connection was already closed. The loop seems to be in OpenSSL. What looks suspicious in the dumps is len=0x7fff95282a50 in ssl_io_input_read(). I don't have a real recommendation here. Rainer -- 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]
