Re: [Rcpp-devel] memory not mapped with Rcpp on Ubuntu

2025-02-14 Thread John Clarke
Thanks Dirk -- my apologies -- I see now that the subject line does kind of imply the toolchain. That was not my intention -- I think I was just trying to give people context -- the error happened in the context of an Rcpp-dependent app with the last useful message mentioning Rcpp, so I guess I tho

Re: [Rcpp-devel] memory not mapped with Rcpp on Ubuntu

2025-02-14 Thread Dirk Eddelbuettel
On 14 February 2025 at 15:09, John Clarke wrote: | Thank you! This didn't directly solve my problem, but it got me looking in | the right direction. I ended up connecting to a docker container through VS | Code on my host machine (Windows). I didn't wire up the debugger UI (which is | really conv

Re: [Rcpp-devel] memory not mapped with Rcpp on Ubuntu

2025-02-14 Thread John Clarke
Hi Serguei, Thank you! This didn't directly solve my problem, but it got me looking in the right direction. I ended up connecting to a docker container through VS Code on my host machine (Windows). I didn't wire up the debugger UI (which is really convenient in VS Code) but was able to identify th

Re: [Rcpp-devel] memory not mapped with Rcpp on Ubuntu

2025-02-13 Thread Serguei Sokol
Hi John, Le 13/02/2025 à 15:17, John Clarke a écrit : Hey folks, I've been developing an Rcpp package on my Mac and testing on Mac and Windows. I also have been testing on linux-latest with the standard Github action which runs the CMD check. These passed without any problem until I implemen

[Rcpp-devel] memory not mapped with Rcpp on Ubuntu

2025-02-13 Thread John Clarke
Hey folks, I've been developing an Rcpp package on my Mac and testing on Mac and Windows. I also have been testing on linux-latest with the standard Github action which runs the CMD check. These passed without any problem until I implemented a test suite (testthat) and increased the test coverage