[Webkit-unassigned] [Bug 215108] New: [iOS Simulator] Assert under WebPage::platformDidReceiveLoadParameters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 15:41:47 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=215108

            Bug ID: 215108
           Summary: [iOS Simulator] Assert under
                    WebPage::platformDidReceiveLoadParameters
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pvollan at apple.com

On iOS Simulator, the following code asserts in WebPage::platformDidReceiveLoadParameters:

    bool databaseUpdated = LaunchServicesDatabaseManager::singleton().waitForDatabaseUpdate(5_s);
    ASSERT_UNUSED(databaseUpdated, databaseUpdated);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200803/182da0d0/attachment-0001.htm>


More information about the webkit-unassigned mailing list