http://bugs.winehq.org/show_bug.cgi?id=30228
Bug #: 30228 Summary: Office 2007 installer fails Product: Wine Version: 1.5.0 Platform: x86 OS/Version: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: ole32 AssignedTo: wine-bugs@winehq.org ReportedBy: dimesio@earthlink.net Classification: Unclassified Regression SHA1: d764b5188edb5187f736a3708679222f3b496dea
Hangs soon after clicking install:
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process heap section" wait timed out in thread 0026, blocked by 0022, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7bcaff20 "virtual.c: csVirtual" wait timed out in thread 0022, blocked by 0026, retrying (60 sec) wine: Critical section 00110060 wait failed at address 0x7bc35eaa (thread 0026), starting debugger... err:ntdll:RtlpWaitForCriticalSection section 0x7bcaf904 "loader.c: loader_section" wait timed out in thread 0022, blocked by 0026, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process heap section" wait timed out in thread 0026, blocked by 0022, retrying (60 sec) err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7bc35eaa
Regression test results:
d764b5188edb5187f736a3708679222f3b496dea is the first bad commit commit d764b5188edb5187f736a3708679222f3b496dea Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Tue Jan 31 20:00:39 2012 +1100
ole32/tests: Assign a default value (clang).
:040000 040000 dd0709d94ffd6627577c18d65606b5cc794d826b 05d7fc6dfcb6dec3d47b58c8089881fb6a57ef98 M dlls
Reverting the commit fixes it.