[Webkit-unassigned] [Bug 11554] New: REGRESSION (r17682): Assertion failure in IconLoader::didFinishLoading() when the icon request returns 404 or 403

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 9 08:56:14 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11554

           Summary: REGRESSION (r17682): Assertion failure in
                    IconLoader::didFinishLoading() when the icon request
                    returns 404 or 403
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: data:text/html,<link%20rel="shortcut%20icon"%20href="htt
                    p://www.apple.com/filenotfound">
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: Regression
          Severity: Normal
          Priority: P1
         Component: Page Loading
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: mitz at webkit.org
                CC: beidson at apple.com


The assertion in IconLoader::didFinishLoading() is hit when the icon URL
request returns a result code outside the 200-299 range.

The assertion fails because in this case, finishLoading() is called first from
didReceiveResponse().


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



More information about the webkit-unassigned mailing list