Skip to content

Instantly share code, notes, and snippets.

@mukyasa
Last active May 31, 2016 15:03
Show Gist options
  • Select an option

  • Save mukyasa/697ef615b99423bb23093a4b86474eeb to your computer and use it in GitHub Desktop.

Select an option

Save mukyasa/697ef615b99423bb23093a4b86474eeb to your computer and use it in GitHub Desktop.
*** Assertion failure in -[ASImageNode setFrame:], /Users/mukesh/Desktop/Mukesh_Workspace/ParentTown/ParentTown/ASDisplayNode+UIViewBridge.mm:138
2016-05-31 20:23:30.274 ParentTown[5628:2025751] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Incorrect display node thread affinity'
*** First throw call stack:
(
0 CoreFoundation 0x000000010c187d85 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x000000010bbf9deb objc_exception_throw + 48
2 CoreFoundation 0x000000010c187bea +[NSException raise:format:arguments:] + 106
3 Foundation 0x000000010b842d5a -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 198
4 ParentTown 0x0000000107d4ed29 -[ASDisplayNode(UIViewBridge) setFrame:] + 329
5 ParentTown 0x0000000107f493ab _TFC10ParentTown27FeedAsyncCollectionViewCell18initFramesAllNodesfT_T_ + 18555
6 ParentTown 0x0000000107f8a4be _TFFC10ParentTown27FeedAsyncCollectionViewCell22configureCellForOnlineFT_CSo11NSOperationU_FT_T_ + 5070
7 ParentTown 0x0000000107e90c27 _TTRXFo__dT__XFdCb__dT__ + 39
8 Foundation 0x000000010b86b630 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
9 Foundation 0x000000010b7a6805 -[NSBlockOperation main] + 101
10 Foundation 0x000000010b789725 -[__NSOperationInternal _start:] + 646
11 Foundation 0x000000010b789336 __NSOQSchedule_f + 194
12 libdispatch.dylib 0x000000010ec0e3eb _dispatch_client_callout + 8
13 libdispatch.dylib 0x000000010ebf482c _dispatch_queue_drain + 2215
14 libdispatch.dylib 0x000000010ebf3d4d _dispatch_queue_invoke + 601
15 libdispatch.dylib 0x000000010ebf6996 _dispatch_root_queue_drain + 1420
16 libdispatch.dylib 0x000000010ebf6405 _dispatch_worker_thread3 + 111
17 libsystem_pthread.dylib 0x000000010ef624f2 _pthread_wqthread + 1129
18 libsystem_pthread.dylib 0x000000010ef60375 start_wqthread + 13
)
libc++abi.dylib: terminating with uncaught exception of type NSException
###Second
*** Assertion failure in -[ASDisplayNode shouldRasterizeDescendants], /Users/mukesh/Desktop/Mukesh_Workspace/ParentTown/ParentTown/ASDisplayNode.mm:521
9
initframe
2016-05-31 20:32:25.783 ParentTown[5654:2069022] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Incorrect display node thread affinity'
*** First throw call stack:
(
0 CoreFoundation 0x000000010f656d85 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x000000010f0c8deb objc_exception_throw + 48
2 CoreFoundation 0x000000010f656bea +[NSException raise:format:arguments:] + 106
3 Foundation 0x000000010ed11d5a -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 198
4 ParentTown 0x000000010b1e1473 -[ASDisplayNode shouldRasterizeDescendants] + 291
5 ParentTown 0x000000010b1de406 -[ASDisplayNode __rasterizedContainerNode] + 86
6 ParentTown 0x000000010b21e3ab -[ASDisplayNode(UIViewBridge) setNeedsDisplay] + 43
7 ParentTown 0x000000010b24bb54 -[ASTextNode setAttributedString:] + 324
8 ParentTown 0x000000010b465aca _TFFC10ParentTown27FeedAsyncCollectionViewCell22configureCellForOnlineFT_CSo11NSOperationU_FT_T_ + 55802
9 ParentTown 0x000000010b35fb27 _TTRXFo__dT__XFdCb__dT__ + 39
10 Foundation 0x000000010ed3a630 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
11 Foundation 0x000000010ec75805 -[NSBlockOperation main] + 101
12 Foundation 0x000000010ec58725 -[__NSOperationInternal _start:] + 646
13 Foundation 0x000000010ec58336 __NSOQSchedule_f + 194
14 libdispatch.dylib 0x00000001120dd3eb _dispatch_client_callout + 8
15 libdispatch.dylib 0x00000001120c382c _dispatch_queue_drain + 2215
16 libdispatch.dylib 0x00000001120c2d4d _dispatch_queue_invoke + 601
17 libdispatch.dylib 0x00000001120c5996 _dispatch_root_queue_drain + 1420
18 libdispatch.dylib 0x00000001120c5405 _dispatch_worker_thread3 + 111
19 libsystem_pthread.dylib 0x00000001124314f2 _pthread_wqthread + 1129
20 libsystem_pthread.dylib 0x000000011242f375 start_wqthread + 13
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment