[Webkit-unassigned] [Bug 236829] Can't run Webkit (local build & nightly build) with Safari on M1 Max

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 21 16:47:00 PST 2022


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |jbedard at apple.com

--- Comment #4 from Alexey Proskuryakov <ap at webkit.org> ---
I think that we'd be getting crashes if it's just an incompatible change. This seems like a different kind of issue.

Could you please check what frameworks SafariForWebkitDevelopment uses? Checking open files for it using Activity Monitor is the easiest way to do it.

Reproducing on command line directly with logging could provide some useful insight:

cd <your build directory>

DYLD_FRAMEWORK_PATH=$PWD DYLD_LIBRARY_PATH=$PWD __XPC_DYLD_FRAMEWORK_PATH=$PWD __XPC_DYLD_LIBRARY_PATH=$PWD WEBKIT_UNSET_DYLD_FRAMEWORK_PATH=YES DYLD_PRINT_LIBRARIES=YES DYLD_PRINT_SEARCHING=YES /Library/Application\ Support/Apple/Safari/SafariForWebKitDevelopment

-- 
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/20220222/7bc0e96e/attachment-0001.htm>


More information about the webkit-unassigned mailing list