[Mono-bugs] [Bug 78943][Nor] Changed - Activator.CreateInstance should throw ArgumentException on open generic types (CLR via C#, chapter 16, example 3: invalid IL generated crash)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 14 03:55:50 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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78943
--- shadow/78943 2006-08-03 22:31:32.000000000 -0400
+++ shadow/78943.tmp.14335 2006-08-14 03:55:49.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 78943
-Product: Mono: Compilers
+Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
-Component: C#
+Component: CORLIB
AssignedTo: rharinath at novell.com
ReportedBy: matt at use.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: CLR via C#, chapter 16, example 3: invalid IL generated crash
+Summary: Activator.CreateInstance should throw ArgumentException on open generic types (CLR via C#, chapter 16, example 3: invalid IL generated crash)
Steps to reproduce the problem:
1. compile and run the attached file using gmcs
Actual Results:
crash.
@@ -86,6 +86,12 @@
would help.
------- Additional Comments From matt at use.net 2006-08-03 22:31 -------
Created an attachment (id=17403)
binary compiled from same source with gmcs -debug using latest SVN
+
+------- Additional Comments From rharinath at novell.com 2006-08-14 03:55 -------
+I get the somewhat worse:
+
+** ERROR **: file mini.c: line 3335 (mono_method_to_ir): assertion
+failed: (!sig->has_type_parameters)
More information about the mono-bugs
mailing list