Bug 147196

Summary: REGRESSION(r187100): [GTK] ASSERTION FAILED: Attempt to access post layout data before receiving it when typing backspace
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, buildbot, cgarcia, commit-queue, gustavo, mcatanzaro, mrobinson, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=145875
Attachments:
Description Flags
backtrace
none
Patch
zan: review+, buildbot: commit-queue-
Archive of layout-test-results from ews104 for mac-mavericks-wk2 none

Description Michael Catanzaro 2015-07-22 11:25:51 PDT
Created attachment 257282 [details]
backtrace

With my debug build of r187165, the UI process crashes whenever I type backspace in a text entry (like the one on this Bugzilla page).

ASSERTION FAILED: Attempt to access post layout data before receiving it
!isMissingPostLayoutData
../../Source/WebKit2/Shared/EditorState.h(108) : const WebKit::EditorState::PostLayoutData &WebKit::EditorState::postLayoutData() const
Comment 1 Carlos Garcia Campos 2015-07-23 02:24:52 PDT
Created attachment 257343 [details]
Patch
Comment 2 WebKit Commit Bot 2015-07-23 02:25:49 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Build Bot 2015-07-23 03:03:56 PDT
Comment on attachment 257343 [details]
Patch

Attachment 257343 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/5714534790594560

New failing tests:
http/tests/appcache/fail-on-update-2.html
http/tests/appcache/deferred-events-delete-while-raising.html
Comment 4 Build Bot 2015-07-23 03:03:59 PDT
Created attachment 257345 [details]
Archive of layout-test-results from ews104 for mac-mavericks-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104  Port: mac-mavericks-wk2  Platform: Mac OS X 10.9.5
Comment 5 Carlos Garcia Campos 2015-07-23 03:06:35 PDT
(In reply to comment #3)
> Comment on attachment 257343 [details]
> Patch
> 
> Attachment 257343 [details] did not pass mac-wk2-ews (mac-wk2):
> Output: http://webkit-queues.appspot.com/results/5714534790594560
> 
> New failing tests:
> http/tests/appcache/fail-on-update-2.html
> http/tests/appcache/deferred-events-delete-while-raising.html

This is unrelated to this patch that shouldn't affect Mac port at all.
Comment 6 Carlos Garcia Campos 2015-07-24 04:29:02 PDT
Committed r187336: <http://trac.webkit.org/changeset/187336>