Dear All,

Environment:
R version 4.0.0 (2020-04-24) -- "Arbor Day"
[R.app GUI 1.71 (7827) x86_64-apple-darwin17.0]
macOS: Mojave and Catalina
Removed file for the test: .Rapp.history

Description:
R.app crashes when a large file (e.g., test.R) is double-clicked on Mojave and 
Catalina. The crash does not occur on High Sierra. Small source files (e.g., 
test2.R) do not cause the crash on Mojave and Catalina.

How-To-Repeat:
Double-click test.R (or open test.R using R.app) on Catalina or Mojave.

Fix:
unknown

Crash Report is too large to paste to the email.


Best regards,

Hiroshi Hakoyama
Nagano University

test.R
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
x <- rnorm(100000)
y <- rnorm(100000)
hist(x)
hist(y)

test2.R
x <- rnorm(100000)
y <- rnorm(100000)
hist(x)
hist(y)

system.log
Apr 30 20:54:40 ec7 R[1147]: assertion failed: 19E287: libxpc.dylib + 92807 
[32B0E31E-9DA3-328B-A962-BC9591B93537]: 0x89
_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to