[Bug 4093] deadlock in alsa driver: CriticalSection WINEALSA_mmap_crst

Wine Bugs wine-bugs at winehq.org
Fri Apr 14 03:44:51 CDT 2006


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





------- Additional Comments From julliard at winehq.com  2006-14-04 03:44 -------
I'd say the most likely cause is that we try to enter the critical
section after it has been deleted, most likely because
DSDB_PCMCallback gets called for a freed object. DSDB_DestroyMMAP
needs to disable the callback before destroying the object.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list