Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFNetwork: __67-[NSURLSession delegate_dataTask:didReceiveData:completionHandler:]_block_invoke_2 + 96 (Session.mm:942) #1065 #1066

Closed
shakilur157 opened this issue Mar 31, 2022 · 4 comments

Comments

@shakilur157
Copy link

shakilur157 commented Mar 31, 2022

Getting lots of crashes . Can you please guide me to solve the issue? Here is the full crash log given below:

Incident Identifier: FBD0DC8A-5AC1-4D16-BF1C-25E3A9BE7FCA
Hardware Model: iPhone12,5
Process: OneSignalNotificationServiceExtension [229]
Path: /private/var/containers/Bundle/Application/4AB2C76B-09CB-4BE7-89C4-26815FAA17B1/ShebaXYZ.app/PlugIns/OneSignalNotificationServiceExtension.appex/OneSignalNotificationServiceExtension
Identifier: com.myapp.app.OneSignalNotificationServiceExtension
Version: 4 (1.4.18)
AppVariant: 1:iPhone12,5:13
Code Type: ARM-64 (Native)
Role: Unspecified
Parent Process: launchd [1]
Coalition: com.myapp.OneSignalNotificationServiceExtension [374]

Date/Time: 2021-11-30 11:05:27.9035 +0600
Launch Time: 2021-11-30 11:05:27.4059 +0600
OS Version: iPhone OS 14.6 (18F72)
Release Type: User
Baseband Version: 2.05.01
Report Version: 104

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

Last Exception Backtrace:
0 CoreFoundation 0x1a3f7a754 __exceptionPreprocess + 220 (NSException.m:199)
1 libobjc.A.dylib 0x1b8a417a8 objc_exception_throw + 60 (objc-exception.mm:565)
2 Foundation 0x1a52a6b38 _NSFileHandleRaiseOperationExceptionWhileReading + 280 (NSFileHandle.m:71)
3 Foundation 0x1a5233fc0 -[NSConcreteFileHandle writeData:] + 312 (NSFileHandle.m:75)
4 CFNetwork 0x1a4759c10 __67-[NSURLSession delegate_dataTask:didReceiveData:completionHandler:]_block_invoke_2 + 96 (Session.mm:942)
5 libdispatch.dylib 0x1a3b65a84 _dispatch_call_block_and_release + 32 (init.c:1466)
6 libdispatch.dylib 0x1a3b6781c _dispatch_client_callout + 20 (object.m:559)
7 libdispatch.dylib 0x1a3b6f004 _dispatch_lane_serial_drain + 620 (inline_internal.h:2557)
8 libdispatch.dylib 0x1a3b6fc34 _dispatch_lane_invoke + 456 (queue.c:3862)
9 libdispatch.dylib 0x1a3b7a4bc _dispatch_workloop_worker_thread + 764 (queue.c:6589)
10 libsystem_pthread.dylib 0x1efade7a4 _pthread_wqthread + 276 (pthread.c:2436)
11 libsystem_pthread.dylib 0x1efae574c start_wqthread + 8

Thread 0 name:
Thread 0:
0 libsystem_kernel.dylib 0x00000001d206c4fc mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001d206b884 mach_msg + 76 (mach_msg.c:103)
2 CoreFoundation 0x00000001a3ef3eb0 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3 CoreFoundation 0x00000001a3eedd50 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4 CoreFoundation 0x00000001a3eed360 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5 Foundation 0x00000001a51dafdc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:377)
6 Foundation 0x00000001a520e68c -[NSRunLoop(NSRunLoop) run] + 92 (NSRunLoop.m:402)
7 libxpc.dylib 0x00000001efb0dbfc _xpc_objc_main + 688 (main.m:265)
8 libxpc.dylib 0x00000001efb0ff1c xpc_main + 180 (init.c:1206)
9 Foundation 0x00000001a5210a18 -[NSXPCListener resume] + 340 (NSXPCListener.m:448)
10 PlugInKit 0x00000001d498b71c -[PKService run] + 424 (PKService.m:186)
11 PlugInKit 0x00000001d498b344 +[PKService main] + 576 (PKService.m:115)
12 PlugInKit 0x00000001d498bb34 +[PKService _defaultRun:arguments:] + 24 (PKService.m:233)
13 ExtensionKit 0x00000001a8461fe8 EXExtensionMain + 84 (EXExtensionMain.m:23)
14 Foundation 0x00000001a535f70c NSExtensionMain + 200 (NSExtensionMain.m:13)
15 libdyld.dylib 0x00000001a3ba9cf8 start + 4

Thread 1 name:
Thread 1:
0 libobjc.A.dylib 0x00000001b8a4073c objc_retainAutoreleaseAndReturn(objc_object*) + 40 (NSObject.mm:2177)
1 ...otificationServiceExtension 0x00000001020c7060 +[NSURLSession+ 143456 (DirectDownload) downloadItemAtURL:toFile:error:] + 428
2 ...otificationServiceExtension 0x00000001020cb6f8 +[OneSignalHelper downloadMediaAndSaveInBundle:] + 252
3 ...otificationServiceExtension 0x00000001020cb114 +[OneSignalHelper addAttachments:toNotificationContent:] + 688
4 ...otificationServiceExtension 0x00000001020de2fc +[OneSignalNotificationServiceExtensionHandler didReceiveNotificationExtensionRequest:withMutableNotificationContent:] + 424
5 ...otificationServiceExtension 0x00000001020b56d0 +[OneSignal didReceiveNotificationExtensionRequest:withMutableNotificationContent:] + 56
6 ...otificationServiceExtension 0x00000001020a8b3c specialized NotificationService.didReceive(:withContentHandler:) + 376 (NotificationService.swift:54)
7 ...otificationServiceExtension 0x00000001020a8768 specialized NotificationService.didReceive(:withContentHandler:) + 12 (:0)
8 ...otificationServiceExtension 0x00000001020a8768 @objc NotificationService.didReceive(_:withContentHandler:) + 76
9 UserNotifications 0x00000001b34d5094 -[_UNNotificationServiceExtensionRemoteContext didReceiveNotificationRequest:withCompletionHandler:] + 456 (_UNNotificationServiceExtensionRemoteContext.m:53)
10 Foundation 0x00000001a5403024 NSXPCCONNECTION_IS_CALLING_OUT_TO_EXPORTED_OBJECT_S2 + 16 (NSXPCConnection.m:272)
11 Foundation 0x00000001a5221c34 -[NSXPCConnection _decodeAndInvokeMessageWithEvent🎏] + 1748 (NSXPCConnection.m:787)
12 Foundation 0x00000001a5403148 message_handler + 228 (NSXPCConnection.m:866)
13 libxpc.dylib 0x00000001efb050bc _xpc_connection_call_event_handler + 172 (connection.c:691)
14 libxpc.dylib 0x00000001efb05480 _xpc_connection_mach_event + 932 (connection.c:1227)
15 libdispatch.dylib 0x00000001a3b678e8 _dispatch_client_callout4 + 20 (object.m:599)
16 libdispatch.dylib 0x00000001a3b827ec _dispatch_mach_msg_invoke + 476 (mach.c:2443)
17 libdispatch.dylib 0x00000001a3b6eecc _dispatch_lane_serial_drain + 308 (inline_internal.h:2598)
18 libdispatch.dylib 0x00000001a3b83550 _dispatch_mach_invoke + 464 (mach.c:2765)
19 libdispatch.dylib 0x00000001a3b6eecc _dispatch_lane_serial_drain + 308 (inline_internal.h:2598)
20 libdispatch.dylib 0x00000001a3b6fc34 _dispatch_lane_invoke + 456 (queue.c:3862)
21 libdispatch.dylib 0x00000001a3b7a4bc _dispatch_workloop_worker_thread + 764 (queue.c:6589)
22 libsystem_pthread.dylib 0x00000001efade7a4 _pthread_wqthread + 276 (pthread.c:2436)
23 libsystem_pthread.dylib 0x00000001efae574c start_wqthread + 8

Thread 2:
0 libsystem_pthread.dylib 0x00000001efae5744 start_wqthread + 0

Thread 3 name:
Thread 3 Crashed:
0 libsystem_kernel.dylib 0x00000001d2091334 __pthread_kill + 8
1 libsystem_pthread.dylib 0x00000001efadda9c pthread_kill + 272 (pthread.c:1582)
2 libsystem_c.dylib 0x00000001ad328b90 abort + 104 (abort.c:110)
3 libc++abi.dylib 0x00000001b8b22bb8 abort_message + 132 (abort_message.cpp:78)
4 libc++abi.dylib 0x00000001b8b13ec8 demangling_terminate_handler() + 308 (cxa_default_handlers.cpp:67)
5 libobjc.A.dylib 0x00000001b8a2005c _objc_terminate() + 144 (objc-exception.mm:701)
6 libc++abi.dylib 0x00000001b8b21fa0 std::__terminate(void (*)()) + 20 (cxa_handlers.cpp:59)
7 libc++abi.dylib 0x00000001b8b21f2c std::terminate() + 48 (cxa_handlers.cpp:88)
8 libdispatch.dylib 0x00000001a3b67830 _dispatch_client_callout + 40 (object.m:562)
9 libdispatch.dylib 0x00000001a3b6f004 _dispatch_lane_serial_drain + 620 (inline_internal.h:2557)
10 libdispatch.dylib 0x00000001a3b6fc34 _dispatch_lane_invoke + 456 (queue.c:3862)
11 libdispatch.dylib 0x00000001a3b7a4bc _dispatch_workloop_worker_thread + 764 (queue.c:6589)
12 libsystem_pthread.dylib 0x00000001efade7a4 _pthread_wqthread + 276 (pthread.c:2436)
13 libsystem_pthread.dylib 0x00000001efae574c start_wqthread + 8

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

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

Thread 3 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x000000016def9ea0 x5: 0x000000016defa440 x6: 0x000000000000006e x7: 0x0000000000000500
x8: 0xf51fa933ea7dbc32 x9: 0xf51fa93287920c32 x10: 0x0000000000000002 x11: 0x0000000000000003
x12: 0x0000000000000000 x13: 0x0000000000000000 x14: 0x0000000000000010 x15: 0x0000000000000000
x16: 0x0000000000000148 x17: 0x000000016defb000 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x0000000000003603 x21: 0x000000016defb0e0 x22: 0x000000016defaab0 x23: 0x0000000000000000
x24: 0x0000000000000000 x25: 0x000000016defb0e0 x26: 0x0000000103d00f00 x27: 0x0000000103018038
x28: 0x0000000000000114 fp: 0x000000016defa3b0 lr: 0x00000001efadda9c
sp: 0x000000016defa390 pc: 0x00000001d2091334 cpsr: 0x40000000
esr: 0x56000080 Address size fault

