[Webkit-unassigned] [Bug 56075] New: ASSERT_NOT_REACHED triggered in WebCore::mapHTTPPipeliningPriorityToResourceLoadPriority

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 23:02:00 PST 2011


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

           Summary: ASSERT_NOT_REACHED triggered in
                    WebCore::mapHTTPPipeliningPriorityToResourceLoadPriori
                    ty
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com
                CC: ap at webkit.org, ddkilzer at webkit.org


The default priority in CFNetwork is 3 which means that a priority was not set. This ends up triggering ASSERT_NOT_REACHED in mapHTTPPipeliningPriorityToResourceLoadPriority and mapResourceLoadPriorityToHTTPPipeliningPriority since we only expect values 0, 1 and 2. We should map 3 to ResourceLoadPriorityUnresolved in WebCore.

-- 
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