summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-15 17:31:58 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-15 17:31:58 +0000
commitacdd9b5eae5fd47a3a6f6cc1f660539edac16b57 (patch)
tree287bc278a4caeec20cacf7d02b5d270a889c41b2 /tools
parentdf5080d75a69226571e57fd526b50b49e51fabad (diff)
downloadchromium_src-acdd9b5eae5fd47a3a6f6cc1f660539edac16b57.zip
chromium_src-acdd9b5eae5fd47a3a6f6cc1f660539edac16b57.tar.gz
chromium_src-acdd9b5eae5fd47a3a6f6cc1f660539edac16b57.tar.bz2
Try to suppress an invalid read in dlopen triggered by EnsureNSSInit,
e.g. during base_unittest's HMACTest.HmacSafeBrowsingResponseTest Use wildcard to make glibc suppression match on Ubuntu 8.10 as well as 8.04 Review URL: http://codereview.chromium.org/42185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11714 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/suppressions.txt22
1 files changed, 16 insertions, 6 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt
index 33234091..38d1a1d 100644
--- a/tools/valgrind/suppressions.txt
+++ b/tools/valgrind/suppressions.txt
@@ -6,7 +6,17 @@
fun:MOZ_Z_deflate
}
{
- dlopen leak; not our problem.
+ dlopen invalid read; not our problem.
+ Memcheck:Value4
+ fun:*
+ fun:*
+ fun:*
+ fun:*
+ fun:dlopen@@GLIBC_2.1
+ fun:PR_LoadLibraryWithFlags
+}
+{
+ leak in dlopen or nss. See http://sources.redhat.com/bugzilla/show_bug.cgi?id=2451
Memcheck:Leak
fun:malloc
fun:_dl_map_object_from_fd
@@ -185,15 +195,15 @@
{
libc
Memcheck:Cond
- obj:/lib/ld-2.7.so
- obj:/lib/ld-2.7.so
+ obj:/lib/ld-2.*.so
+ obj:/lib/ld-2.*.so
}
{
libc
Memcheck:Addr4
- obj:/lib/ld-2.7.so
- obj:/lib/ld-2.7.so
+ obj:/lib/ld-2.*.so
+ obj:/lib/ld-2.*.so
}
{
@@ -208,7 +218,7 @@
SQLite ?
Memcheck:Param
write(buf)
- obj:/lib32/libpthread-2.7.so
+ obj:/lib32/libpthread-2.*.so
fun:unixWrite
fun:sqlite3OsWrite
fun:writeJournalHdr