[Mono-bugs] [Bug 78088][Wis] New - assertion failed inside
mini-sparc.c
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 12 12:11:40 EDT 2006
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 ccirstea at saguaronet.ro.
http://bugzilla.ximian.com/show_bug.cgi?id=78088
--- shadow/78088 2006-04-12 12:11:40.000000000 -0400
+++ shadow/78088.tmp.22310 2006-04-12 12:11:40.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 78088
+Product: Mono: Runtime
+Version: 1.1
+OS: Solaris 8
+OS Details: Sparc
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: GC
+AssignedTo: lupus at ximian.com
+ReportedBy: ccirstea at saguaronet.ro
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: assertion failed inside mini-sparc.c
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Mono crashes when calling a virtual Property. If I make the Property "not
+virtual" it passes the call but unfortunately crashes elsewhere.
+
+Unfortunately I could not replicate this error in a simple test
+application.
+
+Steps to reproduce the problem:
+1.
+2.
+3.
+
+Actual Results:
+assertion failure
+
+Expected Results:
+At least some exceptions thrown
+
+How often does this happen?
+always
+
+Additional Information:
+The error is:
+
+** ERROR **: file mini-sparc.c: line 2811 (mono_arch_output_basic_block):
+assertion failed: (sparc_is_imm13 (ins->inst_offset))
+aborting...
+Abort
+
+
+Other observations:
+1.
+The same sources have been compiled and run on Linux (Fedora Core 4) and
+Solaris 8 (Intel) and worked OK.
+
+2.
+If I run mono in debug ( mono –debug -v) I get a StackOverflowException
+inside mscorelib. This happens
+for any applications that I try to run on my Sparc.
More information about the mono-bugs
mailing list