Re: [Rcpp-devel] Rcpp code in my package causes the R process to crash on fedora-clang

2020-03-23 Thread Alexis Sarda
FWIW, I have the same problem, which is what I reported here: https://github.com/RcppCore/Rcpp/issues/972#issuecomment-593291723 I haven't been able to solve it because I can't reproduce it (I don't have a Mac, and the Docker container with that R setup doesn't fail). In my case, it could be tha

Re: [Rcpp-devel] Rcpp code in my package causes the R process to crash on fedora-clang

2020-03-22 Thread Venelin Mitov
Thanks for your quick response, Dirk! Concise and informative as usual. Best, Venelin Am So., 22. März 2020 um 17:57 Uhr schrieb Dirk Eddelbuettel : > > > On 22 March 2020 at 17:30, Venelin Mitov wrote: > | 3. The line of code that is causing a segfault error and a crash of > | the R-process is

Re: [Rcpp-devel] Rcpp code in my package causes the R process to crash on fedora-clang

2020-03-22 Thread Dirk Eddelbuettel
On 22 March 2020 at 17:30, Venelin Mitov wrote: | 3. The line of code that is causing a segfault error and a crash of | the R-process is a call to the | std::logic_error() constructor. This line of code is found in the package's file | src/QuadraticPoly.h: | | throw logic_error(oss.str()); I al

[Rcpp-devel] Rcpp code in my package causes the R process to crash on fedora-clang

2020-03-22 Thread Venelin Mitov
Dear Rcpp-devel list, I was forwarded to this list after posting the same question on the R-help list. In an e-mail received yesterday from a member of the CRAN maintainer team, I was informed that one of my packages, PCMBaseCpp (https://CRAN.R-project.org/package=PCMBaseCpp), is going to be remo