[Mono-bugs] [Bug 32344][Wis] Changed - System.Console.Write() problem in a multi-threaded program

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 18 Jan 2004 13:12:40 -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 miguel@ximian.com.

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

--- shadow/32344	2003-02-21 07:20:11.000000000 -0500
+++ shadow/32344.tmp.32530	2004-01-18 13:12:40.000000000 -0500
@@ -144,6 +144,13 @@
 I do get the expected result under Windows 2000 Pro, and under Linux
 console mode with the ash shell.
 
 
 ------- Additional Comments From dick@ximian.com  2003-02-21 07:20 -------
 Fixed in CVS.
+
+------- Additional Comments From miguel@ximian.com  2004-01-18 13:12 -------
+Update: the locking() on the FileStream turned out to be a workaround,
+the real fix was to make the Console methods/streams syncrhonized,
+that was a separate patch done later on.
+
+We are going to revert the locks on FileStreams.