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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Apr 2005 16:08:53 -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 bmaurer@users.sf.net.

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

--- shadow/72792	2005-04-28 15:34:41.000000000 -0400
+++ shadow/72792.tmp.1353	2005-04-28 16:08:53.000000000 -0400
@@ -338,6 +338,27 @@
 
 ------- Additional Comments From andreas.weiss@de.bp.com  2005-04-28 15:34 -------
 Please tell me what I should check and I will do it. 
 I will lose the project if can't get it running up to the end of may. 
 Another company will get the job and write a Tcl/Tk script to realize 
 the functionality.
+
+------- Additional Comments From bmaurer@users.sf.net  2005-04-28 16:08 -------
+Can you try running valgrind 2.4 on the test case? Run with this
+.valgrindrc
+
+--tool=addrcheck
+--addrcheck:leak-check=yes
+--addrcheck:show-reachable=yes
+--addrcheck:leak-resolution=high
+--addrcheck:num-callers=20
+--addrcheck:alignment=8
+
+Also, can you try running with GC_PRINT_STATS=yes and attaching the
+output?
+
+Would you possibly be able to allow me to ssh into a machine that is
+afflicted?
+
+Have you seen this on other OS's than sles? Maybe something weird is
+happening with a version of an os library. I've been trying on suse 93
+and fc3.