Open GoogleCodeExporter opened 9 years ago
it appears to be by design of "local" heapchecker mode. I.e. every
HeapLeakChecker instance is simply writing result to file for pprof to analyze.
It seems to be possible to add NoLeak equivalent that enabled "symbolyze". I.e.
see
https://code.google.com/p/gperftools/source/browse/src/gperftools/heap-checker.h
#137
Original comment by alkondratenko
on 10 Jan 2015 at 10:07
Original comment by alkondratenko
on 10 Jan 2015 at 10:07
and btw if you simply use HEAPCHECK=normal your stack traces should have
symbols (but keep in mind that PPROF_PATH may have to be set)
Original comment by alkondratenko
on 10 Jan 2015 at 10:08
Original issue reported on code.google.com by
krmay...@gmail.com
on 2 Oct 2014 at 6:42