[Mono-bugs] [Bug 58933][Maj] Changed - MCS crashes with System.NotSupportedException in german environment
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 12:26:46 -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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58933
--- shadow/58933 2004-05-25 01:03:04.000000000 -0400
+++ shadow/58933.tmp.27922 2004-05-25 12:26:46.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58933
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: C#
AssignedTo: jackson@ximian.com
ReportedBy: MarkusPalme@gmx.de
QAContact: mono-bugs@ximian.com
@@ -58,6 +58,14 @@
rovider,string,object[])
in <0x00033> System.String:Format (System.IFormatProvider,string,object[])
in <0x00054> System.String:Format (string,object,object)
in <0x0003b> Mono.CSharp.Report:Error (int,string)
in <0x004dc> Mono.CSharp.Driver:MainDriver (string[])
in <0x00012> Mono.CSharp.Driver:Main (string[])
+
+------- Additional Comments From jackson@ximian.com 2004-05-25 12:26 -------
+There were two issues here. 1) Current Cultureinfo's should be created
+as specific so we get DateTimeFormat and NumberFormat objects. This is
+fixed in CVS. The other issue is that mcs should be using the
+Invariant culture for string formatting. Attached is a patch for this.
+Although we could probably just set the mcs thread's current culture
+to invariant, instead.