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

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

Issue 10286003: Suppress unaddressable in gdata::GDataSystemService::file_system() (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 08f07258578fc11707d48411d49ff0dd07a56441..31192f60eef366a214df9694ba3c63a90b161bf4 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5784,6 +5784,33 @@
...
fun:_ZN7testing8internal15TestFactoryImpl*
}
+{
+ bug_125833
+ Memcheck:Unaddressable
+ fun:_ZNK10scoped_ptrIN5gdata15GDataFileSystemEE3getEv
+ fun:_ZN5gdata18GDataSystemService11file_systemEv
+ fun:_ZN8chromeos12_GLOBAL__N_118SystemTrayDelegate10SetProfileEP7Profile
+ fun:_ZN8chromeos12_GLOBAL__N_118SystemTrayDelegate7ObserveEiRKN7content18NotificationSourceERKNS2_19NotificationDetailsE
+ fun:_ZN23NotificationServiceImpl6NotifyEiRKN7content18NotificationSourceERKNS0_19NotificationDetailsE
+ fun:_ZN11ProfileImpl11DoFinalInitEb
+ fun:_ZN11ProfileImpl13OnPrefsLoadedEb
+ fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateENS3_10CreateModeE
+ fun:_ZN7Profile13CreateProfileERK8FilePathPNS_8DelegateENS_10CreateModeE
+ fun:_ZN14ProfileManager19CreateProfileHelperERK8FilePath
+ fun:_ZN14ProfileManager10GetProfileERK8FilePath
+ fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
+ fun:_ZN14ProfileManager17GetDefaultProfileEv
+ fun:_ZN8chromeos12_GLOBAL__N_118SystemTrayDelegate27GetDriveOperationStatusListEPSt6vectorIN3ash20DriveOperationStatusESaIS4_EE
+ fun:_ZN3ash8internal12_GLOBAL__N_123GetCurrentOperationListEv
+ fun:_ZN3ash8internal9TrayDrive20GetInitialVisibilityEv
+ fun:_ZN3ash8internal13TrayImageItem14CreateTrayViewENS_4user11LoginStatusE
+ fun:_ZN3ash10SystemTray11AddTrayItemEPNS_14SystemTrayItemE
+ fun:_ZN3ash10SystemTray11CreateItemsEv
+ fun:_ZN3ash5Shell4InitEv
+ fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
+ fun:_ZN30ChromeBrowserMainExtraPartsAsh14PreProfileInitEv
+}
+
#-----------------------------------------------------------------------
# 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