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

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

Issue 3156042: Valgrind Mac: Update a suppression for a leak. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 56885)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -1528,7 +1528,7 @@
fun:CGColorTransformConvertData
}
{
- bug_52681
+ bug_52681_a
Memcheck:Leak
fun:_Znw*
fun:_ZN16ChildProcessHost13CreateChannelEv
@@ -1536,8 +1536,16 @@
fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath
fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1IS1_EE3RunEv
fun:_ZN11MessageLoop7RunTaskEP4Task
- fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
- fun:_ZN11MessageLoop6DoWorkEv
- fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
- fun:_ZN11MessageLoop11RunInternalEv
}
+{
+ bug_52681_b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN16ChildProcessHost13CreateChannelEv
+ fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath
+ fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath
+ fun:_ZN26SandboxedExtensionUnpacker22StartProcessOnIOThreadERK8FilePath
+ fun:_Z16DispatchToMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathES1_EvPT_T0_RK6Tuple1IT1_E
+ fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1IS1_EE3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+}
« 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