[Bug 49012] New: Application build with .NET CoreRT crashes due to FLS callbacks not being called

WineHQ Bugzilla wine-bugs at winehq.org
Sat Apr 25 05:07:26 CDT 2020


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

            Bug ID: 49012
           Summary: Application build with .NET CoreRT crashes due to FLS
                    callbacks not being called
           Product: Wine
           Version: 5.7
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: kernelbase
          Assignee: wine-bugs at winehq.org
          Reporter: pgofman at codeweavers.com
      Distribution: ---

Created attachment 66990
  --> https://bugs.winehq.org/attachment.cgi?id=66990
Patchset

.NET CoreRT performs thread tear down in a FLS callback which is currently not
called in Wine. If the tear down callback is not performed on thread
termination, the application later crashes on accessing the data from already
freed static TLS data storage area.

The attached patchset is fixing the issue.

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