[Webkit-unassigned] [Bug 144737] [EFL] REGRESSION(r183907): It made all inspector-protocol test crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 11:39:09 PDT 2015


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
(In reply to comment #0)
> STDERR: 1   0x7fbf48d13ff8
> STDERR: 2   0x7fbf4456bd40
> STDERR: 3   0x7fbf46bbf7b0
> WebKit::WebInspectorProxy::attachAvailabilityChanged(bool)
> STDERR: 4   0x7fbf46d6667b
> WebKit::WebInspectorProxy::didReceiveMessage(IPC::Connection&,
> IPC::MessageDecoder&)

Err, sorry for the breakage. Those top two frames are mysterious, are there normally unnamed frames in crash logs, and if so what might they mean?

The added code in WebInspectorProxy::attachAvailabilityChanged was:

>    if (!m_underTest) 
>        m_inspectorPage->process().send(Messages::WebInspectorUI::SetDockingUnavailable(!m_canAttach), m_inspectorPage->pageID()); 

I would expect m_inspectorPage to be valid, but I don't see us crashing otherwise =(.

-- 
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/20150507/dfd5b5ab/attachment.html>


More information about the webkit-unassigned mailing list