[Mono-bugs] [Bug 77396][Maj] New - GMCS 1.1.13.1 crashes (different
from bug 77395) when compiling generics code below
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jan 28 14:30:00 EST 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 jan.oravec at 6com.sk.
http://bugzilla.ximian.com/show_bug.cgi?id=77396
--- shadow/77396 2006-01-28 14:30:00.000000000 -0500
+++ shadow/77396.tmp.26468 2006-01-28 14:30:00.000000000 -0500
@@ -0,0 +1,53 @@
+Bug#: 77396
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: jan.oravec at 6com.sk
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: GMCS 1.1.13.1 crashes (different from bug 77395) when compiling generics code below
+
+Description of Problem:
+
+GMCS crashes on the following input:
+
+class A : C<B>
+{
+ class B {}
+}
+
+interface C<X> {}
+
+
+Steps to reproduce the problem:
+1. compile the code
+
+Actual Results:
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+in <0x001fd> Mono.CSharp.TypeContainer:DoDefineMembers ()
+in <0x0005e> Mono.CSharp.TypeContainer:DefineMembers ()
+in <0x002fb> Mono.CSharp.RootContext:PopulateTypes ()
+in <0x00d15> Mono.CSharp.Driver:MainDriver (System.String[] args)
+in <0x00079> Mono.CSharp.Driver:Main (System.String[] args)
+
+
+
+Expected Results:
+
+Do not crash.
+
+
+How often does this happen?
+
+Always
More information about the mono-bugs
mailing list