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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Dec 2002 13:15:35 -0000


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 weiqigao@networkusa.net.

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

--- shadow/32344	Mon Dec  9 06:40:07 2002
+++ shadow/32344.tmp.14056	Fri Dec 27 08:15:35 2002
@@ -108,6 +108,39 @@
 I can not reproduce this with CVS, since this is quite an old bug
 report, I will close it.
  
 
 ------- Additional Comments From dick@ximian.com  2002-12-09 06:40 -------
 Still happens here.
+
+------- Additional Comments From weiqigao@networkusa.net  2002-12-27 08:15 -------
+After upgrading from Red Hat Linux 7.2 to Red Hat Linux 8.0 and from
+Mono 0.16 to Mono 0.17, the output observed from executing the script
+changed from being
+
+00
+000
+00
+00
+000
+00
+...
+
+to being
+
+ 00
+ 00
+ 00
+ 00
+ 00
+ 00
+ 00
+...
+
+Although this is still not the expected result (extra space at the
+beginning of the line), it makes me believe that the observed result
+is more an interaction of the terminal/shell/prompt
+(gnome-terminal/bash/$PS1="[\u@\h \W]\$ ") than a bug in mono.
+
+I do get the expected result under Windows 2000 Pro, and under Linux
+console mode with the ash shell.
+