[Mono-bugs] [Bug 75694][Maj] Changed - Graphics.FromImage
NullReferneceException
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 2 17:26:49 EDT 2005
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 peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75694
--- shadow/75694 2005-08-02 16:53:49.000000000 -0400
+++ shadow/75694.tmp.20949 2005-08-02 17:26:49.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 75694
Product: Mono: Class Libraries
Version: 1.1
OS: GNU/Linux [Other]
OS Details: Slackware linux 10.1
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: Sys.Drawing.
AssignedTo: mono-bugs at ximian.com
ReportedBy: mha at sollentuna.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -66,6 +66,18 @@
Additional Information:
Same problem occurs if I do new Bitmap("myfile.png") which is what I was
actually trying to do when hitting this problem.
+
+------- Additional Comments From peter at novonyx.com 2005-08-02 17:26 -------
+I cannot reproduce the problem, it runs fine for me. It seems
+there's a problem with your libgdiplus version.
+
+What version of libgdiplus do you have installed?
+
+what happens when you run
+gdb --args mono <your app name>
+Does it crash? If so, can you paste the output from
+"thread apply all bt"
+
More information about the mono-bugs
mailing list