-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V8: v8tests.mjsunit/regress/regress-crbug-514081 failure on PPC BE #8750
Comments
Re-run to see if it is intermittent or persistent https://ci.nodejs.org/job/node-test-commit-v8-linux/334/ Seem to be having timeout problems doing checkouts, will have to wait until nightly runs to get data point on intermittent or consistent. |
FYI @jbajwa |
Latest v8 CI run was green, so failure must be intermittent. https://ci.nodejs.org/job/node-test-commit-v8-linux/nodes=ppcbe-ubuntu1404,v8test=v8test/338/ |
yes, seems to be intermittent, I cannot reproduce the failure. |
The test probably got terminated by the kernel's OOM killer. It tries to create a 2 GB ArrayBuffer and exit code -9 means it was terminated by a SIGKILL signal, which is the signal the OOM killer sends. Didn't we have a similar issue a few months back? |
Yes found this #6678 |
Looks like that floating patch got dropped along the way somewhere |
Putting together PR to re-float patch v8 CI test run here: https://ci.nodejs.org/job/node-test-commit-v8-linux/347/ |
2d524bc Original commit message: deps: limit regress/regress-crbug-514081 v8 test regress/regress-crbug-514081 allocates a 2G block of memory and if there are multiple variants running at the same time this can lead to crashes, OOM kills or the OS failing to allocate memory. This patch limits us to running a single variant of the test Fixes: #6340 PR-URL: #6678 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com> PR-URL: #8907 Fixes: #8750 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Failure in latest nightly run:
https://ci.nodejs.org/job/node-test-commit-v8-linux/nodes=ppcbe-ubuntu1404,v8test=v8test/330/
The text was updated successfully, but these errors were encountered: