mirror of
https://github.com/ceph/ceph
synced 2025-01-19 09:32:00 +00:00
valgrind: update suppressions for leveldb, libc leaks from mon
These result in clean valgrind leak checks on the mon (at least with my limited vstart testing).
This commit is contained in:
parent
4e18587930
commit
d029abfa5a
@ -1,3 +1,28 @@
|
||||
{
|
||||
ceph global: deliberate onexit leak
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:*set_flush_on_exit*
|
||||
...
|
||||
}
|
||||
{
|
||||
leveldb leaks its environment and various other things
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:pthread_once
|
||||
...
|
||||
fun:*leveldb*Env*Default*
|
||||
...
|
||||
}
|
||||
{
|
||||
leveldb leaks a thread
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:pthread_create*
|
||||
...
|
||||
fun:*leveldb*PosixEnv*Schedule*
|
||||
...
|
||||
}
|
||||
{
|
||||
strptime suckage
|
||||
Memcheck:Cond
|
||||
@ -36,10 +61,11 @@
|
||||
...
|
||||
}
|
||||
{
|
||||
deliberate onexit leak
|
||||
weird thing from libc
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:*set_flush_on_exit*
|
||||
fun:*sub_I_comparator*
|
||||
fun:__libc_csu_init
|
||||
...
|
||||
}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user