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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 7053023: Suppressing memory 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 4597 matching lines...) Expand 10 before | Expand all | Expand 10 after
4608 fun:_ZN13scoped_refptrIN4base16MessageLoopProxyEED1Ev 4608 fun:_ZN13scoped_refptrIN4base16MessageLoopProxyEED1Ev
4609 fun:_ZN3net16HostResolverImpl3JobD1Ev 4609 fun:_ZN3net16HostResolverImpl3JobD1Ev
4610 fun:_ZN4base20RefCountedThreadSafeIN3net16HostResolverImpl3JobENS_33DefaultRe fCountedThreadSafeTraitsIS3_EEE14DeleteInternalEPKS3_ 4610 fun:_ZN4base20RefCountedThreadSafeIN3net16HostResolverImpl3JobENS_33DefaultRe fCountedThreadSafeTraitsIS3_EEE14DeleteInternalEPKS3_
4611 fun:_ZN4base33DefaultRefCountedThreadSafeTraitsIN3net16HostResolverImpl3JobEE 8DestructEPKS3_ 4611 fun:_ZN4base33DefaultRefCountedThreadSafeTraitsIN3net16HostResolverImpl3JobEE 8DestructEPKS3_
4612 fun:_ZNK4base20RefCountedThreadSafeIN3net16HostResolverImpl3JobENS_33DefaultR efCountedThreadSafeTraitsIS3_EEE7ReleaseEv 4612 fun:_ZNK4base20RefCountedThreadSafeIN3net16HostResolverImpl3JobENS_33DefaultR efCountedThreadSafeTraitsIS3_EEE7ReleaseEv
4613 fun:_ZN20RunnableMethodTraitsIN3net16HostResolverImpl3JobEE13ReleaseCalleeEPS 2_ 4613 fun:_ZN20RunnableMethodTraitsIN3net16HostResolverImpl3JobEE13ReleaseCalleeEPS 2_
4614 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKN4base9TimeTicksE jE6Tuple2IS4_jEE13ReleaseCalleeEv 4614 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKN4base9TimeTicksE jE6Tuple2IS4_jEE13ReleaseCalleeEv
4615 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKN4base9TimeTicksE jE6Tuple2IS4_jEED0Ev 4615 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKN4base9TimeTicksE jE6Tuple2IS4_jEED0Ev
4616 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv 4616 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv
4617 } 4617 }
4618 {
4619 bug_83949
4620 Memcheck:Leak
4621 fun:_Znw*
4622 fun:_ZN13P2PSocketHost6CreateEPN3IPC7Message6SenderEii13P2PSocketType
4623 fun:_ZN23P2PSocketDispatcherHost14OnCreateSocketERKN3IPC7MessageE13P2PSocketT ypeiRKN3net10IPEndPointES8_
4624 fun:_ZN3IPC16MessageWithTupleI6Tuple4I13P2PSocketTypeiN3net10IPEndPointES4_EE 8DispatchI23P2PSocketDispatcherHostS8_S2_iRKS4_SA_EEbPKNS_7MessageEPT_PT0_MSE_Fv RSC_T1_T2_T3_T4_E
4625 fun:_ZN23P2PSocketDispatcherHost17OnMessageReceivedERKN3IPC7MessageEPb
4626 fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE
4627 fun:_ZN20BrowserMessageFilter17OnMessageReceivedERKN3IPC7MessageE
4628 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE
4629 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE
4630 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
4631 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
4632 }
4618 #----------------------------------------------------------------------- 4633 #-----------------------------------------------------------------------
4619 # These only occur on our Google workstations 4634 # These only occur on our Google workstations
4620 { 4635 {
4621 bug_todo_freeres 4636 bug_todo_freeres
4622 Memcheck:Free 4637 Memcheck:Free
4623 fun:free 4638 fun:free
4624 fun:__libc_freeres 4639 fun:__libc_freeres
4625 fun:_vgnU_freeres 4640 fun:_vgnU_freeres
4626 fun:_Exit 4641 fun:_Exit
4627 fun:exit 4642 fun:exit
4628 } 4643 }
4629 { 4644 {
4630 bug_todo_getdelim 4645 bug_todo_getdelim
4631 Memcheck:Leak 4646 Memcheck:Leak
4632 fun:malloc 4647 fun:malloc
4633 fun:getdelim 4648 fun:getdelim
4634 ... 4649 ...
4635 fun:call_init 4650 fun:call_init
4636 fun:_dl_init 4651 fun:_dl_init
4637 } 4652 }
4638 { 4653 {
4639 bug_todo_getdelim2 4654 bug_todo_getdelim2
4640 Memcheck:Leak 4655 Memcheck:Leak
4641 fun:malloc 4656 fun:malloc
4642 fun:getdelim 4657 fun:getdelim
4643 obj:/lib/libselinux.so.1 4658 obj:/lib/libselinux.so.1
4644 obj:/lib/libselinux.so.1 4659 obj:/lib/libselinux.so.1
4645 obj:/lib/libselinux.so.1 4660 obj:/lib/libselinux.so.1
4646 } 4661 }
OLDNEW
« 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