[Mono-bugs] [Bug 41193][Min] Changed - [2.0] BeginRead on console input blocks program exit

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 6 May 2005 21:49:30 -0400 (EDT)


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 gonzalo@ximian.com.

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

--- shadow/41193	2005-05-06 16:24:30.000000000 -0400
+++ shadow/41193.tmp.11741	2005-05-06 21:49:30.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 41193
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: kuhne@wanadoo.es               
@@ -102,6 +102,10 @@
 Mono behaves like 1.1, ie, waits for the input.
 
 Running the original test under MS .NET 2.0, it just prints "Waiting
 user response" and finishes.
 
 
+
+------- Additional Comments From gonzalo@ximian.com  2005-05-06 21:49 -------
+The default Stream implementation BeginRead method is in fact
+synchronous. May be they changed this for 2.0.