On Wed April 24 2024 09:04:39 ajh-valmer via tde-users wrote:
What means "Defunct" (Zombie) ?
A zombie is a process that has died - exited or crashed - but
it's parent process has not yet collected the exit code or
termination reason using one of the 'wait' syscalls.
Usually this is due to a bug in the parent process.