[Webkit-unassigned] [Bug 35582] New: Assertion failure beneath WebURLResponse::createInstance when opening Activity Window on page with 404 error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 2 08:21:30 PST 2010


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

           Summary: Assertion failure beneath
                    WebURLResponse::createInstance when opening Activity
                    Window on page with 404 error
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.apple.com/doesnotexist
        OS/Version: Windows XP
            Status: NEW
          Keywords: NeedsRadar, PlatformOnly
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: ap at webkit.org


To reproduce:

1. Go to http://www.apple.com/doesnotexist
2. Open the Activity window

You'll hit an assertion in KURL's constructor:

    ASSERT(url == m_string);

url is "http://", while m_string is "http:/".

Here's the line that triggers the assertion in WebURLResponse::createInstance:

    // fake an http response - so it has the IWebHTTPURLResponse interface
    instance->m_response = ResourceResponse(KURL(ParsedURLString, "http://"),
String(), 0, String(), String());

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