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

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

Issue 10831171: Suppress memory leaks in ExtensionAction::*Animation and a NULL deref in WebKit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 four kinds of suppressions in this file. 1 # There are four 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 5802 matching lines...) Expand 10 before | Expand all | Expand 10 after
5813 fun:_ZNK7WebCore15NativeImageSkia13resizedBitmapERK7SkIRectiiS3_ 5813 fun:_ZNK7WebCore15NativeImageSkia13resizedBitmapERK7SkIRectiiS3_
5814 } 5814 }
5815 { 5815 {
5816 bug_139703 5816 bug_139703
5817 Memcheck:Leak 5817 Memcheck:Leak
5818 fun:_Znw* 5818 fun:_Znw*
5819 fun:_ZN5media8Pipeline7DoPauseERKN4base8CallbackIFvvEEE 5819 fun:_ZN5media8Pipeline7DoPauseERKN4base8CallbackIFvvEEE
5820 fun:_ZN5media8Pipeline8SeekTaskEN4base9TimeDeltaERKNS1_8CallbackIFvNS_14Pipel ineStatusEEEE 5820 fun:_ZN5media8Pipeline8SeekTaskEN4base9TimeDeltaERKNS1_8CallbackIFvNS_14Pipel ineStatusEEEE
5821 } 5821 }
5822 { 5822 {
5823 bug_139853
5824 Memcheck:Unaddressable
5825 fun:_ZN11SkGpuDeviceC1EP9GrContextP9GrTexture
5826 fun:_ZN7WebCoreL23createAcceleratedCanvas*
5827 fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater17*
5828 fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater7Texture10updat eRectEPNS_18CCResourceProviderERKNS_7IntRectES6_
5829 fun:_ZN7WebCore12_GLOBAL__N_126UnthrottledTextureUploader13uploadTextureEPNS_ 19LayerTextureUpdater7TextureEPNS_18CCResourceProviderENS_7IntRectES7_
5830 fun:_ZN7WebCore16CCTextureUpdater6updateEPNS_18CCResourceProviderEPNS_13Textu reCopierEPNS_15TextureUploaderEm
5831 fun:_ZN7WebCore19CCSingleThreadProxy8doCommitERNS_16CCTextureUpdaterE
5832 fun:_ZN7WebCore19CCSingleThreadProxy18commitAndCompositeEv
5833 fun:_ZN7WebCore19CCSingleThreadProxy20compositeAndReadbackEPvRKNS_7IntRectE
5834 fun:_ZN7WebCore15CCLayerTreeHost20compositeAndReadbackEPvRKNS_7IntRectE
5835 fun:_ZN6WebKit16WebLayerTreeView20compositeAndReadbackEPvRKNS_7WebRectE
5836 fun:_ZN6WebKit11WebViewImpl23doPixelReadbackToCanvasEP8SkCanvasRKN7WebCore7In tRectE
5837 fun:_ZN6WebKit11WebViewImpl5paintEP8SkCanvasRKNS_7WebRectE
5838 fun:_ZN11WebViewHost9paintRectERKN6WebKit7WebRectE
5839 fun:_ZN11WebViewHost22paintInvalidatedRegionEv
5840 }
5841 {
5823 bug_139996 5842 bug_139996
5824 Memcheck:Leak 5843 Memcheck:Leak
5825 fun:_Znw* 5844 fun:_Znw*
5826 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6St ringEEENS_12ExternalModeE 5845 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6St ringEEENS_12ExternalModeE
5827 fun:_ZN7WebCore23v8StringToWebCoreStringEN2v86HandleINS0_6StringEEE 5846 fun:_ZN7WebCore23v8StringToWebCoreStringEN2v86HandleINS0_6StringEEE
5828 fun:_ZN7WebCore22v8ValueToWebCoreStringEN2v86HandleINS0_5ValueEEE 5847 fun:_ZN7WebCore22v8ValueToWebCoreStringEN2v86HandleINS0_5ValueEEE
5829 fun:_ZNK7WebCore10Dictionary3getERKN3WTF6StringERS2_ 5848 fun:_ZNK7WebCore10Dictionary3getERKN3WTF6StringERS2_
5830 fun:_ZN7WebCore6V8Blob19constructorCallbackERKN2v89ArgumentsE 5849 fun:_ZN7WebCore6V8Blob19constructorCallbackERKN2v89ArgumentsE
5831 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 5850 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5832 fun:_ZN2v88internalL30Builtin_HandleApiCallConstructENS0_12_GLOBAL__N_116Buil tinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 5851 fun:_ZN2v88internalL30Builtin_HandleApiCallConstructENS0_12_GLOBAL__N_116Buil tinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
(...skipping 21 matching lines...) Expand all
5854 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv 5873 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
5855 } 5874 }
5856 { 5875 {
5857 bug_140196 5876 bug_140196
5858 Memcheck:Uninitialized 5877 Memcheck:Uninitialized
5859 fun:_ZNK12SkDescriptor6equalsERKS_ 5878 fun:_ZNK12SkDescriptor6equalsERKS_
5860 fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_ 5879 fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_
5861 ... 5880 ...
5862 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b 5881 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
5863 } 5882 }
5883 {
5884 bug_140628
5885 Memcheck:Leak
5886 ...
5887 fun:_ZN15ExtensionAction16RunIconAnimationEi
5888 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE
5889 }
5864 5890
5865 #----------------------------------------------------------------------- 5891 #-----------------------------------------------------------------------
5866 # 4. These only occur on our Google workstations 5892 # 4. These only occur on our Google workstations
5867 5893
5868 { 5894 {
5869 bug_todo_getdelim 5895 bug_todo_getdelim
5870 Memcheck:Leak 5896 Memcheck:Leak
5871 fun:malloc 5897 fun:malloc
5872 fun:getdelim 5898 fun:getdelim
5873 ... 5899 ...
5874 fun:call_init 5900 fun:call_init
5875 fun:_dl_init 5901 fun:_dl_init
5876 } 5902 }
5877 { 5903 {
5878 bug_todo_getdelim2 5904 bug_todo_getdelim2
5879 Memcheck:Leak 5905 Memcheck:Leak
5880 fun:malloc 5906 fun:malloc
5881 fun:getdelim 5907 fun:getdelim
5882 obj:/lib/libselinux.so.1 5908 obj:/lib/libselinux.so.1
5883 obj:/lib/libselinux.so.1 5909 obj:/lib/libselinux.so.1
5884 obj:/lib/libselinux.so.1 5910 obj:/lib/libselinux.so.1
5885 } 5911 }
5886 { 5912 {
5887 bug_todo_grep 5913 bug_todo_grep
5888 Memcheck:Leak 5914 Memcheck:Leak
5889 fun:malloc 5915 fun:malloc
5890 obj:/bin/grep 5916 obj:/bin/grep
5891 obj:/bin/grep 5917 obj:/bin/grep
5892 } 5918 }
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