-
-
Notifications
You must be signed in to change notification settings - Fork 172
Description
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
22:44:49 ../src/node_native_module_env.cc: In static member function 'static void node::native_module::NativeModuleEnv::GetModuleCategories(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Value>&)':
22:44:49 ../src/node_native_module_env.cc:75:18: internal compiler error: Segmentation fault
22:44:49 .FromJust();
22:44:49 ^
22:44:49 Please submit a full bug report,
22:44:49 with preprocessed source if appropriate.
22:44:49 See <file:///usr/share/doc/gcc-6/README.Bugs> for instructions.
22:44:49 libnode.target.mk:330: recipe for target '/home/iojs/build/workspace/node-test-commit-arm/nodes/debian9-docker-armv7/out/Release/obj.target/libnode/src/node_native_module_env.o' failed
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?
@lundibundi Somewhere @bnoordhuis suggested that those ICEs might be the result of an out-of-memory situation … I think it’s a machine that doesn’t have a ton of memory, so that might make sense?