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=80969 --- shadow/80969 2007-02-26 19:50:41.000000000 -0500 +++ shadow/80969.tmp.21415 2007-02-28 11:47:57.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 80969 Product: Mono: Runtime Version: 1.2 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: JIT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -60,6 +60,14 @@ How often does this happen? 100% Additional Information: + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-28 11:47 ------- +This is because mono_get_method_full () contains a cache indexed by +tokens, which doesn't take the generic context into account. The +array methods are put into this cache because they don't have +is_inflated set. + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
