https://bugs.kde.org/show_bug.cgi?id=327548

--- Comment #15 from Paul Floyd <pjfl...@wanadoo.fr> ---
(In reply to Samuel Thibault from comment #12)
> Yes that avoids that exact issue, but then a flurry of new ones pop up, I
> was not getting them before:
> 
> ==2511392== Possible data race during read of size 4 at 0x10C128 by thread #2
> ==2511392== Locks held: none
> ==2511392==    at 0x48F31A2: pthread_mutex_lock@@GLIBC_2.2.5
> (pthread_mutex_lock.c:94)

[snip]

I would expect these to be covered by the default suppressions:
{
   helgrind-glibc2X-004
   Helgrind:Race
   obj:*/lib*/libc-2.*so*
}

and

{
   helgrind-glibc2X-005
   Helgrind:Race
   obj:*/lib*/libpthread-2.*so*
}

which are very broad and cover most of the pthread internals.

I'll try to see if I can test on 2.36

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to