Displaying 1 result from an estimated 1 matches for "r59447".
Did you mean:
259447
2012 Jun 22
0
Ctrl-C at the Rterm prompt is remembered (unless pressing ENTER).
...ENTER afterwards) to generate a user interrupt signal.
3. Type Sys.sleep(1e6) + ENTER.
4. The user interrupt in Step 2 causes Sys.sleep() in Step 3 to be interrupted.
I can reproduce this behavior on Windows 7 64-bit and 'Rterm.exe' with
R v2.13.0 (2011-04-13), v2.15.0 Patched (2012-05-26 r59447), and Devel
(2012-06-20 r59586).
It occurs neither with 'R' on OSX and R v2.15.0 (2012-03-30) nor with
'R' on Linux and R v2.15.0 Patched (2012-05-01 r59304). In those
cases, pressing Ctrl-C also advances the prompt (just as if Ctrl-C was
followed by an ENTER). This is not the ca...