[Webkit-unassigned] [Bug 180691] Symbol not found: __ZN3WTF8LockBase10unlockSlowEv
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 12 00:00:55 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=180691
--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
Looks like system macOS 10.13.2 Safari needs this symbol:
$ c++filt __ZN3WTF8LockBase10unlockSlowEv
WTF::LockBase::unlockSlow()
Typically we add back something like this into:
WTF/wtf/mac/DeprecatedSymbolsUsedBySafari.mm
I don't know the full list of symbols we need to add back. Probably a few of these, which just moved from WTF::LockBase to WTF::Lock.
WTF_EXPORT_PRIVATE void lockSlow();
WTF_EXPORT_PRIVATE void unlockSlow();
WTF_EXPORT_PRIVATE void unlockFairlySlow();
WTF_EXPORT_PRIVATE void safepointSlow();
--
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/20171212/53295c57/attachment.html>
More information about the webkit-unassigned
mailing list