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.
http://bugs.winehq.org/show_bug.cgi?id=30228
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
http://bugs.winehq.org/show_bug.cgi?id=30228
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ole32 |-unknown Regression SHA1|d764b5188edb5187f736a370867 | |9222f3b496dea |
--- Comment #1 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-19 20:39:31 CDT --- Results of regression testing are kind of strange. That commit modifies dlls/ole32/tests/ole2.c only and should not affect regular programs. Can you recheck that you picked the right commit?
http://bugs.winehq.org/show_bug.cgi?id=30228
--- Comment #2 from Rosanne DiMesio dimesio@earthlink.net 2012-03-19 21:30:37 CDT --- I know it's strange; that's why I also tested reverting the commit.
I'm going to try again with a fresh git clone.
http://bugs.winehq.org/show_bug.cgi?id=30228
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #3 from Rosanne DiMesio dimesio@earthlink.net 2012-03-19 22:04:55 CDT --- The problem disappears altogether with a freshly-cloned git; obviously something was messed up in my old git tree.
Sorry for the noise.
http://bugs.winehq.org/show_bug.cgi?id=30228
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2012-03-19 22:54:45 CDT --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=30228
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression |