[Bug 50304] Control-C exits winedbg instead of stopping the inferior

WineHQ Bugzilla wine-bugs at winehq.org
Mon Dec 28 10:16:24 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50304

--- Comment #2 from Jacek Caban <jacek at codeweavers.com> ---
Created attachment 69036
  --> https://bugs.winehq.org/attachment.cgi?id=69036
patch

conhost itself is not attached to any console in Windows sense, so it does not
get the treatment by kernelbase and is terminated, causing termination of its
clients, even if they handled the exception themselves. The attached patch
fixes it for me. We can just ignore the signal in conhost.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list