Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cameronscott137/552d52a078432baea6119258e066ed3a to your computer and use it in GitHub Desktop.
Save cameronscott137/552d52a078432baea6119258e066ed3a to your computer and use it in GitHub Desktop.
GoShadow console output when user taps "logout"
2016-04-18 10:09:04.726 GoShadow[15272:3312405] *** Terminating app due to uncaught exception 'RLMException', reason: 'Object has been deleted or invalidated.'
*** First throw call stack:
(
0 CoreFoundation 0x0000000112335d85 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x0000000111da9deb objc_exception_throw + 48
2 GoShadow 0x000000010dd3fdd3 _ZL17RLMVerifyAttachedP13RLMObjectBase + 83
3 GoShadow 0x000000010dd3bcf9 _ZL10RLMGetLongP13RLMObjectBasem + 25
4 GoShadow 0x000000010dd3ca37 ___ZL17RLMAccessorGetterP11RLMProperty15RLMAccessorCode_block_invoke_4 + 39
5 GoShadow 0x000000010dc3c255 -[ExperienceListViewController loadData] + 101
6 GoShadow 0x000000010dc3c039 __43-[ExperienceListViewController viewDidLoad]_block_invoke + 105
7 GoShadow 0x000000010de8c2ff -[RLMRealm sendNotifications:] + 1055
8 GoShadow 0x000000010de9819b _ZN12_GLOBAL__N_121RLMNotificationHelper10did_changeERKNSt3__16vectorIN5realm14BindingContext13ObserverStateENS1_9allocatorIS5_EEEERKNS2_IPvNS6_ISB_EEEE + 107
9 GoShadow 0x000000010dec8695 _ZN5realm5_impl11transaction6commitERNS_11SharedGroupEPNS_14BindingContextE + 389
10 GoShadow 0x000000010dec160f _ZN5realm5Realm18commit_transactionEv + 479
11 GoShadow 0x000000010de8c6d5 -[RLMRealm commitWriteTransaction:] + 53
12 GoShadow 0x000000010de8c68f -[RLMRealm commitWriteTransaction] + 47
13 GoShadow 0x000000010dc49433 -[AppDelegate clearDatabase] + 115
14 GoShadow 0x000000010dc49d21 -[AppDelegate logout] + 145
15 GoShadow 0x000000010dc717ee -[MenuTableViewController tableView:didSelectRowAtIndexPath:] + 670
16 UIKit 0x00000001109751c6 -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:] + 1887
17 UIKit 0x000000011097541b -[UITableView _userSelectRowAtPendingSelectionIndexPath:] + 388
18 UIKit 0x0000000110839f62 _runAfterCACommitDeferredBlocks + 317
19 UIKit 0x000000011084de4c _cleanUpAfterCAFlushAndRunDeferredBlocks + 95
20 UIKit 0x000000011085a147 _afterCACommitHandler + 90
21 CoreFoundation 0x000000011225ac37 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
22 CoreFoundation 0x000000011225aba7 __CFRunLoopDoObservers + 391
23 CoreFoundation 0x00000001122507fb __CFRunLoopRun + 1147
24 CoreFoundation 0x00000001122500f8 CFRunLoopRunSpecific + 488
25 GraphicsServices 0x0000000114300ad2 GSEventRunModal + 161
26 UIKit 0x000000011082df09 UIApplicationMain + 171
27 GoShadow 0x000000010dc4b37f main + 111
28 libdyld.dylib 0x000000011283992d start + 1
29 ??? 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