Skip to content
Snippets Groups Projects
Commit 353d4623 authored by Steven Murray's avatar Steven Murray
Browse files

Added valgrind suppressions for XrdSysUtils_ExecName and dl_init_libceph_common

parent ebd7c579
No related branches found
No related tags found
No related merge requests found
......@@ -552,3 +552,27 @@
fun:OCIEnvCreate
...
}
{
XrdSysUtils_ExecName
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:strdup
fun:_ZN11XrdSysUtils8ExecNameEv
fun:_ZN5XrdCl10DefaultEnvC1Ev
fun:_ZN5XrdCl10DefaultEnv10InitializeEv
obj:/usr/lib64/libXrdCl.so.2.0.0
fun:_dl_init
obj:/usr/lib64/ld-2.17.so
}
{
dl_init_libceph_common
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:_dlerror_run
fun:dlopen@@GLIBC_2.2.5
obj:/usr/lib64/ceph/libceph-common.so.0
fun:_dl_init
obj:/usr/lib64/ld-2.17.so
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment