[Bug 46155] Multiple applications need KERNEL32.dll.RaiseFailFastException (RoyalTS v5, Windows PowerShell Core 6.1 for ARM64)

WineHQ Bugzilla wine-bugs at winehq.org
Sat Dec 11 09:27:27 CST 2021


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

--- Comment #21 from Jinoh Kang <jinoh.kang.kr at gmail.com> ---
1. I don't think bypassing the entire exception handling mechanism and calling
start_debugger_atomic is a good idea. Ideally, we should clone how modern
Windows handle unhandled exceptions, which is to move the Just-in-time debugger
invocation *out of* the faulty/corrupted process.

2. RaiseFailFastException is testable. You can take a look at how I tested
__fastfail() at https://source.winehq.org/patches/data/221794 and maybe use it.
Testing Watson invocation would require editing the registry, but it still is
testable.

-- 
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