[Mono-bugs] [Bug 55644][Maj] Changed - Finalizer not being called.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Mar 2004 10:20:16 -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 08:39:07.000000000 -0500
+++ shadow/55644.tmp.23956 2004-03-18 10:20:16.000000000 -0500
@@ -10,13 +10,12 @@
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jimeno@servidor.unam.mx
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Finalizer not being called.
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
@@ -104,6 +103,10 @@
does not get called. This means that if a program uses gcj_malloc only,
then finalizers will never get called."
I'm afraid the only workaround is to disable typed allocation, which
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.