[Mono-bugs] [Bug 70701][Cri] Changed - use of finalizers causes memory leaks

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Dec 2004 14:38:49 -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 will@cambia.com.

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

--- shadow/70701	2004-12-22 12:52:17.000000000 -0500
+++ shadow/70701.tmp.843	2004-12-22 14:38:49.000000000 -0500
@@ -102,6 +102,11 @@
 
 ------- Additional Comments From lupus@ximian.com  2004-12-22 12:52 -------
 This happens also with an equivalent C program, I sent a report to the
 libgc mailing list.
 Adding a GC.Collect() call stops the leak for me, though, both in mono
 1.0.5 and 1.1.3.
+
+------- Additional Comments From will@cambia.com  2004-12-22 14:38 -------
+I hate to disagree, but on my system adding a GC.Collect() call 
+every ten seconds (i.e. after the al.Clear();) does not stop the 
+leak from occurring, it only slows it down.