[Mono-bugs] [Bug 50049][Maj] Changed - MonoThread domain-specific handling broken
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Oct 2004 20:25:31 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50049
--- shadow/50049 2004-09-07 20:50:02.000000000 -0400
+++ shadow/50049.tmp.2009 2004-10-18 20:25:31.000000000 -0400
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Major
Component: misc
-AssignedTo: dick@ximian.com
+AssignedTo: vargaz@gmail.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: MonoThread domain-specific handling broken
@@ -121,6 +121,9 @@
From what I can tell, all instance members of Thread apply their
changes across all appdomains (ie, they are thread-local). An example
is CurrentCulture. All the static members apply their changes to the
tread-appdomain (ie, they are thread local, appdomain local). An
example is GetData.
+
+------- Additional Comments From vargaz@gmail.com 2004-10-18 20:25 -------
+Lets try fixing this bad guy.