<?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: Leopard GUI Crashes &#8211; Not Parallels but Canon?</title>
	<atom:link href="http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/</link>
	<description>Jamie Flournoy's Software Development Blog</description>
	<lastBuildDate>Wed, 02 Nov 2011 15:50:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: john</title>
		<link>http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/comment-page-1/#comment-64725</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 02 Nov 2011 15:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/#comment-64725</guid>
		<description>BJ in BJUSB probably = Bubble Jet. Had the same problems....and just deleted the kext files.</description>
		<content:encoded><![CDATA[<p>BJ in BJUSB probably = Bubble Jet. Had the same problems&#8230;.and just deleted the kext files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thierry</title>
		<link>http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/comment-page-1/#comment-31635</link>
		<dc:creator>Thierry</dc:creator>
		<pubDate>Tue, 08 Jun 2010 20:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/#comment-31635</guid>
		<description>I played with the authorizations and f. up the system. I reseted them with the  keychain but it remains a few problems inside Library/Extensions, whose BjusBload.kext and BjusBMP. 

As I have a Canon MP830 i am going to reinstall that. Thank you for the tip !</description>
		<content:encoded><![CDATA[<p>I played with the authorizations and f. up the system. I reseted them with the  keychain but it remains a few problems inside Library/Extensions, whose BjusBload.kext and BjusBMP. </p>
<p>As I have a Canon MP830 i am going to reinstall that. Thank you for the tip !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Flournoy</title>
		<link>http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/comment-page-1/#comment-4698</link>
		<dc:creator>Jamie Flournoy</dc:creator>
		<pubDate>Sat, 23 Feb 2008 22:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/#comment-4698</guid>
		<description>I have no idea how the USB drivers and kernel extensions work, and no desire to have to find out just to get work done. I use a Mac largely in order to avoid this sort of nonsense. Otherwise I&#039;d buy a Dell and put Linux on it.

I re-enabled my disabled fonts and a few apps, and got a hang last night. So, at this point it&#039;s hard to say what the issue is. I have some possible confounding going on, or maybe a combination of things that makes it act breaky. Currently 10 hours uptime with all non-Leopard-installed fonts disabled.</description>
		<content:encoded><![CDATA[<p>I have no idea how the USB drivers and kernel extensions work, and no desire to have to find out just to get work done. I use a Mac largely in order to avoid this sort of nonsense. Otherwise I&#8217;d buy a Dell and put Linux on it.</p>
<p>I re-enabled my disabled fonts and a few apps, and got a hang last night. So, at this point it&#8217;s hard to say what the issue is. I have some possible confounding going on, or maybe a combination of things that makes it act breaky. Currently 10 hours uptime with all non-Leopard-installed fonts disabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Breindel</title>
		<link>http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/comment-page-1/#comment-4696</link>
		<dc:creator>Adam Breindel</dc:creator>
		<pubDate>Sat, 23 Feb 2008 20:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/#comment-4696</guid>
		<description>Forgive my ignorance of OS X system-level programming, but I&#039;m surprised to see stability problems coming from a USB drvier... don&#039;t they have user mode USB drivers for async devices like this? (http://blogs.msdn.com/iliast/archive/2006/10/10/Introduction-to-the-User_2D00_Mode-Driver-Framework.aspx)

Does Apple make their class driver source or libs available so that writers can just modify the class driver? (thus lowering their odds of mucking up things like interrupt handling, dma, etc.)

Hmmmm.... it&#039;s just strange given Apple&#039;s emphasis on constrained hardware environments in order to provide greater user experience consistency</description>
		<content:encoded><![CDATA[<p>Forgive my ignorance of OS X system-level programming, but I&#8217;m surprised to see stability problems coming from a USB drvier&#8230; don&#8217;t they have user mode USB drivers for async devices like this? (<a href="http://blogs.msdn.com/iliast/archive/2006/10/10/Introduction-to-the-User_2D00_Mode-Driver-Framework.aspx" rel="nofollow">http://blogs.msdn.com/iliast/archive/2006/10/10/Introduction-to-the-User_2D00_Mode-Driver-Framework.aspx</a>)</p>
<p>Does Apple make their class driver source or libs available so that writers can just modify the class driver? (thus lowering their odds of mucking up things like interrupt handling, dma, etc.)</p>
<p>Hmmmm&#8230;. it&#8217;s just strange given Apple&#8217;s emphasis on constrained hardware environments in order to provide greater user experience consistency</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Flournoy</title>
		<link>http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/comment-page-1/#comment-4685</link>
		<dc:creator>Jamie Flournoy</dc:creator>
		<pubDate>Sat, 23 Feb 2008 04:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/#comment-4685</guid>
		<description>Really? As far as I can tell I followed the path of least resistance given the info I had at the time. If I had done a wipe-and-reinstall that would have taken a couple of days in total to get all the crap I use installed again. I&#039;m talking about reinstalling apps, MacPorts, etc. Forget about using the computer efficiently when it&#039;s busy shoving little files all over the hard drive and forcing reboots every half hour. No way.

But in fact, I did &quot;give up&quot; more or less and reinstall to an external drive, but preserving my user profile, and copying over the Applications folder as-is using rsync (which only works on software that isn&#039;t expecting to find a serial number buried somewhere secret). But I found that partway through reinstalling my essential apps (printer driver), the problem came back.

So a wipe and reinstall would have failed to eliminate the problem, while wasting a huge amount of time. Like I said, this was the lowest-effort approach I could think of.

It would be really, really helpful if Apple would actually document what Safe Boot vs. normal boot looks like, or even better, write a &quot;skipping xxxx&quot; log that shows what was NOT run.</description>
		<content:encoded><![CDATA[<p>Really? As far as I can tell I followed the path of least resistance given the info I had at the time. If I had done a wipe-and-reinstall that would have taken a couple of days in total to get all the crap I use installed again. I&#8217;m talking about reinstalling apps, MacPorts, etc. Forget about using the computer efficiently when it&#8217;s busy shoving little files all over the hard drive and forcing reboots every half hour. No way.</p>
<p>But in fact, I did &#8220;give up&#8221; more or less and reinstall to an external drive, but preserving my user profile, and copying over the Applications folder as-is using rsync (which only works on software that isn&#8217;t expecting to find a serial number buried somewhere secret). But I found that partway through reinstalling my essential apps (printer driver), the problem came back.</p>
<p>So a wipe and reinstall would have failed to eliminate the problem, while wasting a huge amount of time. Like I said, this was the lowest-effort approach I could think of.</p>
<p>It would be really, really helpful if Apple would actually document what Safe Boot vs. normal boot looks like, or even better, write a &#8220;skipping xxxx&#8221; log that shows what was NOT run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonathan</title>
		<link>http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/comment-page-1/#comment-4684</link>
		<dc:creator>jonathan</dc:creator>
		<pubDate>Sat, 23 Feb 2008 04:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/#comment-4684</guid>
		<description>i almost commented on your last post but decided not as i had nothing to contribute but this: &quot;i&#039;m amazed at your tenacity and commend you&quot;.  however, after seeing the saga drag on, i have to say, i&#039;m amazed at your tenacity and commend you.</description>
		<content:encoded><![CDATA[<p>i almost commented on your last post but decided not as i had nothing to contribute but this: &#8220;i&#8217;m amazed at your tenacity and commend you&#8221;.  however, after seeing the saga drag on, i have to say, i&#8217;m amazed at your tenacity and commend you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leopard GUI crashes, Part 1 at Pervasive Code</title>
		<link>http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/comment-page-1/#comment-4681</link>
		<dc:creator>Leopard GUI crashes, Part 1 at Pervasive Code</dc:creator>
		<pubDate>Sat, 23 Feb 2008 04:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.pervasivecode.com/blog/2008/02/22/leopard-gui-crashes-not-parallels-but-canon/#comment-4681</guid>
		<description>[...] UPDATE #2:I now believe that the Canon MX310 scanner driver was the problem. More details are here. [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE #2:I now believe that the Canon MX310 scanner driver was the problem. More details are here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

