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

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

Issue 8586018: Suppress leak of ProcessSingleton::LinuxWatcher on shutdown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 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 5195 matching lines...) Expand 10 before | Expand all | Expand 10 after
5206 fun:HB_ShapeItem 5206 fun:HB_ShapeItem
5207 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv 5207 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv
5208 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv 5208 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv
5209 fun:_ZN7WebCore21ComplexTextController14widthOfFullRunEv 5209 fun:_ZN7WebCore21ComplexTextController14widthOfFullRunEv
5210 fun:_ZNK7WebCore4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetI PKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverf lowE 5210 fun:_ZNK7WebCore4Font24floatWidthForComplexTextERKNS_7TextRunEPN3WTF7HashSetI PKNS_14SimpleFontDataENS4_7PtrHashIS8_EENS4_10HashTraitsIS8_EEEEPNS_13GlyphOverf lowE
5211 fun:_ZNK7WebCore4Font5widthERKNS_7TextRunERiRN3WTF6StringE 5211 fun:_ZNK7WebCore4Font5widthERKNS_7TextRunERiRN3WTF6StringE
5212 fun:_ZN7WebCore14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE 5212 fun:_ZN7WebCore14SVGTextMetricsC1EPNS_19RenderSVGInlineTextERKNS_7TextRunE
5213 fun:_ZN7WebCore14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineT extEjj 5213 fun:_ZN7WebCore14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineT extEjj
5214 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt 5214 fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEP NS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
5215 } 5215 }
5216 {
5217 # ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it
5218 # leaks on shutdown instead of getting deleted. The destructor doesn't do
5219 # anything important, so this shouldn't be a big deal.
5220 bug_104578
5221 Memcheck:Leak
5222 fun:_Znw*
5223 fun:_ZN16ProcessSingletonC1ERK8FilePath
5224 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
5225 }
5216 5226
5217 #----------------------------------------------------------------------- 5227 #-----------------------------------------------------------------------
5218 # 4. These only occur on our Google workstations 5228 # 4. These only occur on our Google workstations
5219 { 5229 {
5220 bug_todo_freeres 5230 bug_todo_freeres
5221 Memcheck:Free 5231 Memcheck:Free
5222 fun:free 5232 fun:free
5223 fun:__libc_freeres 5233 fun:__libc_freeres
5224 fun:_vgnU_freeres 5234 fun:_vgnU_freeres
5225 fun:_Exit 5235 fun:_Exit
(...skipping 17 matching lines...) Expand all
5243 obj:/lib/libselinux.so.1 5253 obj:/lib/libselinux.so.1
5244 obj:/lib/libselinux.so.1 5254 obj:/lib/libselinux.so.1
5245 } 5255 }
5246 { 5256 {
5247 bug_todo_grep 5257 bug_todo_grep
5248 Memcheck:Leak 5258 Memcheck:Leak
5249 fun:malloc 5259 fun:malloc
5250 obj:/bin/grep 5260 obj:/bin/grep
5251 obj:/bin/grep 5261 obj:/bin/grep
5252 } 5262 }
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