[Mono-bugs] [Bug 77494][Maj] Changed - Mono runtime after 1.1.8.x
goes into infinite recursion when accessing virtual override
property.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 7 18:40:24 EST 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77494
--- shadow/77494 2006-02-07 15:29:14.000000000 -0500
+++ shadow/77494.tmp.1598 2006-02-07 18:40:24.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: 1.1
OS: Mandrake 9.0
OS Details: x86, glibc 2.2.5
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: JIT
AssignedTo: lupus at ximian.com
ReportedBy: mwickline at maad.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -206,6 +206,10 @@
protected object OldValue
{
get { return oldValue; }
set { oldValue = value; }
}
}
+
+------- Additional Comments From miguel at ximian.com 2006-02-07 18:40 -------
+I am unable to reproduce this failure.
+
More information about the mono-bugs
mailing list