这编译错误是啥东西
查看原帖
这编译错误是啥东西
204282
杨靖浩楼主2020/7/20 10:49

            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, executable='/bin/bash', stdin=None, stdout=None, stderr=None)
  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

求大佬看看

2020/7/20 10:49
加载中...