Guest User

Untitled

a guest
Jun 23rd, 2016
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. 2016-06-23 23:12:07.639 crashhandling[59657:1387959] CRASH: *** -[__NSArrayI objectAtIndex:]: index 22 beyond bounds [0 .. 0]
  2. 2016-06-23 23:12:09.072 crashhandling[59657:1387959] callStackSymbols: (
  3. 0 CoreFoundation 0x0000000107321d85 __exceptionPreprocess + 165
  4. 1 libobjc.A.dylib 0x0000000106d93deb objc_exception_throw + 48
  5. 2 CoreFoundation 0x000000010720a934 -[__NSArrayI objectAtIndex:] + 164
  6. 3 crashhandling 0x000000010688f5ee -[ViewController viewDidLoad] + 158
  7. 4 UIKit 0x0000000107873984 -[UIViewController loadViewIfRequired] + 1198
  8. 5 UIKit 0x0000000107873cd3 -[UIViewController view] + 27
  9. 6 UIKit 0x0000000107749fb4 -[UIWindow addRootViewControllerViewIfPossible] + 61
  10. 7 UIKit 0x000000010774a69d -[UIWindow _setHidden:forced:] + 282
  11. 8 UIKit 0x000000010775c180 -[UIWindow makeKeyAndVisible] + 42
  12. 9 UIKit 0x00000001076d0ed9 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 4131
  13. 10 UIKit 0x00000001076d7568 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1769
  14. 11 UIKit 0x00000001076d4714 -[UIApplication workspaceDidEndTransaction:] + 188
  15. 12 FrontBoardServices 0x000000010a1738c8 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 24
  16. 13 FrontBoardServices 0x000000010a173741 -[FBSSerialQueue _performNext] + 178
  17. 14 FrontBoardServices 0x000000010a173aca -[FBSSerialQueue _performNextFromRunLoopSource] + 45
  18. 15 CoreFoundation 0x0000000107247301 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
  19. 16 CoreFoundation 0x000000010723d22c __CFRunLoopDoSources0 + 556
  20. 17 CoreFoundation 0x000000010723c6e3 __CFRunLoopRun + 867
  21. 18 CoreFoundation 0x000000010723c0f8 CFRunLoopRunSpecific + 488
  22. 19 UIKit 0x00000001076d3f21 -[UIApplication _run] + 402
  23. 20 UIKit 0x00000001076d8f09 UIApplicationMain + 171
  24. 21 crashhandling 0x000000010688faef main + 111
  25. 22 libdyld.dylib 0x0000000109b1392d start + 1
  26. 23 ??? 0x0000000000000001 0x0 + 1
  27. )
  28. 2016-06-23 23:12:12.724 crashhandling[59657:1387959] callStackReturnAddresses: (0x107321d6d 0x106d93deb 0x10720a934 0x10688f5ee 0x107873984 0x107873cd3 0x107749fb4 0x10774a69d 0x10775c180 0x1076d0ed9 0x1076d7568 0x1076d4714 0x10a1738c8 0x10a173741 0x10a173aca 0x107247301 0x10723d22c 0x10723c6e3 0x10723c0f8 0x1076d3f21 0x1076d8f09 0x10688faef 0x109b1392d 0x1)
  29. 2016-06-23 23:12:12.724 crashhandling[59657:1387959] reason: *** -[__NSArrayI objectAtIndex:]: index 22 beyond bounds [0 .. 0]
  30. 2016-06-23 23:12:12.724 crashhandling[59657:1387959] name: NSRangeException
  31. 2016-06-23 23:12:12.725 crashhandling[59657:1387959] /Users/vs/Desktop/Practice/crashhandling/crashhandling/AppDelegate.m 55 void uncaughtExceptionHandler(NSException *__strong) uncaughtExceptionHandler
Add Comment
Please, Sign In to add comment