试用 Pro 版, 发现总是有几个僵尸进程, 都是 Python fork 出来的

shell> ps aux|grep Z
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root     14276  0.0  0.0      0     0 ?        Z    17:19   0:00 [sh] <defunct>
root     14278  0.0  0.0      0     0 ?        Z    17:19   0:00 [sh] <defunct>
root     14322  0.0  0.0  16672  1016 pts/0    S+   17:19   0:00 grep --color=auto Z

pstree 看了下

  │   └─python2.7,15302 -m seafevents.main --config-file /opt/seafile/conf/seafevents.conf ...
  │       ├─(sh,14276)
  │       ├─(sh,14278)
  │       └─{python2.7},15402

不知道哪里出问题了.

而且有时候会出现重启/停止不干净的问题, 执行 seafile-server.sh stop 后还有一堆进程

确实是这样的,我也这也发现了,而且杀不死