March 6, 2026
3:08 p.m.
On Fri Mar 6 19:07:31 2026 +0000, Santino Mazza wrote:
~~On Windows, if I set a signal handler for SIGABRT it doesn't get called when `_CALL_REPORTFAULT` is set.~~ Edit: Nevermind, I messed up my test. It does get called. :) Also, I accidentally tested it with msvcrt when compiling with mingw and looks like it just exits the program, it never raises an exception. If I compile it with `-lucrtbase` it does throw the exception.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10250#note_131492