[Webkit-unassigned] [Bug 186588] [WPE] Trying to access the remote inspector hits an assertion in the UIProcess
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 13 01:53:58 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186588
Adrian Perez <aperez at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|webkit-unassigned at lists.web |aperez at igalia.com
|kit.org |
--- Comment #1 from Adrian Perez <aperez at igalia.com> ---
After some investigation I have been able to determine that this
issue is caused by resources inside “libWPEWebInspectorResources.so”
having incorrect base paths:
% gresource list $PREFIX/lib/wpe-webkit-0.1/libWPEWebInspectorResources.so|grep Commands
/org/webkitgtk/inspector/UserInterface/Images/DOMComment.svg
/org/webkitgtk/inspector/UserInterface/Protocol/InspectorBackendCommands.js
(Note that the “/org/webkitgtk” prefix is being used, when it should
have been “/org/wpe” in this case.)
--
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/20180613/172161a3/attachment-0001.html>
More information about the webkit-unassigned
mailing list