mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
valgrind: Add getaddrinfo leak suppression
With Fedora 34 in our CI, we start seeing a sometime leak in getaddrinfo. At first sight it looks like some TLS context being leaked. Could be a thread teardown leak, just suppress it for now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5562>
This commit is contained in:
parent
ce91004c3b
commit
6b0124744e
1 changed files with 10 additions and 0 deletions
|
@ -2574,6 +2574,16 @@
|
||||||
fun:getaddrinfo
|
fun:getaddrinfo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
## Fedora 34 getaddrinfo context tls leak (probably some thread teardown race)
|
||||||
|
## https://codebrowser.dev/glibc/glibc/resolv/resolv_context.c.html#current
|
||||||
|
{
|
||||||
|
<Context Leaked>
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:maybe_init
|
||||||
|
fun:*
|
||||||
|
fun:getaddrinfo
|
||||||
|
}
|
||||||
|
|
||||||
## Dynamic pad templates in mxfmux
|
## Dynamic pad templates in mxfmux
|
||||||
{
|
{
|
||||||
<Dynamic pad templates in mxfmux>
|
<Dynamic pad templates in mxfmux>
|
||||||
|
|
Loading…
Reference in a new issue