[Mono-bugs] [Bug 82625][Nor] Changed - Crash in System.MonoType.GetFields_internal

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 29 12:56:25 EDT 2007


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 nazgul at omega.pl.

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

--- shadow/82625	2007-08-29 12:42:44.000000000 -0400
+++ shadow/82625.tmp.2894	2007-08-29 12:56:25.000000000 -0400
@@ -116,6 +116,19 @@
 
 ------- Additional Comments From vargaz at gmail.com  2007-08-29 12:42 -------
 This is caused by this change:
 
 http://lists.ximian.com/pipermail/mono-patches/2007-May/092393.html
 
+
+------- Additional Comments From nazgul at omega.pl  2007-08-29 12:56 -------
+Is the current problem in any way related to compatibility with MS.NET
+(as I can see the NotSupported exception is added) or is it caused by
+using a buggy code path after the change and it will be fixed there? :-)
+
+I remember that we workarounded errors in accessing Fields collection
+of TypeBuilders on MS.NET (using reflection and accessing private
+fields of TypeBuilder), but used the "normal" path on Mono since it
+worked fine. The workaround is not enabled when running on Mono, so
+this is probably why it works on MS.NET and not on Mono.  
+
+


More information about the mono-bugs mailing list