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

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

Issue 10261035: Suppress unaddressable on ChromeBrowserMainExtraPartsAsh::PreMainMessageLoopStart (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 0f7bdcfec2bffa93b95bd341de55ca57f3e725e4..c16a91359d40304e8c7b340bc449ca872e73635e 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5775,6 +5775,22 @@
...
fun:_ZN*_*_Test8TestBodyEv
}
+{
+ bug_125801
+ Memcheck:Unaddressable
+ fun:_ZNK10scoped_ptrIN4aura10RootWindowEE3getEv
+ fun:_ZN3ash5Shell13GetRootWindowEv
+ fun:_ZN30ChromeBrowserMainExtraPartsAsh23PreMainMessageLoopStartEv
+ fun:_ZN22ChromeBrowserMainParts23PreMainMessageLoopStartEv
+ fun:_ZN30ChromeBrowserMainPartsChromeos23PreMainMessageLoopStartEv
+ fun:_ZN7content15BrowserMainLoop20MainMessageLoopStartEv
+ fun:_ZN12_GLOBAL__N_121BrowserMainRunnerImpl10InitializeERKN7content18MainFunctionParamsE
+ fun:_Z11BrowserMainRKN7content18MainFunctionParamsE
+ fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRKN7content18MainFunctionParamsEPNS2_19ContentMainDelegateE
+ fun:_ZN12_GLOBAL__N_121ContentMainRunnerImpl3RunEv
+ fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
+ fun:ChromeMain
+}
#-----------------------------------------------------------------------
# 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