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

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

Issue 1748018: Suppress ChromiumOS AppCache leak. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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 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
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index a0ec80ed44c6e4954a27f7bf33ec8f21fff3862e..1446fb1a7e231a4e8367b6774b376a4c62222a65 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -2752,3 +2752,29 @@
fun:_Z11BrowserMainRK18MainFunctionParams
fun:ChromeMain
}
+{
+ bug_42897
+ Memcheck:Leak
+ fun:malloc
+ fun:realloc
+ fun:_ZN6Pickle6ResizeEj
+ fun:_ZN6PickleC2Ei
+ fun:_ZN3IPC7MessageC2EijNS0_13PriorityValueE
+ fun:_ZN3IPC16MessageWithTupleI6Tuple1IiEEC2EijRKS1_IRKiE
+ fun:_ZN26AppCacheMsg_UnregisterHostC1ERKi
+ fun:_ZN20AppCacheBackendProxy14UnregisterHostEi
+ fun:_ZN8appcache27WebApplicationCacheHostImplD2Ev
+ fun:_ZN35RendererWebApplicationCacheHostImplD0Ev
+ fun:_ZN3WTF14deleteOwnedPtrIN6WebKit23WebApplicationCacheHostEEEvPT_
+ fun:_ZN3WTF6OwnPtrIN6WebKit23WebApplicationCacheHostEED1Ev
+ fun:_ZN7WebCore28ApplicationCacheHostInternalD0Ev
+ fun:_ZN3WTF14deleteOwnedPtrIN7WebCore28ApplicationCacheHostInternalEEEvPT_
+ fun:_ZN3WTF6OwnPtrIN7WebCore28ApplicationCacheHostInternalEED1Ev
+ fun:_ZN7WebCore20ApplicationCacheHostD1Ev
+ fun:_ZN3WTF14deleteOwnedPtrIN7WebCore20ApplicationCacheHostEEEvPT_
+ fun:_ZN3WTF6OwnPtrIN7WebCore20ApplicationCacheHostEED1Ev
+ fun:_ZN7WebCore14DocumentLoaderD2Ev
+ fun:_ZN6WebKit17WebDataSourceImplD0Ev
+ fun:_ZN3WTF10RefCountedIN7WebCore14DocumentLoaderEE5derefEv
+ fun:_ZN3WTF6RefPtrIN7WebCore14DocumentLoaderEED1Ev
+}
« 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