GNU Parallel이 작동을 멈췄습니다.

GNU Parallel이 작동을 멈췄습니다.

GNU Parallel은 잘 작동하지만, 사용하려고 할 때마다 병렬 명령을 실행할 때 갑자기 오류 메시지가 나타납니다.

parallel: This should not happen. You have found a bug.
Please contact <[email protected]> and include:
* The version number: 20160222
* The bugid: pidtable format: 10390 1 

* The command line being run
* The files being read (put the files on a webserver if they are big)

If you get the error on smaller/fewer files, please include those instead.
kill_sleep TERM 
kill_sleep TERM 
kill_sleep TERM 
kill_sleep KILL 

예:

$ ls -1 | parallel echo
parallel: This should not happen. You have found a bug.
Please contact  and include:
* The version number: 20160222
* The bugid: pidtable format: 10390 1 

* The command line being run
* The files being read (put the files on a webserver if they are big)

If you get the error on smaller/fewer files, please include those instead.

취해야 할 단계:

  • GNU 병렬 재설치
  • 기계가 다시 시작됩니다
  • sudo를 사용하거나 사용하지 않고 테스트하기
  • ulimit "열린 파일"을 기본값 1024로 변경
$ ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 256635
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 65535
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 4096
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited

또 다른 실험:

$ parallel -Dall -j0 ping -nc 3 ::: qubes-os.org gnu.org freenetproject.org
parallel: This should not happen. You have found a bug.
Please contact <[email protected]> and include:
* The version number: 20160222
* The bugid: pidtable format: 3694 1 

* The command line being run
* The files being read (put the files on a webserver if they are big)

If you get the error on smaller/fewer files, please include those instead.
kill_sleep TERM 
kill_sleep TERM 
kill_sleep TERM 
kill_sleep KILL 

답변1

20160222가 벌써 4주년이 되었습니다. 이는 알려진 문제입니다.

업그레이드하다20201222

관련 정보