riddlesio / issues

Bug reports and starter bot submissions for the Riddles.io platform
0 stars 0 forks source link

GOLAD: Compilation failed. g++: internal compiler error: Killed (program cc1plus) #90

Open redking00 opened 6 years ago

redking00 commented 6 years ago

Compilation failed due to an internal g++ error. Maybe there is not enough memory available. I can't not see the submission log at: https://starapple.riddles.io/competitions/game-of-life-and-death/my/bot-revisions/a354c38f-bcfd-474c-bd47-10b4d0c7a884/submission-logs but i can see the error message in the editor:

g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See for instructions.

A second try result is: Command 'docker run -c 500 -e "SOURCE_DIR= ...' timed out after 60 seconds

JimVanEeden commented 6 years ago

hmmm that's pretty weird. Memory might be the culprit but we can't increase that. Can you send me your bot please? Do you have versions of your bot that do work?

redking00 commented 6 years ago

This is the first time that happens. It's the revision 28, it worked fine so far.

JimVanEeden commented 6 years ago

Trying to compile your bot locally takes a very long time, but it does compile. Compiling your bot locally in a docker container (as it would happen on the server), it fails with the same error. I'm not exactly sure what's going on but it seems weird to me that the compiler would take that long in the first place. Memory problem might be true. Is there anything you can do to fix that? I'm not sure that we can from our end.

redking00 commented 6 years ago

Let me see. Thank you.