[Mono-bugs] [Bug 68323][Nor] Changed - race condition using IFormatProvider.GetFormat
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Oct 2004 00:30:17 -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=68323
--- shadow/68323 2004-10-14 10:58:56.000000000 -0400
+++ shadow/68323.tmp.5096 2004-10-22 00:30:17.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 68323
Product: Mono: Runtime
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: DUPLICATE
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
@@ -92,6 +92,11 @@
------- Additional Comments From vargaz@gmail.com 2004-10-14 10:58 -------
This is because Thread.CurrentCulture returns a culture object which
resides in the original appdomain, not in the appdomain of the caller.
So this is a dup of #50049.
+
+------- Additional Comments From vargaz@gmail.com 2004-10-22 00:30 -------
+
+
+*** This bug has been marked as a duplicate of 50049 ***