summaryrefslogtreecommitdiff
path: root/docs/valgrind-suppressions-sqlite3
blob: edb3b6d4717acd78309e031ea906cbd2a5828e20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
{
   boost-threads, posix destructor
   Memcheck:Leak
   fun:malloc
   fun:_ZN5boost6detail25get_once_per_thread_epochEv
   ...
}