[Webkit-unassigned] [Bug 190327] New: [Xcode] Never build yasm with ASAN

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 6 00:40:17 PDT 2018


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

            Bug ID: 190327
           Summary: [Xcode] Never build yasm with ASAN
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mitz at webkit.org
                CC: ap at webkit.org, ryanhaddad at apple.com, youennf at gmail.com

yasm is only used at build time to derive other source files, so there’s no point building it with ASAN. Worse, when targeting the iOS Simulator, yasm is built as a Simulator binary, even though it’s then run on the host. This works, but if ASAN is enabled, it tries to link against the Simulator ASAN dylib, which causes a failure at runtime.

Patch forthcoming.

-- 
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/20181006/c4aaaa55/attachment.html>


More information about the webkit-unassigned mailing list