Phil Peterson wrote:
> Cool, thanks. Maybe Purify can help -- it tracks leaks. I bet the delta
> in Purify output between a pre-leak build and a post-leak build would
> show the smoking gun.
Don't we get this data from the XPCOM_MEM_LEAK_LOG stuff? The
tinderboxes generate pretty comparisons of leak changes from that data,
and I think all the tools required are available on
http://lxr.mozilla.org/mozilla/source/xpcom/doc/MemoryTools.html. Unless
I'm mistaken, we do all these tests on Linux, which doesn't have Purify
(sadly).
Mike