Bug 238241 - REGRESSION (247985@main?): ASSERTION FAILED: m_connection in WebKit::AuxiliaryProcessProxy::connection()
Summary: REGRESSION (247985@main?): ASSERTION FAILED: m_connection in WebKit::Auxiliar...
Status: RESOLVED DUPLICATE of bug 238309
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Safari 13
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-03-22 16:43 PDT by Ryan Haddad
Modified: 2022-03-24 11:05 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 2022-03-22 16:43:28 PDT
The following API test has been asserting on macOS and iOS debug bots since https://commits.webkit.org/247985@main landed:

    TestWebKitAPI.PushAPI.firePushEventWithNoPagesTimeout
        ASSERTION FAILED: m_connection
        /Volumes/Data/worker/bigsur-debug/build/Source/WebKit/UIProcess/AuxiliaryProcessProxy.h(80) : IPC::Connection *WebKit::AuxiliaryProcessProxy::connection() const
        1   0x10799df89 WTFCrash
        2   0x110816f7b WTFCrashWithInfo(int, char const*, char const*, int)
        3   0x111966cc9 WebKit::AuxiliaryProcessProxy::connection() const
        4   0x112680fdb WebKit::NetworkProcessProxy::terminate()
        5   0x112784a65 WebKit::WebsiteDataStore::terminateNetworkProcess()
        6   0x111a1588a -[WKWebsiteDataStore(WKPrivate) _terminateNetworkProcess]
        7   0x100b4c2ff terminateNetworkProcessWhileRegistrationIsStored(WKWebViewConfiguration*)
        8   0x100b4e183 PushAPI_firePushEventWithNoPagesTimeout_Test::TestBody()
        9   0x1010df674 void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
        10  0x1010a230b void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
        11  0x1010a2243 testing::Test::Run()
        12  0x1010a3414 testing::TestInfo::Run()
        13  0x1010a4555 testing::TestSuite::Run()
        14  0x1010b35dd testing::internal::UnitTestImpl::RunAllTests()
        15  0x1010e4a34 bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
        16  0x1010b2f7b bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
        17  0x1010b2e4d testing::UnitTest::Run()
        18  0x1007e13b1 RUN_ALL_TESTS()
        19  0x1007e1342 TestWebKitAPI::TestsController::run(int, char**)
        20  0x10106cf7f main
        21  0x7fff203e4f3d start
        22  0x2

https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.PushAPI.firePushEventWithNoPagesTimeout
Comment 1 Radar WebKit Bug Importer 2022-03-22 16:43:39 PDT
<rdar://problem/90666827>
Comment 2 Ryan Haddad 2022-03-24 11:05:28 PDT

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