<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: reproducible debug ASSERT when inspecting the inspector (WK2)"
   href="https://bugs.webkit.org/show_bug.cgi?id=152080">152080</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Web Inspector: reproducible debug ASSERT when inspecting the inspector (WK2)
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Web Inspector
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>bburg&#64;apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bburg&#64;apple.com, graouts&#64;webkit.org, joepeck&#64;webkit.org, mattbaker&#64;apple.com, nvasilyev&#64;apple.com, timothy&#64;apple.com, webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>:(

Call stack:

ASSERTION FAILED: !m_messageReceivers.contains(std::make_pair(messageReceiverName, destinationID))
/Users/bburg/repos/webkit/OpenSource/Source/WebKit2/Platform/IPC/MessageReceiverMap.cpp(53) : void IPC::MessageReceiverMap::addMessageReceiver(IPC::StringReference, uint64_t, IPC::MessageReceiver &amp;)
1   0x110e72140 WTFCrash
2   0x1136d16fd IPC::MessageReceiverMap::addMessageReceiver(IPC::StringReference, unsigned long long, IPC::MessageReceiver&amp;)
3   0x1135539e2 WebKit::ChildProcessProxy::addMessageReceiver(IPC::StringReference, unsigned long long, IPC::MessageReceiver&amp;)
4   0x113c5db93 WebKit::WebInspectorProxy::eagerlyCreateInspectorPage()
5   0x113c5e92c WebKit::WebInspectorProxy::createInspectorPage(IPC::Attachment, bool, bool)
6   0x113c718b4 void IPC::callMemberFunctionImpl&lt;WebKit::WebInspectorProxy, void (WebKit::WebInspectorProxy::*)(IPC::Attachment, bool, bool), std::__1::tuple&lt;IPC::Attachment, bool, bool&gt;, 0ul, 1ul, 2ul&gt;(WebKit::WebInspectorProxy*, void (WebKit::WebInspectorProxy::*)(IPC::Attachment, bool, bool), std::__1::tuple&lt;IPC::Attachment, bool, bool&gt;&amp;&amp;, std::index_sequence&lt;0ul, 1ul, 2ul&gt;)
7   0x113c71598 void IPC::callMemberFunction&lt;WebKit::WebInspectorProxy, void (WebKit::WebInspectorProxy::*)(IPC::Attachment, bool, bool), std::__1::tuple&lt;IPC::Attachment, bool, bool&gt;, std::make_index_sequence&lt;3ul&gt; &gt;(std::__1::tuple&lt;IPC::Attachment, bool, bool&gt;&amp;&amp;, WebKit::WebInspectorProxy*, void (WebKit::WebInspectorProxy::*)(IPC::Attachment, bool, bool))
8   0x113c7070f void IPC::handleMessage&lt;Messages::WebInspectorProxy::CreateInspectorPage, WebKit::WebInspectorProxy, void (WebKit::WebInspectorProxy::*)(IPC::Attachment, bool, bool)&gt;(IPC::MessageDecoder&amp;, WebKit::WebInspectorProxy*, void (WebKit::WebInspectorProxy::*)(IPC::Attachment, bool, bool))
9   0x113c6fec5 WebKit::WebInspectorProxy::didReceiveMessage(IPC::Connection&amp;, IPC::MessageDecoder&amp;)
10  0x113c705e7 non-virtual thunk to WebKit::WebInspectorProxy::didReceiveMessage(IPC::Connection&amp;, IPC::MessageDecoder&amp;)
11  0x1136d1eff IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&amp;, IPC::MessageDecoder&amp;)
12  0x113553ad7 WebKit::ChildProcessProxy::dispatchMessage(IPC::Connection&amp;, IPC::MessageDecoder&amp;)
13  0x113ead3ca WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&amp;, IPC::MessageDecoder&amp;)
14  0x113ead4c7 non-virtual thunk to WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&amp;, IPC::MessageDecoder&amp;)
15  0x113561c63 IPC::Connection::dispatchMessage(IPC::MessageDecoder&amp;)
16  0x113558b91 IPC::Connection::dispatchMessage(std::__1::unique_ptr&lt;IPC::MessageDecoder, std::__1::default_delete&lt;IPC::MessageDecoder&gt; &gt;)
17  0x11356225f IPC::Connection::dispatchOneMessage()
18  0x1135735bd IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr&lt;IPC::MessageDecoder, std::__1::default_delete&lt;IPC::MessageDecoder&gt; &gt;)::$_10::operator()() const
19  0x11357358d void std::__1::__invoke_void_return_wrapper&lt;void&gt;::__call&lt;IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr&lt;IPC::MessageDecoder, std::__1::default_delete&lt;IPC::MessageDecoder&gt; &gt;)::$_10&amp;&gt;(IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr&lt;IPC::MessageDecoder, std::__1::default_delete&lt;IPC::MessageDecoder&gt; &gt;)::$_10&amp;&amp;&amp;)
20  0x1135733dc std::__1::__function::__func&lt;IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr&lt;IPC::MessageDecoder, std::__1::default_delete&lt;IPC::MessageDecoder&gt; &gt;)::$_10, std::__1::allocator&lt;IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr&lt;IPC::MessageDecoder, std::__1::default_delete&lt;IPC::MessageDecoder&gt; &gt;)::$_10&gt;, void ()&gt;::operator()()
21  0x110896a3a std::__1::function&lt;void ()&gt;::operator()() const
22  0x110eba792 WTF::RunLoop::performWork()
23  0x110ebaed4 WTF::RunLoop::performWork(void*)
24  0x7fff985e75c1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
25  0x7fff985d941c __CFRunLoopDoSources0
26  0x7fff985d893f __CFRunLoopRun
27  0x7fff985d8338 CFRunLoopRunSpecific
28  0x7fff96609935 RunCurrentEventLoopInMode
29  0x7fff96609677 ReceiveNextEventCommon
30  0x7fff966095af _BlockUntilNextEventMatchingListInModeWithFilter
31  0x7fff8d37b38a _DPSNextEvent</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>