summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-10 17:32:03 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-10 17:32:03 +0000
commit2b513af3bb1af45b4d69f9cb7900152a49d8cf68 (patch)
treec5c20ccb6875b5fbd838fd9b0831d15394146f3c /tools
parent91c0cf566ad54739115992c3e63a7b7a3b262c1f (diff)
downloadchromium_src-2b513af3bb1af45b4d69f9cb7900152a49d8cf68.zip
chromium_src-2b513af3bb1af45b4d69f9cb7900152a49d8cf68.tar.gz
chromium_src-2b513af3bb1af45b4d69f9cb7900152a49d8cf68.tar.bz2
Valgrind reports issue in JSONWriter on shutdown
Adds Valgrind suppression for CrOS / JSONWriter errors. BUG=75634 TEST=Valgrind on CrOS TBR=adamk@chromium.org Review URL: http://codereview.chromium.org/6659036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 115e6a3..f9679fa 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3945,6 +3945,51 @@
fun:_Znw*
fun:*AutofillDownloadTestHelper*
}
+{
+ bug_75634_a
+ Memcheck:Value4
+ ...
+ fun:_ZNSs6appendEPKc
+ fun:_ZN4base10JSONWriter15BuildJSONStringEPK5Valueib
+ fun:_ZN4base10JSONWriter15BuildJSONStringEPK5Valueib
+ fun:_ZN4base10JSONWriter15BuildJSONStringEPK5Valueib
+ fun:_ZN4base10JSONWriter15BuildJSONStringEPK5Valueib
+ fun:_ZN4base10JSONWriter23WriteWithOptionalEscapeEPK5ValuebbPSs
+ fun:_ZN4base10JSONWriter5WriteEPK5ValuebPSs
+ fun:_ZN25JSONStringValueSerializer9SerializeERK5Value
+ fun:_ZN13JsonPrefStore13SerializeDataEPSs
+ fun:_ZN13JsonPrefStore10WritePrefsEv
+ fun:_ZN11PrefService19SavePersistentPrefsEv
+ fun:_ZN11ProfileImpl19MarkAsCleanShutdownEv
+ fun:_ZN11ProfileImplD0Ev
+ fun:_ZN14ProfileManagerD0Ev
+ fun:_ZN10scoped_ptrI14ProfileManagerE5resetEPS0_
+ fun:_ZN18BrowserProcessImplD0Ev
+ fun:_ZN16browser_shutdown8ShutdownEv
+}
+{
+ bug_75634_b
+ Memcheck:Cond
+ fun:memcpy
+ fun:_ZNSs6appendEPKcj
+ fun:_ZNSs6appendEPKc
+ fun:_ZN4base10JSONWriter15BuildJSONStringEPK5Valueib
+ fun:_ZN4base10JSONWriter15BuildJSONStringEPK5Valueib
+ fun:_ZN4base10JSONWriter15BuildJSONStringEPK5Valueib
+ fun:_ZN4base10JSONWriter15BuildJSONStringEPK5Valueib
+ fun:_ZN4base10JSONWriter23WriteWithOptionalEscapeEPK5ValuebbPSs
+ fun:_ZN4base10JSONWriter5WriteEPK5ValuebPSs
+ fun:_ZN25JSONStringValueSerializer9SerializeERK5Value
+ fun:_ZN13JsonPrefStore13SerializeDataEPSs
+ fun:_ZN13JsonPrefStore10WritePrefsEv
+ fun:_ZN11PrefService19SavePersistentPrefsEv
+ fun:_ZN11ProfileImpl19MarkAsCleanShutdownEv
+ fun:_ZN11ProfileImplD0Ev
+ fun:_ZN14ProfileManagerD0Ev
+ fun:_ZN10scoped_ptrI14ProfileManagerE5resetEPS0_
+ fun:_ZN18BrowserProcessImplD0Ev
+ fun:_ZN16browser_shutdown8ShutdownEv
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations