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

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

Issue 6873118: Leak in BrowserRenderProcessHost::Init (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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 4390 matching lines...) Expand 10 before | Expand all | Expand 10 after
4401 fun:_Znw* 4401 fun:_Znw*
4402 fun:_ZN3net12CertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyR esultEP14CallbackRunnerI6Tuple1IiEEPPv 4402 fun:_ZN3net12CertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyR esultEP14CallbackRunnerI6Tuple1IiEEPPv
4403 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_ 16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE 4403 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_ 16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE
4404 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi 4404 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
4405 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi 4405 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
4406 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE 4406 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
4407 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv 4407 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
4408 fun:_ZN3net13SSLConnectJob6DoLoopEi 4408 fun:_ZN3net13SSLConnectJob6DoLoopEi
4409 fun:_ZN3net13SSLConnectJob12OnIOCompleteEi 4409 fun:_ZN3net13SSLConnectJob12OnIOCompleteEi
4410 } 4410 }
4411 {
4412 bug_80026
4413 Memcheck:Leak
4414 fun:_Znw*
4415 fun:_ZN6chrome26ChromeContentBrowserClient31BrowserRenderProcessHostCreatedEP 24BrowserRenderProcessHost
4416 fun:_ZN24BrowserRenderProcessHost4InitEbb
4417 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsE SaItEE
4418 fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost
4419 fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15Navigatio nEntry
4420 fun:_ZN21RenderViewHostManager8NavigateERK15NavigationEntry
4421 fun:_ZN11TabContents15NavigateToEntryERK15NavigationEntryN20NavigationControl ler10ReloadTypeE
4422 fun:_ZN11TabContents22NavigateToPendingEntryEN20NavigationController10ReloadT ypeE
4423 fun:_ZN20NavigationController22NavigateToPendingEntryENS_10ReloadTypeE
4424 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
4425 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
4426 fun:_ZN7browser8NavigateEPNS_14NavigateParamsE
4427 fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vec torINS0_3TabESaIS4_EE
4428 }
4411 4429
4412 #----------------------------------------------------------------------- 4430 #-----------------------------------------------------------------------
4413 # These only occur on our Google workstations 4431 # These only occur on our Google workstations
4414 { 4432 {
4415 bug_todo_freeres 4433 bug_todo_freeres
4416 Memcheck:Free 4434 Memcheck:Free
4417 fun:free 4435 fun:free
4418 fun:__libc_freeres 4436 fun:__libc_freeres
4419 fun:_vgnU_freeres 4437 fun:_vgnU_freeres
4420 fun:_Exit 4438 fun:_Exit
4421 fun:exit 4439 fun:exit
4422 } 4440 }
4423 { 4441 {
4424 bug_todo_getdelim 4442 bug_todo_getdelim
4425 Memcheck:Leak 4443 Memcheck:Leak
4426 fun:malloc 4444 fun:malloc
4427 fun:getdelim 4445 fun:getdelim
4428 ... 4446 ...
4429 fun:call_init 4447 fun:call_init
4430 fun:_dl_init 4448 fun:_dl_init
4431 } 4449 }
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