On May 9, 2012, at 11:58 AM, James Maxwell wrote: > Pretty straightforward. NSZombieEnabled gives no info, and code analysis > reveals no memory warnings. I've been over the code many, many times, and > haven't been able to track down a reasonable cause.
Consider using valgrind. It’s pretty easy to use and can find all sorts of edge cases in code, since it’s basically running it in a simulator and watching every memory access like a hawk. You can install it using your favorite package manager (brew, port, etc.) —Jens _______________________________________________ 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