Re: Valgrind-3.23.0.RC1 is available for testing

Paul Floyd via Valgrind-users <[email protected]> Tue, 23 Apr 2024 20:00:35 +0200
Newsgroups gmane.comp.debugging.valgrind
Message-ID <[email protected]>

> On 22 Apr 2024, at 20:40, Carl Love via Valgrind-users <[email protected]> wrote:
> 
> Mark:
> 
> The PowerPC test results for Valgrind 3.23.0.RC1
> 
> -----------------------------------------------------------
> Power 10, Fedora release 38 :
> 
>  memcheck/tests/linux/rfcomm              (stderr)  also fails for valgrind 3.21.0
>  helgrind/tests/getaddrinfo               (stderr)  did not fail for valgrind 3.21.0

This probably needs some suppressions. On other platforms (and libcs) getaddrinfo uses a load of non-pthread locks causing a lot of noise.

A+
Paul