[Mono-bugs] [Bug 65414][Nor] Changed - Thread Local Data Slots do not survive nested appdomain transitions

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Sep 2004 21:59:36 -0400 (EDT)


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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=65414

--- shadow/65414	2004-09-06 21:18:55.000000000 -0400
+++ shadow/65414.tmp.15778	2004-09-06 21:59:36.000000000 -0400
@@ -44,6 +44,11 @@
 		Console.WriteLine ("slot value is {0}", Thread.GetData (slot));
 	}
 }
 
 The value of "slot" printed should be `hello'. In the root appdomain, this
 is the slot's value. However, this value is not printed. the value is null
+
+------- Additional Comments From bmaurer@users.sf.net  2004-09-06 21:59 -------
+Created an attachment (id=10504)
+patch
+