Bug 174077 - REGRESSION(r218910): Crash inside textMarkerDataForFirstPositionInTextControl
Summary: REGRESSION(r218910): Crash inside textMarkerDataForFirstPositionInTextControl
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-07-02 02:19 PDT by Ryosuke Niwa
Modified: 2017-07-03 11:35 PDT (History)
11 users (show)

See Also:


Attachments
Fixes the bug (5.89 KB, patch)
2017-07-02 02:21 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews102 for mac-elcapitan (1.04 MB, application/zip)
2017-07-02 03:21 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews106 for mac-elcapitan-wk2 (1.13 MB, application/zip)
2017-07-02 03:25 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews117 for mac-elcapitan (1.82 MB, application/zip)
2017-07-02 03:48 PDT, Build Bot
no flags Details
Fixed the test (6.15 KB, patch)
2017-07-02 17:41 PDT, Ryosuke Niwa
cfleizach: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-07-02 02:19:13 PDT
Crash inside textMarkerDataForFirstPositionInTextControl
Comment 1 Ryosuke Niwa 2017-07-02 02:21:45 PDT
Created attachment 314413 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2017-07-02 02:22:14 PDT
<rdar://problem/33083972>
Comment 3 Build Bot 2017-07-02 03:21:16 PDT
Comment on attachment 314413 [details]
Fixes the bug

Attachment 314413 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/4038503

New failing tests:
accessibility/mac/input-type-change-crash.html
Comment 4 Build Bot 2017-07-02 03:21:17 PDT
Created attachment 314414 [details]
Archive of layout-test-results from ews102 for mac-elcapitan

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews102  Port: mac-elcapitan  Platform: Mac OS X 10.11.6
Comment 5 Build Bot 2017-07-02 03:25:12 PDT
Comment on attachment 314413 [details]
Fixes the bug

Attachment 314413 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/4038507

New failing tests:
accessibility/mac/input-type-change-crash.html
Comment 6 Build Bot 2017-07-02 03:25:13 PDT
Created attachment 314415 [details]
Archive of layout-test-results from ews106 for mac-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews106  Port: mac-elcapitan-wk2  Platform: Mac OS X 10.11.6
Comment 7 Build Bot 2017-07-02 03:48:28 PDT
Comment on attachment 314413 [details]
Fixes the bug

Attachment 314413 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/4038545

New failing tests:
accessibility/mac/input-type-change-crash.html
Comment 8 Build Bot 2017-07-02 03:48:29 PDT
Created attachment 314416 [details]
Archive of layout-test-results from ews117 for mac-elcapitan

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews117  Port: mac-elcapitan  Platform: Mac OS X 10.11.6
Comment 9 Ryosuke Niwa 2017-07-02 12:28:00 PDT
Ugh... apparently old Ones return values in the reverse order :( I guess I'd have to  sort values.
Comment 10 Ryosuke Niwa 2017-07-02 17:41:28 PDT
Created attachment 314430 [details]
Fixed the test
Comment 11 Ryosuke Niwa 2017-07-03 11:35:09 PDT
Committed r219081: <http://trac.webkit.org/changeset/219081>