Re: [CoreData] Background Insertion
Re: [CoreData] Background Insertion
- Subject: Re: [CoreData] Background Insertion
- From: Andrew Kimpton <email@hidden>
- Date: Tue, 5 Jun 2007 18:22:08 -0400
On Jun 5, 2007, at 5:55 PM, Marcus S. Zarra wrote:
I wonder if it would be possible to see what notification is being
sent? If it is a true notification, then you could perhaps
simulate it yourself....
The stack looks like this :
#1 0x000d5870 in -[ScheduleView
observeValueForKeyPath:ofObject:change:context:] at ScheduleView.m:242
#2 0x92c69d3c in -[NSObject(NSKeyValueObservingPrivate)
_notifyObserversForKeyPath:change:]
#3 0x939f41dc in -[NSController _notifyObserversForKeyPath:change:]
#4 0x939f4074 in -[NSArrayController
didChangeValuesForArrangedKeys:objectKeys:indexKeys:]
#5 0x939f36f8 in -[NSArrayController setContent:]
#6 0x93c7b6d0 in -[NSArrayController(NSManagedController)
_performFetchWithRequest:merge:error:]
#7 0x93c7ebe8 in -[NSObjectController(NSManagedController)
fetchWithRequest:merge:error:]
#8 0x93c7ec74 in -[NSObjectController(NSManagedController)
_executeFetch:didCommitSuccessfully:actionSender:]
#9 0x90a461f4 in objc_msgSendv
#10 0x92bdec94 in -[NSInvocation invoke]
#11 0x92bdf244 in -[NSInvocation invokeWithTarget:]
#12 0x93c590e4 in _NSSendCommitEditingSelector
#13 0x93c7c600 in -[NSController
_controllerEditor:didCommit:contextInfo:]
#14 0x90a461f4 in objc_msgSendv
#15 0x92bdec94 in -[NSInvocation invoke]
#16 0x92bdf244 in -[NSInvocation invokeWithTarget:]
#17 0x92bedc04 in __NSFireDelayedPerform
I think I mispoke when I said Notification - it should have been
delayed invocation - from this stack I don't think it's possible to
tell what specifically triggered this ?
Andrew 8-)
_______________________________________________
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