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

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


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

--- Comment #22 from Paul Gofman <pgofman at codeweavers.com> ---
The referenced similar bug was introduced and solved before splitting ntdll
into PE and Unix part. Now, after splitting, the unix part is the analogous to
Win kernel and doing anything with threads outside of it (like calling
NtTerminateThread) from the other process) should not lead to such lockups.
That doesn’t relate to Rtl functions and locks like loader section or peb lock,
which can also be left locked on Windows by a lucky thread kill.

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