Bug 301529
| Summary: | REGRESSION(Tahoe): CLoop build-and-test regressed | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | New Bugs | Assignee: | Yusuke Suzuki <ysuzuki> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer, ysuzuki |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jonathan Bedard
Last passing: https://build.webkit.org/#/builders/1229/builds/15007
First failing: https://build.webkit.org/?#/builders/1696/builds/1
Relevant logging:
Next object: Object: 0x77d82e3c8 with butterfly 0x0(base=0xfffffffffffffff8) (Structure 0x300129750:[0x129750/1218384, Date, (0/0, 0/0){}, NonArray, Unknown, Proto:0x77ea4c250, Leaf]), StructureID: 1218384
Using key: Object: 0x77eb4c200 with butterfly 0x0(base=0xfffffffffffffff8) (Structure 0x30010dec0:[0x10dec0/1105600, Object, (0/6, 0/0){}, NonArrayundefined:1:51: CONSOLE JS ERROR RangeError: Maximum call stack size exceeded.
, Unknown, Proto:0x7933ff458]), StructureID: 1105600proxy's prototype should match Superclass.prototype: FAILED
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/163510171>
Jonathan Bedard
Possible this is actually a WebKit regression between 302054@main and 302102@main.
Jonathan Bedard
If it's a WebKit regression, our choices would be:
302098@main (2c1627d7931b) [JSC] Clean up operationWasmToJSExitMarshalArguments and operationWasmToJSExitMarshalReturnValues https://bugs.webkit.org/show_bug.cgi?id=301413 rdar://163321475
302074@main (874cd3bb87fb) [JSC] Remove unnecessary `inline` from `WeakGCSet` constructor and destructor https://bugs.webkit.org/show_bug.cgi?id=301400
302073@main (6c5c02f67319) [JSC] Use error-throwing operations for wasm error-throwing operations https://bugs.webkit.org/show_bug.cgi?id=301374 rdar://162587506
302068@main (db97275cee41) [JSC] Check SAB maxByteLength against MAX_ARRAY_BUFFER_SIZE
302067@main (7e9dff0fcda4) [JSC] Avoid using `MarkedArgumentBuffer` in `createTuple` https://bugs.webkit.org/show_bug.cgi?id=301078
302065@main (9f7337aa62ef) [JSC] Add explicit type constraints to FTL `vmCall` template arguments https://bugs.webkit.org/show_bug.cgi?id=301269
Yusuke Suzuki
This is not a WebKit regression. clang regression which failed to compile `CLoop::execute` with a small frame size. But given that clang is not aiming at compiling it in a small frame with O0, then we should just skip a test.
Yusuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/53045
EWS
Committed 302209@main (adc6cc4e28fc): <https://commits.webkit.org/302209@main>
Reviewed commits have been landed. Closing PR #53045 and removing active labels.