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

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

Issue 8674007: Valgrind reports memory leak in ResourceDispatcher::CreateBridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 4767 matching lines...) Expand 10 before | Expand all | Expand 10 after
4778 fun:_ZN7WebCore22ResourceHandleInternal5startEv 4778 fun:_ZN7WebCore22ResourceHandleInternal5startEv
4779 fun:_ZN7WebCore14ResourceHandle5startEPNS_17NetworkingContextE 4779 fun:_ZN7WebCore14ResourceHandle5startEPNS_17NetworkingContextE
4780 fun:_ZN7WebCore14ResourceHandle6createEPNS_17NetworkingContextERKNS_15Resourc eRequestEPNS_20ResourceHandleClientEbb 4780 fun:_ZN7WebCore14ResourceHandle6createEPNS_17NetworkingContextERKNS_15Resourc eRequestEPNS_20ResourceHandleClientEbb
4781 } 4781 }
4782 { 4782 {
4783 bug_101146b 4783 bug_101146b
4784 Memcheck:Leak 4784 Memcheck:Leak
4785 fun:_Znw* 4785 fun:_Znw*
4786 fun:_ZN18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceLoaderBri dge11RequestInfoE 4786 fun:_ZN18ResourceDispatcher12CreateBridgeERKN11webkit_glue20ResourceLoaderBri dge11RequestInfoE
4787 fun:_ZN11ChildThread12CreateBridgeERKN11webkit_glue20ResourceLoaderBridge11Re questInfoE 4787 fun:_ZN11ChildThread12CreateBridgeERKN11webkit_glue20ResourceLoaderBridge11Re questInfoE
4788 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKNS0_11RequestInfoE 4788 fun:_ZN7content25WebKitPlatformSupportImpl20CreateResourceLoaderERKN11webkit_ glue20ResourceLoaderBridge11RequestInfoE
4789 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN6WebKit13WebURLReques tEPNS_20ResourceLoaderBridge16SyncLoadResponseE 4789 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context5StartERKN6WebKit13WebURLReques tEPNS_20ResourceLoaderBridge16SyncLoadResponseEPNS_25WebKitPlatformSupportImplE
4790 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN6WebKit13WebURL RequestEPNS1_18WebURLLoaderClientE 4790 fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN6WebKit13WebURL RequestEPNS1_18WebURLLoaderClientE
4791 fun:_ZN7WebCore22ResourceHandleInternal5startEv 4791 fun:_ZN7WebCore22ResourceHandleInternal5startEv
4792 fun:_ZN7WebCore14ResourceHandle5startEPNS_17NetworkingContextE 4792 fun:_ZN7WebCore14ResourceHandle5startEPNS_17NetworkingContextE
4793 } 4793 }
4794 { 4794 {
4795 bug_101146c 4795 bug_101146c
4796 Memcheck:Leak 4796 Memcheck:Leak
4797 fun:_Znw* 4797 fun:_Znw*
4798 fun:_ZN11webkit_glue16WebURLLoaderImplC1EPNS_25WebKitPlatformSupportImplE 4798 fun:_ZN11webkit_glue16WebURLLoaderImplC1EPNS_25WebKitPlatformSupportImplE
4799 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv 4799 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl15createURLLoaderEv
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
5297 obj:/lib/libselinux.so.1 5297 obj:/lib/libselinux.so.1
5298 obj:/lib/libselinux.so.1 5298 obj:/lib/libselinux.so.1
5299 } 5299 }
5300 { 5300 {
5301 bug_todo_grep 5301 bug_todo_grep
5302 Memcheck:Leak 5302 Memcheck:Leak
5303 fun:malloc 5303 fun:malloc
5304 obj:/bin/grep 5304 obj:/bin/grep
5305 obj:/bin/grep 5305 obj:/bin/grep
5306 } 5306 }
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