RInside给出分段错误

时间:2014-02-11 11:38:51

标签: c++ r rinside

我使用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。看起来与我面临的相似。这是一个已修复的已知问题吗?

0 个答案:

没有答案