On Fri, Dec 18, 2009 at 3:15 PM, PCWiz <pcwiz.supp...@gmail.com> wrote: > Thanks, that's helpful to know. > > Kai, I am developing on Snow Leopard but I'm using the 10.5 SDK, so is it > possible that NSRecursiveLock is being used in NSOperationQueue? Or should I > set a breakpoint on [NSRecursiveLock alloc] to see where its being allocated?
SDKs are stub libraries, they don't contain code (of course they can set binary "flags" that trigger compatibility modes)... Anyways why guess? Set the break point (or better yet use Instruments) and track down the source. -Shawn _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com