Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGSEGV during SSL.freeSSL when multiple instances are deployed #5124

Open
conet opened this issue Feb 18, 2024 · 1 comment
Open

SIGSEGV during SSL.freeSSL when multiple instances are deployed #5124

conet opened this issue Feb 18, 2024 · 1 comment
Labels

Comments

@conet
Copy link

conet commented Feb 18, 2024

Questions

This is related to this netty-tcnative issue netty/netty-tcnative#842

Version

4.5.3 and older.

Context

We noticed the crash on high traffic servers with a high SSL connection creation/destruction rate. Today we got some DoS like traffic on some instances and they crash almost immediately after restart. I realized that the application was deploying multiple verticles. Once we switch to a single verticle per process the JVM no longer crashes. Another way to prevent the crash is to use JdkSSLEngineOptions instead of OpenSSLEngineOptions.

Do you have a reproducer?

I don't have a reproducer.

Steps to reproduce

Extra

hs_err_pid389199.log

@conet conet added the bug label Feb 18, 2024
@conet
Copy link
Author

conet commented Feb 18, 2024

Sorry, I spoke too soon, it also happens when only one verticle is deployed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant