Skip to content

Instantly share code, notes, and snippets.

@plu
Created September 21, 2017 02:56
Show Gist options
  • Save plu/8eae8472fa458b8fc52ed032139b4ce8 to your computer and use it in GitHub Desktop.
Save plu/8eae8472fa458b8fc52ed032139b4ce8 to your computer and use it in GitHub Desktop.
Firebase stack traces

-[FSnapshotHolder updateSnapshot:withNewSnapshot:]

Fatal Exception: NSInvalidArgumentException
-[__NSSingleEntryDictionaryI updateChild:withNewChild:]: unrecognized selector sent to instance 0x1c0221fe0

Fatal Exception: NSInvalidArgumentException
0  CoreFoundation                 0x182befd38 __exceptionPreprocess
1  libobjc.A.dylib                0x182104528 objc_exception_throw
2  CoreFoundation                 0x182bfd1f8 __methodDescriptionForSelector
3  CoreFoundation                 0x182bf56e4 ___forwarding___
4  CoreFoundation                 0x182adb0dc _CF_forwarding_prep_0
5  Poloniex                       0x1006b5780 -[FSnapshotHolder updateSnapshot:withNewSnapshot:]
6  Poloniex                       0x1006ada10 -[FRepo updateInfo:withValue:]
7  Poloniex                       0x1006aace8 -[FRepo deferredInit]
8  libdispatch.dylib              0x182575088 _dispatch_call_block_and_release
9  libdispatch.dylib              0x182575048 _dispatch_client_callout
10 libdispatch.dylib              0x18257ee48 _dispatch_queue_serial_drain$VARIANT$mp
11 libdispatch.dylib              0x18257f7d8 _dispatch_queue_invoke$VARIANT$mp
12 libdispatch.dylib              0x182580200 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp
13 libdispatch.dylib              0x1825884a0 _dispatch_workloop_worker_thread$VARIANT$mp
14 libsystem_pthread.dylib        0x18281afe0 _pthread_wqthread
15 libsystem_pthread.dylib        0x18281ac30 start_wqthread

-[FSnapshotHolder updateSnapshot:withNewSnapshot:]

Crashed: FirebaseWorker
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000020

Crashed: FirebaseWorker
0  libobjc.A.dylib                0x1833c41a0 objc_retain + 16
1  Poloniex                       0x102d15768 -[FSnapshotHolder updateSnapshot:withNewSnapshot:] + 4343043944
2  Poloniex                       0x102d0da10 -[FRepo updateInfo:withValue:] + 4343011856
3  Poloniex                       0x102d0ace8 -[FRepo deferredInit] + 4343000296
4  libdispatch.dylib              0x183819088 _dispatch_call_block_and_release + 24
5  libdispatch.dylib              0x183819048 _dispatch_client_callout + 16
6  libdispatch.dylib              0x183822e48 _dispatch_queue_serial_drain$VARIANT$mp + 528
7  libdispatch.dylib              0x1838237d8 _dispatch_queue_invoke$VARIANT$mp + 340
8  libdispatch.dylib              0x183824200 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 400
9  libdispatch.dylib              0x18382c4a0 _dispatch_workloop_worker_thread$VARIANT$mp + 644
10 libsystem_pthread.dylib        0x183abefe0 _pthread_wqthread + 932
11 libsystem_pthread.dylib        0x183abec30 start_wqthread + 4

