On 5/28/24 20:41, Tomas Kalibera wrote:
On 5/28/24 19:35, Hadley Wickham wrote:
Hi all,
When I run the following code, R segfaults:
text <- "×"
srcfile <- srcfilecopy("test.r", text)
parse(textConnection(text), srcfile = srcfile)
It doesn't segfault if text is ASCII, or it's not wrapped in
On 5/28/24 19:35, Hadley Wickham wrote:
Hi all,
When I run the following code, R segfaults:
text <- "×"
srcfile <- srcfilecopy("test.r", text)
parse(textConnection(text), srcfile = srcfile)
It doesn't segfault if text is ASCII, or it's not wrapped in
textConnection, or srcfile isn't set.
T
On 2024-05-28 1:35 p.m., Hadley Wickham wrote:
Hi all,
When I run the following code, R segfaults:
text <- "×"
srcfile <- srcfilecopy("test.r", text)
parse(textConnection(text), srcfile = srcfile)
It doesn't segfault if text is ASCII, or it's not wrapped in
textConnection, or srcfile isn't set
Hi all,
When I run the following code, R segfaults:
text <- "×"
srcfile <- srcfilecopy("test.r", text)
parse(textConnection(text), srcfile = srcfile)
It doesn't segfault if text is ASCII, or it's not wrapped in
textConnection, or srcfile isn't set.
Hadley
--
http://hadley.nz
[[altern