Bug 274013
| Summary: | stress/sampling-profiler-should-not-sample-beyond-stack-bounds uses too much memory on tvOS | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcus Plutowski <marcus_plutowski> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marcus Plutowski
rdar://126935990
When run on tvOS platforms this test uses upwards of 600MiB of memory, versus less than 20MiB on other platforms. This is causing it to exceed the bound set via JSCTEST_memoryLimit and crash.
The following variations of the test are all failing consistently for this reason:
stress/sampling-profiler-should-not-sample-beyond-stack-bounds.js.dfg-eager
stress/sampling-profiler-should-not-sample-beyond-stack-bounds.js.dfg-eager-no-cjit-validate
stress/sampling-profiler-should-not-sample-beyond-stack-bounds.js.ftl-eager
stress/sampling-profiler-should-not-sample-beyond-stack-bounds.js.ftl-eager-no-cjit
stress/sampling-profiler-should-not-sample-beyond-stack-bounds.js.no-cjit-collect-continuously
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Marcus Plutowski
Pull request: https://github.com/WebKit/WebKit/pull/28408
EWS
Committed 278673@main (8639b33f9c20): <https://commits.webkit.org/278673@main>
Reviewed commits have been landed. Closing PR #28408 and removing active labels.