[Mono-bugs] [Bug 55644][Maj] Changed - Finalizer not being called.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Mar 2004 11:06:47 -0500 (EST)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=55644
--- shadow/55644 2004-03-18 10:20:16.000000000 -0500
+++ shadow/55644.tmp.24673 2004-03-18 11:06:47.000000000 -0500
@@ -107,6 +107,17 @@
can be done by setting CREATION_SPEEDUP to 1 in metadata/object.c.
------- Additional Comments From bmaurer@users.sf.net 2004-03-18 10:20 -------
What if we disable it *ONLY* for objects that have a finalizer? That
would be not-so-painful.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-18 11:06 -------
+Scrap that, that will work for finalization, but will not for
+weakrefs.
+
+I wonder how this is affecting perf globally. For example, gtk# code
+may be holding references to objects and leaking them in the C world.
+
+Do we not have a test for finalizers!?
+
+Any idea if this can get fixed upstream.