[Mono-bugs] [Bug 43643][Maj] Changed - calling base indexer causes segmentation fault due to endless recursion
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 26 May 2003 14:47:12 -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=43643
--- shadow/43643 Sun May 25 18:40:54 2003
+++ shadow/43643.tmp.29979 Mon May 26 14:47:12 2003
@@ -1,14 +1,14 @@
Bug#: 43643
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: ryabchuk@yahoo.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -87,6 +87,9 @@
IL_000b: ret
} // end of method MyArray::get_Item
How often does this happen?
always
+
+------- Additional Comments From miguel@ximian.com 2003-05-26 14:47 -------
+Fixed on CVS. Sorry for this bug, it was very trivial andsimple.