[Mono-bugs] [Bug 78816][Wis] New - [gmcs] Generating invalid IL code
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 11 04:47:45 EDT 2006
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 anders at tlabwest.se.
http://bugzilla.ximian.com/show_bug.cgi?id=78816
--- shadow/78816 2006-07-11 04:47:45.000000000 -0400
+++ shadow/78816.tmp.3995 2006-07-11 04:47:45.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 78816
+Product: Mono: Compilers
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: anders at tlabwest.se
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [gmcs] Generating invalid IL code
+
+Description of Problem:
+gmcs (v1.1.16) generates invalid IL code with the attached testcase. The
+testcase uses a static generic method called from a child class.
+
+Steps to reproduce the problem:
+1. gmcs testcase.cs
+2. mono testcase.exe
+
+Actual Results:
+Unhandled Exception: System.InvalidProgramException: Invalid IL code in
+Testcase.BaseClass:TestGeneric (): IL_001d: callvirt 0x06000002
+
+ at <0x00000> <unknown method>
+ at Testcase.ChildClass.Main (System.String[] args) [0x00000]
+
+
+Expected Results:
+Clean run
+
+How often does this happen?
+Always
+
+Additional Information:
+See attached testcase
More information about the mono-bugs
mailing list