Re: [Rcpp-devel] segmentation fault when wrapping a big Eigen 2-d array

2018-04-11 Thread Dirk Eddelbuettel
On 9 April 2018 at 09:51, Jack Wasey wrote: | I seem to tread in unusual code paths often, which is | why I appreciate so much your guidance. I can't reproduce the error now | I've converted from integer Eigen matrix to Rcpp::IntegerMatrix, then | within Rcpp, Integer to Logical matrices. I

Re: [Rcpp-devel] segmentation fault when wrapping a big Eigen 2-d array

2018-04-09 Thread Jack Wasey
On Mon, Apr 09, 2018 at 07:09:55AM -0500, Dirk Eddelbuettel wrote: > > On 9 April 2018 at 07:22, Wasey, Jack O wrote: > | Dear Rcpp developers, > | > | I'm having trouble with a reproducible error when wrapping a big Eigen > dense matrix. > | > | Rcpp::LogicalMatrix mat_out_bool =

Re: [Rcpp-devel] segmentation fault when wrapping a big Eigen 2-d array

2018-04-09 Thread Dirk Eddelbuettel
On 9 April 2018 at 07:22, Wasey, Jack O wrote: | Dear Rcpp developers, | | I'm having trouble with a reproducible error when wrapping a big Eigen dense matrix. | | Rcpp::LogicalMatrix mat_out_bool = Rcpp::wrap(result); | | Thread 1 "R" received signal SIGSEGV, Segmentation fault. |