[Mono-bugs] [Bug 73215][Nor] New - Memory corruption when using objects from dynamically created types

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Mar 2005 07:21:41 -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 lluis@ximian.com.

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

--- shadow/73215	2005-03-02 07:21:41.000000000 -0500
+++ shadow/73215.tmp.31951	2005-03-02 07:21:41.000000000 -0500
@@ -0,0 +1,31 @@
+Bug#: 73215
+Product: Mono: Runtime
+Version: 1.1
+OS: NLD 9
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lluis@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Memory corruption when using objects from dynamically created types
+
+There is some kind of memory corruption when using objects from dynamically
+created types. The attached test case fails for me with the following output:
+
+step 0
+step 500
+step 1000
+step 1500
+step 2000 
+Unhandled Exception: System.Exception: Corruption in step 2027 object 640:
+InstanceTypeName should be 'Test' but it is '.ctor'
+
+Which means that when the test case creates 2027 objects, it detects that
+the information in object 640 has magically changed.