reeseann opened a new issue, #40088: URL: https://github.com/apache/arrow/issues/40088
### Describe the bug, including details regarding any error messages, version, and platform. - macOS 14.2.1, M1 - clang 15.0.0 (clang-1500.1.0.2.5, arm64-apple-darwin23.2.0) - Python 3.8.18 - Pyarrow 15.0.0 - Tink 1.9.0 (install used prebuilt wheel tink-1.9.0-cp38-cp38-macosx_11_0_universal2.whl) - OpenSSL 3.2.0 23 Nov 2023 ```python import tink import pyarrow ``` Results in: ``` libc++abi: terminating due to uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument ``` Reversing import order results in the process hanging with: ``` [mutex.cc : 453] RAW: Lock blocking 0x156747c38 @ ``` Same error message as #15189. Just in case similar root cause, OpenSSL version Python is built with is `OpenSSL 3.2.0 23 Nov 2023`. ### Component(s) Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
