[Mono-bugs] [Bug 46602][Maj] Changed - incorrect instance size (mono_class_layout_fields)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 22 Jul 2003 05:49:17 -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 vargaz@freemail.hu.

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

--- shadow/46602	Fri Jul 18 20:37:41 2003
+++ shadow/46602.tmp.5528	Tue Jul 22 05:49:17 2003
@@ -1,14 +1,14 @@
 Bug#: 46602
 Product: Mono/Runtime
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: l_m@pacbell.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -20,6 +20,9 @@
 In (mono/mono/metadata/class.c) mono_class_layout_fields, real_size is 
 used uninitialized for layout == TYPE_ATTRIBUTE_EXPLICIT_LAYOUT.
 
 Steps to reproduce the problem:
 1. mint mono/mono/tests/field-layout.exe fails with g_assert (offsets [0] 
 < 10000) at interp.c.#1.243:1346
+
+------- Additional Comments From vargaz@freemail.hu  2003-07-22 05:49 -------
+fixed. thanks for noticing this.