mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
78 lines
1.2 KiB
Plaintext
78 lines
1.2 KiB
Plaintext
{
|
|
bashMemoryLeak1
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:xmalloc
|
|
...
|
|
fun:execute_command_internal
|
|
...
|
|
obj:*/bin/bash
|
|
}
|
|
{
|
|
bashMemoryLeak2
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:xmalloc
|
|
...
|
|
fun:yyparse
|
|
fun:parse_command
|
|
fun:read_command
|
|
...
|
|
obj:*/bin/bash
|
|
}
|
|
{
|
|
bashMemoryLeak3
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:xmalloc
|
|
fun:array_create
|
|
fun:array_copy
|
|
fun:run_exit_trap
|
|
fun:exit_shell
|
|
...
|
|
obj:*/bin/bash
|
|
}
|
|
#
|
|
# Failure seen in /usr/lib64/ld-2.15.so
|
|
#
|
|
{
|
|
dlInitMemoryLeak1
|
|
Memcheck:Leak
|
|
fun:?alloc
|
|
...
|
|
fun:call_init.part.0
|
|
fun:_dl_init
|
|
...
|
|
obj:*/lib*/ld-2.*so*
|
|
}
|
|
#
|
|
# Failure seen in
|
|
# p11_kit_registered_module_to_name: /usr/lib64/libp11-kit.so.0.0.0
|
|
# gnutls_pkcs11_init: /usr/lib64/libgnutls.so.26.22.4
|
|
#
|
|
{
|
|
gnutlsInitMemoryLeak
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:strdup
|
|
fun:p11_kit_registered_module_to_name
|
|
fun:gnutls_pkcs11_init
|
|
fun:gnutls_global_init
|
|
...
|
|
obj:*/lib*/libc-2.*so*
|
|
}
|
|
#
|
|
# Failure seen in eventtest
|
|
#
|
|
{
|
|
eventtestMemoryLeak
|
|
Memcheck:Leak
|
|
fun:calloc
|
|
fun:_dl_allocate_tls
|
|
fun:pthread_create*
|
|
fun:mymain
|
|
fun:virtTestMain
|
|
...
|
|
obj:*/lib*/libc-2.*so*
|
|
}
|