[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:17:52 -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 vargaz@freemail.hu.

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

--- shadow/55644	2004-03-18 11:06:47.000000000 -0500
+++ shadow/55644.tmp.24892	2004-03-18 11:17:52.000000000 -0500
@@ -118,6 +118,12 @@
 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.
+
+------- Additional Comments From vargaz@freemail.hu  2004-03-18 11:17 -------
+That wouldn't really solve the problem, since it would mean that
+finalizers are called only if another finalizable object is allocated.
+It would fix the test case, but not the real problem.
+