summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-09-07 21:09:27 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-09-07 21:09:27 +0200
commitb1c7c442fad59efebaa617cfbea514c2b89a2dc2 (patch)
tree7dbb4fc207c772e9b80be59fce6af096272d90a8
parente10a5727f4178d6e31b252e49389b7dd86bdbbc4 (diff)
downloadsqlitexx-b1c7c442fad59efebaa617cfbea514c2b89a2dc2.tar.gz
sqlitexx-b1c7c442fad59efebaa617cfbea514c2b89a2dc2.tar.bz2
corrected valgrind suppression file
-rw-r--r--docs/valgrind-suppressions-sqlite322
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/valgrind-suppressions-sqlite3 b/docs/valgrind-suppressions-sqlite3
index 981f971..edb3b6d 100644
--- a/docs/valgrind-suppressions-sqlite3
+++ b/docs/valgrind-suppressions-sqlite3
@@ -1,12 +1,14 @@
+# boost-log
+
+# boost-threads, posix thread desctructors never called, see
+# http://archives.free.net.ph/message/20100827.095949.a70bfa41.en.html
+# https://bugzilla.redhat.com/show_bug.cgi?id=627875
+# https://bugzilla.redhat.com/show_bug.cgi?id=629673
{
- sqlite3 uninitialized write in journal (see http://www.sqlite.org/cvstrac/chngview?cn=5968)
- Memcheck:Param
- write(buf)
- fun:__write_nocancel
- fun:sqlite3OsWrite
- fun:writeJournalHdr
- fun:pager_open_journal
- fun:sqlite3BtreeBeginTrans
- fun:sqlite3VdbeExec
- fun:sqlite3_step
+ boost-threads, posix destructor
+ Memcheck:Leak
+ fun:malloc
+ fun:_ZN5boost6detail25get_once_per_thread_epochEv
+ ...
}
+