On Nov 10, 2009, at 8:56 PM, Nava Carmon wrote: > Thank you Corbin for your great post. > > How do I track the following issue with instruments: > > *** attempt to pop an unknown autorelease pool > > ObjectAllocator with NSZombieEnabled doesn't react on this. I could track the > same case you explained in your post, but it doesn't work for pool > autorelease. > > How to handle it?
Break on CFLog and look at the backtrace (NOTE: CFLog is a private method, and should not be called, but breaking on it is okay). corbin _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
