Skip to content
Prev 30560 / 63421 Next

Diagnosing Crashes on garbage collection

On Sun, 16 Nov 2008, Andrew Redd wrote:

            
If you are using (or can use) Linux, then valgrind is an excellent tool 
for this. There's some documentation in 'Writing R Extensions'. Valgrind 
runs your code in a virtual machine and tracks all memory accesses, so it 
often will even find bugs in C code that are hard to reproduce.

 	-thomas

Thomas Lumley			Assoc. Professor, Biostatistics
tlumley at u.washington.edu	University of Washington, Seattle