overtake / TelegramSwift

Source code of Telegram for macos on Swift 5.0
https://macos.telegram.org
GNU General Public License v2.0
5.06k stars 856 forks source link

Crashes on MacOS Ventura #915

Closed gerald-lnj closed 1 year ago

gerald-lnj commented 1 year ago

App crashes immediately upon opening. Issue immediately appeared when upgrading to Ventura.

There's also a similar issue here https://github.com/telegramdesktop/tdesktop/issues/25523

I installed using brew install --cask telegram

Crash log ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: Telegram [26554] Path: /Applications/Telegram.app/Contents/MacOS/Telegram Identifier: ru.keepcoder.Telegram Version: 9.3.1 (241825) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 501 Date/Time: 2023-01-17 14:43:16.5169 +0800 OS Version: macOS 13.1 (22C65) Report Version: 12 Bridge OS Version: 7.1 (20P2059) Anonymous UUID: A0FFE095-FC41-6415-9511-DCFB47C0011D Sleep/Wake UUID: 6A6EF688-0393-45C8-ABBA-9A2C37AD6AA4 Time Awake Since Boot: 11000 seconds Time Since Wake: 839 seconds System Integrity Protection: enabled Crashed Thread: 8 Dispatch queue: com.apple.root.default-qos Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: abort() called Application Specific Backtrace 0: 0 CoreFoundation 0x00007ff80337840b __exceptionPreprocess + 242 1 libobjc.A.dylib 0x00007ff802ec4e25 objc_exception_throw + 48 2 CoreFoundation 0x00007ff80340f54b -[NSObject(NSObject) __retain_OA] + 0 3 CoreFoundation 0x00007ff8032e264b ___forwarding___ + 1324 4 CoreFoundation 0x00007ff8032e2088 _CF_forwarding_prep_0 + 120 5 AVFCapture 0x00007ff81e4ed2f8 -[AVCaptureDALDevice _refreshFormatsAndKVONotify:] + 853 6 AVFCapture 0x00007ff81e4ec9d2 -[AVCaptureDALDevice _refreshStreamsAndKVONotify:] + 1737 7 AVFCapture 0x00007ff81e4ebe78 -[AVCaptureDALDevice _refreshPropertiesAndKVONotify:] + 65 8 AVFCapture 0x00007ff81e4eb9ee -[AVCaptureDALDevice _refreshConnectionID:KVONotify:] + 200 9 AVFCapture 0x00007ff81e4e6ff2 -[AVCaptureDALDevice initWithUniqueID:connectionID:] + 332 10 AVFCapture 0x00007ff81e4e3824 +[AVCaptureDALDevice _refreshDevices] + 2072 11 AVFCapture 0x00007ff81e4e3c07 __39+[AVCaptureDALDevice _ensureDeviceList]_block_invoke + 28 12 libdispatch.dylib 0x00007ff8030a4a44 _dispatch_client_callout + 8 13 libdispatch.dylib 0x00007ff8030a5c32 _dispatch_once_callout + 20 14 AVFCapture 0x00007ff81e4e2fb2 +[AVCaptureDALDevice devices] + 38 15 AVFCapture 0x00007ff81e4e3e7f +[AVCaptureDALDevice _defaultDeviceWithDeviceType:mediaTypes:position:cameraOverrideHistoryAllowed:cameraOverrideHistorySuspendedAllowed:wombatsMustBeMagic:userPreferredCameraHistorySuspendedAllowed:invalidSpecialDeviceTypes:] + 79 16 AVFCapture 0x00007ff81e4e3e08 +[AVCaptureDALDevice defaultDeviceWithDeviceType:mediaType:position:] + 129 17 AVFCapture 0x00007ff81e5ae26f +[AVCaptureDevice_Tundra defaultDeviceWithMediaType:allowIOSMacEnvironment:] + 265 18 AVFCapture 0x00007ff81e5af786 +[AVCaptureDevice_Tundra defaultDeviceWithMediaType:] + 38 19 Telegram 0x000000010580981f Telegram + 9267231 20 Telegram 0x000000010580858c Telegram + 9262476 21 Telegram 0x00000001062f5652 Telegram + 20719186 22 Telegram 0x0000000106308aa4 Telegram + 20798116 23 Telegram 0x00000001062f3bae Telegram + 20712366 24 libdispatch.dylib 0x00007ff8030a37fb _dispatch_call_block_and_release + 12 25 libdispatch.dylib 0x00007ff8030a4a44 _dispatch_client_callout + 8 26 libdispatch.dylib 0x00007ff8030a716e _dispatch_queue_override_invoke + 811 27 libdispatch.dylib 0x00007ff8030b46a2 _dispatch_root_queue_drain + 343 28 libdispatch.dylib 0x00007ff8030b4e4d _dispatch_worker_thread2 + 160 29 libsystem_pthread.dylib 0x00007ff803220c9d _pthread_wqthread + 256 30 libsystem_pthread.dylib 0x00007ff80321fc67 start_wqthread + 15 Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x7ff8031e6d42 __ulock_wait + 10 1 libdispatch.dylib 0x7ff8030a5233 _dlock_wait + 45 2 libdispatch.dylib 0x7ff8030a51c4 _dispatch_once_wait + 76 3 AVFCapture 0x7ff81e4e2fb2 +[AVCaptureDALDevice devices] + 38 4 AVFCapture 0x7ff81e4e3e7f +[AVCaptureDALDevice _defaultDeviceWithDeviceType:mediaTypes:position:cameraOverrideHistoryAllowed:cameraOverrideHistorySuspendedAllowed:wombatsMustBeMagic:userPreferredCameraHistorySuspendedAllowed:invalidSpecialDeviceTypes:] + 79 5 AVFCapture 0x7ff81e4ef7b2 +[AVCaptureDALDevice _refreshPreferredCameraProperties:] + 326 6 libdispatch.dylib 0x7ff8030a37fb _dispatch_call_block_and_release + 12 7 libdispatch.dylib 0x7ff8030a4a44 _dispatch_client_callout + 8 8 libdispatch.dylib 0x7ff8030b17b9 _dispatch_main_queue_drain + 952 9 libdispatch.dylib 0x7ff8030b13f3 _dispatch_main_queue_callback_4CF + 31 10 CoreFoundation 0x7ff80333e610 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9 11 CoreFoundation 0x7ff8032feb90 __CFRunLoopRun + 2454 12 CoreFoundation 0x7ff8032fdb80 CFRunLoopRunSpecific + 560 13 HIToolbox 0x7ff80cc42766 RunCurrentEventLoopInMode + 292 14 HIToolbox 0x7ff80cc42576 ReceiveNextEventCommon + 679 15 HIToolbox 0x7ff80cc422b3 _BlockUntilNextEventMatchingListInModeWithFilter + 70 16 AppKit 0x7ff806449f33 _DPSNextEvent + 909 17 AppKit 0x7ff806448db4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1219 18 AppKit 0x7ff80643b3f7 -[NSApplication run] + 586 19 AppKit 0x7ff80640f427 NSApplicationMain + 817 20 Telegram 0x104f3dc99 0x104f33000 + 44185 21 dyld 0x7ff802ef1310 start + 2432 Thread 1: 0 libsystem_pthread.dylib 0x7ff80321fc58 start_wqthread + 0 Thread 2: 0 libsystem_pthread.dylib 0x7ff80321fc58 start_wqthread + 0 Thread 3:: Dispatch queue: org.telegram.postbox.Postbox 0 Telegram 0x106391f59 0x104f33000 + 21360473 1 Telegram 0x10639128a 0x104f33000 + 21357194 2 Telegram 0x10638b777 0x104f33000 + 21333879 3 Telegram 0x106391e35 0x104f33000 + 21360181 4 Telegram 0x106376ecb 0x104f33000 + 21249739 5 Telegram 0x10636e216 0x104f33000 + 21213718 6 Telegram 0x10633df12 0x104f33000 + 21016338 7 Telegram 0x106369117 0x104f33000 + 21192983 8 Telegram 0x10633d87d 0x104f33000 + 21014653 9 Telegram 0x106333918 0x104f33000 + 20973848 10 Telegram 0x10635594f 0x104f33000 + 21113167 11 Telegram 0x10633a416 0x104f33000 + 21001238 12 Telegram 0x10633394c 0x104f33000 + 20973900 13 Telegram 0x1060e1dc0 0x104f33000 + 18542016 14 Telegram 0x1062ae6bb 0x104f33000 + 20428475 15 Telegram 0x1062a166e 0x104f33000 + 20375150 16 Telegram 0x1062a894d 0x104f33000 + 20404557 17 Telegram 0x1062aa66d 0x104f33000 + 20412013 18 Telegram 0x10614c5ae 0x104f33000 + 18978222 19 Telegram 0x1062397ec 0x104f33000 + 19949548 20 Telegram 0x106282b71 0x104f33000 + 20249457 21 Telegram 0x106288aa9 0x104f33000 + 20273833 22 Telegram 0x10623e4c7 0x104f33000 + 19969223 23 Telegram 0x106241850 0x104f33000 + 19982416 24 Telegram 0x1062f3bae 0x104f33000 + 20712366 25 libdispatch.dylib 0x7ff8030a37fb _dispatch_call_block_and_release + 12 26 libdispatch.dylib 0x7ff8030a4a44 _dispatch_client_callout + 8 27 libdispatch.dylib 0x7ff8030aaac4 _dispatch_lane_serial_drain + 694 28 libdispatch.dylib 0x7ff8030ab5b4 _dispatch_lane_invoke + 366 29 libdispatch.dylib 0x7ff8030b5ad7 _dispatch_workloop_worker_thread + 762 30 libsystem_pthread.dylib 0x7ff803220ce3 _pthread_wqthread + 326 31 libsystem_pthread.dylib 0x7ff80321fc67 start_wqthread + 15 Thread 4:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x7ff8031e55c2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8031f3604 mach_msg2_internal + 82 2 libsystem_kernel.dylib 0x7ff8031ec635 mach_msg_overwrite + 723 3 libsystem_kernel.dylib 0x7ff8031e58a8 mach_msg + 19 4 CoreFoundation 0x7ff8032ffcde __CFRunLoopServiceMachPort + 145 5 CoreFoundation 0x7ff8032fe74a __CFRunLoopRun + 1360 6 CoreFoundation 0x7ff8032fdb80 CFRunLoopRunSpecific + 560 7 AppKit 0x7ff8065aa299 _NSEventThread + 132 8 libsystem_pthread.dylib 0x7ff803224259 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff80321fc7b thread_start + 15 Thread 5:: com.apple.coreaudio.AQClient 0 libsystem_kernel.dylib 0x7ff8031e55c2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8031f3604 mach_msg2_internal + 82 2 libsystem_kernel.dylib 0x7ff8031ec635 mach_msg_overwrite + 723 3 libsystem_kernel.dylib 0x7ff8031e58a8 mach_msg + 19 4 CoreFoundation 0x7ff8032ffcde __CFRunLoopServiceMachPort + 145 5 CoreFoundation 0x7ff8032fe74a __CFRunLoopRun + 1360 6 CoreFoundation 0x7ff8032fdb80 CFRunLoopRunSpecific + 560 7 AudioToolbox 0x7ff811cac5e9 CADeprecated::GenericRunLoopThread::Entry(void*) + 157 8 libAudioToolboxUtility.dylib 0x7ff810a9c333 CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 77 9 libsystem_pthread.dylib 0x7ff803224259 _pthread_start + 125 10 libsystem_pthread.dylib 0x7ff80321fc7b thread_start + 15 Thread 6:: caulk.messenger.shared:high 0 libsystem_kernel.dylib 0x7ff8031e553e semaphore_wait_trap + 10 1 caulk 0x7ff80c98e8f8 caulk::mach::semaphore::wait_or_error() + 16 2 caulk 0x7ff80c974664 caulk::concurrent::details::worker_thread::run() + 36 3 caulk 0x7ff80c974328 void* caulk::thread_proxy > >(void*) + 41 4 libsystem_pthread.dylib 0x7ff803224259 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff80321fc7b thread_start + 15 Thread 7:: caulk.messenger.shared:17 0 libsystem_kernel.dylib 0x7ff8031e553e semaphore_wait_trap + 10 1 caulk 0x7ff80c98e8f8 caulk::mach::semaphore::wait_or_error() + 16 2 caulk 0x7ff80c974664 caulk::concurrent::details::worker_thread::run() + 36 3 caulk 0x7ff80c974328 void* caulk::thread_proxy > >(void*) + 41 4 libsystem_pthread.dylib 0x7ff803224259 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff80321fc7b thread_start + 15 Thread 8 Crashed:: Dispatch queue: com.apple.root.default-qos 0 libsystem_kernel.dylib 0x7ff8031ec22a __pthread_kill + 10 1 libsystem_pthread.dylib 0x7ff803223f7b pthread_kill + 263 2 libsystem_c.dylib 0x7ff80316dca5 abort + 123 3 Telegram 0x107702441 0x104f33000 + 41743425 4 Telegram 0x107701424 0x104f33000 + 41739300 5 CoreFoundation 0x7ff803407576 __handleUncaughtException + 848 6 libobjc.A.dylib 0x7ff802ecc01d _objc_terminate() + 90 7 Telegram 0x1076f5cfa 0x104f33000 + 41692410 8 libc++abi.dylib 0x7ff8031dd4a5 std::__terminate(void (*)()) + 8 9 libc++abi.dylib 0x7ff8031dd456 std::terminate() + 54 10 libdispatch.dylib 0x7ff8030a4a58 _dispatch_client_callout + 28 11 libdispatch.dylib 0x7ff8030a5c32 _dispatch_once_callout + 20 12 AVFCapture 0x7ff81e4e2fb2 +[AVCaptureDALDevice devices] + 38 13 AVFCapture 0x7ff81e4e3e7f +[AVCaptureDALDevice _defaultDeviceWithDeviceType:mediaTypes:position:cameraOverrideHistoryAllowed:cameraOverrideHistorySuspendedAllowed:wombatsMustBeMagic:userPreferredCameraHistorySuspendedAllowed:invalidSpecialDeviceTypes:] + 79 14 AVFCapture 0x7ff81e4e3e08 +[AVCaptureDALDevice defaultDeviceWithDeviceType:mediaType:position:] + 129 15 AVFCapture 0x7ff81e5ae26f +[AVCaptureDevice_Tundra defaultDeviceWithMediaType:allowIOSMacEnvironment:] + 265 16 AVFCapture 0x7ff81e5af786 +[AVCaptureDevice_Tundra defaultDeviceWithMediaType:] + 38 17 Telegram 0x10580981f 0x104f33000 + 9267231 18 Telegram 0x10580858c 0x104f33000 + 9262476 19 Telegram 0x1062f5652 0x104f33000 + 20719186 20 Telegram 0x106308aa4 0x104f33000 + 20798116 21 Telegram 0x1062f3bae 0x104f33000 + 20712366 22 libdispatch.dylib 0x7ff8030a37fb _dispatch_call_block_and_release + 12 23 libdispatch.dylib 0x7ff8030a4a44 _dispatch_client_callout + 8 24 libdispatch.dylib 0x7ff8030a716e _dispatch_queue_override_invoke + 811 25 libdispatch.dylib 0x7ff8030b46a2 _dispatch_root_queue_drain + 343 26 libdispatch.dylib 0x7ff8030b4e4d _dispatch_worker_thread2 + 160 27 libsystem_pthread.dylib 0x7ff803220c9d _pthread_wqthread + 256 28 libsystem_pthread.dylib 0x7ff80321fc67 start_wqthread + 15 Thread 9: 0 libsystem_kernel.dylib 0x7ff8031e55c2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff8031f3604 mach_msg2_internal + 82 2 libsystem_kernel.dylib 0x7ff8031ec635 mach_msg_overwrite + 723 3 libsystem_kernel.dylib 0x7ff8031e58a8 mach_msg + 19 4 Telegram 0x10770b1d5 0x104f33000 + 41779669 5 libsystem_pthread.dylib 0x7ff803224259 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff80321fc7b thread_start + 15 Thread 10:: Dispatch queue: StorageBox-Shared 0 libsystem_kernel.dylib 0x7ff8031e5fb6 __fcntl + 10 1 libsystem_kernel.dylib 0x7ff8031e5e66 fcntl + 170 2 Telegram 0x1063412b5 0x104f33000 + 21029557 3 Telegram 0x10634da37 0x104f33000 + 21080631 4 Telegram 0x106338b8e 0x104f33000 + 20994958 5 Telegram 0x1063390b1 0x104f33000 + 20996273 6 Telegram 0x106351c10 0x104f33000 + 21097488 7 Telegram 0x10635de4c 0x104f33000 + 21147212 8 Telegram 0x10633a416 0x104f33000 + 21001238 9 Telegram 0x10633394c 0x104f33000 + 20973900 10 Telegram 0x1060e1dc0 0x104f33000 + 18542016 11 Telegram 0x1062b2372 0x104f33000 + 20444018 12 Telegram 0x1062b2bce 0x104f33000 + 20446158 13 Telegram 0x1062c0a69 0x104f33000 + 20503145 14 Telegram 0x1062be79f 0x104f33000 + 20494239 15 Telegram 0x1062f5535 0x104f33000 + 20718901 16 Telegram 0x1062f3bae 0x104f33000 + 20712366 17 libdispatch.dylib 0x7ff8030a37fb _dispatch_call_block_and_release + 12 18 libdispatch.dylib 0x7ff8030a4a44 _dispatch_client_callout + 8 19 libdispatch.dylib 0x7ff8030aaac4 _dispatch_lane_serial_drain + 694 20 libdispatch.dylib 0x7ff8030ab5b4 _dispatch_lane_invoke + 366 21 libdispatch.dylib 0x7ff8030b5ad7 _dispatch_workloop_worker_thread + 762 22 libsystem_pthread.dylib 0x7ff803220ce3 _pthread_wqthread + 326 23 libsystem_pthread.dylib 0x7ff80321fc67 start_wqthread + 15 Thread 11: 0 libsystem_pthread.dylib 0x7ff80321fc58 start_wqthread + 0 Thread 12: 0 libswiftCore.dylib 0x7ff8119698ad swift_release + 77 1 Telegram 0x1063169c3 0x104f33000 + 20855235 2 Telegram 0x106976890 0x104f33000 + 27539600 3 Telegram 0x1063169b8 0x104f33000 + 20855224 4 Telegram 0x1071007d9 0x104f33000 + 35444697 5 Telegram 0x1062f3bae 0x104f33000 + 20712366 6 libdispatch.dylib 0x7ff8030a37fb _dispatch_call_block_and_release + 12 7 libdispatch.dylib 0x7ff8030a4a44 _dispatch_client_callout + 8 8 libdispatch.dylib 0x7ff8030aaac4 _dispatch_lane_serial_drain + 694 9 libdispatch.dylib 0x7ff8030ab5b4 _dispatch_lane_invoke + 366 10 libdispatch.dylib 0x7ff8030b5ad7 _dispatch_workloop_worker_thread + 762 11 libsystem_pthread.dylib 0x7ff803220ce3 _pthread_wqthread + 326 12 libsystem_pthread.dylib 0x7ff80321fc67 start_wqthread + 15 Thread 13: 0 libsystem_pthread.dylib 0x7ff80321fc58 start_wqthread + 0 Thread 14: 0 libsystem_pthread.dylib 0x7ff80321fc58 start_wqthread + 0 Thread 15: 0 libsystem_pthread.dylib 0x7ff80321fc58 start_wqthread + 0 Thread 16: 0 libsystem_kernel.dylib 0x7ff8031e7fea __semwait_signal + 10 1 libsystem_c.dylib 0x7ff8030fcb4a nanosleep + 196 2 libsystem_c.dylib 0x7ff803107a3a sleep + 41 3 LogiCapture 0x10b84bd6d SML::Kamino::VCam::CPluginIPCHandler::ThreadProc(void*) + 95 4 libsystem_pthread.dylib 0x7ff803224259 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff80321fc7b thread_start + 15 Thread 17: 0 libsystem_kernel.dylib 0x7ff8031e7fea __semwait_signal + 10 1 libsystem_c.dylib 0x7ff8030fcb4a nanosleep + 196 2 libsystem_c.dylib 0x7ff8030fca80 usleep + 53 3 libVtcComLib.dylib 0x116cebe05 void* std::__1::__thread_proxy >, LogAsync::LogAsync(std::__1::mutex&)::'lambda'()> >(void*) + 68 4 libsystem_pthread.dylib 0x7ff803224259 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff80321fc7b thread_start + 15 Thread 8 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x000070000b657000 rcx: 0x000070000b656158 rdx: 0x0000000000000000 rdi: 0x000000000000b50b rsi: 0x0000000000000006 rbp: 0x000070000b656180 rsp: 0x000070000b656158 r8: 0x00007ffffffffff8 r9: 0x00007ff846b52288 r10: 0x0000000000000000 r11: 0x0000000000000246 r12: 0x000000000000b50b r13: 0x00007fc32f87ba00 r14: 0x0000000000000006 r15: 0x0000000000000016 rip: 0x00007ff8031ec22a rfl: 0x0000000000000246 cr2: 0x00007ff842eacd80 Logical CPU: 0 Error Code: 0x020000b8 Trap Number: 133 Binary Images: 0x7ff8031e4000 - 0x7ff80321dff7 libsystem_kernel.dylib (*) <7c3dcc95-9f42-3c7c-8796-476ff67b9cf7> /usr/lib/system/libsystem_kernel.dylib 0x7ff8030a2000 - 0x7ff8030e8ff3 libdispatch.dylib (*) <6282e528-6a67-334b-accf-1f8fd89369bd> /usr/lib/system/libdispatch.dylib 0x7ff81e492000 - 0x7ff81e610ff3 com.apple.AVFCapture (1.0) <6c5f2a5b-bf09-3e59-a9be-28071b3cba40> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture 0x7ff803280000 - 0x7ff803719fff com.apple.CoreFoundation (6.9) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7ff80cc13000 - 0x7ff80cf0affd com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7ff80640c000 - 0x7ff807413fff com.apple.AppKit (6.9) <00f4aa78-a19f-3a8e-9650-9f90b7beefd6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x104f33000 - 0x108802fff ru.keepcoder.Telegram (9.3.1) /Applications/Telegram.app/Contents/MacOS/Telegram 0x7ff802eeb000 - 0x7ff802f7fc6f dyld (*) /usr/lib/dyld 0x7ff80321e000 - 0x7ff803229ff7 libsystem_pthread.dylib (*) <5920e36f-53ec-33f0-b675-8ae48b58418c> /usr/lib/system/libsystem_pthread.dylib 0x7ff811bd5000 - 0x7ff811cfcff3 com.apple.audio.toolbox.AudioToolbox (1.14) <23fb36b1-0e3d-34ce-99a2-b83817542a8c> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7ff810a8f000 - 0x7ff810ac0fef libAudioToolboxUtility.dylib (*) <8dbe0f78-50d6-3eeb-b1f0-8396eebb0249> /usr/lib/libAudioToolboxUtility.dylib 0x7ff80c972000 - 0x7ff80c997fff com.apple.audio.caulk (1.0) <66bba3ca-bce1-32f8-8269-99fac92469fc> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x7ff8030ec000 - 0x7ff803174fff libsystem_c.dylib (*) <376f7cb7-6dd2-3e00-976f-77dd755bdb0d> /usr/lib/system/libsystem_c.dylib 0x7ff802eaf000 - 0x7ff802eeafd8 libobjc.A.dylib (*) <38d89f3c-dc4c-3b0a-a09c-461739132150> /usr/lib/libobjc.A.dylib 0x7ff8031ce000 - 0x7ff8031e3ff7 libc++abi.dylib (*) <1fa4a590-f60c-3813-a408-a407fbcd0e89> /usr/lib/libc++abi.dylib 0x7ff81164d000 - 0x7ff811afbff4 libswiftCore.dylib (*) /usr/lib/swift/libswiftCore.dylib 0x10b844000 - 0x10b85dfff LogiCapture.DAL.VirtualCamera (1.1912.04.1) /Library/CoreMediaIO/*/LogiCapture.plugin/Contents/MacOS/LogiCapture 0x116ce6000 - 0x116ef5fff libVtcComLib.dylib (*) <5e1fb2f6-9784-311c-a935-428ac1094cdb> /Library/CoreMediaIO/*/RelayCam.plugin/Contents/Frameworks/libVtcComLib.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 0 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=883.7M resident=0K(0%) swapped_out_or_unallocated=883.7M(100%) Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 256K 2 Activity Tracing 256K 1 CG backing stores 3120K 8 CG image 44K 2 ColorSync 240K 28 CoreAnimation 124K 10 CoreGraphics 16K 3 CoreUI image data 988K 10 Foundation 16K 1 Kernel Alloc Once 8K 1 MALLOC 290.3M 284 MALLOC guard page 48K 10 MALLOC_MEDIUM (reserved) 960.0M 8 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) STACK GUARD 56.1M 18 Stack 16.6M 18 VM_ALLOCATE 340K 29 __CTF 756 1 __DATA 39.6M 631 __DATA_CONST 42.6M 416 __DATA_DIRTY 2188K 239 __FONT_DATA 2352 1 __LINKEDIT 187.4M 14 __OBJC_RO 65.4M 1 __OBJC_RW 1988K 2 __TEXT 696.3M 650 dyld private memory 256K 1 mapped file 222.9M 321 shared memory 792K 18 =========== ======= ======= TOTAL 2.9G 2729 TOTAL, minus reserved VM space 1.6G 2729 ----------- Full Report ----------- {"app_name":"Telegram","timestamp":"2023-01-17 14:43:18.00 +0800","app_version":"9.3.1","slice_uuid":"a0b728ba-5a37-3290-b751-ace01e70afd4","build_version":"241825","platform":1,"bundleID":"ru.keepcoder.Telegram","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.1 (22C65)","roots_installed":0,"name":"Telegram","incident_id":"037233C4-6875-49C5-86D1-867CFBC52E8A"} { "uptime" : 11000, "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookPro16,2", "coalitionID" : 3040, "osVersion" : { "train" : "macOS 13.1", "build" : "22C65", "releaseType" : "User" }, "captureTime" : "2023-01-17 14:43:16.5169 +0800", "incident" : "037233C4-6875-49C5-86D1-867CFBC52E8A", "pid" : 26554, "cpuType" : "X86-64", "roots_installed" : 0, "bug_type" : "309", "procLaunch" : "2023-01-17 14:43:02.6702 +0800", "procStartAbsTime" : 11050645139200, "procExitAbsTime" : 11064473232710, "procName" : "Telegram", "procPath" : "\/Applications\/Telegram.app\/Contents\/MacOS\/Telegram", "bundleInfo" : {"CFBundleShortVersionString":"9.3.1","CFBundleVersion":"241825","CFBundleIdentifier":"ru.keepcoder.Telegram"}, "storeInfo" : {"deviceIdentifierForVendor":"01FE40FB-1DE3-5648-A83A-807E1B310B36","thirdParty":true}, "parentProc" : "launchd", "parentPid" : 1, "coalitionName" : "ru.keepcoder.Telegram", "crashReporterKey" : "A0FFE095-FC41-6415-9511-DCFB47C0011D", "throttleTimeout" : 2147483647, "wakeTime" : 839, "bridgeVersion" : {"build":"20P2059","train":"7.1"}, "sleepWakeUUID" : "6A6EF688-0393-45C8-ABBA-9A2C37AD6AA4", "sip" : "enabled", "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"}, "asi" : {"libsystem_c.dylib":["abort() called"]}, "asiBacktraces" : ["0 CoreFoundation 0x00007ff80337840b __exceptionPreprocess + 242\n1 libobjc.A.dylib 0x00007ff802ec4e25 objc_exception_throw + 48\n2 CoreFoundation 0x00007ff80340f54b -[NSObject(NSObject) __retain_OA] + 0\n3 CoreFoundation 0x00007ff8032e264b ___forwarding___ + 1324\n4 CoreFoundation 0x00007ff8032e2088 _CF_forwarding_prep_0 + 120\n5 AVFCapture 0x00007ff81e4ed2f8 -[AVCaptureDALDevice _refreshFormatsAndKVONotify:] + 853\n6 AVFCapture 0x00007ff81e4ec9d2 -[AVCaptureDALDevice _refreshStreamsAndKVONotify:] + 1737\n7 AVFCapture 0x00007ff81e4ebe78 -[AVCaptureDALDevice _refreshPropertiesAndKVONotify:] + 65\n8 AVFCapture 0x00007ff81e4eb9ee -[AVCaptureDALDevice _refreshConnectionID:KVONotify:] + 200\n9 AVFCapture 0x00007ff81e4e6ff2 -[AVCaptureDALDevice initWithUniqueID:connectionID:] + 332\n10 AVFCapture 0x00007ff81e4e3824 +[AVCaptureDALDevice _refreshDevices] + 2072\n11 AVFCapture 0x00007ff81e4e3c07 __39+[AVCaptureDALDevice _ensureDeviceList]_block_invoke + 28\n12 libdispatch.dylib 0x00007ff8030a4a44 _dispatch_client_callout + 8\n13 libdispatch.dylib 0x00007ff8030a5c32 _dispatch_once_callout + 20\n14 AVFCapture 0x00007ff81e4e2fb2 +[AVCaptureDALDevice devices] + 38\n15 AVFCapture 0x00007ff81e4e3e7f +[AVCaptureDALDevice _defaultDeviceWithDeviceType:mediaTypes:position:cameraOverrideHistoryAllowed:cameraOverrideHistorySuspendedAllowed:wombatsMustBeMagic:userPreferredCameraHistorySuspendedAllowed:invalidSpecialDeviceTypes:] + 79\n16 AVFCapture 0x00007ff81e4e3e08 +[AVCaptureDALDevice defaultDeviceWithDeviceType:mediaType:position:] + 129\n17 AVFCapture 0x00007ff81e5ae26f +[AVCaptureDevice_Tundra defaultDeviceWithMediaType:allowIOSMacEnvironment:] + 265\n18 AVFCapture 0x00007ff81e5af786 +[AVCaptureDevice_Tundra defaultDeviceWithMediaType:] + 38\n19 Telegram 0x000000010580981f Telegram + 9267231\n20 Telegram 0x000000010580858c Telegram + 9262476\n21 Telegram 0x00000001062f5652 Telegram + 20719186\n22 Telegram 0x0000000106308aa4 Telegram + 20798116\n23 Telegram 0x00000001062f3bae Telegram + 20712366\n24 libdispatch.dylib 0x00007ff8030a37fb _dispatch_call_block_and_release + 12\n25 libdispatch.dylib 0x00007ff8030a4a44 _dispatch_client_callout + 8\n26 libdispatch.dylib 0x00007ff8030a716e _dispatch_queue_override_invoke + 811\n27 libdispatch.dylib 0x00007ff8030b46a2 _dispatch_root_queue_drain + 343\n28 libdispatch.dylib 0x00007ff8030b4e4d _dispatch_worker_thread2 + 160\n29 libsystem_pthread.dylib 0x00007ff803220c9d _pthread_wqthread + 256\n30 libsystem_pthread.dylib 0x00007ff80321fc67 start_wqthread + 15"], "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "lastExceptionBacktrace" : [{"imageOffset":1016827,"symbol":"__exceptionPreprocess","symbolLocation":226,"imageIndex":3},{"imageOffset":89637,"symbol":"objc_exception_throw","symbolLocation":48,"imageIndex":13},{"imageOffset":1635659,"symbol":"-[NSObject(NSObject) __retain_OA]","symbolLocation":0,"imageIndex":3},{"imageOffset":403019,"symbol":"___forwarding___","symbolLocation":1324,"imageIndex":3},{"imageOffset":401544,"symbol":"_CF_forwarding_prep_0","symbolLocation":120,"imageIndex":3},{"imageOffset":373496,"symbol":"-[AVCaptureDALDevice _refreshFormatsAndKVONotify:]","symbolLocation":853,"imageIndex":2},{"imageOffset":371154,"symbol":"-[AVCaptureDALDevice _refreshStreamsAndKVONotify:]","symbolLocation":1737,"imageIndex":2},{"imageOffset":368248,"symbol":"-[AVCaptureDALDevice _refreshPropertiesAndKVONotify:]","symbolLocation":65,"imageIndex":2},{"imageOffset":367086,"symbol":"-[AVCaptureDALDevice _refreshConnectionID:KVONotify:]","symbolLocation":200,"imageIndex":2},{"imageOffset":348146,"symbol":"-[AVCaptureDALDevice initWithUniqueID:connectionID:]","symbolLocation":332,"imageIndex":2},{"imageOffset":333860,"symbol":"+[AVCaptureDALDevice _refreshDevices]","symbolLocation":2072,"imageIndex":2},{"imageOffset":334855,"symbol":"__39+[AVCaptureDALDevice _ensureDeviceList]_block_invoke","symbolLocation":28,"imageIndex":2},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":15410,"symbol":"_dispatch_once_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":331698,"symbol":"+[AVCaptureDALDevice devices]","symbolLocation":38,"imageIndex":2},{"imageOffset":335487,"symbol":"+[AVCaptureDALDevice _defaultDeviceWithDeviceType:mediaTypes:position:cameraOverrideHistoryAllowed:cameraOverrideHistorySuspendedAllowed:wombatsMustBeMagic:userPreferredCameraHistorySuspendedAllowed:invalidSpecialDeviceTypes:]","symbolLocation":79,"imageIndex":2},{"imageOffset":335368,"symbol":"+[AVCaptureDALDevice defaultDeviceWithDeviceType:mediaType:position:]","symbolLocation":129,"imageIndex":2},{"imageOffset":1163887,"symbol":"+[AVCaptureDevice_Tundra defaultDeviceWithMediaType:allowIOSMacEnvironment:]","symbolLocation":265,"imageIndex":2},{"imageOffset":1169286,"symbol":"+[AVCaptureDevice_Tundra defaultDeviceWithMediaType:]","symbolLocation":38,"imageIndex":2},{"imageOffset":9267231,"imageIndex":6},{"imageOffset":9262476,"imageIndex":6},{"imageOffset":20719186,"imageIndex":6},{"imageOffset":20798116,"imageIndex":6},{"imageOffset":20712366,"imageIndex":6},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":20846,"symbol":"_dispatch_queue_override_invoke","symbolLocation":811,"imageIndex":1},{"imageOffset":75426,"symbol":"_dispatch_root_queue_drain","symbolLocation":343,"imageIndex":1},{"imageOffset":77389,"symbol":"_dispatch_worker_thread2","symbolLocation":160,"imageIndex":1},{"imageOffset":11421,"symbol":"_pthread_wqthread","symbolLocation":256,"imageIndex":8},{"imageOffset":7271,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":8}], "faultingThread" : 8, "threads" : [{"id":212032,"queue":"com.apple.main-thread","frames":[{"imageOffset":11586,"symbol":"__ulock_wait","symbolLocation":10,"imageIndex":0},{"imageOffset":12851,"symbol":"_dlock_wait","symbolLocation":45,"imageIndex":1},{"imageOffset":12740,"symbol":"_dispatch_once_wait","symbolLocation":76,"imageIndex":1},{"imageOffset":331698,"symbol":"+[AVCaptureDALDevice devices]","symbolLocation":38,"imageIndex":2},{"imageOffset":335487,"symbol":"+[AVCaptureDALDevice _defaultDeviceWithDeviceType:mediaTypes:position:cameraOverrideHistoryAllowed:cameraOverrideHistorySuspendedAllowed:wombatsMustBeMagic:userPreferredCameraHistorySuspendedAllowed:invalidSpecialDeviceTypes:]","symbolLocation":79,"imageIndex":2},{"imageOffset":382898,"symbol":"+[AVCaptureDALDevice _refreshPreferredCameraProperties:]","symbolLocation":326,"imageIndex":2},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":63417,"symbol":"_dispatch_main_queue_drain","symbolLocation":952,"imageIndex":1},{"imageOffset":62451,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":31,"imageIndex":1},{"imageOffset":779792,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":9,"imageIndex":3},{"imageOffset":519056,"symbol":"__CFRunLoopRun","symbolLocation":2454,"imageIndex":3},{"imageOffset":514944,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":3},{"imageOffset":194406,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":4},{"imageOffset":193910,"symbol":"ReceiveNextEventCommon","symbolLocation":679,"imageIndex":4},{"imageOffset":193203,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":4},{"imageOffset":253747,"symbol":"_DPSNextEvent","symbolLocation":909,"imageIndex":5},{"imageOffset":249268,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1219,"imageIndex":5},{"imageOffset":193527,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":5},{"imageOffset":13351,"symbol":"NSApplicationMain","symbolLocation":817,"imageIndex":5},{"imageOffset":44185,"imageIndex":6},{"imageOffset":25360,"symbol":"start","symbolLocation":2432,"imageIndex":7}]},{"id":212162,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":212163,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":212190,"queue":"org.telegram.postbox.Postbox","frames":[{"imageOffset":21360473,"imageIndex":6},{"imageOffset":21357194,"imageIndex":6},{"imageOffset":21333879,"imageIndex":6},{"imageOffset":21360181,"imageIndex":6},{"imageOffset":21249739,"imageIndex":6},{"imageOffset":21213718,"imageIndex":6},{"imageOffset":21016338,"imageIndex":6},{"imageOffset":21192983,"imageIndex":6},{"imageOffset":21014653,"imageIndex":6},{"imageOffset":20973848,"imageIndex":6},{"imageOffset":21113167,"imageIndex":6},{"imageOffset":21001238,"imageIndex":6},{"imageOffset":20973900,"imageIndex":6},{"imageOffset":18542016,"imageIndex":6},{"imageOffset":20428475,"imageIndex":6},{"imageOffset":20375150,"imageIndex":6},{"imageOffset":20404557,"imageIndex":6},{"imageOffset":20412013,"imageIndex":6},{"imageOffset":18978222,"imageIndex":6},{"imageOffset":19949548,"imageIndex":6},{"imageOffset":20249457,"imageIndex":6},{"imageOffset":20273833,"imageIndex":6},{"imageOffset":19969223,"imageIndex":6},{"imageOffset":19982416,"imageIndex":6},{"imageOffset":20712366,"imageIndex":6},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":35524,"symbol":"_dispatch_lane_serial_drain","symbolLocation":694,"imageIndex":1},{"imageOffset":38324,"symbol":"_dispatch_lane_invoke","symbolLocation":366,"imageIndex":1},{"imageOffset":80599,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":762,"imageIndex":1},{"imageOffset":11491,"symbol":"_pthread_wqthread","symbolLocation":326,"imageIndex":8},{"imageOffset":7271,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":8}]},{"id":212194,"name":"com.apple.NSEventThread","frames":[{"imageOffset":5570,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":62980,"symbol":"mach_msg2_internal","symbolLocation":82,"imageIndex":0},{"imageOffset":34357,"symbol":"mach_msg_overwrite","symbolLocation":723,"imageIndex":0},{"imageOffset":6312,"symbol":"mach_msg","symbolLocation":19,"imageIndex":0},{"imageOffset":523486,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":3},{"imageOffset":517962,"symbol":"__CFRunLoopRun","symbolLocation":1360,"imageIndex":3},{"imageOffset":514944,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":3},{"imageOffset":1696409,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":5},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":212237,"name":"com.apple.coreaudio.AQClient","frames":[{"imageOffset":5570,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":62980,"symbol":"mach_msg2_internal","symbolLocation":82,"imageIndex":0},{"imageOffset":34357,"symbol":"mach_msg_overwrite","symbolLocation":723,"imageIndex":0},{"imageOffset":6312,"symbol":"mach_msg","symbolLocation":19,"imageIndex":0},{"imageOffset":523486,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":3},{"imageOffset":517962,"symbol":"__CFRunLoopRun","symbolLocation":1360,"imageIndex":3},{"imageOffset":514944,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":3},{"imageOffset":882153,"symbol":"CADeprecated::GenericRunLoopThread::Entry(void*)","symbolLocation":157,"imageIndex":9},{"imageOffset":54067,"symbol":"CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*)","symbolLocation":77,"imageIndex":10},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":212238,"name":"caulk.messenger.shared:high","frames":[{"imageOffset":5438,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":116984,"symbol":"caulk::mach::semaphore::wait_or_error()","symbolLocation":16,"imageIndex":11},{"imageOffset":9828,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":11},{"imageOffset":9000,"symbol":"void* caulk::thread_proxy > >(void*)","symbolLocation":41,"imageIndex":11},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":212239,"name":"caulk.messenger.shared:17","frames":[{"imageOffset":5438,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":116984,"symbol":"caulk::mach::semaphore::wait_or_error()","symbolLocation":16,"imageIndex":11},{"imageOffset":9828,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":11},{"imageOffset":9000,"symbol":"void* caulk::thread_proxy > >(void*)","symbolLocation":41,"imageIndex":11},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"triggered":true,"id":212357,"threadState":{"r13":{"value":140476292774400},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":6},"rsi":{"value":6},"r8":{"value":140737488355320},"cr2":{"value":140704251301248},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":140704314892936,"symbolLocation":0,"symbol":"objc_debug_taggedpointer_obfuscator"},"r15":{"value":22},"rbx":{"value":123145493508096},"trap":{"value":133},"err":{"value":33554616},"r11":{"value":582},"rip":{"value":140703180964394,"matchesCrashFrame":1},"rbp":{"value":123145493504384},"rsp":{"value":123145493504344},"r12":{"value":46347},"rcx":{"value":123145493504344},"flavor":"x86_THREAD_STATE","rdi":{"value":46347}},"queue":"com.apple.root.default-qos","frames":[{"imageOffset":33322,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":0},{"imageOffset":24443,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":8},{"imageOffset":531621,"symbol":"abort","symbolLocation":123,"imageIndex":12},{"imageOffset":41743425,"imageIndex":6},{"imageOffset":41739300,"imageIndex":6},{"imageOffset":1602934,"symbol":"__handleUncaughtException","symbolLocation":848,"imageIndex":3},{"imageOffset":118813,"symbol":"_objc_terminate()","symbolLocation":90,"imageIndex":13},{"imageOffset":41692410,"imageIndex":6},{"imageOffset":62629,"symbol":"std::__terminate(void (*)())","symbolLocation":8,"imageIndex":14},{"imageOffset":62550,"symbol":"std::terminate()","symbolLocation":54,"imageIndex":14},{"imageOffset":10840,"symbol":"_dispatch_client_callout","symbolLocation":28,"imageIndex":1},{"imageOffset":15410,"symbol":"_dispatch_once_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":331698,"symbol":"+[AVCaptureDALDevice devices]","symbolLocation":38,"imageIndex":2},{"imageOffset":335487,"symbol":"+[AVCaptureDALDevice _defaultDeviceWithDeviceType:mediaTypes:position:cameraOverrideHistoryAllowed:cameraOverrideHistorySuspendedAllowed:wombatsMustBeMagic:userPreferredCameraHistorySuspendedAllowed:invalidSpecialDeviceTypes:]","symbolLocation":79,"imageIndex":2},{"imageOffset":335368,"symbol":"+[AVCaptureDALDevice defaultDeviceWithDeviceType:mediaType:position:]","symbolLocation":129,"imageIndex":2},{"imageOffset":1163887,"symbol":"+[AVCaptureDevice_Tundra defaultDeviceWithMediaType:allowIOSMacEnvironment:]","symbolLocation":265,"imageIndex":2},{"imageOffset":1169286,"symbol":"+[AVCaptureDevice_Tundra defaultDeviceWithMediaType:]","symbolLocation":38,"imageIndex":2},{"imageOffset":9267231,"imageIndex":6},{"imageOffset":9262476,"imageIndex":6},{"imageOffset":20719186,"imageIndex":6},{"imageOffset":20798116,"imageIndex":6},{"imageOffset":20712366,"imageIndex":6},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":20846,"symbol":"_dispatch_queue_override_invoke","symbolLocation":811,"imageIndex":1},{"imageOffset":75426,"symbol":"_dispatch_root_queue_drain","symbolLocation":343,"imageIndex":1},{"imageOffset":77389,"symbol":"_dispatch_worker_thread2","symbolLocation":160,"imageIndex":1},{"imageOffset":11421,"symbol":"_pthread_wqthread","symbolLocation":256,"imageIndex":8},{"imageOffset":7271,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":8}]},{"id":212358,"frames":[{"imageOffset":5570,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":62980,"symbol":"mach_msg2_internal","symbolLocation":82,"imageIndex":0},{"imageOffset":34357,"symbol":"mach_msg_overwrite","symbolLocation":723,"imageIndex":0},{"imageOffset":6312,"symbol":"mach_msg","symbolLocation":19,"imageIndex":0},{"imageOffset":41779669,"imageIndex":6},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":212373,"queue":"StorageBox-Shared","frames":[{"imageOffset":8118,"symbol":"__fcntl","symbolLocation":10,"imageIndex":0},{"imageOffset":7782,"symbol":"fcntl","symbolLocation":170,"imageIndex":0},{"imageOffset":21029557,"imageIndex":6},{"imageOffset":21080631,"imageIndex":6},{"imageOffset":20994958,"imageIndex":6},{"imageOffset":20996273,"imageIndex":6},{"imageOffset":21097488,"imageIndex":6},{"imageOffset":21147212,"imageIndex":6},{"imageOffset":21001238,"imageIndex":6},{"imageOffset":20973900,"imageIndex":6},{"imageOffset":18542016,"imageIndex":6},{"imageOffset":20444018,"imageIndex":6},{"imageOffset":20446158,"imageIndex":6},{"imageOffset":20503145,"imageIndex":6},{"imageOffset":20494239,"imageIndex":6},{"imageOffset":20718901,"imageIndex":6},{"imageOffset":20712366,"imageIndex":6},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":35524,"symbol":"_dispatch_lane_serial_drain","symbolLocation":694,"imageIndex":1},{"imageOffset":38324,"symbol":"_dispatch_lane_invoke","symbolLocation":366,"imageIndex":1},{"imageOffset":80599,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":762,"imageIndex":1},{"imageOffset":11491,"symbol":"_pthread_wqthread","symbolLocation":326,"imageIndex":8},{"imageOffset":7271,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":8}]},{"id":212374,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":212375,"frames":[{"imageOffset":3262637,"symbol":"swift_release","symbolLocation":77,"imageIndex":15},{"imageOffset":20855235,"imageIndex":6},{"imageOffset":27539600,"imageIndex":6},{"imageOffset":20855224,"imageIndex":6},{"imageOffset":35444697,"imageIndex":6},{"imageOffset":20712366,"imageIndex":6},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":35524,"symbol":"_dispatch_lane_serial_drain","symbolLocation":694,"imageIndex":1},{"imageOffset":38324,"symbol":"_dispatch_lane_invoke","symbolLocation":366,"imageIndex":1},{"imageOffset":80599,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":762,"imageIndex":1},{"imageOffset":11491,"symbol":"_pthread_wqthread","symbolLocation":326,"imageIndex":8},{"imageOffset":7271,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":8}]},{"id":212376,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":212377,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":212378,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":212405,"frames":[{"imageOffset":16362,"symbol":"__semwait_signal","symbolLocation":10,"imageIndex":0},{"imageOffset":68426,"symbol":"nanosleep","symbolLocation":196,"imageIndex":12},{"imageOffset":113210,"symbol":"sleep","symbolLocation":41,"imageIndex":12},{"imageOffset":32109,"symbol":"SML::Kamino::VCam::CPluginIPCHandler::ThreadProc(void*)","symbolLocation":95,"imageIndex":16},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":212411,"frames":[{"imageOffset":16362,"symbol":"__semwait_signal","symbolLocation":10,"imageIndex":0},{"imageOffset":68426,"symbol":"nanosleep","symbolLocation":196,"imageIndex":12},{"imageOffset":68224,"symbol":"usleep","symbolLocation":53,"imageIndex":12},{"imageOffset":24069,"symbol":"void* std::__1::__thread_proxy >, LogAsync::LogAsync(std::__1::mutex&)::'lambda'()> >(void*)","symbolLocation":68,"imageIndex":17},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]}], "usedImages" : [ { "source" : "P", "arch" : "x86_64", "base" : 140703180931072, "size" : 237560, "uuid" : "7c3dcc95-9f42-3c7c-8796-476ff67b9cf7", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703179612160, "size" : 290804, "uuid" : "6282e528-6a67-334b-accf-1f8fd89369bd", "path" : "\/usr\/lib\/system\/libdispatch.dylib", "name" : "libdispatch.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703636725760, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.AVFCapture", "size" : 1568756, "uuid" : "6c5f2a5b-bf09-3e59-a9be-28071b3cba40", "path" : "\/System\/Library\/PrivateFrameworks\/AVFCapture.framework\/Versions\/A\/AVFCapture", "name" : "AVFCapture", "CFBundleVersion" : "325.7.2" }, { "source" : "P", "arch" : "x86_64h", "base" : 140703181570048, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 4825088, "uuid" : "beb5fc0b-7196-3c1d-a59a-f62ada98f592", "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1953.300" }, { "source" : "P", "arch" : "x86_64", "base" : 140703342604288, "CFBundleShortVersionString" : "2.1.1", "CFBundleIdentifier" : "com.apple.HIToolbox", "size" : 3112958, "uuid" : "db45022f-3922-35b3-9a06-377f66ed0fbe", "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox", "name" : "HIToolbox" }, { "source" : "P", "arch" : "x86_64", "base" : 140703233523712, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 16809984, "uuid" : "00f4aa78-a19f-3a8e-9650-9f90b7beefd6", "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit", "name" : "AppKit", "CFBundleVersion" : "2299.30.116" }, { "source" : "P", "arch" : "x86_64", "base" : 4378013696, "CFBundleShortVersionString" : "9.3.1", "CFBundleIdentifier" : "ru.keepcoder.Telegram", "size" : 59572224, "uuid" : "a0b728ba-5a37-3290-b751-ace01e70afd4", "path" : "\/Applications\/Telegram.app\/Contents\/MacOS\/Telegram", "name" : "Telegram", "CFBundleVersion" : "241825" }, { "source" : "P", "arch" : "x86_64", "base" : 140703177814016, "size" : 609392, "uuid" : "bb7a0970-8c62-3dce-a7a2-5cec9c501f11", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "x86_64", "base" : 140703181168640, "size" : 49144, "uuid" : "5920e36f-53ec-33f0-b675-8ae48b58418c", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703426236416, "CFBundleShortVersionString" : "1.14", "CFBundleIdentifier" : "com.apple.audio.toolbox.AudioToolbox", "size" : 1212404, "uuid" : "23fb36b1-0e3d-34ce-99a2-b83817542a8c", "path" : "\/System\/Library\/Frameworks\/AudioToolbox.framework\/Versions\/A\/AudioToolbox", "name" : "AudioToolbox", "CFBundleVersion" : "1.14" }, { "source" : "P", "arch" : "x86_64", "base" : 140703408123904, "size" : 204784, "uuid" : "8dbe0f78-50d6-3eeb-b1f0-8396eebb0249", "path" : "\/usr\/lib\/libAudioToolboxUtility.dylib", "name" : "libAudioToolboxUtility.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703339847680, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.audio.caulk", "size" : 155648, "uuid" : "66bba3ca-bce1-32f8-8269-99fac92469fc", "path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk", "name" : "caulk" }, { "source" : "P", "arch" : "x86_64", "base" : 140703179915264, "size" : 561152, "uuid" : "376f7cb7-6dd2-3e00-976f-77dd755bdb0d", "path" : "\/usr\/lib\/system\/libsystem_c.dylib", "name" : "libsystem_c.dylib" }, { "source" : "P", "arch" : "x86_64h", "base" : 140703177568256, "size" : 245721, "uuid" : "38d89f3c-dc4c-3b0a-a09c-461739132150", "path" : "\/usr\/lib\/libobjc.A.dylib", "name" : "libobjc.A.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703180840960, "size" : 90104, "uuid" : "1fa4a590-f60c-3813-a408-a407fbcd0e89", "path" : "\/usr\/lib\/libc++abi.dylib", "name" : "libc++abi.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703420436480, "size" : 4911093, "uuid" : "ef42918d-adc1-3aba-85d7-5dc3b64dd530", "path" : "\/usr\/lib\/swift\/libswiftCore.dylib", "name" : "libswiftCore.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 4488183808, "CFBundleShortVersionString" : "1.1912.04.1", "CFBundleIdentifier" : "LogiCapture.DAL.VirtualCamera", "size" : 106496, "uuid" : "acd6f497-05d3-3349-b0d3-c650f73f43da", "path" : "\/Library\/CoreMediaIO\/*\/LogiCapture.plugin\/Contents\/MacOS\/LogiCapture", "name" : "LogiCapture", "CFBundleVersion" : "1.1912.04.1" }, { "source" : "P", "arch" : "x86_64", "base" : 4677591040, "size" : 2162688, "uuid" : "5e1fb2f6-9784-311c-a935-428ac1094cdb", "path" : "\/Library\/CoreMediaIO\/*\/RelayCam.plugin\/Contents\/Frameworks\/libVtcComLib.dylib", "name" : "libVtcComLib.dylib" } ], "sharedCache" : { "base" : 140703177207808, "size" : 21474836480, "uuid" : "ea7f9772-219e-3ece-a4d9-20aeee3bc80f" }, "vmSummary" : "ReadOnly portion of Libraries: Total=883.7M resident=0K(0%) swapped_out_or_unallocated=883.7M(100%)\nWritable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG backing stores 3120K 8 \nCG image 44K 2 \nColorSync 240K 28 \nCoreAnimation 124K 10 \nCoreGraphics 16K 3 \nCoreUI image data 988K 10 \nFoundation 16K 1 \nKernel Alloc Once 8K 1 \nMALLOC 290.3M 284 \nMALLOC guard page 48K 10 \nMALLOC_MEDIUM (reserved) 960.0M 8 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.1M 18 \nStack 16.6M 18 \nVM_ALLOCATE 340K 29 \n__CTF 756 1 \n__DATA 39.6M 631 \n__DATA_CONST 42.6M 416 \n__DATA_DIRTY 2188K 239 \n__FONT_DATA 2352 1 \n__LINKEDIT 187.4M 14 \n__OBJC_RO 65.4M 1 \n__OBJC_RW 1988K 2 \n__TEXT 696.3M 650 \ndyld private memory 256K 1 \nmapped file 222.9M 321 \nshared memory 792K 18 \n=========== ======= ======= \nTOTAL 2.9G 2729 \nTOTAL, minus reserved VM space 1.6G 2729 \n", "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.root.default-qos" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "61675b89201f677a9a4cbd65", "factorPackIds" : { "HEALTH_FEATURE_AVAILABILITY" : "638e768d75b0720ff1f8c4f3" }, "deploymentId" : 240000051 }, { "rolloutId" : "60356660bbe37970735c5624", "factorPackIds" : { }, "deploymentId" : 240000027 } ], "experiments" : [ ] } } Model: MacBookPro16,2, BootROM 1916.60.2.0.0 (iBridge: 20.16.2059.0.0,0), 4 processors, Quad-Core Intel Core i7, 2.3 GHz, 32 GB, SMC Graphics: Intel Iris Plus Graphics, Intel Iris Plus Graphics, Built-In Display: Color LCD, 2560 x 1600 Retina, MirrorOff, Online Display: M27Q, 2560 x 1440 (QHD/WQHD - Wide Quad High Definition), Main, MirrorOff, Online Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, LPDDR4X, 3733 MHz, Samsung, K4UCE3Q4AA-MGCL Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, LPDDR4X, 3733 MHz, Samsung, K4UCE3Q4AA-MGCL AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Sep 14 2022 18:03:20 version 9.30.489.3.32.5.84 FWID 01-8b6fe36e Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB31Bus USB Device: USB31Bus USB Device: USB2.0 Hub USB Device: USB2.0 Hub USB Device: AT2020USB+ USB Device: Logitech Webcam C930e USB Device: Razer DeathAdder V2 USB Device: GMMK Pro ANSI USB Device: USB Billboard Device USB Device: T2Bus USB Device: Touch Bar Backlight USB Device: Touch Bar Display USB Device: Apple Internal Keyboard / Trackpad USB Device: Headset USB Device: Ambient Light Sensor USB Device: FaceTime HD Camera (Built-in) USB Device: Apple T2 Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 86.0 Thunderbolt Bus: MacBook Pro, Apple Inc., 86.0 ```
nonix commented 1 year ago

Hi guys, I think I have (almost) the same issue on MacOS Sierra (10.12.6)

Here is the crash report:

Process:               Telegram [796]
Path:                  /Applications/Telegram.app/Contents/MacOS/Telegram
Identifier:            ru.keepcoder.Telegram
Version:               9.3.1 (241825)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Telegram [796]
User ID:               501

Date/Time:             2023-01-17 15:53:18.630 +0100
OS Version:            Mac OS X 10.12.6 (16G2136)
Report Version:        12
Anonymous UUID:        2C3C0F05-9537-9F2A-F973-C08AEB6DA179

Time Awake Since Boot: 240 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Abort trap: 6
Termination Reason:    Namespace SIGNAL, Code 0x6
Terminating Process:   Telegram [796]

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff93d9034a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff93d8f797 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7deb22e4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7deb1761 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7deb0fb4 CFRunLoopRunSpecific + 420
5   com.apple.HIToolbox             0x00007fff7d40febc RunCurrentEventLoopInMode + 240
6   com.apple.HIToolbox             0x00007fff7d40fcf1 ReceiveNextEventCommon + 432
7   com.apple.HIToolbox             0x00007fff7d40fb26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
8   com.apple.AppKit                0x00007fff7b9a4a04 _DPSNextEvent + 1120
9   com.apple.AppKit                0x00007fff7c1207ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
10  com.apple.AppKit                0x00007fff7b99938b -[NSApplication run] + 926
11  com.apple.AppKit                0x00007fff7b963dbe NSApplicationMain + 1237
12  ru.keepcoder.Telegram           0x000000010490ac99 0x104900000 + 44185
13  libdyld.dylib                   0x00007fff93c69235 start + 1

Thread 1:: com.apple.coreaudio.AQClient
0   libsystem_kernel.dylib          0x00007fff93d9034a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff93d8f797 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7deb22e4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7deb1761 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7deb0fb4 CFRunLoopRunSpecific + 420
5   com.apple.audio.toolbox.AudioToolbox    0x00007fff7cc7e749 GenericRunLoopThread::Entry(void*) + 189
6   com.apple.audio.toolbox.AudioToolbox    0x00007fff7cc7e5db CAPThread::Entry(CAPThread*) + 85
7   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
8   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
9   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 2:
0   libsystem_kernel.dylib          0x00007fff93d9844e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff93e82621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fff93e8207d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff93d9844e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff93e82621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fff93e8207d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff93d9844e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff93e82621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fff93e8207d start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff93d9844e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff93e82621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fff93e8207d start_wqthread + 13

Thread 6:
0   libsystem_malloc.dylib          0x00007fff93df2b42 nano_free + 7
1   com.apple.CoreFoundation        0x00007fff7de4425e __CFStringDeallocate + 158
2   com.apple.CoreFoundation        0x00007fff7df7d999 _CFRelease + 281
3   com.apple.Foundation            0x00007fff7f8e8848 -[NSString stringByReplacingOccurrencesOfString:withString:options:range:] + 257
4   com.apple.Foundation            0x00007fff7f8e8738 -[NSString stringByReplacingOccurrencesOfString:withString:] + 92
5   libswiftFoundation.dylib        0x0000000109608ef6 $sSy10FoundationE20replacingOccurrences2of4with7options5rangeSSqd___qd_0_So22NSStringCompareOptionsVSnySS5IndexVGSgtSyRd__SyRd_0_r0_lF + 214
6   ru.keepcoder.Telegram           0x00000001058c0c15 0x104900000 + 16518165
7   ru.keepcoder.Telegram           0x00000001052a85d5 0x104900000 + 10126805
8   ru.keepcoder.Telegram           0x00000001052a87d1 0x104900000 + 10127313
9   ru.keepcoder.Telegram           0x0000000105cd7b0a 0x104900000 + 20806410
10  ru.keepcoder.Telegram           0x0000000105ce39b8 0x104900000 + 20855224
11  ru.keepcoder.Telegram           0x0000000105cc691d 0x104900000 + 20736285
12  ru.keepcoder.Telegram           0x0000000105cd3d79 0x104900000 + 20790649
13  ru.keepcoder.Telegram           0x0000000105ce39b8 0x104900000 + 20855224
14  ru.keepcoder.Telegram           0x0000000105cd3fc2 0x104900000 + 20791234
15  ru.keepcoder.Telegram           0x0000000105ce39b8 0x104900000 + 20855224
16  ru.keepcoder.Telegram           0x0000000105cd7b15 0x104900000 + 20806421
17  ru.keepcoder.Telegram           0x0000000105ce39b8 0x104900000 + 20855224
18  ru.keepcoder.Telegram           0x0000000105cdc447 0x104900000 + 20825159
19  ru.keepcoder.Telegram           0x0000000105ce39b8 0x104900000 + 20855224
20  ru.keepcoder.Telegram           0x0000000105cc2c82 0x104900000 + 20720770
21  ru.keepcoder.Telegram           0x0000000105cc2a84 0x104900000 + 20720260
22  ru.keepcoder.Telegram           0x0000000105cc2652 0x104900000 + 20719186
23  ru.keepcoder.Telegram           0x0000000105cda595 0x104900000 + 20817301
24  ru.keepcoder.Telegram           0x0000000105cdc3d4 0x104900000 + 20825044
25  ru.keepcoder.Telegram           0x0000000105ce39b8 0x104900000 + 20855224
26  ru.keepcoder.Telegram           0x0000000105cdc1db 0x104900000 + 20824539
27  ru.keepcoder.Telegram           0x0000000105ce39b8 0x104900000 + 20855224
28  ru.keepcoder.Telegram           0x0000000105adf65e 0x104900000 + 18740830
29  ru.keepcoder.Telegram           0x0000000105af454e 0x104900000 + 18826574
30  ru.keepcoder.Telegram           0x0000000105cc0a66 0x104900000 + 20712038
31  ru.keepcoder.Telegram           0x0000000105adf38c 0x104900000 + 18740108
32  ru.keepcoder.Telegram           0x0000000105b00773 0x104900000 + 18876275
33  ru.keepcoder.Telegram           0x0000000105b00631 0x104900000 + 18875953
34  ru.keepcoder.Telegram           0x0000000105af8f7f 0x104900000 + 18845567
35  ru.keepcoder.Telegram           0x0000000105af8bbc 0x104900000 + 18844604
36  ru.keepcoder.Telegram           0x0000000105afae9c 0x104900000 + 18853532
37  ru.keepcoder.Telegram           0x0000000105ce39b8 0x104900000 + 20855224
38  ru.keepcoder.Telegram           0x0000000105cd64ab 0x104900000 + 20800683
39  ru.keepcoder.Telegram           0x0000000105cc0bae 0x104900000 + 20712366
40  libdispatch.dylib               0x00007fff93c3c524 _dispatch_call_block_and_release + 12
41  libdispatch.dylib               0x00007fff93c338fc _dispatch_client_callout + 8
42  libdispatch.dylib               0x00007fff93c499a0 _dispatch_queue_serial_drain + 896
43  libdispatch.dylib               0x00007fff93c3c306 _dispatch_queue_invoke + 1046
44  libdispatch.dylib               0x00007fff93c356b5 _dispatch_root_queue_drain + 476
45  libdispatch.dylib               0x00007fff93c3548c _dispatch_worker_thread3 + 99
46  libsystem_pthread.dylib         0x00007fff93e825a2 _pthread_wqthread + 1299
47  libsystem_pthread.dylib         0x00007fff93e8207d start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff93d9034a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff93d8f797 mach_msg + 55
2   ru.keepcoder.Telegram           0x00000001070d81d5 0x104900000 + 41779669
3   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
4   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
5   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 8:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff93d9034a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff93d8f797 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7deb22e4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7deb1761 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7deb0fb4 CFRunLoopRunSpecific + 420
5   com.apple.AppKit                0x00007fff7baf1f02 _NSEventThread + 205
6   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
7   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
8   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff93d9034a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff93d8f797 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7deb22e4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7deb1761 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7deb0fb4 CFRunLoopRunSpecific + 420
5   com.apple.Foundation            0x00007fff7f8e4ac2 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6   com.apple.Foundation            0x00007fff7f8e499a -[NSRunLoop(NSRunLoop) run] + 76
7   ru.keepcoder.Telegram           0x0000000106b16b43 0x104900000 + 35744579
8   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
9   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
10  libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
11  libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 10:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff93d9034a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff93d8f797 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7deb22e4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7deb1761 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7deb0fb4 CFRunLoopRunSpecific + 420
5   com.apple.CFNetwork             0x00007fff7cfea0f4 +[NSURLConnection(Loader) _resourceLoadLoop:] + 313
6   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
7   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
8   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
9   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 12:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 13:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 14:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 15:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 16:
0   libsystem_kernel.dylib          0x00007fff93d9844e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff93e82621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fff93e8207d start_wqthread + 13

Thread 17:
0   libsystem_kernel.dylib          0x00007fff93d9844e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff93e8248e _pthread_wqthread + 1023
2   libsystem_pthread.dylib         0x00007fff93e8207d start_wqthread + 13

Thread 18:
0   libsystem_kernel.dylib          0x00007fff93d9034a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff93d8f797 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7deb22e4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7deb1761 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7deb0fb4 CFRunLoopRunSpecific + 420
5   com.apple.Foundation            0x00007fff7f8e4ac2 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6   com.apple.Foundation            0x00007fff7f975115 -[NSRunLoop(NSRunLoop) runUntilDate:] + 111
7   ru.keepcoder.Telegram           0x0000000106b84657 0x104900000 + 36193879
8   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
9   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
10  libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
11  libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 19:
0   libsystem_kernel.dylib          0x00007fff93d9844e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff93e8248e _pthread_wqthread + 1023
2   libsystem_pthread.dylib         0x00007fff93e8207d start_wqthread + 13

Thread 20:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 21:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 22:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 23:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 24:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 25:
0   libsystem_kernel.dylib          0x00007fff93d9844e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff93e82621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fff93e8207d start_wqthread + 13

Thread 26:
0   libswiftCore.dylib              0x0000000108e9775f $ss6HasherV8_combineyySuF + 95
1   ru.keepcoder.Telegram           0x0000000106ada491 0x104900000 + 35497105
2   ru.keepcoder.Telegram           0x000000010648ad25 0x104900000 + 28880165
3   ru.keepcoder.Telegram           0x000000010648bdae 0x104900000 + 28884398
4   ru.keepcoder.Telegram           0x0000000105cc0bae 0x104900000 + 20712366
5   libdispatch.dylib               0x00007fff93c3c524 _dispatch_call_block_and_release + 12
6   libdispatch.dylib               0x00007fff93c338fc _dispatch_client_callout + 8
7   libdispatch.dylib               0x00007fff93c499a0 _dispatch_queue_serial_drain + 896
8   libdispatch.dylib               0x00007fff93c3c306 _dispatch_queue_invoke + 1046
9   libdispatch.dylib               0x00007fff93c356b5 _dispatch_root_queue_drain + 476
10  libdispatch.dylib               0x00007fff93c3548c _dispatch_worker_thread3 + 99
11  libsystem_pthread.dylib         0x00007fff93e825a2 _pthread_wqthread + 1299
12  libsystem_pthread.dylib         0x00007fff93e8207d start_wqthread + 13

Thread 27:: Dispatch queue: TimeBasedCleanupScan
0   dyld                            0x000000010a7f0e22 __terminate_with_payload + 10
1   dyld                            0x000000010a7f045b abort_with_payload_wrapper_internal + 122
2   dyld                            0x000000010a7f0464 abort_with_payload + 9
3   dyld                            0x000000010a7cb793 dyld::halt(char const*) + 361
4   dyld                            0x000000010a7cb89e dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 139
5   libdyld.dylib                   0x00007fff93c65282 dyld_stub_binder + 282
6   ???                             0x00000001081d0000 0 + 4431085568
7   ru.keepcoder.Telegram           0x0000000105c965c4 0x104900000 + 20538820
8   ru.keepcoder.Telegram           0x0000000105cc0bae 0x104900000 + 20712366
9   libdispatch.dylib               0x00007fff93c3c524 _dispatch_call_block_and_release + 12
10  libdispatch.dylib               0x00007fff93c338fc _dispatch_client_callout + 8
11  libdispatch.dylib               0x00007fff93c499a0 _dispatch_queue_serial_drain + 896
12  libdispatch.dylib               0x00007fff93c3c306 _dispatch_queue_invoke + 1046
13  libdispatch.dylib               0x00007fff93c356b5 _dispatch_root_queue_drain + 476
14  libdispatch.dylib               0x00007fff93c3548c _dispatch_worker_thread3 + 99
15  libsystem_pthread.dylib         0x00007fff93e825a2 _pthread_wqthread + 1299
16  libsystem_pthread.dylib         0x00007fff93e8207d start_wqthread + 13

Thread 28:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 29:
0   libsystem_kernel.dylib          0x00007fff93d97bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff93e837fa _pthread_cond_wait + 712
2   ru.keepcoder.Telegram           0x0000000105ce5fa0 0x104900000 + 20864928
3   ru.keepcoder.Telegram           0x0000000105ce4e9e 0x104900000 + 20860574
4   com.apple.Foundation            0x00007fff7f8f511d __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fff93e8293b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff93e82887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff93e8208d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000010004005  rbx: 0x00000000ffffffff  rcx: 0x00007fff5b2fe4e8  rdx: 0x0000000000000000
  rdi: 0x00007fff5b2fe660  rsi: 0x0000000007000806  rbp: 0x00007fff5b2fe530  rsp: 0x00007fff5b2fe4e8
   r8: 0x0000000000001a07   r9: 0x00000000ffffffff  r10: 0x0000000000000c00  r11: 0x0000000000000206
  r12: 0x0000000000000c00  r13: 0x0000000000000000  r14: 0x00007fff5b2fe660  r15: 0x0000000000001a07
  rip: 0x00007fff93d9034a  rfl: 0x0000000000000206  cr2: 0x00000001070d1da4

Logical CPU:     0
Error Code:      0x0100001f
Trap Number:     133

Binary Images:
       0x104900000 -        0x1081cff4f +ru.keepcoder.Telegram (9.3.1 - 241825) <A0B728BA-5A37-3290-B751-ACE01E70AFD4> /Applications/Telegram.app/Contents/MacOS/Telegram
       0x108c64000 -        0x108ca3ffb +org.sparkle-project.Sparkle (1.21.0 - 1.21.0) <EB464B87-FAB1-34CC-8975-8B75CE347882> /Applications/Telegram.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x108cda000 -        0x108d00ff3  com.apple.MediaPlayer (1.0 - 1.0) <44C874ED-EE2E-376A-96DE-94187B7DDA0B> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
       0x108d3a000 -        0x108d49fff +libswiftAVFoundation.dylib (5.0.1 - 1001.0.82.4) <8A6480E9-8C6C-3967-8E70-50045346944C> /Applications/Telegram.app/Contents/Frameworks/libswiftAVFoundation.dylib
       0x108d61000 -        0x108d67ff7 +libswiftAccelerate.dylib (5.0.1 - 1001.0.82.4) <E8A004AD-0CDA-3F14-8F75-D354C0557620> /Applications/Telegram.app/Contents/Frameworks/libswiftAccelerate.dylib
       0x108d72000 -        0x108d86ff7 +libswiftAppKit.dylib (5.0.1 - 1001.0.82.4) <1297109A-D760-3C74-A36C-C0273A7217EC> /Applications/Telegram.app/Contents/Frameworks/libswiftAppKit.dylib
       0x108dad000 -        0x108db3ff7 +libswiftContacts.dylib (5.0.1 - 1001.0.82.4) <DC23DC24-5711-341D-B465-0FE8A776E65A> /Applications/Telegram.app/Contents/Frameworks/libswiftContacts.dylib
       0x108dbe000 -        0x108dbfff3  libLatin2Converter.dylib (70) <418FCFA3-B906-3C7A-8B32-4E3169D19872> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
       0x108dc4000 -        0x109135fff +libswiftCore.dylib (5.0.1 - 1001.0.82.4) <44D65143-94D5-306A-8D56-15359A7FF04E> /Applications/Telegram.app/Contents/Frameworks/libswiftCore.dylib
       0x109424000 -        0x109429fff +libswiftCoreAudio.dylib (5.0.1 - 1001.0.82.4) <A33E78BC-49E9-358B-8253-8B04D7406BB6> /Applications/Telegram.app/Contents/Frameworks/libswiftCoreAudio.dylib
       0x10943e000 -        0x109446ff7 +libswiftCoreData.dylib (5.0.1 - 1001.0.82.4) <72A6FD8B-034C-3F50-9FF6-9D5723920201> /Applications/Telegram.app/Contents/Frameworks/libswiftCoreData.dylib
       0x10945b000 -        0x10945efff +libswiftCoreFoundation.dylib (5.0.1 - 1001.0.82.4) <C0D551D8-F4D4-3B6F-8148-05EE1CFFC97F> /Applications/Telegram.app/Contents/Frameworks/libswiftCoreFoundation.dylib
       0x109469000 -        0x109478fff +libswiftCoreGraphics.dylib (5.0.1 - 1001.0.82.4) <4C9FA634-B14A-343E-9F76-5AAFCA5FC077> /Applications/Telegram.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x10949b000 -        0x1094a0ffb +libswiftCoreImage.dylib (5.0.1 - 1001.0.82.4) <E2D50227-8FAE-3104-88F0-6D8E01A9AB18> /Applications/Telegram.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x1094af000 -        0x1094b4fff +libswiftCoreLocation.dylib (5.0.1 - 1001.0.82.4) <3D402E87-210E-32E1-8F43-29D221D5D665> /Applications/Telegram.app/Contents/Frameworks/libswiftCoreLocation.dylib
       0x1094bf000 -        0x1094c9fff +libswiftCoreMedia.dylib (5.0.1 - 1001.0.82.4) <C6558E0E-DA51-3E76-9F00-7177819A89FB> /Applications/Telegram.app/Contents/Frameworks/libswiftCoreMedia.dylib
       0x1094d7000 -        0x1094deff7 +libswiftDarwin.dylib (5.0.1 - 1001.0.82.4) <144DA4C8-8322-3E6E-942D-9976CAFA8BAE> /Applications/Telegram.app/Contents/Frameworks/libswiftDarwin.dylib
       0x1094f2000 -        0x10950aff7 +libswiftDispatch.dylib (5.0.1 - 1001.0.82.4) <0A4818EF-BCD8-3183-9D34-5F8D4920C05C> /Applications/Telegram.app/Contents/Frameworks/libswiftDispatch.dylib
       0x109548000 -        0x1096e0ff7 +libswiftFoundation.dylib (5.0.1 - 1001.0.82.4) <868B3228-5A2C-3556-A77A-695000EFCE27> /Applications/Telegram.app/Contents/Frameworks/libswiftFoundation.dylib
       0x109869000 -        0x109871fff +libswiftGLKit.dylib (5.0.1 - 1001.0.82.4) <83CE476C-0782-3500-8164-B6D1B2D2F7CB> /Applications/Telegram.app/Contents/Frameworks/libswiftGLKit.dylib
       0x10987e000 -        0x109881ff3 +libswiftIOKit.dylib (5.0.1 - 1001.0.82.4) <75FE0421-8424-38AD-9372-17A730C44643> /Applications/Telegram.app/Contents/Frameworks/libswiftIOKit.dylib
       0x10988a000 -        0x109892ff7 +libswiftMapKit.dylib (5.0.1 - 1001.0.82.4) <D17546F6-2FC3-33BD-854C-31F37183863F> /Applications/Telegram.app/Contents/Frameworks/libswiftMapKit.dylib
       0x1098a0000 -        0x1098a9fff +libswiftMetal.dylib (5.0.1 - 1001.0.82.4) <A2ACD465-EF03-3F27-B6F9-390A6D66A040> /Applications/Telegram.app/Contents/Frameworks/libswiftMetal.dylib
       0x1098b7000 -        0x1098bfff7 +libswiftMetalKit.dylib (5.0.1 - 1001.0.82.4) <1F8C856B-1911-3A48-83D1-18359C795BF9> /Applications/Telegram.app/Contents/Frameworks/libswiftMetalKit.dylib
       0x1098ce000 -        0x1098d7fff +libswiftModelIO.dylib (5.0.1 - 1001.0.82.4) <48DEC693-107A-332C-9633-D86684702198> /Applications/Telegram.app/Contents/Frameworks/libswiftModelIO.dylib
       0x1098e3000 -        0x1098ecff7 +libswiftNaturalLanguage.dylib (5.0.1 - 1001.0.82.4) <C45FE487-5E14-3280-B6D6-8DA70B8A6521> /Applications/Telegram.app/Contents/Frameworks/libswiftNaturalLanguage.dylib
       0x1098fa000 -        0x109922ff7 +libswiftNetwork.dylib (5.0.1 - 1001.0.82.4) <3D708A8E-B286-3D99-B6E0-40F6C0C0CE18> /Applications/Telegram.app/Contents/Frameworks/libswiftNetwork.dylib
       0x10996c000 -        0x109970ff7 +libswiftObjectiveC.dylib (5.0.1 - 1001.0.82.4) <1A3E8F91-FF6E-3733-B1AD-CC4D4F3378F4> /Applications/Telegram.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x109980000 -        0x109986ff7 +libswiftQuartzCore.dylib (5.0.1 - 1001.0.82.4) <FB7CCE82-C7FA-3E50-904D-2FB4006AC1DF> /Applications/Telegram.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x109990000 -        0x10999bff7 +libswiftSceneKit.dylib (5.0.1 - 1001.0.82.4) <E865F44B-F78B-3003-A273-E052BF9420D4> /Applications/Telegram.app/Contents/Frameworks/libswiftSceneKit.dylib
       0x1099a8000 -        0x1099afff7 +libswiftVision.dylib (5.0.1 - 1001.0.82.4) <6FEAFB85-5891-3A0E-BCEC-D943477DDBA7> /Applications/Telegram.app/Contents/Frameworks/libswiftVision.dylib
       0x1099b9000 -        0x1099bcfff +libswiftXPC.dylib (5.0.1 - 1001.0.82.4) <D0199D63-5E28-3E52-907E-3832FBB94FCF> /Applications/Telegram.app/Contents/Frameworks/libswiftXPC.dylib
       0x1099c8000 -        0x1099cfff7 +libswiftos.dylib (5.0.1 - 1001.0.82.4) <A5A1203C-B3D4-350C-BC88-9CECDF62637E> /Applications/Telegram.app/Contents/Frameworks/libswiftos.dylib
       0x1099dc000 -        0x109a00ff7 +libswiftsimd.dylib (5.0.1 - 1001.0.82.4) <62F88382-9C77-3A6B-8F64-971EE6586554> /Applications/Telegram.app/Contents/Frameworks/libswiftsimd.dylib
       0x10a2f9000 -        0x10a310ff3  libCGInterfaces.dylib (331.5) <02E9DD16-C5CB-3482-84EF-AA6188A0D28C> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x10a782000 -        0x10a786fff  com.apple.audio.AppleHDAHALPlugIn (279.48 - 279.48) <ECA84145-2AC4-347D-BBC0-933AAAC15356> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x10a7c7000 -        0x10a804dc7  dyld (434) <33DB4E37-BC29-37A4-92AB-30328E66A8FA> /usr/lib/dyld
       0x10c638000 -        0x10c9b0ff7  com.apple.audio.codecs.Components (7.0 - 7.0) <FD51CD05-33CE-3FBC-9FEA-AAE0BC8AB32C> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
       0x10ca8e000 -        0x10cbf5fff  com.apple.audio.units.Components (1.14 - 1.14) <D4B6F2DA-EDA4-32DB-B3AA-BD40A06B444D> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x10d8d0000 -        0x10d8f5fff  com.apple.cmio.DAL.VDC-4 (805.0 - 4932) <36DE1218-805C-3B3D-9C7E-C01D4ED3DE3B> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
       0x10db73000 -        0x10dd19fff  GLEngine (14.0.16) <C21BEA53-21B2-3EBB-84C6-CFCAB4D6012A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x10dd58000 -        0x10de12ff3  com.apple.AMDRadeonX3000GLDriver (1.54.3 - 1.5.4) <D04CEDEB-3962-3A11-AA8F-D4B350512227> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
       0x10de3e000 -        0x10de68fff  GLRendererFloat (14.0.16) <8CB95D3F-453E-3FD1-B9AE-E72E00A9562F> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x10ef87000 -        0x10f18dfff  ATIRadeonX3000SCLib.dylib (1.54.3) <F5B2B497-59D9-3518-8CA3-E015A2DC2846> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000SCLib.dylib
       0x10f261000 -        0x10f27bff7  com.apple.security.csparser (3.0 - 57740.60.30) <0BC326E3-8C75-354E-BD83-D792AB80EE5B> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x10f60b000 -        0x10f62bfff  com.apple.CoreNLP (1.0 - 78.2) <B686BDA2-A162-3D70-9257-FEB0592DBD7E> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
       0x1102f5000 -        0x110335ff3  libpcre.0.dylib (9) <B3E07AF3-5DF9-3BBD-9ADD-A697B433BA36> /usr/lib/libpcre.0.dylib
       0x11044f000 -        0x1104b0ffb  com.apple.xquery (1.3.1 - 30) <05E1A892-FA8D-378C-8C6B-A9376A74EB00> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
    0x7fff78978000 -     0x7fff78cbdff7  com.apple.RawCamera.bundle (7.04 - 914) <86A67D11-9791-3CE6-9FF5-3387C0AB925B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff7a4f2000 -     0x7fff7a6b3fff  com.apple.avfoundation (2.0 - 1187.36) <2F390EAD-07BB-3788-9E73-13104C2E04CD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff7a6b4000 -     0x7fff7a756ff7  com.apple.audio.AVFAudio (1.0 - ???) <7997D588-B542-3EBB-B822-D719C1114BB4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff7a757000 -     0x7fff7a820ff3  com.apple.AVKit (1.1 - 356.12) <1A0929CC-BD23-377D-8A22-6C092409AA9D> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
    0x7fff7a821000 -     0x7fff7a821fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D6A08A72-7758-3CA8-813D-105F6E313E67> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff7a83a000 -     0x7fff7ae7afe3  com.apple.vImage (8.1 - ???) <4C535C25-EF87-35BE-9BE8-D080A5C24084> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff7ae7b000 -     0x7fff7b042fef  libBLAS.dylib (1185.50.4) <7AF8DB9A-E33B-30EB-8767-87AFB951E231> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff7b043000 -     0x7fff7b05afff  libBNNS.dylib (15) <26F32264-148E-35E5-A280-CA035CB3D6F0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff7b05b000 -     0x7fff7b466fff  libLAPACK.dylib (1185.50.4) <51B2BABA-F736-3663-885A-65A8991D3560> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff7b467000 -     0x7fff7b47dfff  libLinearAlgebra.dylib (1185.50.4) <0EC25E70-05DC-3615-85B6-81721566CF1D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff7b47e000 -     0x7fff7b484fff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff7b485000 -     0x7fff7b498ff7  libSparseBLAS.dylib (1185.50.4) <0BDCF6A7-0228-3719-81C7-B6EBC7911320> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff7b499000 -     0x7fff7b5e6ff7  libvDSP.dylib (600.60.1) <F46DF4CB-864D-3541-9913-60521FCBBF4A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff7b5e7000 -     0x7fff7b69efe3  libvMisc.dylib (600.60.1) <F8770D18-FD5D-31C3-9FBA-D9E39B14247A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff7b69f000 -     0x7fff7b69ffff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A2FC8240-F62F-3A23-AB10-8CE6B56AF476> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff7b6a0000 -     0x7fff7b6ddffb  com.apple.Accounts (113 - 113) <8550BD08-7D05-3AC4-A0CC-B67ECB2DE950> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff7b6de000 -     0x7fff7b95dff7  com.apple.AddressBook.framework (10.0 - 1756.20) <E512B69B-8DBE-3085-95BE-750B8EFC97FD> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff7b95e000 -     0x7fff7c737ff3  com.apple.AppKit (6.9 - 1504.84.100) <E39CD613-0104-3E26-B424-BE83CED656F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff7c749000 -     0x7fff7c749fff  com.apple.ApplicationServices (48 - 48) <36EB2785-BBD2-33F0-BB13-8C804D47110A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff7c74a000 -     0x7fff7c7b8ff7  com.apple.ApplicationServices.ATS (377 - 422.4) <78B556FF-28E6-3147-AE0D-8E0EC45EEE77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff7c852000 -     0x7fff7c981fff  libFontParser.dylib (194.15) <FF329191-6339-363E-9D95-FFE9D55E7F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff7c982000 -     0x7fff7c9ccff7  libFontRegistry.dylib (196.8) <5E5F95FD-F69B-3F1A-9592-C0AB8F5FF57C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff7ca2a000 -     0x7fff7ca5dfff  libTrueTypeScaler.dylib (194.15) <513743F9-500B-37C5-A925-A82E7182F3E9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff7caca000 -     0x7fff7cb74ff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff7cb75000 -     0x7fff7cbc6fff  com.apple.HIServices (1.22 - 594) <EF8432A1-15C5-360C-9D14-19ADA43FCFDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff7cbc7000 -     0x7fff7cbd6ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff7cbd7000 -     0x7fff7cc24fff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff7cc25000 -     0x7fff7cc60fff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff7cc61000 -     0x7fff7cc6cfff  com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff7cc6d000 -     0x7fff7ce79ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <1F4026C6-23C1-39E8-823D-72298FECF75C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff7ce7a000 -     0x7fff7ce7afff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <2CEE36AF-79E6-3B3E-B369-285E6C1886F7> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff7cfe3000 -     0x7fff7d3c0fff  com.apple.CFNetwork (811.11 - 811.11) <5E5A7D4D-BCBA-3995-8C13-4D01DE1FAB33> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff7d3da000 -     0x7fff7d3dafff  com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff7d3db000 -     0x7fff7d3defff  com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff7d3df000 -     0x7fff7d6e8fff  com.apple.HIToolbox (2.1.1 - 857.8) <25E0AC26-27FE-32E5-9226-F4D42B25ED30> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff7d6e9000 -     0x7fff7d6ecff7  com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff7d6ed000 -     0x7fff7d6f2fff  com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff7d6f3000 -     0x7fff7d78aff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff7d78b000 -     0x7fff7d7a5fff  com.apple.openscripting (1.7 - 172.1) <78F3256B-AF4C-324A-A591-ECA4443A469F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff7d7a6000 -     0x7fff7d7a7ff3  com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff7d7a8000 -     0x7fff7d7aaff7  com.apple.securityhi (9.0 - 55006) <0DA7BABC-CE24-35FC-BF23-8EDF72D8C237> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff7d7ab000 -     0x7fff7d7b1ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff7d7b2000 -     0x7fff7d891ffb  com.apple.cloudkit.CloudKit (651.14 - 651.14) <9F901E45-23E3-3F45-B66F-1BAB3AFC4462> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff7d892000 -     0x7fff7d892fff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff7d8a0000 -     0x7fff7d940fff  com.apple.contacts.Contacts (1.0 - 2250.11) <9D387FFF-93EC-38D1-A3D3-B53F885F914F> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
    0x7fff7d9dc000 -     0x7fff7da69fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff7da6a000 -     0x7fff7da7dfff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff7da7e000 -     0x7fff7dd7dff3  com.apple.CoreData (120 - 754.2) <0C9D9D78-758D-318F-9049-D42CC7944363> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff7dd7e000 -     0x7fff7de2bff7  com.apple.CoreDisplay (1.0 - 1) <53D1EAFE-23A4-398D-BF52-E4299E670DB6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff7de2c000 -     0x7fff7e2c2fff  com.apple.CoreFoundation (6.9 - 1350.10) <51CA5EC6-3FCD-30D1-88DE-7B20FE8AF9D1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff7e2c3000 -     0x7fff7e966ff7  com.apple.CoreGraphics (2.0 - 1070.22.1) <4E85B7C8-282E-36AB-97C8-6188E793802F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff7e967000 -     0x7fff7ebaaffb  com.apple.CoreImage (12.4.0 - 451.4.9) <BE4303C9-C9D9-361D-AC94-DBE40EB6700E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff7ebab000 -     0x7fff7ec10ff7  com.apple.corelocation (2101.0.63) <C4C6BE27-85E2-34D5-AEDC-EBB5A7CB78D1> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff7ec11000 -     0x7fff7ecc2fff  com.apple.CoreMedia (1.0 - 1907.59.1.6) <570690D8-A956-3629-9E46-4F8BDDB8A82C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff7ecc3000 -     0x7fff7ed0eff7  com.apple.CoreMediaIO (805.0 - 4932) <2A8AAD00-4F29-39C3-A371-3A8BA6200CAA> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff7ed0f000 -     0x7fff7ed0ffff  com.apple.CoreServices (775.20 - 775.20) <22D3892B-719C-30B8-B84B-211CFE41AFA5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff7ed10000 -     0x7fff7ed61fff  com.apple.AE (712.6 - 712.6) <9E9B4EC3-564D-3BA9-A9A4-1603E1F97F40> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff7ed62000 -     0x7fff7f03dff7  com.apple.CoreServices.CarbonCore (1159.8 - 1159.8) <2B661676-E4F2-3E6F-BD25-DB685FCCA06A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff7f03e000 -     0x7fff7f071fff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff7f072000 -     0x7fff7f07aff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff7f07b000 -     0x7fff7f1e7ffb  com.apple.LaunchServices (775.20 - 775.20) <9106FF16-9587-313F-822C-2CD56204903E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff7f1e8000 -     0x7fff7f298ffb  com.apple.Metadata (10.7.0 - 1075.41) <FE2BC948-5014-3C50-9ED7-F9544B611363> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff7f299000 -     0x7fff7f2f8fff  com.apple.CoreServices.OSServices (775.20 - 775.20) <82D7E763-999D-31A0-AAE7-4F7A40105739> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff7f2f9000 -     0x7fff7f369fff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff7f36a000 -     0x7fff7f3afff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff7f438000 -     0x7fff7f585ffb  com.apple.CoreText (352.0 - 544.18) <B883809B-561B-31C5-949E-D2564B6F808A> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff7f586000 -     0x7fff7f5bbff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff7f5bc000 -     0x7fff7f62dffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <7300F2B4-0976-37F3-95E9-4B3BC102ED01> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff7f660000 -     0x7fff7f66bff3  com.apple.DirectoryService.Framework (10.12 - 194) <45BEA292-4550-3082-8CE7-5D6CE7E0052A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff7f72b000 -     0x7fff7f730fff  com.apple.DiskArbitration (2.7 - 2.7) <F47E07A4-D69D-312A-82C8-A1EE3C7C0EAC> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff7f8c2000 -     0x7fff7fc6aff7  com.apple.Foundation (6.9 - 1349.93) <A3CF1205-DE81-37FE-A574-0D381DECF122> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff7fc6b000 -     0x7fff7fc95ff7  com.apple.GLKit (1.0 - 87) <A3C32BD6-AAC2-3F61-86EF-3A0277EEA193> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
    0x7fff7fc96000 -     0x7fff7fcc7fff  com.apple.GSS (4.0 - 2.0) <453B5C6D-08B0-3199-AFC8-C71BABD6B704> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff7fd87000 -     0x7fff7fe2aff7  com.apple.Bluetooth (5.0.5 - 5.0.5f7) <DC83B429-A8C1-34F1-9FD9-C9BB99156DBE> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff7fe2b000 -     0x7fff7fec1fff  com.apple.framework.IOKit (2.0.2 - 1324.60.8) <46DA8966-AC27-3F51-BBB2-359A229BB0F7> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff7fec2000 -     0x7fff7fec8ffb  com.apple.IOSurface (159.12 - 159.12) <E3D6FCED-F938-30A3-AD08-0998B674A492> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff7fec9000 -     0x7fff7ff1aff7  com.apple.ImageCaptureCore (7.0 - 7.0) <A640CA2F-8093-34AB-947C-26679ECB8A6D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff7ff1b000 -     0x7fff8007eff7  com.apple.ImageIO.framework (3.3.0 - 1599.13.1) <465A44EB-7DD1-3854-8492-61FBC3CB2DA2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8007f000 -     0x7fff80083fff  libGIF.dylib (1599.13.1) <8DB6B713-3412-3872-8E37-0A03092DC09A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff80084000 -     0x7fff80175ff7  libJP2.dylib (1599.13.1) <E561ECBC-A04A-363C-9A68-542309498EAC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff80176000 -     0x7fff80199fff  libJPEG.dylib (1599.13.1) <7B700005-AEAC-3B84-95EA-37AC0C553DFE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8019a000 -     0x7fff801c0fff  libPng.dylib (1599.13.1) <6D012113-7FAC-3AE9-85DA-CB05D80DADD7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff801c1000 -     0x7fff801c3ff3  libRadiance.dylib (1599.13.1) <4D1FD658-7F24-362F-9D39-6D80D91CB515> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff801c4000 -     0x7fff80212ffb  libTIFF.dylib (1599.13.1) <AF3F0E1B-BD50-39BD-926E-2A93E31A1F81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff80370000 -     0x7fff80f7afff  com.apple.JavaScriptCore (12603 - 12603.3.8) <9557271A-1838-38DD-93E3-D8A9ECDE3B6B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff80f7b000 -     0x7fff80f94ff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff80f95000 -     0x7fff80fcbfff  com.apple.LDAPFramework (2.4.28 - 194.5) <492ACA22-373E-3DD9-BAEB-9EF6AA962FD5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff80ff0000 -     0x7fff81015ff7  com.apple.CoreAuthentication.SharedUtils (1.0 - 240.70.3) <86B46998-D6FA-3B6A-8777-DB57370BE4DB> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
    0x7fff81016000 -     0x7fff81029ff3  com.apple.LocalAuthentication (1.0 - 240.70.3) <2B16A6ED-D1AF-3730-AE8A-992D8EE410BD> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
    0x7fff8102a000 -     0x7fff8121dfff  com.apple.MapKit (1.0 - 1696.24.9.30.33) <0D7781CC-DE83-31EC-9285-AA8784CA8EB2> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
    0x7fff8121e000 -     0x7fff81224fff  com.apple.MediaAccessibility (1.0 - 97.1.1) <0BD82735-6644-37CE-B13D-8E7CC59A1752> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff8123a000 -     0x7fff81773ff7  com.apple.MediaToolbox (1.0 - 1907.59.1.6) <FA068C6F-0506-35C3-A637-C4AFF82411DB> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff81774000 -     0x7fff817cffff  com.apple.Metal (87.18 - 87.18) <E3618B54-C728-34CA-9E8A-9BD33A295D31> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff817d0000 -     0x7fff817e8fff  com.apple.MetalKit (1.0 - 76.1) <BA9002FF-00C1-32C8-BC06-634C81C3DB02> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff817e9000 -     0x7fff82068fff  com.apple.ModelIO (1.0 - 1) <366820F9-6795-3D93-AAF2-630D94B395E6> /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO
    0x7fff820b8000 -     0x7fff820c0fff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff82297000 -     0x7fff8229fff7  libcldcpuengine.dylib (2.8.5) <0D182C1C-2593-34C8-B454-78D3F5FF5724> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff82468000 -     0x7fff824b6ff3  com.apple.opencl (2.8.6 - 2.8.6) <E7958F3E-F56C-35EC-87CD-6ADFC25D4512> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff824b7000 -     0x7fff824d0ffb  com.apple.CFOpenDirectory (10.12 - 194) <A64E9A01-3F6E-36EA-9C10-88C564A68C9D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff824d1000 -     0x7fff824dcff7  com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff824dd000 -     0x7fff824dffff  libCVMSPluginSupport.dylib (14.0.16) <25655EB3-7BF6-36EC-BD17-47F4DF499D7F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff824e0000 -     0x7fff824e3ff7  libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff824e4000 -     0x7fff824e8fff  libCoreVMClient.dylib (156.3) <E7AEFCBE-B6BF-3C7C-9A4E-E78CB04DB794> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff824e9000 -     0x7fff824f2ff7  libGFXShared.dylib (14.0.16) <679D8495-1C5F-3932-A452-050A21E0EEBB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff824f3000 -     0x7fff824fefff  libGL.dylib (14.0.16) <0801F3B9-A525-32BB-9BC0-478947CE21D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff824ff000 -     0x7fff8253bff7  libGLImage.dylib (14.0.16) <FE39C57B-056C-3CBF-B653-A8F2005631C1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8253c000 -     0x7fff826b2ff3  libGLProgrammability.dylib (14.0.16) <46B8611A-D245-33BF-AA38-E44B2119DA12> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff8282a000 -     0x7fff8286bff7  libGLU.dylib (14.0.16) <B285EAD6-B3AA-3753-BB85-75864BD6E76C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff831d3000 -     0x7fff831e1fff  com.apple.opengl (14.0.16 - 14.0.16) <8D4CC067-4A70-34AE-945D-29407D780452> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff83450000 -     0x7fff83597fff  com.apple.QTKit (7.7.3 - 2978.8) <80B27C5D-087F-3B83-AF99-AD6BA2E1105D> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff83598000 -     0x7fff83802ff7  com.apple.imageKit (3.0 - 1023) <9C547565-CBAA-3ACB-A3F6-1366A0DCDCB4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff83803000 -     0x7fff838cafff  com.apple.PDFKit (1.0 - 1) <BE82F14C-B20C-3771-B16C-F0723F6552AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff838cb000 -     0x7fff83df1ff7  com.apple.QuartzComposer (5.1 - 356) <C66293F6-EF05-3B36-8524-081CEB9FADD7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff83df2000 -     0x7fff83e15ffb  com.apple.quartzfilters (1.10.0 - 1.10.0) <365342ED-7A1A-3C75-AE60-90764E96034C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff83e16000 -     0x7fff83f03fff  com.apple.QuickLookUIFramework (5.0 - 720.7) <3136C23E-399E-3296-928A-B18EC9FC423C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff83f04000 -     0x7fff83f04fff  com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff83f05000 -     0x7fff84105fff  com.apple.QuartzCore (1.11 - 453.41.2) <564FBF07-0072-3587-91BE-7B0EFD6FBC1D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff84106000 -     0x7fff8415bfff  com.apple.QuickLookFramework (5.0 - 720.7) <3BD7BA2F-924C-3EFF-B26E-3F930E62E6B4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8415c000 -     0x7fff84175fff  com.apple.SafariServices.framework (12607 - 12607.3.10) <481200D1-0ED9-33C0-AFDB-0EF2246DCF3D> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff84176000 -     0x7fff84657fff  com.apple.SceneKit (5.0 - 293) <423F7CCF-6DFC-3198-BB89-E9F5CAC20520> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff84670000 -     0x7fff84972fff  com.apple.security (7.0 - 57740.60.30) <2DD7275B-40E5-3F8C-8258-8C73DD3EE438> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff84973000 -     0x7fff849e8fff  com.apple.securityfoundation (6.0 - 55132.50.7) <2AF6A217-45D3-30C2-86B6-F35AF827E698> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff849e9000 -     0x7fff84a12fff  com.apple.securityinterface (10.0 - 55079.50.4) <BFF71026-2F8C-3B74-BAF6-3F01CD8DCE36> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff84a13000 -     0x7fff84a16ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <F2AACDEF-7DCC-35B9-A6B6-119FF8D83DBB> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff84c56000 -     0x7fff84c61ffb  com.apple.StoreKit (1.0 - 584) <A3111CF4-FB8C-3A75-8953-36EB447D4809> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
    0x7fff84d9d000 -     0x7fff84e0cff7  com.apple.SystemConfiguration (1.14 - 1.14) <98E76341-BB2F-3DF4-9DD4-F4AC7648EF0F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff84e0d000 -     0x7fff851bbfff  com.apple.VideoToolbox (1.0 - 1907.59.1.6) <EB2577A4-DCDF-3FD1-B5FA-42A55653A74D> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff851bc000 -     0x7fff86543ff3  com.apple.WebCore (12603 - 12603.3.8) <FE0B8503-5E89-3D55-BF48-1370FE81910A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff86544000 -     0x7fff86730ff3  com.apple.WebKitLegacy (12603 - 12603.3.8) <28A763DA-BA6C-3350-8200-6DEA86FF7878> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff86731000 -     0x7fff86adcfff  com.apple.WebKit (12603 - 12603.3.8) <38192059-8C02-3BBC-BF1F-E1D5E3150E16> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff87665000 -     0x7fff87680ff3  com.apple.AppContainer (4.0 - 307.50.21) <C2E6BA3D-81FF-39C3-B4BF-DBB9A17DE078> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff87681000 -     0x7fff8768eff3  com.apple.AppSandbox (4.0 - 307.50.21) <BF9FA426-8C11-358B-9E1F-A3901E3F2B14> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8768f000 -     0x7fff876b1ffb  com.apple.framework.Apple80211 (12.0 - 1200.47.1) <F362FADE-B6F5-32B5-84E8-C3CE7FE5F851> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff876b2000 -     0x7fff876c1feb  com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff877b0000 -     0x7fff8783b97f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff8783c000 -     0x7fff8784effb  com.apple.AppleLDAP (10.12 - 41) <AA6AD401-51AB-3869-A5EA-02169711DA54> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
    0x7fff8784f000 -     0x7fff8786afff  com.apple.aps.framework (4.0 - 4.0) <6CA07CDF-1E35-34E9-95BF-BD565FF42BAD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff8786b000 -     0x7fff87873ffb  com.apple.AppleSRP (5.0 - 1) <6AAE93B6-9816-35B2-9C59-D5C3218065AF> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff87874000 -     0x7fff87877ff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <42A1731A-A576-307A-B07C-9F8F64696CB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff87878000 -     0x7fff878cafff  com.apple.AppleVAFramework (5.0.36 - 5.0.36) <149E882D-5DB1-3A2A-9D61-1D7C9A71A0D5> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff878d4000 -     0x7fff878dbff7  com.apple.AssetCacheServices (48.3 - 48.3) <C59F7295-36D8-3109-A910-C83D884CC92C> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fff87c6e000 -     0x7fff87cecff7  com.apple.backup.framework (1.8.6 - 1.8.6) <2D75451A-8818-3D72-8480-489DF77D708B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff88388000 -     0x7fff883affff  com.apple.CalendarAgentLink (8.0 - 250) <E50E29F6-2BAB-3B8B-BBEA-7DC0B8B077AD> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fff88977000 -     0x7fff8899eff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8899f000 -     0x7fff88a2bff7  com.apple.CloudDocs (1.0 - 486.30) <74EA66DC-294A-3AFA-9FDF-711926907A35> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff892b7000 -     0x7fff892c2ff7  com.apple.CommerceCore (1.0 - 584) <F13121B4-5F5B-3BDE-AFE3-341F56A8DD11> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff892c3000 -     0x7fff892ccffb  com.apple.CommonAuth (4.0 - 2.0) <A71AD8F9-5CC8-3072-8A0B-F5427D3E8163> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff89393000 -     0x7fff893e4ff7  com.apple.AddressBook.ContactsFoundation (8.0 - 2250.11) <1324A70E-A093-3DB9-A802-07B8F4A499B5> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff893e5000 -     0x7fff89407fff  com.apple.contacts.ContactsPersistence (1.0 - 2250.11) <7CDEB852-B3B7-328F-9537-DFB3A58B882C> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff89451000 -     0x7fff89830ff7  com.apple.CoreAUC (226.0.0 - 226.0.0) <FBF6C5BC-5937-3957-B6BA-E101DF9B0DF6> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff89831000 -     0x7fff89861fff  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <3F6857D1-AE7C-3593-B064-930F5BB7269E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff898fc000 -     0x7fff89904ffb  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <2AB86FAF-37B3-3323-9EF0-CA591B6E357C> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff89a15000 -     0x7fff89a25fff  com.apple.CoreEmoji (1.0 - 40.3.3) <E9A28301-2D79-3A97-A046-028258A6ABE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff89aea000 -     0x7fff89b00ff3  com.apple.CoreMediaAuthoring (2.2 - 956) <AEBFF55F-BF1E-3CA5-AA9C-1CE22218A665> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff89b07000 -     0x7fff89b97ffb  com.apple.CorePDF (4.0 - 4) <7F50E4A6-940C-33F5-BE4E-7E01AFE98A8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff89d60000 -     0x7fff89d90ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8a021000 -     0x7fff8a0b0ff7  com.apple.CoreSymbolication (62046) <2D4C3324-B647-3696-B92E-AAB1053EEB54> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8a0b1000 -     0x7fff8a1f0fe7  com.apple.coreui (2.1 - 431.3) <8D0FA478-9B6C-3D6D-8ADF-8677BA0BF134> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8a1f1000 -     0x7fff8a2c1ff3  com.apple.CoreUtils (5.1 - 510.31) <B6636BBF-D37E-360E-A3EE-61BDC1736EEA> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff8a311000 -     0x7fff8a376ff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <1B3FE242-8AEB-38BD-84A4-65DBC476FEEA> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8a377000 -     0x7fff8a385ff7  com.apple.CrashReporterSupport (10.12 - 827) <802A9B81-E349-348B-90AB-10E40B654250> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8a3f7000 -     0x7fff8a401ffb  com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff8a402000 -     0x7fff8a406ff3  com.apple.DSExternalDisplay (3.1 - 380) <4B5E3FF0-E8C3-38CC-BF72-418C928956AB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff8a43c000 -     0x7fff8a4b1ffb  com.apple.datadetectorscore (7.0 - 539.1) <D84B64BA-CD56-368E-A31A-AC47C3780D0B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8a4ed000 -     0x7fff8a52cfff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8a52d000 -     0x7fff8a63efff  com.apple.desktopservices (1.11.6 - 1.11.6) <225B3746-8626-34CD-8FA9-48A7C04ACCCF> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8a781000 -     0x7fff8a78cfff  com.apple.DisplayServicesFW (3.1 - 380) <0BDF6C17-5E5F-33F8-8E99-C7350C6F9667> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8a926000 -     0x7fff8ad57ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8c0ae000 -     0x7fff8c0aefff  libmetal_timestamp.dylib (600.0.49.9) <E5EED927-1671-3390-BCBB-D76201D63C73> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff8c0bb000 -     0x7fff8c0c6ff3  libGPUSupportMercury.dylib (14.0.16) <BE0ED0DC-DDE4-32F0-9315-39678785A538> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff8c37f000 -     0x7fff8c39bfff  com.apple.GenerationalStorage (2.0 - 267.2) <22381303-B9A8-32D8-BDBF-871F0CDD81A5> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8c3b4000 -     0x7fff8ca66fff  com.apple.GeoServices (1.0 - 1228.24.9.30.34) <96BF97F6-8FF2-3FC4-A8C1-498CB7B0D9A0> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8caac000 -     0x7fff8cb22ff3  com.apple.Heimdal (4.0 - 2.0) <9E554667-2A6D-3A86-883A-50C8AF98D0C0> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8d13d000 -     0x7fff8d144ffb  com.apple.IOAccelerator (311.16.4 - 311.16.4) <F41EB563-1439-3745-BE98-4A4B6F45A7DF> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8d145000 -     0x7fff8d145fff  com.apple.IOPlatformPluginFamily (1.0 - 1) <64C30C4A-F0D5-3C55-90CE-540A82A70BB6> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
    0x7fff8d146000 -     0x7fff8d15aff7  com.apple.IOPresentment (1.0 - 29.10) <30DF04EE-10E2-353F-845F-A97B87DF3207> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff8d15b000 -     0x7fff8d17dfff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8d219000 -     0x7fff8d229ff3  com.apple.IntlPreferences (2.0 - 216) <7A417848-2A43-35A3-9CD4-61F33D573C56> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff8d264000 -     0x7fff8d41bfff  com.apple.LanguageModeling (1.0 - 123.2.5) <A8CA965F-0399-310D-91C3-B93DDDE9A442> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff8d517000 -     0x7fff8d5d9ff3  com.apple.MMCS (1.3 - 385.4) <D3D76CE0-DE05-373E-B757-9E4B4920565D> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff8da8b000 -     0x7fff8da8efff  com.apple.Mangrove (1.0 - 1) <98814966-FD65-302B-B47E-00928DC34E5C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff8db9c000 -     0x7fff8dcfcffb  com.apple.MediaRemote (1.0 - 1) <24B6D0D5-E41F-366E-8881-BD427639BD34> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
    0x7fff8dcfd000 -     0x7fff8dd18ffb  com.apple.MediaServices (1.0 - 1) <C7097932-E6BF-396A-B838-785000FBF58D> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
    0x7fff8dd3c000 -     0x7fff8ddb5ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff8df33000 -     0x7fff8df41fff  com.apple.MobileKeyBag (2.0 - 1.0) <F30A4E9C-FAB8-3FD7-B881-5021F40C12FB> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff8df52000 -     0x7fff8df7aff7  com.apple.MultitouchSupport.framework (368.16 - 368.16) <F6EFB289-F4B1-36E7-88D4-D1C7B1630A23> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8df7b000 -     0x7fff8e02bff7  com.apple.Navigation (1.0 - 1) <FFF54736-6C48-39A8-9268-1F27C794EF33> /System/Library/PrivateFrameworks/Navigation.framework/Versions/A/Navigation
    0x7fff8e02c000 -     0x7fff8e037fff  com.apple.NetAuth (6.2 - 6.2) <E1D6BFF0-7F37-3866-9925-5DF40EB3A1F4> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8e484000 -     0x7fff8e486fff  com.apple.OAuth (25 - 25) <D6E5F36D-71B8-3E12-9601-CE2A1D6ED60B> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff8e910000 -     0x7fff8e951ff3  com.apple.PerformanceAnalysis (1.148.3 - 148.3) <DE16079A-5267-372A-9435-E993EB41252A> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8e994000 -     0x7fff8e99bff3  com.apple.phonenumbers (1.1.1 - 105) <B8EFDDD3-BA26-39B8-9EA0-3649184BF527> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff8effe000 -     0x7fff8f038ffb  com.apple.ProtectedCloudStorage (1.0 - 1) <FD1F4A30-A8A4-3570-98E0-347117CE99A7> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff8f039000 -     0x7fff8f053fff  com.apple.ProtocolBuffer (1 - 249.1) <A1F1B0F3-078F-378F-A9A9-0DEEA70E816A> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8f054000 -     0x7fff8f063ff7  com.apple.QuickLookThumbnailing (1.0 - 1) <173EE873-1700-3FCA-9782-C060FBB5BCAD> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff8f06c000 -     0x7fff8f08fff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8fd59000 -     0x7fff8fd5cfff  com.apple.SecCodeWrapper (4.0 - 307.50.21) <F8E957B2-D3F0-3B73-B38C-AE8868F00939> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff8fdeb000 -     0x7fff8fe78fff  com.apple.Sharing (696.2.67.1 - 696.2.67.1) <267A3C7C-BB70-3E92-B773-A3F9EDD12E84> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8fe99000 -     0x7fff9010eff7  com.apple.SkyLight (1.600.0 - 170.3.11.11) <4E51EFD7-519E-3170-B9BF-2DCD88BCF176> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff902ee000 -     0x7fff902faff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff909e6000 -     0x7fff90a5afdf  com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff90e99000 -     0x7fff90e9fff7  com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff90f2b000 -     0x7fff90ff1ff7  com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff9103a000 -     0x7fff9104fff3  com.apple.ToneKit (1.0 - 1) <B709293D-0A79-398A-8AA9-50F6340C227C> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff91050000 -     0x7fff9105effb  com.apple.ToneLibrary (1.0 - 1) <F2ED5DFC-5F11-3012-BCD7-17753413141F> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff91065000 -     0x7fff91066fff  com.apple.TrustEvaluationAgent (2.0 - 28.50.1) <EBE65DD5-1732-3747-8C6C-7BECEBF089A4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff91067000 -     0x7fff911f8ff3  com.apple.UIFoundation (1.0 - 490.8) <0342C3E6-AB89-3F0D-A9CE-5F2CD3587B75> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff91272000 -     0x7fff91906ffb  com.apple.VectorKit (1.0 - 1230.24.9.30.28) <3A1407B0-0B48-3D9B-9DC9-F355C23FB3AE> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
    0x7fff91cc7000 -     0x7fff91d87fff  com.apple.ViewBridge (283 - 283) <25A635B3-C87C-3D3A-ADF3-539713FA1048> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff921d2000 -     0x7fff921d8fff  com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff922a9000 -     0x7fff922abffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff922d7000 -     0x7fff922feff7  com.apple.contacts.vCard (1.0 - 2250.11) <DD615DAF-AF34-3AB4-9CB4-DA0A882D59A5> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff92300000 -     0x7fff9231bff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fff9231c000 -     0x7fff92327fff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fff923b9000 -     0x7fff923baff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff923bb000 -     0x7fff925cefff  libFosl_dynamic.dylib (16.39) <E22A4243-D148-3C74-BA15-2D906A3D1F9E> /usr/lib/libFosl_dynamic.dylib
    0x7fff925ea000 -     0x7fff925f1fff  libMatch.1.dylib (27) <70D4BD2A-9383-37F2-B0D6-9B592D236601> /usr/lib/libMatch.1.dylib
    0x7fff925f2000 -     0x7fff925f2fff  libOpenScriptingUtil.dylib (172.1) <0F1BA407-97D1-36F6-882D-A355EAAD5E00> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff925f3000 -     0x7fff925f7ffb  libScreenReader.dylib (477.40.7) <F7305560-6CF0-3000-8301-72E04BEAA693> /usr/lib/libScreenReader.dylib
    0x7fff925f8000 -     0x7fff925f9ffb  libSystem.B.dylib (1238.60.2) <58358A17-4318-3AD9-B18E-CC36502B9127> /usr/lib/libSystem.B.dylib
    0x7fff92665000 -     0x7fff92690ff3  libarchive.2.dylib (41.70.2) <907D1FB1-9A65-33F5-AFC8-0B6E5AE9D83A> /usr/lib/libarchive.2.dylib
    0x7fff92691000 -     0x7fff92786fef  libate.dylib (1.12.13) <DB9881C3-E24A-3984-91E0-77F6F13F795C> /usr/lib/libate.dylib
    0x7fff9278a000 -     0x7fff9278aff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fff9278b000 -     0x7fff9279bff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fff9279c000 -     0x7fff927aaff7  libbz2.1.0.dylib (38) <ADFA329A-DCE7-356D-8F09-A3168DFC6610> /usr/lib/libbz2.1.0.dylib
    0x7fff927ab000 -     0x7fff92801ff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fff92802000 -     0x7fff9282bff7  libc++abi.dylib (307.4) <BC271AD3-831B-362A-9DA7-E8C51F285FE4> /usr/lib/libc++abi.dylib
    0x7fff9282c000 -     0x7fff9283cffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fff9283d000 -     0x7fff92853ff7  libcompression.dylib (39) <BDAA8CC7-0BFC-36EC-9E75-58BDC15AC3B6> /usr/lib/libcompression.dylib
    0x7fff92854000 -     0x7fff92854ff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fff92855000 -     0x7fff92856ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff92910000 -     0x7fff929f4ff7  libcrypto.0.9.8.dylib (64.50.7) <B34BC0FA-18ED-37C5-9D46-393803CADEBB> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff92b92000 -     0x7fff92be5ff7  libcups.2.dylib (450.4) <2DA65D4A-1428-3F74-869A-E16246DE88C7> /usr/lib/libcups.2.dylib
    0x7fff92c39000 -     0x7fff92c40ff3  libdscsym.dylib (148.3) <1FF45ED3-4518-3431-BD66-88461B3395AC> /usr/lib/libdscsym.dylib
    0x7fff92c62000 -     0x7fff92c62fff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fff92c72000 -     0x7fff92c77ff7  libheimdal-asn1.dylib (498.50.12) <1AC5AB99-2E62-3B9C-ADE4-AE65CFCDA471> /usr/lib/libheimdal-asn1.dylib
    0x7fff92c78000 -     0x7fff92d6aff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fff92d6b000 -     0x7fff92f90ffb  libicucore.A.dylib (57168.0.1) <99D53A36-19F6-34F0-86AB-D8BD6C9BD3AD> /usr/lib/libicucore.A.dylib
    0x7fff92f96000 -     0x7fff92f97fff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fff92f98000 -     0x7fff92fb1ffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fff92fb2000 -     0x7fff92fc8ff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fff92fc9000 -     0x7fff93271ff7  libmecabra.dylib (744.8) <D429FCC9-42A4-38B3-8784-44024BC859EF> /usr/lib/libmecabra.dylib
    0x7fff932a4000 -     0x7fff9331eff3  libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
    0x7fff9331f000 -     0x7fff936f4bc7  libobjc.A.dylib (709.1) <4DF3C25C-52C2-3F01-A3EF-0D9D53A73C1C> /usr/lib/libobjc.A.dylib
    0x7fff936f7000 -     0x7fff936fbfff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fff936fc000 -     0x7fff9372dfff  libpcap.A.dylib (67.60.2) <B2D36AD8-D5C8-3875-AC81-4787A15E44C2> /usr/lib/libpcap.A.dylib
    0x7fff9374a000 -     0x7fff93766ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fff93767000 -     0x7fff937a0fff  libsandbox.1.dylib (592.70.2) <9017CBC7-DC59-3668-8E86-738D141AF11C> /usr/lib/libsandbox.1.dylib
    0x7fff937a1000 -     0x7fff937b3ffb  libsasl2.2.dylib (209) <32107C59-22C6-3049-B86E-9C2F85FF549B> /usr/lib/libsasl2.2.dylib
    0x7fff937b4000 -     0x7fff937b5ff3  libspindump.dylib (231.3) <1A34FC5F-2E60-3C81-9F4A-C1FF0FE39FE1> /usr/lib/libspindump.dylib
    0x7fff937b6000 -     0x7fff938fcfff  libsqlite3.dylib (254.8) <058036FD-6EF3-3F9C-BF9B-2CB7A57205D7> /usr/lib/libsqlite3.dylib
    0x7fff93a45000 -     0x7fff93a52ff7  libxar.1.dylib (417.1) <78B14DC5-5256-3820-8259-117C5046BB9F> /usr/lib/libxar.1.dylib
    0x7fff93a53000 -     0x7fff93b42ff3  libxml2.2.dylib (30.24) <D84C6B99-6D4C-3651-8086-387D631CBA37> /usr/lib/libxml2.2.dylib
    0x7fff93b43000 -     0x7fff93b6cfff  libxslt.1.dylib (15.9.3) <F57ED43F-7912-3C99-8500-AB0EEE9FA178> /usr/lib/libxslt.1.dylib
    0x7fff93b6d000 -     0x7fff93b7eff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fff93b8d000 -     0x7fff93b91ff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fff93b92000 -     0x7fff93b9cfff  libcommonCrypto.dylib (60092.50.5) <4C8A7FE1-C190-3015-A744-66F8220EAF6A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff93b9d000 -     0x7fff93ba4fff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fff93ba5000 -     0x7fff93badfff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fff93bae000 -     0x7fff93c31fdb  libcorecrypto.dylib (442.50.22) <E36CE660-855A-3166-8B9C-645C514B2C52> /usr/lib/system/libcorecrypto.dylib
    0x7fff93c32000 -     0x7fff93c63fff  libdispatch.dylib (703.50.38) <54B02414-5908-3EF0-B4D2-230B7FEB1CF7> /usr/lib/system/libdispatch.dylib
    0x7fff93c64000 -     0x7fff93c69ffb  libdyld.dylib (434) <4A0E66C1-4596-38E6-898E-BD2660478D3D> /usr/lib/system/libdyld.dylib
    0x7fff93c6a000 -     0x7fff93c6affb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fff93c6b000 -     0x7fff93c77fff  libkxld.dylib (3789.73.50) <E2CCB6DE-F92B-33CE-81A8-DDC42E62B62D> /usr/lib/system/libkxld.dylib
    0x7fff93c78000 -     0x7fff93c78fff  liblaunch.dylib (972.70.5) <1F770D9B-3892-3BBB-9471-68DDDDB0F69A> /usr/lib/system/liblaunch.dylib
    0x7fff93c79000 -     0x7fff93c7eff3  libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
    0x7fff93c7f000 -     0x7fff93c81ff3  libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
    0x7fff93c82000 -     0x7fff93c83ffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fff93c84000 -     0x7fff93c9cff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fff93c9d000 -     0x7fff93c9dff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fff93c9e000 -     0x7fff93d2bfef  libsystem_c.dylib (1158.50.2) <E5AE5244-7D0C-36AC-8BB6-C7AE7EA52A4B> /usr/lib/system/libsystem_c.dylib
    0x7fff93d2c000 -     0x7fff93d2fffb  libsystem_configuration.dylib (888.60.3) <094DBBF4-276A-3A11-8AF3-72743CC338E6> /usr/lib/system/libsystem_configuration.dylib
    0x7fff93d30000 -     0x7fff93d33fff  libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff93d34000 -     0x7fff93d4cfff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fff93d4d000 -     0x7fff93d53fff  libsystem_dnssd.dylib (765.50.11) <B87F96B8-2694-3DB3-9923-1B4E2245C8BF> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff93d54000 -     0x7fff93d7dff7  libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
    0x7fff93d7e000 -     0x7fff93da0ff7  libsystem_kernel.dylib (3789.73.50) <932ACBB6-9962-3839-AEE3-D8AA6BF1DD02> /usr/lib/system/libsystem_kernel.dylib
    0x7fff93da1000 -     0x7fff93de8fe7  libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
    0x7fff93de9000 -     0x7fff93e07ff7  libsystem_malloc.dylib (116.50.9) <82647590-DAEF-3499-8BF3-F1E3048861FE> /usr/lib/system/libsystem_malloc.dylib
    0x7fff93e08000 -     0x7fff93e61ffb  libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
    0x7fff93e62000 -     0x7fff93e6bff3  libsystem_networkextension.dylib (563.60.2) <B021F2B3-8A75-3633-ABB0-FC012B8E9B0C> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff93e6c000 -     0x7fff93e75ff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fff93e76000 -     0x7fff93e7efe7  libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
    0x7fff93e7f000 -     0x7fff93e89ff7  libsystem_pthread.dylib (218.60.3) <B8FB5E20-3295-39E2-B5EB-B464D1D4B104> /usr/lib/system/libsystem_pthread.dylib
    0x7fff93e8a000 -     0x7fff93e8dff7  libsystem_sandbox.dylib (592.70.2) <19320A42-2E3B-361B-BBDA-2F5F2E87B100> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff93e8e000 -     0x7fff93e8fff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
    0x7fff93e90000 -     0x7fff93e97ffb  libsystem_symptoms.dylib (532.50.48) <1C822669-BF39-3639-A00B-B9170A63F342> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff93e98000 -     0x7fff93eabff7  libsystem_trace.dylib (518.70.1) <AC63A7FE-50D9-3A30-96E6-F6B7FF16E465> /usr/lib/system/libsystem_trace.dylib
    0x7fff93eac000 -     0x7fff93eb1ffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fff93eb2000 -     0x7fff93edbff7  libxpc.dylib (972.70.5) <255AA6A1-26AA-33F6-BC11-3DCE12A0BC0F> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 98
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=438.8M resident=0K(0%) swapped_out_or_unallocated=438.8M(100%)
Writable regions: Total=466.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=466.8M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               512K        3 
Activity Tracing                   256K        2 
CG backing stores                  680K        7 
CG image                            56K       12 
CoreAnimation                     28.1M      184 
CoreUI image data                  820K       11 
CoreUI image file                  244K        6 
Foundation                           4K        2 
Image IO                            68K       13 
Kernel Alloc Once                    8K        2 
MALLOC                           396.6M      145 
MALLOC guard page                   48K       10 
Memory Tag 242                      12K        2 
Memory Tag 249                     156K        2 
Memory Tag 251                      16K        2 
OpenGL GLSL                        256K        4 
SQLite page cache                   64K        2 
STACK GUARD                       56.1M       31 
Stack                             22.7M       33 
VM_ALLOCATE                        264K       23 
__DATA                            43.9M      346 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       125.9M       56 
__TEXT                           313.0M      338 
__UNICODE                          556K        2 
mapped file                      244.5M      106 
shared memory                     16.4M       16 
===========                     =======  ======= 
TOTAL                              1.2G     1336 

Model: iMac12,2, BootROM 87.0.0.0.0, 4 processors, Intel Core i5, 2,7 GHz, 12 GB, SMC 1.72f2
Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 512 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x859B, 0x435434473353313333394D2E4D3136464B44
Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1333 MHz, 0x859B, 0x435434473353313333394D2E4D3136464B44
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.74.0-P2P
Bluetooth: Version 5.0.5f7, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: Samsung SSD 850 EVO 500GB, 500,11 GB
Serial ATA Device: HL-DT-STDVDRW  GA32N
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: HP USB 1000dpi Laser Mouse
USB Device: 802.11n WLAN Adapter
USB Device: IR Receiver
USB Device: Card Reader
USB Device: USB 2.0 Bus
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: Keyboard Hub
USB Device: Apple Keyboard
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
FireWire Device: My Book, WD, Up to 800 Mb/sec
Thunderbolt Bus: iMac, Apple Inc., 22.1
gerald-lnj commented 1 year ago

Still crashing on latest beta (obtained from this link)

Crash log ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: Telegram [7057] Path: /private/var/folders/*/Telegram.app/Contents/MacOS/Telegram Identifier: ru.keepcoder.Telegram Version: 9.3.1 (242573) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 501 Date/Time: 2023-01-26 15:18:06.0195 +0800 OS Version: macOS 13.1 (22C65) Report Version: 12 Bridge OS Version: 7.1 (20P2059) Anonymous UUID: A0FFE095-FC41-6415-9511-DCFB47C0011D Sleep/Wake UUID: 7C4310CE-6082-4E53-AF9B-DD415076988F Time Awake Since Boot: 21000 seconds Time Since Wake: 12127 seconds System Integrity Protection: enabled Notes: dyld_process_snapshot_create_for_process failed with 5 Crashed Thread: 19 Dispatch queue: com.apple.root.default-qos Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018 Exception Codes: 0x0000000000000001, 0x0000000000000018 Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11 Terminating Process: exc handler [7057] VM Region Info: 0x18 is not in any region. Bytes before following region: 140737487208424 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> shared memory 7fffffee8000-7fffffee9000 [ 4K] r-x/r-x SM=SHM Error Formulating Crash Report: dyld_process_snapshot_create_for_process failed with 5 Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x7ff80b882d42 __ulock_wait + 10 1 libdispatch.dylib 0x7ff80b741233 _dlock_wait + 45 2 libdispatch.dylib 0x7ff80b7411c4 _dispatch_once_wait + 76 3 AVFCapture 0x7ff826b7efb2 +[AVCaptureDALDevice devices] + 38 4 AVFCapture 0x7ff826b7fe7f +[AVCaptureDALDevice _defaultDeviceWithDeviceType:mediaTypes:position:cameraOverrideHistoryAllowed:cameraOverrideHistorySuspendedAllowed:wombatsMustBeMagic:userPreferredCameraHistorySuspendedAllowed:invalidSpecialDeviceTypes:] + 79 5 AVFCapture 0x7ff826b8b7b2 +[AVCaptureDALDevice _refreshPreferredCameraProperties:] + 326 6 libdispatch.dylib 0x7ff80b73f7fb _dispatch_call_block_and_release + 12 7 libdispatch.dylib 0x7ff80b740a44 _dispatch_client_callout + 8 8 libdispatch.dylib 0x7ff80b74d7b9 _dispatch_main_queue_drain + 952 9 libdispatch.dylib 0x7ff80b74d3f3 _dispatch_main_queue_callback_4CF + 31 10 CoreFoundation 0x7ff80b9da610 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9 11 CoreFoundation 0x7ff80b99ab90 __CFRunLoopRun + 2454 12 CoreFoundation 0x7ff80b999b80 CFRunLoopRunSpecific + 560 13 HIToolbox 0x7ff8152de766 RunCurrentEventLoopInMode + 292 14 HIToolbox 0x7ff8152de576 ReceiveNextEventCommon + 679 15 HIToolbox 0x7ff8152de2b3 _BlockUntilNextEventMatchingListInModeWithFilter + 70 16 AppKit 0x7ff80eae5f33 _DPSNextEvent + 909 17 AppKit 0x7ff80eae4db4 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1219 18 AppKit 0x7ff80ead73f7 -[NSApplication run] + 586 19 AppKit 0x7ff80eaab427 NSApplicationMain + 817 20 Telegram 0x100a01cf9 0x1009fa000 + 31993 21 dyld 0x7ff80b58d310 start + 2432 Thread 1:: Dispatch queue: StorageBox-Shared 0 Telegram 0x101e81551 0x1009fa000 + 21525841 1 Telegram 0x101e4d2c2 0x1009fa000 + 21312194 2 Telegram 0x101e784c7 0x1009fa000 + 21488839 3 Telegram 0x101e4cc2d 0x1009fa000 + 21310509 4 Telegram 0x101e42cc8 0x1009fa000 + 21269704 5 Telegram 0x101bf4780 0x1009fa000 + 18851712 6 Telegram 0x101dc4730 0x1009fa000 + 20752176 7 Telegram 0x101dc558e 0x1009fa000 + 20755854 8 Telegram 0x101dd2cb9 0x1009fa000 + 20810937 9 Telegram 0x101dd09ef 0x1009fa000 + 20802031 10 Telegram 0x101e048e5 0x1009fa000 + 21014757 11 Telegram 0x101e02f5e 0x1009fa000 + 21008222 12 libdispatch.dylib 0x7ff80b73f7fb _dispatch_call_block_and_release + 12 13 libdispatch.dylib 0x7ff80b740a44 _dispatch_client_callout + 8 14 libdispatch.dylib 0x7ff80b746ac4 _dispatch_lane_serial_drain + 694 15 libdispatch.dylib 0x7ff80b7475b4 _dispatch_lane_invoke + 366 16 libdispatch.dylib 0x7ff80b751ad7 _dispatch_workloop_worker_thread + 762 17 libsystem_pthread.dylib 0x7ff80b8bcce3 _pthread_wqthread + 326 18 libsystem_pthread.dylib 0x7ff80b8bbc67 start_wqthread + 15 Thread 2: 0 libsystem_pthread.dylib 0x7ff80b8bbc58 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x7ff80b8bbc58 start_wqthread + 0 Thread 4: 0 libsystem_pthread.dylib 0x7ff80b8bbc58 start_wqthread + 0 Thread 5: 0 libsystem_pthread.dylib 0x7ff80b8bbc58 start_wqthread + 0 Thread 6:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x7ff80b8815c2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff80b88f604 mach_msg2_internal + 82 2 libsystem_kernel.dylib 0x7ff80b888635 mach_msg_overwrite + 723 3 libsystem_kernel.dylib 0x7ff80b8818a8 mach_msg + 19 4 CoreFoundation 0x7ff80b99bcde __CFRunLoopServiceMachPort + 145 5 CoreFoundation 0x7ff80b99a74a __CFRunLoopRun + 1360 6 CoreFoundation 0x7ff80b999b80 CFRunLoopRunSpecific + 560 7 AppKit 0x7ff80ec46299 _NSEventThread + 132 8 libsystem_pthread.dylib 0x7ff80b8c0259 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff80b8bbc7b thread_start + 15 Thread 7:: com.apple.coreaudio.AQClient 0 libsystem_kernel.dylib 0x7ff80b8815c2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff80b88f604 mach_msg2_internal + 82 2 libsystem_kernel.dylib 0x7ff80b888635 mach_msg_overwrite + 723 3 libsystem_kernel.dylib 0x7ff80b8818a8 mach_msg + 19 4 CoreFoundation 0x7ff80b99bcde __CFRunLoopServiceMachPort + 145 5 CoreFoundation 0x7ff80b99a74a __CFRunLoopRun + 1360 6 CoreFoundation 0x7ff80b999b80 CFRunLoopRunSpecific + 560 7 AudioToolbox 0x7ff81a3485e9 CADeprecated::GenericRunLoopThread::Entry(void*) + 157 8 libAudioToolboxUtility.dylib 0x7ff819138333 CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 77 9 libsystem_pthread.dylib 0x7ff80b8c0259 _pthread_start + 125 10 libsystem_pthread.dylib 0x7ff80b8bbc7b thread_start + 15 Thread 8:: caulk.messenger.shared:high 0 libsystem_kernel.dylib 0x7ff80b88153e semaphore_wait_trap + 10 1 caulk 0x7ff81502a8f8 caulk::mach::semaphore::wait_or_error() + 16 2 caulk 0x7ff815010664 caulk::concurrent::details::worker_thread::run() + 36 3 caulk 0x7ff815010328 void* caulk::thread_proxy > >(void*) + 41 4 libsystem_pthread.dylib 0x7ff80b8c0259 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff80b8bbc7b thread_start + 15 Thread 9:: caulk.messenger.shared:17 0 libsystem_kernel.dylib 0x7ff80b88153e semaphore_wait_trap + 10 1 caulk 0x7ff81502a8f8 caulk::mach::semaphore::wait_or_error() + 16 2 caulk 0x7ff815010664 caulk::concurrent::details::worker_thread::run() + 36 3 caulk 0x7ff815010328 void* caulk::thread_proxy > >(void*) + 41 4 libsystem_pthread.dylib 0x7ff80b8c0259 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff80b8bbc7b thread_start + 15 Thread 10: 0 libsystem_pthread.dylib 0x7ff80b8bbc58 start_wqthread + 0 Thread 11: 0 libsystem_pthread.dylib 0x7ff80b8bbc58 start_wqthread + 0 Thread 12: 0 libsystem_pthread.dylib 0x7ff80b8bbc58 start_wqthread + 0 Thread 13:: Dispatch queue: org.telegram.postbox.Postbox 0 libswiftCore.dylib 0x7ff819fcd2a0 initializeWithCopy for ClosedRange<>.Index + 0 1 Telegram 0x101cd8cd5 0x1009fa000 + 19786965 2 Telegram 0x101cd7fe1 0x1009fa000 + 19783649 3 Telegram 0x101d3586d 0x1009fa000 + 20166765 4 Telegram 0x1024760b3 0x1009fa000 + 27771059 5 Telegram 0x102495049 0x1009fa000 + 27897929 6 Telegram 0x102492ca8 0x1009fa000 + 27888808 7 Telegram 0x102496ea9 0x1009fa000 + 27905705 8 Telegram 0x101d95691 0x1009fa000 + 20559505 9 Telegram 0x101d512d1 0x1009fa000 + 20280017 10 Telegram 0x101d55897 0x1009fa000 + 20297879 11 Telegram 0x101d555d8 0x1009fa000 + 20297176 12 Telegram 0x101e02f5e 0x1009fa000 + 21008222 13 libdispatch.dylib 0x7ff80b73f7fb _dispatch_call_block_and_release + 12 14 libdispatch.dylib 0x7ff80b740a44 _dispatch_client_callout + 8 15 libdispatch.dylib 0x7ff80b746ac4 _dispatch_lane_serial_drain + 694 16 libdispatch.dylib 0x7ff80b7475b4 _dispatch_lane_invoke + 366 17 libdispatch.dylib 0x7ff80b751ad7 _dispatch_workloop_worker_thread + 762 18 libsystem_pthread.dylib 0x7ff80b8bcce3 _pthread_wqthread + 326 19 libsystem_pthread.dylib 0x7ff80b8bbc67 start_wqthread + 15 Thread 14: 0 libsystem_pthread.dylib 0x7ff80b8bbc58 start_wqthread + 0 Thread 15: 0 libsystem_pthread.dylib 0x7ff80b8bbc58 start_wqthread + 0 Thread 16:: Dispatch queue: org.telegram.Telegram.log 0 libswiftCore.dylib 0x7ff81a01b1d0 swift_getAssociatedConformanceWitness + 0 1 Foundation 0x7ff80cbc52f7 StringProtocol.data(using:allowLossyConversion:) + 135 2 Telegram 0x102c5c57e 0x1009fa000 + 36054398 3 Telegram 0x101e02f5e 0x1009fa000 + 21008222 4 libdispatch.dylib 0x7ff80b73f7fb _dispatch_call_block_and_release + 12 5 libdispatch.dylib 0x7ff80b740a44 _dispatch_client_callout + 8 6 libdispatch.dylib 0x7ff80b746ac4 _dispatch_lane_serial_drain + 694 7 libdispatch.dylib 0x7ff80b7475b4 _dispatch_lane_invoke + 366 8 libdispatch.dylib 0x7ff80b751ad7 _dispatch_workloop_worker_thread + 762 9 libsystem_pthread.dylib 0x7ff80b8bcce3 _pthread_wqthread + 326 10 libsystem_pthread.dylib 0x7ff80b8bbc67 start_wqthread + 15 Thread 17:: Dispatch queue: com.apple.root.background-qos 0 libsystem_kernel.dylib 0x7ff80b882cb2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x7ff80b8bcb83 _pthread_workqueue_addthreads + 37 2 libdispatch.dylib 0x7ff80b74c1af _dispatch_root_queue_poke_slow + 231 3 libdispatch.dylib 0x7ff80b750642 _dispatch_root_queue_drain + 247 4 libdispatch.dylib 0x7ff80b750e4d _dispatch_worker_thread2 + 160 5 libsystem_pthread.dylib 0x7ff80b8bcc9d _pthread_wqthread + 256 6 libsystem_pthread.dylib 0x7ff80b8bbc67 start_wqthread + 15 Thread 18: 0 libsystem_pthread.dylib 0x7ff80b8bbc58 start_wqthread + 0 Thread 19 Crashed:: Dispatch queue: com.apple.root.default-qos 0 libobjc.A.dylib 0x7ff80b551e1d objc_msgSend + 29 1 AVFCapture 0x7ff826b892f8 -[AVCaptureDALDevice _refreshFormatsAndKVONotify:] + 853 2 AVFCapture 0x7ff826b889d2 -[AVCaptureDALDevice _refreshStreamsAndKVONotify:] + 1737 3 AVFCapture 0x7ff826b87e78 -[AVCaptureDALDevice _refreshPropertiesAndKVONotify:] + 65 4 AVFCapture 0x7ff826b879ee -[AVCaptureDALDevice _refreshConnectionID:KVONotify:] + 200 5 AVFCapture 0x7ff826b82ff2 -[AVCaptureDALDevice initWithUniqueID:connectionID:] + 332 6 AVFCapture 0x7ff826b7f824 +[AVCaptureDALDevice _refreshDevices] + 2072 7 AVFCapture 0x7ff826b7fc07 __39+[AVCaptureDALDevice _ensureDeviceList]_block_invoke + 28 8 libdispatch.dylib 0x7ff80b740a44 _dispatch_client_callout + 8 9 libdispatch.dylib 0x7ff80b741c32 _dispatch_once_callout + 20 10 AVFCapture 0x7ff826b7efb2 +[AVCaptureDALDevice devices] + 38 11 AVFCapture 0x7ff826b7fe7f +[AVCaptureDALDevice _defaultDeviceWithDeviceType:mediaTypes:position:cameraOverrideHistoryAllowed:cameraOverrideHistorySuspendedAllowed:wombatsMustBeMagic:userPreferredCameraHistorySuspendedAllowed:invalidSpecialDeviceTypes:] + 79 12 AVFCapture 0x7ff826b7fe08 +[AVCaptureDALDevice defaultDeviceWithDeviceType:mediaType:position:] + 129 13 AVFCapture 0x7ff826c4a26f +[AVCaptureDevice_Tundra defaultDeviceWithMediaType:allowIOSMacEnvironment:] + 265 14 AVFCapture 0x7ff826c4b786 +[AVCaptureDevice_Tundra defaultDeviceWithMediaType:] + 38 15 Telegram 0x1012f764f 0x1009fa000 + 9426511 16 Telegram 0x1012f63bc 0x1009fa000 + 9421756 17 Telegram 0x101e04a02 0x1009fa000 + 21015042 18 Telegram 0x101e17e54 0x1009fa000 + 21093972 19 Telegram 0x101e02f5e 0x1009fa000 + 21008222 20 libdispatch.dylib 0x7ff80b73f7fb _dispatch_call_block_and_release + 12 21 libdispatch.dylib 0x7ff80b740a44 _dispatch_client_callout + 8 22 libdispatch.dylib 0x7ff80b74316e _dispatch_queue_override_invoke + 811 23 libdispatch.dylib 0x7ff80b7506a2 _dispatch_root_queue_drain + 343 24 libdispatch.dylib 0x7ff80b750e4d _dispatch_worker_thread2 + 160 25 libsystem_pthread.dylib 0x7ff80b8bcc9d _pthread_wqthread + 256 26 libsystem_pthread.dylib 0x7ff80b8bbc67 start_wqthread + 15 Thread 20:: Dispatch queue: com.apple.cfnetwork.altservicesstorage 0 libsystem_kernel.dylib 0x7ff80b882a42 pread + 10 1 libsqlite3.dylib 0x7ff811ae27c1 unixRead + 241 2 libsqlite3.dylib 0x7ff811b0c231 walIndexReadHdr + 2817 3 libsqlite3.dylib 0x7ff811b0af77 walTryBeginRead + 711 4 libsqlite3.dylib 0x7ff811b095f2 sqlite3PagerSharedLock + 562 5 libsqlite3.dylib 0x7ff811b08dc8 sqlite3BtreeBeginTrans + 1832 6 libsqlite3.dylib 0x7ff811b012ba sqlite3InitOne + 794 7 libsqlite3.dylib 0x7ff811af825b sqlite3Pragma + 2507 8 libsqlite3.dylib 0x7ff811ae9576 yy_reduce + 12310 9 libsqlite3.dylib 0x7ff811ae5675 sqlite3RunParser + 997 10 libsqlite3.dylib 0x7ff811ae4c45 sqlite3Prepare + 565 11 libsqlite3.dylib 0x7ff811ae489a sqlite3LockAndPrepare + 202 12 libsqlite3.dylib 0x7ff811ae4259 sqlite3_exec + 281 13 CFNetwork 0x7ff8102873d9 0x7ff81016c000 + 1160153 14 CFNetwork 0x7ff8102871a7 0x7ff81016c000 + 1159591 15 CFNetwork 0x7ff81028910a 0x7ff81016c000 + 1167626 16 libdispatch.dylib 0x7ff80b740a44 _dispatch_client_callout + 8 17 libdispatch.dylib 0x7ff80b74e36b _dispatch_lane_barrier_sync_invoke_and_complete + 60 18 CFNetwork 0x7ff810286219 0x7ff81016c000 + 1155609 19 CFNetwork 0x7ff810191312 0x7ff81016c000 + 152338 20 CFNetwork 0x7ff810190738 0x7ff81016c000 + 149304 21 CFNetwork 0x7ff81022a45d 0x7ff81016c000 + 779357 22 CFNetwork 0x7ff81018f6dd 0x7ff81016c000 + 145117 23 CFNetwork 0x7ff81018f651 0x7ff81016c000 + 144977 24 CFNetwork 0x7ff81018c6f1 0x7ff81016c000 + 132849 25 CFNetwork 0x7ff810187f5e 0x7ff81016c000 + 114526 26 CFNetwork 0x7ff810306f13 0x7ff81016c000 + 1683219 27 CFNetwork 0x7ff8102027ed 0x7ff81016c000 + 616429 28 libdispatch.dylib 0x7ff80b73f7fb _dispatch_call_block_and_release + 12 29 libdispatch.dylib 0x7ff80b740a44 _dispatch_client_callout + 8 30 libdispatch.dylib 0x7ff80b746ac4 _dispatch_lane_serial_drain + 694 31 libdispatch.dylib 0x7ff80b7475e7 _dispatch_lane_invoke + 417 32 libdispatch.dylib 0x7ff80b748904 _dispatch_workloop_invoke + 2026 33 libdispatch.dylib 0x7ff80b751ad7 _dispatch_workloop_worker_thread + 762 34 libsystem_pthread.dylib 0x7ff80b8bcce3 _pthread_wqthread + 326 35 libsystem_pthread.dylib 0x7ff80b8bbc67 start_wqthread + 15 Thread 21: 0 libsystem_pthread.dylib 0x7ff80b8bbc58 start_wqthread + 0 Thread 22: 0 libsystem_kernel.dylib 0x7ff80b8815c2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff80b88f604 mach_msg2_internal + 82 2 libsystem_kernel.dylib 0x7ff80b888635 mach_msg_overwrite + 723 3 libsystem_kernel.dylib 0x7ff80b8818a8 mach_msg + 19 4 Telegram 0x1032452c5 0x1009fa000 + 42250949 5 libsystem_pthread.dylib 0x7ff80b8c0259 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff80b8bbc7b thread_start + 15 Thread 23: 0 libsystem_kernel.dylib 0x7ff80b883fea __semwait_signal + 10 1 libsystem_c.dylib 0x7ff80b798b4a nanosleep + 196 2 libsystem_c.dylib 0x7ff80b7a3a3a sleep + 41 3 LogiCapture 0x1073b5d6d SML::Kamino::VCam::CPluginIPCHandler::ThreadProc(void*) + 95 4 libsystem_pthread.dylib 0x7ff80b8c0259 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff80b8bbc7b thread_start + 15 Thread 24: 0 libsystem_kernel.dylib 0x7ff80b883fea __semwait_signal + 10 1 libsystem_c.dylib 0x7ff80b798b4a nanosleep + 196 2 libsystem_c.dylib 0x7ff80b798a80 usleep + 53 3 libVtcComLib.dylib 0x11284de05 void* std::__1::__thread_proxy >, LogAsync::LogAsync(std::__1::mutex&)::'lambda'()> >(void*) + 68 4 libsystem_pthread.dylib 0x7ff80b8c0259 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff80b8bbc7b thread_start + 15 Thread 19 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x00006000032fad90 rdx: 0x0000000000000025 rdi: 0x00007fb163820101 rsi: 0x00007ff82c2c95d3 rbp: 0x0000700008fba3d0 rsp: 0x0000700008fba2d8 r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x00007ff82c2c95d3 r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x00007ff80b551e00 rip: 0x00007ff80b551e1d rfl: 0x0000000000010202 cr2: 0x0000000000000018 Logical CPU: 6 Error Code: 0x00000004 (no mapping for user data read) Trap Number: 14 Thread 19 instruction stream: 01 76 17 49 83 c3 10 49-3b 33 75 f1 49 8b 43 08 .v.I...I;3u.I.C. 48 83 f8 00 74 03 4c 31-d0 c3 eb 00 31 c0 c3 66 H...t.L1....1..f 66 66 66 66 66 2e 0f 1f-84 00 00 00 00 00 66 66 fffff.........ff 66 66 66 66 2e 0f 1f 84-00 00 00 00 00 66 0f 1f ffff.........f.. 44 00 00 48 85 ff 2e 74-72 40 f6 c7 01 2e 75 76 D..H...tr@....uv 49 ba f8 ff ff ff ff 7f-00 00 4c 23 17 49 89 f3 I.........L#.I.. [45]23 5a 18 49 c1 e3 04-4d 03 5a 10 49 3b 33 75 E#Z.I...M.Z.I;3u <== 0a 4d 8b 5b 08 4d 31 d3-41 ff e3 49 83 3b 01 76 .M.[.M1.A..I.;.v 13 49 83 c3 10 49 3b 33-75 f1 4d 8b 5b 08 4d 31 .I...I;3u.M.[.M1 d3 41 ff e3 72 70 4d 8b-5b 08 eb 0a 49 83 3b 01 .A..rpM.[...I.;. 76 13 49 83 c3 10 49 3b-33 75 f1 4d 8b 5b 08 4d v.I...I;3u.M.[.M 31 d3 41 ff e3 eb 4f 0f-1f 40 00 31 c0 31 d2 0f 1.A...O..@.1.1.. Binary Images: 0x7ff80b880000 - 0x7ff80b8b9ff7 libsystem_kernel.dylib (*) <7c3dcc95-9f42-3c7c-8796-476ff67b9cf7> /usr/lib/system/libsystem_kernel.dylib 0x7ff80b73e000 - 0x7ff80b784ff3 libdispatch.dylib (*) <6282e528-6a67-334b-accf-1f8fd89369bd> /usr/lib/system/libdispatch.dylib 0x7ff826b2e000 - 0x7ff826cacff3 com.apple.AVFCapture (1.0) <6c5f2a5b-bf09-3e59-a9be-28071b3cba40> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture 0x7ff80b91c000 - 0x7ff80bdb5fff com.apple.CoreFoundation (6.9) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7ff8152af000 - 0x7ff8155a6ffd com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7ff80eaa8000 - 0x7ff80faaffff com.apple.AppKit (6.9) <00f4aa78-a19f-3a8e-9650-9f90b7beefd6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x1009fa000 - 0x104345fff ru.keepcoder.Telegram (9.3.1) <68dfcf32-176b-3712-b0cd-7295101201b6> /private/var/folders/*/Telegram.app/Contents/MacOS/Telegram 0x7ff80b587000 - 0x7ff80b61bc6f dyld (*) /usr/lib/dyld 0x7ff80b8ba000 - 0x7ff80b8c5ff7 libsystem_pthread.dylib (*) <5920e36f-53ec-33f0-b675-8ae48b58418c> /usr/lib/system/libsystem_pthread.dylib 0x7ff81a271000 - 0x7ff81a398ff3 com.apple.audio.toolbox.AudioToolbox (1.14) <23fb36b1-0e3d-34ce-99a2-b83817542a8c> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7ff81912b000 - 0x7ff81915cfef libAudioToolboxUtility.dylib (*) <8dbe0f78-50d6-3eeb-b1f0-8396eebb0249> /usr/lib/libAudioToolboxUtility.dylib 0x7ff81500e000 - 0x7ff815033fff com.apple.audio.caulk (1.0) <66bba3ca-bce1-32f8-8269-99fac92469fc> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x7ff819ce9000 - 0x7ff81a197ff4 libswiftCore.dylib (*) /usr/lib/swift/libswiftCore.dylib 0x7ff80c795000 - 0x7ff80d1a6ff6 com.apple.Foundation (6.9) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7ff80b54b000 - 0x7ff80b586fd8 libobjc.A.dylib (*) <38d89f3c-dc4c-3b0a-a09c-461739132150> /usr/lib/libobjc.A.dylib 0x7ff811ada000 - 0x7ff811cb5fff libsqlite3.dylib (*) <3077529d-0067-3a47-9cd1-529cf2dfd381> /usr/lib/libsqlite3.dylib 0x7ff81016c000 - 0x7ff810511fff com.apple.CFNetwork (1402.0.8) <7fd3de97-f5c9-3169-ad7a-04fd106c51cc> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7ff80b788000 - 0x7ff80b810fff libsystem_c.dylib (*) <376f7cb7-6dd2-3e00-976f-77dd755bdb0d> /usr/lib/system/libsystem_c.dylib 0x1073ae000 - 0x1073c7fff LogiCapture.DAL.VirtualCamera (1.1912.04.1) /Library/CoreMediaIO/*/LogiCapture.plugin/Contents/MacOS/LogiCapture 0x112848000 - 0x112a57fff libVtcComLib.dylib (*) <5e1fb2f6-9784-311c-a935-428ac1094cdb> /Library/CoreMediaIO/*/RelayCam.plugin/Contents/Frameworks/libVtcComLib.dylib 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ??? External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 0 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=886.7M resident=0K(0%) swapped_out_or_unallocated=886.7M(100%) Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 256K 2 Activity Tracing 256K 1 CG backing stores 3120K 8 CG image 44K 2 ColorSync 244K 28 CoreAnimation 160K 11 CoreGraphics 16K 3 CoreUI image data 888K 9 Foundation 16K 1 Kernel Alloc Once 8K 1 MALLOC 290.3M 259 MALLOC guard page 48K 10 MALLOC_MEDIUM (reserved) 960.0M 8 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) STACK GUARD 56.1M 25 Stack 20.2M 25 VM_ALLOCATE 336K 29 __CTF 756 1 __DATA 39.8M 634 __DATA_CONST 43.0M 418 __DATA_DIRTY 2184K 240 __FONT_DATA 2352 1 __LINKEDIT 187.4M 14 __OBJC_RO 65.4M 1 __OBJC_RW 1988K 2 __TEXT 699.3M 651 dyld private memory 256K 1 mapped file 224.0M 322 shared memory 792K 18 =========== ======= ======= TOTAL 2.9G 2726 TOTAL, minus reserved VM space 1.6G 2726 ----------- Full Report ----------- {"app_name":"Telegram","timestamp":"2023-01-26 15:18:06.00 +0800","app_version":"9.3.1","slice_uuid":"68dfcf32-176b-3712-b0cd-7295101201b6","build_version":"242573","platform":1,"bundleID":"ru.keepcoder.Telegram","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.1 (22C65)","roots_installed":0,"name":"Telegram","incident_id":"C3B23A7A-0F2E-4D3B-8669-D69B753433ED"} { "uptime" : 21000, "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookPro16,2", "coalitionID" : 2821, "osVersion" : { "train" : "macOS 13.1", "build" : "22C65", "releaseType" : "User" }, "captureTime" : "2023-01-26 15:18:06.0195 +0800", "incident" : "C3B23A7A-0F2E-4D3B-8669-D69B753433ED", "pid" : 7057, "cpuType" : "X86-64", "roots_installed" : 0, "bug_type" : "309", "procLaunch" : "2023-01-26 15:17:57.1780 +0800", "procStartAbsTime" : 21212446819648, "procExitAbsTime" : 21221281494015, "procName" : "Telegram", "procPath" : "\/private\/var\/folders\/*\/Telegram.app\/Contents\/MacOS\/Telegram", "bundleInfo" : {"CFBundleShortVersionString":"9.3.1","CFBundleVersion":"242573","CFBundleIdentifier":"ru.keepcoder.Telegram"}, "storeInfo" : {"deviceIdentifierForVendor":"01FE40FB-1DE3-5648-A83A-807E1B310B36","thirdParty":true}, "parentProc" : "launchd", "parentPid" : 1, "coalitionName" : "ru.keepcoder.Telegram", "crashReporterKey" : "A0FFE095-FC41-6415-9511-DCFB47C0011D", "throttleTimeout" : 2147483647, "wakeTime" : 12127, "bridgeVersion" : {"build":"20P2059","train":"7.1"}, "sleepWakeUUID" : "7C4310CE-6082-4E53-AF9B-DD415076988F", "sip" : "enabled", "vmRegionInfo" : "0x18 is not in any region. Bytes before following region: 140737487208424\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n shared memory 7fffffee8000-7fffffee9000 [ 4K] r-x\/r-x SM=SHM ", "exception" : {"codes":"0x0000000000000001, 0x0000000000000018","rawCodes":[1,24],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000018"}, "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":7057}, "vmregioninfo" : "0x18 is not in any region. Bytes before following region: 140737487208424\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n shared memory 7fffffee8000-7fffffee9000 [ 4K] r-x\/r-x SM=SHM ", "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 19, "threads" : [{"id":235049,"queue":"com.apple.main-thread","frames":[{"imageOffset":11586,"symbol":"__ulock_wait","symbolLocation":10,"imageIndex":0},{"imageOffset":12851,"symbol":"_dlock_wait","symbolLocation":45,"imageIndex":1},{"imageOffset":12740,"symbol":"_dispatch_once_wait","symbolLocation":76,"imageIndex":1},{"imageOffset":331698,"symbol":"+[AVCaptureDALDevice devices]","symbolLocation":38,"imageIndex":2},{"imageOffset":335487,"symbol":"+[AVCaptureDALDevice _defaultDeviceWithDeviceType:mediaTypes:position:cameraOverrideHistoryAllowed:cameraOverrideHistorySuspendedAllowed:wombatsMustBeMagic:userPreferredCameraHistorySuspendedAllowed:invalidSpecialDeviceTypes:]","symbolLocation":79,"imageIndex":2},{"imageOffset":382898,"symbol":"+[AVCaptureDALDevice _refreshPreferredCameraProperties:]","symbolLocation":326,"imageIndex":2},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":63417,"symbol":"_dispatch_main_queue_drain","symbolLocation":952,"imageIndex":1},{"imageOffset":62451,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":31,"imageIndex":1},{"imageOffset":779792,"symbol":"__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__","symbolLocation":9,"imageIndex":3},{"imageOffset":519056,"symbol":"__CFRunLoopRun","symbolLocation":2454,"imageIndex":3},{"imageOffset":514944,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":3},{"imageOffset":194406,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":4},{"imageOffset":193910,"symbol":"ReceiveNextEventCommon","symbolLocation":679,"imageIndex":4},{"imageOffset":193203,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":4},{"imageOffset":253747,"symbol":"_DPSNextEvent","symbolLocation":909,"imageIndex":5},{"imageOffset":249268,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1219,"imageIndex":5},{"imageOffset":193527,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":5},{"imageOffset":13351,"symbol":"NSApplicationMain","symbolLocation":817,"imageIndex":5},{"imageOffset":31993,"imageIndex":6},{"imageOffset":25360,"symbol":"start","symbolLocation":2432,"imageIndex":7}]},{"id":235083,"queue":"StorageBox-Shared","frames":[{"imageOffset":21525841,"imageIndex":6},{"imageOffset":21312194,"imageIndex":6},{"imageOffset":21488839,"imageIndex":6},{"imageOffset":21310509,"imageIndex":6},{"imageOffset":21269704,"imageIndex":6},{"imageOffset":18851712,"imageIndex":6},{"imageOffset":20752176,"imageIndex":6},{"imageOffset":20755854,"imageIndex":6},{"imageOffset":20810937,"imageIndex":6},{"imageOffset":20802031,"imageIndex":6},{"imageOffset":21014757,"imageIndex":6},{"imageOffset":21008222,"imageIndex":6},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":35524,"symbol":"_dispatch_lane_serial_drain","symbolLocation":694,"imageIndex":1},{"imageOffset":38324,"symbol":"_dispatch_lane_invoke","symbolLocation":366,"imageIndex":1},{"imageOffset":80599,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":762,"imageIndex":1},{"imageOffset":11491,"symbol":"_pthread_wqthread","symbolLocation":326,"imageIndex":8},{"imageOffset":7271,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":8}]},{"id":235084,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":235085,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":235174,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":235175,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":235177,"name":"com.apple.NSEventThread","frames":[{"imageOffset":5570,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":62980,"symbol":"mach_msg2_internal","symbolLocation":82,"imageIndex":0},{"imageOffset":34357,"symbol":"mach_msg_overwrite","symbolLocation":723,"imageIndex":0},{"imageOffset":6312,"symbol":"mach_msg","symbolLocation":19,"imageIndex":0},{"imageOffset":523486,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":3},{"imageOffset":517962,"symbol":"__CFRunLoopRun","symbolLocation":1360,"imageIndex":3},{"imageOffset":514944,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":3},{"imageOffset":1696409,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":5},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":235218,"name":"com.apple.coreaudio.AQClient","frames":[{"imageOffset":5570,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":62980,"symbol":"mach_msg2_internal","symbolLocation":82,"imageIndex":0},{"imageOffset":34357,"symbol":"mach_msg_overwrite","symbolLocation":723,"imageIndex":0},{"imageOffset":6312,"symbol":"mach_msg","symbolLocation":19,"imageIndex":0},{"imageOffset":523486,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":3},{"imageOffset":517962,"symbol":"__CFRunLoopRun","symbolLocation":1360,"imageIndex":3},{"imageOffset":514944,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":3},{"imageOffset":882153,"symbol":"CADeprecated::GenericRunLoopThread::Entry(void*)","symbolLocation":157,"imageIndex":9},{"imageOffset":54067,"symbol":"CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*)","symbolLocation":77,"imageIndex":10},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":235219,"name":"caulk.messenger.shared:high","frames":[{"imageOffset":5438,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":116984,"symbol":"caulk::mach::semaphore::wait_or_error()","symbolLocation":16,"imageIndex":11},{"imageOffset":9828,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":11},{"imageOffset":9000,"symbol":"void* caulk::thread_proxy > >(void*)","symbolLocation":41,"imageIndex":11},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":235220,"name":"caulk.messenger.shared:17","frames":[{"imageOffset":5438,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":116984,"symbol":"caulk::mach::semaphore::wait_or_error()","symbolLocation":16,"imageIndex":11},{"imageOffset":9828,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":36,"imageIndex":11},{"imageOffset":9000,"symbol":"void* caulk::thread_proxy > >(void*)","symbolLocation":41,"imageIndex":11},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":235306,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":235307,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":235308,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":235309,"queue":"org.telegram.postbox.Postbox","frames":[{"imageOffset":3031712,"symbol":"initializeWithCopy for ClosedRange<>.Index","symbolLocation":0,"imageIndex":12},{"imageOffset":19786965,"imageIndex":6},{"imageOffset":19783649,"imageIndex":6},{"imageOffset":20166765,"imageIndex":6},{"imageOffset":27771059,"imageIndex":6},{"imageOffset":27897929,"imageIndex":6},{"imageOffset":27888808,"imageIndex":6},{"imageOffset":27905705,"imageIndex":6},{"imageOffset":20559505,"imageIndex":6},{"imageOffset":20280017,"imageIndex":6},{"imageOffset":20297879,"imageIndex":6},{"imageOffset":20297176,"imageIndex":6},{"imageOffset":21008222,"imageIndex":6},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":35524,"symbol":"_dispatch_lane_serial_drain","symbolLocation":694,"imageIndex":1},{"imageOffset":38324,"symbol":"_dispatch_lane_invoke","symbolLocation":366,"imageIndex":1},{"imageOffset":80599,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":762,"imageIndex":1},{"imageOffset":11491,"symbol":"_pthread_wqthread","symbolLocation":326,"imageIndex":8},{"imageOffset":7271,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":8}]},{"id":235310,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":235311,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":235312,"queue":"org.telegram.Telegram.log","frames":[{"imageOffset":3350992,"symbol":"swift_getAssociatedConformanceWitness","symbolLocation":0,"imageIndex":12},{"imageOffset":4391671,"symbol":"StringProtocol.data(using:allowLossyConversion:)","symbolLocation":135,"imageIndex":13},{"imageOffset":36054398,"imageIndex":6},{"imageOffset":21008222,"imageIndex":6},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":35524,"symbol":"_dispatch_lane_serial_drain","symbolLocation":694,"imageIndex":1},{"imageOffset":38324,"symbol":"_dispatch_lane_invoke","symbolLocation":366,"imageIndex":1},{"imageOffset":80599,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":762,"imageIndex":1},{"imageOffset":11491,"symbol":"_pthread_wqthread","symbolLocation":326,"imageIndex":8},{"imageOffset":7271,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":8}]},{"id":235313,"queue":"com.apple.root.background-qos","frames":[{"imageOffset":11442,"symbol":"__workq_kernreturn","symbolLocation":10,"imageIndex":0},{"imageOffset":11139,"symbol":"_pthread_workqueue_addthreads","symbolLocation":37,"imageIndex":8},{"imageOffset":57775,"symbol":"_dispatch_root_queue_poke_slow","symbolLocation":231,"imageIndex":1},{"imageOffset":75330,"symbol":"_dispatch_root_queue_drain","symbolLocation":247,"imageIndex":1},{"imageOffset":77389,"symbol":"_dispatch_worker_thread2","symbolLocation":160,"imageIndex":1},{"imageOffset":11421,"symbol":"_pthread_wqthread","symbolLocation":256,"imageIndex":8},{"imageOffset":7271,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":8}]},{"id":235314,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"triggered":true,"id":235315,"instructionState":{"instructionStream":{"bytes":[1,118,23,73,131,195,16,73,59,51,117,241,73,139,67,8,72,131,248,0,116,3,76,49,208,195,235,0,49,192,195,102,102,102,102,102,102,46,15,31,132,0,0,0,0,0,102,102,102,102,102,102,46,15,31,132,0,0,0,0,0,102,15,31,68,0,0,72,133,255,46,116,114,64,246,199,1,46,117,118,73,186,248,255,255,255,255,127,0,0,76,35,23,73,137,243,69,35,90,24,73,193,227,4,77,3,90,16,73,59,51,117,10,77,139,91,8,77,49,211,65,255,227,73,131,59,1,118,19,73,131,195,16,73,59,51,117,241,77,139,91,8,77,49,211,65,255,227,114,112,77,139,91,8,235,10,73,131,59,1,118,19,73,131,195,16,73,59,51,117,241,77,139,91,8,77,49,211,65,255,227,235,79,15,31,64,0,49,192,49,210,15],"offset":96}},"threadState":{"r13":{"value":0},"rax":{"value":0},"rflags":{"value":66050},"cpu":{"value":6},"r14":{"value":0},"rsi":{"value":140703869736403,"objc-selector":"deviceFormatForStream:formatDescription:centerStageSupported:backgroundBlurSupported:studioLightingSupported:hasAutofocus:"},"r8":{"value":0},"cr2":{"value":24},"rdx":{"value":37},"r10":{"value":0},"r9":{"value":0},"r15":{"value":140703318744576,"symbolLocation":0,"symbol":"objc_msgSend"},"rbx":{"value":0},"trap":{"value":14,"description":"(no mapping for user data read)"},"err":{"value":4},"r11":{"value":140703869736403,"objc-selector":"deviceFormatForStream:formatDescription:centerStageSupported:backgroundBlurSupported:studioLightingSupported:hasAutofocus:"},"rip":{"value":140703318744605,"matchesCrashFrame":1},"rbp":{"value":123145453020112},"rsp":{"value":123145453019864},"r12":{"value":0},"rcx":{"value":105553169722768},"flavor":"x86_THREAD_STATE","rdi":{"value":140399855403265}},"queue":"com.apple.root.default-qos","frames":[{"imageOffset":28189,"symbol":"objc_msgSend","symbolLocation":29,"imageIndex":14},{"imageOffset":373496,"symbol":"-[AVCaptureDALDevice _refreshFormatsAndKVONotify:]","symbolLocation":853,"imageIndex":2},{"imageOffset":371154,"symbol":"-[AVCaptureDALDevice _refreshStreamsAndKVONotify:]","symbolLocation":1737,"imageIndex":2},{"imageOffset":368248,"symbol":"-[AVCaptureDALDevice _refreshPropertiesAndKVONotify:]","symbolLocation":65,"imageIndex":2},{"imageOffset":367086,"symbol":"-[AVCaptureDALDevice _refreshConnectionID:KVONotify:]","symbolLocation":200,"imageIndex":2},{"imageOffset":348146,"symbol":"-[AVCaptureDALDevice initWithUniqueID:connectionID:]","symbolLocation":332,"imageIndex":2},{"imageOffset":333860,"symbol":"+[AVCaptureDALDevice _refreshDevices]","symbolLocation":2072,"imageIndex":2},{"imageOffset":334855,"symbol":"__39+[AVCaptureDALDevice _ensureDeviceList]_block_invoke","symbolLocation":28,"imageIndex":2},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":15410,"symbol":"_dispatch_once_callout","symbolLocation":20,"imageIndex":1},{"imageOffset":331698,"symbol":"+[AVCaptureDALDevice devices]","symbolLocation":38,"imageIndex":2},{"imageOffset":335487,"symbol":"+[AVCaptureDALDevice _defaultDeviceWithDeviceType:mediaTypes:position:cameraOverrideHistoryAllowed:cameraOverrideHistorySuspendedAllowed:wombatsMustBeMagic:userPreferredCameraHistorySuspendedAllowed:invalidSpecialDeviceTypes:]","symbolLocation":79,"imageIndex":2},{"imageOffset":335368,"symbol":"+[AVCaptureDALDevice defaultDeviceWithDeviceType:mediaType:position:]","symbolLocation":129,"imageIndex":2},{"imageOffset":1163887,"symbol":"+[AVCaptureDevice_Tundra defaultDeviceWithMediaType:allowIOSMacEnvironment:]","symbolLocation":265,"imageIndex":2},{"imageOffset":1169286,"symbol":"+[AVCaptureDevice_Tundra defaultDeviceWithMediaType:]","symbolLocation":38,"imageIndex":2},{"imageOffset":9426511,"imageIndex":6},{"imageOffset":9421756,"imageIndex":6},{"imageOffset":21015042,"imageIndex":6},{"imageOffset":21093972,"imageIndex":6},{"imageOffset":21008222,"imageIndex":6},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":20846,"symbol":"_dispatch_queue_override_invoke","symbolLocation":811,"imageIndex":1},{"imageOffset":75426,"symbol":"_dispatch_root_queue_drain","symbolLocation":343,"imageIndex":1},{"imageOffset":77389,"symbol":"_dispatch_worker_thread2","symbolLocation":160,"imageIndex":1},{"imageOffset":11421,"symbol":"_pthread_wqthread","symbolLocation":256,"imageIndex":8},{"imageOffset":7271,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":8}]},{"id":235316,"queue":"com.apple.cfnetwork.altservicesstorage","frames":[{"imageOffset":10818,"symbol":"pread","symbolLocation":10,"imageIndex":0},{"imageOffset":34753,"symbol":"unixRead","symbolLocation":241,"imageIndex":15},{"imageOffset":205361,"symbol":"walIndexReadHdr","symbolLocation":2817,"imageIndex":15},{"imageOffset":200567,"symbol":"walTryBeginRead","symbolLocation":711,"imageIndex":15},{"imageOffset":194034,"symbol":"sqlite3PagerSharedLock","symbolLocation":562,"imageIndex":15},{"imageOffset":191944,"symbol":"sqlite3BtreeBeginTrans","symbolLocation":1832,"imageIndex":15},{"imageOffset":160442,"symbol":"sqlite3InitOne","symbolLocation":794,"imageIndex":15},{"imageOffset":123483,"symbol":"sqlite3Pragma","symbolLocation":2507,"imageIndex":15},{"imageOffset":62838,"symbol":"yy_reduce","symbolLocation":12310,"imageIndex":15},{"imageOffset":46709,"symbol":"sqlite3RunParser","symbolLocation":997,"imageIndex":15},{"imageOffset":44101,"symbol":"sqlite3Prepare","symbolLocation":565,"imageIndex":15},{"imageOffset":43162,"symbol":"sqlite3LockAndPrepare","symbolLocation":202,"imageIndex":15},{"imageOffset":41561,"symbol":"sqlite3_exec","symbolLocation":281,"imageIndex":15},{"imageOffset":1160153,"imageIndex":16},{"imageOffset":1159591,"imageIndex":16},{"imageOffset":1167626,"imageIndex":16},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":66411,"symbol":"_dispatch_lane_barrier_sync_invoke_and_complete","symbolLocation":60,"imageIndex":1},{"imageOffset":1155609,"imageIndex":16},{"imageOffset":152338,"imageIndex":16},{"imageOffset":149304,"imageIndex":16},{"imageOffset":779357,"imageIndex":16},{"imageOffset":145117,"imageIndex":16},{"imageOffset":144977,"imageIndex":16},{"imageOffset":132849,"imageIndex":16},{"imageOffset":114526,"imageIndex":16},{"imageOffset":1683219,"imageIndex":16},{"imageOffset":616429,"imageIndex":16},{"imageOffset":6139,"symbol":"_dispatch_call_block_and_release","symbolLocation":12,"imageIndex":1},{"imageOffset":10820,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":1},{"imageOffset":35524,"symbol":"_dispatch_lane_serial_drain","symbolLocation":694,"imageIndex":1},{"imageOffset":38375,"symbol":"_dispatch_lane_invoke","symbolLocation":417,"imageIndex":1},{"imageOffset":43268,"symbol":"_dispatch_workloop_invoke","symbolLocation":2026,"imageIndex":1},{"imageOffset":80599,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":762,"imageIndex":1},{"imageOffset":11491,"symbol":"_pthread_wqthread","symbolLocation":326,"imageIndex":8},{"imageOffset":7271,"symbol":"start_wqthread","symbolLocation":15,"imageIndex":8}]},{"id":235317,"frames":[{"imageOffset":7256,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":235318,"frames":[{"imageOffset":5570,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":62980,"symbol":"mach_msg2_internal","symbolLocation":82,"imageIndex":0},{"imageOffset":34357,"symbol":"mach_msg_overwrite","symbolLocation":723,"imageIndex":0},{"imageOffset":6312,"symbol":"mach_msg","symbolLocation":19,"imageIndex":0},{"imageOffset":42250949,"imageIndex":6},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":235352,"frames":[{"imageOffset":16362,"symbol":"__semwait_signal","symbolLocation":10,"imageIndex":0},{"imageOffset":68426,"symbol":"nanosleep","symbolLocation":196,"imageIndex":17},{"imageOffset":113210,"symbol":"sleep","symbolLocation":41,"imageIndex":17},{"imageOffset":32109,"symbol":"SML::Kamino::VCam::CPluginIPCHandler::ThreadProc(void*)","symbolLocation":95,"imageIndex":18},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":235354,"frames":[{"imageOffset":16362,"symbol":"__semwait_signal","symbolLocation":10,"imageIndex":0},{"imageOffset":68426,"symbol":"nanosleep","symbolLocation":196,"imageIndex":17},{"imageOffset":68224,"symbol":"usleep","symbolLocation":53,"imageIndex":17},{"imageOffset":24069,"symbol":"void* std::__1::__thread_proxy >, LogAsync::LogAsync(std::__1::mutex&)::'lambda'()> >(void*)","symbolLocation":68,"imageIndex":19},{"imageOffset":25177,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7291,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]}], "usedImages" : [ { "source" : "P", "arch" : "x86_64", "base" : 140703322079232, "size" : 237560, "uuid" : "7c3dcc95-9f42-3c7c-8796-476ff67b9cf7", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703320760320, "size" : 290804, "uuid" : "6282e528-6a67-334b-accf-1f8fd89369bd", "path" : "\/usr\/lib\/system\/libdispatch.dylib", "name" : "libdispatch.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703777873920, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.AVFCapture", "size" : 1568756, "uuid" : "6c5f2a5b-bf09-3e59-a9be-28071b3cba40", "path" : "\/System\/Library\/PrivateFrameworks\/AVFCapture.framework\/Versions\/A\/AVFCapture", "name" : "AVFCapture", "CFBundleVersion" : "325.7.2" }, { "source" : "P", "arch" : "x86_64h", "base" : 140703322718208, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 4825088, "uuid" : "beb5fc0b-7196-3c1d-a59a-f62ada98f592", "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1953.300" }, { "source" : "P", "arch" : "x86_64", "base" : 140703483752448, "CFBundleShortVersionString" : "2.1.1", "CFBundleIdentifier" : "com.apple.HIToolbox", "size" : 3112958, "uuid" : "db45022f-3922-35b3-9a06-377f66ed0fbe", "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox", "name" : "HIToolbox" }, { "source" : "P", "arch" : "x86_64", "base" : 140703374671872, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 16809984, "uuid" : "00f4aa78-a19f-3a8e-9650-9f90b7beefd6", "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit", "name" : "AppKit", "CFBundleVersion" : "2299.30.116" }, { "source" : "P", "arch" : "x86_64", "base" : 4305428480, "CFBundleShortVersionString" : "9.3.1", "CFBundleIdentifier" : "ru.keepcoder.Telegram", "size" : 60080128, "uuid" : "68dfcf32-176b-3712-b0cd-7295101201b6", "path" : "\/private\/var\/folders\/*\/Telegram.app\/Contents\/MacOS\/Telegram", "name" : "Telegram", "CFBundleVersion" : "242573" }, { "source" : "P", "arch" : "x86_64", "base" : 140703318962176, "size" : 609392, "uuid" : "bb7a0970-8c62-3dce-a7a2-5cec9c501f11", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "x86_64", "base" : 140703322316800, "size" : 49144, "uuid" : "5920e36f-53ec-33f0-b675-8ae48b58418c", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703567384576, "CFBundleShortVersionString" : "1.14", "CFBundleIdentifier" : "com.apple.audio.toolbox.AudioToolbox", "size" : 1212404, "uuid" : "23fb36b1-0e3d-34ce-99a2-b83817542a8c", "path" : "\/System\/Library\/Frameworks\/AudioToolbox.framework\/Versions\/A\/AudioToolbox", "name" : "AudioToolbox", "CFBundleVersion" : "1.14" }, { "source" : "P", "arch" : "x86_64", "base" : 140703549272064, "size" : 204784, "uuid" : "8dbe0f78-50d6-3eeb-b1f0-8396eebb0249", "path" : "\/usr\/lib\/libAudioToolboxUtility.dylib", "name" : "libAudioToolboxUtility.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703480995840, "CFBundleShortVersionString" : "1.0", "CFBundleIdentifier" : "com.apple.audio.caulk", "size" : 155648, "uuid" : "66bba3ca-bce1-32f8-8269-99fac92469fc", "path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk", "name" : "caulk" }, { "source" : "P", "arch" : "x86_64", "base" : 140703561584640, "size" : 4911093, "uuid" : "ef42918d-adc1-3aba-85d7-5dc3b64dd530", "path" : "\/usr\/lib\/swift\/libswiftCore.dylib", "name" : "libswiftCore.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703337893888, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.Foundation", "size" : 10559479, "uuid" : "ab5f8db8-b03b-33b6-98f7-ffaec27a8eab", "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation", "name" : "Foundation", "CFBundleVersion" : "1953.300" }, { "source" : "P", "arch" : "x86_64h", "base" : 140703318716416, "size" : 245721, "uuid" : "38d89f3c-dc4c-3b0a-a09c-461739132150", "path" : "\/usr\/lib\/libobjc.A.dylib", "name" : "libobjc.A.dylib" }, { "source" : "P", "arch" : "x86_64h", "base" : 140703425208320, "size" : 1949696, "uuid" : "3077529d-0067-3a47-9cd1-529cf2dfd381", "path" : "\/usr\/lib\/libsqlite3.dylib", "name" : "libsqlite3.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703398543360, "CFBundleShortVersionString" : "1402.0.8", "CFBundleIdentifier" : "com.apple.CFNetwork", "size" : 3825664, "uuid" : "7fd3de97-f5c9-3169-ad7a-04fd106c51cc", "path" : "\/System\/Library\/Frameworks\/CFNetwork.framework\/Versions\/A\/CFNetwork", "name" : "CFNetwork", "CFBundleVersion" : "1402.0.8" }, { "source" : "P", "arch" : "x86_64", "base" : 140703321063424, "size" : 561152, "uuid" : "376f7cb7-6dd2-3e00-976f-77dd755bdb0d", "path" : "\/usr\/lib\/system\/libsystem_c.dylib", "name" : "libsystem_c.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 4416266240, "CFBundleShortVersionString" : "1.1912.04.1", "CFBundleIdentifier" : "LogiCapture.DAL.VirtualCamera", "size" : 106496, "uuid" : "acd6f497-05d3-3349-b0d3-c650f73f43da", "path" : "\/Library\/CoreMediaIO\/*\/LogiCapture.plugin\/Contents\/MacOS\/LogiCapture", "name" : "LogiCapture", "CFBundleVersion" : "1.1912.04.1" }, { "source" : "P", "arch" : "x86_64", "base" : 4605640704, "size" : 2162688, "uuid" : "5e1fb2f6-9784-311c-a935-428ac1094cdb", "path" : "\/Library\/CoreMediaIO\/*\/RelayCam.plugin\/Contents\/Frameworks\/libVtcComLib.dylib", "name" : "libVtcComLib.dylib" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" } ], "vmSummary" : "ReadOnly portion of Libraries: Total=886.7M resident=0K(0%) swapped_out_or_unallocated=886.7M(100%)\nWritable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG backing stores 3120K 8 \nCG image 44K 2 \nColorSync 244K 28 \nCoreAnimation 160K 11 \nCoreGraphics 16K 3 \nCoreUI image data 888K 9 \nFoundation 16K 1 \nKernel Alloc Once 8K 1 \nMALLOC 290.3M 259 \nMALLOC guard page 48K 10 \nMALLOC_MEDIUM (reserved) 960.0M 8 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.1M 25 \nStack 20.2M 25 \nVM_ALLOCATE 336K 29 \n__CTF 756 1 \n__DATA 39.8M 634 \n__DATA_CONST 43.0M 418 \n__DATA_DIRTY 2184K 240 \n__FONT_DATA 2352 1 \n__LINKEDIT 187.4M 14 \n__OBJC_RO 65.4M 1 \n__OBJC_RW 1988K 2 \n__TEXT 699.3M 651 \ndyld private memory 256K 1 \nmapped file 224.0M 322 \nshared memory 792K 18 \n=========== ======= ======= \nTOTAL 2.9G 2726 \nTOTAL, minus reserved VM space 1.6G 2726 \n", "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.root.default-qos" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "63582c5f8a53461413999550", "factorPackIds" : { }, "deploymentId" : 240000002 }, { "rolloutId" : "62b4513af75dc926494899c6", "factorPackIds" : { "COREOS_ICD" : "62fbe3cfa9a700130f60b3ea" }, "deploymentId" : 240000019 } ], "experiments" : [ ] }, "reportNotes" : [ "dyld_process_snapshot_create_for_process failed with 5" ] } Model: MacBookPro16,2, BootROM 1916.60.2.0.0 (iBridge: 20.16.2059.0.0,0), 4 processors, Quad-Core Intel Core i7, 2.3 GHz, 32 GB, SMC Graphics: Intel Iris Plus Graphics, Intel Iris Plus Graphics, Built-In Display: Color LCD, 2560 x 1600 Retina, MirrorOff, Online Display: M27Q, 2560 x 1440 (QHD/WQHD - Wide Quad High Definition), Main, MirrorOff, Online Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, LPDDR4X, 3733 MHz, Samsung, K4UCE3Q4AA-MGCL Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, LPDDR4X, 3733 MHz, Samsung, K4UCE3Q4AA-MGCL AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Sep 14 2022 18:03:20 version 9.30.489.3.32.5.84 FWID 01-8b6fe36e Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB31Bus USB Device: USB31Bus USB Device: USB2.0 Hub USB Device: USB2.0 Hub USB Device: AT2020USB+ USB Device: Logitech Webcam C930e USB Device: Razer DeathAdder V2 USB Device: GMMK Pro ANSI USB Device: USB Billboard Device USB Device: T2Bus USB Device: Touch Bar Backlight USB Device: Touch Bar Display USB Device: Apple Internal Keyboard / Trackpad USB Device: Headset USB Device: Ambient Light Sensor USB Device: FaceTime HD Camera (Built-in) USB Device: Apple T2 Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 86.0 Thunderbolt Bus: MacBook Pro, Apple Inc., 86.0 ```
gerald-lnj commented 1 year ago

Fixed in version 9.4.1.243230 Beta. @nonix you can try it from the above link, not sure if our bug is the same

andymartinwork commented 1 year ago

As someone who has a user crashing with the exact same bug, is it possible for the TelegramSwift team to tell me how they fixed this bug?

overtake commented 1 year ago

As someone who has a user crashing with the exact same bug, is it possible for the TelegramSwift team to tell me how they fixed this bug?

as i remember we were using "dirstat_np" function which doesn't exist on 10.12. We used function to calculate dir size fast, so instead of this for 10.12 we added fallback to NSFileManager