<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>238284</bug_id>
          
          <creation_ts>2022-03-23 13:07:20 -0700</creation_ts>
          <short_desc>[ EWS iOS ] editing/spelling/spellcheck-async-remove-frame.html is a crash</short_desc>
          <delta_ts>2022-03-23 17:29:58 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>236794</dup_id>
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=238229</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Dawn Morningstar">Morningstar</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1854349</commentid>
    <comment_count>0</comment_count>
    <who name="Dawn Morningstar">Morningstar</who>
    <bug_when>2022-03-23 13:07:20 -0700</bug_when>
    <thetext>editing/spelling/spellcheck-async-remove-frame.html
is a crash on iOS EWS Queue.

HISTORY:
https://results.webkit.org/?suite=layout-tests&amp;test=editing%2Fspelling%2Fspellcheck-async-remove-frame.html

CRASH-LOG:
Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000002, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Trace/BPT trap: 5
Termination Reason:    Namespace SIGNAL, Code 0x5
Terminating Process:   exc handler [16894]
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.webkit.WebKitTestRunnerApp	0x0000000103ccc4d3 WTFCrashWithInfo(int, char const*, char const*, int) + 19
1   org.webkit.WebKitTestRunnerApp	0x0000000103cff730 WTR::TestInvocation::runUISideScriptImmediately(OpaqueWKError const*, void*) + 98
2   com.apple.WebKit              	0x000000010c1aee8e WebKit::GenericCallback&lt;&gt;::performCallbackWithReturnValue() + 40
3   com.apple.WebKit              	0x000000010c1aae00 WebKit::RemoteLayerTreeDrawingAreaProxy::commitLayerTree(WebKit::RemoteLayerTreeTransaction const&amp;, WebKit::RemoteScrollingCoordinatorTransaction const&amp;) + 594
4   com.apple.WebKit              	0x000000010beafd63 WebKit::RemoteLayerTreeDrawingAreaProxy::didReceiveMessage(IPC::Connection&amp;, IPC::Decoder&amp;) + 273
5   com.apple.WebKit              	0x000000010c14c2fc IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&amp;, IPC::Decoder&amp;) + 224
6   com.apple.WebKit              	0x000000010c3278ca WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&amp;, IPC::Decoder&amp;) + 24
7   com.apple.WebKit              	0x000000010c145c2a IPC::Connection::dispatchMessage(std::__1::unique_ptr&lt;IPC::Decoder, std::__1::default_delete&lt;IPC::Decoder&gt; &gt;) + 238
8   com.apple.WebKit              	0x000000010c14533f IPC::Connection::dispatchIncomingMessages() + 377
9   com.apple.JavaScriptCore      	0x000000010645e72f WTF::RunLoop::performWork() + 431
10  com.apple.JavaScriptCore      	0x000000010645f002 WTF::RunLoop::performWork(void*) + 34
11  com.apple.CoreFoundation      	0x00007fff20369e25 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
12  com.apple.CoreFoundation      	0x00007fff20369d1d __CFRunLoopDoSource0 + 180
13  com.apple.CoreFoundation      	0x00007fff203691f2 __CFRunLoopDoSources0 + 242
14  com.apple.CoreFoundation      	0x00007fff20363951 __CFRunLoopRun + 875
15  com.apple.CoreFoundation      	0x00007fff20363103 CFRunLoopRunSpecific + 567
16  com.apple.Foundation          	0x00007fff2081941c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
17  org.webkit.WebKitTestRunnerApp	0x0000000103cf1d7e WTR::TestController::platformRunUntil(bool&amp;, WTF::Seconds) + 184
18  org.webkit.WebKitTestRunnerApp	0x0000000103cfb373 WTR::TestInvocation::invoke() + 393
19  org.webkit.WebKitTestRunnerApp	0x0000000103ce2788 WTR::TestController::runTest(char const*) + 330
20  org.webkit.WebKitTestRunnerApp	0x0000000103ce2a1a WTR::TestController::runTestingServerLoop() + 128
21  org.webkit.WebKitTestRunnerApp	0x0000000103cdd931 WTR::TestController::TestController(int, char const**) + 479
22  org.webkit.WebKitTestRunnerApp	0x0000000103ccc5a8 -[WebKitTestRunnerApp _runTestController] + 40
23  com.apple.Foundation          	0x00007fff2084258c __NSThreadPerformPerform + 207
24  com.apple.CoreFoundation      	0x00007fff20369e25 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
25  com.apple.CoreFoundation      	0x00007fff20369d1d __CFRunLoopDoSource0 + 180
26  com.apple.CoreFoundation      	0x00007fff20369254 __CFRunLoopDoSources0 + 340
27  com.apple.CoreFoundation      	0x00007fff20363951 __CFRunLoopRun + 875
28  com.apple.CoreFoundation      	0x00007fff20363103 CFRunLoopRunSpecific + 567
29  com.apple.GraphicsServices    	0x00007fff2c851cd3 GSEventRunModal + 139
30  com.apple.UIKitCore           	0x00007fff24ffbe63 -[UIApplication _run] + 928
31  com.apple.UIKitCore           	0x00007fff25000a53 UIApplicationMain + 101
32  org.webkit.WebKitTestRunnerApp	0x0000000103ccc6a6 main + 65
33  dyld_sim                      	0x0000000103dede1e start_sim + 10
34  ???                           	0x0000000000000001 0 + 1
35  ???                           	0x0000000000000002 0 + 2

CRASH-LOG-URL:
https://ews-build.s3-us-west-2.amazonaws.com/iOS-15-Simulator-WK2-Tests-EWS/455441-11320-rerun/editing/spelling/spellcheck-async-remove-frame-crash-log.txt

EWS-BUILD-URL:
https://ews-build.webkit.org/#/builders/68/builds/11320</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1854350</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-03-23 13:07:43 -0700</bug_when>
    <thetext>&lt;rdar://problem/90719069&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1854351</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2022-03-23 13:09:39 -0700</bug_when>
    <thetext>This backtrace looks the same as https://bugs.webkit.org/show_bug.cgi?id=238229, so I think the skip there just moved the crash to another test. We should try to isolate what test is causing this before skipping additional tests.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1854354</commentid>
    <comment_count>3</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2022-03-23 13:13:55 -0700</bug_when>
    <thetext>Both look similar to https://bugs.webkit.org/show_bug.cgi?id=236794</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1854367</commentid>
    <comment_count>4</comment_count>
    <who name="Dawn Morningstar">Morningstar</who>
    <bug_when>2022-03-23 13:27:05 -0700</bug_when>
    <thetext>(In reply to Ryan Haddad from comment #3)
&gt; Both look similar to https://bugs.webkit.org/show_bug.cgi?id=236794

Indeed this appears to be one of the moving crashes.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1854511</commentid>
    <comment_count>5</comment_count>
    <who name="Dawn Morningstar">Morningstar</who>
    <bug_when>2022-03-23 17:29:58 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 236794 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>