Re: [Rd] ASAN

2020-04-08 Thread Ivan Krylov
On Tue, 07 Apr 2020 12:20:11 -0500 "Therneau, Terry M., Ph.D. via R-devel" wrote: > It's not quite clear to me what to do next. A quick check: do you have anything in LD_PRELOAD environment variable? Third-party software like gtk3-nocsd may be using it for its own purposes, which breaks ASan. Wh

[Rd] ASAN

2020-04-07 Thread Therneau, Terry M., Ph.D. via R-devel
I'm trying to chase down a possible issue with the survival package, and so was trying to resurrect my ASAN version of r-devel.   I added the lines to config.site for CC, CFLAGS and MAIN_LDFLAGS per section 4.3.3 of the  'packages' documentation, and lines to ~/.R/Makevars. I followed that with

Re: [Rd] ASAN error with R-devel

2019-07-02 Thread Prof Brian Ripley
This is entirely within your OS's installation of Tcl/Tk and X11: the latter both allocated and freed. We've seen it before (even had it as bug report on R). Please check your OS is fully up-to-date and if so report it there. On 01/07/2019 15:55, Therneau, Terry M., Ph.D. via R-devel wrote:

[Rd] ASAN error with R-devel

2019-07-01 Thread Therneau, Terry M., Ph.D. via R-devel
I have an ASAN enabled version of R-devel on my test machine, and can get it to relably crash.  Here is the first part of the session: tmt-local2434% R --vanilla R Under development (unstable) (2019-06-28 r76752) -- "Unsuffered Consequences" Platform: x86_64-pc-linux-gnu (64-bit) R is free sof