WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 236794
238284
[ EWS iOS ] editing/spelling/spellcheck-async-remove-frame.html is a crash
https://bugs.webkit.org/show_bug.cgi?id=238284
Summary
[ EWS iOS ] editing/spelling/spellcheck-async-remove-frame.html is a crash
Dawn Morningstar
Reported
2022-03-23 13:07:20 PDT
editing/spelling/spellcheck-async-remove-frame.html is a crash on iOS EWS Queue. HISTORY:
https://results.webkit.org/?suite=layout-tests&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<>::performCallbackWithReturnValue() + 40 3 com.apple.WebKit 0x000000010c1aae00 WebKit::RemoteLayerTreeDrawingAreaProxy::commitLayerTree(WebKit::RemoteLayerTreeTransaction const&, WebKit::RemoteScrollingCoordinatorTransaction const&) + 594 4 com.apple.WebKit 0x000000010beafd63 WebKit::RemoteLayerTreeDrawingAreaProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&) + 273 5 com.apple.WebKit 0x000000010c14c2fc IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&, IPC::Decoder&) + 224 6 com.apple.WebKit 0x000000010c3278ca WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&) + 24 7 com.apple.WebKit 0x000000010c145c2a IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >) + 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&, 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
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-03-23 13:07:43 PDT
<
rdar://problem/90719069
>
Ryan Haddad
Comment 2
2022-03-23 13:09:39 PDT
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.
Ryan Haddad
Comment 3
2022-03-23 13:13:55 PDT
Both look similar to
https://bugs.webkit.org/show_bug.cgi?id=236794
Dawn Morningstar
Comment 4
2022-03-23 13:27:05 PDT
(In reply to Ryan Haddad from
comment #3
)
> Both look similar to
https://bugs.webkit.org/show_bug.cgi?id=236794
Indeed this appears to be one of the moving crashes.
Dawn Morningstar
Comment 5
2022-03-23 17:29:58 PDT
*** This bug has been marked as a duplicate of
bug 236794
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug