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=79972 --- shadow/79972 2006-11-19 03:01:22.000000000 -0500 +++ shadow/79972.tmp.9993 2006-11-22 07:08:39.000000000 -0500 @@ -11,13 +11,13 @@ AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: [PATCH] gmcs crash when pass an generic anonymous method to a constructor +Summary: [PATCH (workaround)] gmcs crash when pass an generic anonymous method to a constructor Pass an generic anonymous method to a constructor, like this: delegate void TestFunc<T>(T val); @@ -109,6 +109,14 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-11-19 02:51 ------- Created an attachment (id=18109) The patch + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-22 07:08 ------- +Hmm, the posted patch would paper over the actual bug, and cause other +bugs elsewhere. So, I'm not applying it to the tree. + +Still, it's probably a useful workaround till we fix the bug -- in +case anyone else is bitten by the same bug. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
