[Mono-bugs] [Bug 30823][Min] Changed - monodis crashes on global fields with pointer type
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
24 Sep 2002 09:53:28 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30823
--- shadow/30823 Fri Sep 20 14:35:47 2002
+++ shadow/30823.tmp.11473 Tue Sep 24 05:53:28 2002
@@ -1,15 +1,15 @@
Bug#: 30823
Product: Mono/Runtime
Version: unspecified
OS: Debian Woody
OS Details:
-Status: NEW
-Resolution:
-Severity:
-Priority: Normal
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
+Priority: Minor
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -21,6 +21,12 @@
'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
+
+------- Additional Comments From lupus@ximian.com 2002-09-24 05:53 -------
+I think the correct fix here is to use mono_type_size () in monodis.
+I committed that fix for now.
+I'll leave the bug open with minor priority until I'll have time to
+review the the uses of the ptr fake classes.