[Mono-bugs] [Bug 42313][Wis] Changed - Nonsense accessor not caught
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 4 May 2003 21:11:02 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=42313
--- shadow/42313 Sun May 4 17:16:16 2003
+++ shadow/42313.tmp.3387 Sun May 4 21:11:02 2003
@@ -1,14 +1,14 @@
Bug#: 42313
Product: Mono/MCS
Version: unspecified
OS: Red Hat 8.0
OS Details: mono-0.23-1 (rpm)
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bstrauss-ximian@feliscatus.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -57,6 +57,13 @@
Additional Information:
If you write the correct code, (return p), it works (naturally).
+
+------- Additional Comments From miguel@ximian.com 2003-05-04 21:11 -------
+This is not a problem in the compiler. You are performing a recursive
+invocation. The compiler should allow the construct.
+
+The segmentation fault is basically generated by the stack segment
+running out of space.