March 11, 2026
9:24 a.m.
On Wed Mar 11 13:43:30 2026 +0000, Santino Mazza wrote:
Ah, I compiled it with `i686-w64-mingw32-gcc ./sigabrttest.c -lmsvcr100 -o msvcrttest.exe`, I tried with msvcr120 and it does trigger the exception. I am just calling `_set_abort_behavior(_CALL_REPORTFAULT | _WRITE_ABORT_MSG, _WRITE_ABORT_MSG |_CALL_REPORTFAULT);` and `abort();` on my test, then I attach the debugger. msvcr110 should also be included.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10250#note_131842