[Webkit-unassigned] [Bug 216318] WebKit should support building with clang ThreadSanitizer enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 10:38:41 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216318

David Kilzer (:ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|webkit-unassigned at lists.web |ddkilzer at webkit.org
                   |kit.org                     |

--- Comment #1 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
Created attachment 408340

  --> https://bugs.webkit.org/attachment.cgi?id=408340&action=review

WIP Patch v1

This is a WIP that implements basic TSan instrumentation for malloc::Mutex and WTF::Lock classes.

It does not provide a way to enable TSan when building yet, though one can enable ASan and change ENABLE_ADDRESS_SANITIZER=YES to ENABLE_THREAD_SANITIZER=YES in Tools/asan/asan.xcconfig for Apple platforms.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200909/9d79a1f1/attachment.htm>


More information about the webkit-unassigned mailing list