[Webkit-unassigned] [Bug 148760] New: [EFL] Make it enable to attach gdb to WebKitTestRunner from the launching of the UIProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 17:09:15 PDT 2015


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

            Bug ID: 148760
           Summary: [EFL] Make it enable to attach gdb to WebKitTestRunner
                    from the launching of the UIProcess
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jh718.park at samsung.com
                CC: demarchi at webkit.org

Currently when trying to execute WebKitTestRunner by executable file name itself, it leads to crash
because "DUMPRENDERTREE_TEMP" env is only set in _start of xvfbdriver.py, which means only run-webkit-tests set the envs for now.

This patch enables gdb to be attached to WebKitTestRunner from the launching of the UIProcess by executing the command as below.
TEST_RUNNER_PLUGIN_PATH= TEST_RUNNER_INJECTED_BUNDLE_FILENAME=WebKitBuild/Debug/lib/libTestRunnerInjectedBundle.so \
gdb ./WebKitBuild/Debug/bin/WebKitTestRunner

-- 
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/20150904/507fcb85/attachment-0001.html>


More information about the webkit-unassigned mailing list