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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 17:43:28 -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 lupus@ximian.com.

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

--- shadow/70701	2005-02-01 07:01:36.000000000 -0500
+++ shadow/70701.tmp.16529	2005-02-16 17:43:28.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70701
 Product: Mono: Runtime
 Version: 1.0
 OS: Red Hat 9.0
 OS Details: Fedora Core 2
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: GC
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: will@cambia.com               
 QAContact: mono-bugs@ximian.com
@@ -111,6 +111,10 @@
 every ten seconds (i.e. after the al.Clear();) does not stop the 
 leak from occurring, it only slows it down.
 
 ------- Additional Comments From lupus@ximian.com  2004-12-22 15:47 -------
 Well, I added it in a different place, after _cnt = 0;
 Adding it after al.Clear() confirms the leak you see.
+
+------- Additional Comments From lupus@ximian.com  2005-02-16 17:43 -------
+This is fixed in svn (memory steady after 16 millions
+allocations).