On Wed, 4 Apr 2007, $|-|@r@|) wrote:

> Hi all,
>
> I am using "mtrace" malloc debugging utility to trace memory leaks in my
> application.
>
> I followed following steps:
>
> 1. Added mtrace() function in the beginning of my main function.
> 2. exported the MALLOC_TRACE environment variable.
>    $ export MALLOC_TRACE=memory.log
> 3. Run the program
> 4. trace the program for memory leaks.
>    $ mtrace <myprogram> $MALLOC_TRACE
>
> But In 3rd step above, my system is hanging.
>
> Could anybody please help me to come out of this problem.
>
> If anybody have another solution for finding out memory leaks, then it is
> always welcome.

Most of us use valgrind, including on R itself.  It does much more.

-- 
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to