Created
October 17, 2014 05:25
-
-
Save l4u/2556d1c67ac376c14a57 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-10-17 13:23:54.694 Sample[97901:8248661] *** Assertion failure in -[ASImageNode setImage:], /Users/leo/Projects/AsyncDisplayKit_ASTableView_bug_with_UIPageViewController/Pods/AsyncDisplayKit/AsyncDisplayKit/ASImageNode.mm:108 | |
2014-10-17 13:23:54.708 Sample[97901:8248661] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Incorrect display node thread affinity' | |
*** First throw call stack: | |
( | |
0 CoreFoundation 0x00a27df6 __exceptionPreprocess + 182 | |
1 libobjc.A.dylib 0x006b1a97 objc_exception_throw + 44 | |
2 CoreFoundation 0x00a27c8a +[NSException raise:format:arguments:] + 138 | |
3 Foundation 0x00326460 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 118 | |
4 Sample 0x000884f9 -[ASImageNode setImage:] + 313 | |
5 Sample 0x00053dc1 __25-[KittenNode fetchKitten]_block_invoke + 545 | |
6 CFNetwork 0x030ae73a __67+[NSURLConnection sendAsynchronousRequest:queue:completionHandler:]_block_invoke_2 + 177 | |
7 Foundation 0x0034f365 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 12 | |
8 Foundation 0x00275e45 -[NSBlockOperation main] + 99 | |
9 Foundation 0x00255247 -[__NSOperationInternal _start:] + 700 | |
10 Foundation 0x00254f79 -[NSOperation start] + 83 | |
11 Foundation 0x00254dc3 __NSOQSchedule_f + 237 | |
12 libdispatch.dylib 0x026f9e1f _dispatch_client_callout + 14 | |
13 libdispatch.dylib 0x026dfbb5 _dispatch_queue_drain + 1476 | |
14 libdispatch.dylib 0x026df47d _dispatch_queue_invoke + 212 | |
15 libdispatch.dylib 0x026e207c _dispatch_root_queue_drain + 473 | |
16 libdispatch.dylib 0x026e3857 _dispatch_worker_thread3 + 115 | |
17 libsystem_pthread.dylib 0x02a54296 _pthread_wqthread + 724 | |
18 libsystem_pthread.dylib 0x02a51eea start_wqthread + 30 | |
) | |
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