[Mono-bugs] [Bug 75479][Nor] Changed - [GMCS] GC is confused by
generic structs
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Nov 16 09:43:34 EST 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75479
--- shadow/75479 2005-11-16 09:23:00.000000000 -0500
+++ shadow/75479.tmp.11652 2005-11-16 09:43:34.000000000 -0500
@@ -224,6 +224,13 @@
System.Console.WriteLine (ar[i].c.f);
}
}
=====
+
+------- Additional Comments From vargaz at gmail.com 2005-11-16 09:43 -------
+Thats because as I said, there are dozens of places in the runtime
+which use get_underlying_type () and most of them do not really work
+with generics... This particular problem is in
+mono_class_layout_fields ().
+
More information about the mono-bugs
mailing list