Guest User

Untitled

a guest
Jan 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. Exception Type: EXC_BAD_ACCESS (SIGSEGV)
  2. Exception Codes: KERN_INVALID_ADDRESS at 0x00000138
  3. Crashed Thread: 0
  4.  
  5. Thread 0 name: Dispatch queue: com.apple.main-thread
  6. Thread 0 Crashed:
  7. 0 libobjc.A.dylib 0x34c715b0 objc_msgSend + 16
  8. 1 CoreFoundation 0x368b7034 _CFXNotificationPost + 1424
  9. 2 Foundation 0x34379d8c -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
  10. 3 UIKit 0x37ddfec2 -[UIApplication _handleApplicationResumeEvent:] + 1290
  11. 4 UIKit 0x37c37d5c -[UIApplication handleEvent:withNewEvent:] + 1288
  12. 5 UIKit 0x37c376d0 -[UIApplication sendEvent:] + 68
  13. 6 UIKit 0x37c3711e _UIApplicationHandleEvent + 6150
  14. 7 GraphicsServices 0x36dea5a0 _PurpleEventCallback + 588
  15. 8 CoreFoundation 0x3693b680 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 12
  16. 9 CoreFoundation 0x3693aee4 __CFRunLoopDoSources0 + 208
  17. 10 CoreFoundation 0x36939cb2 __CFRunLoopRun + 642
  18. 11 CoreFoundation 0x368aceb8 CFRunLoopRunSpecific + 352
  19. 12 CoreFoundation 0x368acd44 CFRunLoopRunInMode + 100
  20. 13 GraphicsServices 0x36de92e6 GSEventRunModal + 70
  21. 14 UIKit 0x37c8b2fc UIApplicationMain + 1116
  22. 15 [MyAppName] 0x00083d60 main (main.m:20)
  23. 16 [MyAppName] 0x00080304 start + 36
  24.  
  25. 0 [MyAppName] 0x0016f509 NotificationsCallback + 72
  26. 1 CoreFoundation 0x3598ce25 __CFNotificationCenterAddObserver_block_invoke_0 + 124
  27. 2 CoreFoundation 0x35911037 _CFXNotificationPost + 1426
  28. 3 Foundation 0x333d3d91 -[NSNotificationCenter postNotificationName:object:userInfo:] + 72
  29. 4 UIKit 0x36e39ec7 -[UIApplication _handleApplicationResumeEvent:] + 1294
  30. 5 UIKit 0x36c91d61 -[UIApplication handleEvent:withNewEvent:] + 1292
  31. 6 UIKit 0x36c916d5 -[UIApplication sendEvent:] + 72
  32. 7 UIKit 0x36c91123 _UIApplicationHandleEvent + 6154
  33. 8 GraphicsServices 0x35e445a3 _PurpleEventCallback + 590
  34. 9 CoreFoundation 0x35995683 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 14
  35. 10 CoreFoundation 0x35994ee9 __CFRunLoopDoSources0 + 212
  36. 11 CoreFoundation 0x35993cb7 __CFRunLoopRun + 646
  37. 12 CoreFoundation 0x35906ebd CFRunLoopRunSpecific + 356
  38. 13 CoreFoundation 0x35906d49 CFRunLoopRunInMode + 104
  39. 14 GraphicsServices 0x35e432eb GSEventRunModal + 74
  40. 15 UIKit 0x36ce5301 UIApplicationMain + 1120
  41. 16 [MyAppName] 0x000aa603 main + 390
  42. 17 [MyAppName] 0x000a41b0 start + 40
  43.  
  44. UIKIT_EXTERN NSString *const UIApplicationDidEnterBackgroundNotification NS_AVAILABLE_IOS(4_0);
  45. UIKIT_EXTERN NSString *const UIApplicationWillEnterForegroundNotification NS_AVAILABLE_IOS(4_0);
  46. UIKIT_EXTERN NSString *const UIApplicationDidFinishLaunchingNotification;
  47. UIKIT_EXTERN NSString *const UIApplicationDidBecomeActiveNotification;
  48. UIKIT_EXTERN NSString *const UIApplicationWillResignActiveNotification;
  49. UIKIT_EXTERN NSString *const UIApplicationDidReceiveMemoryWarningNotification;
  50. UIKIT_EXTERN NSString *const UIApplicationWillTerminateNotification;
  51. UIKIT_EXTERN NSString *const UIApplicationSignificantTimeChangeNotification;
  52. UIKIT_EXTERN NSString *const UIApplicationWillChangeStatusBarOrientationNotification; // userInfo contains NSNumber with new orientation
  53. UIKIT_EXTERN NSString *const UIApplicationDidChangeStatusBarOrientationNotification; // userInfo contains NSNumber with old orientation
  54. UIKIT_EXTERN NSString *const UIApplicationStatusBarOrientationUserInfoKey; // userInfo dictionary key for status bar orientation
  55. UIKIT_EXTERN NSString *const UIApplicationWillChangeStatusBarFrameNotification; // userInfo contains NSValue with new frame
  56. UIKIT_EXTERN NSString *const UIApplicationDidChangeStatusBarFrameNotification; // userInfo contains NSValue with old frame
  57. UIKIT_EXTERN NSString *const UIApplicationStatusBarFrameUserInfoKey; // userInfo dictionary key for status bar frame
  58. UIKIT_EXTERN NSString *const UIApplicationLaunchOptionsURLKey NS_AVAILABLE_IOS(3_0); // userInfo contains NSURL with launch URL
  59. UIKIT_EXTERN NSString *const UIApplicationLaunchOptionsSourceApplicationKey NS_AVAILABLE_IOS(3_0); // userInfo contains NSString with launch app bundle ID
  60. UIKIT_EXTERN NSString *const UIApplicationLaunchOptionsRemoteNotificationKey NS_AVAILABLE_IOS(3_0); // userInfo contains NSDictionary with payload
  61. UIKIT_EXTERN NSString *const UIApplicationLaunchOptionsLocalNotificationKey NS_AVAILABLE_IOS(4_0); // userInfo contains a UILocalNotification
  62. UIKIT_EXTERN NSString *const UIApplicationLaunchOptionsAnnotationKey NS_AVAILABLE_IOS(3_2); // userInfo contains object with annotation property list
  63. UIKIT_EXTERN NSString *const UIApplicationProtectedDataWillBecomeUnavailable NS_AVAILABLE_IOS(4_0);
  64. UIKIT_EXTERN NSString *const UIApplicationProtectedDataDidBecomeAvailable NS_AVAILABLE_IOS(4_0);
  65. UIKIT_EXTERN NSString *const UIApplicationLaunchOptionsLocationKey NS_AVAILABLE_IOS(4_0); // app was launched in response to a CoreLocation event.
  66. UIKIT_EXTERN NSString *const UIApplicationLaunchOptionsNewsstandDownloadsKey NS_AVAILABLE_IOS(5_0); // userInfo contains an NSArray of NKAssetDownlo
Add Comment
Please, Sign In to add comment