[Webkit-unassigned] [Bug 195951] New: [GTK] REGRESSION(r243094): crash when launching minibrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 19 09:54:47 PDT 2019


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

            Bug ID: 195951
           Summary: [GTK] REGRESSION(r243094): crash when launching
                    minibrowser
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: magomez at igalia.com
                CC: bugs-noreply at webkitgtk.org

Since r243094 we're getting a crash when launching the minibrowser on the gtk port. The crash happens because the minibrowser is requesting the view's webInspector before loading any page there. This was valid before r243094 but now webkit_web_view_get_inspector() is returning null because the associated WebPageProxy doesn't have a running process (and WebPageProxy::inspector() returns null), even when the inspector is already created.

I'm not sure whether this is expected behavior and we should instruct the clients not to request the inspector until something has been loaded (and fix this by changing the minibrowser), or whether we could return the inspector even if the WebPageProxy doesn't have a process yet.

WDYT?

-- 
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/20190319/e46075cc/attachment.html>


More information about the webkit-unassigned mailing list