http://bugs.winehq.org/show_bug.cgi?id=25561
Summary: Setting watches in winedbg can generated unhandled floating point stack check exceptions Product: Wine Version: 1.3.9 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winedbg AssignedTo: wine-bugs@winehq.org ReportedBy: austin.lund@gmail.com
The way the recreate this may seem rather artificial, but it seems to always reproduce it for me.
$ cd dlls/riched20/tests $ winedbg riched20_test.exe.so editor < dbgbug
where the dbgbug file is:
b test_EM_FORMATRANGE c watch * &fr.rc.bottom c c
The output I get is attached.