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

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

Issue 8599004: Fix webkit_media::WebMediaPlayerProxy memory leak due to circular refcounting. (Closed) Base URL: svn://chrome-svn/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 | webkit/media/webmediaplayer_proxy.h » ('j') | 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 3752 matching lines...) Expand 10 before | Expand all | Expand 10 after
3763 } 3763 }
3764 { 3764 {
3765 bug_87222 3765 bug_87222
3766 Memcheck:Leak 3766 Memcheck:Leak
3767 fun:_Znw* 3767 fun:_Znw*
3768 fun:_ZN10URLFetcher6CreateEiRK4GURLNS_11RequestTypeEPNS_8DelegateE 3768 fun:_ZN10URLFetcher6CreateEiRK4GURLNS_11RequestTypeEPNS_8DelegateE
3769 fun:_ZN16TranslateManager36FetchLanguageListFromTranslateServerEP11PrefServic e 3769 fun:_ZN16TranslateManager36FetchLanguageListFromTranslateServerEP11PrefServic e
3770 fun:_Z11BrowserMainRK18MainFunctionParams 3770 fun:_Z11BrowserMainRK18MainFunctionParams
3771 fun:*RunNamedProcessTypeMainERKSsRK18MainFunctionParams 3771 fun:*RunNamedProcessTypeMainERKSsRK18MainFunctionParams
3772 } 3772 }
3773 { 3773 {
scherkus (not reviewing) 2011/11/18 03:10:13 ignore -- this was committed as http://crrev.com/1
3774 bug_87245
3775 Memcheck:Leak
3776 fun:_Znw*
3777 fun:_Z17NewRunnableMethodIN11webkit_glue18WebMediaPlayerImpl5ProxyEMS2_FvvEEP 14CancelableTaskPT_T0_
3778 fun:_ZN11webkit_glue18WebMediaPlayerImpl5Proxy7RepaintEv
3779 fun:_ZN11webkit_glue17VideoRendererImpl16OnFrameAvailableEv
3780 fun:_ZN5media17VideoRendererBase10ThreadMainEv
3781 }
3782 {
3783 bug_87408 3774 bug_87408
3784 Memcheck:Addr4 3775 Memcheck:Addr4
3785 fun:sqlite3MemSize 3776 fun:sqlite3MemSize
3786 fun:sqlite3MallocSize 3777 fun:sqlite3MallocSize
3787 fun:sqlite3_free 3778 fun:sqlite3_free
3788 fun:sqlite3_close 3779 fun:sqlite3_close
3789 fun:_ZN3sql10Connection5CloseEv 3780 fun:_ZN3sql10Connection5CloseEv
3790 fun:_ZN3sql10ConnectionD2Ev 3781 fun:_ZN3sql10ConnectionD2Ev
3791 fun:_ZN3sql10ConnectionD1Ev 3782 fun:_ZN3sql10ConnectionD1Ev
3792 fun:_ZN7history16ArchivedDatabaseD0Ev 3783 fun:_ZN7history16ArchivedDatabaseD0Ev
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
4700 fun:_ZN7WebCore11RenderBlock11layoutBlockEbiNS0_15BlockLayoutPassE 4691 fun:_ZN7WebCore11RenderBlock11layoutBlockEbiNS0_15BlockLayoutPassE
4701 fun:_ZN7WebCore11RenderBlock6layoutEv 4692 fun:_ZN7WebCore11RenderBlock6layoutEv
4702 } 4693 }
4703 { 4694 {
4704 bug_100330 4695 bug_100330
4705 Memcheck:Leak 4696 Memcheck:Leak
4706 fun:_Znw* 4697 fun:_Znw*
4707 fun:_ZN25TestingAutomationProvider42NavigateToURLBlockUntilNavigationsComplet eEiRK4GURLiPN3IPC7MessageE 4698 fun:_ZN25TestingAutomationProvider42NavigateToURLBlockUntilNavigationsComplet eEiRK4GURLiPN3IPC7MessageE
4708 } 4699 }
4709 { 4700 {
4710 bug_100583
4711 Memcheck:Leak
4712 fun:_Znw*
4713 fun:_ZN11webkit_media18WebMediaPlayerImpl10InitializeEPN6WebKit8WebFrameEb13s coped_refptrINS_16WebVideoRendererEE
4714 ...
4715 fun:_ZN6WebKitL20createWebMediaPlayerEPNS_20WebMediaPlayerClientEPN7WebCore5F rameE
4716 fun:_ZN6WebKit24WebMediaPlayerClientImpl12loadInternalEv
4717 fun:_ZN6WebKit24WebMediaPlayerClientImpl4loadERKN3WTF6StringE
4718 fun:_ZN7WebCore11MediaPlayer23loadWithNextMediaEngineEPNS_18MediaPlayerFactor yE
4719 fun:_ZN7WebCore11MediaPlayer4loadERKN3WTF6StringERKNS_11ContentTypeE
4720 fun:_ZN7WebCore16HTMLMediaElement12loadResourceERKNS_4KURLERNS_11ContentTypeE
4721 ...
4722 fun:_ZN7WebCore16HTMLMediaElement19selectMediaResourceEv
4723 fun:_ZN7WebCore16HTMLMediaElement12loadInternalEv
4724 fun:_ZN7WebCore16HTMLMediaElement14loadTimerFiredEPNS_5TimerIS0_EE
4725 fun:_ZN7WebCore5TimerINS_16HTMLMediaElementEE5firedEv
4726 }
4727 {
4728 bug_100608 4701 bug_100608
4729 Memcheck:Leak 4702 Memcheck:Leak
4730 fun:_Znw* 4703 fun:_Znw*
4731 fun:_ZN27SQLitePersistentCookieStore7Backend21LoadCookiesForDomainsERKSt3setI SsSt4lessISsESaISsEE 4704 fun:_ZN27SQLitePersistentCookieStore7Backend21LoadCookiesForDomainsERKSt3setI SsSt4lessISsESaISsEE
4732 } 4705 }
4733 { 4706 {
4734 bug_100647 4707 bug_100647
4735 Memcheck:Leak 4708 Memcheck:Leak
4736 fun:_Znw* 4709 fun:_Znw*
4737 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs 4710 fun:_ZN18WebResourceService19UpdateResourceCacheERKSs
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
5253 obj:/lib/libselinux.so.1 5226 obj:/lib/libselinux.so.1
5254 obj:/lib/libselinux.so.1 5227 obj:/lib/libselinux.so.1
5255 } 5228 }
5256 { 5229 {
5257 bug_todo_grep 5230 bug_todo_grep
5258 Memcheck:Leak 5231 Memcheck:Leak
5259 fun:malloc 5232 fun:malloc
5260 obj:/bin/grep 5233 obj:/bin/grep
5261 obj:/bin/grep 5234 obj:/bin/grep
5262 } 5235 }
OLDNEW
« no previous file with comments | « no previous file | webkit/media/webmediaplayer_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698