Files
lammps/tools/valgrind/libc.supp
2025-04-06 03:49:11 -04:00

83 lines
1.5 KiB
Plaintext

{
libc_dlopen1
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:malloc
fun:strdup
fun:_dl_load_cache_lookup
fun:_dl_map_object
fun:dl_open_worker_begin
fun:_dl_catch_exception
fun:dl_open_worker
fun:_dl_catch_exception
fun:_dl_open
fun:do_dlopen
fun:_dl_catch_exception
fun:_dl_catch_error
}
{
libc_dlopen2
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:*
fun:_dl_new_object
fun:_dl_map_object_from_fd
fun:_dl_map_object
fun:dl_open_worker_begin
fun:_dl_catch_exception
fun:dl_open_worker
fun:_dl_catch_exception
fun:_dl_open
fun:do_dlopen
fun:_dl_catch_exception
fun:_dl_catch_error
}
{
libc_dlopen3
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:*
fun:_dl_check_map_versions
fun:dl_open_worker_begin
fun:_dl_catch_exception
fun:dl_open_worker
fun:_dl_catch_exception
fun:_dl_open
fun:do_dlopen
...
}
{
libc_dlopen4
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:*
fun:_dl_new_object
fun:_dl_map_object_from_fd
fun:_dl_map_object
fun:dl_open_worker_begin
fun:_dl_catch_exception
fun:dl_open_worker
fun:_dl_catch_exception
fun:_dl_open
fun:do_dlopen
fun:_dl_catch_exception
fun:_dl_catch_error
}
{
libc_dlclose1
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:*
fun:_dl_close_worker
fun:_dl_close
fun:_dl_catch_exception
fun:_dl_catch_error
fun:_dlerror_run
...
}