Bug 305660
| Summary: | [MacOS Debug] http/tests/cache-storage/cache-clearing-all.https.html is a flakey crash failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego De La Toba <d_delatoba> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | beidson, brandonstewart, cdumez, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=298476 | ||
Diego De La Toba
http/tests/cache-storage/cache-clearing-all.https.html
is a flakey crash failure on MacOS, last known failure occurs at 299658@main.
TEST RUN:
https://build.webkit.org/#/builders/1228/builds/2075
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fcache-storage%2Fcache-clearing-all.https.html
CRASH LOG:
https://build.webkit.org/results/Apple-Tahoe-Debug-AppleSilicon-WK2-Tests/305703%40main%20(575)/http/tests/cache-storage/cache-clearing-all.https-crash-log.txt
STEPS TO REPRODUCE:
I was not able to reproduce this failure at macOS Tahoe ToT running the test as follows:
run-webkit-tests http/tests/cache-storage/cache-clearing-all.https.html --iterations 3000
I am going to mark expectations for this test as a pass failure while it is under investigation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/168317220>
Diego De La Toba
Pull request: https://github.com/WebKit/WebKit/pull/56733
EWS
Test gardening commit 305731@main (226d55370c1d): <https://commits.webkit.org/305731@main>
Reviewed commits have been landed. Closing PR #56733 and removing active labels.
Alexey Proskuryakov
Crash Thread
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.WebCore 0x14238a784 WTFCrashWithInfo(int, char const*, char const*, int)
1 com.apple.WebCore 0x142b795a4 WebCore::NavigatorGamepad::gamepadDisconnected(WebCore::PlatformGamepad&)
2 com.apple.WebCore 0x14294b7f0 WebCore::GamepadManager::platformGamepadDisconnected(WebCore::PlatformGamepad&)
3 com.apple.WebKit 0x130722a74 WebKit::WebGamepadProvider::gamepadDisconnected(unsigned int)
This is definitely coming from a preceding test. Probably the same as bug 298476.