The issue seems related to R bug report 15012:
https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15012
As mentioned in the comments there, a pull request to the TRE library has
recently been made, but I don't know about its status.
Daniel
Von: R-deve
Thank you for the report, it is a bug in buffering in R (not specific to
Windows) and will be fixed.
Best
Tomas
On 08/17/2017 10:37 AM, PIKAL Petr wrote:
Hi
-Original Message-
From: Robert Baer [mailto:rb...@atsu.edu]
Sent: Wednesday, August 16, 2017 3:04 PM
To: PIKAL Petr ; Duncan M
Hi
> -Original Message-
> From: Robert Baer [mailto:rb...@atsu.edu]
> Sent: Wednesday, August 16, 2017 3:04 PM
> To: PIKAL Petr ; Duncan Murdoch
>
> Cc: r-devel@r-project.org
> Subject: Re: [Rd] strange behaviour read.table and clipboard
>
> You said, "put a name in the cell". Does that
The problem is in TRE library, in regcomp, while compiling the regular
expression.
This is enough to trigger in R (to do this without re-boot: ulimit -v
50 ):
> strsplit("", ")")
To repeat in TRE, one can build TRE from sources and run
> ./src/agrep ")" README.md
Tomas
On 08/
I tried this on a Linux (Ubuntu) server invoking R from the command line and
the result was the same, except that I could kill the R session from another
terminal window.
From: Rui Barradas
To: Chris Triggs ; "r-devel@r-project.org"
Cc: Thomas Lumley
Sent: Thursday, 17 August 2017,
Hello,
This seems to be serious.
RGui.exe, fresh session. I've clicked File > New Script and wrote
Oldterm <- c("A", "B", "A", "*", "B")
strsplit(Oldterm, ")" )
Ran each instruction at a time with Ctrl+r and with the strsplit call
the system froze.
Ctrl+Alt+Del didn't work, I had to go f