RE: [Rd] need help debugging on Windows

2004-11-02 Thread Liaw, Andy
Thanks to Duncan and Brian for the pointers. I was able to run gdb under XP, but it didn't help much. What eventually helped is valgrind (on Linux on ia32)! It indicated memory leaks, and here's how the leaks occurred: The main C function called from R has a loop over trees, and calls a functio

Re: [Rd] need help debugging on Windows

2004-10-26 Thread Duncan Murdoch
On Mon, 25 Oct 2004 22:26:35 -0400, "Liaw, Andy" <[EMAIL PROTECTED]> wrote : >Dear R-devel, > >Apologies for bothering y'all with this seemingly perennial question. A >user reported problem with my most recent version of randomForest (4.4-1), >and I was able to reproduce it with his data with R-2