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

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

Issue 8427027: Add one more suppression rule for tracked_objects. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 2 months 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_mac.txt
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 108066)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -1943,7 +1943,7 @@
fun:__NSFontInstanceInfoInitializeMetricsInfo
}
{
- bug_102327
+ bug_102327_a
Memcheck:Addr1
fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv
fun:_ZN15tracked_objects10ThreadData19OnThreadTerminationEPv
@@ -1951,3 +1951,10 @@
fun:_pthread_exit
fun:thread_start
}
+{
+ bug_102327_b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN15tracked_objects10ThreadData10InitializeEv
+ fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
+}
« 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