Chromium Code Reviews

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

Issue 6160002: Valgrind: Suppress leak in net::SSLHostInfo::StartDnsLookup.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | 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 3630 matching lines...)
3641 fun:_ZN3net17HttpStreamRequest6DoLoopEi 3641 fun:_ZN3net17HttpStreamRequest6DoLoopEi
3642 fun:_ZN3net17HttpStreamRequest7RunLoopEi 3642 fun:_ZN3net17HttpStreamRequest7RunLoopEi
3643 fun:_ZN3net17HttpStreamRequest13StartInternalEPKNS_15HttpRequestInfoEPNS_9SSL ConfigEPNS_9ProxyInfoERKNS_11BoundNetLogE 3643 fun:_ZN3net17HttpStreamRequest13StartInternalEPKNS_15HttpRequestInfoEPNS_9SSL ConfigEPNS_9ProxyInfoERKNS_11BoundNetLogE
3644 fun:_ZN3net17HttpStreamRequest5StartEPKNS_15HttpRequestInfoEPNS_9SSLConfigEPN S_9ProxyInfoEPNS_13StreamRequest8DelegateERKNS_11BoundNetLogE 3644 fun:_ZN3net17HttpStreamRequest5StartEPKNS_15HttpRequestInfoEPNS_9SSLConfigEPN S_9ProxyInfoEPNS_13StreamRequest8DelegateERKNS_11BoundNetLogE
3645 fun:_ZN3net17HttpStreamFactory13RequestStreamEPKNS_15HttpRequestInfoEPNS_9SSL ConfigEPNS_9ProxyInfoEPNS_18HttpNetworkSessionEPNS_13StreamRequest8DelegateERKNS _11BoundNetLogE 3645 fun:_ZN3net17HttpStreamFactory13RequestStreamEPKNS_15HttpRequestInfoEPNS_9SSL ConfigEPNS_9ProxyInfoEPNS_18HttpNetworkSessionEPNS_13StreamRequest8DelegateERKNS _11BoundNetLogE
3646 fun:_ZN3net22HttpNetworkTransaction14DoCreateStreamEv 3646 fun:_ZN3net22HttpNetworkTransaction14DoCreateStreamEv
3647 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi 3647 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
3648 fun:_ZN3net22HttpNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEERKNS_11BoundNetLogE 3648 fun:_ZN3net22HttpNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEERKNS_11BoundNetLogE
3649 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv 3649 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv
3650 } 3650 }
3651 {
3652 bug_68820
3653 Memcheck:Leak
3654 fun:_Znw*
3655 fun:_Z11NewCallbackIN3net11SSLHostInfoEiEPN9Callback1IT0_E4TypeEPT_MS7_FvS3_E
3656 fun:_ZN3net11SSLHostInfo14StartDnsLookupEPNS_13DnsRRResolverE
3657 fun:_ZN3net13SSLConnectJob12DoTCPConnectEv
3658 fun:_ZN3net13SSLConnectJob6DoLoopEi
3659 fun:_ZN3net13SSLConnectJob15ConnectInternalEv
3660 fun:_ZN3net10ConnectJob7ConnectEv
3661 fun:_ZN3net8internal26ClientSocketPoolBaseHelper21RequestSocketInternalERKSsP KNS1_7RequestE
3662 fun:_ZN3net8internal26ClientSocketPoolBaseHelper13RequestSocketERKSsPKNS1_7Re questE
3663 fun:_ZN3net20ClientSocketPoolBaseINS_15SSLSocketParamsEE13RequestSocketERKSsR K13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRu nnerI6Tuple1IiEERKNS_11BoundNetLogE
3664 fun:_ZN3net19SSLClientSocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEP NS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
3665 fun:_ZN3net18ClientSocketHandle4InitINS_15SSLSocketParamsENS_19SSLClientSocke tPoolEEEiRKSsRK13scoped_refptrIT_ENS_15RequestPriorityEP14CallbackRunnerI6Tuple1 IiEEPT0_RKNS_11BoundNetLogE
3666 fun:_ZN3net17HttpStreamRequest16DoInitConnectionEv
3667 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine