Dear all,

with a standard Rcpp module I get the error "Expecting an external pointer: [type=environment]."from x$.self$finalize()
 which is an internal wrapper around modules from Rcpp.

The underlying C++ class allocates memory through standard STL object allocation. The class does perform disk based memory mapping which is unmapped in the destructor. I did not succeed in further isolating the problem.

Any help appreciated. Thank you in advance.

Best,

    Stefan

_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to