[Mono-bugs] [Bug 79883][Wis] Changed - SIGSEGV in Graphics.DrawLine

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 10 16:45:06 EST 2006


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 sebastien at ximian.com.

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: sebastien at ximian.com                            
 ReportedBy: rolfkvinge at ya.com               
@@ -489,6 +489,22 @@
 I'll attach a couple of valgrind logs as well.
 
 ------- Additional Comments From rolfkvinge at ya.com  2006-11-10 16:36 -------
 Created an attachment (id=18058)
 Valgrind log of execution failed with ArgumentException
 
+
+------- Additional Comments From sebastien at ximian.com  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.


More information about the mono-bugs mailing list