http://bugs.winehq.org/show_bug.cgi?id=25684
Summary: 16 bit ole2 installer hangs Product: Wine Version: 1.1.38 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Created an attachment (id=32716) --> (http://bugs.winehq.org/attachment.cgi?id=32716) interesting threads from bt all
Happens with both 1.1.38 and current git.
To reproduce:
rm -rf ~/.wine mkdir tmp cd tmp wget http://download.microsoft.com/download/win31/update/2.03/win/en-us/ww1116.ex... unzip ww1116.exe wine setup.exe
After clicking ok, it hangs here with
err:ntdll:RtlpWaitForCriticalSection section 0x7eb29760 "syslevel.c: Win16Mutex" wait timed out in thread 000b, blocked by 0021, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7efec7c4 "loader.c: loader_section" wait timed out in thread 0021, blocked by 000b, retrying (60 sec)
and then eventually crashes. btall says the deadlocked threads are in TASK_ExitTask and LoadLibrary16. I'll attach the deadlocked thread stacks.