Re: Bindings crash on quit.
Re: Bindings crash on quit.
- Subject: Re: Bindings crash on quit.
- From: Mathieu Tozer <email@hidden>
- Date: Wed, 2 May 2007 13:25:05 +1000
Yes, I have been doing that, and have been carefully deregistering as
I go, however it is probably worth another look into the code.
Thanks, I'll let you know how it goes.
- Mathieu
On 02/05/2007, at 1:20 PM, Chris Hanson wrote:
On May 1, 2007, at 5:32 PM, Mathieu Tozer wrote:
I'm suffering an internal bindings crash, reproducable 100% of the
time. Some object is being sent removeObserver: forKeyPath, but it
doesn't exist.
It sounds like the object was deallocated while it was still being
observed. Do you set up any bindings or add observers to an object
from within your own code? If so, do you unbind or unregister
observation before releasing the bound-to or observed object?
-- Chris
_______________________________________________
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