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

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

Issue 7031061: Suppression another leak around P2PSocketHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 350c80735c1a6dc0a9bbdf3ae27b0e9c43a461a7..1df9158855c7043edde8a99b2d3c9fed10c0e614 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4599,7 +4599,7 @@
fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv
}
{
- bug_83949
+ bug_83949_a
Memcheck:Leak
fun:_Znw*
...
@@ -4614,6 +4614,25 @@
fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
}
+{
+ bug_83949_b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIN3net10IPEndPointEEE8allocateEjPKv
+ fun:_ZNSt8_Rb_treeIN3net10IPEndPointES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE11_M_get_nodeEv
+ fun:_ZNSt8_Rb_treeIN3net10IPEndPointES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE14_M_create_nodeERKS1_
+ fun:_ZNSt8_Rb_treeIN3net10IPEndPointES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE10_M_insert_EPKSt18_Rb_tree_node_baseSA_RKS1_
+ fun:_ZNSt8_Rb_treeIN3net10IPEndPointES1_St9_IdentityIS1_ESt4lessIS1_ESaIS1_EE16_M_insert_uniqueERKS1_
+ fun:_ZNSt3setIN3net10IPEndPointESt4lessIS1_ESaIS1_EE6insertERKS1_
+ fun:_ZN16P2PSocketHostUdp15DidCompleteReadEi
+ fun:_ZN16P2PSocketHostUdp6OnRecvEi
+ fun:_Z16DispatchToMethodI16P2PSocketHostUdpMS0_FviEiEvPT_T0_RK6Tuple1IT1_E
+ fun:_ZN12CallbackImplI16P2PSocketHostUdpMS0_FviE6Tuple1IiEE13RunWithParamsERKS4_
+ fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
+ fun:_ZN3net17UDPSocketLibevent14DoReadCallbackEi
+ fun:_ZN3net17UDPSocketLibevent15DidCompleteReadEv
+ fun:_ZN3net17UDPSocketLibevent11ReadWatcher28OnFileCanReadWithoutBlockingEi
+}
#-----------------------------------------------------------------------
# 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