Binary Images:
0x1020a4000 - 0x102117fff OneSignalNotificationServiceExtension arm64 <61301f6aff263ebc82ff21da6e830ae0> /var/containers/Bundle/Application/4AB2C76B-09CB-4BE7-89C4-26815FAA17B1/ShebaXYZ.app/PlugIns/OneSignalNotificationServiceExtension.appex/OneSignalNotificationServiceExtension
0x1021f0000 - 0x102263fff dyld arm64e <65bac7abef933e93b5640506d0e36590> /usr/lib/dyld
0x102500000 - 0x10250bfff libobjc-trampolines.dylib arm64e <26cb4bb90880358ba280192f8ed6d0ad> /usr/lib/libobjc-trampolines.dylib
0x1a3b63000 - 0x1a3ba7fff libdispatch.dylib arm64e /usr/lib/system/libdispatch.dylib
0x1a3ba8000 - 0x1a3be4fff libdyld.dylib arm64e /usr/lib/system/libdyld.dylib
0x1a3be5000 - 0x1a3e50fff libicucore.A.dylib arm64e /usr/lib/libicucore.A.dylib
0x1a3e51000 - 0x1a4210fff CoreFoundation arm64e <4fbdf167161a324ca233d516922c67e5> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1a4211000 - 0x1a43c3fff CoreServices arm64e <46bbb0a72281367ab7c09ce200dfdf86> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1a43c4000 - 0x1a440bfff WirelessDiagnostics arm64e <97df83a096643d9ca2595ab3d30010ea> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1a440c000 - 0x1a4488fff SystemConfiguration arm64e /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1a4489000 - 0x1a457efff CoreTelephony arm64e <85c3411b900f357f88f819c5b49cf365> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1a457f000 - 0x1a4a11fff CFNetwork arm64e <04a7e31d376b37198e587bbe0fe8ee51> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1a4a12000 - 0x1a515dfff libnetwork.dylib arm64e <83ca70ba608e3157a1f0903703ceb78d> /usr/lib/libnetwork.dylib
0x1a515e000 - 0x1a51d2fff Accounts arm64e <91c28d11436a3caeb988e3040f553391> /System/Library/Frameworks/Accounts.framework/Accounts
0x1a51d3000 - 0x1a5488fff Foundation arm64e <0d9893a458043f0dbb3f73989ea36ad3> /System/Library/Frameworks/Foundation.framework/Foundation
0x1a5489000 - 0x1a57ebfff ImageIO arm64e /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1a5805000 - 0x1a5d9dfff CoreGraphics arm64e <2f7f6ee8635c332abac3efda4894c7e2> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1a5d9e000 - 0x1a71a9fff UIKitCore arm64e <33b02ab55daf32498dc65872df830ec5> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1a71aa000 - 0x1a71c8fff libAccessibility.dylib arm64e /usr/lib/libAccessibility.dylib
0x1a71c9000 - 0x1a745dfff QuartzCore arm64e <4a41f8af4c323302bffc377812960921> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1a745e000 - 0x1a74c8fff BackBoardServices arm64e <1fef1d7eba033f12b7365af97e1ffc93> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1a74c9000 - 0x1a7550fff TextInput arm64e <6783ec80fd23331f9584c5b0f2ed1380> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1a7551000 - 0x1a75b9fff libusrtcp.dylib arm64e <080671b68c363e1fb35a6665fc0e0232> /usr/lib/libusrtcp.dylib
0x1a7974000 - 0x1a7ad6fff libswiftFoundation.dylib arm64e /usr/lib/swift/libswiftFoundation.dylib
0x1a7ad7000 - 0x1a7f18fff libswiftCore.dylib arm64e <371457f70ecd3a139bd9a9de3351129f> /usr/lib/swift/libswiftCore.dylib
0x1a7f19000 - 0x1a7f35fff UIKitServices arm64e <3471d8dcbf1d3110b129bcf2c1bc36d7> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1a8298000 - 0x1a844dfff CoreText arm64e <3fb1158c6de33d9dbf8c51c0b85b7215> /System/Library/Frameworks/CoreText.framework/CoreText
0x1a844e000 - 0x1a8467fff ExtensionKit arm64e <9b482c1605543e5484f596cca27a5697> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x1a847e000 - 0x1a8501fff BaseBoard arm64e /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1a8502000 - 0x1a874dfff CoreDuet arm64e /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1a874e000 - 0x1a88a7fff Contacts arm64e <8ac22bf4a74d3478bb7b67b5ac2398d3> /System/Library/Frameworks/Contacts.framework/Contacts
0x1a88a8000 - 0x1a9e0cfff GeoServices arm64e /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1a9e0d000 - 0x1a9ea3fff CoreLocation arm64e <478b7a67d7013e1e887c0576f04196e6> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1a9ea4000 - 0x1aa045fff CloudKit arm64e <7d1418c47973307ca780a47b61c14a34> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1aa046000 - 0x1aa3bafff CoreData arm64e /System/Library/Frameworks/CoreData.framework/CoreData
0x1ab156000 - 0x1ab160fff libswiftCoreGraphics.dylib arm64e /usr/lib/swift/libswiftCoreGraphics.dylib
0x1ab161000 - 0x1ab1a0fff AppSupport arm64e <278b64ad1ce33739b8680ffc6b16f3fd> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1ab1a1000 - 0x1ab2c6fff ManagedConfiguration arm64e <611487e209d73fa89d6f9b9f79c23021> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1ab444000 - 0x1ab596fff Security arm64e /System/Library/Frameworks/Security.framework/Security
0x1abb3c000 - 0x1ac0d8fff Intents arm64e <12de7cdc4499382e94715882cb23e157> /System/Library/Frameworks/Intents.framework/Intents
0x1ac128000 - 0x1ac439fff CoreImage arm64e /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1ac43a000 - 0x1ac4f7fff ColorSync arm64e /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1ac4f8000 - 0x1ac533fff CoreVideo arm64e /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1acd5d000 - 0x1ace5efff CoreMedia arm64e /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1ace5f000 - 0x1ad0cffff AudioToolbox arm64e <0a7f10d4561c32d48a99cfa7907d3b7a> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1ad181000 - 0x1ad28afff UIFoundation arm64e <5f8b069e7df837cca2402ad838c0b414> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1ad28b000 - 0x1ad2b0fff libsystem_info.dylib arm64e <7bba4c4822da3fb7b1e8d2d6e91681b7> /usr/lib/system/libsystem_info.dylib
0x1ad2b1000 - 0x1ad330fff libsystem_c.dylib arm64e <3c5017016b013e70a81676794ea12708> /usr/lib/system/libsystem_c.dylib
0x1ad331000 - 0x1ad37bfff RunningBoardServices arm64e <3e5f33aa70ff32d1a475bd9356a2af78> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1ad37c000 - 0x1ae44bfff JavaScriptCore arm64e <74545bac15ff320da90b8f89f75e39c1> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1ae9fa000 - 0x1aea88fff ContactsFoundation arm64e <5847c7c551b63a249c22169e8207be80> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1aeccc000 - 0x1aeceefff ProactiveEventTracker arm64e <48189564b4af35d3be61876d36e7f82c> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1aecef000 - 0x1aed39fff Lexicon arm64e /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1aeda4000 - 0x1aedf3fff CoreDuetContext arm64e <076cc8cef7373eeebc980864aa8344ea> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1aedf4000 - 0x1aee9ffff IOKit arm64e <4921ff204f963660b07a7f34fb58e5a3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1aeea0000 - 0x1aeeaefff DataMigration arm64e /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1aeeaf000 - 0x1aef0afff SpringBoardServices arm64e <030c7e75a08635a3a628c6c3b8f64d03> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1af191000 - 0x1af2cefff EventKit arm64e /System/Library/Frameworks/EventKit.framework/EventKit
0x1afacc000 - 0x1afc76fff CoreUtils arm64e /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1afc8d000 - 0x1afcf9fff CoreSpotlight arm64e /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1b021b000 - 0x1b02dffff CoreUI arm64e <166a77aadb8e389e8a94d9caa55f6efb> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1b02e0000 - 0x1b032dfff SafariSafeBrowsing arm64e <045e0cc95bd33db5830a4400175ce6d7> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1b032e000 - 0x1b0b07fff WebKit arm64e <9f7b0b3b7f333f7f883e7b2ee83f42fb> /System/Library/Frameworks/WebKit.framework/WebKit
0x1b0b08000 - 0x1b30a7fff WebCore arm64e <6ef2878d48893fb0ba38781b25c9d587> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1b30a8000 - 0x1b3106fff libMobileGestalt.dylib arm64e /usr/lib/libMobileGestalt.dylib
0x1b3107000 - 0x1b3122fff CommonUtilities arm64e /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1b338a000 - 0x1b3432fff CoreSuggestions arm64e /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1b3433000 - 0x1b34cffff AddressBookLegacy arm64e /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1b34d0000 - 0x1b3501fff UserNotifications arm64e /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1b3502000 - 0x1b358bfff FrontBoardServices arm64e <3072e730ae783201b7147712d4f1fc2f> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1b358c000 - 0x1b35affff libsystem_malloc.dylib arm64e <716786f4da963293bb007ed833124dea> /usr/lib/system/libsystem_malloc.dylib
0x1b4016000 - 0x1b40a4fff AuthKit arm64e /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1b40a5000 - 0x1b4136fff AppleAccount arm64e <00c881704e2b3d56b5299e2f0c900f44> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1b4137000 - 0x1b439efff AudioToolboxCore arm64e <9ff4a959d0b63cf486406331d18baae8> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1b4835000 - 0x1b48d5fff ShareSheet arm64e /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1b5402000 - 0x1b5451fff MobileBackup arm64e <453890c85ab83e03a787d26120f9e0e4> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1b5452000 - 0x1b5465fff MSUDataAccessor arm64e /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x1b5466000 - 0x1b548dfff MobileAsset arm64e /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1b548e000 - 0x1b549dfff libsystem_networkextension.dylib arm64e <364c51a986e433ba96d14a937172acd9> /usr/lib/system/libsystem_networkextension.dylib
0x1b549e000 - 0x1b56e5fff NetworkExtension arm64e <50bb1798909730cc985d0cd7f7fceb10> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1b571d000 - 0x1b5f9cfff CoreML arm64e <1f259375db02310da05342fbd8165188> /System/Library/Frameworks/CoreML.framework/CoreML
0x1b5f9d000 - 0x1b6710fff Espresso arm64e /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1b6711000 - 0x1b6819fff VideoToolbox arm64e <59d714b0a65e36eab19e45ea6a3bb87a> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1b6958000 - 0x1b6969fff AXCoreUtilities arm64e <92334abbfaed374c91da5518f67bfa10> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1b77b5000 - 0x1b7929fff Montreal arm64e <7f993e75ec703c5fb56fea9ec4cf977b> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1b792a000 - 0x1b7a3dfff LanguageModeling arm64e /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1b7a3e000 - 0x1b7a46fff InternationalSupport arm64e <130682a1171631358b7b266a5af61a8c> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1b7df6000 - 0x1b7e9ffff CalendarDatabase arm64e /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1b7fd2000 - 0x1b8113fff Combine arm64e /System/Library/Frameworks/Combine.framework/Combine
0x1b81a0000 - 0x1b81b1fff UniformTypeIdentifiers arm64e <995c315262ee3947b8284ae1cf3ab125> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x1b81b2000 - 0x1b8233fff CloudDocs arm64e /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1b8a19000 - 0x1b8a50fff libobjc.A.dylib arm64e <266e9238111c3f2da0d2604474e3cdc4> /usr/lib/libobjc.A.dylib
0x1b8a51000 - 0x1b8ab2fff LoggingSupport arm64e <20a4e30f1b323be595a0bcd9f802ee15> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1b8ab3000 - 0x1b8b0efff libc++.1.dylib arm64e <9aa8a1f311a73857b27476e140edd0b6> /usr/lib/libc++.1.dylib
0x1b8b0f000 - 0x1b8b28fff libc++abi.dylib arm64e /usr/lib/libc++abi.dylib
0x1b8b29000 - 0x1b8b6afff SetupAssistant arm64e /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1b8cbc000 - 0x1b8cfefff CoreAutoLayout arm64e /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1b8cff000 - 0x1b8e5bfff Network arm64e <64059de5ad873ac993cb8eaf0600b881> /System/Library/Frameworks/Network.framework/Network
0x1b8e5c000 - 0x1b8e92fff MobileKeyBag arm64e <26d4b16a85363a36888d778ba9b9cb98> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1b90d6000 - 0x1b9184fff libvDSP.dylib arm64e <381d831ab9be35b6aeff8ac003b21e24> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1b9185000 - 0x1b91b8fff libAudioToolboxUtility.dylib arm64e /usr/lib/libAudioToolboxUtility.dylib
0x1b938c000 - 0x1b9417fff CoreNLP arm64e /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1b9418000 - 0x1b952dfff FileProvider arm64e <5118c253d0fb3a58a39a6e6c25ddbf3f> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1b9540000 - 0x1b9558fff libswiftDispatch.dylib arm64e /usr/lib/swift/libswiftDispatch.dylib
0x1b9559000 - 0x1b958efff DataDetectorsCore arm64e <6dc0f9a937473bea8ccdd67b4ff52453> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1b958f000 - 0x1b962bfff Symbolication arm64e /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1b962c000 - 0x1b963afff CrashReporterSupport arm64e /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1b97a6000 - 0x1b9993fff MPSNeuralNetwork arm64e <32c3b58dae033f8287e6f950122a5415> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1b9994000 - 0x1b99e9fff MPSCore arm64e <596076932b2a37acabf5a85b7818ff54> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1b9b44000 - 0x1b9badfff CalendarFoundation arm64e <0edad51da34a3499b87de213e80604d7> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1b9c0e000 - 0x1b9cf7fff NLP arm64e <964c89761f043ccea6590be906f63b7f> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1b9d7d000 - 0x1b9e2ffff libboringssl.dylib arm64e <0a4ed384db6d360399b21f201ea3677a> /usr/lib/libboringssl.dylib
0x1b9e30000 - 0x1b9e46fff ProtocolBuffer arm64e <8b5794c1afa43f84a25492cf27a63f2a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1ba0b5000 - 0x1ba0c4fff AssertionServices arm64e <7acbf04dd3df3d7bb1e0fcffc76e96e5> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1ba142000 - 0x1ba21dfff Metal arm64e /System/Library/Frameworks/Metal.framework/Metal
0x1ba21e000 - 0x1ba374fff MediaExperience arm64e /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1ba77f000 - 0x1ba795fff libsystem_trace.dylib arm64e <8fc630a0bd603c48a6e04b52ad7c171b> /usr/lib/system/libsystem_trace.dylib
0x1ba796000 - 0x1ba7c7fff CoreServicesInternal arm64e <270e4b3d8a7c36678c9e5c46b9573ca0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1bb528000 - 0x1bb530fff GraphicsServices arm64e /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1bb6fe000 - 0x1bb712fff PowerLog arm64e /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1bb713000 - 0x1bb73afff DuetActivityScheduler arm64e <806f8e0ccd8537bc9317c7348c8484ab> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1bd4d5000 - 0x1bd53ffff ProactiveSupport arm64e <451e0df122653aa1b6e59a6d87c661ab> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1bd56b000 - 0x1bd58afff ApplePushService arm64e <0f7f35b4f55f35079234005cf7c4b057> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1bd58b000 - 0x1bd5b4fff BoardServices arm64e <7b590d67d5d83de38ac6bcae4ef8ec89> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1bd75a000 - 0x1bd799fff OSAnalytics arm64e /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1bd79a000 - 0x1bd7f5fff CoreBluetooth arm64e /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1bda2d000 - 0x1bda6bfff MobileInstallation arm64e <8c1f341bb2933251acb61b68fd2703d7> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1bda6c000 - 0x1bdaf9fff libTelephonyUtilDynamic.dylib arm64e <6b39fd863eee325280eaafb38a59e3c4> /usr/lib/libTelephonyUtilDynamic.dylib
0x1bdafa000 - 0x1bdb67fff NanoRegistry arm64e /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1bdc46000 - 0x1bdc62fff CoreMaterial arm64e <2d3a44a83c1e303f80679aab261d3832> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1bdcd9000 - 0x1bde5efff libsqlite3.dylib arm64e /usr/lib/libsqlite3.dylib
0x1be42b000 - 0x1be69ffff MobileSpotlightIndex arm64e /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1beacf000 - 0x1bead9fff libsystem_notify.dylib arm64e <108b5014f4a63f24ab7141de0b9121ef> /usr/lib/system/libsystem_notify.dylib
0x1beb88000 - 0x1bebfbfff libcorecrypto.dylib arm64e /usr/lib/system/libcorecrypto.dylib
0x1bebfc000 - 0x1bec1ffff UserManagement arm64e <8b1ffed0dab631e38cb779a97d908db0> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1becf7000 - 0x1bed11fff libsystem_asl.dylib arm64e /usr/lib/system/libsystem_asl.dylib
0x1bef7f000 - 0x1befb5fff DataAccessExpress arm64e <2fe553f2569f3aadb2574eb22b052f6f> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1befb6000 - 0x1befedfff CoreServicesStore arm64e /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1befee000 - 0x1bf020fff CoreAnalytics arm64e <290dd79078a43fcbbd5ac2778add7668> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1bf226000 - 0x1bf235fff NanoPreferencesSync arm64e <7074d8a49c253059ada91ef5f86f3497> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1bfaaa000 - 0x1bfad4fff IconServices arm64e <378f46101b1c3f13b251dc4df5841a14> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1c057a000 - 0x1c0837fff vImage arm64e <6799ed9196bf3251a0141971e1dba349> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1c191e000 - 0x1c1979fff ktrace arm64e /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1c1d99000 - 0x1c1efffff WebKitLegacy arm64e <97f742e3cd8d39ab92f538f2b0b728e2> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1c1f75000 - 0x1c1ff4fff ClassKit arm64e <44a3d9efeef030c9989d43835323ad55> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1c3176000 - 0x1c3180fff IOMobileFramebuffer arm64e /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1c37fa000 - 0x1c3819fff PrototypeTools arm64e <5d4a6b8ce90f3e01be29b4412f5d93ad> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1c381a000 - 0x1c3845fff PersistentConnection arm64e /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1c4336000 - 0x1c434cfff AppSSOCore arm64e /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1c4358000 - 0x1c436efff CoreFollowUp arm64e /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1c436f000 - 0x1c43e7fff Rapport arm64e <405d7688440d3aa2924bb1f86244d4e6> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1c47a8000 - 0x1c47cffff LocationSupport arm64e /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1c47d0000 - 0x1c4803fff iCalendar arm64e <1fd2d9eeb1ed3eb6ae605cff8bbf86a8> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1c4804000 - 0x1c4832fff CoreAccessories arm64e /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1c4b47000 - 0x1c4b49fff OSAServicesClient arm64e <66fd299c9c13363d9689fd692ec0060b> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1c4b4d000 - 0x1c4ba6fff ProtectedCloudStorage arm64e <46b99c91862a369f9fb82fc7c764a278> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1c4ba7000 - 0x1c4bdcfff C2 arm64e /System/Library/PrivateFrameworks/C2.framework/C2
0x1c5a43000 - 0x1c5af1fff CoreSymbolication arm64e <8a670a45ec15393c8bb84b204ca6e71a> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1c62b9000 - 0x1c62cbfff IOSurface arm64e /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1c62cc000 - 0x1c632ffff MobileWiFi arm64e <26b74509bf933221b8d2113ca8a9e5d3> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1c692b000 - 0x1c6966fff libGLImage.dylib arm64e <75d6f0925c9c3fbc8e33022d41c0cb5f> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1c6967000 - 0x1c696efff libsystem_symptoms.dylib arm64e /usr/lib/system/libsystem_symptoms.dylib
0x1c69bb000 - 0x1c6f12fff CoreAudio arm64e /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1c98e3000 - 0x1c98ecfff CoreTime arm64e <0a6ffb6c3c2831e4a719bc5794efc4e3> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1ca387000 - 0x1ca390fff ContextKitExtraction arm64e <8c0ee13aa137303285d28efb5fa473ea> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1ca465000 - 0x1ca467fff libswiftObjectiveC.dylib arm64e /usr/lib/swift/libswiftObjectiveC.dylib
0x1cbaa8000 - 0x1cbb2bfff CoreDAV arm64e <94a2fdf61e6e35d3999fdc3bc86e7d94> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1cbd08000 - 0x1cbd17fff MobileIcons arm64e /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1cd436000 - 0x1cd440fff MallocStackLogging arm64e /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1cd679000 - 0x1cd6c4fff MetadataUtilities arm64e <9b6f1b1a7ce0354695c1113bd1d0f59e> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1cde65000 - 0x1cdec3fff CoreLocationProtobuf arm64e <4d14d172c7983a5583a0606417a5e05c> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1ce0e0000 - 0x1ce112fff Bom arm64e <2d61373c16eb3ef7be92b6b349c1f939> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1ce146000 - 0x1ce14cfff PushKit arm64e <99ced58b1d403ab586144ceaeefbbe06> /System/Library/Frameworks/PushKit.framework/PushKit
0x1ce3d9000 - 0x1ce3e1fff StudyLog arm64e <20cf8d6250b5322c9e3a23731beb9acb> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1cf396000 - 0x1cf3d7fff NaturalLanguage arm64e /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1d1774000 - 0x1d177ffff AppleIDAuthSupport arm64e <65167f6b77d33cec8ac0a55d86fa5dbf> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1d178f000 - 0x1d17a6fff LocalAuthentication arm64e /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1d17a7000 - 0x1d17adfff IOAccelerator arm64e <1fee0ccb8dc134c4874b48614d266baa> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1d2068000 - 0x1d209afff libsystem_kernel.dylib arm64e <9dc3e02b8b833b9e8f0bc40df9d22680> /usr/lib/system/libsystem_kernel.dylib
0x1d23a6000 - 0x1d24b0fff ResponseKit arm64e <1259546ef1403e3593533e6f0dc0c7db> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1d2b1f000 - 0x1d2b2cfff FontServices arm64e /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1d2ce6000 - 0x1d2cf2fff MediaAccessibility arm64e <6b16b3a5eaf634aeb2f369184f65064c> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1d3310000 - 0x1d331efff SetupAssistantSupport arm64e <830df8000273318298b5eeba23a034ac> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1d46db000 - 0x1d46e8fff libdscsym.dylib arm64e <01dafc30aa733d80992f59d2c75ff9b0> /usr/lib/libdscsym.dylib
0x1d46e9000 - 0x1d46f9fff HangTracer arm64e /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1d48b5000 - 0x1d4970fff SampleAnalysis arm64e <9f10d38248e93a029fe1bb58e3e252fe> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1d4971000 - 0x1d49a0fff PlugInKit arm64e <4af494fc2c723d59adf96fdc6d88d34c> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1d4a55000 - 0x1d4a56fff libSystem.B.dylib arm64e /usr/lib/libSystem.B.dylib
0x1d4d75000 - 0x1d4dcdfff CalendarDaemon arm64e <86f6af44150c3fca9d6eff7fc63d8db6> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1d4ec2000 - 0x1d4f32fff libarchive.2.dylib arm64e /usr/lib/libarchive.2.dylib
0x1d4f33000 - 0x1d4f57fff libtailspin.dylib arm64e <9ad13a78f8b83d8f91d7d3ab8b502390> /usr/lib/libtailspin.dylib
0x1d4f58000 - 0x1d5415fff libBNNS.dylib arm64e <52a56e95ecdc350c9d572acc81a90bed> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1d5416000 - 0x1d5459fff SharedUtils arm64e <1cb3eede0cb63ade9e840a07217085ed> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1d5a6d000 - 0x1d5a6dfff Accelerate arm64e <9f74aaf3dd663f9985b0bb20c848b4c3> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1d5a6e000 - 0x1d5cd8fff libBLAS.dylib arm64e <0f76c34314b33b7c8f1542a36f08a16e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1d5cd9000 - 0x1d6195fff libLAPACK.dylib arm64e <09b4a3ecaf563afeaa3f5f168009f1e8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1d6196000 - 0x1d61aafff libLinearAlgebra.dylib arm64e <5170f4bbc7c932d7aa80a77a2593b7ee> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1d61ab000 - 0x1d61affff libQuadrature.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1d61b0000 - 0x1d6212fff libSparse.dylib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1d6213000 - 0x1d6225fff libSparseBLAS.dylib arm64e <69ad615846aa3531ad991f24295c0ff6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1d6226000 - 0x1d6279fff libvMisc.dylib arm64e <778cf0cc4eba3efc877c1c9b63acdbd9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1d627a000 - 0x1d627afff vecLib arm64e /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1d6c77000 - 0x1d6dfbfff MLCompute arm64e <5c33e40cc3123117ac5ca03809678a48> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1d6e3b000 - 0x1d6ec1fff MPSImage arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1d6ec2000 - 0x1d6ee8fff MPSMatrix arm64e <9ed118a2df1f365f8ad86ac3755bb2e2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1d6ee9000 - 0x1d6f23fff MPSNDArray arm64e <3d598a46571c3de990c3eb91ac364bb0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1d6f24000 - 0x1d6f6cfff MPSRayIntersector arm64e /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1d6f6d000 - 0x1d6f6dfff MetalPerformanceShaders arm64e <1237ca52c0cb3a9f8eb9092b223a80f4> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1d730a000 - 0x1d730afff MobileCoreServices arm64e /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1d7ef2000 - 0x1d7efafff OpenGLES arm64e <110bd129653b365281f8218e50eef407> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1d7efb000 - 0x1d7efcfff libCVMSPluginSupport.dylib arm64e <5f67f6e0c22f39d2a55f47bdfb533b11> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1d7efd000 - 0x1d7f03fff libCoreFSCache.dylib arm64e <3e00e01aeb2630e7973751700390f5cd> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1d7f04000 - 0x1d7f09fff libCoreVMClient.dylib arm64e <918fdadf04683ad8a7b696cf30f64d53> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1d7f0a000 - 0x1d7f13fff libGFXShared.dylib arm64e /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1d80cc000 - 0x1d8192fff PDFKit arm64e /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1d81a1000 - 0x1d81dcfff QuickLookThumbnailing arm64e <85cfa32371733c73817afdeb17687dde> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1d8b21000 - 0x1d8b21fff UIKit arm64e <9548e1f9335e369385444eda26b7dbeb> /System/Library/Frameworks/UIKit.framework/UIKit
0x1d9d24000 - 0x1d9d27fff AFKUser arm64e /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1d9dec000 - 0x1da072fff ANECompiler arm64e /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1da073000 - 0x1da087fff ANEServices arm64e /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1da08c000 - 0x1da14bfff APFS arm64e <015e5415d2993c39bf30335174e07b1c> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1da14c000 - 0x1da152fff ASEProcessing arm64e <41e01d6e59953ae6911ce3b9254154f2> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1da973000 - 0x1da978fff AggregateDictionary arm64e <6429bf54f842383f87d73b4f0c4666d8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1dafbc000 - 0x1dafdefff AppConduit arm64e /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1dc416000 - 0x1dc425fff AppleFSCompression arm64e <10f7ff6b4fa035c49e41f6f76c660542> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1dc433000 - 0x1dc457fff AppleIDSSOAuthentication arm64e <0b78da2c62033e1e858d65beaaa023f7> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1dc458000 - 0x1dc49dfff AppleJPEG arm64e /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1dc53d000 - 0x1dc550fff AppleNeuralEngine arm64e /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1dc55a000 - 0x1dc57efff AppleSauce arm64e /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1dcded000 - 0x1dcdf7fff CMCaptureCore arm64e <2442683ea568390688d8041ff32b0837> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1dce11000 - 0x1dce20fff CPMS arm64e <999b3fe797a5374c86511e578c562852> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1dce21000 - 0x1dce30fff CTCarrierSpace arm64e /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1dd135000 - 0x1dd140fff CaptiveNetwork arm64e <6f914041dbc83fe6a78ddad84c4d1b49> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1dd2d1000 - 0x1dd2f5fff CellularPlanManager arm64e <50b9ede5b72b39f09cc13fa11621f8a5> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1dd31e000 - 0x1dd36dfff ChunkingLibrary arm64e /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1dd8ae000 - 0x1dd8b1fff ConstantClasses arm64e <5d690ef5cc7738f9a02930dd2488360c> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1dda0e000 - 0x1ddb09fff CoreBrightness arm64e /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1ddb75000 - 0x1ddb82fff CoreDuetDaemonProtocol arm64e <987cbd2eb84f3813beaf122ff1a42bac> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1ddb85000 - 0x1ddb87fff CoreDuetDebugLogging arm64e <07e4965c43113fe78a8f20f1e257d8b1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1ddb96000 - 0x1ddba8fff CoreEmoji arm64e /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1de1d0000 - 0x1de1d4fff CoreOptimization arm64e <375f1501244632e49cbf5b860d478f00> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1de1d5000 - 0x1de291fff CorePDF arm64e <446d8518b301379686148748a5e495b2> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1de292000 - 0x1de29afff CorePhoneNumbers arm64e /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1de29b000 - 0x1de2f2fff CorePrediction arm64e /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1decaa000 - 0x1decd4fff CoreSVG arm64e <9ce70e262d903607846de8d3652b53a3> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1def34000 - 0x1def70fff DataDetectorsNaturalLanguage arm64e /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1defce000 - 0x1df003fff DeviceIdentity arm64e <48927908910a3144b0a10ccfda8f3a86> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1df28a000 - 0x1df2c4fff DocumentManager arm64e <512d1af14ace37c7b828b15f99f4c3eb> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1df2c5000 - 0x1df2e3fff DocumentManagerCore arm64e <636fe26321573c5aafc87ae548ea5efc> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1df36a000 - 0x1df36cfff DragUI arm64e <5cadb3a3dc1134dc9a279439befee747> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1df39d000 - 0x1df3cefff EAP8021X arm64e /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1df54c000 - 0x1df552fff ExtensionFoundation arm64e /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1df713000 - 0x1dfb26fff FaceCore arm64e /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1dfcd4000 - 0x1dfe16fff libFontParser.dylib arm64e /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1dfe17000 - 0x1dfe1ffff libGSFont.dylib arm64e <4d4074ce23cd3317859fca4e364ba6e7> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1dfe20000 - 0x1dfe5dfff libGSFontCache.dylib arm64e <5c5b8aec25c63dd69ddc91ec347e0e27> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1dfec3000 - 0x1dfed0fff libhvf.dylib arm64e <02e28642439036c5b5d0092aa0ef7a1e> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1e0b83000 - 0x1e0ba1fff GenerationalStorage arm64e <7a0c46fb74793cd3a4d27b028420ce14> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1e0ba2000 - 0x1e0baffff GraphVisualizer arm64e /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1e0bdd000 - 0x1e0be9fff HID arm64e /System/Library/PrivateFrameworks/HID.framework/HID
0x1e16e5000 - 0x1e16e7fff IOSurfaceAccelerator arm64e <218acab8117f31a18854d295e6963527> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1e170f000 - 0x1e1716fff IdleTimerServices arm64e <666a2892b47339dfa691e06c60b99f50> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1e17e6000 - 0x1e17f3fff IntentsFoundation arm64e <4ae64cc7970437e6bb87ae50f93de0c4> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1e180d000 - 0x1e180ffff InternationalTextSearch arm64e <63620d98a7383ab489026512bcf8d12c> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1e1810000 - 0x1e182cfff IntlPreferences arm64e /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1e1a92000 - 0x1e1a98fff LinguisticData arm64e <8dff5cad25133da1bfbed98c958cc97d> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1e2704000 - 0x1e27d6fff MetalTools arm64e <3bd33294ec583803b088b2ff66530f39> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1e291f000 - 0x1e2925fff MobileSystemServices arm64e /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1e2e26000 - 0x1e2e65fff OTSVG arm64e <10aedfae8f2d3c538555db11c9f7d4b1> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1e34a9000 - 0x1e34d3fff Pasteboard arm64e <51d4e52518303785bc847b6de7ebc17c> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1e3503000 - 0x1e350dfff PersonaKit arm64e /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1e3554000 - 0x1e3554fff PhoneNumbers arm64e /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1e375b000 - 0x1e37a5fff PhysicsKit arm64e <8d7ac40cbb083fc1a06980035d4a341c> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1e3850000 - 0x1e385bfff PointerUIServices arm64e /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1e4d32000 - 0x1e4d3dfff RTCReporting arm64e /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1e512d000 - 0x1e5131fff RevealCore arm64e /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1e6c3e000 - 0x1e6c48fff SignpostCollection arm64e /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1e6c49000 - 0x1e6c49fff SignpostMetrics arm64e <510052bc2b173ba5b7786cef28dad85e> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1e6c4b000 - 0x1e6c88fff SignpostSupport arm64e /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1e787d000 - 0x1e787dfff SoftLinking arm64e <09787ff7596f3c30b996dafe6efc77ca> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1e7c79000 - 0x1e7cb7fff StreamingZip arm64e <4a4ce8e8f12c36fcb99eca0130513b3d> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1e7cbf000 - 0x1e7cc9fff SymptomDiagnosticReporter arm64e <719efb62e171351492daac70fef4bb0c> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1e7d53000 - 0x1e7d63fff TCC arm64e <32a914201ec83acd99b8838c4a7fc80b> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1e8639000 - 0x1e86ecfff TextureIO arm64e <3d381bb7222030d28ed5af45a6ad72e9> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1e891e000 - 0x1e8925fff URLFormatting arm64e /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1e9bf6000 - 0x1e9bf7fff WatchdogClient arm64e /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1e9f61000 - 0x1ea6a1fff libwebrtc.dylib arm64e /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1eac5a000 - 0x1eac5dfff XCTTargetBootstrap arm64e /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1eacf8000 - 0x1ead17fff caulk arm64e <4ec06f67b8d3360fb8b58f5a904ebc17> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1ed2ef000 - 0x1ed2f4fff kperf arm64e <0bdabb8da6d83bb1b4fe278afab6d35f> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1ed2f5000 - 0x1ed2fdfff kperfdata arm64e <31a790c4352936e0b1d050e9bc64b2bd> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1ed2fe000 - 0x1ed314fff libEDR arm64e <5fd819d2546b3c39be1f9f6432122458> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1ed32d000 - 0x1ed33dfff perfdata arm64e <57b7888103013f9381f1f19974d1a9fb> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1ed33e000 - 0x1ed36dfff vCard arm64e /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1edbd1000 - 0x1edc10fff libAWDSupport.dylib arm64e /usr/lib/libAWDSupport.dylib
0x1edc11000 - 0x1edfb1fff libAWDSupportFramework.dylib arm64e <627181793a5a36489e5ceffd6ff6a954> /usr/lib/libAWDSupportFramework.dylib
0x1ee141000 - 0x1ee150fff libAudioStatistics.dylib arm64e <9dab6db632a3364399428812c8bd94ac> /usr/lib/libAudioStatistics.dylib
0x1ee2f4000 - 0x1ee326fff libCRFSuite.dylib arm64e <56755c30e50c3756870f46ade976897a> /usr/lib/libCRFSuite.dylib
0x1ee327000 - 0x1ee328fff libCTGreenTeaLogger.dylib arm64e <6fe82a00fab3304e9e76891f00b9354c> /usr/lib/libCTGreenTeaLogger.dylib
0x1ee329000 - 0x1ee333fff libChineseTokenizer.dylib arm64e <1a93b9d124a332f2b5e807cd1de469c7> /usr/lib/libChineseTokenizer.dylib
0x1ee5ca000 - 0x1ee5d1fff libIOReport.dylib arm64e /usr/lib/libIOReport.dylib
0x1ee64d000 - 0x1ee654fff libMatch.1.dylib arm64e <16848f014db336549ff27c5b034bd6a7> /usr/lib/libMatch.1.dylib
0x1ee770000 - 0x1ee771fff libThaiTokenizer.dylib arm64e /usr/lib/libThaiTokenizer.dylib
0x1ee9dd000 - 0x1ee9dffff libapp_launch_measurement.dylib arm64e <4ebf359bb7a7325d98004f1b99d6fa12> /usr/lib/libapp_launch_measurement.dylib
0x1ee9e0000 - 0x1ee9f6fff libapple_nghttp2.dylib arm64e <605659a5d877341ba3737336615a3095> /usr/lib/libapple_nghttp2.dylib
0x1ee9f7000 - 0x1eea88fff libate.dylib arm64e <7c350d30683a3274a3e280b697f5d528> /usr/lib/libate.dylib
0x1eeb19000 - 0x1eeb29fff libbsm.0.dylib arm64e <2af1ba56570b39c5bd69874bff995a6f> /usr/lib/libbsm.0.dylib
0x1eeb2a000 - 0x1eeb36fff libbz2.1.0.dylib arm64e /usr/lib/libbz2.1.0.dylib
0x1eeb37000 - 0x1eeb37fff libcharset.1.dylib arm64e <0b03cd28416133ea8ce3ac944caa74e6> /usr/lib/libcharset.1.dylib
0x1eeb38000 - 0x1eeb49fff libcmph.dylib arm64e <97cda63f8d8c37068b2ed84129933dec> /usr/lib/libcmph.dylib
0x1eeb4a000 - 0x1eeb68fff libcompression.dylib arm64e <2d1fa073d8053a9eaace04564b4860d6> /usr/lib/libcompression.dylib
0x1eeb69000 - 0x1eeb7ffff libcoretls.dylib arm64e /usr/lib/libcoretls.dylib
0x1eeb80000 - 0x1eeb81fff libcoretls_cfhelpers.dylib arm64e <76494581d8ec336b956d14cef03e0b22> /usr/lib/libcoretls_cfhelpers.dylib
0x1eeba7000 - 0x1eebaefff libcupolicy.dylib arm64e /usr/lib/libcupolicy.dylib
0x1eebaf000 - 0x1eebb6fff libdns_services.dylib arm64e /usr/lib/libdns_services.dylib
0x1eebd5000 - 0x1eebd9fff libenergytrace.dylib arm64e <52966a15a91e3ba2aea8d98c81f48f8b> /usr/lib/libenergytrace.dylib
0x1eebda000 - 0x1eebf3fff libexpat.1.dylib arm64e /usr/lib/libexpat.1.dylib
0x1eec1f000 - 0x1eec23fff libgermantok.dylib arm64e /usr/lib/libgermantok.dylib
0x1eec24000 - 0x1eec29fff libheimdal-asn1.dylib arm64e <31806f0c003235c8840319628da8e60a> /usr/lib/libheimdal-asn1.dylib
0x1eec2a000 - 0x1eed1bfff libiconv.2.dylib arm64e <79d4893880f2381f93704b13a93b1350> /usr/lib/libiconv.2.dylib
0x1eed3a000 - 0x1eed3bfff liblangid.dylib arm64e <441bdfc8b4443e1a8fef429cd2335f9e> /usr/lib/liblangid.dylib
0x1eed3c000 - 0x1eed47fff liblockdown.dylib arm64e /usr/lib/liblockdown.dylib
0x1eed48000 - 0x1eed60fff liblzma.5.dylib arm64e <010b201489573da5aa8c7b0852439cd1> /usr/lib/liblzma.5.dylib
0x1eed8f000 - 0x1eede5fff libmecab.dylib arm64e /usr/lib/libmecab.dylib
0x1ef021000 - 0x1ef034fff libmis.dylib arm64e /usr/lib/libmis.dylib
0x1ef035000 - 0x1ef04bfff libnetworkextension.dylib arm64e /usr/lib/libnetworkextension.dylib
0x1ef3f6000 - 0x1ef431fff libpcap.A.dylib arm64e /usr/lib/libpcap.A.dylib
0x1ef432000 - 0x1ef43ffff libperfcheck.dylib arm64e <0e64680484a73167a22081723780a8fb> /usr/lib/libperfcheck.dylib
0x1ef447000 - 0x1ef459fff libprequelite.dylib arm64e <6ed383b0be3c393397331cf1e48574ab> /usr/lib/libprequelite.dylib
0x1ef45a000 - 0x1ef46cfff libprotobuf-lite.dylib arm64e /usr/lib/libprotobuf-lite.dylib
0x1ef46d000 - 0x1ef4cefff libprotobuf.dylib arm64e <79d4b9b244443e5880aef02e70b035e7> /usr/lib/libprotobuf.dylib
0x1ef4cf000 - 0x1ef56cfff libquic.dylib arm64e <4ecd8f0cdb0c33a09f9ac36d627c644b> /usr/lib/libquic.dylib
0x1ef56d000 - 0x1ef585fff libresolv.9.dylib arm64e /usr/lib/libresolv.9.dylib
0x1ef586000 - 0x1ef588fff libsandbox.1.dylib arm64e <3b9909f374d738c093563d81d64b0ddb> /usr/lib/libsandbox.1.dylib
0x1ef5d0000 - 0x1ef5d3fff libutil.dylib arm64e /usr/lib/libutil.dylib
0x1ef5d4000 - 0x1ef6c0fff libxml2.2.dylib arm64e /usr/lib/libxml2.2.dylib
0x1ef6ef000 - 0x1ef700fff libz.1.dylib arm64e /usr/lib/libz.1.dylib
0x1ef7f9000 - 0x1ef7f9fff libswiftCoreFoundation.dylib arm64e /usr/lib/swift/libswiftCoreFoundation.dylib
0x1ef856000 - 0x1ef85ffff libswiftDarwin.dylib arm64e /usr/lib/swift/libswiftDarwin.dylib
0x1ef960000 - 0x1ef965fff libcache.dylib arm64e <95ea8f419aee3b26af5bca27b579d251> /usr/lib/system/libcache.dylib
0x1ef966000 - 0x1ef973fff libcommonCrypto.dylib arm64e /usr/lib/system/libcommonCrypto.dylib
0x1ef974000 - 0x1ef977fff libcompiler_rt.dylib arm64e /usr/lib/system/libcompiler_rt.dylib
0x1ef978000 - 0x1ef980fff libcopyfile.dylib arm64e <44a492a51b4b360dabd9d47da13d2fc2> /usr/lib/system/libcopyfile.dylib
0x1efa66000 - 0x1efa66fff liblaunch.dylib arm64e <6eb4b289527b3335b602ac76700441cd> /usr/lib/system/liblaunch.dylib
0x1efa67000 - 0x1efa6cfff libmacho.dylib arm64e <57c258368ebd34859320269989903067> /usr/lib/system/libmacho.dylib
0x1efa6d000 - 0x1efa6ffff libremovefile.dylib arm64e <521f4fd0d7ad3e68826315c49fa08494> /usr/lib/system/libremovefile.dylib
0x1efa70000 - 0x1efa71fff libsystem_blocks.dylib arm64e <2df2fb0e3db835beb7a8e1ba370de403> /usr/lib/system/libsystem_blocks.dylib
0x1efa72000 - 0x1efa74fff libsystem_collections.dylib arm64e <05802caeab98393e9a9f7480fa6bd917> /usr/lib/system/libsystem_collections.dylib
0x1efa75000 - 0x1efa79fff libsystem_configuration.dylib arm64e /usr/lib/system/libsystem_configuration.dylib
0x1efa7a000 - 0x1efa8cfff libsystem_containermanager.dylib arm64e <8a1755b048c232a9ac923f1b5073c28c> /usr/lib/system/libsystem_containermanager.dylib
0x1efa8d000 - 0x1efa8efff libsystem_coreservices.dylib arm64e /usr/lib/system/libsystem_coreservices.dylib
0x1efa8f000 - 0x1efa98fff libsystem_darwin.dylib arm64e /usr/lib/system/libsystem_darwin.dylib
0x1efa99000 - 0x1efaa1fff libsystem_dnssd.dylib arm64e <3bfcc2d108093297983dd97980f498b7> /usr/lib/system/libsystem_dnssd.dylib
0x1efaa2000 - 0x1efaa4fff libsystem_featureflags.dylib arm64e <768215fa64da36cc88d0cd4477e78139> /usr/lib/system/libsystem_featureflags.dylib
0x1efaa5000 - 0x1efad2fff libsystem_m.dylib arm64e /usr/lib/system/libsystem_m.dylib
0x1efad3000 - 0x1efad9fff libsystem_platform.dylib arm64e <4f256518f4e435c7ba0e3f0c26b9d24e> /usr/lib/system/libsystem_platform.dylib
0x1efada000 - 0x1efadafff libsystem_product_info_filter.dylib arm64e <440f41e74dcb3ba69c8f899c9713cb7f> /usr/lib/system/libsystem_product_info_filter.dylib
0x1efadb000 - 0x1efae6fff libsystem_pthread.dylib arm64e <3690509ee1e03f8c8935688b599c0303> /usr/lib/system/libsystem_pthread.dylib
0x1efae7000 - 0x1efaeafff libsystem_sandbox.dylib arm64e <0b8928ee11603b00a6c3c50be6686457> /usr/lib/system/libsystem_sandbox.dylib
0x1efaeb000 - 0x1efaf5fff libunwind.dylib arm64e <3402ad4a2a0f3170b7ca8502818e1941> /usr/lib/system/libunwind.dylib
0x1efaf6000 - 0x1efb2cfff libxpc.dylib arm64e /usr/lib/system/libxpc.dylib
0x1f24c5000 - 0x1f24d7fff SpotlightLinguistics arm64e /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF

@emawby
Copy link
Contributor

emawby commented Mar 31, 2022

@shakilur157 Hello thank you for reaching out. It looks like this is an issue with downloading media for a notification. What SDK version are you using and what kind of attachment/media does the notification contain?

@shakilur157
Copy link
Author

shakilur157 commented Apr 3, 2022

I am using Flutter 2.8.1 SDK and 'OneSignalXCFramework', '>= 3.4.3', '< 4.0'. There is no additional attachment/media. I just send title message (text with some emojis) and launch url. Launch url is a web page which redirects to my app. web page might have large size image. @emawby

@emawby
Copy link
Contributor

emawby commented Apr 5, 2022

@shakilur157 Thank you for the information. Have you been able to reproduce this issue or are you only getting crash reports?

@shakilur157
Copy link
Author

Yes I am getting crashes frequently. :(

@emawby emawby closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants