12 Jul
2023
12 Jul
'23
8:04 a.m.
Jacek Caban (@jacek) commented about programs/start/start.c:
HANDLE hJob; JOBOBJECT_EXTENDED_LIMIT_INFORMATION info;
- SetConsoleCtrlHandler(NULL, TRUE);
This reverts ff7ff4d0b4deb, which would bring back bug 51766. Another possible solution would be to drop `ConsoleHandle` check from `__wine_ctrl_routine` and depend on host to deliver signal to appropriate processes. This would probably require adjusting heuristic around `setsid` in `spawn_process`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3290#note_38773