채점 실패

  • koosaga
    koosaga

    SFW 문제를 채점하는 중 다음과 같은 오류 메시지가 떴습니다.

    똑같은 코드를 다시 냈을 때 잘 작동했으나, 온라인 저지 운영에 도움이 될 수 있는 정보일 수 있어서 글 남기려 합니다.

    제출 번호는 #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

    7년 전
1개의 댓글이 있습니다.
  • hyunhwan
    hyunhwan

    제보 감사합니다. 재채점 되었고, 현재 오류 확인중입니다.


    7년 전 link
  • 정회원 권한이 있어야 커멘트를 다실 수 있습니다. 정회원이 되시려면 온라인 저지에서 5문제 이상을 푸시고, 가입 후 7일 이상이 지나셔야 합니다. 현재 문제를 푸셨습니다.