http://bugs.winehq.org/show_bug.cgi?id=32357
Bug #: 32357 Summary: [Regression] Shareaza frequently deadlocks with wine-1.5.18 Product: Wine Version: 1.5.18 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: linuxhippy@gmail.com Classification: Unclassified
After updating wine to 1.5.18 using Fedora packages, Shareaza frequently deadlocks after a few minutes with the following messages:
err:ntdll:RtlpWaitForCriticalSection section 0x1954a4 "bitblt.c: surface" wait timed out in thread 0009, blocked by 0026, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7ed939a0 "win.c: surfaces_section" wait timed out in thread 0044, blocked by 0026, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7ed939a0 "win.c: surfaces_section" wait timed out in thread 0045, blocked by 0026, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7ed939a0 "win.c: surfaces_section" wait timed out in thread 0025, blocked by 0026, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7ed939a0 "win.c: surfaces_section" wait timed out in thread 0044, blocked by 0026, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7ed939a0 "win.c: surfaces_section" wait timed out in thread 0009, blocked by 0026, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7ed939a0 "win.c: surfaces_section" wait timed out in thread 0025, blocked by 0026, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7ed939a0 "win.c: surfaces_section" wait timed out in thread 0045, blocked by 0026, retrying (60 sec)
These deadlocks did not occur with earlier versions of wine as 1.5.11. As I did not change anything except wine, my conclusion is its a regression.