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-07-11 22:10:08.000000000 -0400 +++ shadow/78315.tmp.31900 2006-08-24 09:00:44.000000000 -0400 @@ -255,6 +255,14 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-07-11 22:10 ------- No, we still don't know what causes it. However, running applications is not a problem, even with this bug. It happens on shutdown, after Main has already terminated. We've been chasing this for a long time, and it's interaction with MS GDI+, that seems to be doing it. + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-24 09:00 ------- +Note: The image (well the bitmap) being freed when the SIGSEGV happens +was loaded using Image.FromStream. This method takes a different path +in Windows (than Linux) and use a special wrapper: + +GDIPlus.GdipLoadImageFromStream(new ComIStreamWrapper(stream), out +imagePtr); _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
