Skip to content
Prev 7657 / 10988 Next

[Rcpp-devel] "Error during wrapup"

You can get more information about intermittent problems like this by
running R under valgrind and using gctorture(TRUE).  It will run very
slowly, but valgrind will flag the first time you use memory that is
not currently allocated by new or malloc.  Without valgrind you only
see a problem if the memory misuse is so flagrant that you access
memory outside the process's memory.  Without gctorture(TRUE) memory
you shouldn't be using may or or may not be freed when you step out of
bounds.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Thu, May 29, 2014 at 12:46 PM, John Mous <john.mous0 at gmail.com> wrote: