[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
Mon Aug 22 16:22:58 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 ash at onezero.org.
http://bugzilla.ximian.com/show_bug.cgi?id=75512
--- shadow/75512 2005-08-20 20:26:21.000000000 -0400
+++ shadow/75512.tmp.19156 2005-08-22 16:22:57.000000000 -0400
@@ -103,6 +103,27 @@
behavior near powers of 2 that a mono developer would recognize.
------- Additional Comments From vargaz at gmail.com 2005-07-19 12:07 -------
I can't repro this even under cygwin. Could you try our latest 1.1.8
release ?
+
+------- Additional Comments From ash at onezero.org 2005-08-22 16:22 -------
+I just installed mono 1.8.1 - I see the same behavior with it (the
+exception gets thrown).
+
+| mono --version
+Mono JIT compiler version 1.1.8.3, (C) 2002-2005 Novell, Inc and
+Contributors. w
+ww.mono-project.com
+ TLS: normal
+ GC: Included Boehm (with typed GC)
+ SIGSEGV : normal
+ Globalization: normal
+
+It seems that the problem only happens when the code is compiled with
+mcs and run with "./t.exe". The other 3 combinations work fine.
+Maybe it'd be worthwhile looking for differences that ildasm shows
+between the csc-compiled version and the mcs-compiled version.
+Possibly there is a bug in .NET that mcs exposes which is not
+normally seen with csc.
+
More information about the mono-bugs
mailing list