<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: not executing the Signal handler function</title>
	<atom:link href="https://www.emblogic.com/blog/06/not-executing-the-signal-handler-function/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/06/not-executing-the-signal-handler-function/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: m.siddarth</title>
		<link>https://www.emblogic.com/blog/06/not-executing-the-signal-handler-function/#comment-189</link>
		<dc:creator><![CDATA[m.siddarth]]></dc:creator>
		<pubDate>Sat, 23 Jul 2011 07:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=724#comment-189</guid>
		<description><![CDATA[Use comma operator after printf(). i.e.

printf(“signal invoked”),sleep(1);
it will work fine]]></description>
		<content:encoded><![CDATA[<p>Use comma operator after printf(). i.e.</p>
<p>printf(“signal invoked”),sleep(1);<br />
it will work fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m.siddarth</title>
		<link>https://www.emblogic.com/blog/06/not-executing-the-signal-handler-function/#comment-188</link>
		<dc:creator><![CDATA[m.siddarth]]></dc:creator>
		<pubDate>Sat, 23 Jul 2011 07:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=724#comment-188</guid>
		<description><![CDATA[Use comma operator after printf(). i.e.

printf(“signal invoked”),sleep(1);]]></description>
		<content:encoded><![CDATA[<p>Use comma operator after printf(). i.e.</p>
<p>printf(“signal invoked”),sleep(1);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pradyot</title>
		<link>https://www.emblogic.com/blog/06/not-executing-the-signal-handler-function/#comment-172</link>
		<dc:creator><![CDATA[pradyot]]></dc:creator>
		<pubDate>Sat, 18 Jun 2011 11:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=724#comment-172</guid>
		<description><![CDATA[I too faced this problem.

It may sound weird but for unknown reasons, adding a &lt;b&gt;newline character &#039;\n&#039; &lt;/b&gt; at the end of every call to printf function solves the problem.

so change your printf calls to include a newline character at the end.
It works.]]></description>
		<content:encoded><![CDATA[<p>I too faced this problem.</p>
<p>It may sound weird but for unknown reasons, adding a <b>newline character &#8216;\n&#8217; </b> at the end of every call to printf function solves the problem.</p>
<p>so change your printf calls to include a newline character at the end.<br />
It works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
