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

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

Issue 9347019: Add a suppression for user-after-free in WorkerFileSystemCallbacksBridge::stop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | 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 four kinds of suppressions in this file. 1 # There are four 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 5820 matching lines...) Expand 10 before | Expand all | Expand 10 after
5831 fun:_ZN4aura6client21SetActivationDelegateEPNS_6WindowEPNS0_18ActivationDeleg ateE 5831 fun:_ZN4aura6client21SetActivationDelegateEPNS_6WindowEPNS0_18ActivationDeleg ateE
5832 fun:_ZN24RenderWidgetHostViewAuraC1EP16RenderWidgetHost 5832 fun:_ZN24RenderWidgetHostViewAuraC1EP16RenderWidgetHost
5833 fun:_ZN20RenderWidgetHostView19CreateViewForWidgetEP16RenderWidgetHost 5833 fun:_ZN20RenderWidgetHostView19CreateViewForWidgetEP16RenderWidgetHost
5834 } 5834 }
5835 { 5835 {
5836 bug_112803 5836 bug_112803
5837 Memcheck:Leak 5837 Memcheck:Leak
5838 fun:_Znw* 5838 fun:_Znw*
5839 fun:_ZN5views45ViewLayerTest_OrphanLayerAfterViewRemove_Test8TestBodyEv 5839 fun:_ZN5views45ViewLayerTest_OrphanLayerAfterViewRemove_Test8TestBodyEv
5840 } 5840 }
5841 {
5842 bug_112835
5843 Memcheck:Unaddressable
5844 ...
5845 fun:_ZN6WebKit31WorkerFileSystemCallbacksBridge4stopEv
5846 fun:_ZN6WebKit31WorkerFileSystemContextObserver10notifyStopEv
5847 fun:_ZN7WebCore13WorkerContext21notifyObserversOfStopEv
5848 fun:_ZN7WebCore29WorkerThreadShutdownStartTask11performTaskEPNS_22ScriptExecu tionContextE
5849 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE
5850 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE
5851 }
5841 5852
5842 #----------------------------------------------------------------------- 5853 #-----------------------------------------------------------------------
5843 # 4. These only occur on our Google workstations 5854 # 4. These only occur on our Google workstations
5844 5855
5845 { 5856 {
5846 bug_todo_getdelim 5857 bug_todo_getdelim
5847 Memcheck:Leak 5858 Memcheck:Leak
5848 fun:malloc 5859 fun:malloc
5849 fun:getdelim 5860 fun:getdelim
5850 ... 5861 ...
5851 fun:call_init 5862 fun:call_init
5852 fun:_dl_init 5863 fun:_dl_init
5853 } 5864 }
5854 { 5865 {
5855 bug_todo_getdelim2 5866 bug_todo_getdelim2
5856 Memcheck:Leak 5867 Memcheck:Leak
5857 fun:malloc 5868 fun:malloc
5858 fun:getdelim 5869 fun:getdelim
5859 obj:/lib/libselinux.so.1 5870 obj:/lib/libselinux.so.1
5860 obj:/lib/libselinux.so.1 5871 obj:/lib/libselinux.so.1
5861 obj:/lib/libselinux.so.1 5872 obj:/lib/libselinux.so.1
5862 } 5873 }
5863 { 5874 {
5864 bug_todo_grep 5875 bug_todo_grep
5865 Memcheck:Leak 5876 Memcheck:Leak
5866 fun:malloc 5877 fun:malloc
5867 obj:/bin/grep 5878 obj:/bin/grep
5868 obj:/bin/grep 5879 obj:/bin/grep
5869 } 5880 }
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