Skip to content

Conversation

@vincentneo
Copy link
Contributor

To fix #3171, where when compiling TDLib for Apple Watch, if OpenSSL 3.4.0 is used, will cause a crash when ran on device.

@levlam
Copy link
Contributor

levlam commented Dec 8, 2024

This is a bug in OpenSSL 3.4.0 and I suggested to add -DUSE_ATOMIC_FALLBACKS just to comfirm the cause of the bug.
Using the define can significantly affect OpenSSL performance, hence it must not be used in production, and the issue is fixed in the OpenSSL repository instead.

@vincentneo vincentneo closed this Dec 8, 2024
@vincentneo
Copy link
Contributor Author

Alright!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TDLib crashes when compiled with OpenSSL 3.4.0

2 participants