Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 434069: Last set of valgrind suppressions for tcmalloc. (Closed)
Patch Set: merge Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index f181f2aa3abdcc90238062e4d2a7f80298fdb465..5bf9dd1240ab977fd6226c2660a8fb003213b226 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -350,9 +350,7 @@
# Valgrind issues with tcmalloc's VDSOSupport module
bug_28149a
Memcheck:Addr1
- fun:_ZN4base11VDSOSupport11ElfMemImage4InitEPKv
- fun:_ZN4base11VDSOSupport11ElfMemImageC1EPKv
- fun:_ZN4base11VDSOSupportC1Ev
+ ...
fun:_ZN4base11VDSOSupport4InitEv
fun:_ZN4base14VDSOInitHelperC1Ev
fun:_Z41__static_initialization_and_destruction_0ii
@@ -365,9 +363,7 @@
# Valgrind issues with tcmalloc's VDSOSupport module
bug_28149b
Memcheck:Addr2
- fun:_ZN4base11VDSOSupport11ElfMemImage4InitEPKv
- fun:_ZN4base11VDSOSupport11ElfMemImageC1EPKv
- fun:_ZN4base11VDSOSupportC1Ev
+ ...
fun:_ZN4base11VDSOSupport4InitEv
fun:_ZN4base14VDSOInitHelperC1Ev
fun:_Z41__static_initialization_and_destruction_0ii
@@ -379,6 +375,30 @@
{
# Valgrind issues with tcmalloc's VDSOSupport module
bug_28149c
+ Memcheck:Addr4
+ ...
+ fun:_ZN4base11VDSOSupport4InitEv
+ fun:_ZN4base14VDSOInitHelperC1Ev
+ fun:_Z41__static_initialization_and_destruction_0ii
+ fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE
+ ...
+ fun:__libc_csu_init
+ fun:(below main)
+}
+{
+ # Valgrind issues with tcmalloc's VDSOSupport module
+ bug_28149d
+ Memcheck:Addr1
+ ...
+ fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE
+ ...
+ fun:_Z41__static_initialization_and_destruction_0ii
+ ...
+}
+{
+{
+ # Valgrind issues with tcmalloc's VDSOSupport module
+ bug_28149e
Memcheck:Addr2
...
fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE
@@ -388,7 +408,7 @@
}
{
# Valgrind issues with tcmalloc's VDSOSupport module
- bug_28149d
+ bug_28149f
Memcheck:Addr4
...
fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698