Re: [PATCH v15 0/6] MR10419: ntdll: Fix thread stops inside __wine_syscall_dispatcher
April 7, 2026
8:21 p.m.
On Tue Apr 7 21:34:10 2026 +0000, Jinoh Kang wrote:
Is there a reason we're temporarily unblocking here? This is a server call. If the server sends a SIGUSR1 here and we do not handle it, presumably the server could deadlock waiting for the ack to the SIGUSR1 while we make the call. Even if that wouldn't happen in the trivial case (not sure how the server is implemented in terms of async/etc), one could imagine an application code sequence that would create this dependency and deadlock (think: two threads trying to set each others' context).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10419#note_135396
14
Age (days ago)
14
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hoshino Lina (@hoshinolina)