-[FNamedNode initWithName:andNode:]

Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000fc1cbbec8

Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x1813f00a0 objc_retain + 16
1  libobjc.A.dylib                0x1813f0120 objc_storeStrong + 44
2  Poloniex                       0x100405158 -[FNamedNode initWithName:andNode:] + 4299182424
3  Poloniex                       0x100404774 -[FKeyIndex init] + 4299179892
4  Poloniex                       0x100404bc8 __21+[FKeyIndex keyIndex]_block_invoke + 4299181000
5  libdispatch.dylib              0x18182a1bc _dispatch_client_callout + 16
6  libdispatch.dylib              0x18182afb0 dispatch_once_f + 56
7  Poloniex                       0x100404b98 +[FKeyIndex keyIndex] + 4299180952
8  Poloniex                       0x1003c80b0 -[FIRDatabaseQuery validateQueryEndpointsForParams:] + 4298932400
9  Poloniex                       0x1003c9850 -[FIRDatabaseQuery queryOrderedByChild:] + 4298938448
10 Poloniex                       0x1003fdeac -[FIRDatabaseReference queryOrderedByChild:] + 4299153068
11 Poloniex                       0x1001cb0b0 specialized AlertsViewDataSource.(setUp(userProvider : UserProviderProtocol) -> ()).(closure #1) (AlertsViewDataSource.swift:69)
12 Poloniex                       0x1001ca038 AlertsViewDataSource.(setUp(userProvider : UserProviderProtocol) -> ()).(closure #1) (AlertsViewDataSource.swift)
13 RxSwift                        0x101539378 ObservableType.(subscribe(onNext : (A.E) -> ()?, onError : (Error) -> ()?, onCompleted : () -> ()?, onDisposed : () -> ()?) -> Disposable).(closure #1) (ObservableType+Extensions.swift:104)
14 RxSwift                        0x101539510 partial apply for ObservableType.(subscribe(onNext : (A.E) -> ()?, onError : (Error) -> ()?, onCompleted : () -> ()?, onDisposed : () -> ()?) -> Disposable).(closure #1) (ObservableType+Extensions.swift)
15 RxSwift                        0x10153a5a0 ObserverBase.on(Event<A>) -> () (ObserverBase.swift:21)
16 RxSwift                        0x10150aab4 protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A> ObserverBase<A> (SwitchIfEmpty.swift)
17 RxSwift                        0x1015341ec RefCountSink.on(Event<A.E>) -> () (Multicast.swift:325)
18 RxSwift                        0x10150a830 protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A, B where ...> RefCountSink<A, B> (SwitchIfEmpty.swift)
19 RxSwift                        0x1015b8dc0 partial apply (ObserverType.swift)
20 RxSwift                        0x10152fd98 dispatch<A> (Bag<(Event<A>) -> ()>, Event<A>) -> () (Bag+Rx.swift:15)
21 RxSwift                        0x101536c30 ReplayBufferBase.on(Event<A>) -> () (ReplaySubject.swift:123)
22 RxSwift                        0x10150a8f4 protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A> ReplaySubject<A> (SwitchIfEmpty.swift)
23 RxSwift                        0x101532f20 Connection.on(Event<A.SubjectObserverType.E>) -> () (Multicast.swift:192)
24 RxSwift                        0x10150a7c8 protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A where ...> Connection<A> (SwitchIfEmpty.swift)
25 RxSwift                        0x1015bf6dc ObserveOnSerialDispatchQueueSink.(init(scheduler : SerialDispatchQueueScheduler, observer : A, cancel : Cancelable) -> ObserveOnSerialDispatchQueueSink<A>).(closure #1) (ObserveOn.swift:184)
26 RxSwift                        0x1015c012c partial apply for thunk (ObserveOn.swift)
27 RxSwift                        0x10152be48 MainScheduler.scheduleInternal<A> (A, action : (A) -> Disposable) -> Disposable (MainScheduler.swift:27)
28 RxSwift                        0x1015a08d4 SerialDispatchQueueScheduler.schedule<A> (A, action : (A) -> Disposable) -> Disposable (SerialDispatchQueueScheduler.swift:92)
29 RxSwift                        0x1015bfa84 ObserveOnSerialDispatchQueueSink.onCore(Event<A.E>) -> () (ObserveOn.swift:193)
30 RxSwift                        0x10153a5a0 ObserverBase.on(Event<A>) -> () (ObserverBase.swift:21)
31 RxSwift                        0x10150aab4 protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A> ObserverBase<A> (SwitchIfEmpty.swift)
32 RxSwift                        0x1015475a0 AnonymousObservableSink.on(Event<A.E>) -> () (Create.swift:50)
33 RxSwift                        0x10150b0bc protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A where ...> AnonymousObservableSink<A> (SwitchIfEmpty.swift)
34 RxSwift                        0x1015b8dc0 partial apply (ObserverType.swift)
35 Poloniex                       0x100122904 UserProvider.(user.getter).(closure #1) (UserProvider.swift:33)
36 RxSwift                        0x101547834 AnonymousObservable.run<A where ...> (A1, cancel : Cancelable) -> (sink : Disposable, subscription : Disposable) (Create.swift:60)
37 RxSwift                        0x101557e80 Producer.subscribe<A where ...> (A1) -> Disposable (Producer.swift:19)
38 RxSwift                        0x1015bfea0 ObserveOnSerialDispatchQueue.run<A where ...> (A1, cancel : Cancelable) -> (sink : Disposable, subscription : Disposable) (ObserveOn.swift:220)
39 RxSwift                        0x101557e80 Producer.subscribe<A where ...> (A1) -> Disposable (Producer.swift:19)
40 RxSwift                        0x101533700 ConnectableObservableAdapter.(connect() -> Disposable).(closure #1) (Multicast.swift:242)
41 RxSwift                        0x1015334ec ConnectableObservableAdapter.connect() -> Disposable (Multicast.swift:26)
42 RxSwift                        0x10150a78c protocol witness for ConnectableObservableType.connect() -> Disposable in conformance <A> ConnectableObservable<A> (SwitchIfEmpty.swift)
43 RxSwift                        0x101533c98 RefCountSink.run() -> Disposable (Multicast.swift:290)
44 RxSwift                        0x10153461c RefCount.run<A where ...> (A1, cancel : Cancelable) -> (sink : Disposable, subscription : Disposable) (Multicast.swift:360)
45 RxSwift                        0x101558574 Producer.(subscribe<A where ...> (A1) -> Disposable).(closure #1) (Producer.swift:27)
46 RxSwift                        0x10154d368 specialized CurrentThreadScheduler.schedule<A> (A, action : (A) -> Disposable) -> Disposable (CurrentThreadScheduler.swift:99)
47 RxSwift                        0x10155804c Producer.subscribe<A where ...> (A1) -> Disposable (Producer.swift:30)
48 RxSwift                        0x10153912c ObservableType.subscribe(onNext : (A.E) -> ()?, onError : (Error) -> ()?, onCompleted : () -> ()?, onDisposed : () -> ()?) -> Disposable (ObservableType+Extensions.swift:124)
49 Poloniex                       0x1001c9cb0 AlertsViewDataSource.setUp(userProvider : UserProviderProtocol) -> () (AlertsViewDataSource.swift:74)
50 Poloniex                       0x1001cab1c specialized AlertsViewDataSource.init(tableView : TableView, userProvider : UserProviderProtocol) -> AlertsViewDataSource (AlertsViewDataSource.swift:47)
51 Poloniex                       0x10011fddc specialized AlertsViewController.init(api : API, config : ConfigProtocol, favorites : MarketsViewFavoritesProtocol, notifications : NotificationsProtocol, store : StoreProtocol, userProvider : UserProviderProtocol) -> AlertsViewController (AlertsViewController.swift:29)
52 Poloniex                       0x1001c8004 MainViewController.init(config : ConfigProtocol, notifications : NotificationsProtocol, store : StoreProtocol, userProvider : UserProviderProtocol) -> MainViewController (MainViewController.swift:67)
53 Poloniex                       0x1001a0368 AppDelegate.buildRootViewController(config : ConfigProtocol, store : StoreProtocol) -> UIViewController (AppDelegate.swift:139)
54 Poloniex                       0x1001a2270 specialized AppDelegate.application(UIApplication, didFinishLaunchingWithOptions : [UIApplicationLaunchOptionsKey : Any]?) -> Bool (AppDelegate.swift:80)
55 Poloniex                       0x10019fe80 @objc AppDelegate.application(UIApplication, didFinishLaunchingWithOptions : [UIApplicationLaunchOptionsKey : Any]?) -> Bool (AppDelegate.swift)
56 UIKit                          0x1888c86a4 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 400
57 UIKit                          0x188ad8a98 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 3524
58 UIKit                          0x188ade808 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1656
59 UIKit                          0x188af3104 __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke.3139 + 48
60 UIKit                          0x188adb7ec -[UIApplication workspaceDidEndTransaction:] + 168
61 FrontBoardServices             0x18457792c __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 36
62 FrontBoardServices             0x184577798 -[FBSSerialQueue _performNext] + 176
63 FrontBoardServices             0x184577b40 -[FBSSerialQueue _performNextFromRunLoopSource] + 56
64 CoreFoundation                 0x18294eb5c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
65 CoreFoundation                 0x18294e4a4 __CFRunLoopDoSources0 + 524
66 CoreFoundation                 0x18294c0a4 __CFRunLoopRun + 804
67 CoreFoundation                 0x18287a2b8 CFRunLoopRunSpecific + 444
68 UIKit                          0x1888c17b0 -[UIApplication _run] + 608
69 UIKit                          0x1888bc534 UIApplicationMain + 208
70 Poloniex                       0x1000a7abc main (BalancesViewRow.swift:21)
71 libdispatch.dylib              0x18185d5b8 (Missing)

-[FSnapshotHolder init]

Crashed: FirebaseWorker
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000cc5d2bec8

Crashed: FirebaseWorker
0  libobjc.A.dylib                0x18ddf41a0 objc_retain + 16
1  Poloniex                       0x1003617bc -[FSnapshotHolder init] + 4298659772
2  Poloniex                       0x100356be8 -[FRepo deferredInit] + 4298615784
3  libdispatch.dylib              0x18e22e9e0 _dispatch_call_block_and_release + 24
4  libdispatch.dylib              0x18e22e9a0 _dispatch_client_callout + 16
5  libdispatch.dylib              0x18e23cad4 _dispatch_queue_serial_drain + 928
6  libdispatch.dylib              0x18e2322cc _dispatch_queue_invoke + 884
7  libdispatch.dylib              0x18e23cfa8 _dispatch_queue_override_invoke + 344
8  libdispatch.dylib              0x18e23ea50 _dispatch_root_queue_drain + 540
9  libdispatch.dylib              0x18e23e7d0 _dispatch_worker_thread3 + 124
10 libsystem_pthread.dylib        0x18e437100 _pthread_wqthread + 1096
11 libsystem_pthread.dylib        0x18e436cac start_wqthread + 4

-[FKeyIndex init]

Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000228a6bec8

Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x1821e17f4 objc_object::release() + 16
1  Poloniex                       0x1024a079c -[FKeyIndex init] + 4339320732
2  Poloniex                       0x1024a0bc8 __21+[FKeyIndex keyIndex]_block_invoke + 4339321800
3  libdispatch.dylib              0x182635048 _dispatch_client_callout + 16
4  libdispatch.dylib              0x182638710 dispatch_once_f$VARIANT$mp + 60
5  Poloniex                       0x1024a0b98 +[FKeyIndex keyIndex] + 4339321752
6  Poloniex                       0x1024640b0 -[FIRDatabaseQuery validateQueryEndpointsForParams:] + 4339073200
7  Poloniex                       0x102465850 -[FIRDatabaseQuery queryOrderedByChild:] + 4339079248
8  Poloniex                       0x102499eac -[FIRDatabaseReference queryOrderedByChild:] + 4339293868
9  Poloniex                       0x1022670b0 specialized AlertsViewDataSource.(setUp(userProvider : UserProviderProtocol) -> ()).(closure #1) (AlertsViewDataSource.swift:69)
10 Poloniex                       0x102266038 AlertsViewDataSource.(setUp(userProvider : UserProviderProtocol) -> ()).(closure #1) (AlertsViewDataSource.swift)
11 RxSwift                        0x10360d378 ObservableType.(subscribe(onNext : (A.E) -> ()?, onError : (Error) -> ()?, onCompleted : () -> ()?, onDisposed : () -> ()?) -> Disposable).(closure #1) (ObservableType+Extensions.swift:104)
12 RxSwift                        0x10360d510 partial apply for ObservableType.(subscribe(onNext : (A.E) -> ()?, onError : (Error) -> ()?, onCompleted : () -> ()?, onDisposed : () -> ()?) -> Disposable).(closure #1) (ObservableType+Extensions.swift)
13 RxSwift                        0x10360e5a0 ObserverBase.on(Event<A>) -> () (ObserverBase.swift:21)
14 RxSwift                        0x1035deab4 protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A> ObserverBase<A> (SwitchIfEmpty.swift)
15 RxSwift                        0x1036081ec RefCountSink.on(Event<A.E>) -> () (Multicast.swift:325)
16 RxSwift                        0x1035de830 protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A, B where ...> RefCountSink<A, B> (SwitchIfEmpty.swift)
17 RxSwift                        0x10368cdc0 partial apply (ObserverType.swift)
18 RxSwift                        0x103603d98 dispatch<A> (Bag<(Event<A>) -> ()>, Event<A>) -> () (Bag+Rx.swift:15)
19 RxSwift                        0x10360ac30 ReplayBufferBase.on(Event<A>) -> () (ReplaySubject.swift:123)
20 RxSwift                        0x1035de8f4 protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A> ReplaySubject<A> (SwitchIfEmpty.swift)
21 RxSwift                        0x103606f20 Connection.on(Event<A.SubjectObserverType.E>) -> () (Multicast.swift:192)
22 RxSwift                        0x1035de7c8 protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A where ...> Connection<A> (SwitchIfEmpty.swift)
23 RxSwift                        0x1036936dc ObserveOnSerialDispatchQueueSink.(init(scheduler : SerialDispatchQueueScheduler, observer : A, cancel : Cancelable) -> ObserveOnSerialDispatchQueueSink<A>).(closure #1) (ObserveOn.swift:184)
24 RxSwift                        0x10369412c partial apply for thunk (ObserveOn.swift)
25 RxSwift                        0x1035ffe48 MainScheduler.scheduleInternal<A> (A, action : (A) -> Disposable) -> Disposable (MainScheduler.swift:27)
26 RxSwift                        0x1036748d4 SerialDispatchQueueScheduler.schedule<A> (A, action : (A) -> Disposable) -> Disposable (SerialDispatchQueueScheduler.swift:92)
27 RxSwift                        0x103693a84 ObserveOnSerialDispatchQueueSink.onCore(Event<A.E>) -> () (ObserveOn.swift:193)
28 RxSwift                        0x10360e5a0 ObserverBase.on(Event<A>) -> () (ObserverBase.swift:21)
29 RxSwift                        0x1035deab4 protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A> ObserverBase<A> (SwitchIfEmpty.swift)
30 RxSwift                        0x10361b5a0 AnonymousObservableSink.on(Event<A.E>) -> () (Create.swift:50)
31 RxSwift                        0x1035df0bc protocol witness for ObserverType.on(Event<A.E>) -> () in conformance <A where ...> AnonymousObservableSink<A> (SwitchIfEmpty.swift)
32 RxSwift                        0x10368cdc0 partial apply (ObserverType.swift)
33 Poloniex                       0x1021be904 UserProvider.(user.getter).(closure #1) (UserProvider.swift:33)
34 RxSwift                        0x10361b834 AnonymousObservable.run<A where ...> (A1, cancel : Cancelable) -> (sink : Disposable, subscription : Disposable) (Create.swift:60)
35 RxSwift                        0x10362be80 Producer.subscribe<A where ...> (A1) -> Disposable (Producer.swift:19)
36 RxSwift                        0x103693ea0 ObserveOnSerialDispatchQueue.run<A where ...> (A1, cancel : Cancelable) -> (sink : Disposable, subscription : Disposable) (ObserveOn.swift:220)
37 RxSwift                        0x10362be80 Producer.subscribe<A where ...> (A1) -> Disposable (Producer.swift:19)
38 RxSwift                        0x103607700 ConnectableObservableAdapter.(connect() -> Disposable).(closure #1) (Multicast.swift:242)
39 RxSwift                        0x1036074ec ConnectableObservableAdapter.connect() -> Disposable (Multicast.swift:26)
40 RxSwift                        0x1035de78c protocol witness for ConnectableObservableType.connect() -> Disposable in conformance <A> ConnectableObservable<A> (SwitchIfEmpty.swift)
41 RxSwift                        0x103607c98 RefCountSink.run() -> Disposable (Multicast.swift:290)
42 RxSwift                        0x10360861c RefCount.run<A where ...> (A1, cancel : Cancelable) -> (sink : Disposable, subscription : Disposable) (Multicast.swift:360)
43 RxSwift                        0x10362c574 Producer.(subscribe<A where ...> (A1) -> Disposable).(closure #1) (Producer.swift:27)
44 RxSwift                        0x103621368 specialized CurrentThreadScheduler.schedule<A> (A, action : (A) -> Disposable) -> Disposable (CurrentThreadScheduler.swift:99)
45 RxSwift                        0x10362c04c Producer.subscribe<A where ...> (A1) -> Disposable (Producer.swift:30)
46 RxSwift                        0x10360d12c ObservableType.subscribe(onNext : (A.E) -> ()?, onError : (Error) -> ()?, onCompleted : () -> ()?, onDisposed : () -> ()?) -> Disposable (ObservableType+Extensions.swift:124)
47 Poloniex                       0x102265cb0 AlertsViewDataSource.setUp(userProvider : UserProviderProtocol) -> () (AlertsViewDataSource.swift:74)
48 Poloniex                       0x102266b1c specialized AlertsViewDataSource.init(tableView : TableView, userProvider : UserProviderProtocol) -> AlertsViewDataSource (AlertsViewDataSource.swift:47)
49 Poloniex                       0x1021bbddc specialized AlertsViewController.init(api : API, config : ConfigProtocol, favorites : MarketsViewFavoritesProtocol, notifications : NotificationsProtocol, store : StoreProtocol, userProvider : UserProviderProtocol) -> AlertsViewController (AlertsViewController.swift:29)
50 Poloniex                       0x102264004 MainViewController.init(config : ConfigProtocol, notifications : NotificationsProtocol, store : StoreProtocol, userProvider : UserProviderProtocol) -> MainViewController (MainViewController.swift:67)
51 Poloniex                       0x10223c368 AppDelegate.buildRootViewController(config : ConfigProtocol, store : StoreProtocol) -> UIViewController (AppDelegate.swift:139)
52 Poloniex                       0x10223e270 specialized AppDelegate.application(UIApplication, didFinishLaunchingWithOptions : [UIApplicationLaunchOptionsKey : Any]?) -> Bool (AppDelegate.swift:80)
53 Poloniex                       0x10223be80 @objc AppDelegate.application(UIApplication, didFinishLaunchingWithOptions : [UIApplicationLaunchOptionsKey : Any]?) -> Bool (AppDelegate.swift)
54 UIKit                          0x18c12e050 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 384
55 UIKit                          0x18c321898 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 3428
56 UIKit                          0x18c3266e4 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1712
57 UIKit                          0x18c5b4454 __111-[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:]_block_invoke + 800
58 UIKit                          0x18c8841f0 +[_UICanvas _enqueuePostSettingUpdateTransactionBlock:] + 160
59 UIKit                          0x18c5b40b8 -[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:] + 252
60 UIKit                          0x18c5b4928 -[__UICanvasLifecycleMonitor_Compatability activateEventsOnly:withContext:completion:] + 748
61 UIKit                          0x18cd1d6e8 __82-[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:]_block_invoke + 260
62 UIKit                          0x18cd1d58c -[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:] + 448
63 UIKit                          0x18ca999c0 __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:]_block_invoke + 220
64 UIKit                          0x18cc2efc8 _performActionsWithDelayForTransitionContext + 112
65 UIKit                          0x18ca99870 -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:] + 252
66 UIKit                          0x18c883850 -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 364
67 UIKit                          0x18c324e28 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 540
68 UIKit                          0x18c7286ec -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 364
69 FrontBoardServices             0x185351768 -[FBSSceneImpl _didCreateWithTransitionContext:completion:] + 364
70 FrontBoardServices             0x18535a070 __56-[FBSWorkspace client:handleCreateScene:withCompletion:]_block_invoke_2 + 224
71 libdispatch.dylib              0x182635048 _dispatch_client_callout + 16
72 libdispatch.dylib              0x18263c6c8 _dispatch_block_invoke_direct$VARIANT$mp + 288
73 FrontBoardServices             0x185385a04 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 36
74 FrontBoardServices             0x1853856a8 -[FBSSerialQueue _performNext] + 404
75 FrontBoardServices             0x185385c44 -[FBSSerialQueue _performNextFromRunLoopSource] + 56
76 CoreFoundation                 0x182c58358 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
77 CoreFoundation                 0x182c582d8 __CFRunLoopDoSource0 + 88
78 CoreFoundation                 0x182c57b60 __CFRunLoopDoSources0 + 204
79 CoreFoundation                 0x182c55738 __CFRunLoopRun + 1048
80 CoreFoundation                 0x182b762d8 CFRunLoopRunSpecific + 436
81 GraphicsServices               0x184a07f84 GSEventRunModal + 100
82 UIKit                          0x18c122880 UIApplicationMain + 208
83 Poloniex                       0x102143abc main (BalancesViewRow.swift:21)
84 libdyld.dylib                  0x18269a56c start + 4

-[FIRAIdentity updateIdentifiers]

Crashed: com.google.fira.worker
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000544453560

Crashed: com.google.fira.worker
0  libobjc.A.dylib                0x18c3d0150 objc_msgSend + 16
1  CoreFoundation                 0x18d8628a0 -[NSDate timeIntervalSinceNow] + 28
2  Poloniex                       0x1002cbf80 -[FIRAIdentity updateIdentifiers] + 4298375040
3  Poloniex                       0x1002cba88 -[FIRAIdentity hasLimitedAdTracking] + 4298373768
4  Poloniex                       0x1002d63d8 -[FIRAMeasurement createRawEventMetadataWithUserAttributes:] + 4298417112
5  Poloniex                       0x1002d3cac __43-[FIRAMeasurement writeEventOnWorkerQueue:]_block_invoke.1012 + 4298407084
6  Poloniex                       0x1002b6b04 -[FIRASqliteStore performTransaction:] + 4298287876
7  Poloniex                       0x1002d2ce4 -[FIRAMeasurement writeEventOnWorkerQueue:] + 4298403044
8  Poloniex                       0x1002d25e0 -[FIRAMeasurement handleEventOnWorkerQueue:] + 4298401248
9  Poloniex                       0x1002e27a4 __52-[FIRAScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 4298467236
10 libdispatch.dylib              0x18c8129e0 _dispatch_call_block_and_release + 24
11 libdispatch.dylib              0x18c8129a0 _dispatch_client_callout + 16
12 libdispatch.dylib              0x18c820ad4 _dispatch_queue_serial_drain + 928
13 libdispatch.dylib              0x18c8162cc _dispatch_queue_invoke + 884
14 libdispatch.dylib              0x18c822a50 _dispatch_root_queue_drain + 540
15 libdispatch.dylib              0x18c8227d0 _dispatch_worker_thread3 + 124
16 libsystem_pthread.dylib        0x18ca1b100 _pthread_wqthread + 1096
17 libsystem_pthread.dylib        0x18ca1acac start_wqthread + 4

+[FSnapshotUtilities nodeFrom:priority:withValidationFrom:]

Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000db0c7bec8

Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x1863d8140 objc_autorelease + 16
1  Poloniex                       0x100403b64 +[FSnapshotUtilities nodeFrom:priority:withValidationFrom:] + 4298718052
2  Poloniex                       0x100403a50 +[FSnapshotUtilities nodeFrom:priority:] + 4298717776
3  Poloniex                       0x100403d78 +[FSnapshotUtilities internalNodeFrom:priority:withValidationFrom:atDepth:path:] + 4298718584
4  Poloniex                       0x100403c30 +[FSnapshotUtilities nodeFrom:priority:withValidationFrom:atDepth:path:] + 4298718256
5  Poloniex                       0x100403b64 +[FSnapshotUtilities nodeFrom:priority:withValidationFrom:] + 4298718052
6  Poloniex                       0x1003dcac4 -[FIRDatabaseReference setValueInternal:andPriority:withCompletionBlock:from:] + 4298558148
7  Poloniex                       0x100193cd0 specialized closure #1 in closure #1 in Notifications.setUp() (Notifications.swift:81)
8  Poloniex                       0x100191820 specialized thunk for @callee_owned (@owned User) -> () (Notifications.swift)
9  RxSwift                        0x101721268 closure #1 in ObservableType.subscribe(onNext:onError:onCompleted:onDisposed:) (ObservableType+Extensions.swift:104)
10 RxSwift                        0x101721400 partial apply for closure #1 in ObservableType.subscribe(onNext:onError:onCompleted:onDisposed:) (ObservableType+Extensions.swift)
11 RxSwift                        0x10172249c ObserverBase.on(_:) (ObserverBase.swift:22)
12 RxSwift                        0x1016f2978 protocol witness for ObserverType.on(_:) in conformance <A> ObserverBase<A> (SwitchIfEmpty.swift)
13 RxSwift                        0x10171c0c0 RefCountSink.on(_:) (Multicast.swift:325)
14 RxSwift                        0x1016f26f4 protocol witness for ObserverType.on(_:) in conformance <A, B> RefCountSink<A, B> (SwitchIfEmpty.swift)
15 RxSwift                        0x1017a0dcc partial apply (ObserverType.swift)
16 RxSwift                        0x101717c98 dispatch<A>(_:_:) (Bag+Rx.swift:15)
17 RxSwift                        0x10171eb0c ReplayBufferBase.on(_:) (ReplaySubject.swift:123)
18 RxSwift                        0x1016f27b8 protocol witness for ObserverType.on(_:) in conformance <A> ReplaySubject<A> (SwitchIfEmpty.swift)
19 RxSwift                        0x10171adf4 Connection.on(_:) (Multicast.swift:192)
20 RxSwift                        0x1016f268c protocol witness for ObserverType.on(_:) in conformance <A> Connection<A> (SwitchIfEmpty.swift)
21 RxSwift                        0x1017a76e8 closure #1 in ObserveOnSerialDispatchQueueSink.init(scheduler:observer:cancel:) (ObserveOn.swift:184)
22 RxSwift                        0x1017a8134 partial apply for thunk for @callee_owned (@owned ObserveOnSerialDispatchQueueSink<A>, @in Event<A.E>) -> (@out Disposable) (ObserveOn.swift)
23 RxSwift                        0x101713d44 MainScheduler.scheduleInternal<A>(_:action:) (MainScheduler.swift:27)
24 RxSwift                        0x1017888b4 SerialDispatchQueueScheduler.schedule<A>(_:action:) (SerialDispatchQueueScheduler.swift:92)
25 RxSwift                        0x1017a7a8c ObserveOnSerialDispatchQueueSink.onCore(_:) (ObserveOn.swift:193)
26 RxSwift                        0x10172249c ObserverBase.on(_:) (ObserverBase.swift:22)
27 RxSwift                        0x1016f2978 protocol witness for ObserverType.on(_:) in conformance <A> ObserverBase<A> (SwitchIfEmpty.swift)
28 RxSwift                        0x10172f440 AnonymousObservableSink.on(_:) (Create.swift:50)
29 RxSwift                        0x1016f2f80 protocol witness for ObserverType.on(_:) in conformance <A> AnonymousObservableSink<A> (SwitchIfEmpty.swift)
30 RxSwift                        0x1017a0dcc partial apply (ObserverType.swift)
31 Poloniex                       0x1001033d4 closure #1 in UserProvider.user.getter (UserProvider.swift:33)
32 RxSwift                        0x10172f6d4 AnonymousObservable.run<A>(_:cancel:) (Create.swift:60)
33 RxSwift                        0x10173fd00 Producer.subscribe<A>(_:) (Producer.swift:19)
34 RxSwift                        0x1017a7ea8 ObserveOnSerialDispatchQueue.run<A>(_:cancel:) (ObserveOn.swift:220)
35 RxSwift                        0x10173fd00 Producer.subscribe<A>(_:) (Producer.swift:19)
36 RxSwift                        0x10171b5d4 closure #1 in ConnectableObservableAdapter.connect() (Multicast.swift:242)
37 RxSwift                        0x10171b3c0 ConnectableObservableAdapter.connect() (Multicast.swift:26)
38 RxSwift                        0x1016f2650 protocol witness for ConnectableObservableType.connect() in conformance <A> ConnectableObservable<A> (SwitchIfEmpty.swift)
39 RxSwift                        0x10171bb6c RefCountSink.run() (Multicast.swift:290)
40 RxSwift                        0x10171c4f0 RefCount.run<A>(_:cancel:) (Multicast.swift:360)
41 RxSwift                        0x1017403f4 closure #1 in Producer.subscribe<A>(_:) (Producer.swift:27)
42 RxSwift                        0x10173520c specialized CurrentThreadScheduler.schedule<A>(_:action:) (CurrentThreadScheduler.swift:99)
43 RxSwift                        0x10173fecc Producer.subscribe<A>(_:) (Producer.swift:30)
44 RxSwift                        0x10172101c ObservableType.subscribe(onNext:onError:onCompleted:onDisposed:) (ObservableType+Extensions.swift:124)
45 Poloniex                       0x100193ef4 specialized closure #1 in Notifications.setUp() (Notifications.swift:82)
46 Poloniex                       0x100191f34 closure #1 in Notifications.setUp() (Notifications.swift)
47 RxSwift                        0x101721268 closure #1 in ObservableType.subscribe(onNext:onError:onCompleted:onDisposed:) (ObservableType+Extensions.swift:104)
48 RxSwift                        0x101721400 partial apply for closure #1 in ObservableType.subscribe(onNext:onError:onCompleted:onDisposed:) (ObservableType+Extensions.swift)
49 RxSwift                        0x10172249c ObserverBase.on(_:) (ObserverBase.swift:22)
50 RxSwift                        0x1016f2978 protocol witness for ObserverType.on(_:) in conformance <A> ObserverBase<A> (SwitchIfEmpty.swift)
51 RxSwift                        0x10172f440 AnonymousObservableSink.on(_:) (Create.swift:50)
52 RxSwift                        0x1016f2f80 protocol witness for ObserverType.on(_:) in conformance <A> AnonymousObservableSink<A> (SwitchIfEmpty.swift)
53 RxSwift                        0x1017a0dcc partial apply (ObserverType.swift)
54 RxCocoa                        0x10165324c closure #1 in closure #1 in Reactive<A>.notification(_:object:) (NotificationCenter+Rx.swift:27)
55 RxCocoa                        0x101653328 thunk for @callee_owned (@in Notification) -> () (NotificationCenter+Rx.swift)
56 Foundation                     0x18834e57c -[__NSObserver _doit:] + 308
57 CoreFoundation                 0x1878f55f4 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
58 CoreFoundation                 0x1878f4d08 _CFXRegistrationPost + 400
59 CoreFoundation                 0x1878f4a84 ___CFXNotificationPost_block_invoke + 60
60 CoreFoundation                 0x1879637a8 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1412
61 CoreFoundation                 0x18783895c _CFXNotificationPost + 376
62 Foundation                     0x18834b970 -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
63 UIKit                          0x18db09aec -[UIApplication _stopDeactivatingForReason:] + 1124
64 UIKit                          0x18dd09244 -[UIApplication _runWithMainScene:transitionContext:completion:] + 2740
65 UIKit                          0x18dd1d8b0 __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke.3147 + 48
66 UIKit                          0x18dd060b8 -[UIApplication workspaceDidEndTransaction:] + 168
67 FrontBoardServices             0x189504884 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 36
68 FrontBoardServices             0x1895046f0 -[FBSSerialQueue _performNext] + 176
69 FrontBoardServices             0x189504aa0 -[FBSSerialQueue _performNextFromRunLoopSource] + 56
70 CoreFoundation                 0x18790942c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
71 CoreFoundation                 0x187908d9c __CFRunLoopDoSources0 + 540
72 CoreFoundation                 0x1879069a8 __CFRunLoopRun + 744
73 CoreFoundation                 0x187836da4 CFRunLoopRunSpecific + 424
74 UIKit                          0x18daeffc8 -[UIApplication _run] + 652
75 UIKit                          0x18daeac9c UIApplicationMain + 208
76 Poloniex                       0x1000888e8 main (BalancesViewRow.swift:21)
77 libdyld.dylib                  0x18684559c start + 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment