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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79883 --- shadow/79883 2006-11-10 16:36:12.000000000 -0500 +++ shadow/79883.tmp.17098 2006-11-10 16:45:06.000000000 -0500 @@ -1,12 +1,12 @@ Bug#: 79883 Product: Mono: Class Libraries Version: 1.0 OS: other OS Details: SUSE 10.1 -Status: NEEDINFO +Status: CLOSED Resolution: Severity: Unknown Priority: Wishlist Component: libgdiplus AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -489,6 +489,22 @@ I'll attach a couple of valgrind logs as well. ------- Additional Comments From [EMAIL PROTECTED] 2006-11-10 16:36 ------- Created an attachment (id=18058) Valgrind log of execution failed with ArgumentException + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-10 16:45 ------- +This one should be fixed in SVN (r67666) +==10640== Conditional jump or move depends on uninitialised value(s) +==10640== at 0x55BF869: GdipDrawString (graphics.c:2897) + +The others are "normal" and mostly due to the fact that we can't +cleanup everything in some library we depend on (e.g. fontconfig). + +BTW valgrind can't help with collected objects as they are +- correctly freed (by the GC), and +- correctly detected in System.Drawing (hence the ArgumentException) + +Now the (next) problem is to find which object was collected (looks +like the brush or the graphic instance from the stack trace) and +ensure a reference is kept to it. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
