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

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

Issue 13874012: Suppress glib/gthread leaks in component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 8f69014108be10983ab0d7a0b53d4b2bc640444b..6c2e1f4b1c8ea621bca9d34d83beeebf0456e7bc 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -7028,3 +7028,17 @@
fun:_ZN2cc17LayerTreeHostImpl18InitializeRendererE10scoped_ptrINS_13OutputSurfaceEN4base14DefaultDeleterIS2_EEE
fun:_ZN2cc11ThreadProxy30InitializeRendererOnImplThreadEPNS_15CompletionEventEPbPNS_20RendererCapabilitiesE
}
+{
+ glib/gthread malloc leak in component build
Reid Kleckner 2013/04/18 18:06:12 These kinds of leaks from system components that w
Ryan Hamilton 2013/04/18 18:16:53 Done.
+ Memcheck:Leak
+ fun:malloc
+ ...
Reid Kleckner 2013/04/18 18:06:12 This file uses 3 space indents. Yes, I know it's
Ryan Hamilton 2013/04/18 18:16:53 Woah! How did those tabs get in there. Sorry! (
+ fun:g_thread_proxy
+}
+{
+ glib/gthread calloc leak in component build
Reid Kleckner 2013/04/18 18:06:12 ditto
Ryan Hamilton 2013/04/18 18:16:53 Done.
+ Memcheck:Leak
+ fun:calloc
+ ...
+ fun:g_thread_proxy
Reid Kleckner 2013/04/18 18:06:12 Are you reasonably sure this happens once per thre
Ryan Hamilton 2013/04/18 18:16:53 I have no idea whatsoever :( All I know is that t
+}
« 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