채점 중 예외가 발생했습니다.
익셉션:
스택 트레이스:
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
6년 전
0개의 댓글이 있습니다.
정회원 권한이 있어야 커멘트를 다실 수 있습니다. 정회원이 되시려면
온라인 저지에서 5문제 이상을 푸시고, 가입 후 7일 이상이 지나셔야
합니다. 현재 문제를 푸셨습니다.
fryderykchopin
현재 Boggle문제를 푸는데
채점 실패가 뜨는데 왜 그런건가요?
에러는 아래와 같습니다
채점 중 예외가 발생했습니다.
익셉션:
스택 트레이스:
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
6년 전