On Thu, 11 Apr 2013 18:29:00 -0400, Jon Gary said: >At the risk of suggesting the obvious, did you test with the zombie >instrument to see of you have a memory management bug unrelated to cursors?
Instrument's zombie tool has no complaints. I also tried my usual arsenal, specifically, I set the following in my environment then ran my executable: export MallocScribble=1 export MallocGuardEdges=1 export MallocCheckHeapStart=1 export MallocCheckHeapEach=100000 export MallocStackLogging=1 export MallocStackLoggingNoCompact=1 export NSDebugEnabled=YES export NSZombieEnabled=YES export NSAutoreleaseFreedObjectCheckEnabled=YES export MALLOC_FILL_SPACE=1 export MALLOC_PROTECT_BEFORE=1 export MALLOC_PERMIT_INSANE_REQUESTS=1 export DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib export CFZombieLevel=65553 export AUTO_USE_GUARDS=YES export DYLD_IMAGE_SUFFIX=_debug Nothing there catches anything earlier either. Cheers, -- ____________________________________________________________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com