Re: [R-pkg-devel] Package gcc-ASAN issue

2021-04-16 Thread J . Antonio Guzmán Q .
Hello, Thanks for your response Kevin. It works using 'inplace_trans()', but it takes a long time to solve. I will try to reproduce the error using Dirk's suggestion. Your guides are appreciated. AG. El vie, 16 abr 2021 a las 17:00, Dirk Eddelbuettel () escribió: > > On 16 April 2021 at 10:27

Re: [R-pkg-devel] Package gcc-ASAN issue

2021-04-16 Thread Dirk Eddelbuettel
On 16 April 2021 at 10:27, Kevin Ushey wrote: | You can also try to verify locally using e.g. Docker; the rocker | images here are immensely helpful: | | https://github.com/rocker-org/r-devel-san Thanks but that container image may be stale at times. The daily rebuilds by Kevin's colleague Wins

Re: [R-pkg-devel] Package gcc-ASAN issue

2021-04-16 Thread Kevin Ushey
>From https://www.stats.ox.ac.uk/pub/bdr/memtests/gcc-ASAN/rTLS/00check.log, you can see errors of the form: ==3566104==ERROR: AddressSanitizer: stack-use-after-scope on address 0x7fffc2651f80 at pc 0x7f7ba5b635de bp 0x7fffc2651eb0 sp 0x7fffc2651ea0 < ... > The slides here explain what that means

[R-pkg-devel] Package gcc-ASAN issue

2021-04-16 Thread J . Antonio Guzmán Q .
Hello, We publish in CRAN our package rTLS [1]. The package passed the test without problems. However, at some point, additional testing suggests that it has issues with 'gcc-ASAN' [2]. For me this error is not informative, and thus, I do not have an idea how to start. I have been looking for guid