[Mono-bugs] [Bug 75320][Maj] Changed - [GMCS] references to static generic fields are compiled to unverifiable code

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jun 21 08:45:59 EDT 2005


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 martin at ximian.com.

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

--- shadow/75320	2005-06-21 06:47:46.000000000 -0400
+++ shadow/75320.tmp.32666	2005-06-21 08:45:59.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 75320
 Product: Mono: Compilers
 Version: 1.0
 OS: unknown
 OS Details: mono svn 17.06.2005
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: C#
 AssignedTo: martin at ximian.com                            
 ReportedBy: nazgul at omega.pl               
 QAContact: mono-bugs at ximian.com
@@ -111,6 +111,9 @@
 This is a general problem.
 I debugged a little and it seems that between class_init and
 ves_icall_Type_GetFields_internal the generic class' fields are being
 inflated - at the end of class_init the return type of
 _N_constant_object is A`1[T] and in mono_field_get_object it is
 A`1[int]. It happens only for externally loaded generic classes.
+
+------- Additional Comments From martin at ximian.com  2005-06-21 08:45 -------
+Fixed in SVN (r46298).


More information about the mono-bugs mailing list