[Webkit-unassigned] [Bug 111902] New: ASSERT d->m_defersLoading != defers on detik.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 16:49:17 PST 2013


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

           Summary: ASSERT d->m_defersLoading != defers on detik.com
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: beidson at apple.com, japhet at chromium.org


I can fairly reliably reproduce this assertion failing on detik.com with just a few reloads.

I didn't investigate in a lot of detail, but looks like the page has multiple iframes with the same URL. Their MainResourceLoaders all appear to share the same ResourceHandle.

As every iframe begins to load, Safari briefly defers loads for the MainResourceLoader. If another load starts and gets deferred in the meanwhile, then we are deferring the same ResourceHandle again.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list