-
Notifications
You must be signed in to change notification settings - Fork 11
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
consistent job crash #113
Comments
Can you provide us with a minimal set of test and solution code for your problem so we can reproduce it? -- @minhnhatnoe can you take a look at this? |
I used the tests from this database: |
Thanks! |
A little update: I forgot to shutdown the server, the jobs are still coming in... |
That's fine, jobs re-queue themselves on failure :) |
I'll take a look later today |
It is indeed cgroups2, the command output is:
|
side note: are there any quick workarounds? I am only using this for myself or people I trust, so sandbox is not needed. |
yup, using this: |
That's fine ^^ |
Should I close the issue or keep it open until 0.8.0 comes around? |
Let's keep it open, we'll close it once we release 0.8. Thanks! |
Thanks for helping too ^_^ |
Version:
Latest version from docker
Version string grabbed from page:
0.7.4 "Maaya Awatsuki"
Bug:
On submission, jobs fails with "exit code 2"
some logs:
docker command:
sudo docker run --privileged -d --rm --name kjudge --volume=kjudge:/data -p 8080:80 -e ADMIN_KEY=supersecret natsukagami/kjudge:latest
behavior:
Make a contest.
Add some problems
Submit code for any problem
Wait forever for submission to be judged
The text was updated successfully, but these errors were encountered: