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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 5975010: Suppress the leaks net::URLRequest::ResponseStarted (bug 68290)... (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/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 70298)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3532,3 +3532,68 @@
fun:ChromeMain
fun:main
}
+{
+ bug_68290_a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN22ResourceDispatcherHost21NotifyResponseStartedEPN3net10URLRequestEi
+ fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEPN3net10URLRequestE
+ fun:_ZN22ResourceDispatcherHost17OnResponseStartedEPN3net10URLRequestE
+ fun:_ZN3net10URLRequest15ResponseStartedEv
+ fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
+ fun:_ZN17URLRequestTestJob10StartAsyncEv
+ fun:_Z16DispatchToMethodI17URLRequestTestJobMS0_FvvEEvPT_T0_RK6Tuple0
+ fun:_ZN14RunnableMethodI17URLRequestTestJobMS0_FvvE6Tuple0E3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+ fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
+ fun:_ZN11MessageLoop6DoWorkEv
+ fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
+ fun:_ZN11MessageLoop11RunInternalEv
+ fun:_ZN11MessageLoop10RunHandlerEv
+}
+{
+ bug_68290_b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN22ResourceDispatcherHost21NotifyResponseStartedEPN3net10URLRequestEi
+ fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEPN3net10URLRequestE
+ fun:_ZN22ResourceDispatcherHost17OnResponseStartedEPN3net10URLRequestE
+ fun:_ZN3net10URLRequest15ResponseStartedEv
+ fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
+ fun:_ZN19URLRequestChromeJob10StartAsyncEv
+ fun:_Z16DispatchToMethodI19URLRequestChromeJobMS0_FvvEEvPT_T0_RK6Tuple0
+ fun:_ZN14RunnableMethodI19URLRequestChromeJobMS0_FvvE6Tuple0E3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+ fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
+ fun:_ZN11MessageLoop6DoWorkEv
+ fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
+ fun:_ZN11MessageLoop11RunInternalEv
+ fun:_ZN11MessageLoop10RunHandlerEv
+}
+{
+ bug_68290_c
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN22ResourceDispatcherHost21NotifyResponseStartedEPN3net10URLRequestEi
+ fun:_ZN22ResourceDispatcherHost23CompleteResponseStartedEPN3net10URLRequestE
+ fun:_ZN22ResourceDispatcherHost17OnResponseStartedEPN3net10URLRequestE
+ fun:_ZN3net10URLRequest15ResponseStartedEv
+ fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
+ fun:_ZN3net17URLRequestHttpJob21NotifyHeadersCompleteEv
+ fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv
+ fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEv
+ fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi
+ fun:_Z16DispatchToMethodIN3net17URLRequestHttpJobEMS1_FviEiEvPT_T0_RK6Tuple1IT1_E
+ fun:_ZN12CallbackImplIN3net17URLRequestHttpJobEMS1_FviE6Tuple1IiEE13RunWithParamsERKS5_
+ fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
+ fun:_ZN3net9HttpCache11Transaction10DoCallbackEi
+ fun:_ZN3net9HttpCache11Transaction12HandleResultEi
+ fun:_ZN3net9HttpCache11Transaction6DoLoopEi
+ fun:_ZN3net9HttpCache11Transaction12OnIOCompleteEi
+ fun:_Z16DispatchToMethodIN3net9HttpCache11TransactionEMS2_FviEiEvPT_T0_RK6Tuple1IT1_E
+ fun:_ZN12CallbackImplIN3net9HttpCache11TransactionEMS2_FviE6Tuple1IiEE13RunWithParamsERKS6_
+ fun:_ZN3net28CancelableCompletionCallbackINS_9HttpCache11TransactionEE13RunWithParamsERK6Tuple1IiE
+ fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
+ fun:_ZN10disk_cache17InFlightBackendIO19OnOperationCompleteEPNS_12BackgroundIOEb
+}
+
« 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