Skip to content
Prev 10813 / 10988 Next

[Rcpp-devel] Something strange with the package check and calls to C abort

For posterity, what machine are you compiling the package on? If you're
using a modern Linux system, it's possible the default compilation flags
are including stack protection code during compilation that might call
abort on error. See e.g.

https://developers.redhat.com/articles/2022/06/02/use-compiler-flags-stack-protection-gcc-and-clang

It might be useful if you could share your package / the code used when
compiling the C++ code in your package.

Best,
Kevin

On Sat, Oct 29, 2022 at 2:08 PM Juan Domingo Esteve <Juan.Domingo at uv.es>
wrote:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20221031/2438bf29/attachment.html>