[Mono-bugs] [Bug 67437][Wis] New - Problem in running tests under System.Drawing

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Oct 2004 07:04:36 -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 mritvik@novell.com.

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

--- shadow/67437	2004-10-04 07:04:36.000000000 -0400
+++ shadow/67437.tmp.28641	2004-10-04 07:04:36.000000000 -0400
@@ -0,0 +1,51 @@
+Bug#: 67437
+Product: Mono: Class Libraries
+Version: unspecified
+OS: other
+OS Details: Suse 9,Fedora
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mritvik@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Problem in running tests under System.Drawing
+
+Description of Problem: 
+Getting the following error while running test under 
+mcs/class/System.Drawing :
+
+free(): invalid pointer 0x88088a8!
+
+
+Steps to reproduce the problem:
+1. Check out mono, mcs. Build and install them.
+2. Do a 'make run-test'under mcs/class/System.Drawing 
+ 
+
+Actual Results:
+
+OS Version: Unix 2.4.21.99    Mono Version: 1.1.4322.573
+
+...
+...
+MonoTests.System.Drawing.TestBitmap.CloneImage
+MonoTests.System.Drawing.TestBitmap.Rotate
+free(): invalid pointer 0x88088a8!
+free(): invalid pointer 0x88088a8!
+(After this stage it hangs on Suse but not on Fedora)
+
+Expected Results:
+As a result of 'make run-test', an output file 'TestResult.xml' should be 
+created in the  "mcs/class/System.Drawing" directory 
+
+
+How often does this happen? 
+Always
+
+Additional Information: