[Bug 49532] .NET 4.0 and higher fail to install via winetricks

WineHQ Bugzilla wine-bugs at winehq.org
Sun Sep 13 05:20:56 CDT 2020


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

--- Comment #21 from Paul Gofman <pgofman at codeweavers.com> ---
(In reply to Dmitry Timoshkov from comment #20)
> This is a resurrection of the bug 42470 that was previously fixed by
> 7def0f200f117a5a72ce454004ac4fd600ef8a4b.
> 
> Probably the fix could be similar: don't block if RtlDllShutdownInProgress()
> returns TRUE.

I know, but should not we avoid leaving unix part locked mutexes in a broader
class of cases, like if thread is killed with NtTerminateThread? I dont’t see
why we should stick to fixing termination case. If I missed something and
universally adding sigquit to server signal mask is undesirable, the other
options are to add the mask for virtual mutex lock only or saving mutex
reference somewhere to unlock it during signal processing.

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