[Mono-bugs] [Bug 74413][Cri] Changed - Mono segfaults while accessing an ArrayList property in foreach.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Apr 2005 11:23: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 lluis@ximian.com.

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

--- shadow/74413	2005-04-05 11:06:56.000000000 -0400
+++ shadow/74413.tmp.14902	2005-04-05 11:23:39.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74413
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 2.6.11-rc5-mm1, Debian, self-compiled mono 1.1.6
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: INVALID
 Severity: Unknown
 Priority: Critical
 Component: JIT
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mono@wirschell.nl               
 QAContact: mono-bugs@ximian.com
@@ -44,6 +44,10 @@
 the code itself. Compiling, however, results in 0 errors or warnings.
 
 ------- Additional Comments From mono@wirschell.nl  2005-04-05 11:06 -------
 Created an attachment (id=14858)
 Testcase that will segfault mono.
 
+
+------- Additional Comments From lluis@ximian.com  2005-04-05 11:23 -------
+This is a bug in the application. There is an infinite loop between
+the Parent class constructor and the Child class constructor.