[Mono-bugs] [Bug 72254][Min] Changed - System.NullReferenceException is thrown in "mono --profile"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Feb 2005 11:04:12 -0500 (EST)


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 mei@work.email.ne.jp.

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

--- shadow/72254	2005-02-06 01:55:21.000000000 -0500
+++ shadow/72254.tmp.26878	2005-02-09 11:04:12.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: 1.1
 OS: Mac OS X 10.3
 OS Details: Mac OS X version 10.3.7
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: JIT
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mei@work.email.ne.jp               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -84,6 +84,24 @@
 
 Always.
 
 Additional Information:
 
 SVN 40202.
+
+------- Additional Comments From mei@work.email.ne.jp  2005-02-09 11:04 -------
+Simple Sample.
+
+class X 
+{
+    public static void Main ()
+    {
+        System.Console.WriteLine (0);
+    }
+}
+
+run mono --profile xxx.exe, exception is thrown.
+but if WriteLine argument is string then success.
+(e.g. System.Console.WriteLine ("Hello"))
+
+Only Mac OS X.
+