mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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*
|
obj:*/lib*/libc-2.*so*
|
||||||
}
|
}
|
||||||
#
|
#
|
||||||
# Failure seen in eventtest
|
# Failure seen in eventtest, qemumonitorjsontest, qemuhotplugtest,
|
||||||
|
# qemuagenttest
|
||||||
#
|
#
|
||||||
{
|
{
|
||||||
eventtestMemoryLeak
|
dlAllocateTlsMemoryLeak
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
fun:calloc
|
fun:calloc
|
||||||
fun:_dl_allocate_tls
|
fun:_dl_allocate_tls
|
||||||
fun:pthread_create*
|
fun:pthread_create*
|
||||||
|
...
|
||||||
fun:mymain
|
fun:mymain
|
||||||
fun:virtTestMain
|
fun:virtTestMain
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user