mirror of https://gitee.com/openkylin/libvirt.git
valgrind: Adjust filter for _dl_allocate_tls
More tests are now using the path - adjust the filter to include any path from a test through pthread_create to _dl_allocate_tls
This commit is contained in:
parent
3b4b121423
commit
6e69166ef1
|
@ -62,14 +62,16 @@
|
|||
obj:*/lib*/libc-2.*so*
|
||||
}
|
||||
#
|
||||
# Failure seen in eventtest
|
||||
# Failure seen in eventtest, qemumonitorjsontest, qemuhotplugtest,
|
||||
# qemuagenttest
|
||||
#
|
||||
{
|
||||
eventtestMemoryLeak
|
||||
dlAllocateTlsMemoryLeak
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
fun:_dl_allocate_tls
|
||||
fun:pthread_create*
|
||||
...
|
||||
fun:mymain
|
||||
fun:virtTestMain
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue