[Mono-bugs] [Bug 73841][Cri] New - Cyclic property crashes the runtime
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Mar 2005 10:03:16 -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 jesper.holmqvist@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73841
--- shadow/73841 2005-03-18 10:03:16.000000000 -0500
+++ shadow/73841.tmp.14563 2005-03-18 10:03:16.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 73841
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details: Fedora Core 3
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: JIT
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jesper.holmqvist@gmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Cyclic property crashes the runtime
+
+A property that is cyclic and refers to itself (see attached testcase)
+makes the Mono runtime crash.
+
+Steps to reproduce the problem:
+1. Compile and run the attached testcase
+
+Actual Results:
+The JIT crashes with a Segmentation violation error.
+
+Expected Results:
+The compiler should probably report this as an error, and so should the
+runtime.
+
+How often does this happen?
+Every time.
+
+I am using the official Mono 1.1.4 packages for FC3.