Re: crashes loading saved file
Re: crashes loading saved file
- Subject: Re: crashes loading saved file
- From: Jens Alfke <email@hidden>
- Date: Wed, 09 May 2012 13:39:19 -0700
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 (email@hidden)
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:
This email sent to email@hidden