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

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

Issue 159439: Add suppression for occasional leak in IPC::Channel::Connect(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 21677)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -940,6 +940,16 @@
fun:_ZN12RenderThreadC1ERKSs
}
{
+ bug_17540
+ Memcheck:Leak
+ fun:_Znwj
+ fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21FileDescriptorWatcherEPNS0_7WatcherE
+ fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE
+ fun:_ZN3IPC7Channel11ChannelImpl7ConnectEv
+ fun:_ZN3IPC7Channel7ConnectEv
+ fun:_ZN3IPC12ChannelProxy7Context15OnChannelOpenedEv
+}
+{
bug_17795
Memcheck:Leak
fun:_Znwj
« 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