[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
Wed, 23 Feb 2005 13:50:10 -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	2004-09-09 08:49:30.000000000 -0400
+++ shadow/65414.tmp.14594	2005-02-23 13:50:10.000000000 -0500
@@ -277,6 +277,11 @@
 
 ------- Additional Comments From dick@ximian.com  2004-09-09 08:49 -------
 There are other cross-domain Thread attributes that are obviously
 shared in the MS runtime.  Name and CurrentCulture are the easiest to
 see; others that might well be made use of are setting Background, or
 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.