[Bug 22624] multithread app using GDI and directx may cause deadlock

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 8 16:02:12 CDT 2010


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


Roderick Colenbrander <thunderbird2k at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thunderbird2k at gmail.com




--- Comment #2 from Roderick Colenbrander <thunderbird2k at gmail.com>  2010-05-08 16:02:12 ---
We should not make any wgl calls between a ENTER_GL / LEAVE_GL block because of
issues like the one you described (see bug 9810). Actually wglFlush/wglFinish
are not official WGL calls (they don't go through our gdi32 code) but the same
applies to them, so the patch you propose is correct.

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