<?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: The art of decoding backtraces without debug info</title>
	<atom:link href="http://blogs.gnome.org/alexl/2005/08/26/the-art-of-decoding-backtraces-without-debug-info/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/alexl/2005/08/26/the-art-of-decoding-backtraces-without-debug-info/</link>
	<description>Cool links and commentary</description>
	<lastBuildDate>Wed, 21 Oct 2009 16:29:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nikos Kouremenos</title>
		<link>http://blogs.gnome.org/alexl/2005/08/26/the-art-of-decoding-backtraces-without-debug-info/comment-page-1/#comment-9</link>
		<dc:creator>Nikos Kouremenos</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/alexl/2005/08/26/the-art-of-decoding-backtraces-without-debug-info/#comment-9</guid>
		<description>Great article. Thank you very much</description>
		<content:encoded><![CDATA[<p>Great article. Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman Rasmussen</title>
		<link>http://blogs.gnome.org/alexl/2005/08/26/the-art-of-decoding-backtraces-without-debug-info/comment-page-1/#comment-10</link>
		<dc:creator>Norman Rasmussen</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/alexl/2005/08/26/the-art-of-decoding-backtraces-without-debug-info/#comment-10</guid>
		<description>I had this one recently:&lt;p/&gt;The first call inside a function fails, always... Turns out that this was a non static function, and the caller was trying to execute the method on a null object.  For some reason the compiler decided to skip the null check before calling the method, and just launched straight into it.  Only when the &#039;this&#039; object was used for the first time in the function did it crash.&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p>I had this one recently:
<p />The first call inside a function fails, always&#8230; Turns out that this was a non static function, and the caller was trying to execute the method on a null object.  For some reason the compiler decided to skip the null check before calling the method, and just launched straight into it.  Only when the &#8216;this&#8217; object was used for the first time in the function did it crash.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
