[Mono-bugs] [Bug 52361][Nor] New - Stream opened by Console.OpenStandardInput does not block on ReadByte

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Mar 2004 10:14:06 -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 lluis@ximian.com.

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

--- shadow/52361	2004-03-25 10:14:06.000000000 -0500
+++ shadow/52361.tmp.7807	2004-03-25 10:14:06.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 52361
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Suse 8.2
+OS Details: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: JoergR@voelcker.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Stream opened by Console.OpenStandardInput does not block on ReadByte
+
+Description of Problem:
+The stream opened using Console.OpenStandardInput does not block on read.
+
+Steps to reproduce the problem:
+1. Compile attached sample.
+2. Run.
+
+Actual Results:
+Programm ends without user input.
+
+Expected Results:
+Program waits for user input.
+
+How often does this happen? 
+Always.
+
+Additional Information:
+
+------- Additional Comments From JoergR@voelcker.com  2003-12-19 04:40 -------
+Created an attachment (id=6277)
+Test case
+
+
+------- Additional Comments From lluis@ximian.com  2004-03-25 10:14 -------
+Fixed in CVS. Thanks!