Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Thread 1 Crashed:: Dispatch queue: ru.yandex.mobile.YandexMobileMetrica.YMMAsyncExecutor.Queue #102

Closed
yaroslavyaroslav opened this issue Jun 9, 2022 · 1 comment

Comments

@yaroslavyaroslav
Copy link

yaroslavyaroslav commented Jun 9, 2022

AppMetrika crashes in Preview in every Xcode since 13.2 till 14.0b1

it crashing on this bit of code:

let configuration = YMMYandexMetricaConfiguration(apiKey: "api_key")
configuration?.userProfileID = KeychainWrapper.profileId
guard let configuration = configuration else { return false }

// FIXME: Crashing on Xcode preview
YMMYandexMetrica.activate(with: configuration)

It working well in Simulator and on device tho.

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Incident Identifier: 8E05C448-77CD-42CD-988E-CCB9AF9DC0FC
CrashReporter Key:   FA578549-70F7-5A98-6A3E-480F223549F7
Hardware Model:      MacBookPro18,3
Process:             TrafficRulesExam [66883]
Path:                /Users/USER/Library/Developer/Xcode/UserData/Previews/Simulator Devices/A51739F2-E4B6-45AE-AA42-428A4B2816CF/data/Containers/Bundle/Application/58A098BA-A7BB-4012-9BBF-F71909A88DC9/TrafficRulesExam.app/TrafficRulesExam
Identifier:          ru.neantess.TrafficRulesExam
Version:             1.0.1 (1)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd_sim [66489]
Coalition:           com.apple.CoreSimulator.SimDevice.A51739F2-E4B6-45AE-AA42-428A4B2816CF [25572]
Responsible Process: SimulatorTrampoline [29313]

Date/Time:           2022-06-10 01:04:54.5061 +0700
Launch Time:         2022-06-10 01:04:54.3263 +0700
OS Version:          macOS 12.4 (21F79)
Release Type:        User
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  1

Last Exception Backtrace:
0   CoreFoundation                	       0x180406eb8 __exceptionPreprocess + 160
1   libobjc.A.dylib               	       0x18004c08c objc_exception_throw + 56
2   Foundation                    	       0x180c1ba38 -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:] + 884
3   YandexMobileMetrica           	       0x10556321c +[YMMFileUtility sortedByDateContentOfDirectory:error:] + 224
4   YandexMobileMetrica           	       0x105562ff4 +[YMMFileUtility pathsForFilesWithExtension:] + 96
5   YandexMobileMetricaCrashes    	       0x104a8ed5c +[YMMSymbolsManager enumerateCacheFilesWithBlock:] + 96
6   YandexMobileMetricaCrashes    	       0x104a8e6bc +[YMMSymbolsManager registeredApiKeys] + 160
7   YandexMobileMetricaCrashes    	       0x104a8a244 __48-[YMMCrashReporter addRegisteredCrashProcessors]_block_invoke + 72
8   YandexMobileMetrica           	       0x10558ef68 __28-[YMMAsyncExecutor execute:]_block_invoke + 36
9   libdispatch.dylib             	       0x18012dfec _dispatch_call_block_and_release + 24
10  libdispatch.dylib             	       0x18012f7b0 _dispatch_client_callout + 16
11  libdispatch.dylib             	       0x180137840 _dispatch_lane_serial_drain + 780
12  libdispatch.dylib             	       0x180138484 _dispatch_lane_invoke + 392
13  libdispatch.dylib             	       0x18014460c _dispatch_workloop_worker_thread + 772
14  libsystem_pthread.dylib       	       0x1ab97fb40 _pthread_wqthread + 284
15  libsystem_pthread.dylib       	       0x1ab97e904 start_wqthread + 8

Thread 0::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x1ab928fcc mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x1ab929430 mach_msg + 72
2   libdispatch.dylib             	       0x18014c83c _dispatch_mach_send_and_wait_for_reply + 556
3   libdispatch.dylib             	       0x18014cbcc dispatch_mach_send_with_result_and_wait_for_reply + 56
4   libxpc.dylib                  	       0x180080fe8 xpc_connection_send_message_with_reply_sync + 240
5   Security                      	       0x18193f790 securityd_message_with_reply_sync + 120
6   Security                      	       0x1819cabe0 SecItemRawUpdate + 312
7   Security                      	       0x1819caa88 __SecItemUpdateWithError_block_invoke + 172
8   Security                      	       0x1819c863c __SecItemAuthDoQuery_block_invoke + 516
9   Security                      	       0x1819c728c SecItemAuthDoQuery + 1140
10  Security                      	       0x1819ca970 SecItemUpdateWithError + 464
11  Security                      	       0x1819c53b4 SecOSStatusWith + 48
12  Security                      	       0x1819c79a4 SecItemUpdate + 144
13  TrafficRulesExam              	       0x1044dee1c KeychainWrapper.update(_:forKey:withAccessibility:isSynchronizable:) + 908
14  TrafficRulesExam              	       0x1044de030 KeychainWrapper.set(_:forKey:withAccessibility:isSynchronizable:) + 1276
15  TrafficRulesExam              	       0x1044ddafc KeychainWrapper.set(_:forKey:withAccessibility:isSynchronizable:) + 368
16  TrafficRulesExam              	       0x1044dd530 KeychainWrapper.set(_:forKey:withAccessibility:isSynchronizable:) + 260
17  TrafficRulesExam              	       0x1044e1164 KeychainWrapper.subscript.setter + 268
18  TrafficRulesExam              	       0x104486268 closure #1 in static CoinsTimer.setSubscriptionKeychainValues(_:_:_:) + 588 (CoinsTimer.swift:78)
19  TrafficRulesExam              	       0x104451668 thunk for @escaping @callee_guaranteed () -> () + 48
20  libdispatch.dylib             	       0x18012dfec _dispatch_call_block_and_release + 24
21  libdispatch.dylib             	       0x18012f7b0 _dispatch_client_callout + 16
22  libdispatch.dylib             	       0x18013f00c _dispatch_main_queue_drain + 1220
23  libdispatch.dylib             	       0x18013eb38 _dispatch_main_queue_callback_4CF + 40
24  CoreFoundation                	       0x18036c5ac __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
25  CoreFoundation                	       0x180366d3c __CFRunLoopRun + 1956
26  CoreFoundation                	       0x180366180 CFRunLoopRunSpecific + 584
27  GraphicsServices              	       0x189104c8c GSEventRunModal + 160
28  UIKitCore                     	       0x1061e6ce0 -[UIApplication _run] + 868
29  UIKitCore                     	       0x1061eac84 UIApplicationMain + 124
30  SwiftUI                       	       0x109fd2b4c 0x1091b4000 + 14805836
31  SwiftUI                       	       0x109fd2a0c 0x1091b4000 + 14805516
32  SwiftUI                       	       0x109816e98 0x1091b4000 + 6696600
33  TrafficRulesExam              	       0x104472c2c static TrafficRulesExamApp.$main() + 40 (TrafficRulesExamApp.swift:11)
34  TrafficRulesExam              	       0x104472ddc main + 12
35  dyld_sim                      	       0x104badf94 start_sim + 20
36  dyld                          	       0x1048d508c start + 520

