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=79215 --- shadow/79215 2006-08-29 18:08:41.000000000 -0400 +++ shadow/79215.tmp.30573 2006-08-31 08:54:36.000000000 -0400 @@ -11,13 +11,13 @@ AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: Crash when calling method in Generic class with private enum. +Summary: [GMCS] Crash when calling method in Generic class with private enum. See the attached code and compiled exe. If you use gmcs the defect does not occur. If the class is not generic the defect does not occur. If the enum is made public and moved outside the class the defect does not @@ -29,6 +29,11 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-08-29 18:08 ------- Created an attachment (id=17551) Sample exe from VS 2005 + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-31 08:54 ------- +This is because MONO_TYPE_ISSTRUCT returns TRUE for generic instances +which are enums. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
