[llvm-bugs] [Bug 33911] check-lld with Thread Sanitizers fails

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jul 24 10:46:28 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33911

Davide Italiano <davide at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Davide Italiano <davide at freebsd.org> ---
Apologies, turns out `Conf` in lib/LTO can be accessed at the same time by
multiple threads therefore mutating it its not thread-safe.

Many thanks to TSAN for helping finding this bug immediately :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170724/1523e0e4/attachment.html>


More information about the llvm-bugs mailing list