You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2007/03/22 20:07:28 UTC

DO NOT REPLY [Bug 41749] - Tomcat with APR using SSL spins CPU at 100%

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=41749>.
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=41749





------- Additional Comments From jkessinger@awarepoint.com  2007-03-22 12:07 -------
I have managed to get gdb attached once or twice now. The loop appears to be in
the error condition in ssl_socket_recv . EAGAIN is being returned, and a tight
loop occurs when data never arrives. 

I'm not certain who makes the socket non-blocking, but ssl_socket_recv does not
appear to check for any sort of timeout conditions.

This seems to occur on large multi-packet POSTed SOAP requests. It looks like
only part of the SOAP request has been read. I'm not sure if there's some sort
of packet dropping going on in my network.

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org