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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
