<?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: Error Presentation</title>
	<atom:link href="http://blog.mozilla.com/tglek/2008/09/03/error-presentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/tglek/2008/09/03/error-presentation/</link>
	<description>Just another Blog.mozilla.com weblog</description>
	<lastBuildDate>Sun, 12 Feb 2012 07:38:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Billigflug</title>
		<link>http://blog.mozilla.com/tglek/2008/09/03/error-presentation/comment-page-1/#comment-20630</link>
		<dc:creator>Billigflug</dc:creator>
		<pubDate>Thu, 20 Nov 2008 12:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/tglek/?p=81#comment-20630</guid>
		<description>Robert, this would be really awesome, as it would save so much time. Great idea, really! I even think this would be revolutionary to software developement and hence for the industry and the entire economy. So go for it!</description>
		<content:encoded><![CDATA[<p>Robert, this would be really awesome, as it would save so much time. Great idea, really! I even think this would be revolutionary to software developement and hence for the industry and the entire economy. So go for it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert O'Callahan</title>
		<link>http://blog.mozilla.com/tglek/2008/09/03/error-presentation/comment-page-1/#comment-19701</link>
		<dc:creator>Robert O'Callahan</dc:creator>
		<pubDate>Wed, 03 Sep 2008 23:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/tglek/?p=81#comment-19701</guid>
		<description>Eh.

What I really want to see in error presentation is a trace-based presentation. Construct a sample execution (could be abstract of course) which shows how the error happens. E.g.,

Variable x may be used uninitialized along this path:

   int x;
***if (a)
     x = 1;
***foo(&amp;a);
***if (a)
***  print(x);</description>
		<content:encoded><![CDATA[<p>Eh.</p>
<p>What I really want to see in error presentation is a trace-based presentation. Construct a sample execution (could be abstract of course) which shows how the error happens. E.g.,</p>
<p>Variable x may be used uninitialized along this path:</p>
<p>   int x;<br />
***if (a)<br />
     x = 1;<br />
***foo(&amp;a);<br />
***if (a)<br />
***  print(x);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

