[Webkit-unassigned] [Bug 177430] New: Tools/Scripts/run-jsc --debugger no longer works in recent versions of Mac OS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 25 06:27:45 PDT 2017


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

            Bug ID: 177430
           Summary: Tools/Scripts/run-jsc --debugger no longer works in
                    recent versions of Mac OS
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rmorisset at apple.com

The problem is that it relies on DYLD_FRAMEWORK_PATH, and System Protection Integrity in recent versions of Mac OS reset this variable when calling "protected" executables.. such as lldb.

The solution is to run env DYLD_FRAMEWORK_PATH=... in the LLDB repl after it is launched.

-- 
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/20170925/e0663bc7/attachment.html>


More information about the webkit-unassigned mailing list