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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat May 21 18:19:49 EDT 2005


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 tss at iki.fi.

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

--- shadow/41193	2005-05-06 21:49:30.000000000 -0400
+++ shadow/41193.tmp.30949	2005-05-21 18:19:49.000000000 -0400
@@ -106,6 +106,13 @@
 
 
 
 ------- Additional Comments From gonzalo at 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.
+
+------- Additional Comments From tss at iki.fi  2005-05-21 18:19 -------
+I also just hit this bug, except with
+Process.StandardOutput.BaseStream.BeginRead(). Would be nice to get it
+fixed as well, if this fix isn't going to be just to change the whole
+Stream to default to async operations (I did that and my program seems
+to run nicely now).


More information about the mono-bugs mailing list