Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sanitizers: disable calls to pthread_atfork
OpenBLAS tries to do bad things in this callback (supposedly to support use-after-fork), so we disable it entirely for TSAN/ASAN, where it causes the sanitizers to deadlock.
- Loading branch information