[llvm-bugs] [Bug 47181] [libunwind] FrameHeaderCache broken/segfaulting in multithreaded environments (e.g. lld)

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 18 14:42:45 PDT 2020


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

saugustine at google.com changed:

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

--- Comment #5 from saugustine at google.com ---
Don't know if we should consider this "fixed" or not. It shouldn't fail
anymore, because the cache is disabled by default, but it would be better to
either add manual locking to the cache, or to the libcs that don't have it.

-- 
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/20200818/8d6c795d/attachment.html>


More information about the llvm-bugs mailing list