[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
Fri, 19 Dec 2003 04:39:33 -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 joergr@voelcker.com.

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

--- shadow/52361	2003-12-19 04:39:33.000000000 -0500
+++ shadow/52361.tmp.32266	2003-12-19 04:39:33.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 52361
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Suse 8.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+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: