Re: Bindings crash on quit.
Re: Bindings crash on quit.
- Subject: Re: Bindings crash on quit.
- From: Chris Hanson <email@hidden>
- Date: Tue, 1 May 2007 20:20:38 -0700
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