[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] resubmission of Win32-specific EINTR handl
From: |
John Cowan |
Subject: |
Re: [Chicken-hackers] [PATCH] resubmission of Win32-specific EINTR handling |
Date: |
Fri, 6 Jan 2012 11:00:23 -0500 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Felix scripsit:
> It would actually be helpful to know wether EINTR is fully working on
> cygwin. To test it, one just has to start csi and press Ctrl-C, where
> csi should simply report "*** user interrupt ***" and show another
> impot prompt.
Well, if you are at the command prompt you have to push ^C and then
ENTER, and then you get the "*** user interrupt ***". In effect, the ^C
is not seen until the read() has completed. But if code is executing,
^C by itself is enough.
I just rebuilt from head to see if this had changed, but it hasn't.
I consider this minor.
--
Your worships will perhaps be thinking John Cowan
that it is an easy thing to blow up a dog? http://www.ccil.org/~cowan
[Or] to write a book?
--Don Quixote, Introduction address@hidden
Re: [Chicken-hackers] [PATCH] resubmission of Win32-specific EINTR handling, Jim Ursetto, 2012/01/16