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

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

Issue 7134062: Insert suppression for memory leaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put back in suppression I removed too quickly. Created 9 years, 6 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 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 2831 matching lines...) Expand 10 before | Expand all | Expand 10 after
2842 bug_58340 2842 bug_58340
2843 Memcheck:Addr4 2843 Memcheck:Addr4
2844 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv 2844 fun:_ZNK3WTF6RefPtrIN7WebCore5FrameEE3getEv
2845 fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS _16ResourceResponseE 2845 fun:_ZN7WebCore14ResourceLoader18didReceiveResponseEPNS_14ResourceHandleERKNS _16ResourceResponseE
2846 fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN6WebKit12WebURL LoaderERKNS1_14WebURLResponseE 2846 fun:_ZN7WebCore22ResourceHandleInternal18didReceiveResponseEPN6WebKit12WebURL LoaderERKNS1_14WebURLResponseE
2847 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20Res ourceResponseInfoEb 2847 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnReceivedResponseERKNS_20Res ourceResponseInfoEb
2848 ... 2848 ...
2849 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE 2849 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE
2850 } 2850 }
2851 { 2851 {
2852 bug_58449
2853 Memcheck:Leak
2854 fun:_Znw*
2855 ...
2856 fun:_ZN11ProfileImpl18GetDownloadManagerEv
2857 }
2858 {
2852 bug_58546 2859 bug_58546
2853 Memcheck:Leak 2860 Memcheck:Leak
2854 fun:_Znw* 2861 fun:_Znw*
2855 fun:_ZN27SSLConfigServiceManagerPrefC1EP7Profile 2862 fun:_ZN27SSLConfigServiceManagerPrefC1EP7Profile
2856 fun:_ZN23SSLConfigServiceManager20CreateDefaultManagerEP7Profile 2863 fun:_ZN23SSLConfigServiceManager20CreateDefaultManagerEP7Profile
2857 fun:_ZN11ProfileImplC1ERK8FilePath 2864 fun:_ZN11ProfileImplC1ERK8FilePath
2858 fun:_ZN7Profile13CreateProfileERK8FilePath 2865 fun:_ZN7Profile13CreateProfileERK8FilePath
2859 fun:_ZN14ProfileManager13CreateProfileERK8FilePath 2866 fun:_ZN14ProfileManager13CreateProfileERK8FilePath
2860 fun:_ZN14ProfileManager10GetProfileERK8FilePathb 2867 fun:_ZN14ProfileManager10GetProfileERK8FilePathb
2861 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath 2868 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
(...skipping 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after
4687 } 4694 }
4688 { 4695 {
4689 bug_todo_getdelim2 4696 bug_todo_getdelim2
4690 Memcheck:Leak 4697 Memcheck:Leak
4691 fun:malloc 4698 fun:malloc
4692 fun:getdelim 4699 fun:getdelim
4693 obj:/lib/libselinux.so.1 4700 obj:/lib/libselinux.so.1
4694 obj:/lib/libselinux.so.1 4701 obj:/lib/libselinux.so.1
4695 obj:/lib/libselinux.so.1 4702 obj:/lib/libselinux.so.1
4696 } 4703 }
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