[Mono-bugs] [Bug 68639][Nor] Changed - mono runtime (1.02) crashes with SIGSERV

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Oct 2004 15:21:39 -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 vargaz@gmail.com.

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

--- shadow/68639	2004-10-21 12:57:36.000000000 -0400
+++ shadow/68639.tmp.921	2004-10-21 15:21:39.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 68639
 Product: Mono: Runtime
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: MSAF 3.0
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: DUPLICATE
 Severity: Unknown
 Priority: Normal
 Component: packaging
 AssignedTo: duncan@ximian.com                            
 ReportedBy: lite@dgap.mipt.ru               
 QAContact: mono-bugs@ximian.com
@@ -50,6 +50,18 @@
 
 
 ------- Additional Comments From lite@dgap.mipt.ru  2004-10-21 12:57 -------
 Created an attachment (id=13022)
 c# code
 
+
+------- Additional Comments From vargaz@gmail.com  2004-10-21 15:21 -------
+This code causes infinite recursion, leading to a stack overflow,
+which mono can't handle yet:
+
+public ArrayList PlainArguments {
+			get {return PlainArguments;}
+		}
+
+
+
+*** This bug has been marked as a duplicate of 47689 ***