I've had a problem like this before and I also thought that it was due to
some weird magic in OpenMP, but it turned out to be a fence-post error on
my part [1]. Unfortunately, the valgrind output is not as helpful as
something like ASAN. My suggestion would be to go through that section of
the code
Thanks for the suggestion! I tried but to the same effect: no errors.
On Fri, Nov 15, 2019 at 12:01 PM Ivan Krylov wrote:
> On Fri, 15 Nov 2019 10:49:25 -0600
> Marcin Jurek wrote:
>
> > 1) what should I do to reproduce the error?
>
> The following is a quick, unchecked suggestion, but:
>
> `R
On Fri, 15 Nov 2019 10:49:25 -0600
Marcin Jurek wrote:
> 1) what should I do to reproduce the error?
The following is a quick, unchecked suggestion, but:
`R CMD check --use-valgrind` just adds `-d valgrind` to
the command line, while the report you are seeing can only be obtained
with `--leak-