Bug 153389

Summary: REGRESSION (r184215): Staged XPC services load non-staged shims
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, sam
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Have the install name match the install path in staged installs ap: review+

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 😐