Skip to content

Instantly share code, notes, and snippets.

@MSch
Created July 3, 2011 21:58
Show Gist options
  • Save MSch/1062655 to your computer and use it in GitHub Desktop.
Save MSch/1062655 to your computer and use it in GitHub Desktop.
2011-07-03 23:57:52.802 TreeTest[69405:707] An uncaught exception was raised
2011-07-03 23:57:52.802 TreeTest[69405:707] keypath _Z_FOK_PARENT not found in entity <NSSQLEntity Item id=1>
2011-07-03 23:57:52.806 TreeTest[69405:707] (
0 CoreFoundation 0x00007fff8b443986 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8b9ebd5e objc_exception_throw + 43
2 CoreData 0x00007fff8a672a92 -[NSSQLGenerator newSQLStatementForFetchRequest:ignoreInheritance:countOnly:nestingLevel:] + 578
3 CoreData 0x00007fff8a672748 -[NSSQLAdapter _newSelectStatementWithFetchRequest:ignoreInheritance:] + 488
4 CoreData 0x00007fff8a6c26dc -[NSSQLCore newFetchedPKsForSourceID:andRelationship:] + 1324
5 CoreData 0x00007fff8a6c1c70 -[NSSQLCore newValueForRelationship:forObjectWithID:withContext:error:] + 672
6 CoreData 0x00007fff8a6c19c5 -[NSPersistentStoreCoordinator(_NSInternalMethods) newValueForRelationship:forObjectWithID:withContext:error:] + 69
7 CoreData 0x00007fff8a6c1809 -[NSFaultHandler retainedFulfillAggregateFaultForObject:andRelationship:withContext:] + 489
8 CoreData 0x00007fff8a779e74 -[_NSFaultingMutableOrderedSet willRead] + 212
9 CoreData 0x00007fff8a77877c -[_NSFaultingMutableOrderedSet valueForKeyPath:] + 28
10 Foundation 0x00007fff8985e761 -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 287
11 TreeTest 0x0000000100001ab0 -[TestDocument meh:] + 80
12 CoreFoundation 0x00007fff8b43311d -[NSObject performSelector:withObject:] + 61
13 AppKit 0x00007fff90f6c852 -[NSApplication sendAction:to:from:] + 139
14 AppKit 0x00007fff9105934f -[NSMenuItem _corePerformAction] + 399
15 AppKit 0x00007fff91059086 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125
16 AppKit 0x00007fff912f4e9c -[NSMenu _internalPerformActionForItemAtIndex:] + 38
17 AppKit 0x00007fff911873f1 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 138
18 AppKit 0x00007fff90fd30bf NSSLMMenuEventHandler + 339
19 HIToolbox 0x00007fff9321a8ec _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263
20 HIToolbox 0x00007fff93219ef8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 446
21 HIToolbox 0x00007fff93230d03 SendEventToEventTarget + 76
22 HIToolbox 0x00007fff93277249 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 398
23 HIToolbox 0x00007fff9335e0f1 SendMenuCommandWithContextAndModifiers + 56
24 HIToolbox 0x00007fff933a45e1 SendMenuItemSelectedEvent + 253
25 HIToolbox 0x00007fff9327032d _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 101
26 HIToolbox 0x00007fff93267a75 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 600
27 HIToolbox 0x00007fff93267034 _HandleMenuSelection2 + 585
28 AppKit 0x00007fff90ed2ce1 _NSHandleCarbonMenuEvent + 250
29 AppKit 0x00007fff90e686c7 _DPSNextEvent + 1993
30 AppKit 0x00007fff90e67a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
31 AppKit 0x00007fff90e643d6 -[NSApplication run] + 463
32 AppKit 0x00007fff910e252a NSApplicationMain + 867
33 TreeTest 0x0000000100001532 main + 34
34 TreeTest 0x0000000100001504 start + 52
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment