https://bugs.kde.org/show_bug.cgi?id=327548
--- Comment #16 from Samuel Thibault <samuel.thiba...@ens-lyon.org> --- > I would expect these to be covered by the default suppressions: > { > helgrind-glibc2X-004 > Helgrind:Race > obj:*/lib*/libc-2.*so* > } Ah, but glibc renamed libc-2.*so* into just libc.so.6, so that suppression won't take effect. Duplicating the entry with libc.so.* does indeed seem to avoid the warnings. I'll try to test on more machines and archs. -- You are receiving this mail because: You are watching all bug changes.