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

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

Issue 1551553003: Suppress handle leaks from mojo::edk::ChildProcessLaunched (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/drmemory/suppressions.txt
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 79c124a3d381d8df3475ea9b3e8b16a390f43535..8ec6ca35dd632c00f1d86adf1d0635f5b075d150 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -786,3 +786,29 @@ content.dll!content::BrowserThreadImpl::ProcessLauncherThreadRun
content.dll!content::BrowserThreadImpl::Run
base.dll!base::Thread::ThreadMain
base.dll!base::`anonymous namespace'::ThreadFunc
+
+HANDLE LEAK
+name=bug_561803_a
+system call NtCreateNamedPipeFile
+*!CreateNamedPipeW
+*!mojo::edk::PlatformChannelPair::PlatformChannelPair
+...
+*!mojo::edk::ChildProcessLaunched
+*!mojo::embedder::ChildProcessLaunched
+*!content::*::OnProcessLaunched
+*!content::ChildProcessLauncher::Notify
+*!content::ChildProcessLauncher::DidLaunch
+*!base::internal::InvokeHelper<>::MakeItSo
+
+HANDLE LEAK
+name=bug_561803_b
+system call NtDuplicateObject
+*!DuplicateHandle
+*!DuplicateHandle
+*!mojo::edk::ChildBrokerHost::ChildBrokerHost
+*!mojo::edk::ChildProcessLaunched
+*!mojo::embedder::ChildProcessLaunched
+...
+*!content::ChildProcessLauncher::Notify
+*!content::ChildProcessLauncher::DidLaunch
+*!base::internal::InvokeHelper<>::MakeItSo
« 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