memtt / malt

MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.
https://memtt.github.io/malt/
Other
106 stars 15 forks source link

NULL call site address in timeline #98

Open aulwes opened 3 months ago

aulwes commented 3 months ago

When I look at the "callsite" values in memoryTimeline, I'll see some callsite address values of 0x0. Do you know why there would be NULL addresses?

svalat commented 3 months ago

It is not currently a real problem as this value is currently not yet exposed in the view. But that point probably a bug in the instrumenter. The original idea was to print the call triggering the point in the timeline so we know roughtly where we are in the code at that point.