[Mono-bugs] [Bug 28946][Nor] Changed - finalizers not chained
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
18 Aug 2002 01:44:48 -0000
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=28946
--- shadow/28946 Wed Aug 14 13:11:19 2002
+++ shadow/28946.tmp.16945 Sat Aug 17 21:44:48 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -38,6 +38,11 @@
public static void Main()
{
new Estudent();
}
}
+
+------- Additional Comments From miguel@ximian.com 2002-08-17 21:44 -------
+I am CCIng Martin on this. The code to handle this is on CVS, but a
+call to MemberLookup on the parent class for "Finalize" is returning
+zero matches.