[Webkit-unassigned] [Bug 189148] New: WKNavigation.ProcessCrashDuringCallback is failing on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 29 23:38:23 PDT 2018


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

            Bug ID: 189148
           Summary: WKNavigation.ProcessCrashDuringCallback is failing on
                    iOS
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sihui_liu at apple.com
                CC: lforschler at apple.com

>From https://bugs.webkit.org/show_bug.cgi?id=189037, we know:
1. Errors can occur in completion handler of [webView _getContentsAsStringWithCompletionHandler] because web processes are killed.
So we should just keep the change of expectation in 189037.
2. webView can be destroyed before web process exits, as we receive an error WKErrorWebViewInvalidated instead of WKErrorWebContentProcessTerminated. 
So we need to remove "webView = nullptr;".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180830/38d94b2e/attachment-0001.html>


More information about the webkit-unassigned mailing list