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.


Thanks & Regards,

Sharad.

        [[alternative HTML version deleted]]

______________________________________________
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