Re: [R-pkg-devel] can't reproduce 'Additional issues' on CRAN with valgrind

2021-08-09 Thread Georgi Boshnakov
Thanks again, Georgi Boshnakov     From: Bill Dunlap <mailto:williamwdun...@gmail.com> Sent: 02 August 2021 19:48 To: Georgi Boshnakov <mailto:georgi.boshna...@manchester.ac.uk> Cc: mailto:r-package-devel@r-project.org Subject: Re: [R-pkg-devel] can't reproduce 'Additional

Re: [R-pkg-devel] can't reproduce 'Additional issues' on CRAN with valgrind

2021-08-06 Thread Bill Dunlap
gt; > (valgrind has no way to know, of course, and it is fair to question how a > human can possibly be sure). > > > > > > Thanks again, > > Georgi Boshnakov > > > > > > *From:* Bill Dunlap > *Sent:* 02 August 2021 19:48 > *To:* Georgi Boshnakov

Re: [R-pkg-devel] can't reproduce 'Additional issues' on CRAN with valgrind

2021-08-02 Thread Georgi Boshnakov
2021 19:48 To: Georgi Boshnakov Cc: r-package-devel@r-project.org Subject: Re: [R-pkg-devel] can't reproduce 'Additional issues' on CRAN with valgrind I ran the tests of rbibutils-2.2.2, using the latest devel version of R configured to use valgrind, with R --debugger=valgrind --

Re: [R-pkg-devel] can't reproduce 'Additional issues' on CRAN with valgrind

2021-08-02 Thread Bill Dunlap
I ran the tests of rbibutils-2.2.2, using the latest devel version of R configured to use valgrind, with R --debugger=valgrind --debugger-args=--track-origins=yes --quiet -e 'testthat::test_package("rbibutils")' I saw a lot of 'conditional jump depends on uninitialized value' errors: ==27280== C

Re: [R-pkg-devel] can't reproduce 'Additional issues' on CRAN with valgrind

2021-08-02 Thread Ivan Krylov
On Mon, 2 Aug 2021 17:11:14 + Georgi Boshnakov wrote: > What am I missing? Do I need to have a separate library for the > instrumented R-devel version? It doesn't look to me like you're missing anything, unless you start seeing the errors when you start `R -d valgrind` and then run the tests

[R-pkg-devel] can't reproduce 'Additional issues' on CRAN with valgrind

2021-08-02 Thread Georgi Boshnakov
An update to my package rbibutils triggered 'Additional issues' on CRAN from valgrind, CRAN Package Check Results for Package rbibutils (r-project.org). However, running the checks with -use-valgrind on my machine gives zero er