https://bugs.winehq.org/show_bug.cgi?id=57782
Bug ID: 57782 Summary: gdiplus:brush test crashes in _controlfp_s on intel mac Product: Wine Version: 10.0 Hardware: x86-64 OS: MacOS Status: NEW Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com
On my intel mac, the gdiplus:brush crashes with: 0024:err:seh:call_seh_handlers invalid frame 00000001000FF790 (0000000000022000-0000000000220000) 0024:err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception.
If I comment out the line calling _controlfp_s in brush.c, the test succeeds.