DynamoRIO / drmemory

Memory Debugger for Windows, Linux, Mac, and Android
Other
2.42k stars 260 forks source link

provide more info on indirect leak group members #565

Open derekbruening opened 9 years ago

derekbruening commented 9 years ago

From bruen...@google.com on August 23, 2011 21:00:47

when up-pointers are used, the child can end up being the anchor reported for an indirect leak group, which can be misleading. if the parent is usually larger, the largest object in the group could be reported. or, under some kind of leak verbosity option, all members of the group could be reported.

xref example at https://code.google.com/p/valgrind-variant/wiki/LeakCheckingProblems

Original issue: http://code.google.com/p/drmemory/issues/detail?id=565

derekbruening commented 9 years ago

From bruen...@google.com on August 23, 2011 19:06:41

xref my notes from 2010/07/22: