Re: [R-pkg-devel] help with ASAN

2020-03-25 Thread Dirk Eddelbuettel
Steve, On 25 March 2020 at 16:48, Dirk Eddelbuettel wrote: | For ASAN/UBSAN to work you should use the same setting as the compiled | 'host'. As you benefit from a pre-made Docker container, its settings are | | CC="clang -fsanitize=address,undefined -fno-sanitize=float-divide-by-zero

Re: [R-pkg-devel] help with ASAN

2020-03-25 Thread Dirk Eddelbuettel
Steve, Your message has me puzzled over a few things just like your previous message from a few days ago. On 25 March 2020 at 14:17, Steven Scott wrote: | I'm trying to build an ASAN enabled version of my R library to help debug | errors found by CRAN on my last submission. I'm tantalizingly

[R-pkg-devel] help with ASAN

2020-03-25 Thread Steven Scott
I'm trying to build an ASAN enabled version of my R library to help debug errors found by CRAN on my last submission. I'm tantalizingly close, but need some help figuring out what's wrong with my configuration. I'm using a docker container that I think contains a version of R built with the