-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Crash on OPENSSL_sk_pop_free() #1187
Comments
This function is not used directly, and the library doesn't use the OpenSSL stack API directly either. Could you please post a stack trace? |
This is the full call stack:
|
What happens here is that an OpenSSL error triggers an exception in the Without more context, it looks like something is broken with the OpenSSL library. What version is it? How was it built? Do you link other libraries in your program? |
My program crashes on the function
OPENSSL_sk_pop_free()
with the message: juice poll (53): EXC_BAD_ACCESS (code=1, address=0x8000000000000000). This always seems to happen before the connection to the other peer is completed. Also this only seems to happen in macOS.The text was updated successfully, but these errors were encountered: