U.Nakamura wrote:

> Moin! Moin!

Moin! :)

> In message "[BUG] Win32: rb_sys_fail() - errno == 0"
>     on Dec.19,2004 22:22:58, <florgro / gmail.com> wrote:
> | When I execute Ruby like in the following sample and press Ctrl-C I get 
> | the following output most of the time:
> | 
> | ruby -e "loop {IO.select [IO.popen(%{ruby -e'loop{puts}'})]}"
> 
> I succeeded to reproduce the problem in following codes on
> stable snapshot.
> I think this is the minimum case.
> 
>   ruby -e "IO.popen(%{ruby -e'loop{puts}'});sleep"

Agreed, does the same as the above here.

> I doubt this is a bug of C runtime...
> I am trying hard for solution, but I don't know whether this
> problem will be solved or not.

Thank you!