Skip to content
Prev 7596 / 10988 Next

[Rcpp-devel] bigmatrix and segmentation fault due to 'memory not mapped'

Le 15 mai 2014 ? 09:03, Stefano Calza <stecalza at gmail.com> a ?crit :
If you use a raw .Call, all your parameters have to be SEXP. 
If you want to use other parameter types, such as XPtr<BigMatrix>, you need to use attributes (i.e. sourceCpp or compileAttributes) so that it generates .Call compatible function for you. 

Romain