Bug 153389 - REGRESSION (r184215): Staged XPC services load non-staged shims
Summary: REGRESSION (r184215): Staged XPC services load non-staged shims
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-22 20:38 PST by mitz
Modified: 2016-01-22 23:14 PST (History)
3 users (show)

See Also:


Attachments
Have the install name match the install path in staged installs (1.14 KB, patch)
2016-01-22 21:58 PST, mitz
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2016-01-22 20:38:22 PST
<rdar://problem/24304228>

After <http://trac.webkit.org/r184215> (the fix for bug 144922), the staged XPC services are loading the shims from the non-staged location. This is happening because the staged shims’ install names were needlessly set to their non-staged locations.

Patch forthcoming.
Comment 1 mitz 2016-01-22 21:58:42 PST
Created attachment 269650 [details]
Have the install name match the install path in staged installs
Comment 2 mitz 2016-01-22 23:07:28 PST
Fixed in <http://trac.webkit.org/r195505>.
Comment 3 Alexey Proskuryakov 2016-01-22 23:09:34 PST
Now I know that you type my name by hand :-0
Comment 4 mitz 2016-01-22 23:14:38 PST
http://trac.webkit.org/r195506 😐