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-19 09:18:06.000000000 -0400
+++ shadow/78315.tmp.6370       2006-09-19 09:58:51.000000000 -0400
@@ -370,6 +370,16 @@
 This is not caused by the COM wrapper. As I said in the comment when 
 I reopened the bug I tested the crash without the COM wrapper and I 
 got the same result.
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-09-19 09:18 -------
 *** Bug 79438 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-09-19 09:58 -------
+The problem is that we call DisposeImage and other resource destroy
+GDI API calls AFTER the libgdiplus has been shutdown.
+
+Our code at GDIPlus.ProcessExit calls WaitForPendingFinalizers but
+this only waits for the current thread, not the Windows Forms app one
+for example.
+
+Attached is a patch the fixes the problem in my machine. Jordi,
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to