[Mono-bugs] [Bug 74190][Wis] Changed - Console.WriteLine gives UnauthorizedAccessException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Apr 2005 02:06:18 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74190
--- shadow/74190 2005-04-03 10:09:53.000000000 -0400
+++ shadow/74190.tmp.4335 2005-04-07 02:06:18.000000000 -0400
@@ -93,6 +93,12 @@
OpenFlags.O_RDONLY|OpenFlags.O_CREAT);
Syscall.dup2(fd, 1);
Console.WriteLine("Testing.");
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2005-04-07 02:06 -------
+---x--s--T 1 gonzalo gonzalo 0 2005-04-07 00:51 test
+
+Those are the permissions on the file created... So we can't write.
+Any more info?