[Bug 28042] [regression] deadlock introduced/exposed with recent changes to winmm

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 9 15:58:02 CDT 2011


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

--- Comment #2 from Bartosz Szreder <cfiend at talent.edu.pl> 2011-08-09 15:58:01 CDT ---
By executing "git reset --hard 30eeb996edc3be14b06244ed13b2b8f84be5f400" and
inserting redundant traces I was able to pinpoint the line which causes the
hang:

file dlls/winmm/waveform.c
static BOOL WINMM_StartDevicesThread(void)
    ...
1898:    wait = WaitForMultipleObjects(2, events, FALSE, INFINITE);
    /* this is never reached */

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