关于自建题目
查看原帖
关于自建题目
177069
李白莘莘学子楼主2020/7/8 20:58

问题如下:

  Judger Internal Error

Traceback (most recent call last):
  File "/app/luogu-judger/source/executor/LrunExecutor.py", line 44, in execute
    shell=True, stdout=subprocess.DEVNULL)
  File "/usr/lib/python3.7/subprocess.py", line 323, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.7/subprocess.py", line 1453, in _execute_child
    restore_signals, start_new_session, preexec_fn)
BlockingIOError: [Errno 11] Resource temporarily unavailable

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/app/luogu-judger/source/tasks/Compile.py", line 56, in compile
    enable_o2=enable_o2)
  File "/app/luogu-judger/source/compiler/Compiler.py", line 62, in compile
    writable_files=[work_dest_path, work_dir])
  File "/app/luogu-judger/source/executor/LrunExecutor.py", line 71, in execute
    shell=True, stdin=None, stdout=None, stderr=None)
  File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.7/subprocess.py", line 1453, in _execute_child
    restore_signals, start_new_session, preexec_fn)
BlockingIOError: [Errno 11] Resource temporarily unavailable

本地和IDE AC,提交上去CE。在线蹲大佬解答原因qwqqwq

2020/7/8 20:58
加载中...