[Mono-bugs] [Bug 67263][Nor] Changed - Hang while executing a mcs compiled program.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 3 Oct 2004 15:12:28 -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 boooring@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67263
--- shadow/67263 2004-10-02 17:22:59.000000000 -0400
+++ shadow/67263.tmp.20807 2004-10-03 15:12:28.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 67263
Product: Mono: Compilers
Version: unspecified
OS: other
OS Details: WinCE PocketPC (where running)
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: IL assembler
AssignedTo: mono-bugs@ximian.com
ReportedBy: boooring@gmail.com
@@ -54,6 +54,22 @@
------- Additional Comments From miguel@ximian.com 2004-10-02 17:22 -------
This bug on its current instance is not useful.
Please follow the directions from Gonzalo, and reopen the bug.
Am setting to NEEDINFO at this point.
+
+------- Additional Comments From boooring@gmail.com 2004-10-03 15:12 -------
+The command line i used is: "mcs holamundo.cs" and the code is,
+
+using System;
+
+public class HolaMundo{
+ public static void Main(){
+ System.Console.WriteLine("Hola Mundo!");
+ }
+}
+
+I don't think I am mistaking something, perhaps an mcs parameter?
+I thought that de c# section it would have been better perhaps... :P
+
+Goodbye and thanks!