Skip to content
Prev 312584 / 398506 Next

segfault debugging

On 1 Dec 2012, at 16:09, William Dunlap <wdunlap at tibco.com> wrote:

            
That makes things even slower: it really only helps when PROTECT is used incorrectly (including not used): this error looks more like a memory over-run.

Note that valgrind is really only effective for under/over-run errors involving memory allocated by R if the build of R is instrumented (see 'Writing R Extensions').