<?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"
	>
<channel>
	<title>Comments on: RSS feed for crash reports</title>
	<atom:link href="http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/</link>
	<description>The occasional view into my life</description>
	<pubDate>Fri, 05 Dec 2008 08:55:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Pedro Melo</title>
		<link>http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/#comment-306</link>
		<dc:creator>Pedro Melo</dc:creator>
		<pubDate>Tue, 18 Mar 2008 15:12:38 +0000</pubDate>
		<guid isPermaLink="false">1391d297-5838-43c6-b81c-2a24d0caca2d#comment-306</guid>
		<description>Ok,

the last comment was messed up.

The new line should be:


break unless scanner [1]


(remove the space between scanner and [)

Best regards,</description>
		<content:encoded><![CDATA[	<p>Ok,</p>
	<p>the last comment was messed up.</p>
	<p>The new line should be:</p>
	<p>break unless scanner [1]</p>
	<p>(remove the space between scanner and [)</p>
	<p>Best regards,</p>

 ]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Melo</title>
		<link>http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/#comment-305</link>
		<dc:creator>Pedro Melo</dc:creator>
		<pubDate>Tue, 18 Mar 2008 15:10:58 +0000</pubDate>
		<guid isPermaLink="false">1391d297-5838-43c6-b81c-2a24d0caca2d#comment-305</guid>
		<description>Hi,

if you are getting this error:


/usr/lib/ruby/1.8/date/format.rb:236:in `dup': can't dup NilClass (TypeError)


add this line:


break unless scanner[1]


at line 38, after the


scanner.scan_until(/Date\/Time:\s+(.*)$/)


It will work around strange Crash reports like some generated by RubyCocoa apps, like Bongo.app.

I've sent this to Kevin, I'm posting here also so that Google can find it.

Best regards,</description>
		<content:encoded><![CDATA[	<p>Hi,</p>
	<p>if you are getting this error:</p>
	<p>/usr/lib/ruby/1.8/date/format.rb:236:in `dup&#8217;: can&#8217;t dup NilClass (TypeError)</p>
	<p>add this line:</p>
	<p>break unless scanner<sup><a href="#fn20173571204938ec7eab7d1">1</a></sup></p>
	<p>at line 38, after the</p>
	<p>scanner.scan_until(/Date\/Time:\s+(.*)$/)</p>
	<p>It will work around strange Crash reports like some generated by RubyCocoa apps, like Bongo.app.</p>
	<p>I&#8217;ve sent this to Kevin, I&#8217;m posting here also so that Google can find it.</p>
	<p>Best regards,</p>

 ]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Ballard</title>
		<link>http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/#comment-93</link>
		<dc:creator>Kevin Ballard</dc:creator>
		<pubDate>Tue, 02 May 2006 13:21:13 +0000</pubDate>
		<guid isPermaLink="false">1391d297-5838-43c6-b81c-2a24d0caca2d#comment-93</guid>
		<description>You can use it with other newsreaders if they support executing shell scripts and interpreting the results as a feed. I don't know offhand of any newsreaders but NNW that do it (but that's because I don't use any other newsreaders).</description>
		<content:encoded><![CDATA[	<p>You can use it with other newsreaders if they support executing shell scripts and interpreting the results as a feed. I don&#8217;t know offhand of any newsreaders but NNW that do it (but that&#8217;s because I don&#8217;t use any other newsreaders).</p>

 ]]></content:encoded>
	</item>
	<item>
		<title>By: prestiti</title>
		<link>http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/#comment-94</link>
		<dc:creator>prestiti</dc:creator>
		<pubDate>Tue, 02 May 2006 11:36:32 +0000</pubDate>
		<guid isPermaLink="false">1391d297-5838-43c6-b81c-2a24d0caca2d#comment-94</guid>
		<description>hi kevin can I use this script only with NetNewsWire ? what about other rss news readers ?</description>
		<content:encoded><![CDATA[	<p>hi kevin can I use this script only with NetNewsWire ? what about other rss news readers ?</p>

 ]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Ballard</title>
		<link>http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/#comment-81</link>
		<dc:creator>Kevin Ballard</dc:creator>
		<pubDate>Thu, 23 Mar 2006 15:47:06 +0000</pubDate>
		<guid isPermaLink="false">1391d297-5838-43c6-b81c-2a24d0caca2d#comment-81</guid>
		<description>Doesn't require any "compilation" (you can't compile ruby scripts). In any case, to make it executable you open up Terminal.app, type `chmod a+x ` (without the backticks), and drag the script into the window. Then hit return.</description>
		<content:encoded><![CDATA[	<p>Doesn&#8217;t require any &#8220;compilation&#8221; (you can&#8217;t compile ruby scripts). In any case, to make it executable you open up Terminal.app, type `chmod a+x ` (without the backticks), and drag the script into the window. Then hit return.</p>

 ]]></content:encoded>
	</item>
	<item>
		<title>By: kostia</title>
		<link>http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/#comment-80</link>
		<dc:creator>kostia</dc:creator>
		<pubDate>Thu, 23 Mar 2006 01:32:36 +0000</pubDate>
		<guid isPermaLink="false">1391d297-5838-43c6-b81c-2a24d0caca2d#comment-80</guid>
		<description>How do you make a Ruby script work with NetNewsWire? I gather it has to be executable (compiled?) but how do you make it executable? It seems like such a simple question, but I've been 100% unsuccessful in finding a simple answer.</description>
		<content:encoded><![CDATA[	<p>How do you make a Ruby script work with NetNewsWire? I gather it has to be executable (compiled?) but how do you make it executable? It seems like such a simple question, but I&#8217;ve been 100% unsuccessful in finding a simple answer.</p>

 ]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Ballard</title>
		<link>http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/#comment-65</link>
		<dc:creator>Kevin Ballard</dc:creator>
		<pubDate>Tue, 17 Jan 2006 06:18:54 +0000</pubDate>
		<guid isPermaLink="false">1391d297-5838-43c6-b81c-2a24d0caca2d#comment-65</guid>
		<description>buscarini - Sounds like your crash log format is different than mine. What OS are you running? And could you possibly supply me with one of your crash reports so I could try and see what's going on? You can email me at [&lt;a href='mailto:kevin@sb.org'&gt;kevin@sb.org&lt;/a&gt;].</description>
		<content:encoded><![CDATA[	<p>buscarini &#8211; Sounds like your crash log format is different than mine. What OS are you running? And could you possibly supply me with one of your crash reports so I could try and see what&#8217;s going on? You can email me at [<a href='mailto:kevin@sb.org'>kevin@sb.org</a>].</p>

 ]]></content:encoded>
	</item>
	<item>
		<title>By: buscarini</title>
		<link>http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/#comment-64</link>
		<dc:creator>buscarini</dc:creator>
		<pubDate>Tue, 17 Jan 2006 05:21:43 +0000</pubDate>
		<guid isPermaLink="false">1391d297-5838-43c6-b81c-2a24d0caca2d#comment-64</guid>
		<description>I get this error:


/Users/joseman/Prog/Scripts/showcrashreports.rb 
/usr/lib/ruby/1.8/date/format.rb:236:in `dup': can't dup NilClass (TypeError)
        from /usr/lib/ruby/1.8/date/format.rb:236:in `_parse'
        from /usr/lib/ruby/1.8/parsedate.rb:9:in `parsedate'
        from /usr/lib/ruby/1.8/time.rb:137:in `parse'
        from /Users/joseman/Prog/Scripts/showcrashreports.rb:38
        from /Users/joseman/Prog/Scripts/showcrashreports.rb:34:in `each'
        from /Users/joseman/Prog/Scripts/showcrashreports.rb:34
        from /Users/joseman/Prog/Scripts/showcrashreports.rb:30:in `each'
        from /Users/joseman/Prog/Scripts/showcrashreports.rb:30
</description>
		<content:encoded><![CDATA[	<p>I get this error:</p>
	<p>/Users/joseman/Prog/Scripts/showcrashreports.rb <br />
/usr/lib/ruby/1.8/date/format.rb:236:in `dup&#8217;: can&#8217;t dup NilClass (TypeError)
        from /usr/lib/ruby/1.8/date/format.rb:236:in `_parse&#8217;
        from /usr/lib/ruby/1.8/parsedate.rb:9:in `parsedate&#8217;
        from /usr/lib/ruby/1.8/time.rb:137:in `parse&#8217;
        from /Users/joseman/Prog/Scripts/showcrashreports.rb:38
        from /Users/joseman/Prog/Scripts/showcrashreports.rb:34:in `each&#8217;
        from /Users/joseman/Prog/Scripts/showcrashreports.rb:34
        from /Users/joseman/Prog/Scripts/showcrashreports.rb:30:in `each&#8217;
        from /Users/joseman/Prog/Scripts/showcrashreports.rb:30</p>

 ]]></content:encoded>
	</item>
	<item>
		<title>By: tadpol</title>
		<link>http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/#comment-61</link>
		<dc:creator>tadpol</dc:creator>
		<pubDate>Fri, 06 Jan 2006 16:56:47 +0000</pubDate>
		<guid isPermaLink="false">1391d297-5838-43c6-b81c-2a24d0caca2d#comment-61</guid>
		<description>spiffy neat.  definitly add this script as well.  so much easier than trying to remember to look at all those places.</description>
		<content:encoded><![CDATA[	<p>spiffy neat.  definitly add this script as well.  so much easier than trying to remember to look at all those places.</p>

 ]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Chapman</title>
		<link>http://kevin.sb.org/2006/01/05/rss-feed-for-crash-reports/#comment-60</link>
		<dc:creator>Mitch Chapman</dc:creator>
		<pubDate>Fri, 06 Jan 2006 15:48:48 +0000</pubDate>
		<guid isPermaLink="false">1391d297-5838-43c6-b81c-2a24d0caca2d#comment-60</guid>
		<description>Very nice!  Thanks for sharing this.</description>
		<content:encoded><![CDATA[	<p>Very nice!  Thanks for sharing this.</p>

 ]]></content:encoded>
	</item>
</channel>
</rss>
