]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add suppressions for glibc DTV leaks
authorMark Wielaard <mark@klomp.org>
Wed, 4 Mar 2020 13:23:37 +0000 (14:23 +0100)
committerMark Wielaard <mark@klomp.org>
Wed, 4 Mar 2020 13:24:54 +0000 (14:24 +0100)
commit28371e73dbb9eb6c003455cfb5d5663ca1d465fc
tree4ac929dc8df81a9fc0a94df071630d6c702c2be0
parent5920eb0c4302015f3648354e4f9c059f899194b7
Add suppressions for glibc DTV leaks

The glibc DTV (Dynamic Thread Vector) for the main thread is never
released, not even through __libc_freeres. This causes it to always
show up as a reachable block when used, and sometimes, when it is
extended and then reduced, as a possible leak when memcheck cannot
find a pointer to the start of the block.

https://bugzilla.redhat.com/show_bug.cgi?id=1796433
https://bugzilla.redhat.com/show_bug.cgi?id=1796559

https://bugs.kde.org/show_bug.cgi?id=417578
NEWS
glibc-2.X.supp.in