[Mono-bugs] [Bug 42697][Wis] New - Invalid IL code error from a mcs 0.23 compiled binary
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 9 May 2003 14:54:54 -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 sebastian.nowozin@web.de.
http://bugzilla.ximian.com/show_bug.cgi?id=42697
--- shadow/42697 Fri May 9 14:54:54 2003
+++ shadow/42697.tmp.22483 Fri May 9 14:54:54 2003
@@ -0,0 +1,45 @@
+Bug#: 42697
+Product: Mono/Runtime
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: Debian sid, Alp's packages
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sebastian.nowozin@web.de
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Invalid IL code error from a mcs 0.23 compiled binary
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Compile monodoc (CVS 2003-05-09) with mcs 0.23
+2. Run browser.exe with new mono 0.24 ("mono browser.exe")
+
+Actual Results:
+
+** ERROR **: Invalid IL code at IL0019 in 00 .SignalConnector:Autoconnect
+(): IL_0019: ldsfld 0x0a00000a
+
+
+Expected Results:
+
+Behaviour like under 0.23 (executing browser.exe without problems that is)
+
+
+How often does this happen?
+
+Reproducable.
+
+Additional Information:
+
+I will try to attach the browser.exe file to this report.