<?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: Backtrace Of Linux Core Dump With No Debug Info In It.?</title>
	<atom:link href="http://www.pcdebug.com/linux-debugging/backtrace-of-linux-core-dump-with-no-debug-info-in-it.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pcdebug.com/linux-debugging/backtrace-of-linux-core-dump-with-no-debug-info-in-it.html</link>
	<description>Windows Linux Debuggers</description>
	<lastBuildDate>Mon, 04 Jan 2010 04:21:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: plam_tod</title>
		<link>http://www.pcdebug.com/linux-debugging/backtrace-of-linux-core-dump-with-no-debug-info-in-it.html/comment-page-1#comment-1394</link>
		<dc:creator>plam_tod</dc:creator>
		<pubDate>Tue, 08 Dec 2009 12:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcdebug.com/linux-debugging/backtrace-of-linux-core-dump-with-no-debug-info-in-it.html#comment-1394</guid>
		<description>It&#039;s pretty tough to generate a backtrace if the
code was not only compiled without debug, but
more to the point, with the frame pointer optimized
away.  If &quot;gdb&quot; or &quot;pstack&quot; can&#039;t give you a backtrace,
then you&#039;re in a tough spot.
If you have any control over the building of the
application (for the future), have the developers
specify flags to gcc to use the FP (rather than
optimizing it away by only using offsets from SP).</description>
		<content:encoded><![CDATA[<p>It&#8217;s pretty tough to generate a backtrace if the<br />
code was not only compiled without debug, but<br />
more to the point, with the frame pointer optimized<br />
away.  If &#8220;gdb&#8221; or &#8220;pstack&#8221; can&#8217;t give you a backtrace,<br />
then you&#8217;re in a tough spot.<br />
If you have any control over the building of the<br />
application (for the future), have the developers<br />
specify flags to gcc to use the FP (rather than<br />
optimizing it away by only using offsets from SP).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

