<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EmbLogic &#187; zombie</title>
	<atom:link href="https://www.emblogic.com/blog/tag/zombie/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>Zombie or Defunct Process</title>
		<link>https://www.emblogic.com/blog/01/zombie-or-defunct-process/</link>
		<comments>https://www.emblogic.com/blog/01/zombie-or-defunct-process/#comments</comments>
		<pubDate>Fri, 15 Jan 2016 10:37:43 +0000</pubDate>
		<dc:creator><![CDATA[Ankur Garg]]></dc:creator>
				<category><![CDATA[Linux Internals and System Programming]]></category>
		<category><![CDATA[Project 03: Client Server Communication using Linux and IPC]]></category>
		<category><![CDATA[c programming]]></category>
		<category><![CDATA[defunct]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fork]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[zombie]]></category>

		<guid isPermaLink="false">http://www.emblogic.com/blog/?p=13163</guid>
		<description><![CDATA[Zombie or Defunct Process ========================== If a child proces tries to teminate,its association with parent remains until the parent terminates normally or calls wait. - The child process entry in process table is therfore not freed up immediately. - Althougth &#8230; <a href="https://www.emblogic.com/blog/01/zombie-or-defunct-process/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Zombie or Defunct Process<br />
==========================<br />
If a child proces tries to teminate,its association with parent remains until the parent terminates normally or calls wait.<br />
- The child process entry in process table is therfore not freed up immediately.<br />
- Althougth the process is no longer active, the child remains still in system because its exit code is needed to be stored in case of parent subsequently</p>
<p>calls wait.<br />
- The process becomes defunct or zombie process.<br />
- It is shown by &#8216;Z&#8217; or &#8216;Z+&#8217; in process table.</p>
<p>- If the parent is terminated abnormally, the zombie child process will not be terminated (which is not good).</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/01/zombie-or-defunct-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
