[Bug 42470] Frequent critical section timeouts in winetricks dotnet46

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 26 01:01:22 CST 2017


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

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

Something like the attached hack may help.

A little bit of a background:
from the attached backtrace it looks like the deadlock happens during process
exit when one of the threads that held the process heap lock has been killed,
and the msvcrt's PROCESS_DETACH handler calls RtlDeleteCriticalSection()
which hangs when it calls RtlFreeHeap() for the critical section's DebugInfo.

-- 
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