[Webkit-unassigned] [Bug 110865] [GTK] Closing inspector window crashes wk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 05:55:57 PDT 2013


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


Alberto Garcia <agarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #205995|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Alberto Garcia <agarcia at igalia.com>  2013-07-03 05:57:56 PST ---
Created an attachment (id=205995)
 --> (https://bugs.webkit.org/attachment.cgi?id=205995&action=review)
Patch

This happens because when we destroy priv->corePage in
webkit_web_view_dispose() we're triggering the deletion of
InspectorFrontendClient before it can clean up itself.

This can be fixed by waiting until the dispose method finishes before
actually destroying the corePage object. This way we ensure that the
webView's "destroy" signal is emitted first.

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