[Mono-bugs] [Bug 58933][Wis] New - MCS crashes with System.NotSupportedException in german environment

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 24 May 2004 09:27:20 -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 markuspalme@gmx.de.

http://bugzilla.ximian.com/show_bug.cgi?id=58933

--- shadow/58933	2004-05-24 09:27:20.000000000 -0400
+++ shadow/58933.tmp.5166	2004-05-24 09:27:20.000000000 -0400
@@ -0,0 +1,63 @@
+Bug#: 58933
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: MarkusPalme@gmx.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MCS crashes with System.NotSupportedException in german environment
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+mcs crashes on start without any arguments with a
+System.NotSupportedException on WindowsXP, German environment
+
+Steps to reproduce the problem:
+1. Open a shell
+2. Run mcs
+
+Actual Results:
+
+
+Expected Results:
+mcs shows usage
+
+How often does this happen? 
+Always
+
+Additional Information:
+German WindowsXP, Home edition
+Installed mono-0.91.99-win32-3.exe
+(http://primates.ximian.com/~gonzalo/mono/blog/archive/2004/May.php)
+
+Stack trace:
+Unhandled Exception: System.NotSupportedException: Culture "de" is a
+neutral cultu
+re. It can not be used in formatting and parsing and therefore cannot be
+set as th
+e thread's current culture.
+in <0x00077> System.Globalization.CultureInfo:get_NumberFormat ()
+in <0x0001c> System.Globalization.NumberFormatInfo:get_CurrentInfo ()
+in <0x00052> System.Globalization.NumberFormatInfo:GetInstance
+(System.IFormatProv
+ider)
+in <0x0000f> System.Int32:ToString (string,System.IFormatProvider)
+in <0x002a1> System.String:FormatHelper
+(System.Text.StringBuilder,System.IFormatP
+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[])