[Webkit-unassigned] [Bug 152291] New: REGRESSION (r194022): Production builds of PluginProcess crash on launch when not installed in /System

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 14 20:36:31 PST 2015


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

            Bug ID: 152291
           Summary: REGRESSION (r194022): Production builds of
                    PluginProcess crash on launch when not installed in
                    /System
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P1
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mitz at webkit.org

<rdar://problem/23886216>

On El Capitan, the legacy processes link normally against the shims, but are still launched with DYLD_INSERT_LIBRARIES pointing to the shim, so when run from a non-/System location, the shim is loaded from the non-/System location thanks to DYLD_INSERT_LIBRARIES. After <http://trac.webkit.org/r194022> changed the install name of the shim, the load command in the main executable points at a non-existent path in /System, so the linker crashes the process.

Patch forthcoming.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151215/03d08a66/attachment.html>


More information about the webkit-unassigned mailing list