I'm using Sabnzbplus on a Ubuntu 18.04.4 LTS 64bits server.
I get updates from jcfp ppa.
I have upgraded to le 3.0 Alpha 1 recently and now I got a Zombie process created by sabnzb.
As you can see, the process 6938 is a zombie and is a child of the sabnzb process.nicolas@Coruscant:~$ ps aux | grep -E 'sabnzb|defunct'
nicolas 6921 0.2 1.0 1995720 82496 ? Sl 09:06 0:02 /usr/bin/python3 -OO /usr/bin/sabnzbdplus --daemon --pidfile /var/run/sabnzbdplus/pid --server 127.0.0.1
nicolas 6938 0.0 0.0 0 0 ? Z 09:06 0:00 [sh] <defunct>
nicolas 13656 0.0 0.0 15660 2792 pts/0 S+ 09:23 0:00 grep --color=auto -E sabnzb|defunct
nicolas@Coruscant:~$ pstree -p -s 6938
systemd(1)───python3(6921)───sh(6938)
nicolas@Coruscant:~$
I use systemd to start sabnzb.
Currently sabnzb is not doing anything. In fact I just restarted it and the zombie pops up at sabnzb start without any noticeable delay.
There is no error in the journal logs nor in the sabnzb logs.
Can I provide you with more information ?
Thanks in advance,