[Mono-list] Problems with reads being non-blocking in Mono?

Miguel de Icaza miguel@ximian.com
13 Dec 2002 00:54:29 -0500


Hello,

> One way or another it seems like on FreeBSD Mono sets STDIN_FILENO to be
> non-blocking, and so Console.ReadLine() fails, since EAGAIN isn't handled,
> and the following program simply blows up:

Could you track where this is being done, and submit a bug to bugzilla?

Miguel