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

App crash when changing /name #44

Open
Moonmonkey-Beep opened this issue Sep 16, 2020 · 4 comments
Open

App crash when changing /name #44

Moonmonkey-Beep opened this issue Sep 16, 2020 · 4 comments
Labels

Comments

@Moonmonkey-Beep
Copy link

I get the below crash when changing name.
I originally chose "/name, Tommy" - which worked
Then I change it to "/name,Tommy" - without the space and I get the below crash.
Easy for me to replicate.

Process: Jared [86259]
Path: /Volumes/VOLUME/*/Jared.app/Contents/MacOS/Jared
Identifier: com.jaredapp
Version: 1.5 (411)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Jared [86259]
User ID: 502

Date/Time: 2020-09-16 10:33:42.510 +1000
OS Version: Mac OS X 10.14.6 (18G103)
Report Version: 12
Anonymous UUID: 0DDAA20E-F9AF-CB69-E473-C2A060BDAC89

Sleep/Wake UUID: 2A225E88-C58B-4A1E-9634-85DFB5779852

Time Awake Since Boot: 750000 seconds
Time Since Wake: 750000 seconds

System Integrity Protection: enabled

Notes: Translocated Process

Crashed Thread: 3 Dispatch queue: com.apple.root.default-qos

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

Application Specific Information:
*** Terminating app due to uncaught exception 'CNPropertyNotFetchedException', reason: 'A property was not requested when contact was fetched.'
terminating with uncaught exception of type NSException
abort() called

@ZekeSnider ZekeSnider added the bug label Sep 21, 2020
@ZekeSnider
Copy link
Owner

I'm not able to reproduce this crash on my end, with either /name,name or /name, name. Could you also provide what fields are present on the contact that is being edited by Jared? And is the iMessage account you're messaging the bot with an email alias, or a phone number?

@rmchale
Copy link

rmchale commented Nov 1, 2020

I get this same error / crash. Seems like it’s a phone number alias.

@rmchale
Copy link

rmchale commented Nov 1, 2020

Process: Jared [1873]
Path: /Applications/Jared.app/Contents/MacOS/Jared
Identifier: com.jaredapp
Version: 1.5 (411)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Jared [1873]
User ID: 501

Date/Time: 2020-11-01 11:49:11.944 -0600
OS Version: Mac OS X 10.14.6 (18G6032)
Report Version: 12
Bridge OS Version: 4.6 (17P6610)
Anonymous UUID: 7618A41F-E71A-5093-A2B3-E45AE0CB7665

Time Awake Since Boot: 1900 seconds

System Integrity Protection: enabled

Crashed Thread: 3 Dispatch queue: com.apple.root.default-qos

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

Application Specific Information:
*** Terminating app due to uncaught exception 'CNPropertyNotFetchedException', reason: 'A property was not requested when contact was fetched.'
terminating with uncaught exception of type NSException
abort() called

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff4323c9ad __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff6d937a17 objc_exception_throw + 48
2 CoreFoundation 0x00007fff4323c7df +[NSException raise:format:] + 201
3 Contacts 0x00007fff42a4f5ad -[CNContact phoneNumbers] + 184
4 Contacts 0x00007fff42a50fe2 -[CNPhoneNumberContactPredicate(CoreData) includeResult:] + 40
5 CoreFoundation 0x00007fff431e8166 __NSArrayGetIndexesPassingTest + 604
6 ContactsFoundation 0x00007fff55f0d7a6 -[NSArray(ContactsFoundation) _cn_filter:] + 83
7 Contacts 0x00007fff42a4196f __56-[CNCDContactFetcher _fetchContactsFutureWithPredicate:]_block_invoke_2 + 165
8 ContactsFoundation 0x00007fff55f12775 __38+[CNFuture futureWithBlock:scheduler:]_block_invoke + 35
9 libdispatch.dylib 0x00007fff6f0b85f8 _dispatch_call_block_and_release + 12
10 libdispatch.dylib 0x00007fff6f0b963d _dispatch_client_callout + 8
11 libdispatch.dylib 0x00007fff6f0bba53 _dispatch_queue_override_invoke + 763
12 libdispatch.dylib 0x00007fff6f0c73bc _dispatch_root_queue_drain + 324
13 libdispatch.dylib 0x00007fff6f0c7b46 _dispatch_worker_thread2 + 90
14 libsystem_pthread.dylib 0x00007fff6f2f96b3 _pthread_wqthread + 583
15 libsystem_pthread.dylib 0x00007fff6f2f93fd start_wqthread + 13

Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff6f23b21a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff6f23b768 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff43186882 __CFRunLoopServiceMachPort + 328
3 com.apple.CoreFoundation 0x00007fff43185df0 __CFRunLoopRun + 1612
4 com.apple.CoreFoundation 0x00007fff43185552 CFRunLoopRunSpecific + 455
5 com.apple.HIToolbox 0x00007fff423e41ab RunCurrentEventLoopInMode + 292
6 com.apple.HIToolbox 0x00007fff423e3ee5 ReceiveNextEventCommon + 603
7 com.apple.HIToolbox 0x00007fff423e3c76 _BlockUntilNextEventMatchingListInModeWithFilter + 64
8 com.apple.AppKit 0x00007fff4077b77d _DPSNextEvent + 1135
9 com.apple.AppKit 0x00007fff4077a46b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
10 com.apple.AppKit 0x00007fff40774588 -[NSApplication run] + 699
11 com.apple.AppKit 0x00007fff40763ac8 NSApplicationMain + 777
12 com.jaredapp 0x0000000108f11d59 0x108f10000 + 7513
13 libdyld.dylib 0x00007fff6f1063d5 start + 1

Thread 1:: Dispatch queue: Jared Background Thread
0 libsystem_kernel.dylib 0x00007fff6f23e866 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff6f2fd5a1 _pthread_cond_wait + 773
2 com.apple.Foundation 0x00007fff4542cf8f -[NSCondition waitUntilDate:] + 130
3 com.apple.Foundation 0x00007fff4544f648 -[NSConditionLock lockWhenCondition:beforeDate:] + 91
4 com.apple.AddressBook.ContactsFoundation 0x00007fff55f0ba23 -[CNFuture resultBeforeDate:error:] + 55
5 com.apple.contacts 0x00007fff42a40f74 -[CNCDContactFetcher fetchContacts:] + 331
6 com.apple.contacts 0x00007fff42a3e91f __71+[CNCDContactFetcher contactsForFetchRequest:inPersistenceStack:error:]_block_invoke + 139
7 com.apple.AddressBook.ContactsFoundation 0x00007fff55f1207a +[CNEither eitherWithBlock:] + 63
8 com.apple.contacts 0x00007fff42a3e7e1 +[CNCDContactFetcher contactsForFetchRequest:inPersistenceStack:error:] + 147
9 com.apple.contacts 0x00007fff42a3e62a -[CNCoreDataMapperX contactObservableForFetchRequest:] + 137
10 com.apple.contacts 0x00007fff42a56190 -[CNDataMapperContactStore contactsForFetchRequest:matchInfos:error:] + 90
11 com.apple.contacts 0x00007fff42a560f2 __79-[CNDataMapperContactStore unifiedContactsMatchingPredicate:keysToFetch:error:]_block_invoke + 234
12 libsystem_trace.dylib 0x00007fff6f31c724 os_activity_apply_f + 66
13 com.apple.contacts 0x00007fff42a3ded8 -[_CNContactsLogger fetchingContacts:] + 225
14 com.apple.contacts 0x00007fff42a55f30 -[CNDataMapperContactStore unifiedContactsMatchingPredicate:keysToFetch:error:] + 346
15 com.jaredapp 0x0000000108f1d602 0x108f10000 + 54786
16 com.jaredapp 0x0000000108f1fe6d 0x108f10000 + 65133
17 com.jaredapp 0x0000000108f2f340 0x108f10000 + 127808
18 com.jaredapp 0x0000000108f2260b 0x108f10000 + 75275
19 com.jaredapp 0x0000000108f20e25 0x108f10000 + 69157
20 com.jaredapp 0x0000000108f24a01 0x108f10000 + 84481
21 com.jaredapp 0x0000000108f13f19 0x108f10000 + 16153
22 libdispatch.dylib 0x00007fff6f0b85f8 _dispatch_call_block_and_release + 12
23 libdispatch.dylib 0x00007fff6f0b963d _dispatch_client_callout + 8
24 libdispatch.dylib 0x00007fff6f0bf8e0 _dispatch_lane_serial_drain + 602
25 libdispatch.dylib 0x00007fff6f0c0396 _dispatch_lane_invoke + 385
26 libdispatch.dylib 0x00007fff6f0c86ed _dispatch_workloop_worker_thread + 598
27 libsystem_pthread.dylib 0x00007fff6f2f9611 _pthread_wqthread + 421
28 libsystem_pthread.dylib 0x00007fff6f2f93fd start_wqthread + 13

Thread 2:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff6f23b21a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff6f23b768 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff43186882 __CFRunLoopServiceMachPort + 328
3 com.apple.CoreFoundation 0x00007fff43185df0 __CFRunLoopRun + 1612
4 com.apple.CoreFoundation 0x00007fff43185552 CFRunLoopRunSpecific + 455
5 com.apple.AppKit 0x00007fff407834a2 _NSEventThread + 175
6 libsystem_pthread.dylib 0x00007fff6f2fa2eb _pthread_body + 126
7 libsystem_pthread.dylib 0x00007fff6f2fd249 _pthread_start + 66
8 libsystem_pthread.dylib 0x00007fff6f2f940d thread_start + 13

Thread 3 Crashed:: Dispatch queue: com.apple.root.default-qos
0 libsystem_kernel.dylib 0x00007fff6f2412c2 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff6f2fcbf1 pthread_kill + 284
2 libsystem_c.dylib 0x00007fff6f1ab6a6 abort + 127
3 libc++abi.dylib 0x00007fff6c386641 abort_message + 231
4 libc++abi.dylib 0x00007fff6c3867df default_terminate_handler() + 267
5 libobjc.A.dylib 0x00007fff6d939ee3 _objc_terminate() + 97
6 libc++abi.dylib 0x00007fff6c39219e std::__terminate(void (*)()) + 8
7 libc++abi.dylib 0x00007fff6c392213 std::terminate() + 51
8 libdispatch.dylib 0x00007fff6f0b9651 _dispatch_client_callout + 28
9 libdispatch.dylib 0x00007fff6f0bba53 _dispatch_queue_override_invoke + 763
10 libdispatch.dylib 0x00007fff6f0c73bc _dispatch_root_queue_drain + 324
11 libdispatch.dylib 0x00007fff6f0c7b46 _dispatch_worker_thread2 + 90
12 libsystem_pthread.dylib 0x00007fff6f2f96b3 _pthread_wqthread + 583
13 libsystem_pthread.dylib 0x00007fff6f2f93fd start_wqthread + 13

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

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

Thread 6:
0 libsystem_pthread.dylib 0x00007fff6f2f93f0 start_wqthread + 0

Thread 3 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000700008388000 rcx: 0x0000700008387858 rdx: 0x0000000000000000
rdi: 0x0000000000006c07 rsi: 0x0000000000000006 rbp: 0x0000700008387890 rsp: 0x0000700008387858
r8: 0x0000700008387720 r9: 0x00007000083878f0 r10: 0x0000000000000000 r11: 0x0000000000000206
r12: 0x0000000000006c07 r13: 0x0000003000000008 r14: 0x0000000000000006 r15: 0x000000000000002d
rip: 0x00007fff6f2412c2 rfl: 0x0000000000000206 cr2: 0x00007fffa587e188

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

Binary Images:
0x108f10000 - 0x108f3dfff +com.jaredapp (1.5 - 411) <16508D1A-8547-3036-8738-E2C0658CF8D5> /Applications/Jared.app/Contents/MacOS/Jared
0x108f5d000 - 0x108f88fff +org.cocoapods.CocoaAsyncSocket (7.6.4 - 1) <623B6DEF-D60D-30ED-84C9-73552206D15C> /Applications/Jared.app/Contents/Frameworks/CocoaAsyncSocket.framework/Versions/A/CocoaAsyncSocket
0x108fc6000 - 0x108fd0fff +org.cocoapods.HTTPParserC (2.9.2 - 1) <59E96F64-D07A-34E4-B50E-24372B223588> /Applications/Jared.app/Contents/Frameworks/HTTPParserC.framework/Versions/A/HTTPParserC
0x108fe3000 - 0x10903aff7 +org.cocoapods.Telegraph (0.28.0 - 1) <92C1A6DF-CED0-3A8A-AF02-7E53081F52FB> /Applications/Jared.app/Contents/Frameworks/Telegraph.framework/Versions/A/Telegraph
0x109114000 - 0x109129ff7 +com.jaredapp.JaredFramework (3.0 - 1) <1A06D681-CB12-3B4E-9793-D5745521B99F> /Applications/Jared.app/Contents/Frameworks/JaredFramework.framework/Versions/A/JaredFramework
0x10baac000 - 0x10baaf047 libobjc-trampolines.dylib (756.2) <5795A048-3940-3801-90CE-33D1B1AF81F4> /usr/lib/libobjc-trampolines.dylib
0x10bbe6000 - 0x10bbe7fff com.apple.AddressBook.LocalSourceBundle (11.0 - 1894) /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
0x10bbec000 - 0x10bbf0fff com.apple.DirectoryServicesSource (11.0 - 1894) <090E6CE7-9F7C-3E77-A2A1-198978C9AAC7> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
0x10bd84000 - 0x10bdf9ffb com.apple.AddressBook.CardDAVPlugin (10.9 - 547) <5B78F2EA-5B20-359F-AA2F-D97BAA5DFAF7> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
0x114ce3000 - 0x114d4d70f dyld (655.1.1) <91A01B2E-622F-3FBC-8D67-AC6D5D1C0023> /usr/lib/dyld
0x7fff3f183000 - 0x7fff3f35fffb com.apple.avfoundation (2.0 - 1550.4) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff3f360000 - 0x7fff3f425fff com.apple.audio.AVFAudio (1.0 - ???) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff3f52d000 - 0x7fff3f52dfff com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff3f52e000 - 0x7fff3f544ff7 libCGInterfaces.dylib (506.22) <1B6C92D9-F4B8-37BA-9635-94C4A56098CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff3f545000 - 0x7fff3fbdefef com.apple.vImage (8.1 - ???) <53FA3611-894E-3158-A654-FBD2F70998FE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff3fbdf000 - 0x7fff3fe58ff3 libBLAS.dylib (1243.200.4) <417CA0FC-B6CB-3FB3-ACBC-8914E3F62D20> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff3fe59000 - 0x7fff3fecbffb libBNNS.dylib (38.250.1) <538D12A2-9B9D-3E22-9896-F90F6E69C06E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff3fecc000 - 0x7fff40275ff3 libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff40276000 - 0x7fff4028bfeb libLinearAlgebra.dylib (1243.200.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff4028c000 - 0x7fff40291ff3 libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff40292000 - 0x7fff4030eff3 libSparse.dylib (79.200.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff4030f000 - 0x7fff40322fe3 libSparseBLAS.dylib (1243.200.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff40323000 - 0x7fff4050aff7 libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff4050b000 - 0x7fff405beff7 libvMisc.dylib (671.250.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff405bf000 - 0x7fff405bffff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <74288115-EF61-30B6-843F-0593B31D4929> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff405c0000 - 0x7fff4061afff com.apple.Accounts (113 - 113) <251A1CB1-F972-3F60-8662-85459EAD6318> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff40761000 - 0x7fff41516ffb com.apple.AppKit (6.9 - 1671.60.109) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff41568000 - 0x7fff41568fff com.apple.ApplicationServices (50.1 - 50.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff41569000 - 0x7fff415d4fff com.apple.ApplicationServices.ATS (377 - 453.11.2.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff4166d000 - 0x7fff41784ff7 libFontParser.dylib (228.6.2.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff41785000 - 0x7fff417c7fff libFontRegistry.dylib (228.12.2.4) <6DDE44EC-FF6B-3893-9209-45E0955ABDD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff41821000 - 0x7fff41853fff libTrueTypeScaler.dylib (228.6.2.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff418b8000 - 0x7fff418bcff3 com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff41957000 - 0x7fff419a9ff7 com.apple.HIServices (1.22 - 628) <2BE461FF-80B9-30D3-A574-AED5724B1C1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff419aa000 - 0x7fff419b9fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff419ba000 - 0x7fff41a03ff7 com.apple.print.framework.PrintCore (14.7 - 503.8) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff41a04000 - 0x7fff41a3dff7 com.apple.QD (3.12 - 407.2) <28C7D39F-59C9-3314-BECC-67045487229C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff41a3e000 - 0x7fff41a4afff com.apple.speech.synthesis.framework (8.1.3 - 8.1.3) <5E7B9BD4-122B-3012-A044-3259C97E7509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff41a4b000 - 0x7fff41cc2fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <32487CB2-246B-3B80-8F60-D65DFC367DDC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff41cc4000 - 0x7fff41cc4fff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff4201d000 - 0x7fff423bffff com.apple.CFNetwork (978.4 - 978.4) <2D4EEB80-0C17-34E0-B2B5-E24308CF9359> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff423d4000 - 0x7fff423d4fff com.apple.Carbon (158 - 158) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff423d5000 - 0x7fff423d8ffb com.apple.CommonPanels (1.2.6 - 98) <1CD6D56D-8EC7-3528-8CBC-FC69533519B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff423d9000 - 0x7fff426d0fff com.apple.HIToolbox (2.1.1 - 918.7) <88D7F19C-8C9D-384B-BAB5-8205CA282F2C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff426d1000 - 0x7fff426d4ff3 com.apple.help (1.3.8 - 66) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff426d5000 - 0x7fff426daff7 com.apple.ImageCapture (9.0 - 1534.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff426db000 - 0x7fff42770ff3 com.apple.ink.framework (10.9 - 225) <7C7E9483-2E91-3DD3-B1E0-C238F42CA0DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff42771000 - 0x7fff42789ff7 com.apple.openscripting (1.7 - 179.1) <9B8C1ECC-5864-3E21-9149-863E884EA25C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff427a9000 - 0x7fff427aaff7 com.apple.print.framework.Print (14.2 - 267.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff427ab000 - 0x7fff427adff7 com.apple.securityhi (9.0 - 55006) <05717F77-7A7B-37E6-AB3E-03F063E9095B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff427ae000 - 0x7fff427b4ff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <3CC050FB-EBCB-3087-8EA5-F378C8F99217> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff428d6000 - 0x7fff428d6fff com.apple.Cocoa (6.11 - 23) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff428e4000 - 0x7fff42a33ff7 com.apple.ColorSync (4.13.0 - 3345.6) <356BA478-76DE-3087-86BE-5E884276AB83> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff42a34000 - 0x7fff42b1cff7 com.apple.contacts (1.0 - 2901) /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
0x7fff42bbf000 - 0x7fff42c45fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff42ca9000 - 0x7fff42cd3ffb com.apple.CoreBluetooth (1.0 - 1) <4F2DDEF0-1F92-384B-8CDA-4958725D0A8E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff42cd4000 - 0x7fff43059fef com.apple.CoreData (120 - 866.6) <132CB39B-8D58-30FA-B8AD-49BFFF34B293> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff4305a000 - 0x7fff4314aff7 com.apple.CoreDisplay (101.3 - 110.18) <6DD41271-E145-3E99-9D49-7CC8AC1C65B6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff4314b000 - 0x7fff43590fff com.apple.CoreFoundation (6.9 - 1575.300) <2ABD4A7D-6C28-3594-8584-4D7445911EAA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff43592000 - 0x7fff43c22fe7 com.apple.CoreGraphics (2.0 - 1265.11) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff43c24000 - 0x7fff43f44fff com.apple.CoreImage (14.4.0 - 750.0.140) <11026E39-D2FF-3CF6-8ACE-7BA293F9853E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff44017000 - 0x7fff44240fff com.apple.CoreML (1.0 - 1) <9EC1FED2-BA47-307B-A326-43C4D05166E7> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
0x7fff44241000 - 0x7fff44345fff com.apple.CoreMedia (1.0 - 2290.14) <2C7A5348-7F19-3E28-97E4-6065A64B1DC9> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff44346000 - 0x7fff443a1fff com.apple.CoreMediaIO (900.0 - 5050.1) <3AE6C7A4-37B6-30C3-A7EC-FF0D219269BE> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff443a2000 - 0x7fff443a2fff com.apple.CoreServices (946 - 946) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff443a3000 - 0x7fff4441fff7 com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff44420000 - 0x7fff446f7fff com.apple.CoreServices.CarbonCore (1178.33 - 1178.33) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff446f8000 - 0x7fff44740ff7 com.apple.DictionaryServices (1.2 - 284.16.4) <746EB200-DC51-30AE-9CBC-608A7B4CC8DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff44741000 - 0x7fff44749ffb com.apple.CoreServices.FSEvents (1239.200.13 - 1239.200.13) <5913F08D-4AA2-3200-B998-012E6A19A66D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff4474a000 - 0x7fff448fbff7 com.apple.LaunchServices (946 - 946) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff448fc000 - 0x7fff4499aff7 com.apple.Metadata (10.7.0 - 1191.58) <89DA10B4-5695-3FD9-A920-C34C33957868> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff4499b000 - 0x7fff449e5ff7 com.apple.CoreServices.OSServices (946 - 946) <20C4EEF8-D5AC-39A0-9B4A-78F88E3EFBCC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff449e6000 - 0x7fff44a4dff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff44a4e000 - 0x7fff44a6fff3 com.apple.coreservices.SharedFileList (71.28 - 71.28) <487A8464-729E-305A-B5D1-E3FE8EB9CFC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff44d7a000 - 0x7fff44edcff3 com.apple.CoreText (352.0 - 584.26.3.4) <7247EA49-9F90-3258-AABF-932C6343BD6A> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff44edd000 - 0x7fff44f1dff3 com.apple.CoreVideo (1.8 - 281.4) <10CF8E52-07E3-382B-8091-2CEEEFFA69B4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff44f1e000 - 0x7fff44fadfff com.apple.framework.CoreWLAN (13.0 - 1375.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff45130000 - 0x7fff451defff com.apple.DiscRecording (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff45204000 - 0x7fff45209ffb com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff453d0000 - 0x7fff4577dffb com.apple.Foundation (6.9 - 1575.300) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff457ec000 - 0x7fff4581bffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff4591b000 - 0x7fff45a25fff com.apple.Bluetooth (6.0.14 - 6.0.14d11) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff45a88000 - 0x7fff45b17fff com.apple.framework.IOKit (2.0.2 - 1483.260.4) <8A90F547-86EF-3DFB-92FE-0E2C0376DD84> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff45b19000 - 0x7fff45b28ffb com.apple.IOSurface (255.6.1 - 255.6.1) <85F85EBB-EA59-3A8B-B3EB-7C20F3CC77AE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff45b29000 - 0x7fff45b7bff3 com.apple.ImageCaptureCore (1.0 - 1534.2) <27942C51-8108-3ED9-B37E-7C365A31EC2D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff45b7c000 - 0x7fff45d08fef com.apple.ImageIO.framework (3.3.0 - 1850.2.8) <38C4C66B-00BB-34B1-911E-FD2A45D96F48> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff45d09000 - 0x7fff45d0dffb libGIF.dylib (1850.2.8) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff45d0e000 - 0x7fff45deafe7 libJP2.dylib (1850.2.8) <661D73DB-C85E-3A67-948C-04691DE54EA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff45deb000 - 0x7fff45e10feb libJPEG.dylib (1850.2.8) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff460e6000 - 0x7fff4610cfeb libPng.dylib (1850.2.8) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff4610d000 - 0x7fff4610fffb libRadiance.dylib (1850.2.8) <9405B99E-973A-3495-88F8-38E81136499A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff46110000 - 0x7fff4615dfff libTIFF.dylib (1850.2.8) <2A96FF58-AFCA-353D-BFAB-34B78CDF136D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff46458000 - 0x7fff472b8fff com.apple.JavaScriptCore (14607 - 14607.3.9) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff472d0000 - 0x7fff472e9fff com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff475a3000 - 0x7fff475adfff com.apple.MediaAccessibility (1.0 - 114.4) <76C449C5-DB45-3D7F-BFAD-3DACEF15DA21> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff4765d000 - 0x7fff47d03fff com.apple.MediaToolbox (1.0 - 2290.14) <927F9E24-32DB-33F9-9866-4DD8092A51F4> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff47d05000 - 0x7fff47dadff7 com.apple.Metal (162.2 - 162.2) /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff47daf000 - 0x7fff47dc8ff3 com.apple.MetalKit (1.0 - 113) <51CDE966-54A7-3556-971B-1173E9986BB8> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
0x7fff47dc9000 - 0x7fff47de8ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <44CE8362-E972-3697-AD6F-15BC863BAEB8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff47de9000 - 0x7fff47e65fe7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff47e66000 - 0x7fff47e8dfff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff47e8e000 - 0x7fff47fb9ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff47fba000 - 0x7fff47fd4fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff47fd5000 - 0x7fff47fd6ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <69F14BCF-C5C5-3BF8-9C31-8F87D2D6130A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff48dcf000 - 0x7fff48ddbff7 com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff4b879000 - 0x7fff4b8d0ff7 com.apple.opencl (2.15.3 - 2.15.3) <3F72F3B0-F607-39E5-BDF6-5C37C9B67430> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff4b8d1000 - 0x7fff4b8ecff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff4b8ed000 - 0x7fff4b8f8ffb com.apple.OpenDirectory (10.14 - 207.200.4) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff4c248000 - 0x7fff4c24afff libCVMSPluginSupport.dylib (17.7.3) <83C36A70-5F35-37D1-A124-A2CD497F1915> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff4c24b000 - 0x7fff4c250ff3 libCoreFSCache.dylib (166.5) <5BC99EE7-7FFD-3F30-9AEE-EEDC25067AC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff4c251000 - 0x7fff4c255fff libCoreVMClient.dylib (166.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff4c256000 - 0x7fff4c25eff7 libGFXShared.dylib (17.7.3) <09F50639-F0CB-3312-8BAC-5AA8083350F6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff4c25f000 - 0x7fff4c26afff libGL.dylib (17.7.3) <4EEC82D4-A3C6-336D-9F90-67F1D24ED35B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff4c26b000 - 0x7fff4c2a5fef libGLImage.dylib (17.7.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff4c419000 - 0x7fff4c457fff libGLU.dylib (17.7.3) <5BB2F84A-4D96-35A1-8A5B-99AE39CD9E59> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff4cdf4000 - 0x7fff4ce03ffb com.apple.opengl (17.7.3 - 17.7.3) <9C1FCE6E-FED6-3A09-9FDC-4C81F8CDB2A6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff4d186000 - 0x7fff4d2cfff7 com.apple.QTKit (7.7.3 - 3040) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff4d2d0000 - 0x7fff4d524fff com.apple.imageKit (3.0 - 1067) <4F398AF4-828E-3FC2-9E3D-4EE3F36F7619> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff4d525000 - 0x7fff4d612ff3 com.apple.PDFKit (1.0 - 745.4) <59D93E57-AEBC-390A-A274-D2F5FF7BB495> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff4d613000 - 0x7fff4dae2ff7 com.apple.QuartzComposer (5.1 - 370) <9C59494E-8D09-359E-B457-AA893520984C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff4dae3000 - 0x7fff4db09ff7 com.apple.quartzfilters (1.10.0 - 83.1) <1CABB0FA-A6DB-3DD5-A598-F298F081E04E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff4db0a000 - 0x7fff4dc0bff7 com.apple.QuickLookUIFramework (5.0 - 775.6) <5660DDBA-2BE4-310A-9E81-370106EDB21D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff4dc0c000 - 0x7fff4dc0cfff com.apple.quartzframework (1.5 - 23) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff4dc0d000 - 0x7fff4de64ff7 com.apple.QuartzCore (1.11 - 701.14) <1E82D0E6-EB06-3CC6-AEB5-06E3365887D0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff4de65000 - 0x7fff4debcfff com.apple.QuickLookFramework (5.0 - 775.6) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff4e083000 - 0x7fff4e09dff3 com.apple.SafariServices.framework (14610 - 14610.1.28.1.10) /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff4e69c000 - 0x7fff4e99cff7 com.apple.security (7.0 - 58286.270.10) <990FF42E-0726-318F-94ED-A8FDF7F41402> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff4e99d000 - 0x7fff4ea29fff com.apple.securityfoundation (6.0 - 55185.260.1) <964F1F81-D8F1-3952-8137-EF21CDD3A7A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff4ea5b000 - 0x7fff4ea5ffff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff4edf8000 - 0x7fff4ee65fff com.apple.SystemConfiguration (1.17 - 1.17) <30C8327F-3EFF-3520-9C50-016F8B6B954F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff4f0c4000 - 0x7fff4f425fff com.apple.VideoToolbox (1.0 - 2290.14) <30C690CF-8935-39E8-B343-ADB009C84FC5> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff520a1000 - 0x7fff52146fff com.apple.APFS (1.0 - 1) <06284DE8-5883-39F8-B04D-0D5EA74D12ED> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff529f5000 - 0x7fff52b3fff7 com.apple.AddressBook.core (1.0 - 1) /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
0x7fff52b5b000 - 0x7fff52b5cff7 com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff52f1a000 - 0x7fff5305dfff com.apple.AnnotationKit (1.0 - 232.3.31) <73F4FFC8-A97F-3B97-AA8B-7C4CFF769295> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
0x7fff5305e000 - 0x7fff53079ff7 com.apple.AppContainer (4.0 - 360.270.2) <644409D7-6C7A-336F-BF4F-80E82FB48BE9> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff5307a000 - 0x7fff53087fff com.apple.AppSandbox (4.0 - 360.270.2) <175BF1C6-8CB1-3AAA-A752-781E09DE3D8E> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff5315d000 - 0x7fff53189ff7 com.apple.framework.Apple80211 (13.0 - 1380.2) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff532b1000 - 0x7fff532c0fc7 com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff533bc000 - 0x7fff533c7fff com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff53408000 - 0x7fff53451ff3 com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff53452000 - 0x7fff53462fff com.apple.AppleLDAP (10.14 - 46.200.2) /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
0x7fff53682000 - 0x7fff5369ffff com.apple.aps.framework (4.0 - 4.0) <83FB4BD1-0C45-3CEF-8640-567DA5A300A7> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff536a0000 - 0x7fff536a4ff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff536a5000 - 0x7fff536c7fff com.apple.applesauce (1.0 - ???) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff53787000 - 0x7fff5378aff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff5378b000 - 0x7fff537dbff7 com.apple.AppleVAFramework (5.1.4 - 5.1.4) <496592DF-D9FC-3CE0-BE60-00EDB4A3079B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff53826000 - 0x7fff5383affb com.apple.AssertionServices (1.0 - 1) <456E507A-4561-3628-9FBE-173ACE7429D8> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff53c09000 - 0x7fff53cf5ff7 com.apple.AuthKit (1.0 - 1) <2765ABE9-54F2-3E45-8A93-1261E251B90D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff53eb7000 - 0x7fff53ebffff com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff53ec0000 - 0x7fff53f55fff com.apple.backup.framework (1.10.5 - ???) <4EEC51E2-AE4C-340A-B686-901810152C12> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff53f56000 - 0x7fff53fc3ff3 com.apple.BaseBoard (360.28 - 360.28) <68FA8044-F3CD-3BC6-9DAB-27DACF52BFC0> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff53fcc000 - 0x7fff53fd2ffb com.apple.BezelServicesFW (317.5 - 317.5) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fff54049000 - 0x7fff54085ff3 com.apple.bom (14.0 - 197.6) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff54734000 - 0x7fff54760fff com.apple.CalendarAgentLink (8.0 - 250) <0EFCDE1A-4FCB-36C0-B2E2-7B7183065B97> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
0x7fff54e23000 - 0x7fff54e72ff7 com.apple.ChunkingLibrary (201 - 201) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff55c30000 - 0x7fff55c39ffb com.apple.CommonAuth (4.0 - 2.0) <93335CB6-ABEB-3EC7-A040-8A667F40D5F3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff55c4d000 - 0x7fff55c62ffb com.apple.commonutilities (8.0 - 900) <080E168B-21B7-3CCA-AB84-BB9911D18DAC> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff55f0a000 - 0x7fff55f6cff3 com.apple.AddressBook.ContactsFoundation (8.0 - ???) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff55f6d000 - 0x7fff55f90ff3 com.apple.contacts.ContactsPersistence (1.0 - ???) <4082E8CF-5C89-3DE1-97BF-6434F3E03C16> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fff560d2000 - 0x7fff564b5fef com.apple.CoreAUC (274.0.0 - 274.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff564b6000 - 0x7fff564e4ff7 com.apple.CoreAVCHD (6.0.0 - 6000.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff5657a000 - 0x7fff565d8ffb com.apple.corebrightness (1.0 - 1) <0A74B02E-A28F-32B6-810F-10F0DC8ADE4A> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
0x7fff5669c000 - 0x7fff5670eff7 com.apple.coredav (1.0.1 - 347) /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
0x7fff5670f000 - 0x7fff56718fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <89BDACE6-32AA-3933-BD8C-A44650488873> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff56912000 - 0x7fff56923ff7 com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff56acc000 - 0x7fff56bbbfff com.apple.CoreHandwriting (161 - 1.2) <7CBB18C3-FE95-3352-9D67-B441E89AD10F> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
0x7fff56d8d000 - 0x7fff56da3ffb com.apple.CoreMediaAuthoring (2.2 - 959) <86089759-E920-37DB-A3BB-F5621C351E4A> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff56ecd000 - 0x7fff56f33ff7 com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff5709f000 - 0x7fff5712bfff com.apple.CorePDF (4.0 - 414) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff571e0000 - 0x7fff571e8ff7 com.apple.CorePhoneNumbers (1.0 - 1) <11F97C7E-C183-305F-8E6C-9B374F50E26B> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff57364000 - 0x7fff57395ff3 com.apple.CoreServicesInternal (358 - 358) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff5775c000 - 0x7fff577e0fff com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff57870000 - 0x7fff5799bff7 com.apple.coreui (2.1 - 499.10) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff5799c000 - 0x7fff57b3cfff com.apple.CoreUtils (5.9 - 590.16) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff57b90000 - 0x7fff57bf3ff7 com.apple.framework.CoreWiFi (13.0 - 1375.2) <7E9CC352-BB06-3C97-A51F-6A35F09EBA16> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff57bf4000 - 0x7fff57c05ff3 com.apple.CrashReporterSupport (10.13 - 938.28) <74CC266D-FEF3-32DB-A16F-0ECB8D79C993> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff57c95000 - 0x7fff57ca4fff com.apple.framework.DFRFoundation (1.0 - 211.1) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff57ca5000 - 0x7fff57ca9ff7 com.apple.DSExternalDisplay (3.1 - 380) <787B9748-B120-3453-B8FE-61D9E363A9E0> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff57d2a000 - 0x7fff57d9fffb com.apple.datadetectorscore (7.0 - 590.27) <06FB1A07-7AE6-3ADD-8E7E-41955FAB38E8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff57deb000 - 0x7fff57e28ff7 com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff57e29000 - 0x7fff57f64ff7 com.apple.desktopservices (1.13.5 - ???) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff58170000 - 0x7fff58236fff com.apple.DiskManagement (12.1 - 1555.270.2) <087F13AB-C8DA-3E6A-B457-1AA894D73ECC> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff58237000 - 0x7fff5823bffb com.apple.DisplayServicesFW (3.1 - 380) <62041594-2A4C-3362-87EE-F8E8C8E5BEEC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff582e4000 - 0x7fff582e7ff3 com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff58a1d000 - 0x7fff58cffff7 com.apple.vision.EspressoFramework (1.0 - 120) <8B56D943-F87B-3A01-B7A4-19DE3312B61C> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
0x7fff58eab000 - 0x7fff592c6fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff5e21b000 - 0x7fff5e220fff com.apple.GPUWrangler (3.50.15 - 3.50.15) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff5e5ae000 - 0x7fff5e5d2ff3 com.apple.GenerationalStorage (2.0 - 285.101) <84C2E52C-F2C6-3FF8-87E5-3C88A40D3881> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff5f02c000 - 0x7fff5f03bfff com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff5f1a1000 - 0x7fff5f215ffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff6051a000 - 0x7fff60521ffb com.apple.IOAccelerator (404.14 - 404.14) <8E1BB4BA-15A7-3711-8502-AD2770EE368F> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff60525000 - 0x7fff6053dfff com.apple.IOPresentment (1.0 - 42.6) <890C4723-37AB-344B-9BF8-BFD436C06EE8> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff608e5000 - 0x7fff60912ff7 com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff60a3c000 - 0x7fff60a40ffb com.apple.InternationalSupport (1.0 - 10.15.6) <6226A905-D055-321D-B665-5B0CC4798A74> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff60b4f000 - 0x7fff60b5bff3 com.apple.KerberosHelper (4.0 - 1.0) <08F0DD2F-2BCA-395D-A816-758380700E15> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
0x7fff60ba5000 - 0x7fff60bb7ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff60bd2000 - 0x7fff60cadff7 com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff60cae000 - 0x7fff60ceaff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff60cf1000 - 0x7fff60cf6fff com.apple.LinguisticData (1.0 - 238.25) /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff61515000 - 0x7fff61518fff com.apple.Mangrove (1.0 - 25) <537A5B2E-4C30-3CFD-8BDC-79F9A04AC327> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff6159f000 - 0x7fff615c5ff3 com.apple.MarkupUI (1.0 - 232.3.31) <51E6781F-99C4-37D1-8FFE-0AFEDA997396> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
0x7fff6162d000 - 0x7fff61660ff7 com.apple.MediaKit (16 - 907) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff619ec000 - 0x7fff61a14ff7 com.apple.spotlight.metadata.utilities (1.0 - 1191.58) <23E8580B-19C0-3E4F-A9FE-368DA80EAA6F> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff61a15000 - 0x7fff61aa2ff7 com.apple.gpusw.MetalTools (1.0 - 1) <9B542958-6363-3041-A265-EC7AC7BD7A43> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff61c4d000 - 0x7fff61c68ffb com.apple.MobileKeyBag (2.0 - 1.0) <39337CBB-1D39-3DDC-A998-591194C76523> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff61c7b000 - 0x7fff61cf0fff com.apple.Montreal (1.0 - 42.15.9) <17BFD046-4362-3A76-A496-648D00FF3743> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
0x7fff61cf1000 - 0x7fff61d1bffb com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <42A23EC9-64A7-31C7-BF33-DF4412ED8A3F> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff61f57000 - 0x7fff61f61fff com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff627c2000 - 0x7fff62813ff3 com.apple.OTSVG (1.0 - ???) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff638b8000 - 0x7fff639abfff com.apple.PencilKit (1.0 - 1) <79225726-6980-3680-AC0B-D8C5C5DB2224> /System/Library/PrivateFrameworks/PencilKit.framework/Versions/A/PencilKit
0x7fff639ac000 - 0x7fff639bbff7 com.apple.PerformanceAnalysis (1.218.2 - 218.2) <65F3DB3E-6D4E-33A0-B510-EF768D323DAB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff63be2000 - 0x7fff63be2fff com.apple.PhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff657f8000 - 0x7fff6584cffb com.apple.ProtectedCloudStorage (1.0 - 1) <0D6BFA27-B807-3999-8B65-C2183803CA20> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff6584d000 - 0x7fff6586bff7 com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff659e9000 - 0x7fff659ecff3 com.apple.QuickLookNonBaseSystem (1.0 - 1) <69D0DD00-A3D2-3835-91F0-F33BD9D7D740> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
0x7fff659ed000 - 0x7fff65a02ff3 com.apple.QuickLookThumbnailing (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fff65a03000 - 0x7fff65a53fff com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
0x7fff65b8f000 - 0x7fff65b9afff com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.261.5) <4E95A43D-F67F-367A-9BFF-F53B385310EE> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff65bad000 - 0x7fff65bcffff com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff65bd0000 - 0x7fff65be3ff3 com.apple.xpc.RemoteXPC (1.0 - 1336.261.5) /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff6727a000 - 0x7fff6727dff7 com.apple.SecCodeWrapper (4.0 - 360.270.2) <6B331C0A-1A9D-3039-9FF6-89A49B04F846> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff673d9000 - 0x7fff674f7fff com.apple.Sharing (1288.62.5 - 1288.62.5) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff6830c000 - 0x7fff685bbfff com.apple.SkyLight (1.600.0 - 340.55) <1F737945-E242-3F03-A7D6-1A5955AB1298> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff68d5f000 - 0x7fff68d6bfff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff694bc000 - 0x7fff69547fc7 com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff69a1e000 - 0x7fff69a2afff com.apple.private.SystemPolicy (1.0 - 1) <9CDA85A3-875C-3615-8818-2DC73E9FFE8B> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
0x7fff69a2f000 - 0x7fff69a3bffb com.apple.TCC (1.0 - 1) <2C771033-CC83-32E1-BED5-1B6FA1E12B34> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff69ca1000 - 0x7fff69d69ff3 com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff69e26000 - 0x7fff69fdeffb com.apple.UIFoundation (1.0 - 551.5) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff6ac5a000 - 0x7fff6ad33fff com.apple.ViewBridge (401.1 - 401.1) <18144EC1-5DEF-369C-8EBA-2826E7142784> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff6b50b000 - 0x7fff6b50efff com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff6b90f000 - 0x7fff6b911ffb com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff6b912000 - 0x7fff6b927fff com.apple.login (3.0 - 3.0) /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6b95e000 - 0x7fff6b98fffb com.apple.contacts.vCard (1.0 - ???) <651AD944-66CA-3408-818F-484E0F53A1DE> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff6bbdb000 - 0x7fff6bc0ffff libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
0x7fff6bc12000 - 0x7fff6bc1cff7 libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
0x7fff6bc1d000 - 0x7fff6bca6fff libCoreStorage.dylib (546.50.1) <8E643B27-7986-3351-B37E-038FB6794BF9> /usr/lib/libCoreStorage.dylib
0x7fff6bcaa000 - 0x7fff6bcabffb libDiagnosticMessagesClient.dylib (107) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6bce2000 - 0x7fff6bf39ff3 libFosl_dynamic.dylib (18.3.4) <1B5DD4E2-8AE0-315E-829E-D5BFCD264EA8> /usr/lib/libFosl_dynamic.dylib
0x7fff6bf59000 - 0x7fff6bf60fff libMatch.1.dylib (31.200.1) /usr/lib/libMatch.1.dylib
0x7fff6bf8a000 - 0x7fff6bfa9fff libMobileGestalt.dylib (645.270.1) <99A06C8A-97D6-383D-862C-F453BABB48A4> /usr/lib/libMobileGestalt.dylib
0x7fff6bfaa000 - 0x7fff6bfaafff libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
0x7fff6c0ea000 - 0x7fff6c0ebffb libSystem.B.dylib (1252.250.1) /usr/lib/libSystem.B.dylib
0x7fff6c167000 - 0x7fff6c168fff libThaiTokenizer.dylib (2.15.1) /usr/lib/libThaiTokenizer.dylib
0x7fff6c17a000 - 0x7fff6c190ffb libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
0x7fff6c191000 - 0x7fff6c1baffb libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
0x7fff6c1bb000 - 0x7fff6c23afff libate.dylib (1.13.8) <92B44EDB-369D-3EE8-AEC5-61F8B9313DBF> /usr/lib/libate.dylib
0x7fff6c23e000 - 0x7fff6c23eff3 libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
0x7fff6c310000 - 0x7fff6c320ffb libbsm.0.dylib (39.200.18) /usr/lib/libbsm.0.dylib
0x7fff6c321000 - 0x7fff6c32efff libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
0x7fff6c32f000 - 0x7fff6c382ff7 libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
0x7fff6c383000 - 0x7fff6c398ff7 libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
0x7fff6c399000 - 0x7fff6c399ff3 libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
0x7fff6c39a000 - 0x7fff6c3aaffb libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
0x7fff6c3ab000 - 0x7fff6c3c3ffb libcompression.dylib (52.250.2) <7F4BB18C-1FB4-3825-8D8B-6E6B168774C6> /usr/lib/libcompression.dylib
0x7fff6c638000 - 0x7fff6c64efff libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
0x7fff6c64f000 - 0x7fff6c650ff3 libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6cae9000 - 0x7fff6caf4ff7 libcsfde.dylib (546.50.1) <7BAF8FCF-33A1-3C7C-8FEB-2020C8ED6063> /usr/lib/libcsfde.dylib
0x7fff6cafc000 - 0x7fff6cb52ff3 libcups.2.dylib (462.15) <9A487009-8412-3D77-8F55-DE4BBCFBE58C> /usr/lib/libcups.2.dylib
0x7fff6cc86000 - 0x7fff6cc86fff libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
0x7fff6ccb8000 - 0x7fff6ccbdff7 libgermantok.dylib (17.15.2) /usr/lib/libgermantok.dylib
0x7fff6ccbe000 - 0x7fff6ccc3ff7 libheimdal-asn1.dylib (520.270.1) <73F60D6F-76F8-35EF-9C86-9A81225EE4BE> /usr/lib/libheimdal-asn1.dylib
0x7fff6ccee000 - 0x7fff6cddefff libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
0x7fff6cddf000 - 0x7fff6d040ffb libicucore.A.dylib (62141.0.1) /usr/lib/libicucore.A.dylib
0x7fff6d08d000 - 0x7fff6d08efff liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
0x7fff6d08f000 - 0x7fff6d0a7ff3 liblzma.5.dylib (10.200.3) /usr/lib/liblzma.5.dylib
0x7fff6d0bf000 - 0x7fff6d163ff7 libmecab.1.0.0.dylib (779.24.1) /usr/lib/libmecab.1.0.0.dylib
0x7fff6d164000 - 0x7fff6d368fff libmecabra.dylib (779.24.1) /usr/lib/libmecabra.dylib
0x7fff6d540000 - 0x7fff6d891ff7 libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
0x7fff6d923000 - 0x7fff6e0a8fdf libobjc.A.dylib (756.2) <7C312627-43CB-3234-9324-4DEA92D59F50> /usr/lib/libobjc.A.dylib
0x7fff6e0ba000 - 0x7fff6e0beffb libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
0x7fff6e0c1000 - 0x7fff6e0f6fff libpcap.A.dylib (79.250.3) <97B8CE1B-3EF6-3443-95EF-5659733139C9> /usr/lib/libpcap.A.dylib
0x7fff6e20f000 - 0x7fff6e227ffb libresolv.9.dylib (65.200.3) <1FB0982D-84D9-36E0-B3D8-C808891EFF50> /usr/lib/libresolv.9.dylib
0x7fff6e229000 - 0x7fff6e264ff3 libsandbox.1.dylib (851.270.4) <2DEAFEAA-0FEF-3110-8F9B-0C96827E7D3A> /usr/lib/libsandbox.1.dylib
0x7fff6e278000 - 0x7fff6e279ff7 libspindump.dylib (267.3) /usr/lib/libspindump.dylib
0x7fff6e27a000 - 0x7fff6e457fff libsqlite3.dylib (274.26) <6404BA3B-BCA4-301F-B2FE-8776105A2AA3> /usr/lib/libsqlite3.dylib
0x7fff6e670000 - 0x7fff6e673ff7 libutil.dylib (51.200.4) /usr/lib/libutil.dylib
0x7fff6e674000 - 0x7fff6e681fff libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
0x7fff6e686000 - 0x7fff6e769fff libxml2.2.dylib (32.17) /usr/lib/libxml2.2.dylib
0x7fff6e76a000 - 0x7fff6e792ff3 libxslt.1.dylib (16.7) /usr/lib/libxslt.1.dylib
0x7fff6e793000 - 0x7fff6e7a5ff7 libz.1.dylib (70.200.4) /usr/lib/libz.1.dylib
0x7fff6e854000 - 0x7fff6ebc5ff7 libswiftCore.dylib (5.0 - 1001.8.63.13) <4FE40B7B-1413-3A25-959B-D78B78682D12> /usr/lib/swift/libswiftCore.dylib
0x7fff6ebcc000 - 0x7fff6ebd3ffb libswiftCoreData.dylib (??? - ???) <7D7D21CE-8F68-390F-BE47-2AB1DC0439ED> /usr/lib/swift/libswiftCoreData.dylib
0x7fff6ebd4000 - 0x7fff6ebd6ff3 libswiftCoreFoundation.dylib (??? - ???) <3192FF82-E322-3B09-805F-6AEB48C00478> /usr/lib/swift/libswiftCoreFoundation.dylib
0x7fff6ebd7000 - 0x7fff6ebe5ff3 libswiftCoreGraphics.dylib (??? - ???) /usr/lib/swift/libswiftCoreGraphics.dylib
0x7fff6ebfc000 - 0x7fff6ec02ffb libswiftDarwin.dylib (??? - ???) /usr/lib/swift/libswiftDarwin.dylib
0x7fff6ec03000 - 0x7fff6ec19fff libswiftDispatch.dylib (??? - ???) <40AA9542-FE66-37F0-B0BE-70C8D057488C> /usr/lib/swift/libswiftDispatch.dylib
0x7fff6ec1a000 - 0x7fff6edabff7 libswiftFoundation.dylib (??? - ???) /usr/lib/swift/libswiftFoundation.dylib
0x7fff6edba000 - 0x7fff6edbcff3 libswiftIOKit.dylib (??? - ???) /usr/lib/swift/libswiftIOKit.dylib
0x7fff6ee13000 - 0x7fff6ee16ff7 libswiftObjectiveC.dylib (??? - ???) /usr/lib/swift/libswiftObjectiveC.dylib
0x7fff6ef89000 - 0x7fff6ef8dff3 libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
0x7fff6ef8e000 - 0x7fff6ef98ff3 libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
0x7fff6ef99000 - 0x7fff6efa0ff7 libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
0x7fff6efa1000 - 0x7fff6efaaff7 libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
0x7fff6efab000 - 0x7fff6f02ffc3 libcorecrypto.dylib (602.260.2) <01464D24-570C-3B83-9D18-467769E0FCDD> /usr/lib/system/libcorecrypto.dylib
0x7fff6f0b6000 - 0x7fff6f0efff7 libdispatch.dylib (1008.270.1) <97273678-E94C-3C8C-89F6-2E2020F4B43B> /usr/lib/system/libdispatch.dylib
0x7fff6f0f0000 - 0x7fff6f11cff7 libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
0x7fff6f11d000 - 0x7fff6f11dffb libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
0x7fff6f11e000 - 0x7fff6f12aff3 libkxld.dylib (4903.278.44) /usr/lib/system/libkxld.dylib
0x7fff6f12b000 - 0x7fff6f12bff7 liblaunch.dylib (1336.261.5) <5CB1CB72-8BDD-38F4-8BE0-2C76098BD915> /usr/lib/system/liblaunch.dylib
0x7fff6f12c000 - 0x7fff6f131fff libmacho.dylib (927.0.3) /usr/lib/system/libmacho.dylib
0x7fff6f132000 - 0x7fff6f134ff7 libquarantine.dylib (86.270.1) <3F36A3D6-9606-3D90-B520-809BAEF981C3> /usr/lib/system/libquarantine.dylib
0x7fff6f135000 - 0x7fff6f136ff7 libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
0x7fff6f137000 - 0x7fff6f14eff3 libsystem_asl.dylib (356.200.4) /usr/lib/system/libsystem_asl.dylib
0x7fff6f14f000 - 0x7fff6f14fff7 libsystem_blocks.dylib (73) /usr/lib/system/libsystem_blocks.dylib
0x7fff6f150000 - 0x7fff6f1d7fff libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
0x7fff6f1d8000 - 0x7fff6f1dbffb libsystem_configuration.dylib (963.270.3) <2B4A836D-68A4-33E6-8D48-CD4486B03387> /usr/lib/system/libsystem_configuration.dylib
0x7fff6f1dc000 - 0x7fff6f1dfff7 libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
0x7fff6f1e0000 - 0x7fff6f1e6fff libsystem_darwin.dylib (1272.250.1) /usr/lib/system/libsystem_darwin.dylib
0x7fff6f1e7000 - 0x7fff6f1edffb libsystem_dnssd.dylib (878.270.3) /usr/lib/system/libsystem_dnssd.dylib
0x7fff6f1ee000 - 0x7fff6f239ffb libsystem_info.dylib (517.200.9) /usr/lib/system/libsystem_info.dylib
0x7fff6f23a000 - 0x7fff6f262ff7 libsystem_kernel.dylib (4903.278.44) <135154C7-B928-380F-BE89-101050F001C3> /usr/lib/system/libsystem_kernel.dylib
0x7fff6f263000 - 0x7fff6f2aeff7 libsystem_m.dylib (3158.200.7) /usr/lib/system/libsystem_m.dylib
0x7fff6f2af000 - 0x7fff6f2d9fff libsystem_malloc.dylib (166.270.1) <011F3AD0-8E6A-3A89-AE64-6E5F6840F30A> /usr/lib/system/libsystem_malloc.dylib
0x7fff6f2da000 - 0x7fff6f2e4ff7 libsystem_networkextension.dylib (767.250.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fff6f2e5000 - 0x7fff6f2ecfff libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
0x7fff6f2ed000 - 0x7fff6f2f6fef libsystem_platform.dylib (177.270.1) <9D1FE5E4-EB7D-3B3F-A8D1-A96D9CF1348C> /usr/lib/system/libsystem_platform.dylib
0x7fff6f2f7000 - 0x7fff6f301ff7 libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
0x7fff6f302000 - 0x7fff6f305ff7 libsystem_sandbox.dylib (851.270.4) <05B25238-3B19-334C-894F-FDFF7807027A> /usr/lib/system/libsystem_sandbox.dylib
0x7fff6f306000 - 0x7fff6f308ff3 libsystem_secinit.dylib (30.260.2) /usr/lib/system/libsystem_secinit.dylib
0x7fff6f309000 - 0x7fff6f310ff3 libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
0x7fff6f311000 - 0x7fff6f326ff7 libsystem_trace.dylib (906.260.2) <12C1B9A2-39D6-3428-AE60-2303BD201A57> /usr/lib/system/libsystem_trace.dylib
0x7fff6f328000 - 0x7fff6f32dffb libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
0x7fff6f32e000 - 0x7fff6f35dfff libxpc.dylib (1336.261.5) /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: 1352
thread_create: 0
thread_set_state: 0

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 1
Activity Tracing 256K 1
CG image 32K 3
CoreAnimation 768K 11
CoreData Object IDs 4100K 2
CoreGraphics 8K 1
CoreUI image data 556K 6
CoreUI image file 196K 2
Foundation 4K 1
Kernel Alloc Once 8K 1
MALLOC 321.3M 44
MALLOC guard page 48K 8
MALLOC_MEDIUM (reserved) 672.0M 6 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
Memory Tag 242 12K 1
SQLite page cache 384K 6
STACK GUARD 56.0M 7
Stack 11.0M 7
VM_ALLOCATE 72K 6
__DATA 32.1M 326
__FONT_DATA 4K 1
__LINKEDIT 223.9M 12
__TEXT 215.4M 325
__UNICODE 564K 1
mapped file 65.9M 20
shared memory 632K 8
=========== ======= =======
TOTAL 1.9G 808
TOTAL, minus reserved VM space 933.2M 808

Model: Macmini8,1, BootROM 1037.147.4.0.0 (iBridge: 17.16.16610.0.0,0), 6 processors, Intel Core i7, 3.2 GHz, 64 GB, SMC
Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin
Memory Module: BANK 0/ChannelA-DIMM0, 32 GB, DDR4, 2667 MHz, SK Hynix, HMAA4GS6MJR8N-VK
Memory Module: BANK 2/ChannelB-DIMM0, 32 GB, DDR4, 2667 MHz, SK Hynix, HMAA4GS6MJR8N-VK
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Oct 23 2019 08:32:36 version 9.137.11.0.32.6.36 FWID 01-671ec60c
Bluetooth: Version 6.0.14d11, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
USB Device: USB 3.1 Bus
USB Device: Cable Matters USB-C Video Cable
USB Device: USB Audio Device
USB Device: Luna
USB Device: ASM1153E
USB Device: ASM1153E
USB Device: iBridge Bus
USB Device: Headset
USB Device: Apple T2 Controller
Thunderbolt Bus: Mac mini, Apple Inc., 41.2
Thunderbolt Bus: Mac mini, Apple Inc., 41.2

@Moonmonkey-Beep
Copy link
Author

Sorry to open this and run.. the issue fixed itself for me somehow so I couldn't reproduce.

@AndrewSB AndrewSB mentioned this issue Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants