_NSKeyValueObservationInfoCreateByRemoving crash in CFRetain()
_NSKeyValueObservationInfoCreateByRemoving crash in CFRetain()
- Subject: _NSKeyValueObservationInfoCreateByRemoving crash in CFRetain()
- From: Vincent Le Normand <email@hidden>
- Date: Fri, 8 Dec 2006 17:01:48 +0100
Hello,
I am currently working on an application that uses the bindings quite
extensively.
I have currently a problem which make my application crash during a
didChangeFalueForKey: notification:
0 com.apple.CoreFoundation 0x907bf584 CFRetain + 60
1 com.apple.Foundation 0x929e7724
_NSKeyValueObservationInfoCreateByRemoving + 440
2 com.apple.Foundation 0x929e74fc -[NSObject
(NSKeyValueObserverRegistration) _removeObserver:forProperty:] + 56
3 com.apple.Foundation 0x929e73ec -[NSObject
(NSKeyValueObserverRegistration) removeObserver:forKeyPath:] + 436
4 com.apple.Foundation 0x929e8054 -
[NSKeyValueObservationForwarder
observeValueForKeyPath:ofObject:change:context:] + 268
5 com.apple.Foundation 0x9296facc -[NSObject
(NSKeyValueObserverNotification) didChangeValueForKey:] + 512
I'd like to know witch kind of problem could cause this issue.
Anybody have an idea?
I have tried to enable NSZombie, but it didn't help.
Sorry for being so vague, but it is not easy to isolate the issue.
Thanks,
Vincent
_______________________________________________
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