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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED] -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 [EMAIL PROTECTED] 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). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
