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

Side by Side 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, 7 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
« 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 2734 matching lines...) Expand 10 before | Expand all | Expand 10 after
2745 fun:g_main_context_iterate 2745 fun:g_main_context_iterate
2746 fun:g_main_context_iteration 2746 fun:g_main_context_iteration
2747 fun:_ZN4base16MessagePumpForUI17RunWithDispatcherEPNS_11MessagePump8DelegateE PNS0_10DispatcherE 2747 fun:_ZN4base16MessagePumpForUI17RunWithDispatcherEPNS_11MessagePump8DelegateE PNS0_10DispatcherE
2748 fun:_ZN11MessageLoop11RunInternalEv 2748 fun:_ZN11MessageLoop11RunInternalEv
2749 fun:_ZN11MessageLoop10RunHandlerEv 2749 fun:_ZN11MessageLoop10RunHandlerEv
2750 fun:_ZN16MessageLoopForUI3RunEPN4base16MessagePumpForUI10DispatcherE 2750 fun:_ZN16MessageLoopForUI3RunEPN4base16MessagePumpForUI10DispatcherE
2751 fun:_ZN59_GLOBAL__N_chrome_browser_browser_main.cc_00000000_F6B6498C16RunUIMe ssageLoopEP14BrowserProcess 2751 fun:_ZN59_GLOBAL__N_chrome_browser_browser_main.cc_00000000_F6B6498C16RunUIMe ssageLoopEP14BrowserProcess
2752 fun:_Z11BrowserMainRK18MainFunctionParams 2752 fun:_Z11BrowserMainRK18MainFunctionParams
2753 fun:ChromeMain 2753 fun:ChromeMain
2754 } 2754 }
2755 {
2756 bug_42897
2757 Memcheck:Leak
2758 fun:malloc
2759 fun:realloc
2760 fun:_ZN6Pickle6ResizeEj
2761 fun:_ZN6PickleC2Ei
2762 fun:_ZN3IPC7MessageC2EijNS0_13PriorityValueE
2763 fun:_ZN3IPC16MessageWithTupleI6Tuple1IiEEC2EijRKS1_IRKiE
2764 fun:_ZN26AppCacheMsg_UnregisterHostC1ERKi
2765 fun:_ZN20AppCacheBackendProxy14UnregisterHostEi
2766 fun:_ZN8appcache27WebApplicationCacheHostImplD2Ev
2767 fun:_ZN35RendererWebApplicationCacheHostImplD0Ev
2768 fun:_ZN3WTF14deleteOwnedPtrIN6WebKit23WebApplicationCacheHostEEEvPT_
2769 fun:_ZN3WTF6OwnPtrIN6WebKit23WebApplicationCacheHostEED1Ev
2770 fun:_ZN7WebCore28ApplicationCacheHostInternalD0Ev
2771 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore28ApplicationCacheHostInternalEEEvPT_
2772 fun:_ZN3WTF6OwnPtrIN7WebCore28ApplicationCacheHostInternalEED1Ev
2773 fun:_ZN7WebCore20ApplicationCacheHostD1Ev
2774 fun:_ZN3WTF14deleteOwnedPtrIN7WebCore20ApplicationCacheHostEEEvPT_
2775 fun:_ZN3WTF6OwnPtrIN7WebCore20ApplicationCacheHostEED1Ev
2776 fun:_ZN7WebCore14DocumentLoaderD2Ev
2777 fun:_ZN6WebKit17WebDataSourceImplD0Ev
2778 fun:_ZN3WTF10RefCountedIN7WebCore14DocumentLoaderEE5derefEv
2779 fun:_ZN3WTF6RefPtrIN7WebCore14DocumentLoaderEED1Ev
2780 }
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