March 9, 2026
10:12 p.m.
That maybe depends on how that delayed signal handling would look like, but it seems like that is likely to hit the same problem to some extent and is still to be addressed. Delayed signal handling should happen somewhere before syscall exit (apparently, yet during inside the syscall by all means, with syscall stack, fs, whatever, so it can be used for all the potentially delayed tasks which need to happen on syscall exit). And then, it will be going again through the same syscall dispatcher exit and the signal may happen at that time and will need to deal with the current state and position in syscall exit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10232#note_131651