[Mono-bugs] [Bug 79215][Nor] Changed - [GMCS] Crash when calling method in Generic class with private enum.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 31 08:54:36 EDT 2006


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 vargaz at gmail.com.

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: lupus at ximian.com                            
 ReportedBy: billholmes54 at gmail.com               
 QAContact: mono-bugs at ximian.com
 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 billholmes54 at gmail.com  2006-08-29 18:08 -------
 Created an attachment (id=17551)
 Sample exe from VS 2005
 
+
+------- Additional Comments From vargaz at gmail.com  2006-08-31 08:54 -------
+This is because MONO_TYPE_ISSTRUCT returns TRUE for generic instances
+which are enums.
+


More information about the mono-bugs mailing list