[Mono-bugs] [Bug 74190][Wis] Changed - Console.WriteLine should not throw exceptions
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 8 Apr 2005 19:21:41 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74190
--- shadow/74190 2005-04-08 18:59:44.000000000 -0400
+++ shadow/74190.tmp.6674 2005-04-08 19:21:41.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 74190
Product: Mono: Tools
Version: 1.0
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: NOTABUG
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: XSP
AssignedTo: gonzalo@ximian.com
ReportedBy: tauberer@for.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Console.WriteLine gives UnauthorizedAccessException
+Summary: Console.WriteLine should not throw exceptions
Date: Sat, 12 Mar 2005 08:30:20 -0500
From: Joshua Tauberer <tauberer@for.net>
To: mono-devel-list@ximian.com
Subject: Mod-mono-server: Console.WriteLine gives UnauthorizedAccessException
@@ -137,6 +137,11 @@
to write to the console, not knowing that it's been previously dup'ed
to a read-only file (e.g by Apache, if that's what's happening). I
think Console.WriteLine should silently ignore errors writing to the
console.
- Josh
+
+------- Additional Comments From miguel@ximian.com 2005-04-08 19:21 -------
+I agree about ignoring errors going to the Console.
+
+Gonzalo was checking with me about this, we should fix this behavior.