[chromium-dev] debugging memory leaks?

2010-03-24 Thread Brad Chen
Anybody have any tips for debugging memory leaks in Chrome on Linux? I have generated tcmalloc profiles by setting HEAPPROFILE=/tmp/heapprofile, and then looking at the profile with Google cpprof. It has trouble resolving address 0xf54b5125, as do I, nm -Bn out/Debug/chrome indicates text goes

[chromium-dev] Adding enabled-all-experimental switch

2010-03-24 Thread Berend-Jan Wever
Hey all, I'm trying to fuzz new and experimental features as soon as possible. The speed at which we are adding new features makes it hard for me to track what we are adding and write fuzzers for each new feature. However, I have been working on fuzzers that should be able to find and test these