Am 24.01.2019 um 11:17 schrieb Rémy Maucherat:
On Thu, Jan 24, 2019 at 10:49 AM Rainer Jung <rainer.j...@kippdata.de>
wrote:

The other possibility - since the crash often happens in the
finalizer - that there is double destruction between normal code and
finalizer code.


OpenSSLEngine.shutdown is obviously very risky, and after some problems it
is now fully synchronized with a check against a flag to avoid running it
twice. So this is probably not the cause of the crash (which I have not run
into).

Saw your post only after sending my recent one. There might be dublication between OpenSSLContext.destroy() - destroying I think the parent pool of con->pool and thus automaticaly also con->pool - and OpenSSLEngine.finalize(), also destroying con->pool.

Regards,

Rainer


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to