Skip to content
Prev 13095 / 15075 Next

Problem R-4.0 beta and Rmpfr (pre-release)

Can confirm problem:
*** caught illegal operation ***
address 0x1116f7c42, cause 'illegal opcode'

Traceback:
 1: .class1(object)
 2: as(value, dataClass)
 3: setDataPart(x, .Call(Math_mpfr, x, .Math.codes[[.Generic]]))
 4: exp(-lambda)
 5: exp(-lambda)
 6: dpois(mpfr(x, 120), 1000)

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Selection:
R version 4.0.0 alpha (2020-04-01 r78130)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Mojave 10.14.6

Matrix products: default
BLAS:   /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib

locale:
[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_4.0.0


Carsten