[Mono-bugs] [Bug 36030][Nor] Changed - Weird array access problem in unsafe contexts
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
27 Dec 2002 01:54:48 -0000
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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36030
--- shadow/36030 Thu Dec 26 20:49:19 2002
+++ shadow/36030.tmp.4836 Thu Dec 26 20:54:47 2002
@@ -97,6 +97,13 @@
The interesting thing is that inspite of those errors, the .NET
runtime actually runs bug.exe fine when compiled with csc but throws
an exception with the mcs-generated one.
This needs some more investigation. I am leaving for India tomorrow
so I shall continue working on this after I reach.
+
+------- Additional Comments From ravi@ximian.com 2002-12-26 20:54 -------
+It must be mentioned that amongst the peverify errors for the csc
+generated executable, the only interesting ones are those which
+say, "Unexpected type on the stack - expecting Foo' etc.
+
+How in the world does it still work ? :-)