<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Crash Reporter for iPhone Applications (Part 2)</title>
	<atom:link href="http://creativeinaustria.wordpress.com/2008/10/20/crash-reporter-for-iphone-applications-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://creativeinaustria.wordpress.com/2008/10/20/crash-reporter-for-iphone-applications-part-2/</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Thu, 10 Mar 2011 23:31:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Christopher Atlan</title>
		<link>http://creativeinaustria.wordpress.com/2008/10/20/crash-reporter-for-iphone-applications-part-2/#comment-1234</link>
		<dc:creator><![CDATA[Christopher Atlan]]></dc:creator>
		<pubDate>Thu, 10 Mar 2011 23:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.restoroot.com/Blog/?p=83#comment-1234</guid>
		<description><![CDATA[Clark, it&#039;s funny that you ask that, I was just setting up two apps with a Crash Reporter today :) At the moment I&#039;m using http://macdevcrashreports.com/ &amp;&amp; https://github.com/TheRealKerni/CrashReporterDemo It&#039;s based on plcrashreport and super easy to setup]]></description>
		<content:encoded><![CDATA[<p>Clark, it&#8217;s funny that you ask that, I was just setting up two apps with a Crash Reporter today <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  At the moment I&#8217;m using <a href="http://macdevcrashreports.com/" rel="nofollow">http://macdevcrashreports.com/</a> &amp;&amp; <a href="https://github.com/TheRealKerni/CrashReporterDemo" rel="nofollow">https://github.com/TheRealKerni/CrashReporterDemo</a> It&#8217;s based on plcrashreport and super easy to setup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clark Dennison</title>
		<link>http://creativeinaustria.wordpress.com/2008/10/20/crash-reporter-for-iphone-applications-part-2/#comment-1233</link>
		<dc:creator><![CDATA[Clark Dennison]]></dc:creator>
		<pubDate>Thu, 10 Mar 2011 23:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.restoroot.com/Blog/?p=83#comment-1233</guid>
		<description><![CDATA[Chris,

I was trying to use plcrashreport.  Would you still recommend it.  I have not had much luck using it as I can&#039;t get the simulator build to compile and the iphone release crashes on the first call.]]></description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>I was trying to use plcrashreport.  Would you still recommend it.  I have not had much luck using it as I can&#8217;t get the simulator build to compile and the iphone release crashes on the first call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Atlan</title>
		<link>http://creativeinaustria.wordpress.com/2008/10/20/crash-reporter-for-iphone-applications-part-2/#comment-1231</link>
		<dc:creator><![CDATA[Christopher Atlan]]></dc:creator>
		<pubDate>Fri, 30 Jan 2009 19:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.restoroot.com/Blog/?p=83#comment-1231</guid>
		<description><![CDATA[Rudyard, that&#039;s true, I recommend to use http://code.google.com/p/plcrashreporter/]]></description>
		<content:encoded><![CDATA[<p>Rudyard, that&#8217;s true, I recommend to use <a href="http://code.google.com/p/plcrashreporter/" rel="nofollow">http://code.google.com/p/plcrashreporter/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudyard K. Prab</title>
		<link>http://creativeinaustria.wordpress.com/2008/10/20/crash-reporter-for-iphone-applications-part-2/#comment-1230</link>
		<dc:creator><![CDATA[Rudyard K. Prab]]></dc:creator>
		<pubDate>Fri, 30 Jan 2009 06:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.restoroot.com/Blog/?p=83#comment-1230</guid>
		<description><![CDATA[It&#039;s not safe to try to report the crash log from within the signal handler. The process is an indeterminate state, and all code executed from within a signal handler must be async-safe. Due to calls to the pthread API (which attempts to acquire globals locks), backtrace(3) implementation is not async-safe, and can thus cause a deadlock in your signal handler.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s not safe to try to report the crash log from within the signal handler. The process is an indeterminate state, and all code executed from within a signal handler must be async-safe. Due to calls to the pthread API (which attempts to acquire globals locks), backtrace(3) implementation is not async-safe, and can thus cause a deadlock in your signal handler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnab</title>
		<link>http://creativeinaustria.wordpress.com/2008/10/20/crash-reporter-for-iphone-applications-part-2/#comment-1229</link>
		<dc:creator><![CDATA[Arnab]]></dc:creator>
		<pubDate>Mon, 22 Dec 2008 08:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.restoroot.com/Blog/?p=83#comment-1229</guid>
		<description><![CDATA[Hi Atlan,
Awesome information you have published on this block.Is it possible to give a sample application which can be run on the Iphone Simulator to generate the crash and see how the stack trace/report sending works?
Thanks in advance
-A]]></description>
		<content:encoded><![CDATA[<p>Hi Atlan,<br />
Awesome information you have published on this block.Is it possible to give a sample application which can be run on the Iphone Simulator to generate the crash and see how the stack trace/report sending works?<br />
Thanks in advance<br />
-A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raoli.com &#187; Blog Archive &#187; links for 2008-10-21</title>
		<link>http://creativeinaustria.wordpress.com/2008/10/20/crash-reporter-for-iphone-applications-part-2/#comment-1228</link>
		<dc:creator><![CDATA[raoli.com &#187; Blog Archive &#187; links for 2008-10-21]]></dc:creator>
		<pubDate>Tue, 21 Oct 2008 12:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.restoroot.com/Blog/?p=83#comment-1228</guid>
		<description><![CDATA[[...] restoroot.com » Blog » Crash Reporter for iPhone Applications (Part 2) (tags: iphone osx programming fuckingnda) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] restoroot.com » Blog » Crash Reporter for iPhone Applications (Part 2) (tags: iphone osx programming fuckingnda) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

