https://bz.apache.org/bugzilla/show_bug.cgi?id=60461

--- Comment #27 from matt...@cacorp.com ---
(In reply to Remy Maucherat from comment #20)
> Are you really going to update this BZ every two weeks whenever you
> experience a JVM crash ? Surely you realize posting the same thing ten times
> isn't going to help, right ?
> 
> I'd recommend trying NIO(1 or 2) with OpenSSL at this point, since this
> isn't going to be fixed for a while, most likely.

Ok, so my server is now running NIO with OpenSSL and I got another crash. It
seems to be related to this as it has a common origin.

j  org.apache.tomcat.jni.SSL.getCipherForSSL(J)Ljava/lang/String;+0
j 
org.apache.tomcat.util.net.openssl.OpenSSLEngine$OpenSSLSession.getCipherSuite()Ljava/lang/String;+30
j 
org.apache.tomcat.util.net.jsse.JSSESupport.getCipherSuite()Ljava/lang/String;+13
j  org.apache.coyote.AbstractProcessor.populateSslRequestAttributes()V+11

vs

J 63194  org.apache.tomcat.jni.SSLSocket.getInfoS(JI)Ljava/lang/String; (0
bytes) @ 0x00000000016e3a04 [0x00000000016e39c0+0x44]
j 
org.apache.tomcat.util.net.AprSSLSupport.getCipherSuite()Ljava/lang/String;+24
j  org.apache.coyote.AbstractProcessor.populateSslRequestAttributes()V+11

So it appears that the problem extends beyond tcnative.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to