summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordank@chromium.org <dank@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-27 19:00:34 +0000
committerdank@chromium.org <dank@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-27 19:00:34 +0000
commit531ff92b9d71556473c2be8abe8be0a4a46f0d2b (patch)
tree756beb82e500ef0ddaf031ac9a6c4d454776847b
parentde773bf33612f25bc38b31535889a9aee9a1af83 (diff)
downloadchromium_src-531ff92b9d71556473c2be8abe8be0a4a46f0d2b.zip
chromium_src-531ff92b9d71556473c2be8abe8be0a4a46f0d2b.tar.gz
chromium_src-531ff92b9d71556473c2be8abe8be0a4a46f0d2b.tar.bz2
Add suppression for occasional leak in SVGNames::init, seen on
http://build.chromium.org/buildbot/waterfall/builders/Linux%20UI%201%20of%203%20(valgrind)/builds/239/steps/valgrind%20test:%20ui/logs/stdio this morning (and fairly often before that). BUG=17795 TEST=watch valgrind UI bots for a day or two and verify no leak in SVGNames::init Review URL: http://codereview.chromium.org/159420 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21674 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/valgrind/memcheck/suppressions.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 72b434c..6f7b967 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -941,3 +941,12 @@
fun:_ZN11ChildThreadC2ESs
fun:_ZN12RenderThreadC1ERKSs
}
+{
+ bug_17795
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_ZN3WTF9HashTableIPN7WebCore13QualifiedName17QualifiedNameImplES4_NS_17IdentityExtractorIS4_EENS1_17QualifiedNameHashENS_10HashTraitsIS4_EES9_E18addPassingHashCodeINS1_23QualifiedNameComponentsESC_NS_24HashSetTranslatorAdapterIS4_S9_SC_NS1_25QNameComponentsTranslatorEEEEESt4pairINS_17HashTableIteratorIS4_S4_S6_S7_S9_S9_EEbERKT_RKT0_
+ fun:_ZN3WTF7HashSetIPN7WebCore13QualifiedName17QualifiedNameImplENS1_17QualifiedNameHashENS_10HashTraitsIS4_EEE3addINS1_23QualifiedNameComponentsENS1_25QNameComponentsTranslatorEEESt4pairINS_24HashTableIteratorAdapterINS_9HashTableIS4_S4_NS_17IdentityExtractorIS4_EES5_S7_S7_EES4_EEbERKT_
+ fun:_ZN7WebCore13QualifiedNameC1ERKNS_12AtomicStringES3_S3_
+ fun:_ZN7WebCore8SVGNames4initEv
+}