<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [EFL] REGRESSION(r183907): It made all inspector-protocol test crash"
   href="https://bugs.webkit.org/show_bug.cgi?id=144737#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [EFL] REGRESSION(r183907): It made all inspector-protocol test crash"
   href="https://bugs.webkit.org/show_bug.cgi?id=144737">bug 144737</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144737#c0">comment #0</a>)
<span class="quote">&gt; STDERR: 1   0x7fbf48d13ff8
&gt; STDERR: 2   0x7fbf4456bd40
&gt; STDERR: 3   0x7fbf46bbf7b0
&gt; WebKit::WebInspectorProxy::attachAvailabilityChanged(bool)
&gt; STDERR: 4   0x7fbf46d6667b
&gt; WebKit::WebInspectorProxy::didReceiveMessage(IPC::Connection&amp;,
&gt; IPC::MessageDecoder&amp;)</span >

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:

<span class="quote">&gt;    if (!m_underTest) 
&gt;        m_inspectorPage-&gt;process().send(Messages::WebInspectorUI::SetDockingUnavailable(!m_canAttach), m_inspectorPage-&gt;pageID()); </span >

I would expect m_inspectorPage to be valid, but I don't see us crashing otherwise =(.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>