[Mono-bugs] [Bug 55978][Cri] Changed - AppDomain and CultureInfo problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Jun 2004 11:16:14 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=55978
--- shadow/55978 2004-06-28 14:28:50.000000000 -0400
+++ shadow/55978.tmp.16888 2004-06-30 11:16:14.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 55978
Product: Mono: Runtime
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: DUPLICATE
Severity: Unknown
Priority: Critical
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: chris@turchin.net
QAContact: mono-bugs@ximian.com
@@ -345,6 +345,14 @@
------- Additional Comments From lupus@ximian.com 2004-06-28 14:14 -------
This is likely related to http://bugzilla.ximian.com/show_bug.cgi?id=50049
------- Additional Comments From gonzalo@ximian.com 2004-06-28 14:28 -------
In this case, it used to work.
+
+------- Additional Comments From lupus@ximian.com 2004-06-30 11:16 -------
+It used to work because Int32.Parse () happened to be called
+in the right appdomain (where the first cultureinfo stored in the
+thread object happened to be created). I committed a workaround for
+this, but the real issue is really 50049.
+
+*** This bug has been marked as a duplicate of 50049 ***