[Mono-bugs] [Bug 47689][Wis] Changed - The runtime should detect stack overflow

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 18 Feb 2004 22:45:36 -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 gonzalo@ximian.com.

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

--- shadow/47689	2004-02-18 16:37:43.000000000 -0500
+++ shadow/47689.tmp.1317	2004-02-18 22:45:36.000000000 -0500
@@ -110,6 +110,13 @@
 libsigsegv home page:
 
 http://sourceforge.net/projects/libsigsegv/
 
 ------- Additional Comments From vargaz@freemail.hu  2004-02-18 16:37 -------
 *** Bug 54552 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From gonzalo@ximian.com  2004-02-18 22:45 -------
+Notice that csc does NOT compile the code in bug 54552. It says
+something like:
+CS0516: constructor 'C.C(int)' cannot call itself
+
+so there's a bug in the compiler too.