http://bugs.winehq.org/show_bug.cgi?id=32033
Bug #: 32033 Summary: Wine 1.5.15 / foobar2000 freezes due to advapi32 change Product: Wine Version: 1.5.15 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: advapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: moncure@umich.edu Classification: Unclassified
In Wine 1.5.15, Foobar2000 becomes unresponsive (=playback freezes, no further UI input possible) after a few seconds of arbitrary use with the following error message written to console:
err:ntdll:RtlpWaitForCriticalSection section 0x169a54 "bitblt.c: surface" wait timed out in thread 0009, blocked by 0027, retrying (60 sec)
Git regression testing with 1.5.14 following the instructions at http://wiki.winehq.org/RegressionTesting identifies the following commit as problematic:
aaabec2b3376c3012eceb7f9ae247e2b67949e18 is the first bad commit commit aaabec2b3376c3012eceb7f9ae247e2b67949e18 Author: Marcus Meissner marcus@jet.franken.de Date: Wed Oct 3 16:52:05 2012 +0200
advapi32: Avoid memory leak on pipe read failure (Coverity).
:040000 040000 f46c163cfdaf87cca3e92996d55db8939d5c2a51 f362eb5bce212e3264ac74913d2fc7d43e51773e M dlls
Please fix it!