3
votes
3answers
377 views
mtrace for a fortran program
I'm trying to use mtrace to detect memory leaks in a fortran program. I'm using the gfortran compiler. See the wikipedia entry for a (working) C example of mtrace: http://en.wikipedia.org/wiki/Mtrace
…
1
vote
4answers
969 views
GLIBC: debugging memory leaks: how to interpret output of mtrace()
I’m trying to debug a memory leak problem. I’m using mtrace() to get a malloc/free/realloc trace. I’ve ran my prog and have now a huge log file. So far so good. But I have problems interpreting the …
