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=78886 --- shadow/78886 2006-07-17 21:29:09.000000000 -0400 +++ shadow/78886.tmp.10636 2006-08-01 11:42:12.000000000 -0400 @@ -1,17 +1,17 @@ Bug#: 78886 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: libgdiplus -AssignedTo: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: loading of particular tiff image fails @@ -74,6 +74,25 @@ mono [0x805caa7] mono(mono_main+0x857) [0x805d470] mono [0x805be5f] /lib/tls/libc.so.6(__libc_start_main+0xda) [0xb7d4808a] mono [0x805bda1] Aborted + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-01 11:42 ------- +I can duplicate the issue with SVN HEAD too, using the following +source and the same image: + +// mcs 78886.cs -r:System.Drawing.dll + +using System; +using System.Drawing; + +class Program { + + static void Main () + { + Image.FromFile ("wsiearth.tif"); + } +} + +Looks like we're mishandling the properties, time to valgind... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
