-
Notifications
You must be signed in to change notification settings - Fork 28
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
panic in addTLS in cgo code #1319
Comments
Thanks for reporting. I have some questions:
|
Thanks for the response! This happened once on SLES. I need to check on the openssl version. |
In this case GO_OPENSSL_VERSION_OVERRIDE is not set so I believe it is using the standard version on the system: ls -l /usr/lib64/libcrypto.so.1.1-rwxr-xr-x 1 root root 3389800 May 17 2023 /usr/lib64/libcrypto.so.1.1 |
As I dig into it I will try to come up with a reproducer but I am not hopeful that I will be able to do so. Thanks |
A note for repro attempts (on our side): an easy way to start that probably has the same OpenSSL as SLES 15.5: Start with a
|
Hi, has anyone seen a stack like this from a go panic? This is using version 1.22.5-1
there is one other goroutine in cgo code in the panic log, not sure if that is relevant:
The text was updated successfully, but these errors were encountered: