[Webkit-unassigned] [Bug 221557] New: JSC stress test stress/copy-data-properties-fast-path.js.default fails on s390x and ppc64le
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 8 09:09:26 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221557
Bug ID: 221557
Summary: JSC stress test
stress/copy-data-properties-fast-path.js.default fails
on s390x and ppc64le
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at gnome.org
This new test from bug #221454 is broken on s390x and ppc64le, but works on x86_64 and aarch64. This is a little odd since these architectures have little in common. All architectures have JIT disabled and cloop enabled. The test is:
//@ runDefault("--slowPathAllocsBetweenGCs=4", "--watchdog=100", "--watchdog-exception-ok")
function foo() {
let { ...r } = { xx:0 };
foo();
}
foo();
How is that recursion supposed to end? Anyway, on these architectures it doesn't, the error is:
stress/copy-data-properties-fast-path.js.default: Exception: RangeError: Maximum call stack size exceeded.
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: foo at copy-data-properties-fast-path.js:5:6
stress/copy-data-properties-fast-path.js.default: ERROR: Unexpected exit code: 3
FAIL: stress/copy-data-properties-fast-path.js.default
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210208/59df10a0/attachment-0001.htm>
More information about the webkit-unassigned
mailing list