|
From: Paul F. <pj...@wa...> - 2025-10-24 06:28:40
|
> On 24 Oct 2025, at 07:54, Paul Floyd via Valgrind-users <val...@li...> wrote: > > >>> On 24 Oct 2025, at 02:18, Mark Wielaard <ma...@kl...> wrote: >>> >>> >>> helgrind/tests/getaddrinfo (stderr) >> This one is "flaky" on some other arches too. > > That means that suppressions should be added so that it passes. The testcase does not contain any errors. ‘getaddrinfo’ seems to use many libc non-pthread internal locks which are not recognised by Helgrind or DRD. > … or existing suppressions wildcarded if they are “near misses”. A+ Paul |