[채점실패] LAN 문제 풀고 있는데, 채점 오류라고 뜨네요. jujakhanas 채점 중 예외가 발생했습니다. 익셉션: 스택 트레이스: Traceback (most recent call last): File "judge/tasks.py", line 138, in judge_submission sandbox_env = sandbox.get_sandbox() File "judge/sandbox.py", line 62, in get_sandbox return Sandbox(SETTINGS["USER"], SETTINGS["FILESYSTEMSIZE"]) File "judge/sandbox.py", line 76, in __init__ self.isolate_filesystem(fs_size, home_type) File "judge/sandbox.py", line 134, in isolate_filesystem self.mount("none", self.workdir, "tmpfs", "size=%d" % (fs_size << 20)) File "judge/sandbox.py", line 121, in mount execute(cmd) File "judge/sandbox.py", line 37, in execute popen = subprocess.Popen(command, **kwargs) 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 위의 에러가 출력되면서 채점실패라고 뜹니다;; 제 코드가 문제 인가요? 다른 코드도 모두 똑같은 오류가 발생하는데요, 확인 부탁드립니다. ^^ 9년 전
1개의 댓글이 있습니다. JongMan 음 늦은 확인 죄송합니다. 서버에 일시적인 문제가 있었나 보네요. ㅠ 서버 확충을 고려해야겠어요. 9년 전 link 정회원 권한이 있어야 커멘트를 다실 수 있습니다. 정회원이 되시려면 온라인 저지에서 5문제 이상을 푸시고, 가입 후 7일 이상이 지나셔야 합니다. 현재 문제를 푸셨습니다.
jujakhanas
채점 중 예외가 발생했습니다.
익셉션:
스택 트레이스:
Traceback (most recent call last):
File "judge/tasks.py", line 138, in judge_submission
sandbox_env = sandbox.get_sandbox()
File "judge/sandbox.py", line 62, in get_sandbox
return Sandbox(SETTINGS["USER"], SETTINGS["FILESYSTEMSIZE"])
File "judge/sandbox.py", line 76, in __init__
self.isolate_filesystem(fs_size, home_type)
File "judge/sandbox.py", line 134, in isolate_filesystem
self.mount("none", self.workdir, "tmpfs", "size=%d" % (fs_size << 20))
File "judge/sandbox.py", line 121, in mount
execute(cmd)
File "judge/sandbox.py", line 37, in execute
popen = subprocess.Popen(command, **kwargs)
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
위의 에러가 출력되면서 채점실패라고 뜹니다;;
제 코드가 문제 인가요?
다른 코드도 모두 똑같은 오류가 발생하는데요,
확인 부탁드립니다. ^^
9년 전