Thread 1 Crashed::  Dispatch queue: ru.yandex.mobile.YandexMobileMetrica.YMMAsyncExecutor.Queue
0   libsystem_kernel.dylib        	       0x1ab930e60 __pthread_kill + 8
1   libsystem_pthread.dylib       	       0x1ab9833c0 pthread_kill + 256
2   libsystem_c.dylib             	       0x180123f38 abort + 124
3   libc++abi.dylib               	       0x1802370c0 abort_message + 128
4   libc++abi.dylib               	       0x180227964 demangling_terminate_handler() + 300
5   libobjc.A.dylib               	       0x18002dcc0 _objc_terminate() + 124
6   YandexMobileMetricaCrashes    	       0x104abd164 CPPExceptionTerminate() + 132
7   libc++abi.dylib               	       0x180236570 std::__terminate(void (*)()) + 16
8   libc++abi.dylib               	       0x180236518 std::terminate() + 52
9   libdispatch.dylib             	       0x18012f7c4 _dispatch_client_callout + 36
10  libdispatch.dylib             	       0x180137840 _dispatch_lane_serial_drain + 780
11  libdispatch.dylib             	       0x180138484 _dispatch_lane_invoke + 392
12  libdispatch.dylib             	       0x18014460c _dispatch_workloop_worker_thread + 772
13  libsystem_pthread.dylib       	       0x1ab97fb40 _pthread_wqthread + 284
14  libsystem_pthread.dylib       	       0x1ab97e904 start_wqthread + 8

Thread 2::  Dispatch queue: com.apple.root.utility-qos
0   libswiftCore.dylib            	       0x18bf6c6e4 swift_conformsToProtocolMaybeInstantiateSuperclasses(swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptor<swift::InProcess> const*, bool)::$_5::operator()((anonymous namespace)::ConformanceSection const&) const::'lambda'(swift::TargetProtocolConformanceDescriptor<swift::InProcess> const&)::operator()(swift::TargetProtocolConformanceDescriptor<swift::InProcess> const&) const + 68
1   libswiftCore.dylib            	       0x18bf6b604 swift_conformsToProtocolMaybeInstantiateSuperclasses(swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptor<swift::InProcess> const*, bool) + 2264
2   libswiftCore.dylib            	       0x18bf6b604 swift_conformsToProtocolMaybeInstantiateSuperclasses(swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptor<swift::InProcess> const*, bool) + 2264
3   libswiftCore.dylib            	       0x18bf6aad8 swift_conformsToProtocol + 100
4   AttributeGraph                	       0x19ab2cbf4 AG::LayoutDescriptor::Builder::visit_element(AG::swift::metadata const*, AG::swift::metadata::ref_kind, unsigned long) + 100
5   AttributeGraph                	       0x19ab192bc AG::swift::metadata_visitor::visit_field(AG::swift::metadata const*, AG::swift::field_record const&, unsigned long) + 100
6   AttributeGraph                	       0x19ab18a90 AG::swift::metadata::visit(AG::swift::metadata_visitor&) const + 660
7   AttributeGraph                	       0x19ab2d0b0 AG::LayoutDescriptor::Builder::visit_case(AG::swift::metadata const*, AG::swift::field_record const&, unsigned int) + 704
8   AttributeGraph                	       0x19ab189fc AG::swift::metadata::visit(AG::swift::metadata_visitor&) const + 512
9   AttributeGraph                	       0x19ab2cccc AG::LayoutDescriptor::Builder::visit_element(AG::swift::metadata const*, AG::swift::metadata::ref_kind, unsigned long) + 316
10  AttributeGraph                	       0x19ab192bc AG::swift::metadata_visitor::visit_field(AG::swift::metadata const*, AG::swift::field_record const&, unsigned long) + 100
11  AttributeGraph                	       0x19ab18a90 AG::swift::metadata::visit(AG::swift::metadata_visitor&) const + 660
12  AttributeGraph                	       0x19ab2da84 AG::LayoutDescriptor::make_layout(AG::swift::metadata const*, AGComparisonMode, AG::LayoutDescriptor::HeapMode) + 512
13  AttributeGraph                	       0x19ab2ed78 AG::(anonymous namespace)::LayoutCache::drain_queue(void*) + 148
14  libdispatch.dylib             	       0x18012f7b0 _dispatch_client_callout + 16
15  libdispatch.dylib             	       0x180142c48 _dispatch_root_queue_drain + 912
16  libdispatch.dylib             	       0x1801435a0 _dispatch_worker_thread2 + 224
17  libsystem_pthread.dylib       	       0x1ab97fb04 _pthread_wqthread + 224
18  libsystem_pthread.dylib       	       0x1ab97e904 start_wqthread + 8

