[Mono-bugs] [Bug 81233][Nor] Changed - gmcs crashes when instantiating an interface
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 10 10:22:57 EDT 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 martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81233
--- shadow/81233 2007-03-25 11:47:45.000000000 -0500
+++ shadow/81233.tmp.5859 2007-04-10 10:22:57.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 81233
Product: Mono: Compilers
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
-AssignedTo: rharinath at novell.com
+AssignedTo: martin at ximian.com
ReportedBy: ijbema at fmf.nl
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: gmcs crashes when instantiating an interface
@@ -19,6 +19,9 @@
The following crashes gmcs:
public class Crashy {public static void Main(){B<int> b = new B<int>();}}
interface B<T> {}
If the generics are left out you get the expected error from gmcs.
+
+------- Additional Comments From martin at ximian.com 2007-04-10 10:22 -------
+-> me.
More information about the mono-bugs
mailing list