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

Mark Wielaard <m...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|helgrind bar_bad testcase   |helgrind/drd bar_bad
                   |hangs with new glibc        |testcase hangs with new
                   |pthread barrier             |glibc pthread barrier
                   |implementation              |implementation

--- Comment #3 from Mark Wielaard <m...@redhat.com> ---
The problem fixing this for drd is that DRD_(barrier_destroy) is called after
pthread_barrier_destroy. But that call might now hang and then bar_bad invokes
a watchdog to exit the program, so the post handler is never called.

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

Reply via email to