WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
159958
run-safari doesn't work with Safari 10 on 10.11
https://bugs.webkit.org/show_bug.cgi?id=159958
Summary
run-safari doesn't work with Safari 10 on 10.11
Alexey Proskuryakov
Reported
2016-07-19 16:35:35 PDT
As reported in webkit-dev: $ ./Tools/Scripts/run-safari Safari 10 starts, but nothing loads probably because it cannot load its injected bundle. This is the output: Starting SafariForWebKitDevelopment with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Users/bari/src/webkit/WebKitBuild/Release. 2016-07-18 14:18:32.900 SafariForWebKitDevelopment[424:4918] [Keychain] SecItemCopyMatching failed fetching extension list with error -34018 2016-07-18 14:18:32.923 SafariForWebKitDevelopment[424:4918] [Keychain] SecItemCopyMatching failed fetching extension list with error -34018 2016-07-18 14:18:33.091 com.apple.WebKit.WebContent.Development[425:4983] Error loading /System/Library/StagedFrameworks/Safari/Safari.framework/Safari: dlopen(/System/Library/StagedFrameworks/Safari/Safari.framework/Safari, 265): Symbol not found: _OBJC_CLASS_$_WBSCompletionListRankingObserver Referenced from: /System/Library/StagedFrameworks/Safari/Safari.framework/Safari Expected in: /System/Library/PrivateFrameworks/SafariShared.framework/Versions/A/SafariShared in /System/Library/StagedFrameworks/Safari/Safari.framework/Safari InjectedBundle::load failed - Could not load the executable from the bundle. <
rdar://problem/27422805
>
Attachments
proposed fix
(1.79 KB, patch)
2016-07-19 16:39 PDT
,
Alexey Proskuryakov
no flags
Details
Formatted Diff
Diff
proposed fix
(1.13 KB, patch)
2016-07-19 23:09 PDT
,
Alexey Proskuryakov
no flags
Details
Formatted Diff
Diff
Make engineering builds of the Web Content service prefer newer frameworks in the staged install path
(6.33 KB, patch)
2016-07-21 21:45 PDT
,
mitz
ap
: review+
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2016-07-19 16:39:51 PDT
Created
attachment 284069
[details]
proposed fix Dan, did I understand you correctly?
mitz
Comment 2
2016-07-19 16:54:50 PDT
Comment on
attachment 284069
[details]
proposed fix This can cause production builds of the XPC services in macOS releases to load the staged WebKit frameworks when the client app isn’t Safari. You should make a change the only affects engineering builds.
Alexey Proskuryakov
Comment 3
2016-07-19 23:09:52 PDT
Created
attachment 284085
[details]
proposed fix Good catch. Attaching another fix that I have, but it seems conceptually wrong too. Needs more discussion.
Alexey Proskuryakov
Comment 4
2016-07-21 16:15:38 PDT
Dan convinced me that doing it conditionally for engineering builds is the only acceptable way forward. Will hopefully get back to this next week, if no one beats me to it.
mitz
Comment 5
2016-07-21 21:45:30 PDT
Created
attachment 284305
[details]
Make engineering builds of the Web Content service prefer newer frameworks in the staged install path
mitz
Comment 6
2016-07-22 08:13:05 PDT
Fixed in <
https://trac.webkit.org/r203598
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug