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-08-24 09:00:44.000000000 -0400 +++ shadow/78315.tmp.32138 2006-08-24 09:43:51.000000000 -0400 @@ -10,12 +10,13 @@ Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: +Cc: [EMAIL PROTECTED],[EMAIL PROTECTED] Summary: 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 @@ -263,6 +264,14 @@ 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); + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-24 09:43 ------- +The error seems to happen only with the COM wrapper. + +E.g. if I save the stream to a file and load the image from the file I +don't get the error under Win32. + +c.c. author of this code _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
