Re: File menu crashes app
Re: File menu crashes app
- Subject: Re: File menu crashes app
- From: Tony Cate <email@hidden>
- Date: Sat, 22 Dec 2007 15:32:14 -0600
Thanks for the input, Larry. I was unsure about the list, since the
menu is largely built in IB.
Tony
On Dec 22, 2007, at 1:19 PM, Laurence Harris wrote:
A few thoughts:
- This is not a question about how to use Xcode, so this isn't the
proper list. I'm guessing this is a Cocoa application, so you should
ask on the cocoa-dev list.
- It sounds like memory corruption issue that's happening when you
do something as a part of closing your document windows. Not
"housekeeping" you aren't doing, but something you're releasing that
you shouldn't or perhaps freeing or releasing something that's
become invalid. Perhaps GuardMalloc might be helpful.
- You don't generally need to include an entire crash log, and if
this is the delayed result of memory corruption that's happening
earlier the crash log is unlikely to offer any insight into where
the problem is occurring.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden