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

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

Issue 6759078: Valgrind Mac: Put a suppression back in for a sporatic leak. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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 80207)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -396,7 +396,17 @@
fun:_ZN7history14HistoryBackend8InitImplEv
fun:_ZN7history14HistoryBackend4InitEb
}
+# Note: bug 31634 happens very sporatically.
{
+ bug_31634
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:__CFDictionaryInit
+ fun:CFDictionaryCreate
+ fun:classDescription
+}
+{
bug_35164
Memcheck:Cond
...
« 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