[Mono-bugs] [Bug 30823][Nor] Changed - monodis crashes on global fields with pointer type

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 Sep 2002 18:35:47 -0000


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 vargaz@freemail.hu.

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

--- shadow/30823	Fri Sep 20 14:35:34 2002
+++ shadow/30823.tmp.3733	Fri Sep 20 14:35:47 2002
@@ -16,6 +16,11 @@
 Cc: 
 Summary: monodis crashes on global fields with pointer type
 
 The attached testcase crashes monodis. I debugged this, and the problem is
 in class.c/mono_ptr_class_get(): the size of the class is set to
 'sizeof(gpointer)' instead of 'sizeof(gpointer) + sizeof(MonoObject)'.
+
+------- Additional Comments From vargaz@freemail.hu  2002-09-20 14:35 -------
+Created an attachment (id=2324)
+testcase
+