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

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

Issue 8586018: Suppress leak of ProcessSingleton::LinuxWatcher on shutdown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 6f36a4f377e71c9599f13738c3545700dd6e776f..1a2d557407eed2bed391b8c6a7f9e18e6a77c509 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5213,6 +5213,16 @@
fun:_ZN7WebCore14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineTextEjj
fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEPNS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
}
+{
+ # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it
+ # leaks on shutdown instead of getting deleted. The destructor doesn't do
+ # anything important, so this shouldn't be a big deal.
+ bug_104578
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN16ProcessSingletonC1ERK8FilePath
+ fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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