Displaying 2 results from an estimated 2 matches for "envin".
Did you mean:
  anvin
  
2024 Feb 07
2
Difficult debug
...gctorture(TRUE) can help track down
memory problems.
-Bill
On Wed, Feb 7, 2024 at 12:03?PM Therneau, Terry M., Ph.D. via R-devel <
r-devel at r-project.org> wrote:
>   I've hit a roadblock debugging a new update to the survival package.   I
> do debugging in
> a developement envinment, i.e. I don't create and load a package but
> rather  source all
> the .R files and dyn.load an .so file, which makes things a bit easier.
>
>    Running with R -d "valgrind --tool=memcheck --leak-check=full" one of
> my test files
> crashes in simple R code a do...
2024 Feb 07
2
Difficult debug
?I've hit a roadblock debugging a new update to the survival package.?? I do debugging in 
a developement envinment, i.e. I don't create and load a package but rather? source all 
the .R files and dyn.load an .so file, which makes things a bit easier.
 ? Running with R -d "valgrind --tool=memcheck --leak-check=full" one of my test files 
crashes in simple R code a dozen lines after the? likely...