Bug 284507
Summary: | REGRESSION (282256@main): [ macOS wk1 ] storage/indexeddb/objectstore-basics.html is a flaky timeout/crash | ||
---|---|---|---|
Product: | WebKit | Reporter: | Karl Rackler <rackler> |
Component: | Website Storage | Assignee: | Sihui Liu <sihui_liu> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | sihui_liu, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Karl Rackler
Description:
storage/indexeddb/objectstore-basics.html
The test crashes on macOS debug wk1 and times out on macOS release.
I could not bisect to a commit due to the lack of spades in that range; I cannot pinpoint what change could have caused this.
Debug
282254@main --> Passed
282292@main --> Crashed
The commit range is https://commits.webkit.org/compare/282292@main...282254@main. I reviewed the changes, and 282256@main seems most likely due to its changes involving an idbobjectstore test with indexeddb/client.
This issue can be reproduced using the command:
run-webkit-tests --debug -1 --debug-rwt-logging --iterations 1 --force --no-retry --child-processes 1 --test-list test-list-objectstore-basics.txt
History:
https://results.webkit.org/?suite=layout-tests&test=storage%2Findexeddb%2Fobjectstore-basics.html&flavor=wk1
Crash Log:
No crash log found.
stdout:
stderr:
ASSERTION FAILED: isMainThread()
/System/Volumes/Data/otmp/case-sensitive/od.luxon/lw.luxon/sandbox-0/workspace/OpenSource/Source/WebCore/Modules/indexeddb/client/TransactionOperation.h(72) : void WebCore::IDBClient::TransactionOperation::transitionToComplete(const IDBResultData &, RefPtr<TransactionOperation> &&)
No diff for timeout.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/141334194>
EWS
Test gardening commit 287722@main (91fe2d1bbf21): <https://commits.webkit.org/287722@main>
Reviewed commits have been landed. Closing PR #37817 and removing active labels.
Sihui Liu
Pull request: https://github.com/WebKit/WebKit/pull/39152
EWS
Committed 289064@main (0196b5613f25): <https://commits.webkit.org/289064@main>
Reviewed commits have been landed. Closing PR #39152 and removing active labels.