# Signal Handlers This is REALLY ANNOYING!!! :angry: https://github.com/google/sanitizers/issues/1540 A thread may suddenly enter a signal handler function, and that handler may invoke some underlying TSan operations like mutex locking. Since mutexes in TSan aren't reentrant, this will result in an internal deadlock.