Displaying 2 results from an estimated 2 matches for "terminal_quirk".
Did you mean:
terminal_quirks
2017 Feb 12
1
Pressing either Ctrl-\ of Ctrl-4 core dumps R
...## caret notation (espaced ^\)
$ stty quit 0x1c ## hexadecimal notation
$ stty quit 034 ## octal notation
$ stty quit 28 ## decimal notation
I still don't understand why the terminal treats keypress Ctrl+4 the
same as Ctrl+\, but at least I'm not alone;
https://catern.com/posts/terminal_quirks.html#fn.3.
Thanks
Henrik
On Fri, Feb 10, 2017 at 11:00 AM, <luke-tierney at uiowa.edu> wrote:
> So do a number of other interactive programs when working in a
> terminal (e.g. python) since it looks like your terminal is configured
> for those two actions to send the SIGQUIT sig...
2017 Feb 10
3
Pressing either Ctrl-\ of Ctrl-4 core dumps R
When running R from the terminal on Linux (Ubuntu 16.04), it core
dumps whenever / wherever I press Ctrl-4 or Ctrl-\. You get thrown
back to the terminal with "Quit (core dump)" being the only message.
Grepping the R source code, it doesn't look like that message is
generated by R itself. Over on Twitter, it has been confirmed to also
happen on macOS.
$ R -d valgrind --vanilla