-
Notifications
You must be signed in to change notification settings - Fork 166
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
node-test-commit-arm compiler ICE debian9-docker-armv7 #2066
Comments
and nodejs/node#30232 (comment) / https://ci.nodejs.org/job/node-test-commit-arm/27691/nodes=debian9-docker-armv7/, same machine I can't see anything special with this machine. They've all got 20G of memory with no swap and they do run with JOBS=4. So I guess if we're doing big chunks of work in our compiles they might have trouble. Is new stuff in V8 starting to push boundaries for us in some special way? Do we need to reduce parallelism or introduce a swap file? |
That doesn’t really sound like an OOM then, and more like a real compiler bug… 😞 Any chance the GCC on that machine is out of date/can be updated? |
there was a job on test-scaleway-ubuntu1804-armv7l-3 nearly two days old, right near the completion of the job, so we're hitting a bottleneck yet again. I've taken node-test-commit-arm offline and will do a full refresh of those machines. The Debain Stretch images are using gcc-6 but there may be updates. It wasn't super long ago that these machines were updated though. |
I can't read numbers, they have 2G, not 20.. they're 32-bit systems so 20 wouldn't make sense anyway. I'm reducing |
Recently I've seen quite a few GCC ICE on that configuration. Can someone look into it?
nodejs/node#30666
https://ci.nodejs.org/job/node-test-commit-arm/nodes=debian9-docker-armv7/27678/console
nodejs/node#30613 (3 ICE in a row)
https://ci.nodejs.org/job/node-test-commit-arm/27602/nodes=debian9-docker-armv7/console
https://ci.nodejs.org/job/node-test-commit-arm/nodes=debian9-docker-armv7/27606/console
https://ci.nodejs.org/job/node-test-commit-arm/nodes=debian9-docker-armv7/27612/console
(I've copy-pasted the ICE lines from logs to the PR)
@addaleax / @bnoordhuis suggested that the machine may be lacking memory, could we somehow check the load logs?
The text was updated successfully, but these errors were encountered: