[Mono-bugs] [Bug 80646][Nor] Changed - gmcs crashes on a partial generic class with nested types
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jan 27 19:41:51 EST 2007
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=80646
--- shadow/80646 2007-01-27 19:24:10.000000000 -0500
+++ shadow/80646.tmp.17676 2007-01-27 19:41:51.000000000 -0500
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: lsd3625 at yahoo.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: gmcs crashes on a partial generic class with nested types
gmcs is unable to compile a partial generic class that contains a nested
type. See attachment for a simple test case.
Stacktrace:
@@ -36,6 +35,11 @@
Created an attachment (id=18565)
Sample test case
------- Additional Comments From lsd3625 at yahoo.com 2007-01-27 19:24 -------
FYI: attachment is a tar.gz
+
+------- Additional Comments From marek.safar at seznam.cz 2007-01-27 19:41 -------
+It looks like we improperly use IsGeneric property as it does for some
+reason recursive search. We even call DefineGenericParameters when a
+class is not generic but any of its parents is.
More information about the mono-bugs
mailing list