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

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

Issue 10441024: Suppress use-after-free in base::Thread::ThreadMain() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « 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 5780 matching lines...) Expand 10 before | Expand all | Expand 10 after
5791 } 5791 }
5792 { 5792 {
5793 bug_128145b 5793 bug_128145b
5794 Memcheck:Leak 5794 Memcheck:Leak
5795 ... 5795 ...
5796 fun:_ZL19BuildWebDataServiceP7Profile 5796 fun:_ZL19BuildWebDataServiceP7Profile
5797 fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profile b 5797 fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profile b
5798 fun:_ZN36RefcountedProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7Prof ilePF13scoped_refptrI29RefcountedProfileKeyedServiceES1_E 5798 fun:_ZN36RefcountedProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7Prof ilePF13scoped_refptrI29RefcountedProfileKeyedServiceES1_E
5799 fun:_ZN14TestingProfile20CreateWebDataServiceEv 5799 fun:_ZN14TestingProfile20CreateWebDataServiceEv
5800 } 5800 }
5801 {
5802 bug_127931
5803 Memcheck:Unaddressable
5804 fun:_ZN4base6Thread10ThreadMainEv
5805 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
5806 }
5801 5807
5802 #----------------------------------------------------------------------- 5808 #-----------------------------------------------------------------------
5803 # 4. These only occur on our Google workstations 5809 # 4. These only occur on our Google workstations
5804 5810
5805 { 5811 {
5806 bug_todo_getdelim 5812 bug_todo_getdelim
5807 Memcheck:Leak 5813 Memcheck:Leak
5808 fun:malloc 5814 fun:malloc
5809 fun:getdelim 5815 fun:getdelim
5810 ... 5816 ...
5811 fun:call_init 5817 fun:call_init
5812 fun:_dl_init 5818 fun:_dl_init
5813 } 5819 }
5814 { 5820 {
5815 bug_todo_getdelim2 5821 bug_todo_getdelim2
5816 Memcheck:Leak 5822 Memcheck:Leak
5817 fun:malloc 5823 fun:malloc
5818 fun:getdelim 5824 fun:getdelim
5819 obj:/lib/libselinux.so.1 5825 obj:/lib/libselinux.so.1
5820 obj:/lib/libselinux.so.1 5826 obj:/lib/libselinux.so.1
5821 obj:/lib/libselinux.so.1 5827 obj:/lib/libselinux.so.1
5822 } 5828 }
5823 { 5829 {
5824 bug_todo_grep 5830 bug_todo_grep
5825 Memcheck:Leak 5831 Memcheck:Leak
5826 fun:malloc 5832 fun:malloc
5827 obj:/bin/grep 5833 obj:/bin/grep
5828 obj:/bin/grep 5834 obj:/bin/grep
5829 } 5835 }
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