[Mono-bugs] [Bug 76799][Cri] New - JIT compiler aborts with internal error

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 23 06:38:16 EST 2005


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 niall at xrnd.com.

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

--- shadow/76799	2005-11-23 06:38:16.000000000 -0500
+++ shadow/76799.tmp.17755	2005-11-23 06:38:16.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 76799
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: Windows XP64/CLR2.0 installed with 32 bit mono 1.1.10
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: JIT
+AssignedTo: lupus at ximian.com                            
+ReportedBy: niall at xrnd.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: JIT compiler aborts with internal error
+
+Description of Problem:
+
+Steps to reproduce the problem:
+1. Install latest F# compiler.
+2. Compile simple test program:
+let x = 10 in print x
+using the following command:
+fsc --cli-version 1.1 -g test.fs
+3. Execute program with mono.
+
+Actual Results:
+Aborts in mono_jit_compile_method_inner file mini.c line 9575 
+
+Expected Results:
+10 should be printed on the console.
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+None.


More information about the mono-bugs mailing list