[PATCH] ntdll: Add SIGQUIT to server block set.

Alexandre Julliard julliard at winehq.org
Mon Sep 14 08:01:24 CDT 2020


Paul Gofman <pgofman at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list