[Mono-bugs] [Bug 59597][Maj] Changed - GC failing to collect some objects

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Jun 2004 18:13:10 -0400 (EDT)


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 miguel@ximian.com.

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

--- shadow/59597	2004-06-07 17:52:30.000000000 -0400
+++ shadow/59597.tmp.23323	2004-06-07 18:13:10.000000000 -0400
@@ -51,6 +51,29 @@
 `ps' output.
 
 I tried iteration counts 100.000, 1.000.000 and 10.000.000 and I'm
 always getting a RSS of around 6100 and a VSIZE of around 23000.  If
 it was leaking memory, these values would increase with a higher
 iteration count.
+
+------- Additional Comments From miguel@ximian.com  2004-06-07 18:13 -------
+Red Hat 9, kernel: 2.4.20-30.9
+glibc: 2.3.2
+
+When running the above (adding a readline at the end to pause)
+I get from CVS:
+
+USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
+miguel    2555 50.2  9.6 125732 99228 pts/2  S    17:40   0:12 mono
+leak.exe
+
+From Beta2:
+miguel   13919 63.0  9.6 125640 99212 pts/2  S    17:42   0:11 ./mono
+/tmp/leak.exe
+
+From Beta1:
+miguel    2662 45.8  9.4 125772 97460 pts/6  S    17:48   0:11 ./mono
+/tmp/leak.exe
+
+
+
+