RESOLVED FIXED159821
REGRESSION(r203266): This change caused editing/deleting/delete-emoji.html to time out on El Capitan, crash under GuardMalloc (Requested by ryanhaddad on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=159821
Summary REGRESSION(r203266): This change caused editing/deleting/delete-emoji.html to...
WebKit Commit Bot
Reported 2016-07-15 11:22:51 PDT
http://trac.webkit.org/changeset/203266 broke the build: This change caused editing/deleting/delete-emoji.html to time out on El Capitan, crash under GuardMalloc (Requested by ryanhaddad on #webkit). This is an automatic bug report generated by webkitbot. If this bug report was created because of a flaky test, please file a bug for the flaky test (if we don't already have one on file) and dup this bug against that bug so that we can track how often these flaky tests fail.
Attachments
ROLLOUT of r203266 (223.82 KB, patch)
2016-07-15 11:23 PDT, WebKit Commit Bot
no flags
WebKit Commit Bot
Comment 1 2016-07-15 11:23:52 PDT
Created attachment 283773 [details] ROLLOUT of r203266 Any committer can land this patch automatically by marking it commit-queue+. The commit-queue will build and test the patch before landing to ensure that the rollout will be successful. This process takes approximately 15 minutes. If you would like to land the rollout faster, you can use the following command: webkit-patch land-attachment ATTACHMENT_ID where ATTACHMENT_ID is the ID of this attachment.
Ryan Haddad
Comment 2 2016-07-15 11:35:12 PDT
Myles C. Maxfield
Comment 3 2016-07-15 14:49:45 PDT
Myles C. Maxfield
Comment 4 2016-07-15 15:50:03 PDT
Inside findNextWordFromIndex in TextBoundaries.mm: // Hack around <rdar://problem/27380532> if (!text.is8Bit()) { unsigned newLength = std::min(text.length(), 256U); unsigned toRemove = text.length() - newLength; text = StringView(text.characters16() + toRemove, newLength); position -= toRemove; }
Note You need to log in before you can comment on or make changes to this bug.