[Mono-bugs] [Bug 51695][Maj] New - Mono fails on OSX.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Dec 2003 10:01:09 -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 ztashev@openlinksw.co.uk.

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

--- shadow/51695	2003-12-04 10:01:08.000000000 -0500
+++ shadow/51695.tmp.9518	2003-12-04 10:01:08.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 51695
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 10.3.1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ztashev@openlinksw.co.uk               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono fails on OSX.
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+The “Hello World” samples fail on OSX.
+
+Sample code:
+
+-- test.cs --
+using System;
+
+public class Test
+{
+   public static void Main ()
+    {
+      Console.WriteLine ("Hello World.");
+    }
+}
+--  /test.cs --
+
+
+Steps to reproduce the problem:
+1. Compile simple.
+2. Try to execute
+3. mono test.exe – hangs.
+4. Disable GC
+5. Try to execute again – hangs.
+
+How often does this happen? 
+
+every time.
+
+Additional Information:
+
+The mint interpreter works fine without GC.