http://bugs.winehq.org/show_bug.cgi?id=28223
Summary: kernel32:debugger fails on Windows 7 Product: Wine Version: 1.3.27 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: fgouget@codeweavers.com
The kernel32:debugger test times out on my Windows 7 VM because Windows 7 brings up a dialog telling me that (a child of) kernel32_crosstest.exe crashed and asking whether to stop it or search for a fix online. Each of them causes a delay in the execution and together they translate into a timeout when run by WineTest.
These are caused the SetErrorMode(0) call in doCrash(). If I change it to SetErrorMode(SEM_NOGPFAULTERRORBOX) then I no longer get the dialog and the test does not time out. Instead it has a bunch of failures :-(