Paul Gofman pgofman@codeweavers.com writes:
Receiving SIGQUIT for forced thread termination may leave sync objects (like virtual_mutex) locked.
I suspect that this will only create a different class of deadlocks, with threads that can't be killed. Avoiding locks at process exit is probably safer.