[Mono-bugs] [Bug 72605][Wis] Changed - gdiplus must check malloc results

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Apr 2005 10:48:17 -0400 (EDT)


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 vguzev@yandex.ru.

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

--- shadow/72605	2005-02-24 07:16:17.000000000 -0500
+++ shadow/72605.tmp.11295	2005-04-26 10:48:17.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 72605
 Product: Mono: Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Linux skif 2.4.25 #2 SMP Fri Apr 23 14:03:00 MSD 2004 i686 athlon i386 GNU/Linux
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vguzev@yandex.ru               
 QAContact: mono-bugs@ximian.com
@@ -890,6 +890,30 @@
 
 
 ------- Additional Comments From vguzev@yandex.ru  2005-02-24 07:16 -------
 Created an attachment (id=14384)
 gdb.log
 
+
+------- Additional Comments From vguzev@yandex.ru  2005-04-26 10:48 -------
+I think we've found the solution for this problem and we can close 
+this bug.
+We didn't had XFonts and some other dev-components installed on the 
+machine where we get this error(although it's required by 
+libgdiplus)...
+But for future all programmers who participate in Mono should keep in 
+mind that entire mono platform can run on machines where it wasn't 
+installed.
+I.e. for example suppose that I've installed mono and libgdiplus in 
+folder /home/vadim/mono/ on machine1 where all necessary packages are 
+installed. Then I created a shared directory /home/ and mapped it on 
+machine2 where I don't have some packages available...
+So, I'll get a lot of unknown errors on machine2 when I'll try to use 
+mono applications... and no appropriate description will be available 
+to help me to fix them... Only NullPointerException's...
+
+
+Best regards,
+Vadim B. Guzev
+http://u.pereslavl.ru/~vadim/MCSharp/
+
+