Thread 3:
0   libsystem_pthread.dylib       	       0x1ab97e8fc start_wqthread + 0

Thread 4:
0   libsystem_pthread.dylib       	       0x1ab97e8fc start_wqthread + 0

Thread 5:
0   libsystem_pthread.dylib       	       0x1ab97e8fc start_wqthread + 0

Thread 6:: com.apple.uikit.eventfetch-thread
0   libsystem_kernel.dylib        	       0x1ab928fcc mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x1ab929430 mach_msg + 72
2   CoreFoundation                	       0x18036c2d0 __CFRunLoopServiceMachPort + 156
3   CoreFoundation                	       0x180366a18 __CFRunLoopRun + 1152
4   CoreFoundation                	       0x180366180 CFRunLoopRunSpecific + 584
5   Foundation                    	       0x180cccc3c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 208
6   Foundation                    	       0x180ccce60 -[NSRunLoop(NSRunLoop) runUntilDate:] + 60
7   UIKitCore                     	       0x106283028 -[UIEventFetcher threadMain] + 424
8   Foundation                    	       0x180cf1f5c __NSThread__start__ + 704
9   libsystem_pthread.dylib       	       0x1ab9836c8 _pthread_start + 116
10  libsystem_pthread.dylib       	       0x1ab97e910 thread_start + 8

Thread 7:
0   libsystem_kernel.dylib        	       0x1ab92c4c4 __semwait_signal + 8
1   libsystem_c.dylib             	       0x1801212bc nanosleep + 216
2   libsystem_c.dylib             	       0x1801210b8 sleep + 48
3   YandexMobileMetricaCrashes    	       0x104ab97b0 monitorCachedData + 756
4   libsystem_pthread.dylib       	       0x1ab9836c8 _pthread_start + 116
5   libsystem_pthread.dylib       	       0x1ab97e910 thread_start + 8

Thread 8:: KSCrash Exception Handler (Secondary)
0   libsystem_kernel.dylib        	       0x1ab928fcc mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x1ab929430 mach_msg + 72
2   libsystem_kernel.dylib        	       0x1ab950dd8 thread_suspend + 92
3   YandexMobileMetricaCrashes    	       0x104abde6c handleExceptions + 128
4   libsystem_pthread.dylib       	       0x1ab9836c8 _pthread_start + 116
5   libsystem_pthread.dylib       	       0x1ab97e910 thread_start + 8

Thread 9:: KSCrash Exception Handler (Primary)
0   libsystem_kernel.dylib        	       0x1ab928fcc mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x1ab929430 mach_msg + 72
2   YandexMobileMetricaCrashes    	       0x104abde98 handleExceptions + 172
3   libsystem_pthread.dylib       	       0x1ab9836c8 _pthread_start + 116
4   libsystem_pthread.dylib       	       0x1ab97e910 thread_start + 8

Thread 10:
0   libsystem_pthread.dylib       	       0x1ab97e8fc start_wqthread + 0

Thread 11:
0   libsystem_pthread.dylib       	       0x1ab97e8fc start_wqthread + 0


Thread 1 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x000000018023a031   x5: 0x000000016bac1f90   x6: 0x000000000000006e   x7: 0x0000000000000000
    x8: 0x000000016bac3000   x9: 0x0bc88c076325c13e  x10: 0x0000000000000200  x11: 0x000000000000000b
   x12: 0x0000000000000000  x13: 0x0000000000000000  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x0000000000000002  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x000000016bac3000  x21: 0x0000000000001603  x22: 0x000000016bac30e0  x23: 0x0000000000000004
   x24: 0x0000600003dc0040  x25: 0x00006000006e2ee8  x26: 0x0000000000030002  x27: 0x0000000fffffc0c0
   x28: 0x0000600003deffc0   fp: 0x000000016bac1f00   lr: 0x00000001ab9833c0
    sp: 0x000000016bac1ee0   pc: 0x00000001ab930e60 cpsr: 0x40001000
   far: 0x0000000180228ac4  esr: 0x56000080  Address size fault

