[Mono-bugs] [Bug 50049][Maj] Changed - MonoThread domain-specific handling broken
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Dec 2004 13:23:58 -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=50049
--- shadow/50049 2004-11-14 12:52:14.000000000 -0500
+++ shadow/50049.tmp.29132 2004-12-06 13:23:57.000000000 -0500
@@ -175,6 +175,12 @@
SEPARATOR IN PARENT DOMAIN AFTER UNLOAD: BAR
This means the changes to the culture and its fields are propagated
across appdomains, even if the appdomain where the changes made is
unloaded.
+
+------- Additional Comments From vargaz@gmail.com 2004-12-06 13:23 -------
+The most commonly encountered part of this bug, which is CurrentCulture
+is now mostly fixed. It shouldn't crash now, but changes made to the
+state of culture info objects are still not propagated across appdomains.
+