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

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

Issue 6979004: Valgrind/Heapchecker: Suppress a leak in the download code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add missing file 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 | « tools/heapcheck/suppressions.txt ('k') | 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_83836
4620 Memcheck:Leak
4621 fun:_Znw*
4622 fun:_Z11NewCallbackI15DownloadManageribEPN9Callback2IT0_T1_E4TypeEPT_MS7_FvS2 _S3_E
4623 fun:_ZN15DownloadManager20CheckDownloadUrlDoneEib
4624 fun:_Z16DispatchToMethodI15DownloadManagerMS0_FvibEibEvPT_T0_RK6Tuple2IT1_T2_ E
4625 fun:_ZN12CallbackImplI15DownloadManagerMS0_FvibE6Tuple2IibEE13RunWithParamsER KS4_
4626 fun:_ZN14CallbackRunnerI6Tuple2IibEE3RunIibEEvRKT_RKT0_
4627 fun:_ZN16DownloadSBClient24SafeBrowsingCheckUrlDoneEN19SafeBrowsingService14U rlCheckResultE
4628 fun:_Z16DispatchToMethodI16DownloadSBClientMS0_FvN19SafeBrowsingService14UrlC heckResultEES2_EvPT_T0_RK6Tuple1IT1_E
4629 fun:_ZN14RunnableMethodI16DownloadSBClientMS0_FvN19SafeBrowsingService14UrlCh eckResultEE6Tuple1IS2_EE3RunEv
4630 fun:_ZN12_GLOBAL__N_118TaskClosureAdapter3RunEv
4631 }
4618 #----------------------------------------------------------------------- 4632 #-----------------------------------------------------------------------
4619 # These only occur on our Google workstations 4633 # These only occur on our Google workstations
4620 { 4634 {
4621 bug_todo_freeres 4635 bug_todo_freeres
4622 Memcheck:Free 4636 Memcheck:Free
4623 fun:free 4637 fun:free
4624 fun:__libc_freeres 4638 fun:__libc_freeres
4625 fun:_vgnU_freeres 4639 fun:_vgnU_freeres
4626 fun:_Exit 4640 fun:_Exit
4627 fun:exit 4641 fun:exit
4628 } 4642 }
4629 { 4643 {
4630 bug_todo_getdelim 4644 bug_todo_getdelim
4631 Memcheck:Leak 4645 Memcheck:Leak
4632 fun:malloc 4646 fun:malloc
4633 fun:getdelim 4647 fun:getdelim
4634 ... 4648 ...
4635 fun:call_init 4649 fun:call_init
4636 fun:_dl_init 4650 fun:_dl_init
4637 } 4651 }
4638 { 4652 {
4639 bug_todo_getdelim2 4653 bug_todo_getdelim2
4640 Memcheck:Leak 4654 Memcheck:Leak
4641 fun:malloc 4655 fun:malloc
4642 fun:getdelim 4656 fun:getdelim
4643 obj:/lib/libselinux.so.1 4657 obj:/lib/libselinux.so.1
4644 obj:/lib/libselinux.so.1 4658 obj:/lib/libselinux.so.1
4645 obj:/lib/libselinux.so.1 4659 obj:/lib/libselinux.so.1
4646 } 4660 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698