Re: Odd crash

2010-03-22 Thread Steve Shepard
I've seen this too. Customer comments in the crash report indicate that it occurs most frequently when saving to a USB "thumb" drive. It only seems to happen on 10.6.2. -Steve On Mon, Mar 22, 2010 at 1:48 PM, Martin Wierschin wrote: >>> Thread 6 Crashed:  Dispatch queue: TFSVolumeInfo::GetSyncGC

NSTextView, showDefinition..., and _NSShowDefinitionByHotKey on Snow Leopard

2009-10-12 Thread Steve Shepard
Hi All, I'm looking for suggestions for debugging an issue I'm seeing with the Control-Command-D "Lookup in Dictionary" shortcut in NSTextView on Snow Leopard (10.6.1) . The Problem: When I execute the shortcut on Snow Leopard in a subclass of NSTextView that is part of a paged layout configurat

Re: Question about the Foundation Framework

2009-03-05 Thread Steve Shepard
On Thu, Mar 5, 2009 at 1:06 PM, Bill Bumgarner wrote: > Then touch the files every 24 hours or so? That would work. Of course you'd also have to register for sleep notifications in case your user closed the laptop lid and left it closed for more than three days, and you'd have to convince yoursel

Re: Question about the Foundation Framework

2009-03-05 Thread Steve Shepard
On Thu, Feb 19, 2009 at 7:36 AM, Michael Ash wrote: > > If you're looking for more information, note that NSTemporaryDirectory > is essentially equivalent to /tmp on a normal UNIX system This is not quite true. On Leopard, the dirhelper utility deletes files from NSTemporaryDirectory that were l

Re: Can dirhelper delete files in NSTemporaryDirectory() while app is running?

2009-01-20 Thread Steve Shepard
irhelper Submitted as rdar://6511474 -Steve On Thu, Jan 15, 2009 at 10:41 AM, Steve Shepard wrote: > Question: > > It appears that dirhelper can delete files from NSTemporaryDirectory() > while an app is running. Is this a bug in > com.apple.bsd.dirhelper.plist, which specifies

Can dirhelper delete files in NSTemporaryDirectory() while app is running?

2009-01-15 Thread Steve Shepard
Question: It appears that dirhelper can delete files from NSTemporaryDirectory() while an app is running. Is this a bug in com.apple.bsd.dirhelper.plist, which specifies that dirhelper run periodically? Background: I'm trying to track down a bug that a few users have reported but that I can't re

Re: Displaying at appropriate time after text layout...?

2008-03-11 Thread Steve Shepard
Hi Keith, I saw this same behavior on Leopard (but not on Tiger). My memory of the specific details is a little vague, but I believe there is a bug where the view hierarchy does not recognize needsDisplay when the view is invalidated during background layout. I was able to work around the problem