[Mono-bugs] [Bug 42697][Wis] Changed - Invalid IL code error from a mcs 0.23 compiled binary

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 11 May 2003 09:29:13 -0400 (EDT)


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 lupus@ximian.com.

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

--- shadow/42697	Fri May  9 14:55:59 2003
+++ shadow/42697.tmp.4692	Sun May 11 09:29:13 2003
@@ -1,14 +1,14 @@
 Bug#: 42697
 Product: Mono/Runtime
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Debian sid, Alp's packages
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastian.nowozin@web.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -45,6 +45,14 @@
 I will try to attach the browser.exe file to this report.
 
 ------- Additional Comments From sebastian.nowozin@web.de  2003-05-09 14:55 -------
 Created an attachment (id=4259)
 Browser.exe showing error with mono 0.24 but works under 0.23
 
+
+------- Additional Comments From lupus@ximian.com  2003-05-11 09:29 -------
+IIRC, there was a bug in Reflection.Emit that has been since fixed.
+The old jit didn't verify the code and it ran it anyway, you get the
+error now, because in 0,24 mono is the new jit.
+Reopen the bug if you find the error again with an up-to-date
+mono/mcs combination (also note that the error was in the glade-sharp
+assembly, so you should attach that, not browser.exe).