[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:49:50 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 mha at sollentuna.net.

http://bugzilla.ximian.com/show_bug.cgi?id=75694

--- shadow/75694	2005-08-02 17:39:51.000000000 -0400
+++ shadow/75694.tmp.21248	2005-08-02 17:49:50.000000000 -0400
@@ -199,6 +199,18 @@
 #51 0x08246810 in ?? ()
 #52 0x00000000 in ?? ()
 #53 0xbfd6e6f8 in ?? ()
 #54 0x0812ae5a in mono_codegen ()
 Previous frame inner to this frame (corrupt stack?)
 
+
+------- Additional Comments From mha at sollentuna.net  2005-08-02 17:49 -------
+Wow, just the right way of reading the debugging output helped me. I
+noticed it complained about fonts, checked the source and saw it tried
+to load a serif font. Checked my system, and I didn't have it.
+Installed the slackware package x11-fonts-scale-6.8.1-noarch-2.tgz,
+and now the test program passes!
+(On to test the real one :-))
+
+So thanks for the pointer. I'll leave it up to you if you want to
+close this, but I think it'd be a good idea to trap the error in a
+nicer way...


More information about the mono-bugs mailing list