Skip to content

Instantly share code, notes, and snippets.

@bobspryn
Created June 10, 2013 20:13
Show Gist options
  • Select an option

  • Save bobspryn/5751862 to your computer and use it in GitHub Desktop.

Select an option

Save bobspryn/5751862 to your computer and use it in GitHub Desktop.
NSManagedObjectContext Queue Crashed
0 libobjc.A.dylib objc_msgSend + 9
1 CoreData _PFObjectIDFastHash64 + 104
2 CoreFoundation CFBasicHashFindBucket + 1892
3 CoreFoundation CFDictionaryGetValue + 82
4 CoreData -[NSPersistentStoreCache incrementRefCountForObjectID:] + 24
5 CoreData -[NSSQLCore managedObjectContextDidRegisterObjectsWithIDs:] + 146
6 CoreData -[NSPersistentStoreCoordinator(_NSInternalMethods) _informAffectedStoresOfInterestByChildContextInObjectsWithObjectIDs:withSelector:] + 112
7 CoreData __95-[NSManagedObjectContext(_NestedContextSupport) managedObjectContextDidRegisterObjectsWithIDs:]_block_invoke_0 + 62
8 libdispatch.dylib _dispatch_client_callout + 22
9 libdispatch.dylib _dispatch_barrier_sync_f_invoke + 30
10 CoreData _perform + 170
11 CoreData -[NSManagedObjectContext(_NestedContextSupport) managedObjectContextDidRegisterObjectsWithIDs:] + 66
12 CoreData _PFFaultHandlerLookupRow + 1996
13 CoreData _PF_FulfillDeferredFault + 202
14 CoreData _sharedIMPL_pvfk_core + 38
15 CoreData _PF_Handler_Public_GetProperty + 130
16 Foundation -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 292
17 Three Cents
RKMappingOperation.m line 265
-[RKMappingSourceObject valueForKeyPath:]
18 Three Cents
RKMappingOperation.m line 575
-[RKMappingOperation applyAttributeMappings:]
19 Three Cents
RKMappingOperation.m line 949
-[RKMappingOperation main]
20 Foundation -[__NSOperationInternal start] + 840
21 Three Cents
RKMappingOperation.m line 613
-[RKMappingOperation mapNestedObject:toObject:withRelationshipMapping:metadata:]
22 Three Cents
RKMappingOperation.m line 726
__64-[RKMappingOperation mapOneToManyRelationshipWithValue:mapping:]_block_invoke
23 CoreFoundation ____NSSetEnumerate_block_invoke_0349 + 18
24 CoreFoundation CFBasicHashApply + 140
25 CoreFoundation __NSSetEnumerate + 588
26 Three Cents
RKMappingOperation.m line 723
-[RKMappingOperation mapOneToManyRelationshipWithValue:mapping:]
27 Three Cents
RKMappingOperation.m line 853
-[RKMappingOperation applyRelationshipMappings]
28 Three Cents
RKMappingOperation.m line 951
-[RKMappingOperation main]
29 Foundation -[__NSOperationInternal start] + 840
30 Three Cents
RKObjectParameterization.m line 86
-[RKObjectParameterization mapObjectToParameters:]
31 Three Cents
RKObjectParameterization.m line 53
+[RKObjectParameterization parametersWithObject:requestDescriptor:error:]
32 Three Cents
RKObjectManager.m line 435
-[RKObjectManager mergedParametersWithObject:method:parameters:]
33 Three Cents
RKObjectManager.m line 465
-[RKObjectManager requestWithObject:method:path:parameters:]
34 Three Cents
RKObjectManager.m line 559
-[RKObjectManager appropriateObjectRequestOperationWithObject:method:path:parameters:]
35 Three Cents
RKObjectManager.m line 688
-[RKObjectManager postObject:path:parameters:success:failure:]
36 Three Cents
TCAPI.m line 220
+[TCAPI postQuestion:onComplete:]
37 Three Cents
TCPublishQuestionViewController.m line 379
__57-[TCPublishQuestionViewController publishQuestionAction:]_block_invoke_3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment