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

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

Issue 504007: Suppress some leaks that seem to be tcmalloc related. (Closed)
Patch Set: rebase Created 11 years 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 three kinds of suppressions in this file. 1 # There are three 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 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 { 1829 {
1830 bug_30346b 1830 bug_30346b
1831 Memcheck:Addr2 1831 Memcheck:Addr2
1832 ... 1832 ...
1833 fun:_ZSt22__get_temporary_bufferIPN7WebCore11RenderLayerEESt4pairIPT_iEiS5_ 1833 fun:_ZSt22__get_temporary_bufferIPN7WebCore11RenderLayerEESt4pairIPT_iEiS5_
1834 fun:_ZNSt17_Temporary_bufferIPPN7WebCore11RenderLayerES2_EC1ES3_S3_ 1834 fun:_ZNSt17_Temporary_bufferIPPN7WebCore11RenderLayerES2_EC1ES3_S3_
1835 fun:_ZN7WebCore11RenderLayer17updateZOrderListsEv 1835 fun:_ZN7WebCore11RenderLayer17updateZOrderListsEv
1836 fun:_ZN7WebCore11RenderLayer24updateLayerListsIfNeededEv 1836 fun:_ZN7WebCore11RenderLayer24updateLayerListsIfNeededEv
1837 fun:_ZN7WebCore11RenderLayer38updateCompositingAndLayerListsIfNeededEv 1837 fun:_ZN7WebCore11RenderLayer38updateCompositingAndLayerListsIfNeededEv
1838 } 1838 }
1839 {
1840 http://crbug.com/30436
1841 Memcheck:Leak
1842 fun:_Znw*
1843 fun:_Z10InitModulev
1844 fun:pthread_once
1845 fun:_ZN15MallocExtension8RegisterEPS_
1846 fun:_ZN13TCMallocGuardC1Ev
1847 }
1848 {
1849 http://crbug.com/30436
1850 Memcheck:Param
1851 write(buf)
1852 obj:/lib/tls/i686/cmov/libc-2.7.so
1853 fun:new_do_write
1854 fun:_IO_do_write@@GLIBC_2.1
1855 fun:_IO_file_overflow@@GLIBC_2.1
1856 fun:_IO_switch_to_get_mode
1857 fun:_IO_file_seekoff@@GLIBC_2.1
1858 fun:_IO_seekoff_unlocked
1859 fun:ftell
1860 fun:ftell_file_func
1861 fun:zipCloseFileInZipRaw
1862 }
1863 {
1864 http://crbug.com/30436
1865 Memcheck:Addr2
1866 fun:_ZN8tcmalloc15CentralFreeList14FetchFromSpansEv
1867 fun:_ZN8tcmalloc15CentralFreeList18FetchFromSpansSafeEv
1868 fun:_ZN8tcmalloc15CentralFreeList11RemoveRangeEPPvS2_i
1869 fun:_ZN8tcmalloc11ThreadCache21FetchFromCentralCacheEjj
1870 fun:_ZN8tcmalloc11ThreadCache8AllocateEj
1871 }
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