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

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

Issue 399893004: [MemSheriff] Suppress leak of BackgroundReaper in EnsureProcessTerminated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mem-90057
Patch Set: Created 6 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 unified diff | Download patch
« 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 5547 matching lines...) Expand 10 before | Expand all | Expand 10 after
5558 fun:_ZN9alsa_util18OpenPlaybackDeviceEPN5media11AlsaWrapperEPKcii15_snd_pcm_f ormati 5558 fun:_ZN9alsa_util18OpenPlaybackDeviceEPN5media11AlsaWrapperEPKcii15_snd_pcm_f ormati
5559 fun:_ZN5media19AlsaPcmOutputStream16AutoSelectDeviceEj 5559 fun:_ZN5media19AlsaPcmOutputStream16AutoSelectDeviceEj
5560 fun:_ZN5media19AlsaPcmOutputStream4OpenEv 5560 fun:_ZN5media19AlsaPcmOutputStream4OpenEv
5561 fun:_ZN5media25AudioOutputDispatcherImpl19CreateAndOpenStreamEv 5561 fun:_ZN5media25AudioOutputDispatcherImpl19CreateAndOpenStreamEv
5562 fun:_ZN5media25AudioOutputDispatcherImpl10OpenStreamEv 5562 fun:_ZN5media25AudioOutputDispatcherImpl10OpenStreamEv
5563 fun:_ZN5media20AudioOutputResampler10OpenStreamEv 5563 fun:_ZN5media20AudioOutputResampler10OpenStreamEv
5564 fun:_ZN5media16AudioOutputProxy4OpenEv 5564 fun:_ZN5media16AudioOutputProxy4OpenEv
5565 fun:_ZN5media18AudioStreamHandler20AudioStreamContainer4PlayEv 5565 fun:_ZN5media18AudioStreamHandler20AudioStreamContainer4PlayEv
5566 } 5566 }
5567 { 5567 {
5568 bug_318221
5569 Memcheck:Leak
5570 fun:_Znw*
5571 fun:_ZN4base23EnsureProcessTerminatedEi
5572 }
5573 {
5568 bug_321976 5574 bug_321976
5569 Memcheck:Leak 5575 Memcheck:Leak
5570 ... 5576 ...
5571 fun:nssList_Create 5577 fun:nssList_Create
5572 fun:nssTrustDomain_UpdateCachedTokenCerts 5578 fun:nssTrustDomain_UpdateCachedTokenCerts
5573 } 5579 }
5574 { 5580 {
5575 bug_327672 5581 bug_327672
5576 Memcheck:Uninitialized 5582 Memcheck:Uninitialized
5577 fun:_ZNK7blink18StyleSheetContents11isCacheableEv 5583 fun:_ZNK7blink18StyleSheetContents11isCacheableEv
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
6252 } 6258 }
6253 { 6259 {
6254 bug_394624 6260 bug_394624
6255 Memcheck:Leak 6261 Memcheck:Leak
6256 ... 6262 ...
6257 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLReques tJobFactory15ProtocolHandlerE 6263 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLReques tJobFactory15ProtocolHandlerE
6258 ... 6264 ...
6259 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv 6265 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
6260 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2 0SpecialStoragePolicyEE 6266 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2 0SpecialStoragePolicyEE
6261 } 6267 }
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