[Webkit-unassigned] [Bug 23619] New: ASSERT(!error.isNull()) in DocumentLoader::mainReceivedError() when an SVG image load is cancelled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 29 03:24:56 PST 2009


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

           Summary: ASSERT(!error.isNull()) in
                    DocumentLoader::mainReceivedError() when an SVG image
                    load is cancelled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


I'm seeing a random assertion failure when running layout tests due to a
recently added assertion:

void DocumentLoader::mainReceivedError(const ResourceError& error, bool
isComplete)
{
    ASSERT(!error.isNull());
...

The problem is that EmptyFrameLoaderClient always creates null errors.


-- 
Configure bugmail: https://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