[Mono-bugs] [Bug 74190][Wis] Changed - Console.WriteLine gives UnauthorizedAccessException

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Mar 2005 22:11:14 -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 tauberer@for.net.

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

--- shadow/74190	2005-03-30 18:45:17.000000000 -0500
+++ shadow/74190.tmp.6083	2005-03-30 22:11:14.000000000 -0500
@@ -62,6 +62,12 @@
 
 ** Nothing Unreal Exists **
 
 ------- Additional Comments From gonzalo@ximian.com  2005-03-30 18:45 -------
 It would be great if you can get a small test case+instructions on how
 to reproduce that problem. I've never seen anything like that.
+
+------- Additional Comments From tauberer@for.net  2005-03-30 22:11 -------
+Yeah, I tried reproducing it by closing fd 0 with Mono.Unix.Syscall,
+and I managed to bring out another exception by closing it before the
+System.Console type initializer runs.  But I couldn't reproduce the
+exception above... yet.