You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While executing queries on a Mac with an ARM64 architecture, there is a rare case where the program crashes at std::mutex::unlock.
The issue does not occur in Linux or Mac x86 environments.
On my local macOS 15 ARM environment, the crash does not occur. The issue only appears in the macOS ARM environment on GitHub Actions.