From ce112b97d7fb2b0c23d1e8f5285b031588508983 Mon Sep 17 00:00:00 2001 From: "dkegel@google.com" Date: Tue, 17 Mar 2009 00:42:51 +0000 Subject: Move the ssl suppressions together, simplify, improve comment. Review URL: http://codereview.chromium.org/48035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11813 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/suppressions.txt | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'tools/valgrind') diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt index e12bcca..0bd4dbe 100644 --- a/tools/valgrind/suppressions.txt +++ b/tools/valgrind/suppressions.txt @@ -6,16 +6,6 @@ fun:MOZ_Z_deflate } { - dlopen invalid read; not our problem. - Memcheck:Value4 - fun:* - fun:* - fun:* - fun:* - fun:dlopen@@GLIBC_2.1 - fun:PR_LoadLibraryWithFlags -} -{ gtk developers don't like cleaning up one-time leaks. See http://mail.gnome.org/archives/gtk-devel-list/2004-April/msg00230.html Memcheck:Leak ... @@ -32,7 +22,21 @@ fun:FcInit } { - NSS leak See also http://sources.redhat.com/bugzilla/show_bug.cgi?id=2451 + dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug + Memcheck:Value4 + ... + fun:dlopen@@GLIBC_2.1 + fun:PR_LoadLibraryWithFlags +} +{ + NSS/glibc leak. See also http://sources.redhat.com/bugzilla/show_bug.cgi?id=2451 + Memcheck:Leak + ... + fun:dlopen@@GLIBC_2.1 + fun:PR_LoadLibraryWithFlags +} +{ + Pure NSS leak, does not involve glibc Memcheck:Leak ... fun:NSS_NoDB_Init -- cgit v1.1