[Mono-bugs] [Bug 75512][Nor] Changed - execution-time problem with
initialization of static enum array
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 8 13:06:37 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=75512
--- shadow/75512 2005-11-07 23:41:53.000000000 -0500
+++ shadow/75512.tmp.26537 2005-11-08 13:06:37.000000000 -0500
@@ -163,6 +163,14 @@
Compiled this .dll with Mono 1.1.8.3; when ran on Microsoft.NET 1.1 it
throws an exception during
System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray(Array
array, RuntimeFieldHandle fldHandle)
+
+------- Additional Comments From vargaz at gmail.com 2005-11-08 13:06 -------
+I'm pretty sure the problem is that the PE image emitted by
+our Reflection.Emit implementation is not correct somehow, specifically
+the storage of the initialized field data. Maybe the fact that we
+store the field data in the code section, instead of the 'initialized
+data' section of the PE file.
+
More information about the mono-bugs
mailing list