[Mono-bugs] [Bug 72792][Maj] Changed - mono eats memory running on SLES

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 1 May 2005 05:17:12 -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 andreas.weiss@de.bp.com.

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

--- shadow/72792	2005-04-30 20:12:09.000000000 -0400
+++ shadow/72792.tmp.30502	2005-05-01 05:17:12.000000000 -0400
@@ -395,6 +395,14 @@
 ------- Additional Comments From bmaurer@users.sf.net  2005-04-30 20:12 -------
 Ok, so it is unmanaged.
 
 I think you are using valgrind 2.2. You need to run 2.4. Either that
 or there is some other valgrind error, which might make this harder to
 track...
+
+------- Additional Comments From andreas.weiss@de.bp.com  2005-05-01 05:17 -------
+#./valgrind  --version
+valgrind-2.4.0
+
+It is nice to see, that I avoid a memory leak by using the option 
+GC_PRINT_STATS=yes. The program runs over 36 hours without a leak and 
+the memory consumption keeps nearly constant.