[Bug 28223] New: kernel32:debugger fails on Windows 7

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 29 10:56:10 CDT 2011


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 at winehq.org
        ReportedBy: fgouget at 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 :-(

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list