Re: [Rcpp-devel] Segfault in using RInside

2014-02-06 Thread Kevin Ushey
Hi Jiqiang, Thanks for reporting this. I pushed a couple fixes to RInside and they are available on GitHub at https://github.com/eddelbuettel/rinside Cheers, Kevin On Tue, Feb 4, 2014 at 8:09 PM, Dirk Eddelbuettel wrote: > > With one follow-up off-list (where Jiqiang notes that he had in f

Re: [Rcpp-devel] Segfault in using RInside

2014-02-04 Thread Dirk Eddelbuettel
With one follow-up off-list (where Jiqiang notes that he had in fact rebuilt RInside) and a quick test here, I have to conclude that RInside appears to be a casualty of the recent change. Darn. (gdb) backtrace #0 0x7799bd52 in Rf_isNull (s=0x0) at memory.c:3378 #1 0x7767fa9d in

Re: [Rcpp-devel] Segfault in using RInside

2014-02-04 Thread Dirk Eddelbuettel
On 4 February 2014 at 22:26, Jiqiang Guo wrote: | I got a seg fault from using RInside after upgrading Rcpp to the current | version.  The following is an example of using an example in RInside package: | | $ make rinside_test0 | g++ -I/usr/share/R/include -I/home/jq/R/x86_64-pc-linux-gnu-library

[Rcpp-devel] Segfault in using RInside

2014-02-04 Thread Jiqiang Guo
I got a seg fault from using RInside after upgrading Rcpp to the current version. The following is an example of using an example in RInside package: $ make rinside_test0 g++ -I/usr/share/R/include -I/home/jq/R/x86_64-pc-linux-gnu-library/3.0/Rcpp/include -I/home/jq/R/x86_64-pc-linux-gnu-library/