[Mono-bugs] [Bug 78315][Nor] Changed - [WIN32] Crash in 3 line System.Windows.Forms program

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 7 09:01:15 EDT 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 kornelpal at gmail.com.

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

--- shadow/78315	2006-09-06 16:10:42.000000000 -0400
+++ shadow/78315.tmp.8004	2006-09-07 09:01:15.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 78315
 Product: Mono: Class Libraries
 Version: 1.1
 OS: Windows XP
 OS Details: win32 specific
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Drawing.
 AssignedTo: peter at novonyx.com                            
 ReportedBy: bbjamey at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: jonathan.chambers at ansys.com,kornelpal at gmail.com,sebastien at ximian.com
-Summary: [PATCH][WIN32] Crash in 3 line System.Windows.Forms program
+Summary: [WIN32] Crash in 3 line System.Windows.Forms program
 
 Please fill in this template when reporting a bug, unless you know what 
 you are doing.
 Description of Problem: Crash in 3 line System.Windows.Forms program
 
 
@@ -341,6 +341,13 @@
 sure. I added reference counting to COM vtable and will only be 
 freed when there are no objects using it.
 
 Some Image objects seem not to be finalized by the GC so in fact COM 
 vtable is not freed because GDI+ holds a reference on 
 ManagedToNativeWrapper.
+
+------- Additional Comments From kornelpal at gmail.com  2006-09-07 09:01 -------
+The crash is still here.
+
+If I apply the attached patch to Image.cs (that ensures that no COM 
+streams are created) I still get SIGSEV with --trace but no SIGSEV 
+without --trace (including --debug without --trace).


More information about the mono-bugs mailing list