[Mono-bugs] [Bug 65414][Nor] Changed - [PATCH] Thread Local Data Slots do not survive nested appdomain transitions
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Mar 2005 13:00:37 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65414
--- shadow/65414 2005-02-23 13:50:10.000000000 -0500
+++ shadow/65414.tmp.13223 2005-03-10 13:00:36.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 65414
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -282,6 +282,9 @@
Priority (though we don't support thread priority at all yet.)
------- Additional Comments From vargaz@gmail.com 2005-02-23 13:50 -------
It sure looks like the Thread object will stay shared between appdomains
as in MS. So I think Ben's patch can be comitted. Thats the last
part of the fix for #65414.
+
+------- Additional Comments From vargaz@gmail.com 2005-03-10 13:00 -------
+Fixed in SVN.