[Mono-bugs] [Bug 73469][Min] Changed - System.Type.IsAssignableFrom executed on array types causes runtime to throw NullRefExc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Apr 2005 14:03:14 -0400 (EDT)


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 nazgul@omega.pl.

http://bugzilla.ximian.com/show_bug.cgi?id=73469

--- shadow/73469	2005-03-23 14:37:13.000000000 -0500
+++ shadow/73469.tmp.2373	2005-04-25 14:03:13.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 73469
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: Mandrake 10.1 mono 1.1.4.20040221svn
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: vargaz@gmail.com                            
 ReportedBy: nazgul@omega.pl               
 QAContact: mono-bugs@ximian.com
@@ -88,6 +88,24 @@
 ------- Additional Comments From martin@ximian.com  2005-03-23 06:55 -------
 This is broken again :-(
 
 ------- Additional Comments From vargaz@gmail.com  2005-03-23 14:37 -------
 No it isn't, the test got mixed up.
 
+
+------- Additional Comments From nazgul@omega.pl  2005-04-25 14:03 -------
+I get
+
+[nemweb@lilith testsuite]$ ~/local/bin/mono  t.exe
+False
+
+Unhandled Exception: System.NullReferenceException: Object reference
+not set to an instance of an object
+in <0x00000> <unknown method>
+in (wrapper managed-to-native)
+System.Reflection.Emit.TypeBuilder:create_runtime_class
+(System.Reflection.Emit.TypeBuilder)
+in <0x00264> System.Reflection.Emit.TypeBuilder:CreateType ()
+in <0x00135> X:Main ()
+
+
+with fresh svn on this