NEW252353
[Win] ASSERT() on Windows fires silently if caller has set up a SEH frame
https://bugs.webkit.org/show_bug.cgi?id=252353
Summary [Win] ASSERT() on Windows fires silently if caller has set up a SEH frame
Brent Fulgham
Reported 2023-02-15 15:00:13 PST
If code in the callchain has set up a structured exception handling frame with __try/__except, exceptions will fire silently, causing code to get killed and execution to mysteriously continue. This can happen if we are called back from another DLL, called from a Windows WM_TIMER callback, or called on a secondary thread. We should consider implementing ASSERT() on Windows with a mechanism as described in: http://www.codeproject.com/KB/debug/DebugBreakAnyway.aspx <rdar://8033688>
Attachments
Note You need to log in before you can comment on or make changes to this bug.