Binary Images:
       0x1ab928000 -        0x1ab95dffb libsystem_kernel.dylib (*) <d7107c39-03e1-32e1-9488-821b52158a1e> /usr/lib/system/libsystem_kernel.dylib
       0x18012c000 -        0x180172fe3 libdispatch.dylib (*) <00f80e5d-cbcf-38cb-93da-d9540b834c15> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
       0x180074000 -        0x1800aafff libxpc.dylib (*) <fa7f1cca-2452-3e40-adfa-0c0893629514> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libxpc.dylib
       0x18192d000 -        0x181a94fe3 com.apple.Security (10.0) <9389a644-b1c0-3182-a30f-49b917194d46> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Security.framework/Security
       0x1043c4000 -        0x10450bfff ru.neantess.TrafficRulesExam (1.0.1) <9e3572aa-ceaa-34d5-9695-31599bae8c54> /Users/USER/Library/Developer/Xcode/UserData/Previews/Simulator Devices/A51739F2-E4B6-45AE-AA42-428A4B2816CF/data/Containers/Bundle/Application/58A098BA-A7BB-4012-9BBF-F71909A88DC9/TrafficRulesExam.app/TrafficRulesExam
       0x1802e7000 -        0x18068effc com.apple.CoreFoundation (6.9) <c3ed8c83-49f0-3aed-a868-d8592b70223c> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x189101000 -        0x189109fff com.apple.GraphicsServices (1.0) <28887c87-9071-3a8e-b5b2-88a9ec8fd520> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x1057b4000 -        0x106df3fff com.apple.UIKitCore (1.0) <4f13da6b-868d-300f-b5f1-7c794f98e765> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
       0x1091b4000 -        0x10a563fff com.apple.SwiftUI (4.0.66.3.102) <55894510-da18-3fd8-86ca-73ad36e2af2e> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SwiftUI.framework/SwiftUI
       0x104bac000 -        0x104bfbfff dyld_sim (*) <febd6659-e7da-3e89-9c38-1c941e198e27> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
       0x1048d0000 -        0x10492ffff dyld (*) <d9c2a46e-8dc4-3950-9d6a-f799e8ccb683> /usr/lib/dyld
       0x1ab97c000 -        0x1ab988ffb libsystem_pthread.dylib (*) <f354eadf-ba89-3191-bbdd-9f36eda1f6ca> /usr/lib/system/libsystem_pthread.dylib
       0x1800af000 -        0x18012bff7 libsystem_c.dylib (*) <06558ab3-072d-3a19-a646-975ce68a3404> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib
       0x180223000 -        0x18023cffb libc++abi.dylib (*) <9f85deff-ba58-3972-86c0-0161de9b2313> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib
       0x180028000 -        0x18005bc8f libobjc.A.dylib (*) <ffbcaf3d-1e27-3015-aed0-996fd22fb993> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib
       0x104a84000 -        0x104ae7fff com.yandex.mobile.metrica.sdk.crashes (1.0) <87043f46-1bdb-3d5a-9e5d-c9d1eb6dd109> /Users/USER/*/YandexMobileMetricaCrashes.framework/YandexMobileMetricaCrashes
       0x18bc44000 -        0x18c0b0fff libswiftCore.dylib (*) <fdc3aed3-cd63-37c3-9845-b22280caba1c> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCore.dylib
       0x19ab13000 -        0x19ab4efe1 com.apple.AttributeGraph (4.0.21.1) <735b7b39-35cc-3117-a327-f4d6c9526378> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AttributeGraph.framework/AttributeGraph
       0x180705000 -        0x1810c0ff9 com.apple.Foundation (6.9) <13e234c9-3540-3850-8c81-fcdd117524f8> /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
       0x1054f4000 -        0x10563ffff com.yandex.mobile.metrica.sdk (1.0) <6a594441-bdae-3f43-accc-7d2361004a0a> /Users/USER/*/YandexMobileMetrica.framework/YandexMobileMetrica

EOF

-----------
Full Report
-----------

