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=78309 --- shadow/78309 2006-05-05 14:53:46.000000000 -0400 +++ shadow/78309.tmp.28710 2006-05-05 14:53:46.000000000 -0400 @@ -0,0 +1,42 @@ +Bug#: 78309 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [GMCS] Assertion while compiling + +The following test case: + +using System; + +public delegate void Handler <T> (T t); + +public class T { + public void Foo <T> (Handler <T> handler) { + AsyncCallback d = delegate (IAsyncResult ar) { + Response <T> (handler); + }; + } + + void Response <T> (Handler <T> handler) {} +} + +causes: + +** ERROR **: file metadata.c: line 3047 (mono_type_size): assertion failed: (!gclass- +>generic_class.inst->is_open) +aborting... +Aborted + +-kangaroo _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
