Bug 255411 - REGRESSION (262912@main): [iOS] ASSERTION FAILED: handleArray.size() == 3 in WebKit::WebProcessProxy::unblockAccessibilityServerIfNeeded()
Summary: REGRESSION (262912@main): [iOS] ASSERTION FAILED: handleArray.size() == 3 in ...
Status: RESOLVED DUPLICATE of bug 255413
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-13 13:04 PDT by Ryan Haddad
Modified: 2023-04-13 13:31 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2023-04-13 13:04:58 PDT
iOS debug API tests are failing the following assertion:

        ASSERTION FAILED: handleArray.size() == 3
        /Volumes/Data/worker/Apple-iOS-16-Simulator-Debug-Build/build/Source/WebKit/UIProcess/Cocoa/WebProcessProxyCocoa.mm(255) : void WebKit::WebProcessProxy::unblockAccessibilityServerIfNeeded()
        1   0x1162ee408 WTFCrash
        2   0x148681700 WTF::RefCountedBase::hasOneRef() const
        3   0x149bfcab0 WebKit::WebProcessProxy::unblockAccessibilityServerIfNeeded()
        4   0x14a1b3100 WebKit::WebProcessProxy::didFinishLaunching(WebKit::ProcessLauncher*, IPC::Connection::Identifier)
        5   0x148d14290 WebKit::ProcessLauncher::didFinishLaunchingProcess(int, IPC::Connection::Identifier)

https://build.webkit.org/#/builders/663/builds/927/steps/18/logs/stdio
Comment 1 Radar WebKit Bug Importer 2023-04-13 13:05:24 PDT
<rdar://problem/108009928>
Comment 2 Ryan Haddad 2023-04-13 13:31:30 PDT
A new bug was filed for the PR, duping.

*** This bug has been marked as a duplicate of bug 255413 ***