<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 - ASSERT(isCaret()) at FrameSelection.cpp:2119 switching from input with caret to selection at just the right time"
   href="https://bugs.webkit.org/show_bug.cgi?id=156932">156932</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>ASSERT(isCaret()) at FrameSelection.cpp:2119 switching from input with caret to selection at just the right time
          </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>HTML Editing
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>joepeck&#64;webkit.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>darin&#64;apple.com, enrica&#64;apple.com, rniwa&#64;webkit.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=277103" name="attach_277103" title="[REDUCTION] Caret ASSERT Reduction">attachment 277103</a> <a href="attachment.cgi?id=277103&amp;action=edit" title="[REDUCTION] Caret ASSERT Reduction">[details]</a></span>
[REDUCTION] Caret ASSERT Reduction

* SUMMARY
ASSERT(isCaret()) at FrameSelection.cpp:2119 switching from input with caret to selection at just the right time.

Seen at WebKit r199863. I don't see any negative consequences in a Release build.

* STEPS TO REPRODUCE
1. Load attached reduction
2. Sit on the page for 2-30 seconds (normally crashes in under 10 seconds)
  =&gt; ASSERT

* ASSERT
ASSERTION FAILED: isCaret()
/Users/pecoraro/Code/safari/OpenSource/Source/WebCore/editing/FrameSelection.cpp(2119) : void WebCore::FrameSelection::caretBlinkTimerFired()
1   0x10b7b2130 WTFCrash
2   0x10e51af8b WebCore::FrameSelection::caretBlinkTimerFired()
3   0x10e529298 void std::__1::__invoke_void_return_wrapper&lt;void&gt;::__call&lt;std::__1::__bind&lt;void (WebCore::FrameSelection::*&amp;)(), WebCore::FrameSelection*&gt;&amp;&gt;(std::__1::__bind&lt;void (WebCore::FrameSelection::*&amp;)(), WebCore::FrameSelection*&gt;&amp;&amp;&amp;)
4   0x10e52916c std::__1::__function::__func&lt;std::__1::__bind&lt;void (WebCore::FrameSelection::*&amp;)(), WebCore::FrameSelection*&gt;, std::__1::allocator&lt;std::__1::__bind&lt;void (WebCore::FrameSelection::*&amp;)(), WebCore::FrameSelection*&gt; &gt;, void ()&gt;::operator()()
5   0x10dac548a std::__1::function&lt;void ()&gt;::operator()() const
6   0x10dac539c WebCore::Timer::fired()
7   0x10fe9769a WebCore::ThreadTimers::sharedTimerFiredInternal()
8   0x10fe988e1 WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0::operator()() const
9   0x10fe988ad void std::__1::__invoke_void_return_wrapper&lt;void&gt;::__call&lt;WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0&amp;&gt;(WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0&amp;&amp;&amp;)
10  0x10fe9884c std::__1::__function::__func&lt;WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0, std::__1::allocator&lt;WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0&gt;, void ()&gt;::operator()()
11  0x10dac548a std::__1::function&lt;void ()&gt;::operator()() const
12  0x10f20c9cf WebCore::MainThreadSharedTimer::fired()
13  0x10f20cdc9 WebCore::timerFired(__CFRunLoopTimer*, void*)
14  0x7fff8e341b94 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__
15  0x7fff8e341823 __CFRunLoopDoTimer
16  0x7fff8e34137a __CFRunLoopDoTimers
17  0x7fff8e338871 __CFRunLoopRun
18  0x7fff8e337ed8 CFRunLoopRunSpecific
19  0x7fff8977d935 RunCurrentEventLoopInMode
20  0x7fff8977d76f ReceiveNextEventCommon
21  0x7fff8977d5af _BlockUntilNextEventMatchingListInModeWithFilter
22  0x7fff945a5efa _DPSNextEvent
23  0x7fff945a532a -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:]
24  0x7fff94599e84 -[NSApplication run]
25  0x7fff9456346c NSApplicationMain
26  0x7fff85fa0194 _xpc_objc_main
27  0x7fff85f9ebbe xpc_main
28  0x10717d100 main
29  0x7fff8ea905ad start
30  0x1

* NOTES
- This is possible to reproduce in Web Inspector when using the global search. When committing a global search we show the Search tab and select the contents of another input and can ASSERT. Boiled that down into the attached reduction.</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>