Re: Appending string to NSTextView crashing app
Re: Appending string to NSTextView crashing app
- Subject: Re: Appending string to NSTextView crashing app
- From: Andy Lee <email@hidden>
- Date: Wed, 25 Apr 2007 00:09:24 -0400
On Apr 24, 2007, at 11:24 PM, Evan Moseman wrote:
But, it is still crashing at the same point. I'm trying to read
info. from the debugger, but something looks wrong there as well:
I see a lot of logging of notifications. Note that when an object
registers to receive notifications, it must *unregister* in its -
dealloc method, because the notification center doesn't retain them.
Is it possible this is causing your problem?
Otherwise, as always, I would look for a memory error elsewhere in
your program. A search in Google or the list archives for
NSZombieEnabled should give you techniques for doing this.
--Andy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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