Skip to main content
added 3 characters in body
Source Link
Kevin
  • 41.7k
  • 17
  • 91
  • 113

Sometime process exists and cannot be killed due to:

  • being zombie. I.e. process which parent did not read the exit status. Such process does not consume any resources except PID entry. In top it is signalledsignaled Z
  • errornous uninterrubleerroneous uninterruptible sleep. It should not happen but with a combination of buggy kernel code and/or buggy hardware it sometime does. The only method is to reboot or wait. In top it is signalledsignaled by D.

Sometime process exists and cannot be killed due to:

  • being zombie. I.e. process which parent did not read the exit status. Such process does not consume any resources except PID entry. In top it is signalled Z
  • errornous uninterruble sleep. It should not happen but with combination of buggy kernel code and/or buggy hardware it sometime does. The only method is to reboot or wait. In top it is signalled by D.

Sometime process exists and cannot be killed due to:

  • being zombie. I.e. process which parent did not read the exit status. Such process does not consume any resources except PID entry. In top it is signaled Z
  • erroneous uninterruptible sleep. It should not happen but with a combination of buggy kernel code and/or buggy hardware it sometime does. The only method is to reboot or wait. In top it is signaled by D.
Source Link
Maja Piechotka
  • 17k
  • 12
  • 61
  • 93

Sometime process exists and cannot be killed due to:

  • being zombie. I.e. process which parent did not read the exit status. Such process does not consume any resources except PID entry. In top it is signalled Z
  • errornous uninterruble sleep. It should not happen but with combination of buggy kernel code and/or buggy hardware it sometime does. The only method is to reboot or wait. In top it is signalled by D.