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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 6029007: Heapcheck: suppress bug 68290 (leaks in URLRequest::ResponseStarted)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
===================================================================
--- tools/heapcheck/suppressions.txt (revision 70310)
+++ tools/heapcheck/suppressions.txt (working copy)
@@ -1174,3 +1174,36 @@
fun:_ZN3net22HttpNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv
}
+# URLRequest*Job stands for {URLRequestJob,URLRequestChromeJob,URLRequestHttpJob}
+{
+ bug_68290
+ Heapcheck:Leak
+ fun:ResourceDispatcherHost::NotifyResponseStarted
+ fun:ResourceDispatcherHost::CompleteResponseStarted
+ fun:ResourceDispatcherHost::OnResponseStarted
+ fun:net::URLRequest::ResponseStarted
+ fun:net::URLRequest*Job::NotifyHeadersComplete
+ fun:URLRequestTestJob::StartAsync
+ fun:void DispatchToMethod
+ fun:RunnableMethod::Run
+ fun:MessageLoop::RunTask
+ fun:MessageLoop::DeferOrRunPendingTask
+ fun:MessageLoop::DoWork
+}
+{
+ bug_68304
+ Heapcheck:Leak
+ fun:__gnu_cxx::new_allocator::allocate
+ fun:std::string::_Rep::_S_create
+ fun:std::string::_M_mutate
+ fun:std::string::_M_replace_safe
+ fun:std::string::assign
+ fun:Pickle::ReadString
+ ...
+ fun:IPC::ParamTraits::Read
+ fun:IPC::ReadParam
+ fun:IPC::MessageWithTuple::Read
+ fun:IPC::MessageWithTuple::Dispatch
+ fun:ResourceDispatcherHost::OnMessageReceived
+ fun:ResourceDispatcherHostTest::MakeTestRequest
+}
« 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