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

Unified 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 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 120740)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5838,6 +5838,17 @@
fun:_Znw*
fun:_ZN5views45ViewLayerTest_OrphanLayerAfterViewRemove_Test8TestBodyEv
}
+{
+ bug_112835
+ Memcheck:Unaddressable
+ ...
+ fun:_ZN6WebKit31WorkerFileSystemCallbacksBridge4stopEv
+ fun:_ZN6WebKit31WorkerFileSystemContextObserver10notifyStopEv
+ fun:_ZN7WebCore13WorkerContext21notifyObserversOfStopEv
+ fun:_ZN7WebCore29WorkerThreadShutdownStartTask11performTaskEPNS_22ScriptExecutionContextE
+ fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionContextE
+ fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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