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

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

Issue 6976019: Suppressing another leak in 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 115be5df240ac874abda0c2c36b533eb07730b3b..54c5a9af794865b9b939b1d6f07d9d27abbb0d70 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4634,6 +4634,23 @@
fun:_ZN3net17UDPSocketLibevent15DidCompleteReadEv
}
{
+ bug_83949_c
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21FileDescriptorWatcherEPNS0_7WatcherE
+ fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
+ fun:_ZN3net17UDPSocketLibevent8RecvFromEPNS_8IOBufferEiPNS_10IPEndPointEP14CallbackRunnerI6Tuple1IiEE
+ fun:_ZN3net15UDPServerSocket8RecvFromEPNS_8IOBufferEiPNS_10IPEndPointEP14CallbackRunnerI6Tuple1IiEE
+ fun:_ZN16P2PSocketHostUdp6DoReadEv
+ fun:_ZN16P2PSocketHostUdp6OnRecvEi
+ fun:_Z16DispatchToMethodI16P2PSocketHostUdpMS0_FviEiEvPT_T0_RK6Tuple1IT1_E
+ fun:_ZN12CallbackImplI16P2PSocketHostUdpMS0_FviE6Tuple1IiEE13RunWithParamsERKS4_
+ fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
+ fun:_ZN3net17UDPSocketLibevent14DoReadCallbackEi
+ fun:_ZN3net17UDPSocketLibevent15DidCompleteReadEv
+ fun:_ZN3net17UDPSocketLibevent11ReadWatcher28OnFileCanReadWithoutBlockingEi
+}
+{
bug_83944_a
Memcheck:Leak
...
« 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