<?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: Disabling spindump on OSX to prevent slowdown after a crash</title>
	<atom:link href="http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/feed/" rel="self" type="application/rss+xml" />
	<link>http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/</link>
	<description>photographer, entrepreneur, software engineer, musician, skier</description>
	<lastBuildDate>Mon, 14 May 2012 16:09:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tim Kelly</title>
		<link>http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/comment-page-1/#comment-105447</link>
		<dc:creator>Tim Kelly</dc:creator>
		<pubDate>Fri, 02 Dec 2011 06:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=157#comment-105447</guid>
		<description>Thanks.  I like to suspend some of my applications when I&#039;m running my laptop on battery power, and spindump would kick in and drain the battery - I&#039;d suspend an app using 3% CPU and find spindump kicked in at 15 or even 20% of CPU.  This script has prevented that from occurring.</description>
		<content:encoded><![CDATA[<p>Thanks.  I like to suspend some of my applications when I&#8217;m running my laptop on battery power, and spindump would kick in and drain the battery &#8211; I&#8217;d suspend an app using 3% CPU and find spindump kicked in at 15 or even 20% of CPU.  This script has prevented that from occurring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eloy</title>
		<link>http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/comment-page-1/#comment-40920</link>
		<dc:creator>eloy</dc:creator>
		<pubDate>Wed, 24 Mar 2010 19:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=157#comment-40920</guid>
		<description>Hi guys

I m trying to run the scripts on script editor but i always get the inspiring message &quot;Expected expression but found end of line.

I understand next to nothing about programming so...

Any help, please?

thanx</description>
		<content:encoded><![CDATA[<p>Hi guys</p>
<p>I m trying to run the scripts on script editor but i always get the inspiring message &#8220;Expected expression but found end of line.</p>
<p>I understand next to nothing about programming so&#8230;</p>
<p>Any help, please?</p>
<p>thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip (flip) Kromer</title>
		<link>http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/comment-page-1/#comment-33628</link>
		<dc:creator>Philip (flip) Kromer</dc:creator>
		<pubDate>Fri, 23 Oct 2009 07:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=157#comment-33628</guid>
		<description>Stop launchctl from loading it in the first place:

  sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.spindump.plist

the &#039;-w&#039; makes the change persistent.</description>
		<content:encoded><![CDATA[<p>Stop launchctl from loading it in the first place:</p>
<p>  sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.spindump.plist</p>
<p>the &#8216;-w&#8217; makes the change persistent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Douma</title>
		<link>http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/comment-page-1/#comment-26455</link>
		<dc:creator>Hans Douma</dc:creator>
		<pubDate>Thu, 21 May 2009 21:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=157#comment-26455</guid>
		<description>Hi,

Totally agree Spindump is a pita. There should be an option in System Preferences to disable spindump alltogether.
Don&#039;t know much about Unix so can someone please explain where I would have to put the lines of code, mentioned at the beginning of this article and how this script should be called (I suppose Spindump, but does it need some kind of suffix like in Windows ?)

#!/bin/sh
while true
do
sleep 60000
done

Thanks for the help</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Totally agree Spindump is a pita. There should be an option in System Preferences to disable spindump alltogether.<br />
Don&#8217;t know much about Unix so can someone please explain where I would have to put the lines of code, mentioned at the beginning of this article and how this script should be called (I suppose Spindump, but does it need some kind of suffix like in Windows ?)</p>
<p>#!/bin/sh<br />
while true<br />
do<br />
sleep 60000<br />
done</p>
<p>Thanks for the help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Pickett</title>
		<link>http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/comment-page-1/#comment-24382</link>
		<dc:creator>Dan Pickett</dc:creator>
		<pubDate>Sat, 11 Apr 2009 17:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=157#comment-24382</guid>
		<description>This was driving me freakin nuts! Thanks so much.</description>
		<content:encoded><![CDATA[<p>This was driving me freakin nuts! Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noola</title>
		<link>http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/comment-page-1/#comment-23888</link>
		<dc:creator>noola</dc:creator>
		<pubDate>Wed, 01 Apr 2009 22:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=157#comment-23888</guid>
		<description>Thank you, now i know what spindump is, and i dont need it anymore :-)</description>
		<content:encoded><![CDATA[<p>Thank you, now i know what spindump is, and i dont need it anymore :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew.kurowski.org &#124; OSX Spindump</title>
		<link>http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/comment-page-1/#comment-21276</link>
		<dc:creator>matthew.kurowski.org &#124; OSX Spindump</dc:creator>
		<pubDate>Fri, 13 Feb 2009 01:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=157#comment-21276</guid>
		<description>[...] to Alex (a commenter at skwpspace) for this little tidbit for effectively disabling spindump on OSX. sudo -i cd /usr/sbin/ mv [...]</description>
		<content:encoded><![CDATA[<p>[...] to Alex (a commenter at skwpspace) for this little tidbit for effectively disabling spindump on OSX. sudo -i cd /usr/sbin/ mv [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/comment-page-1/#comment-19480</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 13 Jan 2009 06:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=157#comment-19480</guid>
		<description>Heh, I just did the following:

sudo -i
cd /usr/sbin/
mv spindump spindump-backup
ln -s /usr/bin/true /usr/sbin/spindump

Problem solved!</description>
		<content:encoded><![CDATA[<p>Heh, I just did the following:</p>
<p>sudo -i<br />
cd /usr/sbin/<br />
mv spindump spindump-backup<br />
ln -s /usr/bin/true /usr/sbin/spindump</p>
<p>Problem solved!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saniya</title>
		<link>http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/comment-page-1/#comment-18989</link>
		<dc:creator>Saniya</dc:creator>
		<pubDate>Fri, 02 Jan 2009 12:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=157#comment-18989</guid>
		<description>Excellent - thanks! Personally, I like the extra degree of continuity better 

than I like looking like another Yahoo customer.</description>
		<content:encoded><![CDATA[<p>Excellent &#8211; thanks! Personally, I like the extra degree of continuity better </p>
<p>than I like looking like another Yahoo customer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shadow</title>
		<link>http://yanpritzker.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-after-a-crash/comment-page-1/#comment-18957</link>
		<dc:creator>shadow</dc:creator>
		<pubDate>Thu, 01 Jan 2009 20:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=157#comment-18957</guid>
		<description>sudo launchctl unload /System/Library/LaunchDaemons/com.apple.spindump.plist</description>
		<content:encoded><![CDATA[<p>sudo launchctl unload /System/Library/LaunchDaemons/com.apple.spindump.plist</p>
]]></content:encoded>
	</item>
</channel>
</rss>

