[Mono-bugs] [Bug 23180] Changed - NullRefernce on compile.. after getting error on String[]

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
9 Apr 2002 13:28:06 -0000


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 dietmar@ximian.com.

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

--- shadow/23180	Tue Apr  9 07:15:08 2002
+++ shadow/23180.tmp.7468	Tue Apr  9 09:28:06 2002
@@ -41,6 +41,15 @@
 in Mono.CSharp.RootContext:PopulateTypes ()  
 in Mono.CSharp.Driver:MainDriver ()  
 in Mono.CSharp.Driver:Main ()
 
 ------- Additional Comments From lupus@ximian.com  2002-04-09 07:15 -------
 Bug confirmed also running on the MS CLR windows runtime.
+
+------- Additional Comments From dietmar@ximian.com  2002-04-09 09:28 -------
+This is because of the missing:
+
+using System;
+
+i assume mcs isnt able to get the parameter info for type String in
+Mono.CSharp.Method:Define (), and it then calls get_IsPointer() with
+null as this pointer. Don't know how to fix that.