libvirt/tests/.valgrind.supp

151 lines
2.7 KiB
Plaintext
Raw Normal View History

2008-04-28 13:36:48 +00:00
{
bashMemoryLeak1
Memcheck:Leak
fun:malloc
fun:xmalloc
...
2013-02-05 15:01:00 +00:00
fun:execute_command_internal
...
obj:*/bin/bash
2008-04-28 13:36:48 +00:00
}
{
bashMemoryLeak2
Memcheck:Leak
fun:malloc
fun:xmalloc
2013-02-05 15:01:00 +00:00
...
2008-04-28 13:55:50 +00:00
fun:yyparse
fun:parse_command
fun:read_command
...
2013-02-05 15:01:00 +00:00
obj:*/bin/bash
}
{
2013-02-05 15:01:00 +00:00
bashMemoryLeak3
Memcheck:Leak
fun:malloc
2013-02-05 15:01:00 +00:00
fun:xmalloc
fun:array_create
fun:array_copy
fun:run_exit_trap
fun:exit_shell
...
2013-02-05 15:01:00 +00:00
obj:*/bin/bash
}
{
bashMemoryLeak4
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:xmalloc
fun:set_default_locale
fun:main
...
obj:*/bin/bash
}
2013-02-05 15:01:00 +00:00
#
# 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, qemumonitorjsontest, qemuhotplugtest,
# qemuagenttest
2013-02-05 15:01:00 +00:00
#
{
dlAllocateTlsMemoryLeak
2013-02-05 15:01:00 +00:00
Memcheck:Leak
fun:calloc
fun:_dl_allocate_tls
fun:pthread_create*
...
2013-02-05 15:01:00 +00:00
fun:mymain
fun:virtTestMain
...
obj:*/lib*/libc-2.*so*
}
#
# commandtest validates the various threaded commands. The
# virThreadCreate() routine allocates and passes args to the
# new thread which now owns the 'args' and thus cannot be free'd
#
{
commandtestLeak1
Memcheck:Leak
fun:calloc
fun:virAlloc
fun:virThreadCreate
fun:mymain
fun:virtTestMain
}
#
# The Error code requires static memory that is never free'd
# for thread local storage to store error message/data
#
{
commandtestLeak2
Memcheck:Leak
fun:calloc
fun:virAlloc
...
fun:vir*LastError*
fun:virEventRunDefaultImpl
fun:virCommandThreadWorker
fun:virThreadHelper
fun:start_thread
fun:clone
}
#
# Some of the commandtests (test0, test1, test4, & test18) cause the
# following traceback although it appears the memory is properly freed
#
{
commandtestLeak3
Memcheck:Leak
fun:calloc
fun:virAllocN
fun:virEventPollRunOnce
fun:virEventRunDefaultImpl
fun:virCommandThreadWorker
fun:virThreadHelper
fun:start_thread
fun:clone
}
#
# seclabeltest relies on 'selabel_close' which is not in libvirt
#
{
seclabeltestcond1
Memcheck:Cond
obj:/usr/lib64/libselinux.so.1
fun:selabel_close
fun:virSecuritySELinuxSecurityDriverClose
fun:virSecurityManagerDispose
fun:virObjectUnref
fun:main
}