[Bug 42470] Frequent critical section timeouts in winetricks dotnet46

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 7 00:18:41 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=42470

--- Comment #9 from Dmitry Timoshkov <dmitry at baikal.ru> ---
Created attachment 62014
  --> https://bugs.winehq.org/attachment.cgi?id=62014
hack2

Please try the attached patch. With it I can't reproduce the hangs or
deadlocks while installing dotnet452 10 times in a row using i7 with 8 cores.

Just for the record main offenders are clr.dll and mscoree.dll, and the
deadlocks happen only during the dotnet40 installation:

009d:err:ntdll:RtlpWaitForCriticalSection process
L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" is shutting
down, current_dll L"clr.dll", returning STATUS_SUCCESS
009d:err:ntdll:RtlpWaitForCriticalSection process
L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" is shutting
down, current_dll L"clr.dll", returning STATUS_SUCCESS
009d:err:ntdll:RtlpWaitForCriticalSection process
L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" is shutting
down, current_dll L"mscoree.dll", returning STATUS_SUCCESS
009d:err:ntdll:RtlpWaitForCriticalSection process
L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" is shutting
down, current_dll L"mscoree.dll", returning STATUS_SUCCESS

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list