Bug 189950
| Summary: | REGRESSION: [ Mac ] Layout Test accessibility/mac/footer-roledescription.html is Crashing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | lforschler, realdawei, ryanhaddad |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Truitt Savell
The following layout test is Crashing on iOS
accessibility/mac/footer-roledescription.html
Probable cause:
Test is newly crashing. Earliest failure logged in history is r236451. I have been unable to reproduce yet.
Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=accessibility%2Fmac%2Ffooter-roledescription.html
Crash Log:
https://build.webkit.org/results/Apple%20High%20Sierra%20Debug%20WK2%20(Tests)/r236455%20(4969)/accessibility/mac/footer-roledescription-crash-log.txt
Excerpt:
Application Specific Information:
CRASHING TEST: accessibility/mac/focus-moves-cursor.html
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.JavaScriptCore 0x0000000540a43160 WTFCrash + 16 (Assertions.cpp:255)
1 com.apple.WebCore 0x000000053000b13b WTFCrashWithInfo(int, char const*, char const*, int) + 27
2 com.apple.WebCore 0x00000005339c0f61 textMarkerForVisiblePosition(WebCore::AXObjectCache*, WebCore::VisiblePosition const&) + 97 (WebAccessibilityObjectWrapperMac.mm:711)
3 com.apple.WebCore 0x00000005339c23b1 textMarkerRangeFromVisiblePositions(WebCore::AXObjectCache*, WebCore::VisiblePosition const&, WebCore::VisiblePosition const&) + 33 (WebAccessibilityObjectWrapperMac.mm:1110)
4 com.apple.WebCore 0x00000005339c2386 -[WebAccessibilityObjectWrapper textMarkerRangeFromVisiblePositions:endPosition:] + 70 (WebAccessibilityObjectWrapperMac.mm:1117)
5 com.apple.WebCore 0x000000053037e4b6 WebCore::AXObjectCache::postTextStateChangePlatformNotification(WebCore::AccessibilityObject*,
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Truitt Savell
Edit: Test is crashing on MacOS not iOS. crashing has only happened on High Sierra Debug WK2 so far.
Ryan Haddad
I think this is a duplicate of https://bugs.webkit.org/show_bug.cgi?id=189094
*** This bug has been marked as a duplicate of bug 189094 ***