[Mono-bugs] [Bug 77108][Nor] Changed - TextReader.Read from System.Console.In is incorrectly blocking

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 2 10:00:56 EST 2006


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 sebastien at ximian.com.

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

--- shadow/77108	2005-12-28 07:24:43.000000000 -0500
+++ shadow/77108.tmp.31622	2006-01-02 10:00:56.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77108
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: jake4379 at fastmail.fm               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -53,6 +53,14 @@
 
 Always
 
 Additional Information:
 
 the read should be non-blocking
+
+------- Additional Comments From sebastien at ximian.com  2006-01-02 10:00 -------
+It doesn't look like a "traditional" blocking/non-blocking issue.
+
+MS "blocks" indefinitively but returns after the first new line.
+
+Mono doesn't consider the new line (probably because it use a
+FileStream) so it returns only when the buffer is full.


More information about the mono-bugs mailing list