3

我使用 install.packages 安装了 Rcpp 和 RInside 包。然后我下载了示例并使用 make 编译。由于 sample9 中的一些错误,make 最初失败。一旦我删除了 sample9.cpp,它就全部编译了。现在的问题是我无法运行任何示例。当我尝试实例化 RInside 对象时,似乎遇到了分段错误。我从 RInside 页面下载了 RInside 2.10,并且正在使用 R 3.0.2。是不是兼容性问题。我正在尝试在 ubuntu 设置上执行此操作。

(gdb) where
#0  0x00007ffff799bbd2 in Rf_isNull () from /usr/lib/libR.so
#1  0x00007ffff768a103 in Rcpp_ReplaceObject (y=0x0, x=0x0) at /usr/local/lib/R/site-   library/Rcpp/include/RcppCommon.h:107
#2  set__ (x=0x0, this=0x7fffffffe4f8) at /usr/local/lib/R/site-   library/Rcpp/include/Rcpp/storage/PreserveStorage.h:18
#3  Environment_Impl (this=0x7fffffffe4f8) at /usr/local/lib/R/site-library/Rcpp/include/Rcpp/Environment.h:46
#4  RInside::RInside (this=0x7fffffffe4f0, argc=1, argv=0x7fffffffe638, loadRcpp=false, verbose=false, interactive=false) at RInside.cpp:91
#5  0x0000000000402adf in ?? ()
#6  0x00007ffff6dc676d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x0000000000402d55 in ?? ()
#8  0x00007fffffffe628 in ?? ()
#9  0x000000000000001c in ?? ()
#10 0x0000000000000001 in ?? ()
#11 0x00007fffffffe848 in ?? ()
#12 0x0000000000000000 in ?? ()

这是 gdb 跟踪。我无法理解它,但希望其他人可以。

在我的进一步研究中遇到了这个http://comments.gmane.org/gmane.comp.lang.r.rcpp/6740 。看起来与我所面临的相似。这是一个正在修复的已知问题吗?

4

0 回答 0