[Mono-bugs] [Bug 72792][Maj] Changed - mono eats memory running on SLES
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 20 Apr 2005 13:28:54 -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-20 08:20:58.000000000 -0400
+++ shadow/72792.tmp.11679 2005-04-20 13:28:54.000000000 -0400
@@ -114,6 +114,15 @@
Andreas
------- Additional Comments From andreas.weiss@de.bp.com 2005-04-20 08:20 -------
Created an attachment (id=14981)
Class1.cs for better understanding
+
+------- Additional Comments From bmaurer@users.sf.net 2005-04-20 13:28 -------
+A nullref in gdiplus probably means that there was a segfault in
+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.