[arch-general] Zombie Processes

Lukas Jirkovsky l.jirkovsky at gmail.com
Wed Aug 27 08:11:40 EDT 2014


On 27 August 2014 02:03, Jan Alexander Steffens <jan.steffens at gmail.com> wrote:
>
> No, since a zombie process is dead and cannot execute any code.

To expand more on that: zombie process in not really a process
anymore. In fact, it's not anything more than a little bundle of data
(basically just an integer containing the exist status of the process
and some flags) that are processed by wait().

Lukas


More information about the arch-general mailing list