Pressing ctrl-c while r is processing always works properly. Pressing
ctrl-c after "from rpy import *" does not guarantee a segfault
immediately, but a crash is virtually certain within 2-10 repetitions of
ctrl-c.
For clarity, once R displays the "possible actions", keyboard input goes
to pyt
Thanks Jacob,
I'll see if I can figure out why interrupt handling isn't working
properly. I'm guessing that something is awry in restoring Python's
interrupt handler code after returning from R's evaluator.
-G
On Mar 27, 2007, at 1:39PM , Jacob Joseph wrote:
> Pressing ctrl-c while r is pr