[Mono-bugs] [Bug 50049][Maj] Changed - MonoThread domain-specific handling broken

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 14 Nov 2004 12:52:14 -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:50:11.000000000 -0500
+++ shadow/50049.tmp.1780	2004-11-14 12:52:14.000000000 -0500
@@ -158,6 +158,23 @@
 interested. :)
 
 ------- Additional Comments From vargaz@gmail.com  2004-11-14 12:50 -------
 Created an attachment (id=13233)
 testcase to study MS behavior
 
+
+------- Additional Comments From vargaz@gmail.com  2004-11-14 12:52 -------
+The testcase has the following output under MS.NET:
+
+CULTURE READ-ONLY: False
+NFI IN CHILD-DOMAIN: System.Globalization.NumberFormatInfo
+SEPARATOR IN CHILD DOMAIN: FOO
+SEPARATOR IN CHILD DOMAIN (2): BAR
+CULTURE IN PARENT DOMAIN AFTER THE CALL: de-DE
+SEPARATOR IN PARENT DOMAIN AFTER THE CALL: BAR
+CULTURE IN PARENT DOMAIN AFTER UNLOAD: de-DE
+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.
+