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 [EMAIL PROTECTED]

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

--- shadow/78439        2006-05-18 08:08:34.000000000 -0400
+++ shadow/78439.tmp.19339      2006-05-18 08:08:34.000000000 -0400
@@ -0,0 +1,65 @@
+Bug#: 78439
+Product: Mono: Runtime
+Version: 1.1
+OS: Solaris 8
+OS Details: Sparc
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: GC
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Summary: Error inside mini-sparc.c
+
+Please fill in this template when reporting a bug, unless you know what you 
+are doing.
+Description of Problem:
+
+When I run the unit tests on Sparc system I get:
+
+------------------------------------------------------------------
+** ERROR **: file mini-sparc.c: line 3278 (mono_arch_output_basic_block): 
+should not be reached
+aborting...
+Abort (core dumped)
+------------------------------------------------------------------
+
+I looked inside the mini-sparc.c file and it seems that something is not 
+implemented there.
+mini-sparc.c file:
+
+               case CEE_CONV_R4: {
+                       gint32 offset = mono_spillvar_offset_float (cfg, 0);
+                       if (!sparc_is_imm13 (offset))
+3278:                          NOT_IMPLEMENTED;
+
+
+
+I'm using a SVN version of mono downloaded just after Zoltan corrected the 
+bug 78088.
+
+
+
+Steps to reproduce the problem:
+1. none
+2. 
+3. 
+
+Actual Results:
+** ERROR **: file mini-sparc.c: line 3278 (mono_arch_output_basic_block): 
+
+Expected Results:
+
+mono runtime not to fail
+
+
+How often does this happen? 
+Always
+
+
+Additional Information:
+I'm using a very big UnitTEst, of about 600K.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to