똑같은 코드를 다시 냈을 때 잘 작동했으나, 온라인 저지 운영에 도움이 될 수 있는 정보일 수 있어서 글 남기려 합니다.
제출 번호는 #476031입니다.
채점 중 예외가 발생했습니다.
익셉션:
스택 트레이스:
Traceback (most recent call last):
File "judge/tasks.py", line 144, in judge_submission
result = language_module.setup(sandbox_env, submission.source)
File "judge/languages/cpp.py", line 18, in setup
memory_limit=COMPILE_MEMORY_LIMIT)
File "judge/sandbox.py", line 262, in run
result = self._run(True, time_limit)
File "judge/sandbox.py", line 301, in _run
"-n", self.name])
File "judge/sandbox.py", line 48, in execute
subprocess.call(kill_command)
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1223, in _execute_child
self.pid = os.fork()
OSError: [Errno 12] Cannot allocate memory
koosaga
SFW 문제를 채점하는 중 다음과 같은 오류 메시지가 떴습니다.
똑같은 코드를 다시 냈을 때 잘 작동했으나, 온라인 저지 운영에 도움이 될 수 있는 정보일 수 있어서 글 남기려 합니다.
제출 번호는 #476031입니다.
8년 전