[Mono-bugs] [Bug 50287][Cri] New - Can not compile any C# program.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 28 Oct 2003 22:39:38 -0500 (EST)


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 skyer@beckzs.com.

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

--- shadow/50287	2003-10-28 22:39:38.000000000 -0500
+++ shadow/50287.tmp.21432	2003-10-28 22:39:38.000000000 -0500
@@ -0,0 +1,57 @@
+Bug#: 50287
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: Windows XP Traditional Chinese
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: skyer@beckzs.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Can not compile any C# program.
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+My os is Windows XP Traditional Chinese with CygWin
+I can not compile any C# program. even run @@
+
+My test program file.
+----------------test.cs----------------------
+    // Hello World! : test.cs
+
+using System;
+
+class Hello {
+    static void Main() {
+        Console.WriteLine ("Hello, World!");
+    }
+}    
+-------------------------------------------------
+
+
+Steps to reproduce the problem:
+1. mcs test.cs
+
+Actual Results:
+** ERROR **: file icall.c: line 3145
+(ves_icall_System_CurrentTimeZone_GetTimeZoneData): assertion failed: 
+(err)
+aborting ...
+
+
+Expected Results:
+A exe file will be generate.
+
+
+How often does this happen? 
+must be
+
+
+Additional Information: