[Mono-bugs] [Bug 72605][Wis] Changed - NullReferenceException, GdiPlus and rsh problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 07:05:29 -0500 (EST)


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@novonyx.com.

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

--- shadow/72605	2005-02-16 05:37:19.000000000 -0500
+++ shadow/72605.tmp.8073	2005-02-16 07:05:29.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 72605
 Product: Mono: Runtime
 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   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vguzev@yandex.ru               
@@ -485,6 +485,19 @@
 
 Thanks.
 
 Yury Serdyuk.
 
 --8<---------------------------------------------
+
+------- Additional Comments From peter@novonyx.com  2005-02-16 07:05 -------
+Have you verified that you're not simply running out of memory? 
+1000x1000x32bit is a large image, doing many of them simultaneously 
+could make you run ouf RAM quickly.
+
+Also, can you try and run the program inside gdb like this:
+gdb --args mono /path/to/TestGDIPlus.exe 8
+
+and then, when you get a crash, issue 'thread apply all bt'
+and attach the output here?
+
+Thanks