<?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: Disable spindump on OS X to prevent system slowdowns</title>
	<atom:link href="http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns/feed" rel="self" type="application/rss+xml" />
	<link>http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns</link>
	<description>code with a purpose</description>
	<lastBuildDate>Sun, 18 Jul 2010 18:32:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Craig</title>
		<link>http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns/comment-page-1#comment-17304</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Sat, 29 May 2010 17:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://craigjolicoeur.com/blog/?p=137#comment-17304</guid>
		<description>@David 

It&#039;s really a user preference. The hang report logs created by Spindump are different that the OS X crash logs as you can see from the example I posted. 

In some cases Spindump just seems to take 100% CPU and even hundreds of megs of RAM after and app crash. For me, this annoyance makes the output generated by the utility not worth it at all so I choose o turn it off completely and save myself the headache.</description>
		<content:encoded><![CDATA[<p>@David </p>
<p>It&#8217;s really a user preference. The hang report logs created by Spindump are different that the OS X crash logs as you can see from the example I posted. </p>
<p>In some cases Spindump just seems to take 100% CPU and even hundreds of megs of RAM after and app crash. For me, this annoyance makes the output generated by the utility not worth it at all so I choose o turn it off completely and save myself the headache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns/comment-page-1#comment-17301</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 29 May 2010 15:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://craigjolicoeur.com/blog/?p=137#comment-17301</guid>
		<description>Does this disable the ability to generate crash reports?  Are these reports not diagnostically helpful, if not to you, then to whomever at Apple you might speak to, etc.? I honestly am just a tinkerer and even I have learned and fixed things with the reports. My second item (and these are just queries, I do appreciate learning how to disable spindump if need be) is that on my particular Mac, I don&#039;t find (via Activity Monitor) that spindump takes up THAT much CPU, maybe 10-12%.  I only googled it just to make sure that it was a legitimate process that was running.</description>
		<content:encoded><![CDATA[<p>Does this disable the ability to generate crash reports?  Are these reports not diagnostically helpful, if not to you, then to whomever at Apple you might speak to, etc.? I honestly am just a tinkerer and even I have learned and fixed things with the reports. My second item (and these are just queries, I do appreciate learning how to disable spindump if need be) is that on my particular Mac, I don&#8217;t find (via Activity Monitor) that spindump takes up THAT much CPU, maybe 10-12%.  I only googled it just to make sure that it was a legitimate process that was running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns/comment-page-1#comment-16191</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 24 Mar 2010 19:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://craigjolicoeur.com/blog/?p=137#comment-16191</guid>
		<description>@Eloy,

The four lines of code are meant to be entered into your command prompt (e.g. Terminal.app), not via AppleScript Editor.

Just fire up a terminal and enter the lines one by one (each one is an individual command).</description>
		<content:encoded><![CDATA[<p>@Eloy,</p>
<p>The four lines of code are meant to be entered into your command prompt (e.g. Terminal.app), not via AppleScript Editor.</p>
<p>Just fire up a terminal and enter the lines one by one (each one is an individual command).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eloy</title>
		<link>http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns/comment-page-1#comment-16190</link>
		<dc:creator>Eloy</dc:creator>
		<pubDate>Wed, 24 Mar 2010 19:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://craigjolicoeur.com/blog/?p=137#comment-16190</guid>
		<description>Hi!

I&#039;m trying to get rid of spindump but when I try to run this script on script Editor I always get the error message &quot;Expected end of line, etc., but found identifier.

Can you guys help, please?

Thanx</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;m trying to get rid of spindump but when I try to run this script on script Editor I always get the error message &#8220;Expected end of line, etc., but found identifier.</p>
<p>Can you guys help, please?</p>
<p>Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns/comment-page-1#comment-11359</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 02 Sep 2009 13:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://craigjolicoeur.com/blog/?p=137#comment-11359</guid>
		<description>Thanks, code has been fixed to reflect

&lt;pre&gt;&lt;code&gt;cd /usr/sbin&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Thanks, code has been fixed to reflect</p>
<pre><code>cd /usr/sbin</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Canton</title>
		<link>http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns/comment-page-1#comment-11358</link>
		<dc:creator>Canton</dc:creator>
		<pubDate>Wed, 02 Sep 2009 12:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://craigjolicoeur.com/blog/?p=137#comment-11358</guid>
		<description>Thanks for this.

Yes, line 2 should be

cd /usr/sbin</description>
		<content:encoded><![CDATA[<p>Thanks for this.</p>
<p>Yes, line 2 should be</p>
<p>cd /usr/sbin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://craigjolicoeur.com/blog/disable-spindump-on-os-x-to-prevent-system-slowdowns/comment-page-1#comment-10517</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Mon, 06 Jul 2009 05:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://craigjolicoeur.com/blog/?p=137#comment-10517</guid>
		<description>Shouldn&#039;t line 2 be /usr/sbin?
BTW, spindump seems to start even before the crash. It seems to free thing up a bit for safari and Java apps, but that&#039;s just me guessing because I get lots of spindumps, but no crashes for apps that take a lot of time to do their work.</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t line 2 be /usr/sbin?<br />
BTW, spindump seems to start even before the crash. It seems to free thing up a bit for safari and Java apps, but that&#8217;s just me guessing because I get lots of spindumps, but no crashes for apps that take a lot of time to do their work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
