Skip to content

Instantly share code, notes, and snippets.

@l4u
Created October 23, 2014 10:41
Show Gist options
  • Save l4u/a3bf721107b37af83c4a to your computer and use it in GitHub Desktop.
Save l4u/a3bf721107b37af83c4a to your computer and use it in GitHub Desktop.
2014-10-23 18:41:15.818 Sample[60629:21498332] *** Assertion failure in -[ASRangeController appendNodesWithIndexPaths:], /Users/leo/Projects/AsyncDisplayKit_ASTableView_bug_with_UIPageViewController/Pods/AsyncDisplayKit/AsyncDisplayKit/Details/ASRangeController.mm:598
2014-10-23 18:41:15.857 Sample[60629:21498332] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'invalid argument'
*** First throw call stack:
(
0 CoreFoundation 0x000000010de61f35 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x000000010dafabb7 objc_exception_throw + 45
2 CoreFoundation 0x000000010de61d9a +[NSException raise:format:arguments:] + 106
3 Foundation 0x000000010d7175df -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 Sample 0x000000010d47429c -[ASRangeController appendNodesWithIndexPaths:] + 1020
5 Sample 0x000000010d475b4a -[ASTableView appendNodesWithIndexPaths:] + 106
6 Sample 0x000000010d433127 __22-[ViewController init]_block_invoke + 407
7 libdispatch.dylib 0x000000010fcedba6 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x000000010fd0b7f4 _dispatch_client_callout + 8
9 libdispatch.dylib 0x000000010fcf2ede _dispatch_after_timer_callback + 334
10 libdispatch.dylib 0x000000010fd0b7f4 _dispatch_client_callout + 8
11 libdispatch.dylib 0x000000010fd0209a _dispatch_source_latch_and_call + 852
12 libdispatch.dylib 0x000000010fcfa6d2 _dispatch_source_invoke + 412
13 libdispatch.dylib 0x000000010fcf4771 _dispatch_main_queue_callback_4CF + 555
14 CoreFoundation 0x000000010ddc9fe9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
15 CoreFoundation 0x000000010dd8ceeb __CFRunLoopRun + 2043
16 CoreFoundation 0x000000010dd8c486 CFRunLoopRunSpecific + 470
17 GraphicsServices 0x0000000111b779f0 GSEventRunModal + 161
18 UIKit 0x000000010e8fb420 UIApplicationMain + 1282
19 Sample 0x000000010d4346e3 main + 115
20 libdyld.dylib 0x000000010fd40145 start + 1
21 ??? 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment