[Webkit-unassigned] [Bug 109980] New: [WK2] Calls to WKPageLoadURL() when WebProcess was terminated may fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 15:57:37 PST 2013


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

           Summary: [WK2] Calls to WKPageLoadURL() when WebProcess was
                    terminated may fail
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: savagobr at yahoo.com


Steps:
- load a page with WKPageLoadURL()
- kill WebProcess with WKPageTerminate()
- try loading a page using again WKPageLoadURL()

The expected result would be WebProcess being re-created and page loading succeed. But in a test, it fails to re-create WebProcess and thus loading the page.

This sounds like a good opportunity to create a new test to stress the following scenarios:
a) Load -> Crash -> Load
b) Load -> Crash -> Load (but from the crash handler)

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