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

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

Issue 7888011: There is a complain from Valgrind about invalid memory access in snd_device_name_hint(-1, ..) // ... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « media/audio/linux/audio_manager_linux.cc ('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 4770 matching lines...) Expand 10 before | Expand all | Expand 10 after
4781 fun:_ZNSt12_Vector_baseIN3net11ProxyServerESaIS1_EEC2EjRKS2_ 4781 fun:_ZNSt12_Vector_baseIN3net11ProxyServerESaIS1_EEC2EjRKS2_
4782 fun:_ZNSt6vectorIN3net11ProxyServerESaIS1_EEC1ERKS3_ 4782 fun:_ZNSt6vectorIN3net11ProxyServerESaIS1_EEC1ERKS3_
4783 fun:_ZN3net9ProxyListC1ERKS0_ 4783 fun:_ZN3net9ProxyListC1ERKS0_
4784 fun:_ZN3net9ProxyInfoC1ERKS0_ 4784 fun:_ZN3net9ProxyInfoC1ERKS0_
4785 fun:_ZN3net21HttpStreamFactoryImpl7Request18OnSpdySessionReadyEPNS0_3JobE13sc oped_refptrINS_11SpdySessionEEb 4785 fun:_ZN3net21HttpStreamFactoryImpl7Request18OnSpdySessionReadyEPNS0_3JobE13sc oped_refptrINS_11SpdySessionEEb
4786 fun:_ZN3net21HttpStreamFactoryImpl3Job26OnSpdySessionReadyCallbackEv 4786 fun:_ZN3net21HttpStreamFactoryImpl3Job26OnSpdySessionReadyCallbackEv
4787 fun:_Z16DispatchToMethodIN3net21HttpStreamFactoryImpl3JobEMS2_FvvEEvPT_T0_RK6 Tuple0 4787 fun:_Z16DispatchToMethodIN3net21HttpStreamFactoryImpl3JobEMS2_FvvEEvPT_T0_RK6 Tuple0
4788 fun:_ZN27ScopedRunnableMethodFactoryIN3net21HttpStreamFactoryImpl3JobEE14Runn ableMethodIMS2_FvvE6Tuple0E3RunEv 4788 fun:_ZN27ScopedRunnableMethodFactoryIN3net21HttpStreamFactoryImpl3JobEE14Runn ableMethodIMS2_FvvE6Tuple0E3RunEv
4789 } 4789 }
4790 { 4790 {
4791 bug_96207_a
4792 Memcheck:Addr1
4793 ...
4794 fun:snd_device_name_hint
4795 fun:_ZN11AlsaWrapper14DeviceNameHintEiPKcPPPv
4796 }
4797 {
4798 bug_96207_b
4799 Memcheck:Addr4
4800 ...
4801 fun:snd_device_name_hint
4802 fun:_ZN11AlsaWrapper14DeviceNameHintEiPKcPPPv
4803 }
4804 {
4805 bug_96207_c
4806 Memcheck:Addr4
4807 ...
4808 fun:snd_config_iterator_next
4809 fun:_ZN11AlsaWrapper14DeviceNameHintEiPKcPPPv
4810 }
4811 {
4812 bug_96295 4791 bug_96295
4813 Memcheck:Leak 4792 Memcheck:Leak
4814 fun:_Znw* 4793 fun:_Znw*
4815 fun:_ZN20ComponentUpdaterTest17RegisterComponentEP12CrxComponentNS_14TestComp onentsERK7Version 4794 fun:_ZN20ComponentUpdaterTest17RegisterComponentEP12CrxComponentNS_14TestComp onentsERK7Version
4816 fun:_ZN42ComponentUpdaterTest_ProdVersionCheck_Test8TestBodyEv 4795 fun:_ZN42ComponentUpdaterTest_ProdVersionCheck_Test8TestBodyEv
4817 } 4796 }
4818 4797
4819 { 4798 {
4820 bug_96342a 4799 bug_96342a
4821 Memcheck:Leak 4800 Memcheck:Leak
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
5024 } 5003 }
5025 { 5004 {
5026 bug_todo_getdelim2 5005 bug_todo_getdelim2
5027 Memcheck:Leak 5006 Memcheck:Leak
5028 fun:malloc 5007 fun:malloc
5029 fun:getdelim 5008 fun:getdelim
5030 obj:/lib/libselinux.so.1 5009 obj:/lib/libselinux.so.1
5031 obj:/lib/libselinux.so.1 5010 obj:/lib/libselinux.so.1
5032 obj:/lib/libselinux.so.1 5011 obj:/lib/libselinux.so.1
5033 } 5012 }
OLDNEW
« no previous file with comments | « media/audio/linux/audio_manager_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698