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=80646 --- shadow/80646 2007-01-27 19:15:37.000000000 -0500 +++ shadow/80646.tmp.17259 2007-01-27 19:15:37.000000000 -0500 @@ -0,0 +1,33 @@ +Bug#: 80646 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: + +Unhandled Exception: System.InvalidOperationException: Operation is not +valid due to the current state of the object + at System.Type.GetGenericTypeDefinition () [0x00000] + at System.Reflection.Emit.TypeBuilder.GetGenericTypeDefinition () [0x00000] + at Mono.CSharp.ConstructedType..ctor (System.Type t, +Mono.CSharp.TypeParameter[] type_params, Location l) [0x00000] + at Mono.CSharp.TypeContainer.ResolveType () [0x00000] + at Mono.CSharp.RootContext.PopulateTypes () [0x00000] + at Mono.CSharp.Driver.MainDriver (System.String[] args) [0x00000] + at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
