[Webkit-unassigned] [Bug 171644] [GTK] Assertion failure in Inspector::RemoteInspector::setRemoteInspectorClient when disposing WebKitWebContext
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 3 21:03:40 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=171644
Michael Catanzaro <mcatanzaro at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcatanzaro at igalia.com
--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
So the problem is pretty simple. In WebKitWebContext.cpp, in the destructor of WebKitAutomationClient:
~WebKitAutomationClient()
{
Inspector::RemoteInspector::singleton().setRemoteInspectorClient(nullptr);
}
This is problematic because (a) RemoteInspector::setRemoteInspectorClient asserts that its argument is nonnull, and (b) it also asserts that it has never been called before.
--
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/20170504/0f1f432d/attachment-0001.html>
More information about the webkit-unassigned
mailing list