[Mono-bugs] [Bug 78886][Nor] Changed - loading of particular tiff image fails
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 1 11:42:12 EDT 2006
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 sebastien at ximian.com.
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: peter at novonyx.com
+AssignedTo: sebastien at ximian.com
ReportedBy: scottell.lists at gmail.com
QAContact: mono-bugs at ximian.com
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 sebastien at ximian.com 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...
More information about the mono-bugs
mailing list