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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81834 --- shadow/81834 2007-06-08 14:46:41.000000000 -0400 +++ shadow/81834.tmp.7995 2007-06-08 15:16:51.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 81834 Product: Mono: Class Libraries Version: 1.2 OS: All OS Details: -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: NOTABUG +Severity: Unknown Priority: Normal Component: System AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -91,6 +91,50 @@ Additional Information: There may be other places that do formatting. I am not familiar enough with .Net to say that this pattern is only in String and StringBuilder. Thanks! + +------- Additional Comments From [EMAIL PROTECTED] 2007-06-08 15:16 ------- +.NET does raise the same error as mono does. + [EMAIL PROTECTED] ~/tests +$ gmcs 81834.cs + [EMAIL PROTECTED] ~/tests +$ ./81834.exe + +Unhandled Exception: System.ArgumentNullException: Value cannot be null. +Parameter name: args + at System.String.Format(IFormatProvider provider, String format, +Object[] args) + at System.IO.TextWriter.WriteLine(String format, Object[] arg) + at System.IO.TextWriter.SyncTextWriter.WriteLine(String format, +Object[] arg) + + at Test.Main() + [EMAIL PROTECTED] ~/tests +$ mono ./81834.exe + +Unhandled Exception: System.ArgumentNullException: Argument cannot be +null. + at System.String.FormatHelper (System.Text.StringBuilder result, +IFormatProvider provider, System.String format, System.Object[] args) +[0x00000] + at System.String.Format (IFormatProvider provider, System.String +format, System.Object[] args) [0x00000] + at System.String.Format (System.String format, System.Object[] args) +[0x00000] + + at System.IO.TextWriter.Write (System.String format, System.Object[] +arg) [0x00000] + at System.IO.TextWriter.WriteLine (System.String format, +System.Object[] arg) +[0x00000] + at System.IO.SynchronizedWriter.WriteLine (System.String format, +System.Object[] value) [0x00000] + at System.Console.WriteLine (System.String format, System.Object[] +arg) [0x00000] + at Test.Main () [0x00000] + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
