[Bug 27836] New: Process.WaitForInputIdle deadlock.

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 19 10:38:45 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=27836

           Summary: Process.WaitForInputIdle deadlock.
           Product: Wine
           Version: 1.3.22
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: kernel32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: cheako+winehq at mikemestnik.net


Specifically with Diablo2 as with D2BS's loader:
http://www.assembla.com/code/d2bs/subversion/nodes/tags/loader-1.4/D2BSLoader/PInvoke.cs?rev=1146#ln197

The call to WaitForInputIdle locks the thread for way to long.

Changing this call to be Thread.Sleep(10) fixes this application.

-- 
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