Re: Binding to a released object results in crash - how do find the observer?

2010-02-23 Thread Ken Thomases
On Feb 23, 2010, at 7:25 PM, David Hoerl wrote: > I had an issue (since resolved) where an object set a property to nil > directly, without providing KVO notification. Later, the app crashed: > > Running with debug and Zombies enabled got me here: -[NSKeyValueObservance > retain]: message sent

Binding to a released object results in crash - how do find the observer?

2010-02-23 Thread David Hoerl
I had an issue (since resolved) where an object set a property to nil directly, without providing KVO notification. Later, the app crashed: Running with debug and Zombies enabled got me here: -[NSKeyValueObservance retain]: message sent to deallocated instance In the end, I discovered that if