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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Apr 2005 09:41:41 -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-20 13:28:54.000000000 -0400
+++ shadow/72792.tmp.19894	2005-04-21 09:41:41.000000000 -0400
@@ -123,6 +123,16 @@
 unmanaged code -- it was not able to free the malloc'd memory. That
 would explain a leak.
 
 It probably doesn't happen on windows because we use the real gdiplus
 there -- it does not have the multithreading problem, so you arent
 catching exceptions and are not getting a leak.
+
+------- Additional Comments From andreas.weiss@de.bp.com  2005-04-21 09:41 -------
+I installed again the latest mono version and libgdi-packages what 
+avoids these gdi nullexception error messages. -> I'm happy.
+
+But the server runs still out of memory while my application runs. 
+What means that another problem still exists. The problem is 
+difficult to find because the memory used by my application keeps a 
+constant value. I'm working on a test case. The output of the top 
+command will be attached.