mirror of
https://github.com/ceph/ceph
synced 2025-01-31 15:32:38 +00:00
valgrind: more leveldb whitelisting
This commit is contained in:
parent
4eb8f8984a
commit
028f1c709b
@ -23,6 +23,15 @@
|
||||
fun:*leveldb*PosixEnv*Schedule*
|
||||
...
|
||||
}
|
||||
{
|
||||
leveldb leaks a thread
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:pthread_create*
|
||||
...
|
||||
fun:*leveldb*DB*Open*
|
||||
...
|
||||
}
|
||||
{
|
||||
leveldb leaks something else
|
||||
Memcheck:Leak
|
||||
@ -31,6 +40,13 @@
|
||||
fun:*leveldb*InitOnce*
|
||||
...
|
||||
}
|
||||
{
|
||||
leveldb compaction crap
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:*leveldb*DBImpl*BackgroundCompaction*
|
||||
...
|
||||
}
|
||||
{
|
||||
strptime suckage
|
||||
Memcheck:Cond
|
||||
|
Loading…
Reference in New Issue
Block a user