Index: tools/valgrind/memcheck/suppressions.txt |
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt |
index 10540a118eb3489767fde711c6c6ba269cdf34cc..1d0597b14015c49c0155a4694458da2077c0f826 100644 |
--- a/tools/valgrind/memcheck/suppressions.txt |
+++ b/tools/valgrind/memcheck/suppressions.txt |
@@ -314,6 +314,14 @@ |
fun:sqlite3BtreeCommitPhaseOne |
} |
{ |
+ bug_23314b |
+ Memcheck:Addr4 |
+ fun:sqlite3PcacheClearSyncFlags |
+ fun:syncJournal |
+ fun:sqlite3PagerCommitPhaseOne |
+ fun:sqlite3BtreeCommitPhaseOne |
+} |
+{ |
# Valgrind doesn't grok clone quite yet on x64, |
# see https://bugs.kde.org/show_bug.cgi?id=117564 |
valgrind_bug_117564 |