[Mono-bugs] [Bug 79710][Wis] New - InvalidProgramException from generic code
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 20 17:19:03 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 steve_merel at playstation.sony.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79710
--- shadow/79710 2006-10-20 17:19:03.000000000 -0400
+++ shadow/79710.tmp.14709 2006-10-20 17:19:03.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 79710
+Product: Mono: Compilers
+Version: 1.1
+OS: unknown
+OS Details: SUSE 10
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: steve_merel at playstation.sony.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: InvalidProgramException from generic code
+
+Description of Problem:
+
+ Attached code, when compiled with gmcs and run with mono (both version
+1.1.17.1), causes an InvalidProgramException:
+
+Unhandled Exception: System.InvalidProgramException: Invalid IL code in
+Scea.Collections.Multimap`2:Find (System.Type): IL_0087: stloc.1
+
+
+ at <0x00000> <unknown method>
+ at Scea.Collections.Multimap`2[System.Type,System.String].get_Item
+(System.Type ) [0x00000]
+ at Test.Main () [0x00000]
+
+
+Steps to reproduce the problem:
+1. unzip attached code
+2. gmcs Multimap.cs test.cs /target:exe /out:test.exe
+3. mono test.exe
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list