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

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

Issue 8540004: One more sqlite Addr4 suppression and one more tracked_objects leak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 109598)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3269,7 +3269,7 @@
fun:_ZN14RunnableMethodI14SessionBackendMS0_FvPSt6vectorIP14SessionCommandSaIS3_EEbE6Tuple2IS6_bEE3RunEv
}
{
- bug_76197
+ bug_76197a
Memcheck:Addr4
fun:sqlite3DbFree
fun:releaseMemArray
@@ -3295,6 +3295,17 @@
fun:_ZN7history16InMemoryDatabaseD0Ev
}
{
+ bug_76197b
+ Memcheck:Addr4
+ ...
+ fun:sqlite3_step
+ fun:sqlite3_exec
+ fun:_ZN3sql10Connection7ExecuteEPKc
+ fun:_ZN7history11URLDatabase31CreateKeywordSearchTermsIndicesEv
+ fun:_ZN7history16InMemoryDatabase12InitFromDiskERK8FilePath
+ fun:_ZN7history22InMemoryHistoryBackend4InitERK8FilePathS3_PNS_11URLDatabaseERKSs
+}
+{
bug_76354
Memcheck:Leak
...
@@ -5180,6 +5191,13 @@
fun:_ZN15tracked_objects10ThreadData3?TallyRunOn*ThreadIfTrackingE*
}
{
+ bug_102327c
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN15tracked_objects10ThreadData11TallyABirthERKNS_8LocationE
+ fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
+}
+{
bug_102614
Memcheck:Leak
fun:_Znw*
« 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