[Webkit-unassigned] [Bug 169894] New: Assertion failure in WebPage::reload() (!m_pendingNavigationID) when reloading a subframe history navigation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 20 15:20:40 PDT 2017


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

            Bug ID: 169894
           Summary: Assertion failure in WebPage::reload()
                    (!m_pendingNavigationID) when reloading a subframe
                    history navigation
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Macintosh
                OS: macOS 10.12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: History
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: beidson at apple.com, mitz at webkit.org

Created attachment 304956
  --> https://bugs.webkit.org/attachment.cgi?id=304956&action=review
Test

Using a debug build of WebKit, open the attached the test case in Safari and follow the instructions. Then the assert ASSERT(!m_mainFrame->coreFrame()->loader().frameHasLoaded() || !m_pendingNavigationID) will fail in WebPage::reload() because m_pendingNavigationID is nonzero.

For completeness, I used a debug build of Mac WebKit at r214187.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170320/7b111065/attachment-0001.html>


More information about the webkit-unassigned mailing list