{"app_name":"TrafficRulesExam","timestamp":"2022-06-10 01:05:01.00 +0700","app_version":"1.0.1","slice_uuid":"9e3572aa-ceaa-34d5-9695-31599bae8c54","build_version":"1","platform":7,"bundleID":"ru.neantess.TrafficRulesExam","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.4 (21F79)","incident_id":"8E05C448-77CD-42CD-988E-CCB9AF9DC0FC","name":"TrafficRulesExam"}
{
  "uptime" : 160000,
  "procLaunch" : "2022-06-10 01:04:54.3263 +0700",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro18,3",
  "procStartAbsTime" : 3850864981433,
  "coalitionID" : 25572,
  "osVersion" : {
    "train" : "macOS 12.4",
    "build" : "21F79",
    "releaseType" : "User"
  },
  "captureTime" : "2022-06-10 01:04:54.5061 +0700",
  "incident" : "8E05C448-77CD-42CD-988E-CCB9AF9DC0FC",
  "bug_type" : "309",
  "pid" : 66883,
  "procExitAbsTime" : 3850869183786,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procName" : "TrafficRulesExam",
  "procPath" : "\/Users\/USER\/Library\/Developer\/Xcode\/UserData\/Previews\/Simulator Devices\/A51739F2-E4B6-45AE-AA42-428A4B2816CF\/data\/Containers\/Bundle\/Application\/58A098BA-A7BB-4012-9BBF-F71909A88DC9\/TrafficRulesExam.app\/TrafficRulesExam",
  "bundleInfo" : {"CFBundleShortVersionString":"1.0.1","CFBundleVersion":"1","CFBundleIdentifier":"ru.neantess.TrafficRulesExam"},
  "storeInfo" : {"deviceIdentifierForVendor":"0E20AFEE-DE71-5CC8-874A-0A8FC6F7C3AC","thirdParty":true},
  "parentProc" : "launchd_sim",
  "parentPid" : 66489,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.A51739F2-E4B6-45AE-AA42-428A4B2816CF",
  "crashReporterKey" : "FA578549-70F7-5A98-6A3E-480F223549F7",
  "responsiblePid" : 29313,
  "responsibleProc" : "SimulatorTrampoline",
  "wakeTime" : 1889,
  "sleepWakeUUID" : "F349388B-CDC4-4DD2-BEC6-CC985FA92F40",
  "sip" : "enabled",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "asiBacktraces" : ["0   CoreFoundation                      0x0000000180406ec4 __exceptionPreprocess + 172\n1   libobjc.A.dylib                     0x000000018004c08c objc_exception_throw + 56\n2   Foundation                          0x0000000180c1ba38 -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:] + 884\n3   YandexMobileMetrica                 0x000000010556321c +[YMMFileUtility sortedByDateContentOfDirectory:error:] + 224\n4   YandexMobileMetrica                 0x0000000105562ff4 +[YMMFileUtility pathsForFilesWithExtension:] + 96\n5   YandexMobileMetricaCrashes          0x0000000104a8ed5c +[YMMSymbolsManager enumerateCacheFilesWithBlock:] + 96\n6   YandexMobileMetricaCrashes          0x0000000104a8e6bc +[YMMSymbolsManager registeredApiKeys] + 160\n7   YandexMobileMetricaCrashes          0x0000000104a8a244 __48-[YMMCrashReporter addRegisteredCrashProcessors]_block_invoke + 72\n8   YandexMobileMetrica                 0x000000010558ef68 __28-[YMMAsyncExecutor execute:]_block_invoke + 36\n9   libdispatch.dylib                   0x000000018012dfec _dispatch_call_block_and_release + 24\n10  libdispatch.dylib                   0x000000018012f7b0 _dispatch_client_callout + 16\n11  libdispatch.dylib                   0x0000000180137840 _dispatch_lane_serial_drain + 780\n12  libdispatch.dylib                   0x0000000180138484 _dispatch_lane_invoke + 392\n13  libdispatch.dylib                   0x000000018014460c _dispatch_workloop_worker_thread + 772\n14  libsystem_pthread.dylib             0x00000001ab97fb40 _pthread_wqthread + 284\n15  libsystem_pthread.dylib             0x00000001ab97e904 start_wqthread + 8"],
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":974,"task_for_pid":54},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "lastExceptionBacktrace" : [{"imageOffset":1179320,"symbol":"__exceptionPreprocess","symbolLocation":160,"imageIndex":5},{"imageOffset":147596,"symbol":"objc_exception_throw","symbolLocation":56,"imageIndex":14},{"imageOffset":5335608,"symbol":"-[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:]","symbolLocation":884,"imageIndex":18},{"imageOffset":455196,"symbol":"+[YMMFileUtility sortedByDateContentOfDirectory:error:]","symbolLocation":224,"imageIndex":19},{"imageOffset":454644,"symbol":"+[YMMFileUtility pathsForFilesWithExtension:]","symbolLocation":96,"imageIndex":19},{"imageOffset":44380,"symbol":"+[YMMSymbolsManager enumerateCacheFilesWithBlock:]","symbolLocation":96,"imageIndex":15},{"imageOffset":42684,"symbol":"+[YMMSymbolsManager registeredApiKeys]","symbolLocation":160,"imageIndex":15},{"imageOffset":25156,"symbol":"__48-[YMMCrashReporter addRegisteredCrashProcessors]_block_invoke","symbolLocation":72,"imageIndex":15},{"imageOffset":634728,"symbol":"__28-[YMMAsyncExecutor execute:]_block_invoke","symbolLocation":36,"imageIndex":19},{"imageOffset":8172,"symbol":"_dispatch_call_block_and_release","symbolLocation":24,"imageIndex":1},{"imageOffset":14256,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":1},{"imageOffset":47168,"symbol":"_dispatch_lane_serial_drain","symbolLocation":780,"imageIndex":1},{"imageOffset":50308,"symbol":"_dispatch_lane_invoke","symbolLocation":392,"imageIndex":1},{"imageOffset":99852,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":772,"imageIndex":1},{"imageOffset":15168,"symbol":"_pthread_wqthread","symbolLocation":284,"imageIndex":11},{"imageOffset":10500,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":11}],
  "faultingThread" : 1,
  "threads" : [{"id":1815044,"queue":"com.apple.main-thread","frames":[{"imageOffset":4044,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":5168,"symbol":"mach_msg","symbolLocation":72,"imageIndex":0},{"imageOffset":133180,"symbol":"_dispatch_mach_send_and_wait_for_reply","symbolLocation":556,"imageIndex":1},{"imageOffset":134092,"symbol":"dispatch_mach_send_with_result_and_wait_for_reply","symbolLocation":56,"imageIndex":1},{"imageOffset":53224,"symbol":"xpc_connection_send_message_with_reply_sync","symbolLocation":240,"imageIndex":2},{"imageOffset":75664,"symbol":"securityd_message_with_reply_sync","symbolLocation":120,"imageIndex":3},{"imageOffset":646112,"symbol":"SecItemRawUpdate","symbolLocation":312,"imageIndex":3},{"imageOffset":645768,"symbol":"__SecItemUpdateWithError_block_invoke","symbolLocation":172,"imageIndex":3},{"imageOffset":636476,"symbol":"__SecItemAuthDoQuery_block_invoke","symbolLocation":516,"imageIndex":3},{"imageOffset":631436,"symbol":"SecItemAuthDoQuery","symbolLocation":1140,"imageIndex":3},{"imageOffset":645488,"symbol":"SecItemUpdateWithError","symbolLocation":464,"imageIndex":3},{"imageOffset":623540,"symbol":"SecOSStatusWith","symbolLocation":48,"imageIndex":3},{"imageOffset":633252,"symbol":"SecItemUpdate","symbolLocation":144,"imageIndex":3},{"imageOffset":1158684,"symbol":"KeychainWrapper.update(_:forKey:withAccessibility:isSynchronizable:)","symbolLocation":908,"imageIndex":4},{"imageOffset":1155120,"symbol":"KeychainWrapper.set(_:forKey:withAccessibility:isSynchronizable:)","symbolLocation":1276,"imageIndex":4},{"imageOffset":1153788,"symbol":"KeychainWrapper.set(_:forKey:withAccessibility:isSynchronizable:)","symbolLocation":368,"imageIndex":4},{"imageOffset":1152304,"symbol":"KeychainWrapper.set(_:forKey:withAccessibility:isSynchronizable:)","symbolLocation":260,"imageIndex":4},{"imageOffset":1167716,"symbol":"KeychainWrapper.subscript.setter","symbolLocation":268,"imageIndex":4},{"imageOffset":795240,"sourceLine":78,"sourceFile":"CoinsTimer.swift","symbol":"closure #1 in static CoinsTimer.setSubscriptionKeychainValues(_:_:_:)","imageIndex":4,"symbolLocation":588},{"imageOffset":579176,"sourceFile":"<compiler-generated>","symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":48,"imageIndex":4},{"imageOffset":8172,"symbol":"_dispatch_call_block_and_release","symbolLocation":24,"imageIndex":1},{"imageOffset":14256,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":1},{"imageOffset":77836,"symbol":"_dispatch_main_queue_drain","symbolLocation":1220,"imageIndex":1},{"imageOffset":76600,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":40,"imageIndex":1},{"imageOffset":546220,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":12,"imageIndex":5},{"imageOffset":523580,"symbol":"__CFRunLoopRun","symbolLocation":1956,"imageIndex":5},{"imageOffset":520576,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":5},{"imageOffset":15500,"symbol":"GSEventRunModal","symbolLocation":160,"imageIndex":6},{"imageOffset":10693856,"symbol":"-[UIApplication _run]","symbolLocation":868,"imageIndex":7},{"imageOffset":10710148,"symbol":"UIApplicationMain","symbolLocation":124,"imageIndex":7},{"imageOffset":14805836,"imageIndex":8},{"imageOffset":14805516,"imageIndex":8},{"imageOffset":6696600,"imageIndex":8},{"imageOffset":715820,"sourceLine":11,"sourceFile":"TrafficRulesExamApp.swift","symbol":"static TrafficRulesExamApp.$main()","imageIndex":4,"symbolLocation":40},{"imageOffset":716252,"sourceFile":"TrafficRulesExamApp.swift","symbol":"main","symbolLocation":12,"imageIndex":4},{"imageOffset":8084,"symbol":"start_sim","symbolLocation":20,"imageIndex":9},{"imageOffset":20620,"symbol":"start","symbolLocation":520,"imageIndex":10}]},{"triggered":true,"id":1815074,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":6444785713},{"value":6101409680},{"value":110},{"value":0},{"value":6101413888},{"value":849082493115416894},{"value":512},{"value":11},{"value":0},{"value":0},{"value":16},{"value":0},{"value":328},{"value":2},{"value":0},{"value":6},{"value":6101413888},{"value":5635},{"value":6101414112},{"value":4},{"value":105553181016128},{"value":105553123487464},{"value":196610},{"value":68719460544},{"value":105553181212608}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7173845952},"cpsr":{"value":1073745920},"fp":{"value":6101409536},"sp":{"value":6101409504},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":7173508704,"matchesCrashFrame":1},"far":{"value":6444714692}},"queue":"ru.yandex.mobile.YandexMobileMetrica.YMMAsyncExecutor.Queue","frames":[{"imageOffset":36448,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":0},{"imageOffset":29632,"symbol":"pthread_kill","symbolLocation":256,"imageIndex":11},{"imageOffset":479032,"symbol":"abort","symbolLocation":124,"imageIndex":12},{"imageOffset":82112,"symbol":"abort_message","symbolLocation":128,"imageIndex":13},{"imageOffset":18788,"symbol":"demangling_terminate_handler()","symbolLocation":300,"imageIndex":13},{"imageOffset":23744,"symbol":"_objc_terminate()","symbolLocation":124,"imageIndex":14},{"imageOffset":233828,"symbol":"CPPExceptionTerminate()","symbolLocation":132,"imageIndex":15},{"imageOffset":79216,"symbol":"std::__terminate(void (*)())","symbolLocation":16,"imageIndex":13},{"imageOffset":79128,"symbol":"std::terminate()","symbolLocation":52,"imageIndex":13},{"imageOffset":14276,"symbol":"_dispatch_client_callout","symbolLocation":36,"imageIndex":1},{"imageOffset":47168,"symbol":"_dispatch_lane_serial_drain","symbolLocation":780,"imageIndex":1},{"imageOffset":50308,"symbol":"_dispatch_lane_invoke","symbolLocation":392,"imageIndex":1},{"imageOffset":99852,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":772,"imageIndex":1},{"imageOffset":15168,"symbol":"_pthread_wqthread","symbolLocation":284,"imageIndex":11},{"imageOffset":10500,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":11}]},{"id":1815075,"queue":"com.apple.root.utility-qos","frames":[{"imageOffset":3311332,"symbol":"swift_conformsToProtocolMaybeInstantiateSuperclasses(swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptor<swift::InProcess> const*, bool)::$_5::operator()((anonymous namespace)::ConformanceSection const&) const::'lambda'(swift::TargetProtocolConformanceDescriptor<swift::InProcess> const&)::operator()(swift::TargetProtocolConformanceDescriptor<swift::InProcess> const&) const","symbolLocation":68,"imageIndex":16},{"imageOffset":3307012,"symbol":"swift_conformsToProtocolMaybeInstantiateSuperclasses(swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptor<swift::InProcess> const*, bool)","symbolLocation":2264,"imageIndex":16},{"imageOffset":3307012,"symbol":"swift_conformsToProtocolMaybeInstantiateSuperclasses(swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptor<swift::InProcess> const*, bool)","symbolLocation":2264,"imageIndex":16},{"imageOffset":3304152,"symbol":"swift_conformsToProtocol","symbolLocation":100,"imageIndex":16},{"imageOffset":105460,"symbol":"AG::LayoutDescriptor::Builder::visit_element(AG::swift::metadata const*, AG::swift::metadata::ref_kind, unsigned long)","symbolLocation":100,"imageIndex":17},{"imageOffset":25276,"symbol":"AG::swift::metadata_visitor::visit_field(AG::swift::metadata const*, AG::swift::field_record const&, unsigned long)","symbolLocation":100,"imageIndex":17},{"imageOffset":23184,"symbol":"AG::swift::metadata::visit(AG::swift::metadata_visitor&) const","symbolLocation":660,"imageIndex":17},{"imageOffset":106672,"symbol":"AG::LayoutDescriptor::Builder::visit_case(AG::swift::metadata const*, AG::swift::field_record const&, unsigned int)","symbolLocation":704,"imageIndex":17},{"imageOffset":23036,"symbol":"AG::swift::metadata::visit(AG::swift::metadata_visitor&) const","symbolLocation":512,"imageIndex":17},{"imageOffset":105676,"symbol":"AG::LayoutDescriptor::Builder::visit_element(AG::swift::metadata const*, AG::swift::metadata::ref_kind, unsigned long)","symbolLocation":316,"imageIndex":17},{"imageOffset":25276,"symbol":"AG::swift::metadata_visitor::visit_field(AG::swift::metadata const*, AG::swift::field_record const&, unsigned long)","symbolLocation":100,"imageIndex":17},{"imageOffset":23184,"symbol":"AG::swift::metadata::visit(AG::swift::metadata_visitor&) const","symbolLocation":660,"imageIndex":17},{"imageOffset":109188,"symbol":"AG::LayoutDescriptor::make_layout(AG::swift::metadata const*, AGComparisonMode, AG::LayoutDescriptor::HeapMode)","symbolLocation":512,"imageIndex":17},{"imageOffset":114040,"symbol":"AG::(anonymous namespace)::LayoutCache::drain_queue(void*)","symbolLocation":148,"imageIndex":17},{"imageOffset":14256,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":1},{"imageOffset":93256,"symbol":"_dispatch_root_queue_drain","symbolLocation":912,"imageIndex":1},{"imageOffset":95648,"symbol":"_dispatch_worker_thread2","symbolLocation":224,"imageIndex":1},{"imageOffset":15108,"symbol":"_pthread_wqthread","symbolLocation":224,"imageIndex":11},{"imageOffset":10500,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":11}]},{"id":1815076,"frames":[{"imageOffset":10492,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":1815077,"frames":[{"imageOffset":10492,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":1815078,"frames":[{"imageOffset":10492,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":1815079,"name":"com.apple.uikit.eventfetch-thread","frames":[{"imageOffset":4044,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":5168,"symbol":"mach_msg","symbolLocation":72,"imageIndex":0},{"imageOffset":545488,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":5},{"imageOffset":522776,"symbol":"__CFRunLoopRun","symbolLocation":1152,"imageIndex":5},{"imageOffset":520576,"symbol":"CFRunLoopRunSpecific","symbolLocation":584,"imageIndex":5},{"imageOffset":6061116,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":208,"imageIndex":18},{"imageOffset":6061664,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":60,"imageIndex":18},{"imageOffset":11333672,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":424,"imageIndex":7},{"imageOffset":6213468,"symbol":"__NSThread__start__","symbolLocation":704,"imageIndex":18},{"imageOffset":30408,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":11},{"imageOffset":10512,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":1815083,"frames":[{"imageOffset":17604,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":0},{"imageOffset":467644,"symbol":"nanosleep","symbolLocation":216,"imageIndex":12},{"imageOffset":467128,"symbol":"sleep","symbolLocation":48,"imageIndex":12},{"imageOffset":219056,"symbol":"monitorCachedData","symbolLocation":756,"imageIndex":15},{"imageOffset":30408,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":11},{"imageOffset":10512,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":1815084,"name":"KSCrash Exception Handler (Secondary)","frames":[{"imageOffset":4044,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":5168,"symbol":"mach_msg","symbolLocation":72,"imageIndex":0},{"imageOffset":167384,"symbol":"thread_suspend","symbolLocation":92,"imageIndex":0},{"imageOffset":237164,"symbol":"handleExceptions","symbolLocation":128,"imageIndex":15},{"imageOffset":30408,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":11},{"imageOffset":10512,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":1815085,"name":"KSCrash Exception Handler (Primary)","frames":[{"imageOffset":4044,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":5168,"symbol":"mach_msg","symbolLocation":72,"imageIndex":0},{"imageOffset":237208,"symbol":"handleExceptions","symbolLocation":172,"imageIndex":15},{"imageOffset":30408,"symbol":"_pthread_start","symbolLocation":116,"imageIndex":11},{"imageOffset":10512,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":1815088,"frames":[{"imageOffset":10492,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":1815089,"frames":[{"imageOffset":10492,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7173472256,
    "size" : 221180,
    "uuid" : "d7107c39-03e1-32e1-9488-821b52158a1e",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6443679744,
    "size" : 290788,
    "uuid" : "00f80e5d-cbcf-38cb-93da-d9540b834c15",
    "path" : "\/Applications\/Xcode-beta.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" : 6442926080,
    "size" : 225280,
    "uuid" : "fa7f1cca-2452-3e40-adfa-0c0893629514",
    "path" : "\/Applications\/Xcode-beta.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" : 6468849664,
    "CFBundleShortVersionString" : "10.0",
    "CFBundleIdentifier" : "com.apple.Security",
    "size" : 1474532,
    "uuid" : "9389a644-b1c0-3182-a30f-49b917194d46",
    "path" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Security.framework\/Security",
    "name" : "Security",
    "CFBundleVersion" : "60420.0.22.112.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4366024704,
    "CFBundleShortVersionString" : "1.0.1",
    "CFBundleIdentifier" : "ru.neantess.TrafficRulesExam",
    "size" : 1343488,
    "uuid" : "9e3572aa-ceaa-34d5-9695-31599bae8c54",
    "path" : "\/Users\/USER\/Library\/Developer\/Xcode\/UserData\/Previews\/Simulator Devices\/A51739F2-E4B6-45AE-AA42-428A4B2816CF\/data\/Containers\/Bundle\/Application\/58A098BA-A7BB-4012-9BBF-F71909A88DC9\/TrafficRulesExam.app\/TrafficRulesExam",
    "name" : "TrafficRulesExam",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6445494272,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 3833853,
    "uuid" : "c3ed8c83-49f0-3aed-a868-d8592b70223c",
    "path" : "\/Applications\/Xcode-beta.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" : "1932.101"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6594498560,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.GraphicsServices",
    "size" : 36864,
    "uuid" : "28887c87-9071-3a8e-b5b2-88a9ec8fd520",
    "path" : "\/Applications\/Xcode-beta.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" : 4386930688,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.UIKitCore",
    "size" : 23330816,
    "uuid" : "4f13da6b-868d-300f-b5f1-7c794f98e765",
    "path" : "\/Applications\/Xcode-beta.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" : "6072.3.105"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4447748096,
    "CFBundleShortVersionString" : "4.0.66.3.102",
    "CFBundleIdentifier" : "com.apple.SwiftUI",
    "size" : 20643840,
    "uuid" : "55894510-da18-3fd8-86ca-73ad36e2af2e",
    "path" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/SwiftUI.framework\/SwiftUI",
    "name" : "SwiftUI",
    "CFBundleVersion" : "4.0.66.3.102"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4374315008,
    "size" : 327680,
    "uuid" : "febd6659-e7da-3e89-9c38-1c941e198e27",
    "path" : "\/Applications\/Xcode-beta.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" : 4371316736,
    "size" : 393216,
    "uuid" : "d9c2a46e-8dc4-3950-9d6a-f799e8ccb683",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7173816320,
    "size" : 53244,
    "uuid" : "f354eadf-ba89-3191-bbdd-9f36eda1f6ca",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6443167744,
    "size" : 511992,
    "uuid" : "06558ab3-072d-3a19-a646-975ce68a3404",
    "path" : "\/Applications\/Xcode-beta.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" : 6444691456,
    "size" : 106492,
    "uuid" : "9f85deff-ba58-3972-86c0-0161de9b2313",
    "path" : "\/Applications\/Xcode-beta.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" : 6442614784,
    "size" : 212112,
    "uuid" : "ffbcaf3d-1e27-3015-aed0-996fd22fb993",
    "path" : "\/Applications\/Xcode-beta.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" : 4373102592,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.yandex.mobile.metrica.sdk.crashes",
    "size" : 409600,
    "uuid" : "87043f46-1bdb-3d5a-9e5d-c9d1eb6dd109",
    "path" : "\/Users\/USER\/*\/YandexMobileMetricaCrashes.framework\/YandexMobileMetricaCrashes",
    "name" : "YandexMobileMetricaCrashes",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6639861760,
    "size" : 4640768,
    "uuid" : "fdc3aed3-cd63-37c3-9845-b22280caba1c",
    "path" : "\/Applications\/Xcode-beta.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" : 6890270720,
    "CFBundleShortVersionString" : "4.0.21.1",
    "CFBundleIdentifier" : "com.apple.AttributeGraph",
    "size" : 245730,
    "uuid" : "735b7b39-35cc-3117-a327-f4d6c9526378",
    "path" : "\/Applications\/Xcode-beta.app\/Contents\/Developer\/Platforms\/iPhoneOS.platform\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/AttributeGraph.framework\/AttributeGraph",
    "name" : "AttributeGraph",
    "CFBundleVersion" : "4.0.21.1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6449811456,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 10207226,
    "uuid" : "13e234c9-3540-3850-8c81-fcdd117524f8",
    "path" : "\/Applications\/Xcode-beta.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" : "1932.101"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4384047104,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.yandex.mobile.metrica.sdk",
    "size" : 1359872,
    "uuid" : "6a594441-bdae-3f43-accc-7d2361004a0a",
    "path" : "\/Users\/USER\/*\/YandexMobileMetrica.framework\/YandexMobileMetrica",
    "name" : "YandexMobileMetrica",
    "CFBundleVersion" : "1"
  }
],
  "sharedCache" : {
  "base" : 6442450944,
  "size" : 1284898816,
  "uuid" : "0797c590-fa92-3c54-a887-a65d4114a3a9"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=783.3M resident=0K(0%) swapped_out_or_unallocated=783.3M(100%)\nWritable regions: Total=608.5M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=608.5M(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nColorSync                           32K        2 \nFoundation                          16K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                           207.7M       38 \nMALLOC guard page                  128K        8 \nMALLOC_LARGE (reserved)            128K        1         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nMach message                        16K        1 \nSQLite page cache                  256K        4 \nSTACK GUARD                       56.2M       12 \nStack                             13.8M       12 \nVM_ALLOCATE                       1056K        2 \n__DATA                            13.3M      428 \n__DATA_CONST                      37.5M      430 \n__DATA_DIRTY                        50K       10 \n__FONT_DATA                        2352        1 \n__LINKEDIT                       376.5M       41 \n__OBJC_RO                         26.6M        1 \n__OBJC_RW                          836K        1 \n__TEXT                           406.7M      439 \ndyld private memory               1280K        2 \nmapped file                       33.4M        5 \nshared memory                       16K        1 \n===========                     =======  ======= \nTOTAL                              1.5G     1443 \nTOTAL, minus reserved VM space     1.1G     1443 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "ru.yandex.mobile.YandexMobileMetrica.YMMAsyncExecutor.Queue"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "61301e3a61217b3110231469",
      "factorPackIds" : {
        "SIRI_FIND_MY_CONFIGURATION_FILES" : "6216ae152a40e71046e16225"
      },
      "deploymentId" : 240000016
    },
    {
      "rolloutId" : "6112dda2fc54bc3389840642",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "628bd2fda5168570b594bb52"
      },
      "deploymentId" : 240000137
    }
  ],
  "experiments" : [

  ]
}
}
@ghost
Copy link

ghost commented Jun 9, 2022 via email

@yaroslavyaroslav yaroslavyaroslav closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant