[Mono-bugs] [Bug 68323][Nor] Changed - race condition using IFormatProvider.GetFormat

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Oct 2004 10:58:56 -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:46:59.000000000 -0400
+++ shadow/68323.tmp.29442	2004-10-14 10:58:56.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -86,6 +86,12 @@
 
 
 ------- Additional Comments From vargaz@gmail.com  2004-10-14 10:46 -------
 Created an attachment (id=12909)
 simpler testcase
 
+
+------- 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.
+