AlphaWallet / AlphaWallet/alpha-wallet-ios
Crash Report indicates Realm Error
- Dominant language
- Swift
- Stars
- 631
- Forks
- 384
- PR merge metrics
- No merged PRs in 30d
Description
My simulator crashed and gave this crash report. Looking through it I found:
```
*** Terminating app due to uncaught exception 'RLMException', reason: 'Object has been deleted or invalidated.'
```
and further down
```
0 CoreFoundation 0x10ceb2174 __exceptionPreprocess + 216
1 libobjc.A.dylib 0x104bad384 objc_exception_throw + 56
2 Realm 0x1095fa9dc RLMVerifyAttached(RLMObjectBase*) + 72 (RLMObject_Private.hpp:44)
3 Realm 0x1095ffb24 objc_object* (anonymous namespace)::getBoxed(RLMObjectBase*, unsigned long) + 36 (RLMAccessor.mm:68)
4 Realm 0x1095ffaf4 invocation function for block in objc_object* (anonymous namespace)::makeBoxedGetter(unsigned long) + 40 (RLMAccessor.mm:236)
5 AlphaWallet 0x1005d9060 closure #1 in closure #2 in TokenObjectsCache.updateCache() + 92 (ActivitiesService.swift:132)
6 AlphaWallet 0x1005d90e0 thunk for @callee_guaranteed (@guaranteed TokenObject) -> (@unowned Bool, @error @owned Error) + 28
7 AlphaWallet 0x1005f7f0c thunk for @callee_guaranteed (@guaranteed TokenObject) -> (@unowned Bool, @error @owned Error)partial apply + 28
8 libswiftCore.dylib 0x10e4810b0 Collection.firstIndex(where:) + 516
9 AlphaWallet 0x1005d8e64 closure #2 in TokenObjectsCache.updateCache() + 520 (ActivitiesService.swift:132)
```
Should someone look at `TokenObjectsCache.updateCache() + 520 (ActivitiesService.swift:132)`
Full report below.
```
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Incident Identifier: 3CEEC58D-FBED-4541-99A1-EFF8217A9FF8
CrashReporter Key: E57D0CFE-860B-29C3-8A7A-51E2FB8A5875
Hardware Model: MacBookAir10,1
Process: AlphaWallet [30033]
Path: /Users/USER/Library/Developer/CoreSimulator/Devices/F0295EF8-1E92-4287-A3B8-D215371D0D77/data/Containers/Bundle/Application/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C/AlphaWallet.app/AlphaWallet
Identifier: com.stormbird.alphawallet
Version: 3.34 (417)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd_sim [29692]
Coalition: com.apple.CoreSimulator.SimDevice.F0295EF8-1E92-4287-A3B8-D215371D0D77 [4681]
Responsible Process: SimulatorTrampoline [1359]
Date/Time: 2022-01-19 10:08:24.3981 +0800
Launch Time: 2022-01-19 10:08:02.7259 +0800
OS Version: macOS 12.1 (21C52)
Release Type: User
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Application Specific Information:
dyld4 config: DYLD_ROOT_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot DYLD_LIBRARY_PATH=/Users/jerome/Library/Developer/Xcode/DerivedData/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz/Build/Products/Debug-iphonesimulator DYLD_INSERT_LIBRARIES=/Users/jerome/Library/Developer/Xcode/DerivedData/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz/Build/Products/Debug-iphonesimulator/AlphaWallet.app/Frameworks/libXCTestBundleInject.dylib:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMainThreadChecker.dylib DYLD_FRAMEWORK_PATH=/Users/jerome/Library/Developer/Xcode/DerivedData/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz/Build/Products/Debug-iphonesimulator:/Users/jerome/Library/Developer/Xcode/DerivedData/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz/Build/Products/Debug-iphonesimulator/PackageFrameworks
CoreSimulator 783.5 - Device: iPhone 12 (F0295EF8-1E92-4287-A3B8-D215371D0D77) - Runtime: iOS 15.2 (19C51) - DeviceType: iPhone 12
abort() called
*** Terminating app due to uncaught exception 'RLMException', reason: 'Object has been deleted or invalidated.'
dyld4 config: DYLD_ROOT_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot DYLD_LIBRARY_PATH=/Users/jerome/Library/Developer/Xcode/DerivedData/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz/Build/Products/Debug-iphonesimulator DYLD_INSERT_LIBRARIES=/Users/jerome/Library/Developer/Xcode/DerivedData/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz/Build/Products/Debug-iphonesimulator/AlphaWallet.app/Frameworks/libXCTestBundleInject.dylib:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMainThreadChecker.dylib DYLD_FRAMEWORK_PATH=/Users/jerome/Library/Developer/Xcode/DerivedData/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz/Build/Products/Debug-iphonesimulator:/Users/jerome/Library/Developer/Xcode/DerivedData/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz/Build/Products/Debug-iphonesimulator/PackageFrameworks
terminating with uncaught exception of type NSException
Last Exception Backtrace:
0 CoreFoundation 0x10ceb2174 __exceptionPreprocess + 216
1 libobjc.A.dylib 0x104bad384 objc_exception_throw + 56
2 Realm 0x1095fa9dc RLMVerifyAttached(RLMObjectBase*) + 72 (RLMObject_Private.hpp:44)
3 Realm 0x1095ffb24 objc_object* (anonymous namespace)::getBoxed(RLMObjectBase*, unsigned long) + 36 (RLMAccessor.mm:68)
4 Realm 0x1095ffaf4 invocation function for block in objc_object* (anonymous namespace)::makeBoxedGetter(unsigned long) + 40 (RLMAccessor.mm:236)
5 AlphaWallet 0x1005d9060 closure #1 in closure #2 in TokenObjectsCache.updateCache() + 92 (ActivitiesService.swift:132)
6 AlphaWallet 0x1005d90e0 thunk for @callee_guaranteed (@guaranteed TokenObject) -> (@unowned Bool, @error @owned Error) + 28
7 AlphaWallet 0x1005f7f0c thunk for @callee_guaranteed (@guaranteed TokenObject) -> (@unowned Bool, @error @owned Error)partial apply + 28
8 libswiftCore.dylib 0x10e4810b0 Collection.firstIndex(where:) + 516
9 AlphaWallet 0x1005d8e64 closure #2 in TokenObjectsCache.updateCache() + 520 (ActivitiesService.swift:132)
10 AlphaWallet 0x1005d9144 thunk for @escaping @callee_guaranteed (@guaranteed [TokenObject]) -> (@error @owned Error) + 28
11 AlphaWallet 0x1005f7eb4 partial apply for thunk for @escaping @callee_guaranteed (@guaranteed [TokenObject]) -> (@error @owned Error) + 28
12 PromiseKit 0x10530a8e8 closure #1 in Thenable.get(on:flags:_:) + 140 (Thenable.swift:186)
13 PromiseKit 0x10530a9c0 partial apply for closure #1 in Thenable.get(on:flags:_:) + 44
14 PromiseKit 0x10530929c closure #1 in closure #1 in Thenable.map(on:flags:_:) + 280 (Thenable.swift:78)
15 PromiseKit 0x1052e1ba8 thunk for @escaping @callee_guaranteed () -> () + 48
16 libdispatch.dylib 0x10b9b5db0 _dispatch_call_block_and_release + 24
17 libdispatch.dylib 0x10b9b75a4 _dispatch_client_callout + 16
18 libdispatch.dylib 0x10b9c4fc8 _dispatch_main_queue_callback_4CF + 996
19 CoreFoundation 0x10ce20cd4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
20 CoreFoundation 0x10ce1b244 __CFRunLoopRun + 2448
21 CoreFoundation 0x10ce1a3a8 CFRunLoopRunSpecific + 572
22 XCTestCore 0x13bce4554 -[XCTWaiter waitForExpectations:timeout:enforceOrder:] + 820
23 XCTestCore 0x13bce67e0 +[XCTWaiter waitForExpectations:timeout:enforceOrder:] + 96
24 XCTestCore 0x13bcdaf5c -[XCTestDriver _reportFinishedExecutingTests] + 384
25 XCTestCore 0x13bcdabd4 -[XCTestDriver _runTests] + 1640
26 XCTestCore 0x13bcaf7e0 _XCTestMain + 116
27 libXCTestBundleInject.dylib 0x1031f38c0 __copy_helper_block_e8_32s + 0
28 CoreFoundation 0x10ce21030 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 20
29 CoreFoundation 0x10ce202f4 __CFRunLoopDoBlocks + 408
30 CoreFoundation 0x10ce1abb0 __CFRunLoopRun + 764
31 CoreFoundation 0x10ce1a3a8 CFRunLoopRunSpecific + 572
32 GraphicsServices 0x1131cb5ec GSEventRunModal + 160
33 UIKitCore 0x11efce7ac -[UIApplication _run] + 992
34 UIKitCore 0x11efd32e8 UIApplicationMain + 112
35 AlphaWallet 0x1004ede8c main + 64 (AppDelegate.swift:10)
36 dyld_sim 0x103139ca0 start_sim + 20
37 dyld 0x10325d0f4 start + 520
38 ??? 0x120800000000000 ???
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x181571a60 __pthread_kill + 8
1 libsystem_pthread.dylib 0x1815c3380 pthread_kill + 256
2 libsystem_c.dylib 0x10deb43d8 abort + 120
3 libc++abi.dylib 0x10df0ae94 abort_message + 128
4 libc++abi.dylib 0x10defcc98 demangling_terminate_handler() + 296
5 libobjc.A.dylib 0x104b90e84 _objc_terminate() + 124
6 libc++abi.dylib 0x10df0a358 std::__terminate(void (*)()) + 16
7 libc++abi.dylib 0x10df0a300 std::terminate() + 60
8 libdispatch.dylib 0x10b9b75b8 _dispatch_client_callout + 36
9 libdispatch.dylib 0x10b9c4fc8 _dispatch_main_queue_callback_4CF + 996
10 CoreFoundation 0x10ce20cd4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
11 CoreFoundation 0x10ce1b244 __CFRunLoopRun + 2448
12 CoreFoundation 0x10ce1a3a8 CFRunLoopRunSpecific + 572
13 XCTestCore 0x13bce4554 -[XCTWaiter waitForExpectations:timeout:enforceOrder:] + 820
14 XCTestCore 0x13bce67e0 +[XCTWaiter waitForExpectations:timeout:enforceOrder:] + 96
15 XCTestCore 0x13bcdaf5c -[XCTestDriver _reportFinishedExecutingTests] + 384
16 XCTestCore 0x13bcdabd4 -[XCTestDriver _runTests] + 1640
17 XCTestCore 0x13bcaf7e0 _XCTestMain + 116
18 libXCTestBundleInject.dylib 0x1031f38c0 __RunTests_block_invoke_2 + 16
19 CoreFoundation 0x10ce21030 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 20
20 CoreFoundation 0x10ce202f4 __CFRunLoopDoBlocks + 408
21 CoreFoundation 0x10ce1abb0 __CFRunLoopRun + 764
22 CoreFoundation 0x10ce1a3a8 CFRunLoopRunSpecific + 572
23 GraphicsServices 0x1131cb5ec GSEventRunModal + 160
24 UIKitCore 0x11efce7ac -[UIApplication _run] + 992
25 UIKitCore 0x11efd32e8 UIApplicationMain + 112
26 AlphaWallet 0x1004ede8c main + 64 (AppDelegate.swift:10)
27 dyld_sim 0x103139ca0 start_sim + 20
28 dyld 0x10325d0f4 start + 520
Thread 1:: com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x18156a050 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x18156a3f0 mach_msg + 72
2 CoreFoundation 0x10ce20810 __CFRunLoopServiceMachPort + 368
3 CoreFoundation 0x10ce1ad24 __CFRunLoopRun + 1136
4 CoreFoundation 0x10ce1a3a8 CFRunLoopRunSpecific + 572
5 Foundation 0x107a8ae14 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232
6 Foundation 0x107a8b0cc -[NSRunLoop(NSRunLoop) runUntilDate:] + 88
7 UIKitCore 0x11f082b64 -[UIEventFetcher threadMain] + 472
8 Foundation 0x107ab497c __NSThread__start__ + 788
9 libsystem_pthread.dylib 0x1815c368c _pthread_start + 116
10 libsystem_pthread.dylib 0x1815be898 thread_start + 8
Thread 2:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 3:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 4:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 5:: Realm notification listener
0 libsystem_kernel.dylib 0x18156fa64 kevent + 8
1 Realm 0x109507288 realm::_impl::ExternalCommitHelper::listen() + 340 (external_commit_helper.cpp:216)
2 Realm 0x10950b874 realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0::operator()() const + 28 (external_commit_helper.cpp:173)
3 Realm 0x10950b810 decltype(std::__1::forward(fp)()) std::__1::__invoke(realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0&&) + 28 (type_traits:3694)
4 Realm 0x10950b7a8 void std::__1::__thread_execute >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>(std::__1::tuple >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>&, std::__1::__tuple_indices<>) + 32 (thread:286)
5 Realm 0x10950afa8 void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*) + 80 (thread:297)
6 libsystem_pthread.dylib 0x1815c368c _pthread_start + 116
7 libsystem_pthread.dylib 0x1815be898 thread_start + 8
Thread 6:: Realm notification listener
0 libsystem_kernel.dylib 0x18156fa64 kevent + 8
1 Realm 0x109507288 realm::_impl::ExternalCommitHelper::listen() + 340 (external_commit_helper.cpp:216)
2 Realm 0x10950b874 realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0::operator()() const + 28 (external_commit_helper.cpp:173)
3 Realm 0x10950b810 decltype(std::__1::forward(fp)()) std::__1::__invoke(realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0&&) + 28 (type_traits:3694)
4 Realm 0x10950b7a8 void std::__1::__thread_execute >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>(std::__1::tuple >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>&, std::__1::__tuple_indices<>) + 32 (thread:286)
5 Realm 0x10950afa8 void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*) + 80 (thread:297)
6 libsystem_pthread.dylib 0x1815c368c _pthread_start + 116
7 libsystem_pthread.dylib 0x1815be898 thread_start + 8
Thread 7:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x18156a050 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x18156a3f0 mach_msg + 72
2 CoreFoundation 0x10ce20810 __CFRunLoopServiceMachPort + 368
3 CoreFoundation 0x10ce1ad24 __CFRunLoopRun + 1136
4 CoreFoundation 0x10ce1a3a8 CFRunLoopRunSpecific + 572
5 CFNetwork 0x104e4adcc 0x104c1c000 + 2289100
6 Foundation 0x107ab497c __NSThread__start__ + 788
7 libsystem_pthread.dylib 0x1815c368c _pthread_start + 116
8 libsystem_pthread.dylib 0x1815be898 thread_start + 8
Thread 8:: JavaScriptCore bmalloc scavenger
0 libsystem_kernel.dylib 0x18156d4c4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1815c3c44 _pthread_cond_wait + 1216
2 libc++.1.dylib 0x103674d44 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point > >) + 96
3 JavaScriptCore 0x1221db274 bmalloc::Scavenger::threadRunLoop() + 700
4 JavaScriptCore 0x1221dab88 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12
5 JavaScriptCore 0x1221dc0ec void* std::__1::__thread_proxy >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 44
6 libsystem_pthread.dylib 0x1815c368c _pthread_start + 116
7 libsystem_pthread.dylib 0x1815be898 thread_start + 8
Thread 9:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 10:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 11:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 12:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 13:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 14:: Realm notification listener
0 libsystem_kernel.dylib 0x18156fa64 kevent + 8
1 Realm 0x109507288 realm::_impl::ExternalCommitHelper::listen() + 340 (external_commit_helper.cpp:216)
2 Realm 0x10950b874 realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0::operator()() const + 28 (external_commit_helper.cpp:173)
3 Realm 0x10950b810 decltype(std::__1::forward(fp)()) std::__1::__invoke(realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0&&) + 28 (type_traits:3694)
4 Realm 0x10950b7a8 void std::__1::__thread_execute >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>(std::__1::tuple >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>&, std::__1::__tuple_indices<>) + 32 (thread:286)
5 Realm 0x10950afa8 void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*) + 80 (thread:297)
6 libsystem_pthread.dylib 0x1815c368c _pthread_start + 116
7 libsystem_pthread.dylib 0x1815be898 thread_start + 8
Thread 15:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 16:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 17:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 18:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 19:: Dispatch queue: SynchronizedArrayAccess
0 libswiftCore.dylib 0x10e6e2234 _swift_getGenericMetadata(swift::MetadataRequest, void const* const*, swift::TargetTypeContextDescriptor const*) + 180
1 libswiftCore.dylib 0x10e6c763c __swift_instantiateCanonicalPrespecializedGenericMetadata + 32
2 libswiftCore.dylib 0x10e6c763c __swift_instantiateCanonicalPrespecializedGenericMetadata + 32
3 AlphaWalletAddress 0x103364cac thunk for @escaping @callee_guaranteed () -> () + 20
4 libdispatch.dylib 0x10b9b5db0 _dispatch_call_block_and_release + 24
5 libdispatch.dylib 0x10b9b75a4 _dispatch_client_callout + 16
6 libdispatch.dylib 0x10b9be674 _dispatch_lane_serial_drain + 652
7 libdispatch.dylib 0x10b9bf200 _dispatch_lane_invoke + 400
8 libdispatch.dylib 0x10b9c9a64 _dispatch_workloop_worker_thread + 744
9 libsystem_pthread.dylib 0x1815bfad4 _pthread_wqthread + 284
10 libsystem_pthread.dylib 0x1815be88c start_wqthread + 8
Thread 20:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 21:: Realm notification listener
0 libsystem_kernel.dylib 0x18156fa64 kevent + 8
1 Realm 0x109507288 realm::_impl::ExternalCommitHelper::listen() + 340 (external_commit_helper.cpp:216)
2 Realm 0x10950b874 realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0::operator()() const + 28 (external_commit_helper.cpp:173)
3 Realm 0x10950b810 decltype(std::__1::forward(fp)()) std::__1::__invoke(realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0&&) + 28 (type_traits:3694)
4 Realm 0x10950b7a8 void std::__1::__thread_execute >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>(std::__1::tuple >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>&, std::__1::__tuple_indices<>) + 32 (thread:286)
5 Realm 0x10950afa8 void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*) + 80 (thread:297)
6 libsystem_pthread.dylib 0x1815c368c _pthread_start + 116
7 libsystem_pthread.dylib 0x1815be898 thread_start + 8
Thread 22:: Dispatch queue: SynchronizedArrayAccess
0 AlphaWalletAddress 0x103366884 DYLD-STUB$$swift_beginAccess + 0
1 AlphaWalletAddress 0x103364be0 closure #1 in ThreadSafeDictionary.subscript.setter + 152 (ThreadSafeDictionary.swift:25)
2 AlphaWalletAddress 0x103364cac thunk for @escaping @callee_guaranteed () -> () + 20
3 libdispatch.dylib 0x10b9b5db0 _dispatch_call_block_and_release + 24
4 libdispatch.dylib 0x10b9b75a4 _dispatch_client_callout + 16
5 libdispatch.dylib 0x10b9be674 _dispatch_lane_serial_drain + 652
6 libdispatch.dylib 0x10b9bf200 _dispatch_lane_invoke + 400
7 libdispatch.dylib 0x10b9c9a64 _dispatch_workloop_worker_thread + 744
8 libsystem_pthread.dylib 0x1815bfad4 _pthread_wqthread + 284
9 libsystem_pthread.dylib 0x1815be88c start_wqthread + 8
Thread 23:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 24:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 25:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 26:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 27:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 28:: Dispatch queue: com.apple.root.utility-qos
0 Alamofire 0x103f1ee18 type metadata accessor for UploadRequest.Uploadable + 0
1 libswiftCore.dylib 0x10e7034ec (anonymous namespace)::DecodedMetadataBuilder::createBoundGenericType(swift::TargetContextDescriptor const*, __swift::__runtime::llvm::ArrayRef const*>, swift::TargetMetadata const*) const + 308
2 libswiftCore.dylib 0x10e6fe5b8 swift::Demangle::__runtime::TypeDecoder<(anonymous namespace)::DecodedMetadataBuilder>::decodeMangledType(swift::Demangle::__runtime::Node*) + 2064
3 libswiftCore.dylib 0x10e6fe00c swift::Demangle::__runtime::TypeDecoder<(anonymous namespace)::DecodedMetadataBuilder>::decodeMangledType(swift::Demangle::__runtime::Node*) + 612
4 libswiftCore.dylib 0x10e6fd314 swift_getTypeByMangledNodeImpl(swift::MetadataRequest, swift::Demangle::__runtime::Demangler&, swift::Demangle::__runtime::Node*, void const* const*, std::__1::function const* (unsigned int, unsigned int)>, std::__1::function const* (swift::TargetMetadata const*, unsigned int)>) + 544
5 libswiftCore.dylib 0x10e6fd094 swift::swift_getTypeByMangledNode(swift::MetadataRequest, swift::Demangle::__runtime::Demangler&, swift::Demangle::__runtime::Node*, void const* const*, std::__1::function const* (unsigned int, unsigned int)>, std::__1::function const* (swift::TargetMetadata const*, unsigned int)>) + 540
6 libswiftCore.dylib 0x10e6fd808 swift_getTypeByMangledNameImpl(swift::MetadataRequest, __swift::__runtime::llvm::StringRef, void const* const*, std::__1::function const* (unsigned int, unsigned int)>, std::__1::function const* (swift::TargetMetadata const*, unsigned int)>) + 976
7 libswiftCore.dylib 0x10e6faf4c swift::swift_getTypeByMangledName(swift::MetadataRequest, __swift::__runtime::llvm::StringRef, void const* const*, std::__1::function const* (unsigned int, unsigned int)>, std::__1::function const* (swift::TargetMetadata const*, unsigned int)>) + 540
8 libswiftCore.dylib 0x10e6fb160 swift_getTypeByMangledNameInContext + 132
9 Alamofire 0x103eefe38 __swift_instantiateConcreteTypeFromMangledName + 84
10 Alamofire 0x103f534fc closure #1 in SessionManager.upload(multipartFormData:usingThreshold:with:queue:encodingCompletion:) + 1668 (SessionManager.swift:678)
11 Alamofire 0x103efc9f8 thunk for @escaping @callee_guaranteed () -> () + 48
12 libdispatch.dylib 0x10b9b5db0 _dispatch_call_block_and_release + 24
13 libdispatch.dylib 0x10b9b75a4 _dispatch_client_callout + 16
14 libdispatch.dylib 0x10b9c84ac _dispatch_root_queue_drain + 736
15 libdispatch.dylib 0x10b9c8d28 _dispatch_worker_thread2 + 160
16 libsystem_pthread.dylib 0x1815bfa98 _pthread_wqthread + 224
17 libsystem_pthread.dylib 0x1815be88c start_wqthread + 8
Thread 29:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 30:: Dispatch queue: com.apple.CFNetwork.Connection
0 libsystem_kernel.dylib 0x18156e120 __select_nocancel + 8
1 libsystem_dnssd.dylib 0x10b45af9c deliver_request + 1092
2 libsystem_dnssd.dylib 0x10b45bc28 DNSServiceGetAddrInfo + 436
3 libnetwork.dylib 0x1126173b0 nw_resolver_create_dns_service_locked + 420
4 libnetwork.dylib 0x112616304 __nw_resolver_set_update_handler_block_invoke + 2488
5 libnetwork.dylib 0x112b21150 nw_queue_context_async_if_needed + 84
6 libnetwork.dylib 0x112615478 nw_resolver_set_update_handler + 268
7 libnetwork.dylib 0x112915b7c -[NWConcrete_nw_endpoint_resolver startWithHandler:] + 1912
8 libnetwork.dylib 0x11257aa34 nw_endpoint_handler_path_change + 12096
9 libnetwork.dylib 0x112580ea0 nw_endpoint_handler_start + 1068
10 libnetwork.dylib 0x1129552b4 __nw_connection_start_block_invoke + 608
11 libnetwork.dylib 0x112953030 nw_connection_start + 216
12 CFNetwork 0x104ccd188 0x104c1c000 + 725384
13 CFNetwork 0x104cc54b0 0x104c1c000 + 693424
14 CFNetwork 0x104cc61b8 0x104c1c000 + 696760
15 CFNetwork 0x104d3afb0 0x104c1c000 + 1175472
16 CFNetwork 0x104cb9570 0x104c1c000 + 644464
17 CFNetwork 0x104d3a2f8 0x104c1c000 + 1172216
18 CFNetwork 0x104d3dee8 0x104c1c000 + 1187560
19 CFNetwork 0x104d3e02c 0x104c1c000 + 1187884
20 libdispatch.dylib 0x10b9b5db0 _dispatch_call_block_and_release + 24
21 libdispatch.dylib 0x10b9b75a4 _dispatch_client_callout + 16
22 libdispatch.dylib 0x10b9be674 _dispatch_lane_serial_drain + 652
23 libdispatch.dylib 0x10b9bf238 _dispatch_lane_invoke + 456
24 libdispatch.dylib 0x10b9c047c _dispatch_workloop_invoke + 1780
25 libdispatch.dylib 0x10b9c9a64 _dispatch_workloop_worker_thread + 744
26 libsystem_pthread.dylib 0x1815bfad4 _pthread_wqthread + 284
27 libsystem_pthread.dylib 0x1815be88c start_wqthread + 8
Thread 31:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 32:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 33:: Dispatch queue: com.CoinTickersFetcher.updateQueue
0 libsystem_malloc.dylib 0x10bb54708 nanov2_free_to_block + 8
1 libswiftCore.dylib 0x10e4a0064 protocol witness for Collection.subscript.read in conformance [A : B].Keys + 32
2 libswiftCore.dylib 0x10e446580 IndexingIterator.next() + 428
3 CryptoSwift 0x105454870 arrayOfBytes(value:length:) + 616 (Generics.swift:35)
4 CryptoSwift 0x1054576d0 FixedWidthInteger.bytes(totalBytes:) + 192 (Int+Extension.swift:28)
5 CryptoSwift 0x1054911f8 closure #1 in SHA3.update(withBytes:isLast:) + 116 (SHA3.swift:289)
6 CryptoSwift 0x105491244 thunk for @callee_guaranteed (@inout [UInt8], @unowned UInt64) -> (@error @owned Error) + 28
7 CryptoSwift 0x105491298 partial apply for thunk for @callee_guaranteed (@inout [UInt8], @unowned UInt64) -> (@error @owned Error) + 28
8 libswiftCore.dylib 0x10e49c8c0 Sequence.reduce(into:_:) + 472
9 CryptoSwift 0x10548e428 SHA3.update(withBytes:isLast:) + 2628 (SHA3.swift:288)
10 TrustKeystore 0x107615c1c SHA3.calculate(for:) + 32 [inlined]
11 TrustKeystore 0x107615c1c specialized static Address.computeEIP55String(for:) + 264 (Address.swift:99)
12 TrustKeystore 0x10761548c static Address.computeEIP55String(for:) + 12 [inlined]
13 TrustKeystore 0x10761548c Address.init(string:) + 164 (Address.swift:39)
14 AlphaWalletAddress 0x10336225c specialized AlphaWallet.Address.init(string:) + 232 (AlphaWallet.swift:32)
15 AlphaWalletAddress 0x103360e7c AlphaWallet.Address.init(string:) + 24
16 AlphaWallet 0x100368b28 closure #1 in Ticker.init(from:) + 108 (CoinTickersFetcher.swift:311)
17 AlphaWallet 0x100169994 thunk for @callee_guaranteed (@guaranteed String) -> (@owned AlphaWallet.Address?, @error @owned Error) + 44
18 AlphaWallet 0x100369560 partial apply for thunk for @callee_guaranteed (@guaranteed String) -> (@owned AlphaWallet.Address?, @error @owned Error) + 28
19 libswiftCore.dylib 0x10e49c23c Dictionary.compactMapValues(_:) + 1864
20 AlphaWallet 0x100368828 Ticker.init(from:) + 936 (CoinTickersFetcher.swift:306)
21 AlphaWallet 0x100368ed4 protocol witness for Decodable.init(from:) in conformance Ticker + 28
22 libswiftCore.dylib 0x10e6abf88 dispatch thunk of Decodable.init(from:) + 16
23 libswiftFoundation.dylib 0x10d7c45c8 _JSONUnkeyedDecodingContainer.decode(_:) + 2000
24 libswiftFoundation.dylib 0x10d7c60d4 protocol witness for UnkeyedDecodingContainer.decode(_:) in conformance _JSONUnkeyedDecodingContainer + 12
25 libswiftCore.dylib 0x10e475f48 Array.init(from:) + 340
26 libswiftCore.dylib 0x10e476000 protocol witness for Decodable.init(from:) in conformance [A] + 28
27 libswiftCore.dylib 0x10e6abf88 dispatch thunk of Decodable.init(from:) + 16
28 libswiftFoundation.dylib 0x10d7c8560 __JSONDecoder.unbox_(_:as:) + 1128
29 libswiftFoundation.dylib 0x10d7bcb7c JSONDecoder.decode(_:from:) + 1116
30 libswiftFoundation.dylib 0x10d7c8df4 dispatch thunk of JSONDecoder.decode(_:from:) + 20
31 Moya 0x104af5c64 Response.map(_:atKeyPath:using:) + 1792 (Response.swift:171)
32 AlphaWallet 0x10035e00c closure #2 in static CoinTickersFetcher.fetchSupportedTickers(config:provider:shouldRetry:) + 116 (CoinTickersFetcher.swift:92)
33 AlphaWallet 0x10035e084 thunk for @escaping @callee_guaranteed (@guaranteed Response) -> (@owned [Ticker], @error @owned Error) + 32
34 AlphaWallet 0x10036bb58 partial apply for thunk for @escaping @callee_guaranteed (@guaranteed Response) -> (@owned [Ticker], @error @owned Error) + 28
35 PromiseKit 0x10530929c closure #1 in closure #1 in Thenable.map(on:flags:_:) + 280 (Thenable.swift:78)
36 PromiseKit 0x1052e1ba8 thunk for @escaping @callee_guaranteed () -> () + 48
37 libdispatch.dylib 0x10b9b5db0 _dispatch_call_block_and_release + 24
38 libdispatch.dylib 0x10b9b75a4 _dispatch_client_callout + 16
39 libdispatch.dylib 0x10b9be674 _dispatch_lane_serial_drain + 652
40 libdispatch.dylib 0x10b9bf200 _dispatch_lane_invoke + 400
41 libdispatch.dylib 0x10b9c9a64 _dispatch_workloop_worker_thread + 744
42 libsystem_pthread.dylib 0x1815bfad4 _pthread_wqthread + 284
43 libsystem_pthread.dylib 0x1815be88c start_wqthread + 8
Thread 34:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 35:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 36:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 37:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 38:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 39:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 40:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 41:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 42:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 43:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 44:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 45:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 46:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 47:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 48:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 49:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 50:: Dispatch queue: ProcessAssertion Queue
0 libsystem_kernel.dylib 0x18156a050 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x18156a3f0 mach_msg + 72
2 libdispatch.dylib 0x10b9d1014 _dispatch_mach_send_and_wait_for_reply + 540
3 libdispatch.dylib 0x10b9d13cc dispatch_mach_send_with_result_and_wait_for_reply + 52
4 libxpc.dylib 0x10e078ad0 xpc_connection_send_message_with_reply_sync + 240
5 RunningBoardServices 0x1149c10f8 -[RBSXPCMessage sendToConnection:error:] + 412
6 RunningBoardServices 0x1149c179c -[RBSXPCMessage invokeOnConnection:withReturnCollectionClass:entryClass:error:] + 100
7 RunningBoardServices 0x1149c1990 -[RBSXPCMessage invokeOnConnection:withReturnClass:error:] + 28
8 RunningBoardServices 0x1149a3b60 -[RBSConnection acquireAssertion:error:] + 360
9 RunningBoardServices 0x1149a0c94 -[RBSAssertion acquireWithError:] + 204
10 WebKit 0x10ff44f30 WebKit::ProcessAssertion::acquireSync() + 64
11 WebKit 0x10ff4e630 WTF::Detail::CallableWrapper&&)::$_7, void>::call() + 32
12 JavaScriptCore 0x1221c77dc void WTF::dispatchWorkItem(void*) + 32
13 libdispatch.dylib 0x10b9b75a4 _dispatch_client_callout + 16
14 libdispatch.dylib 0x10b9be674 _dispatch_lane_serial_drain + 652
15 libdispatch.dylib 0x10b9bf200 _dispatch_lane_invoke + 400
16 libdispatch.dylib 0x10b9c9a64 _dispatch_workloop_worker_thread + 744
17 libsystem_pthread.dylib 0x1815bfad4 _pthread_wqthread + 284
18 libsystem_pthread.dylib 0x1815be88c start_wqthread + 8
Thread 51:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 52:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 53:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 54:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 55:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 56:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 57:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 58:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 59:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 60:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 61:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 62:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 63:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 64:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 65:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 66:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 67:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 68:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 69:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 70:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 71:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 72:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 73:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 74:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 75:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 76:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 77:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 78:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 79:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 80:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 81:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 82:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 83:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 84:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 85:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 86:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 87:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 88:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 89:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 90:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 91:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 92:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 93:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 94:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 95:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 96:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 97:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 98:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 99:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 100:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 101:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 102:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 103:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 104:
0 libsystem_pthread.dylib 0x1815be884 start_wqthread + 0
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x000000010df0df81 x5: 0x000000016fce7460 x6: 0x000000000000006e x7: 0x0000000000000b90
x8: 0x00000001032d0580 x9: 0x1f3e14ca92f5bb0b x10: 0x000000016fce6ec0 x11: 0x000000000000000b
x12: 0x0000000000000000 x13: 0x0000000072404800 x14: 0x0000000000000010 x15: 0x0000000000000002
x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x00000001462d41c0 x19: 0x0000000000000006
x20: 0x00000001032d0580 x21: 0x0000000000000103 x22: 0x0000000000000004 x23: 0x000000010ba14d40
x24: 0x000000000000000f x25: 0x00006000004a0d40 x26: 0x00006000004a1c80 x27: 0x0000000000000000
x28: 0x0000000000000000 fp: 0x000000016fce73d0 lr: 0x00000001815c3380
sp: 0x000000016fce73b0 pc: 0x0000000181571a60 cpsr: 0x40001000
far: 0x00000001121f8008 esr: 0x56000080 Address size fault
Binary Images:
0x181569000 - 0x18159cfff libsystem_kernel.dylib (*) /usr/lib/system/libsystem_kernel.dylib
0x1815bc000 - 0x1815c8fff libsystem_pthread.dylib (*) <0c35ca59-6c83-3758-966f-c69972e2cee8> /usr/lib/system/libsystem_pthread.dylib
0x10de40000 - 0x10debffff libsystem_c.dylib (*) <9c7d30ea-2487-32d2-a022-bca0a15628c4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib
0x10def8000 - 0x10df13fff libc++abi.dylib (*) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib
0x104b8c000 - 0x104bbffff libobjc.A.dylib (*) <22330d97-ba81-30f1-ba94-b9879f9f23bf> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib
0x10b9b4000 - 0x10b9f7fff libdispatch.dylib (*) <00a1d5e5-18c3-3ff6-b4b1-34e1d3856727> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
0x10cd9c000 - 0x10d1cbfff com.apple.CoreFoundation (6.9) <3b05273d-3bbf-321d-8274-b848d167fd37> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x13bcac000 - 0x13bd47fff com.apple.dt.XCTestCore (13.2) <9b596211-583b-363f-96ba-d2a88eb83919> /Users/USER/Library/Developer/Xcode/DerivedData/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz/Build/Products/Debug-iphonesimulator/AlphaWallet.app/Frameworks/XCTestCore.framework/XCTestCore
0x1031f0000 - 0x1031f3fff libXCTestBundleInject.dylib (*) /Users/USER/Library/Developer/Xcode/DerivedData/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz/Build/Products/Debug-iphonesimulator/AlphaWallet.app/Frameworks/libXCTestBundleInject.dylib
0x1131c8000 - 0x1131d3fff com.apple.GraphicsServices (1.0) <01858b6b-f559-3623-9aaf-d03b35fccf3c> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x11e3c4000 - 0x11fb1ffff com.apple.UIKitCore (1.0) <08a5560d-3f2b-3b52-a202-add2a39b5d30> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x100114000 - 0x10113ffff com.stormbird.alphawallet (3.34) /Users/USER/Library/Developer/CoreSimulator/Devices/F0295EF8-1E92-4287-A3B8-D215371D0D77/data/Containers/Bundle/Application/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C/AlphaWallet.app/AlphaWallet
0x103138000 - 0x103173fff dyld_sim (*) <4f051b2d-f44f-31d5-8c60-061d25c5d57e> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
0x103258000 - 0x1032b7fff dyld (*) <7e92b284-4b90-3b68-b31a-3ddc4c0e8d40> /usr/lib/dyld
0x107964000 - 0x107c5ffff com.apple.Foundation (6.9) <19f16173-af39-3bfe-aef4-ec9cb4d4ffa0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
0x1094bc000 - 0x109bcbfff org.cocoapods.Realm (5.5.1) <36a089ee-ae6e-3997-ba0f-0acc9f4fa8d5> /Users/USER/Library/Developer/CoreSimulator/Devices/F0295EF8-1E92-4287-A3B8-D215371D0D77/data/Containers/Bundle/Application/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C/AlphaWallet.app/Frameworks/Realm.framework/Realm
0x104c1c000 - 0x1050a3fff com.apple.CFNetwork (1327.0.4) <1ef8611e-6d15-3c4f-abb5-4ce1248093ff> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x103668000 - 0x1036c7fff libc++.1.dylib (*) <0b16a27c-16a3-3281-9baf-04cf060e5d79> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib
0x1211a0000 - 0x1222e7fff com.apple.JavaScriptCore (8612) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x10e418000 - 0x10e797fff libswiftCore.dylib (*) <04093994-ce47-33d1-af71-a6838f850186> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCore.dylib
0x10335c000 - 0x103367fff org.cocoapods.AlphaWalletAddress (1.0.1) <4e80a1cb-e330-35a9-b84e-4b657f52ff0c> /Users/USER/Library/Developer/CoreSimulator/Devices/F0295EF8-1E92-4287-A3B8-D215371D0D77/data/Containers/Bundle/Application/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C/AlphaWallet.app/Frameworks/AlphaWalletAddress.framework/AlphaWalletAddress
0x103eec000 - 0x103f7ffff org.cocoapods.Alamofire (4.9.1) <9bbc4599-306e-3fba-b76d-2757c78c1589> /Users/USER/Library/Developer/CoreSimulator/Devices/F0295EF8-1E92-4287-A3B8-D215371D0D77/data/Containers/Bundle/Application/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C/AlphaWallet.app/Frameworks/Alamofire.framework/Alamofire
0x10b458000 - 0x10b45ffff libsystem_dnssd.dylib (*) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_dnssd.dylib
0x112414000 - 0x112cf7fff libnetwork.dylib (*) <42499bab-5c2f-3ae3-b93b-7a0c08b65da2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libnetwork.dylib
0x10bb44000 - 0x10bb6bfff libsystem_malloc.dylib (*) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_malloc.dylib
0x1053c4000 - 0x1054b7fff org.cocoapods.CryptoSwift (1.4.2) <9e9b74d2-d0fd-358e-b8d5-0a7b2fd589a1> /Users/USER/Library/Developer/CoreSimulator/Devices/F0295EF8-1E92-4287-A3B8-D215371D0D77/data/Containers/Bundle/Application/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C/AlphaWallet.app/Frameworks/CryptoSwift.framework/CryptoSwift
0x107610000 - 0x10762ffff org.cocoapods.TrustKeystore (0.1.3) /Users/USER/Library/Developer/CoreSimulator/Devices/F0295EF8-1E92-4287-A3B8-D215371D0D77/data/Containers/Bundle/Application/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C/AlphaWallet.app/Frameworks/TrustKeystore.framework/TrustKeystore
0x10d688000 - 0x10d98bfff libswiftFoundation.dylib (*) <5204611d-490f-3be0-9dff-dbc74c5487f8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftFoundation.dylib
0x104ad8000 - 0x104afffff org.cocoapods.Moya (10.0.2) <006ecea7-7f11-3059-975f-9075e1450353> /Users/USER/Library/Developer/CoreSimulator/Devices/F0295EF8-1E92-4287-A3B8-D215371D0D77/data/Containers/Bundle/Application/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C/AlphaWallet.app/Frameworks/Moya.framework/Moya
0x1052d0000 - 0x105323fff org.cocoapods.PromiseKit (6.3.5) /Users/USER/Library/Developer/CoreSimulator/Devices/F0295EF8-1E92-4287-A3B8-D215371D0D77/data/Containers/Bundle/Application/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C/AlphaWallet.app/Frameworks/PromiseKit.framework/PromiseKit
0x10e06c000 - 0x10e09ffff libxpc.dylib (*) <9559d9f5-cb79-3562-a157-802b751bd4f7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libxpc.dylib
0x114988000 - 0x1149dbfff com.apple.RunningBoardServices (1.0) <090b2743-c89a-3eb0-afd7-26d43c4779b5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x10fba0000 - 0x110477fff com.apple.WebKit (8612) <65156099-2e25-32b8-ac2e-1b820db483d7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/WebKit.framework/WebKit
0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
EOF
-----------
Full Report
-----------
{"app_name":"AlphaWallet","timestamp":"2022-01-19 10:08:45.00 +0800","app_version":"3.34","slice_uuid":"edc6de46-c165-36c9-a4c8-9b480379dcff","build_version":"417","platform":7,"bundleID":"com.stormbird.alphawallet","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.1 (21C52)","incident_id":"3CEEC58D-FBED-4541-99A1-EFF8217A9FF8","name":"AlphaWallet"}
{
"uptime" : 7600,
"procLaunch" : "2022-01-19 10:08:02.7259 +0800",
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookAir10,1",
"procStartAbsTime" : 184146004628,
"coalitionID" : 4681,
"osVersion" : {
"train" : "macOS 12.1",
"build" : "21C52",
"releaseType" : "User"
},
"captureTime" : "2022-01-19 10:08:24.3981 +0800",
"incident" : "3CEEC58D-FBED-4541-99A1-EFF8217A9FF8",
"bug_type" : "309",
"pid" : 30033,
"procExitAbsTime" : 184656034720,
"translated" : false,
"cpuType" : "ARM-64",
"procName" : "AlphaWallet",
"procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/F0295EF8-1E92-4287-A3B8-D215371D0D77\/data\/Containers\/Bundle\/Application\/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C\/AlphaWallet.app\/AlphaWallet",
"bundleInfo" : {"CFBundleShortVersionString":"3.34","CFBundleVersion":"417","CFBundleIdentifier":"com.stormbird.alphawallet"},
"storeInfo" : {"deviceIdentifierForVendor":"99CFFF1B-A8A5-524A-B531-D0410DB64FAC","thirdParty":true},
"parentProc" : "launchd_sim",
"parentPid" : 29692,
"coalitionName" : "com.apple.CoreSimulator.SimDevice.F0295EF8-1E92-4287-A3B8-D215371D0D77",
"crashReporterKey" : "E57D0CFE-860B-29C3-8A7A-51E2FB8A5875",
"responsiblePid" : 1359,
"responsibleProc" : "SimulatorTrampoline",
"wakeTime" : 428,
"sleepWakeUUID" : "E8C86F60-8472-444A-AF4F-E16460D7DE8F",
"sip" : "enabled",
"isCorpse" : 1,
"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
"asi" : {"dyld_sim":["dyld4 config: DYLD_ROOT_PATH=\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot DYLD_LIBRARY_PATH=\/Users\/jerome\/Library\/Developer\/Xcode\/DerivedData\/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz\/Build\/Products\/Debug-iphonesimulator DYLD_INSERT_LIBRARIES=\/Users\/jerome\/Library\/Developer\/Xcode\/DerivedData\/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz\/Build\/Products\/Debug-iphonesimulator\/AlphaWallet.app\/Frameworks\/libXCTestBundleInject.dylib:\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libMainThreadChecker.dylib DYLD_FRAMEWORK_PATH=\/Users\/jerome\/Library\/Developer\/Xcode\/DerivedData\/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz\/Build\/Products\/Debug-iphonesimulator:\/Users\/jerome\/Library\/Developer\/Xcode\/DerivedData\/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz\/Build\/Products\/Debug-iphonesimulator\/PackageFrameworks"],"libsystem_sim_platform.dylib":["CoreSimulator 783.5 - Device: iPhone 12 (F0295EF8-1E92-4287-A3B8-D215371D0D77) - Runtime: iOS 15.2 (19C51) - DeviceType: iPhone 12"],"libc++abi.dylib":["terminating with uncaught exception of type NSException"],"CoreFoundation":["*** Terminating app due to uncaught exception 'RLMException', reason: 'Object has been deleted or invalidated.'"],"dyld":["dyld4 config: DYLD_ROOT_PATH=\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot DYLD_LIBRARY_PATH=\/Users\/jerome\/Library\/Developer\/Xcode\/DerivedData\/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz\/Build\/Products\/Debug-iphonesimulator DYLD_INSERT_LIBRARIES=\/Users\/jerome\/Library\/Developer\/Xcode\/DerivedData\/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz\/Build\/Products\/Debug-iphonesimulator\/AlphaWallet.app\/Frameworks\/libXCTestBundleInject.dylib:\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libMainThreadChecker.dylib DYLD_FRAMEWORK_PATH=\/Users\/jerome\/Library\/Developer\/Xcode\/DerivedData\/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz\/Build\/Products\/Debug-iphonesimulator:\/Users\/jerome\/Library\/Developer\/Xcode\/DerivedData\/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz\/Build\/Products\/Debug-iphonesimulator\/PackageFrameworks"],"libsystem_c.dylib":["abort() called"]},
"asiBacktraces" : ["0 CoreFoundation 0x000000010ceb2188 __exceptionPreprocess + 236\n1 libobjc.A.dylib 0x0000000104bad384 objc_exception_throw + 56\n2 Realm 0x00000001095fa9dc _ZL17RLMVerifyAttachedP13RLMObjectBase + 72\n3 Realm 0x00000001095ffb24 _ZN12_GLOBAL__N_18getBoxedIN5realm10StringDataEEEP11objc_objectP13RLMObjectBasem + 36\n4 Realm 0x00000001095ffaf4 ___ZN12_GLOBAL__N_115makeBoxedGetterIN5realm10StringDataEEEP11objc_objectm_block_invoke + 40\n5 AlphaWallet 0x00000001005d9060 $s11AlphaWallet17TokenObjectsCache33_DF79C22B082D8F64264D714E20AD28B1LLC06updateE010PromiseKit0P0CySayAA0C6ObjectCGGyFyAKcfU0_SbAJXEfU_ + 92\n6 AlphaWallet 0x00000001005d90e0 $s11AlphaWallet11TokenObjectCSbs5Error_pIggdzo_ACSbsAD_pIegndzo_TR + 28\n7 AlphaWallet 0x00000001005f7f0c $s11AlphaWallet11TokenObjectCSbs5Error_pIggdzo_ACSbsAD_pIegndzo_TRTA.87 + 28\n8 libswiftCore.dylib 0x000000010e4810b0 $sSlsE10firstIndex5where0B0QzSgSb7ElementQzKXE_tKF + 516\n9 AlphaWallet 0x00000001005d8e64 $s11AlphaWallet17TokenObjectsCache33_DF79C22B082D8F64264D714E20AD28B1LLC06updateE010PromiseKit0P0CySayAA0C6ObjectCGGyFyAKcfU0_ + 520\n10 AlphaWallet 0x00000001005d9144 $sSay11AlphaWallet11TokenObjectCGs5Error_pIeggzo_ADsAE_pIegnzo_TR + 28\n11 AlphaWallet 0x00000001005f7eb4 $sSay11AlphaWallet11TokenObjectCGs5Error_pIeggzo_ADsAE_pIegnzo_TRTA + 28\n12 PromiseKit 0x000000010530a8e8 $s10PromiseKit8ThenablePAAE3get2on5flags_AA0A0Cy1TQzGSo17OS_dispatch_queueCSg_8Dispatch0J13WorkItemFlagsVSgyAJKctFA2JKcfU_ + 140\n13 PromiseKit 0x000000010530a9c0 $s10PromiseKit8ThenablePAAE3get2on5flags_AA0A0Cy1TQzGSo17OS_dispatch_queueCSg_8Dispatch0J13WorkItemFlagsVSgyAJKctFA2JKcfU_TA + 44\n14 PromiseKit 0x000000010530929c $s10PromiseKit8ThenablePAAE3map2on5flags_AA0A0Cyqd__GSo17OS_dispatch_queueCSg_8Dispatch0J13WorkItemFlagsVSgqd__1TQzKctlFyAA6ResultOyARGcfU_yycfU_ + 280\n15 PromiseKit 0x00000001052e1ba8 $sIeg_IeyB_TR + 48\n16 libdispatch.dylib 0x000000010b9b5db0 _dispatch_call_block_and_release + 24\n17 libdispatch.dylib 0x000000010b9b75a4 _dispatch_client_callout + 16\n18 libdispatch.dylib 0x000000010b9c4fc8 _dispatch_main_queue_callback_4CF + 996\n19 CoreFoundation 0x000000010ce20cd4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12\n20 CoreFoundation 0x000000010ce1b244 __CFRunLoopRun + 2448\n21 CoreFoundation 0x000000010ce1a3a8 CFRunLoopRunSpecific + 572\n22 XCTestCore 0x000000013bce4554 -[XCTWaiter waitForExpectations:timeout:enforceOrder:] + 820\n23 XCTestCore 0x000000013bce67e0 +[XCTWaiter waitForExpectations:timeout:enforceOrder:] + 96\n24 XCTestCore 0x000000013bcdaf5c -[XCTestDriver _reportFinishedExecutingTests] + 384\n25 XCTestCore 0x000000013bcdabd4 -[XCTestDriver _runTests] + 1640\n26 XCTestCore 0x000000013bcaf7e0 _XCTestMain + 116\n27 libXCTestBundleInject.dylib 0x00000001031f38c0 __copy_helper_block_e8_32s + 0\n28 CoreFoundation 0x000000010ce21030 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 20\n29 CoreFoundation 0x000000010ce202f4 __CFRunLoopDoBlocks + 408\n30 CoreFoundation 0x000000010ce1abb0 __CFRunLoopRun + 764\n31 CoreFoundation 0x000000010ce1a3a8 CFRunLoopRunSpecific + 572\n32 GraphicsServices 0x00000001131cb5ec GSEventRunModal + 160\n33 UIKitCore 0x000000011efce7ac -[UIApplication _run] + 992\n34 UIKitCore 0x000000011efd32e8 UIApplicationMain + 112\n35 AlphaWallet 0x00000001004ede8c main + 64\n36 dyld 0x0000000103139ca0 start_sim + 20\n37 ??? 0x000000010325d0f4 0x0 + 4347777268\n38 ??? 0x0120800000000000 0x0 + 81205530781024256"],
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":10},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"lastExceptionBacktrace" : [{"imageOffset":1139060,"symbol":"__exceptionPreprocess","symbolLocation":216,"imageIndex":6},{"imageOffset":136068,"symbol":"objc_exception_throw","symbolLocation":56,"imageIndex":4},{"imageOffset":1305052,"sourceLine":44,"sourceFile":"RLMObject_Private.hpp","symbol":"RLMVerifyAttached(RLMObjectBase*)","imageIndex":15,"symbolLocation":72},{"imageOffset":1325860,"sourceLine":68,"sourceFile":"RLMAccessor.mm","symbol":"objc_object* (anonymous namespace)::getBoxed(RLMObjectBase*, unsigned long)","imageIndex":15,"symbolLocation":36},{"imageOffset":1325812,"sourceLine":236,"sourceFile":"RLMAccessor.mm","symbol":"invocation function for block in objc_object* (anonymous namespace)::makeBoxedGetter(unsigned long)","imageIndex":15,"symbolLocation":40},{"imageOffset":5001312,"sourceLine":132,"sourceFile":"ActivitiesService.swift","symbol":"closure #1 in closure #2 in TokenObjectsCache.updateCache()","imageIndex":11,"symbolLocation":92},{"imageOffset":5001440,"sourceFile":"","symbol":"thunk for @callee_guaranteed (@guaranteed TokenObject) -> (@unowned Bool, @error @owned Error)","symbolLocation":28,"imageIndex":11},{"imageOffset":5127948,"sourceFile":"","symbol":"thunk for @callee_guaranteed (@guaranteed TokenObject) -> (@unowned Bool, @error @owned Error)partial apply","symbolLocation":28,"imageIndex":11},{"imageOffset":430256,"symbol":"Collection.firstIndex(where:)","symbolLocation":516,"imageIndex":19},{"imageOffset":5000804,"sourceLine":132,"sourceFile":"ActivitiesService.swift","symbol":"closure #2 in TokenObjectsCache.updateCache()","imageIndex":11,"symbolLocation":520},{"imageOffset":5001540,"sourceFile":"","symbol":"thunk for @escaping @callee_guaranteed (@guaranteed [TokenObject]) -> (@error @owned Error)","symbolLocation":28,"imageIndex":11},{"imageOffset":5127860,"sourceFile":"","symbol":"partial apply for thunk for @escaping @callee_guaranteed (@guaranteed [TokenObject]) -> (@error @owned Error)","symbolLocation":28,"imageIndex":11},{"imageOffset":239848,"sourceLine":186,"sourceFile":"Thenable.swift","symbol":"closure #1 in Thenable.get(on:flags:_:)","imageIndex":29,"symbolLocation":140},{"imageOffset":240064,"sourceFile":"","symbol":"partial apply for closure #1 in Thenable.get(on:flags:_:)","symbolLocation":44,"imageIndex":29},{"imageOffset":234140,"sourceLine":78,"sourceFile":"Thenable.swift","symbol":"closure #1 in closure #1 in Thenable.map(on:flags:_:)","imageIndex":29,"symbolLocation":280},{"imageOffset":72616,"sourceFile":"","symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":48,"imageIndex":29},{"imageOffset":7600,"symbol":"_dispatch_call_block_and_release","symbolLocation":24,"imageIndex":5},{"imageOffset":13732,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":5},{"imageOffset":69576,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":996,"imageIndex":5},{"imageOffset":543956,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":12,"imageIndex":6},{"imageOffset":520772,"symbol":"__CFRunLoopRun","symbolLocation":2448,"imageIndex":6},{"imageOffset":517032,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":6},{"imageOffset":230740,"symbol":"-[XCTWaiter waitForExpectations:timeout:enforceOrder:]","symbolLocation":820,"imageIndex":7},{"imageOffset":239584,"symbol":"+[XCTWaiter waitForExpectations:timeout:enforceOrder:]","symbolLocation":96,"imageIndex":7},{"imageOffset":192348,"symbol":"-[XCTestDriver _reportFinishedExecutingTests]","symbolLocation":384,"imageIndex":7},{"imageOffset":191444,"symbol":"-[XCTestDriver _runTests]","symbolLocation":1640,"imageIndex":7},{"imageOffset":14304,"symbol":"_XCTestMain","symbolLocation":116,"imageIndex":7},{"imageOffset":14528,"symbol":"__copy_helper_block_e8_32s","symbolLocation":0,"imageIndex":8},{"imageOffset":544816,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":20,"imageIndex":6},{"imageOffset":541428,"symbol":"__CFRunLoopDoBlocks","symbolLocation":408,"imageIndex":6},{"imageOffset":519088,"symbol":"__CFRunLoopRun","symbolLocation":764,"imageIndex":6},{"imageOffset":517032,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":6},{"imageOffset":13804,"symbol":"GSEventRunModal","symbolLocation":160,"imageIndex":9},{"imageOffset":12625836,"symbol":"-[UIApplication _run]","symbolLocation":992,"imageIndex":10},{"imageOffset":12645096,"symbol":"UIApplicationMain","symbolLocation":112,"imageIndex":10},{"imageOffset":4038284,"sourceLine":10,"sourceFile":"AppDelegate.swift","symbol":"main","imageIndex":11,"symbolLocation":64},{"imageOffset":7328,"symbol":"start_sim","symbolLocation":20,"imageIndex":12},{"imageOffset":20724,"symbol":"start","symbolLocation":520,"imageIndex":13},{"imageOffset":81205530781024256,"imageIndex":33}],
"faultingThread" : 0,
"threads" : [{"triggered":true,"id":157234,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":4528856961},{"value":6170768480},{"value":110},{"value":2960},{"value":4348249472,"symbolLocation":0,"symbol":"_main_thread"},{"value":2251259724013353739},{"value":6170767040},{"value":11},{"value":0},{"value":1916815360},{"value":16},{"value":2},{"value":328},{"value":0},{"value":5472338368},{"value":6},{"value":4348249472,"symbolLocation":0,"symbol":"_main_thread"},{"value":259},{"value":4},{"value":4490087744,"symbolLocation":0,"symbol":"_dispatch_main_q"},{"value":15},{"value":105553121119552},{"value":105553121123456},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6465270656},"cpsr":{"value":1073745920},"fp":{"value":6170768336},"sp":{"value":6170768304},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6464936544,"matchesCrashFrame":1},"far":{"value":4599021576}},"queue":"com.apple.main-thread","frames":[{"imageOffset":35424,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":0},{"imageOffset":29568,"symbol":"pthread_kill","symbolLocation":256,"imageIndex":1},{"imageOffset":476120,"symbol":"abort","symbolLocation":120,"imageIndex":2},{"imageOffset":77460,"symbol":"abort_message","symbolLocation":128,"imageIndex":3},{"imageOffset":19608,"symbol":"demangling_terminate_handler()","symbolLocation":296,"imageIndex":3},{"imageOffset":20100,"symbol":"_objc_terminate()","symbolLocation":124,"imageIndex":4},{"imageOffset":74584,"symbol":"std::__terminate(void (*)())","symbolLocation":16,"imageIndex":3},{"imageOffset":74496,"symbol":"std::terminate()","symbolLocation":60,"imageIndex":3},{"imageOffset":13752,"symbol":"_dispatch_client_callout","symbolLocation":36,"imageIndex":5},{"imageOffset":69576,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":996,"imageIndex":5},{"imageOffset":543956,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":12,"imageIndex":6},{"imageOffset":520772,"symbol":"__CFRunLoopRun","symbolLocation":2448,"imageIndex":6},{"imageOffset":517032,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":6},{"imageOffset":230740,"symbol":"-[XCTWaiter waitForExpectations:timeout:enforceOrder:]","symbolLocation":820,"imageIndex":7},{"imageOffset":239584,"symbol":"+[XCTWaiter waitForExpectations:timeout:enforceOrder:]","symbolLocation":96,"imageIndex":7},{"imageOffset":192348,"symbol":"-[XCTestDriver _reportFinishedExecutingTests]","symbolLocation":384,"imageIndex":7},{"imageOffset":191444,"symbol":"-[XCTestDriver _runTests]","symbolLocation":1640,"imageIndex":7},{"imageOffset":14304,"symbol":"_XCTestMain","symbolLocation":116,"imageIndex":7},{"imageOffset":14528,"symbol":"__RunTests_block_invoke_2","symbolLocation":16,"imageIndex":8},{"imageOffset":544816,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":20,"imageIndex":6},{"imageOffset":541428,"symbol":"__CFRunLoopDoBlocks","symbolLocation":408,"imageIndex":6},{"imageOffset":519088,"symbol":"__CFRunLoopRun","symbolLocation":764,"imageIndex":6},{"imageOffset":517032,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":6},{"imageOffset":13804,"symbol":"GSEventRunModal","symbolLocation":160,"imageIndex":9},{"imageOffset":12625836,"symbol":"-[UIApplication _run]","symbolLocation":992,"imageIndex":10},{"imageOffset":12645096,"symbol":"UIApplicationMain","symbolLocation":112,"imageIndex":10},{"imageOffset":4038284,"sourceLine":10,"sourceFile":"AppDelegate.swift","symbol":"main","imageIndex":11,"symbolLocation":64},{"imageOffset":7328,"symbol":"start_sim","symbolLocation":20,"imageIndex":12},{"imageOffset":20724,"symbol":"start","symbolLocation":520,"imageIndex":13}]},{"id":157347,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":4176,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":5104,"symbol":"mach_msg","symbolLocation":72,"imageIndex":0},{"imageOffset":542736,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":368,"imageIndex":6},{"imageOffset":519460,"symbol":"__CFRunLoopRun","symbolLocation":1136,"imageIndex":6},{"imageOffset":517032,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":6},{"imageOffset":1207828,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":232,"imageIndex":14},{"imageOffset":1208524,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":88,"imageIndex":14},{"imageOffset":13364068,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":472,"imageIndex":10},{"imageOffset":1378684,"symbol":"__NSThread__start__","symbolLocation":788,"imageIndex":14},{"imageOffset":30348,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":10392,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":157348,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":157349,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":157350,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":157364,"name":"Realm notification listener","frames":[{"imageOffset":27236,"symbol":"kevent","symbolLocation":8,"imageIndex":0},{"imageOffset":307848,"sourceLine":216,"sourceFile":"external_commit_helper.cpp","symbol":"realm::_impl::ExternalCommitHelper::listen()","imageIndex":15,"symbolLocation":340},{"imageOffset":325748,"sourceLine":173,"sourceFile":"external_commit_helper.cpp","symbol":"realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0::operator()() const","imageIndex":15,"symbolLocation":28},{"imageOffset":325648,"sourceLine":3694,"sourceFile":"type_traits","symbol":"decltype(std::__1::forward(fp)()) std::__1::__invoke(realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0&&)","imageIndex":15,"symbolLocation":28},{"imageOffset":325544,"sourceLine":286,"sourceFile":"thread","symbol":"void std::__1::__thread_execute >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>(std::__1::tuple >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>&, std::__1::__tuple_indices<>)","imageIndex":15,"symbolLocation":32},{"imageOffset":323496,"sourceLine":297,"sourceFile":"thread","symbol":"void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*)","imageIndex":15,"symbolLocation":80},{"imageOffset":30348,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":10392,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":157365,"name":"Realm notification listener","frames":[{"imageOffset":27236,"symbol":"kevent","symbolLocation":8,"imageIndex":0},{"imageOffset":307848,"sourceLine":216,"sourceFile":"external_commit_helper.cpp","symbol":"realm::_impl::ExternalCommitHelper::listen()","imageIndex":15,"symbolLocation":340},{"imageOffset":325748,"sourceLine":173,"sourceFile":"external_commit_helper.cpp","symbol":"realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0::operator()() const","imageIndex":15,"symbolLocation":28},{"imageOffset":325648,"sourceLine":3694,"sourceFile":"type_traits","symbol":"decltype(std::__1::forward(fp)()) std::__1::__invoke(realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0&&)","imageIndex":15,"symbolLocation":28},{"imageOffset":325544,"sourceLine":286,"sourceFile":"thread","symbol":"void std::__1::__thread_execute >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>(std::__1::tuple >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>&, std::__1::__tuple_indices<>)","imageIndex":15,"symbolLocation":32},{"imageOffset":323496,"sourceLine":297,"sourceFile":"thread","symbol":"void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*)","imageIndex":15,"symbolLocation":80},{"imageOffset":30348,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":10392,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":157372,"name":"com.apple.NSURLConnectionLoader","frames":[{"imageOffset":4176,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":5104,"symbol":"mach_msg","symbolLocation":72,"imageIndex":0},{"imageOffset":542736,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":368,"imageIndex":6},{"imageOffset":519460,"symbol":"__CFRunLoopRun","symbolLocation":1136,"imageIndex":6},{"imageOffset":517032,"symbol":"CFRunLoopRunSpecific","symbolLocation":572,"imageIndex":6},{"imageOffset":2289100,"imageIndex":16},{"imageOffset":1378684,"symbol":"__NSThread__start__","symbolLocation":788,"imageIndex":14},{"imageOffset":30348,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":10392,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":157373,"name":"JavaScriptCore bmalloc scavenger","frames":[{"imageOffset":17604,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":31812,"symbol":"_pthread_cond_wait","symbolLocation":1216,"imageIndex":1},{"imageOffset":52548,"symbol":"std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point > >)","symbolLocation":96,"imageIndex":17},{"imageOffset":17019508,"symbol":"bmalloc::Scavenger::threadRunLoop()","symbolLocation":700,"imageIndex":18},{"imageOffset":17017736,"symbol":"bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*)","symbolLocation":12,"imageIndex":18},{"imageOffset":17023212,"symbol":"void* std::__1::__thread_proxy >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*)","symbolLocation":44,"imageIndex":18},{"imageOffset":30348,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":10392,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":157405,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":157430,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":157445,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":157447,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":157449,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":157949,"name":"Realm notification listener","frames":[{"imageOffset":27236,"symbol":"kevent","symbolLocation":8,"imageIndex":0},{"imageOffset":307848,"sourceLine":216,"sourceFile":"external_commit_helper.cpp","symbol":"realm::_impl::ExternalCommitHelper::listen()","imageIndex":15,"symbolLocation":340},{"imageOffset":325748,"sourceLine":173,"sourceFile":"external_commit_helper.cpp","symbol":"realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0::operator()() const","imageIndex":15,"symbolLocation":28},{"imageOffset":325648,"sourceLine":3694,"sourceFile":"type_traits","symbol":"decltype(std::__1::forward(fp)()) std::__1::__invoke(realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0&&)","imageIndex":15,"symbolLocation":28},{"imageOffset":325544,"sourceLine":286,"sourceFile":"thread","symbol":"void std::__1::__thread_execute >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>(std::__1::tuple >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>&, std::__1::__tuple_indices<>)","imageIndex":15,"symbolLocation":32},{"imageOffset":323496,"sourceLine":297,"sourceFile":"thread","symbol":"void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*)","imageIndex":15,"symbolLocation":80},{"imageOffset":30348,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":10392,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":157950,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":157951,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":157952,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":157954,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158175,"queue":"SynchronizedArrayAccess","frames":[{"imageOffset":2925108,"symbol":"_swift_getGenericMetadata(swift::MetadataRequest, void const* const*, swift::TargetTypeContextDescriptor const*)","symbolLocation":180,"imageIndex":19},{"imageOffset":2815548,"symbol":"__swift_instantiateCanonicalPrespecializedGenericMetadata","symbolLocation":32,"imageIndex":19},{"imageOffset":2815548,"symbol":"__swift_instantiateCanonicalPrespecializedGenericMetadata","symbolLocation":32,"imageIndex":19},{"imageOffset":36012,"sourceFile":"","symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":20,"imageIndex":20},{"imageOffset":7600,"symbol":"_dispatch_call_block_and_release","symbolLocation":24,"imageIndex":5},{"imageOffset":13732,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":5},{"imageOffset":42612,"symbol":"_dispatch_lane_serial_drain","symbolLocation":652,"imageIndex":5},{"imageOffset":45568,"symbol":"_dispatch_lane_invoke","symbolLocation":400,"imageIndex":5},{"imageOffset":88676,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":744,"imageIndex":5},{"imageOffset":15060,"symbol":"_pthread_wqthread","symbolLocation":284,"imageIndex":1},{"imageOffset":10380,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":1}]},{"id":158180,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158192,"name":"Realm notification listener","frames":[{"imageOffset":27236,"symbol":"kevent","symbolLocation":8,"imageIndex":0},{"imageOffset":307848,"sourceLine":216,"sourceFile":"external_commit_helper.cpp","symbol":"realm::_impl::ExternalCommitHelper::listen()","imageIndex":15,"symbolLocation":340},{"imageOffset":325748,"sourceLine":173,"sourceFile":"external_commit_helper.cpp","symbol":"realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0::operator()() const","imageIndex":15,"symbolLocation":28},{"imageOffset":325648,"sourceLine":3694,"sourceFile":"type_traits","symbol":"decltype(std::__1::forward(fp)()) std::__1::__invoke(realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0&&)","imageIndex":15,"symbolLocation":28},{"imageOffset":325544,"sourceLine":286,"sourceFile":"thread","symbol":"void std::__1::__thread_execute >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>(std::__1::tuple >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>&, std::__1::__tuple_indices<>)","imageIndex":15,"symbolLocation":32},{"imageOffset":323496,"sourceLine":297,"sourceFile":"thread","symbol":"void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*)","imageIndex":15,"symbolLocation":80},{"imageOffset":30348,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":1},{"imageOffset":10392,"symbol":"thread_start","symbolLocation":8,"imageIndex":1}]},{"id":158336,"queue":"SynchronizedArrayAccess","frames":[{"imageOffset":43140,"symbol":"DYLD-STUB$$swift_beginAccess","symbolLocation":0,"imageIndex":20},{"imageOffset":35808,"sourceLine":25,"sourceFile":"ThreadSafeDictionary.swift","symbol":"closure #1 in ThreadSafeDictionary.subscript.setter","imageIndex":20,"symbolLocation":152},{"imageOffset":36012,"sourceFile":"","symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":20,"imageIndex":20},{"imageOffset":7600,"symbol":"_dispatch_call_block_and_release","symbolLocation":24,"imageIndex":5},{"imageOffset":13732,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":5},{"imageOffset":42612,"symbol":"_dispatch_lane_serial_drain","symbolLocation":652,"imageIndex":5},{"imageOffset":45568,"symbol":"_dispatch_lane_invoke","symbolLocation":400,"imageIndex":5},{"imageOffset":88676,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":744,"imageIndex":5},{"imageOffset":15060,"symbol":"_pthread_wqthread","symbolLocation":284,"imageIndex":1},{"imageOffset":10380,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":1}]},{"id":158347,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158348,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158349,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158350,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158351,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158352,"queue":"com.apple.root.utility-qos","frames":[{"imageOffset":208408,"sourceFile":"","symbol":"type metadata accessor for UploadRequest.Uploadable","symbolLocation":0,"imageIndex":21},{"imageOffset":3060972,"symbol":"(anonymous namespace)::DecodedMetadataBuilder::createBoundGenericType(swift::TargetContextDescriptor const*, __swift::__runtime::llvm::ArrayRef const*>, swift::TargetMetadata const*) const","symbolLocation":308,"imageIndex":19},{"imageOffset":3040696,"symbol":"swift::Demangle::__runtime::TypeDecoder<(anonymous namespace)::DecodedMetadataBuilder>::decodeMangledType(swift::Demangle::__runtime::Node*)","symbolLocation":2064,"imageIndex":19},{"imageOffset":3039244,"symbol":"swift::Demangle::__runtime::TypeDecoder<(anonymous namespace)::DecodedMetadataBuilder>::decodeMangledType(swift::Demangle::__runtime::Node*)","symbolLocation":612,"imageIndex":19},{"imageOffset":3035924,"symbol":"swift_getTypeByMangledNodeImpl(swift::MetadataRequest, swift::Demangle::__runtime::Demangler&, swift::Demangle::__runtime::Node*, void const* const*, std::__1::function const* (unsigned int, unsigned int)>, std::__1::function const* (swift::TargetMetadata const*, unsigned int)>)","symbolLocation":544,"imageIndex":19},{"imageOffset":3035284,"symbol":"swift::swift_getTypeByMangledNode(swift::MetadataRequest, swift::Demangle::__runtime::Demangler&, swift::Demangle::__runtime::Node*, void const* const*, std::__1::function const* (unsigned int, unsigned int)>, std::__1::function const* (swift::TargetMetadata const*, unsigned int)>)","symbolLocation":540,"imageIndex":19},{"imageOffset":3037192,"symbol":"swift_getTypeByMangledNameImpl(swift::MetadataRequest, __swift::__runtime::llvm::StringRef, void const* const*, std::__1::function const* (unsigned int, unsigned int)>, std::__1::function const* (swift::TargetMetadata const*, unsigned int)>)","symbolLocation":976,"imageIndex":19},{"imageOffset":3026764,"symbol":"swift::swift_getTypeByMangledName(swift::MetadataRequest, __swift::__runtime::llvm::StringRef, void const* const*, std::__1::function const* (unsigned int, unsigned int)>, std::__1::function const* (swift::TargetMetadata const*, unsigned int)>)","symbolLocation":540,"imageIndex":19},{"imageOffset":3027296,"symbol":"swift_getTypeByMangledNameInContext","symbolLocation":132,"imageIndex":19},{"imageOffset":15928,"sourceFile":"","symbol":"__swift_instantiateConcreteTypeFromMangledName","symbolLocation":84,"imageIndex":21},{"imageOffset":423164,"sourceLine":678,"sourceFile":"SessionManager.swift","symbol":"closure #1 in SessionManager.upload(multipartFormData:usingThreshold:with:queue:encodingCompletion:)","imageIndex":21,"symbolLocation":1668},{"imageOffset":68088,"sourceFile":"","symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":48,"imageIndex":21},{"imageOffset":7600,"symbol":"_dispatch_call_block_and_release","symbolLocation":24,"imageIndex":5},{"imageOffset":13732,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":5},{"imageOffset":83116,"symbol":"_dispatch_root_queue_drain","symbolLocation":736,"imageIndex":5},{"imageOffset":85288,"symbol":"_dispatch_worker_thread2","symbolLocation":160,"imageIndex":5},{"imageOffset":15000,"symbol":"_pthread_wqthread","symbolLocation":224,"imageIndex":1},{"imageOffset":10380,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":1}]},{"id":158353,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158354,"queue":"com.apple.CFNetwork.Connection","frames":[{"imageOffset":20768,"symbol":"__select_nocancel","symbolLocation":8,"imageIndex":0},{"imageOffset":12188,"symbol":"deliver_request","symbolLocation":1092,"imageIndex":22},{"imageOffset":15400,"symbol":"DNSServiceGetAddrInfo","symbolLocation":436,"imageIndex":22},{"imageOffset":2110384,"symbol":"nw_resolver_create_dns_service_locked","symbolLocation":420,"imageIndex":23},{"imageOffset":2106116,"symbol":"__nw_resolver_set_update_handler_block_invoke","symbolLocation":2488,"imageIndex":23},{"imageOffset":7393616,"symbol":"nw_queue_context_async_if_needed","symbolLocation":84,"imageIndex":23},{"imageOffset":2102392,"symbol":"nw_resolver_set_update_handler","symbolLocation":268,"imageIndex":23},{"imageOffset":5249916,"symbol":"-[NWConcrete_nw_endpoint_resolver startWithHandler:]","symbolLocation":1912,"imageIndex":23},{"imageOffset":1468980,"symbol":"nw_endpoint_handler_path_change","symbolLocation":12096,"imageIndex":23},{"imageOffset":1494688,"symbol":"nw_endpoint_handler_start","symbolLocation":1068,"imageIndex":23},{"imageOffset":5509812,"symbol":"__nw_connection_start_block_invoke","symbolLocation":608,"imageIndex":23},{"imageOffset":5500976,"symbol":"nw_connection_start","symbolLocation":216,"imageIndex":23},{"imageOffset":725384,"imageIndex":16},{"imageOffset":693424,"imageIndex":16},{"imageOffset":696760,"imageIndex":16},{"imageOffset":1175472,"imageIndex":16},{"imageOffset":644464,"imageIndex":16},{"imageOffset":1172216,"imageIndex":16},{"imageOffset":1187560,"imageIndex":16},{"imageOffset":1187884,"imageIndex":16},{"imageOffset":7600,"symbol":"_dispatch_call_block_and_release","symbolLocation":24,"imageIndex":5},{"imageOffset":13732,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":5},{"imageOffset":42612,"symbol":"_dispatch_lane_serial_drain","symbolLocation":652,"imageIndex":5},{"imageOffset":45624,"symbol":"_dispatch_lane_invoke","symbolLocation":456,"imageIndex":5},{"imageOffset":50300,"symbol":"_dispatch_workloop_invoke","symbolLocation":1780,"imageIndex":5},{"imageOffset":88676,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":744,"imageIndex":5},{"imageOffset":15060,"symbol":"_pthread_wqthread","symbolLocation":284,"imageIndex":1},{"imageOffset":10380,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":1}]},{"id":158495,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158496,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158497,"queue":"com.CoinTickersFetcher.updateQueue","frames":[{"imageOffset":67336,"symbol":"nanov2_free_to_block","symbolLocation":8,"imageIndex":24},{"imageOffset":557156,"symbol":"protocol witness for Collection.subscript.read in conformance [A : B].Keys","symbolLocation":32,"imageIndex":19},{"imageOffset":189824,"symbol":"IndexingIterator.next()","symbolLocation":428,"imageIndex":19},{"imageOffset":591984,"sourceLine":35,"sourceFile":"Generics.swift","symbol":"arrayOfBytes(value:length:)","imageIndex":25,"symbolLocation":616},{"imageOffset":603856,"sourceLine":28,"sourceFile":"Int+Extension.swift","symbol":"FixedWidthInteger.bytes(totalBytes:)","imageIndex":25,"symbolLocation":192},{"imageOffset":840184,"sourceLine":289,"sourceFile":"SHA3.swift","symbol":"closure #1 in SHA3.update(withBytes:isLast:)","imageIndex":25,"symbolLocation":116},{"imageOffset":840260,"sourceFile":"","symbol":"thunk for @callee_guaranteed (@inout [UInt8], @unowned UInt64) -> (@error @owned Error)","symbolLocation":28,"imageIndex":25},{"imageOffset":840344,"sourceFile":"","symbol":"partial apply for thunk for @callee_guaranteed (@inout [UInt8], @unowned UInt64) -> (@error @owned Error)","symbolLocation":28,"imageIndex":25},{"imageOffset":542912,"symbol":"Sequence.reduce(into:_:)","symbolLocation":472,"imageIndex":19},{"imageOffset":828456,"sourceLine":288,"sourceFile":"SHA3.swift","symbol":"SHA3.update(withBytes:isLast:)","imageIndex":25,"symbolLocation":2628},{"imageOffset":23580,"sourceFile":"","symbol":"SHA3.calculate(for:)","imageIndex":26,"symbolLocation":32,"inline":true},{"imageOffset":23580,"sourceLine":99,"sourceFile":"Address.swift","symbol":"specialized static Address.computeEIP55String(for:)","imageIndex":26,"symbolLocation":264},{"imageOffset":21644,"sourceFile":"","symbol":"static Address.computeEIP55String(for:)","imageIndex":26,"symbolLocation":12,"inline":true},{"imageOffset":21644,"sourceLine":39,"sourceFile":"Address.swift","symbol":"Address.init(string:)","imageIndex":26,"symbolLocation":164},{"imageOffset":25180,"sourceLine":32,"sourceFile":"AlphaWallet.swift","symbol":"specialized AlphaWallet.Address.init(string:)","imageIndex":20,"symbolLocation":232},{"imageOffset":20092,"sourceFile":"","symbol":"AlphaWallet.Address.init(string:)","symbolLocation":24,"imageIndex":20},{"imageOffset":2444072,"sourceLine":311,"sourceFile":"CoinTickersFetcher.swift","symbol":"closure #1 in Ticker.init(from:)","imageIndex":11,"symbolLocation":108},{"imageOffset":350612,"sourceFile":"","symbol":"thunk for @callee_guaranteed (@guaranteed String) -> (@owned AlphaWallet.Address?, @error @owned Error)","symbolLocation":44,"imageIndex":11},{"imageOffset":2446688,"sourceFile":"","symbol":"partial apply for thunk for @callee_guaranteed (@guaranteed String) -> (@owned AlphaWallet.Address?, @error @owned Error)","symbolLocation":28,"imageIndex":11},{"imageOffset":541244,"symbol":"Dictionary.compactMapValues(_:)","symbolLocation":1864,"imageIndex":19},{"imageOffset":2443304,"sourceLine":306,"sourceFile":"CoinTickersFetcher.swift","symbol":"Ticker.init(from:)","imageIndex":11,"symbolLocation":936},{"imageOffset":2445012,"sourceFile":"","symbol":"protocol witness for Decodable.init(from:) in conformance Ticker","symbolLocation":28,"imageIndex":11},{"imageOffset":2703240,"symbol":"dispatch thunk of Decodable.init(from:)","symbolLocation":16,"imageIndex":19},{"imageOffset":1295816,"symbol":"_JSONUnkeyedDecodingContainer.decode(_:)","symbolLocation":2000,"imageIndex":27},{"imageOffset":1302740,"symbol":"protocol witness for UnkeyedDecodingContainer.decode(_:) in conformance _JSONUnkeyedDecodingContainer","symbolLocation":12,"imageIndex":27},{"imageOffset":384840,"symbol":"Array.init(from:)","symbolLocation":340,"imageIndex":19},{"imageOffset":385024,"symbol":"protocol witness for Decodable.init(from:) in conformance [A]","symbolLocation":28,"imageIndex":19},{"imageOffset":2703240,"symbol":"dispatch thunk of Decodable.init(from:)","symbolLocation":16,"imageIndex":19},{"imageOffset":1312096,"symbol":"__JSONDecoder.unbox_(_:as:)","symbolLocation":1128,"imageIndex":27},{"imageOffset":1264508,"symbol":"JSONDecoder.decode(_:from:)","symbolLocation":1116,"imageIndex":27},{"imageOffset":1314292,"symbol":"dispatch thunk of JSONDecoder.decode(_:from:)","symbolLocation":20,"imageIndex":27},{"imageOffset":121956,"sourceLine":171,"sourceFile":"Response.swift","symbol":"Response.map(_:atKeyPath:using:)","imageIndex":28,"symbolLocation":1792},{"imageOffset":2400268,"sourceLine":92,"sourceFile":"CoinTickersFetcher.swift","symbol":"closure #2 in static CoinTickersFetcher.fetchSupportedTickers(config:provider:shouldRetry:)","imageIndex":11,"symbolLocation":116},{"imageOffset":2400388,"sourceFile":"","symbol":"thunk for @escaping @callee_guaranteed (@guaranteed Response) -> (@owned [Ticker], @error @owned Error)","symbolLocation":32,"imageIndex":11},{"imageOffset":2456408,"sourceFile":"","symbol":"partial apply for thunk for @escaping @callee_guaranteed (@guaranteed Response) -> (@owned [Ticker], @error @owned Error)","symbolLocation":28,"imageIndex":11},{"imageOffset":234140,"sourceLine":78,"sourceFile":"Thenable.swift","symbol":"closure #1 in closure #1 in Thenable.map(on:flags:_:)","imageIndex":29,"symbolLocation":280},{"imageOffset":72616,"sourceFile":"","symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":48,"imageIndex":29},{"imageOffset":7600,"symbol":"_dispatch_call_block_and_release","symbolLocation":24,"imageIndex":5},{"imageOffset":13732,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":5},{"imageOffset":42612,"symbol":"_dispatch_lane_serial_drain","symbolLocation":652,"imageIndex":5},{"imageOffset":45568,"symbol":"_dispatch_lane_invoke","symbolLocation":400,"imageIndex":5},{"imageOffset":88676,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":744,"imageIndex":5},{"imageOffset":15060,"symbol":"_pthread_wqthread","symbolLocation":284,"imageIndex":1},{"imageOffset":10380,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":1}]},{"id":158498,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158499,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158502,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158503,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158504,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158505,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158506,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158507,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158508,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158509,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158510,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158511,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158512,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158513,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158514,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158515,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158517,"queue":"ProcessAssertion Queue","frames":[{"imageOffset":4176,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":5104,"symbol":"mach_msg","symbolLocation":72,"imageIndex":0},{"imageOffset":118804,"symbol":"_dispatch_mach_send_and_wait_for_reply","symbolLocation":540,"imageIndex":5},{"imageOffset":119756,"symbol":"dispatch_mach_send_with_result_and_wait_for_reply","symbolLocation":52,"imageIndex":5},{"imageOffset":51920,"symbol":"xpc_connection_send_message_with_reply_sync","symbolLocation":240,"imageIndex":30},{"imageOffset":233720,"symbol":"-[RBSXPCMessage sendToConnection:error:]","symbolLocation":412,"imageIndex":31},{"imageOffset":235420,"symbol":"-[RBSXPCMessage invokeOnConnection:withReturnCollectionClass:entryClass:error:]","symbolLocation":100,"imageIndex":31},{"imageOffset":235920,"symbol":"-[RBSXPCMessage invokeOnConnection:withReturnClass:error:]","symbolLocation":28,"imageIndex":31},{"imageOffset":113504,"symbol":"-[RBSConnection acquireAssertion:error:]","symbolLocation":360,"imageIndex":31},{"imageOffset":101524,"symbol":"-[RBSAssertion acquireWithError:]","symbolLocation":204,"imageIndex":31},{"imageOffset":3821360,"symbol":"WebKit::ProcessAssertion::acquireSync()","symbolLocation":64,"imageIndex":32},{"imageOffset":3860016,"symbol":"WTF::Detail::CallableWrapper&&)::$_7, void>::call()","symbolLocation":32,"imageIndex":32},{"imageOffset":16938972,"symbol":"void WTF::dispatchWorkItem(void*)","symbolLocation":32,"imageIndex":18},{"imageOffset":13732,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":5},{"imageOffset":42612,"symbol":"_dispatch_lane_serial_drain","symbolLocation":652,"imageIndex":5},{"imageOffset":45568,"symbol":"_dispatch_lane_invoke","symbolLocation":400,"imageIndex":5},{"imageOffset":88676,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":744,"imageIndex":5},{"imageOffset":15060,"symbol":"_pthread_wqthread","symbolLocation":284,"imageIndex":1},{"imageOffset":10380,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":1}]},{"id":158518,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158519,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158547,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158548,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158549,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158550,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158551,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158552,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158553,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158554,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158555,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158557,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158558,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158560,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158561,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158562,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158563,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158564,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158565,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158566,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158567,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158568,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158569,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158570,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158571,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158573,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158575,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158576,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158577,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158578,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158579,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158580,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158581,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158582,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158583,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158584,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158585,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158586,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158587,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158588,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158589,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158590,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158591,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158594,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158595,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158596,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158597,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158598,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158599,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158600,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158601,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158603,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158604,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":158605,"frames":[{"imageOffset":10372,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 6464901120,
"size" : 212992,
"uuid" : "d8ee1410-83fd-3820-b402-f978c539bd03",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 6465241088,
"size" : 53248,
"uuid" : "0c35ca59-6c83-3758-966f-c69972e2cee8",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4528013312,
"size" : 524288,
"uuid" : "9c7d30ea-2487-32d2-a022-bca0a15628c4",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_c.dylib",
"name" : "libsystem_c.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4528766976,
"size" : 114688,
"uuid" : "b009c23d-e020-341d-b65b-f75fa69813fb",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++abi.dylib",
"name" : "libc++abi.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4374183936,
"size" : 212992,
"uuid" : "22330d97-ba81-30f1-ba94-b9879f9f23bf",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libobjc.A.dylib",
"name" : "libobjc.A.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4489691136,
"size" : 278528,
"uuid" : "00a1d5e5-18c3-3ff6-b4b1-34e1d3856727",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libdispatch.dylib",
"name" : "libdispatch.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4510564352,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 4390912,
"uuid" : "3b05273d-3bbf-321d-8274-b848d167fd37",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1856.105"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 5298110464,
"CFBundleShortVersionString" : "13.2",
"CFBundleIdentifier" : "com.apple.dt.XCTestCore",
"size" : 638976,
"uuid" : "9b596211-583b-363f-96ba-d2a88eb83919",
"path" : "\/Users\/USER\/Library\/Developer\/Xcode\/DerivedData\/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz\/Build\/Products\/Debug-iphonesimulator\/AlphaWallet.app\/Frameworks\/XCTestCore.framework\/XCTestCore",
"name" : "XCTestCore",
"CFBundleVersion" : "19566"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4347330560,
"size" : 16384,
"uuid" : "d2626e78-0641-3873-bb01-7c5f8bd04fb0",
"path" : "\/Users\/USER\/Library\/Developer\/Xcode\/DerivedData\/AlphaWallet-ekphlpiyjwmwesgpsnwzhefdjnaz\/Build\/Products\/Debug-iphonesimulator\/AlphaWallet.app\/Frameworks\/libXCTestBundleInject.dylib",
"name" : "libXCTestBundleInject.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4615602176,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.GraphicsServices",
"size" : 49152,
"uuid" : "01858b6b-f559-3623-9aaf-d03b35fccf3c",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/GraphicsServices.framework\/GraphicsServices",
"name" : "GraphicsServices",
"CFBundleVersion" : "1.0"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4802232320,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.UIKitCore",
"size" : 24494080,
"uuid" : "08a5560d-3f2b-3b52-a202-add2a39b5d30",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/UIKitCore",
"name" : "UIKitCore",
"CFBundleVersion" : "5205.0.101"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4296097792,
"CFBundleShortVersionString" : "3.34",
"CFBundleIdentifier" : "com.stormbird.alphawallet",
"size" : 16957440,
"uuid" : "edc6de46-c165-36c9-a4c8-9b480379dcff",
"path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/F0295EF8-1E92-4287-A3B8-D215371D0D77\/data\/Containers\/Bundle\/Application\/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C\/AlphaWallet.app\/AlphaWallet",
"name" : "AlphaWallet",
"CFBundleVersion" : "417"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4346576896,
"size" : 245760,
"uuid" : "4f051b2d-f44f-31d5-8c60-061d25c5d57e",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/dyld_sim",
"name" : "dyld_sim"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4347756544,
"size" : 393216,
"uuid" : "7e92b284-4b90-3b68-b31a-3ddc4c0e8d40",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4422254592,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.Foundation",
"size" : 3129344,
"uuid" : "19f16173-af39-3bfe-aef4-ec9cb4d4ffa0",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation",
"name" : "Foundation",
"CFBundleVersion" : "1856.105"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4450926592,
"CFBundleShortVersionString" : "5.5.1",
"CFBundleIdentifier" : "org.cocoapods.Realm",
"size" : 7405568,
"uuid" : "36a089ee-ae6e-3997-ba0f-0acc9f4fa8d5",
"path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/F0295EF8-1E92-4287-A3B8-D215371D0D77\/data\/Containers\/Bundle\/Application\/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C\/AlphaWallet.app\/Frameworks\/Realm.framework\/Realm",
"name" : "Realm",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4374773760,
"CFBundleShortVersionString" : "1327.0.4",
"CFBundleIdentifier" : "com.apple.CFNetwork",
"size" : 4751360,
"uuid" : "1ef8611e-6d15-3c4f-abb5-4ce1248093ff",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CFNetwork.framework\/CFNetwork",
"name" : "CFNetwork",
"CFBundleVersion" : "1327.0.4"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4352016384,
"size" : 393216,
"uuid" : "0b16a27c-16a3-3281-9baf-04cf060e5d79",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++.1.dylib",
"name" : "libc++.1.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4850319360,
"CFBundleShortVersionString" : "8612",
"CFBundleIdentifier" : "com.apple.JavaScriptCore",
"size" : 18120704,
"uuid" : "ea303578-ba61-3e0b-81fc-65a893c60bdb",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/JavaScriptCore.framework\/JavaScriptCore",
"name" : "JavaScriptCore",
"CFBundleVersion" : "8612.3.6.0.3"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4534140928,
"size" : 3670016,
"uuid" : "04093994-ce47-33d1-af71-a6838f850186",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/swift\/libswiftCore.dylib",
"name" : "libswiftCore.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4348821504,
"CFBundleShortVersionString" : "1.0.1",
"CFBundleIdentifier" : "org.cocoapods.AlphaWalletAddress",
"size" : 49152,
"uuid" : "4e80a1cb-e330-35a9-b84e-4b657f52ff0c",
"path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/F0295EF8-1E92-4287-A3B8-D215371D0D77\/data\/Containers\/Bundle\/Application\/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C\/AlphaWallet.app\/Frameworks\/AlphaWalletAddress.framework\/AlphaWalletAddress",
"name" : "AlphaWalletAddress",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4360945664,
"CFBundleShortVersionString" : "4.9.1",
"CFBundleIdentifier" : "org.cocoapods.Alamofire",
"size" : 606208,
"uuid" : "9bbc4599-306e-3fba-b76d-2757c78c1589",
"path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/F0295EF8-1E92-4287-A3B8-D215371D0D77\/data\/Containers\/Bundle\/Application\/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C\/AlphaWallet.app\/Frameworks\/Alamofire.framework\/Alamofire",
"name" : "Alamofire",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4484071424,
"size" : 32768,
"uuid" : "aeb9e820-9560-3c16-b461-54dbff505eb1",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_dnssd.dylib",
"name" : "libsystem_dnssd.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4601233408,
"size" : 9322496,
"uuid" : "42499bab-5c2f-3ae3-b93b-7a0c08b65da2",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libnetwork.dylib",
"name" : "libnetwork.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4491329536,
"size" : 163840,
"uuid" : "c8bcf88a-446a-3047-a1c6-d47279cb6e4c",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libsystem_malloc.dylib",
"name" : "libsystem_malloc.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4382801920,
"CFBundleShortVersionString" : "1.4.2",
"CFBundleIdentifier" : "org.cocoapods.CryptoSwift",
"size" : 999424,
"uuid" : "9e9b74d2-d0fd-358e-b8d5-0a7b2fd589a1",
"path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/F0295EF8-1E92-4287-A3B8-D215371D0D77\/data\/Containers\/Bundle\/Application\/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C\/AlphaWallet.app\/Frameworks\/CryptoSwift.framework\/CryptoSwift",
"name" : "CryptoSwift",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4418764800,
"CFBundleShortVersionString" : "0.1.3",
"CFBundleIdentifier" : "org.cocoapods.TrustKeystore",
"size" : 131072,
"uuid" : "abc3ecc4-917f-3c69-9a0c-23de792ec073",
"path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/F0295EF8-1E92-4287-A3B8-D215371D0D77\/data\/Containers\/Bundle\/Application\/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C\/AlphaWallet.app\/Frameworks\/TrustKeystore.framework\/TrustKeystore",
"name" : "TrustKeystore",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4519919616,
"size" : 3162112,
"uuid" : "5204611d-490f-3be0-9dff-dbc74c5487f8",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/swift\/libswiftFoundation.dylib",
"name" : "libswiftFoundation.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4373446656,
"CFBundleShortVersionString" : "10.0.2",
"CFBundleIdentifier" : "org.cocoapods.Moya",
"size" : 163840,
"uuid" : "006ecea7-7f11-3059-975f-9075e1450353",
"path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/F0295EF8-1E92-4287-A3B8-D215371D0D77\/data\/Containers\/Bundle\/Application\/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C\/AlphaWallet.app\/Frameworks\/Moya.framework\/Moya",
"name" : "Moya",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4381802496,
"CFBundleShortVersionString" : "6.3.5",
"CFBundleIdentifier" : "org.cocoapods.PromiseKit",
"size" : 344064,
"uuid" : "f456381a-404c-3ddd-98ef-76065dbf61d5",
"path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/F0295EF8-1E92-4287-A3B8-D215371D0D77\/data\/Containers\/Bundle\/Application\/C8448C74-C7AD-4F0E-BE28-02F9DFADF39C\/AlphaWallet.app\/Frameworks\/PromiseKit.framework\/PromiseKit",
"name" : "PromiseKit",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4530290688,
"size" : 212992,
"uuid" : "9559d9f5-cb79-3562-a157-802b751bd4f7",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libxpc.dylib",
"name" : "libxpc.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4640505856,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.RunningBoardServices",
"size" : 344064,
"uuid" : "090b2743-c89a-3eb0-afd7-26d43c4779b5",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/RunningBoardServices.framework\/RunningBoardServices",
"name" : "RunningBoardServices",
"CFBundleVersion" : "617.60.2"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4558815232,
"CFBundleShortVersionString" : "8612",
"CFBundleIdentifier" : "com.apple.WebKit",
"size" : 9273344,
"uuid" : "65156099-2e25-32b8-ac2e-1b820db483d7",
"path" : "\/Applications\/Xcode.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/WebKit.framework\/WebKit",
"name" : "WebKit",
"CFBundleVersion" : "8612.3.6.0.3"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
}
],
"sharedCache" : {
"base" : 6442450944,
"size" : 133660672,
"uuid" : "4a78598c-9cb4-3294-8e90-4bb4683e3c04"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=963.3M resident=0K(0%) swapped_out_or_unallocated=963.3M(100%)\nWritable regions: Total=1.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.3G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nActivity Tracing 256K 1 \nCG raster data 576K 10 \nColorSync 64K 4 \nCoreAnimation 2976K 82 \nFoundation 16K 1 \nIOSurface 7136K 12 \nJS JIT generated code 512.0M 3 \nKernel Alloc Once 32K 1 \nMALLOC 303.8M 184 \nMALLOC guard page 192K 11 \nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSQLite page cache 448K 7 \nSTACK GUARD 57.6M 105 \nStack 63.2M 105 \nVM_ALLOCATE 2096K 86 \nWebKit Malloc 29.9M 53 \n__DATA 29.9M 694 \n__DATA_CONST 54.9M 620 \n__DATA_DIRTY 106K 8 \n__FONT_DATA 16K 1 \n__LINKEDIT 421.9M 628 \n__LLVM 720K 45 \n__TEXT 541.3M 629 \n__UNICODE 592K 1 \ndyld private memory 2048K 2 \nlibnetwork 1792K 32 \nmapped file 245.8M 36 \nshared memory 16K 1 \n=========== ======= ======= \nTOTAL 2.6G 3363 \nTOTAL, minus reserved VM space 2.2G 3363 \n",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "com.apple.main-thread"
}
},
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "607844aa04477260f58a8077",
"factorPackIds" : {
"SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
},
"deploymentId" : 240000066
},
{
"rolloutId" : "60da5e84ab0ca017dace9abf",
"factorPackIds" : {
},
"deploymentId" : 240000008
},
{
"rolloutId" : "602ad4dac86151000cf27e46",
"factorPackIds" : {
"SIRI_DICTATION_ASSETS" : "61a80a438feb033580c2778b"
},
"deploymentId" : 240000290
},
{
"rolloutId" : "5fc94383418129005b4e9ae0",
"factorPackIds" : {
},
"deploymentId" : 240000207
},
{
"rolloutId" : "601d9415f79519000ccd4b69",
"factorPackIds" : {
"SIRI_TEXT_TO_SPEECH" : "61c11dcd2cb6041dc630dc63"
},
"deploymentId" : 240000362
},
{
"rolloutId" : "5ffde50ce2aacd000d47a95f",
"factorPackIds" : {
},
"deploymentId" : 240000094
}
],
"experiments" : [
]
}
}
Model: MacBookAir10,1, BootROM 7429.61.2, proc 8:4:4 processors, 16 GB, SMC
Graphics: Apple M1, Apple M1, Built-In
Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online
Display: Sidecar Display, 2732 x 2048, MirrorOff, Online
Memory Module: LPDDR4
AirPort: Wi-Fi, wl0: Oct 26 2021 16:10:41 version 18.20.310.15.7.8.120 FWID 01-5d6c3867
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Network Service: iPad, Ethernet, en5
Network Service: iPhone, Ethernet, en7
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB3.0 Hub
USB Device: USB Station
USB Device: USB3.0 Hub
USB Device: USB 10/100/1000 LAN
USB Device: USB3.0 Card Reader
USB Device: USB2.0 Hub
USB Device: USB Billboard Device
USB Device: iPhone
USB Device: USB2.0 Hub
USB Device: USB Optical Mouse
USB Device: iPad
Thunderbolt Bus: MacBook Air, Apple Inc.
Thunderbolt Bus: MacBook Air, Apple Inc.
```
Contributor guide
Assessment
This issue has not been assessed yet.