[Webkit-unassigned] [Bug 118052] [WK2][GTK] SIGSEV in webkitWebViewBaseSizeAllocate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 04:55:00 PDT 2013


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


Alberto Garcia <agarcia at igalia.com> changed:

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




--- Comment #6 from Alberto Garcia <agarcia at igalia.com>  2013-07-01 04:56:58 PST ---
Created an attachment (id=205799)
 --> (https://bugs.webkit.org/attachment.cgi?id=205799&action=review)
Patch

I actually think that the problem is that
!drawingArea()->size().isEmpty() test. Why do we need to check that at
all?

If the point is to know if the web view must be resized when the
widget is mapped then I don't see the purpose of this.

About why the SIGSEGV is happening: the drawingArea can be null if the
web process crashes. A check was added some time ago (bug 62541) in
order to prevent that but it was later moved to
resizeWebKitWebViewBaseFromAllocation() (bug 77743).

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