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

bug: latest version of Discord Canary crashes after opening the app #196

Closed
Rexogamer opened this issue Sep 21, 2024 · 19 comments
Closed

bug: latest version of Discord Canary crashes after opening the app #196

Rexogamer opened this issue Sep 21, 2024 · 19 comments

Comments

@Rexogamer
Copy link

Rexogamer commented Sep 21, 2024

using the latest version of Discord Canary (0.0.492) and the latest version of OpenAsar, upon opening the app the main window appears for a few seconds before the whole app crashes and closes.

switching back to the default .asar file, the app works as normal.

I'm using Ubuntu 24.04.

(note that this isn't the same as #183 - this only started happening either today or yesterday, and the app doesn't open at all despite repeated attempts.)

Screencast.from.2024-09-21.21-27-23.webm
@l-zeuch
Copy link

l-zeuch commented Sep 22, 2024

Observing a similar issue here. Inspecting the startup logs I see the
following:

spdlog fatal error: Failed opening file discord_utils.log for writing: Permission denied
[WebContents] crashed (reason: crashed, exitCode: 134)... reloading
Optional module ./ElectronTestRpc was not included.
spdlog fatal error: Failed opening file discord_utils.log for writing: Permission denied
[WebContents] double crashed (reason: crashed, exitCode: 134)... RIP =(

I'm not sure where to go from here; spdlog is a logging library for C++,
apparently used by Electron (?). I'm just not sure why it breaks in this
manner when using OpenAsar.

@Rexogamer
Copy link
Author

Rexogamer commented Sep 25, 2024

workaround: run the app from a terminal with the --disable-logging param (e.g. discord-canary --disable-logging)

edit: this seems to work because it lets the app write to the log file, so the param might not actually be the fix - running Discord in a directory with write access might be the real reason why this works

@0x7C2f
Copy link

0x7C2f commented Sep 25, 2024

[IGNORE AS ISSUE IS FIXED. NEEDED TO ALLOW DISCORD TO RUN ITS INITIAL UPDATES BEFORE REAPPLYING OPENASAR. Sorry :) ]

Same issue for me after latest discord update. Application crashes at startup. Ran discord in the terminal and same result. --disable-logging did not work for me. I reinstalled discord and no luck. I uninstalled openasar and reinstalled discord and everything works again:

image

@ewof
Copy link

ewof commented Sep 26, 2024

even if i let canary do its initial updates before installing openasar i still crash

@Avakining
Copy link

Yep, crashing on PTB now too, even after allowing Discord to update.

ptb 331156 (257096f) Host 0.0.137 arm64 Build Override: N/A macOS 15 (24.0.0)

@Sylverena
Copy link

Writing to say here that I am also experiencing this issue on the stable build of discord (0.0.70) on arch linux.

I also am experiencing nearly identical logs that l-zeuch provided but also with this coredump:

Oct 01 14:01:57 [...] systemd-coredump[5085]: [🡕] Process 5037 (Discord) of user 1000 dumped core.
Module [~]/.config/discord/0.0.70/modules/discord_utils/node_modules/macos-notification-state/build/Release/notificationstate.node without build-id.
Stack trace of thread 5037:
[...]
([~]/.config/discord/0.0.70/modules/discord_utils/discord_utils.node + 0x643c3)
ELF object binary architecture: AMD x86-64

And my version of the other logs:

Oct 01 15:17:45 [...] discord[15991]: Optional module ./ElectronTestRpc was not included.
Oct 01 15:17:45 [...] discord[16045]: [16045:1001/151745.282197:ERROR:ffmpeg_common.cc(965)] Unsupported pixel format: -1
Oct 01 15:17:46 [...] discord[16095]: spdlog fatal error: Failed opening file discord_utils.log for writing: Permission denied
Oct 01 15:17:46 [...] systemd-coredump[16134]: Process 16095 (Discord) of user 1000 terminated abnormally with signal 6/ABRT, processing...
Oct 01 15:17:46 [...] systemd[1]: Started Process Core Dump (PID 16134/UID 0).

@XxUnkn0wnxX
Copy link

XxUnkn0wnxX commented Oct 2, 2024

happing on stable as well macos
still crashes after it does its updates...

stable 331573 (1886297) 
Host 0.0.321 x64 
Build Override: N/A 
macOS 11 (20.6.0)
macOS Crash Log
Process:               Discord Helper (Renderer) [88015]
Path:                  /Applications/Discord.app/Contents/Frameworks/Discord Helper (Renderer).app/Contents/MacOS/Discord Helper (Renderer)
Identifier:            Discord Helper (Renderer)
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        Discord [87982]
Responsible:           Discord [87982]
User ID:               501

Date/Time:             2024-10-02 13:22:15.108 +1000
OS Version:            macOS 11.7.10 (20G1427)
Report Version:        12
Anonymous UUID:        00EB37D9-3FB9-5F56-202B-C7EC09C23E59


Time Awake Since Boot: 980000 seconds

System Integrity Protection: disabled

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

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

Application Specific Information:
abort() called

Thread 0 Crashed:: CrRendererMain  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff2078290e __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff207b15bd pthread_kill + 263
2   libsystem_c.dylib             	0x00007fff20706406 abort + 125
3   discord_utils.node            	0x000000011539ef15 spdlog::throw_spdlog_ex(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) + 69
4   discord_utils.node            	0x000000011539e104 spdlog::details::file_helper::open(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool) + 612
5   discord_utils.node            	0x000000011539dbf7 spdlog::sinks::rotating_file_sink<std::__1::mutex>::rotating_file_sink(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long, unsigned long, bool, spdlog::file_event_handlers const&) + 151
6   discord_utils.node            	0x000000011539d6dc std::__1::shared_ptr<spdlog::logger> spdlog::synchronous_factory::create<spdlog::sinks::rotating_file_sink<std::__1::mutex>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long&, unsigned long&, bool&, spdlog::file_event_handlers const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long&, unsigned long&, bool&, spdlog::file_event_handlers const&) + 124
7   discord_utils.node            	0x000000011535d5d6 discord::util::InitializeLogging(std::__1::shared_ptr<spdlog::logger>&, discord::util::LogConfig const&) + 886
8   discord_utils.node            	0x000000011535e948 Init(discord::Optional<discord::node_api::Object>) + 424
9   discord_utils.node            	0x00000001153a90ac std::__1::__function::__func<void (*)(discord::Optional<discord::node_api::Object>), std::__1::allocator<void (*)(discord::Optional<discord::node_api::Object>)>, void (discord::Optional<discord::node_api::Object>)>::operator()(discord::Optional<discord::node_api::Object>&&) + 44
10  discord_utils.node            	0x00000001153a8f89 napi_value__* discord::node_api::internal::InvokeTrampoline<std::__1::function<void (discord::Optional<discord::node_api::Object>)> >(napi_env__*, napi_callback_info__*) + 105
11  com.github.Electron.framework 	0x000000010fbad818 napi_is_detached_arraybuffer + 408
12  com.github.Electron.framework 	0x00000001077dd91e 0x1077a7000 + 223518
13  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
14  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
15  ???                           	0x00000001677e6804 0 + 6031304708
16  ???                           	0x00000001677e55f3 0 + 6031300083
17  ???                           	0x00000001677e7405 0 + 6031307781
18  ???                           	0x00000001677d8b55 0 + 6031248213
19  ???                           	0x00000001677d936e 0 + 6031250286
20  ???                           	0x00000001677d965a 0 + 6031251034
21  ???                           	0x00000001677d98cb 0 + 6031251659
22  ???                           	0x0000000167819c9a 0 + 6031514778
23  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
24  com.github.Electron.framework 	0x00000001077d90dc 0x1077a7000 + 205020
25  com.github.Electron.framework 	0x00000001077d8e1f 0x1077a7000 + 204319
26  com.github.Electron.framework 	0x00000001092b1bfa v8::Unwinder::PCIsInV8(unsigned long, v8::MemoryRange const*, void*) + 794
27  com.github.Electron.framework 	0x0000000109190bae v8::Function::Call(v8::Local<v8::Context>, v8::Local<v8::Value>, int, v8::Local<v8::Value>*) + 462
28  com.github.Electron.framework 	0x0000000107d79f25 v8::CodeEvent::GetScriptName() + 284277
29  com.github.Electron.framework 	0x00000001077dd91e 0x1077a7000 + 223518
30  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
31  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
32  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
33  com.github.Electron.framework 	0x00000001077dc19f 0x1077a7000 + 217503
34  com.github.Electron.framework 	0x00000001079732d4 0x1077a7000 + 1884884
35  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
36  ???                           	0x0000000167883e31 0 + 6031949361
37  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
38  ???                           	0x0000000167883e31 0 + 6031949361
39  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
40  ???                           	0x0000000167883e31 0 + 6031949361
41  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
42  ???                           	0x0000000167883e31 0 + 6031949361
43  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
44  ???                           	0x0000000167883e31 0 + 6031949361
45  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
46  ???                           	0x0000000167883e31 0 + 6031949361
47  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
48  ???                           	0x0000000167883e31 0 + 6031949361
49  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
50  ???                           	0x0000000167883e31 0 + 6031949361
51  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
52  ???                           	0x0000000167883e31 0 + 6031949361
53  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
54  ???                           	0x0000000167883e31 0 + 6031949361
55  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
56  ???                           	0x0000000167883e31 0 + 6031949361
57  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
58  ???                           	0x0000000167883e31 0 + 6031949361
59  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
60  ???                           	0x000000016781e38c 0 + 6031532940
61  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
62  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
63  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
64  com.github.Electron.framework 	0x00000001077db667 0x1077a7000 + 214631
65  com.github.Electron.framework 	0x00000001077d90dc 0x1077a7000 + 205020
66  com.github.Electron.framework 	0x00000001077d8e1f 0x1077a7000 + 204319
67  com.github.Electron.framework 	0x00000001092b2a1f v8::Unwinder::PCIsInV8(unsigned long, v8::MemoryRange const*, void*) + 4415
68  com.github.Electron.framework 	0x00000001092b37b3 v8::Unwinder::PCIsInV8(unsigned long, v8::MemoryRange const*, void*) + 7891
69  com.github.Electron.framework 	0x000000010917d3e4 v8::Script::Run(v8::Local<v8::Context>, v8::Local<v8::Data>) + 708
70  com.github.Electron.framework 	0x000000010d31849f ares_dns_rr_get_name + 33305759
71  com.github.Electron.framework 	0x000000010d318bdf ares_dns_rr_get_name + 33307615
72  com.github.Electron.framework 	0x000000010df188bd ares_dns_rr_get_name + 45889725
73  com.github.Electron.framework 	0x000000010df2ad6d ares_dns_rr_get_name + 45964653
74  com.github.Electron.framework 	0x000000010df2ae1c ares_dns_rr_get_name + 45964828
75  com.github.Electron.framework 	0x000000010df2fed6 ares_dns_rr_get_name + 45985494
76  com.github.Electron.framework 	0x000000010df2fc4e ares_dns_rr_get_name + 45984846
77  com.github.Electron.framework 	0x000000010e4c4f75 ares_dns_rr_get_name + 51838837
78  com.github.Electron.framework 	0x000000010e4c5d04 ares_dns_rr_get_name + 51842308
79  com.github.Electron.framework 	0x000000010e4d91e0 ares_dns_rr_get_name + 51921376
80  com.github.Electron.framework 	0x000000010b89f030 ares_dns_rr_get_name + 5546032
81  com.github.Electron.framework 	0x000000010b8c23c8 ares_dns_rr_get_name + 5690312
82  com.github.Electron.framework 	0x000000010b8c2a95 ares_dns_rr_get_name + 5692053
83  com.github.Electron.framework 	0x000000010b91177b ares_dns_rr_get_name + 6014843
84  com.github.Electron.framework 	0x00000001079ac4ca 0x1077a7000 + 2118858
85  com.github.Electron.framework 	0x000000010b910751 ares_dns_rr_get_name + 6010705
86  com.apple.CoreFoundation      	0x00007fff208a9cdc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
87  com.apple.CoreFoundation      	0x00007fff208a9c44 __CFRunLoopDoSource0 + 180
88  com.apple.CoreFoundation      	0x00007fff208a99c4 __CFRunLoopDoSources0 + 242
89  com.apple.CoreFoundation      	0x00007fff208a83ec __CFRunLoopRun + 893
90  com.apple.CoreFoundation      	0x00007fff208a79ac CFRunLoopRunSpecific + 563
91  com.apple.Foundation          	0x00007fff2163a647 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
92  com.github.Electron.framework 	0x000000010b911c4a ares_dns_rr_get_name + 6016074
93  com.github.Electron.framework 	0x000000010b910092 ares_dns_rr_get_name + 6008978
94  com.github.Electron.framework 	0x000000010b8c2d89 ares_dns_rr_get_name + 5692809
95  com.github.Electron.framework 	0x000000010b882f14 ares_dns_rr_get_name + 5431060
96  com.github.Electron.framework 	0x000000010f79076c node::CommonEnvironmentSetup::event_loop() const + 9745052
97  com.github.Electron.framework 	0x0000000107f6800a v8::CodeEvent::GetScriptLine() + 519194
98  com.github.Electron.framework 	0x0000000107f68c5d v8::CodeEvent::GetScriptLine() + 522349
99  com.github.Electron.framework 	0x0000000107f67605 v8::CodeEvent::GetScriptLine() + 516629
100 com.github.Electron.framework 	0x0000000107f676f2 v8::CodeEvent::GetScriptLine() + 516866
101 com.github.Electron.framework 	0x0000000107bbded1 ElectronMain + 209
102 com.hnc.Discord.helper.(Renderer)	0x0000000107787a40 0x107787000 + 2624
103 libdyld.dylib                 	0x00007fff207ccf3d start + 1

Thread 1:
0   libsystem_pthread.dylib       	0x00007fff207ad420 start_wqthread + 0

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

Thread 3:: ThreadPoolServiceThread
0   libsystem_kernel.dylib        	0x00007fff207851b2 kevent64 + 10
1   com.github.Electron.framework 	0x000000010b91b7b7 ares_dns_rr_get_name + 6055863
2   com.github.Electron.framework 	0x000000010b91b53d ares_dns_rr_get_name + 6055229
3   com.github.Electron.framework 	0x000000010b8c2d89 ares_dns_rr_get_name + 5692809
4   com.github.Electron.framework 	0x000000010b882f14 ares_dns_rr_get_name + 5431060
5   com.github.Electron.framework 	0x000000010b8e7b68 ares_dns_rr_get_name + 5843816
6   com.github.Electron.framework 	0x000000010b8ccdad ares_dns_rr_get_name + 5733805
7   com.github.Electron.framework 	0x000000010b8e7d2c ares_dns_rr_get_name + 5844268
8   com.github.Electron.framework 	0x000000010b8fb18f ares_dns_rr_get_name + 5923215
9   libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
10  libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 4:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib        	0x00007fff2077c29a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2077c60c mach_msg + 60
2   com.github.Electron.framework 	0x000000010b914b93 ares_dns_rr_get_name + 6028179
3   com.github.Electron.framework 	0x000000010b89b68c ares_dns_rr_get_name + 5531276
4   com.github.Electron.framework 	0x000000010b8e02ed ares_dns_rr_get_name + 5812973
5   com.github.Electron.framework 	0x000000010b8dedb6 ares_dns_rr_get_name + 5807542
6   com.github.Electron.framework 	0x000000010b8df9b4 ares_dns_rr_get_name + 5810612
7   com.github.Electron.framework 	0x000000010b8df63d ares_dns_rr_get_name + 5809725
8   com.github.Electron.framework 	0x000000010b8df522 ares_dns_rr_get_name + 5809442
9   com.github.Electron.framework 	0x000000010b8fb18f ares_dns_rr_get_name + 5923215
10  libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
11  libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 5:: ThreadPoolBackgroundWorker
0   libsystem_kernel.dylib        	0x00007fff2077c29a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2077c60c mach_msg + 60
2   com.github.Electron.framework 	0x000000010b914b93 ares_dns_rr_get_name + 6028179
3   com.github.Electron.framework 	0x000000010b89b68c ares_dns_rr_get_name + 5531276
4   com.github.Electron.framework 	0x000000010b8e02ed ares_dns_rr_get_name + 5812973
5   com.github.Electron.framework 	0x000000010b8dedb6 ares_dns_rr_get_name + 5807542
6   com.github.Electron.framework 	0x000000010b8df9b4 ares_dns_rr_get_name + 5810612
7   com.github.Electron.framework 	0x000000010b8df5ad ares_dns_rr_get_name + 5809581
8   com.github.Electron.framework 	0x000000010b8df550 ares_dns_rr_get_name + 5809488
9   com.github.Electron.framework 	0x000000010b8fb18f ares_dns_rr_get_name + 5923215
10  libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
11  libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 6:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib        	0x00007fff2077c29a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2077c60c mach_msg + 60
2   com.github.Electron.framework 	0x000000010b914b93 ares_dns_rr_get_name + 6028179
3   com.github.Electron.framework 	0x000000010b89b68c ares_dns_rr_get_name + 5531276
4   com.github.Electron.framework 	0x000000010b8e02ed ares_dns_rr_get_name + 5812973
5   com.github.Electron.framework 	0x000000010b8dedb6 ares_dns_rr_get_name + 5807542
6   com.github.Electron.framework 	0x000000010b8df9b4 ares_dns_rr_get_name + 5810612
7   com.github.Electron.framework 	0x000000010b8df63d ares_dns_rr_get_name + 5809725
8   com.github.Electron.framework 	0x000000010b8df522 ares_dns_rr_get_name + 5809442
9   com.github.Electron.framework 	0x000000010b8fb18f ares_dns_rr_get_name + 5923215
10  libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
11  libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 7:: Chrome_ChildIOThread
0   libsystem_kernel.dylib        	0x00007fff207851b2 kevent64 + 10
1   com.github.Electron.framework 	0x000000010b91b7b7 ares_dns_rr_get_name + 6055863
2   com.github.Electron.framework 	0x000000010b91b53d ares_dns_rr_get_name + 6055229
3   com.github.Electron.framework 	0x000000010b8c2d89 ares_dns_rr_get_name + 5692809
4   com.github.Electron.framework 	0x000000010b882f14 ares_dns_rr_get_name + 5431060
5   com.github.Electron.framework 	0x000000010b8e7b68 ares_dns_rr_get_name + 5843816
6   com.github.Electron.framework 	0x000000010d26278f ares_dns_rr_get_name + 32561039
7   com.github.Electron.framework 	0x000000010b8e7d2c ares_dns_rr_get_name + 5844268
8   com.github.Electron.framework 	0x000000010b8fb18f ares_dns_rr_get_name + 5923215
9   libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
10  libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 8:: GpuMemoryThread
0   libsystem_kernel.dylib        	0x00007fff2077c29a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2077c60c mach_msg + 60
2   com.github.Electron.framework 	0x000000010b914b93 ares_dns_rr_get_name + 6028179
3   com.github.Electron.framework 	0x000000010b89b555 ares_dns_rr_get_name + 5530965
4   com.github.Electron.framework 	0x000000010b859b4a ares_dns_rr_get_name + 5262154
5   com.github.Electron.framework 	0x000000010b8c2d89 ares_dns_rr_get_name + 5692809
6   com.github.Electron.framework 	0x000000010b882f14 ares_dns_rr_get_name + 5431060
7   com.github.Electron.framework 	0x000000010b8e7b68 ares_dns_rr_get_name + 5843816
8   com.github.Electron.framework 	0x000000010b8e7d2c ares_dns_rr_get_name + 5844268
9   com.github.Electron.framework 	0x000000010b8fb18f ares_dns_rr_get_name + 5923215
10  libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
11  libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 9:: Compositor
0   libsystem_kernel.dylib        	0x00007fff2077c29a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2077c60c mach_msg + 60
2   com.github.Electron.framework 	0x000000010b914b93 ares_dns_rr_get_name + 6028179
3   com.github.Electron.framework 	0x000000010b89b68c ares_dns_rr_get_name + 5531276
4   com.github.Electron.framework 	0x000000010b859b71 ares_dns_rr_get_name + 5262193
5   com.github.Electron.framework 	0x000000010b8c2d89 ares_dns_rr_get_name + 5692809
6   com.github.Electron.framework 	0x000000010b882f14 ares_dns_rr_get_name + 5431060
7   com.github.Electron.framework 	0x000000010a4a726c v8::internal::compiler::CompilationDependencies::FieldTypeDependencyOffTheRecord(v8::internal::compiler::MapRef, v8::internal::compiler::MapRef, v8::internal::InternalIndex, v8::internal::compiler::ObjectRef) const + 8056540
8   com.github.Electron.framework 	0x000000010b8fb18f ares_dns_rr_get_name + 5923215
9   libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
10  libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 10:: ThreadPoolSingleThreadSharedForegroundBlocking0
0   libsystem_kernel.dylib        	0x00007fff2077c29a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2077c60c mach_msg + 60
2   com.github.Electron.framework 	0x000000010b914b93 ares_dns_rr_get_name + 6028179
3   com.github.Electron.framework 	0x000000010b89b68c ares_dns_rr_get_name + 5531276
4   com.github.Electron.framework 	0x000000010b8e02ed ares_dns_rr_get_name + 5812973
5   com.github.Electron.framework 	0x000000010b8dedb6 ares_dns_rr_get_name + 5807542
6   com.github.Electron.framework 	0x000000010b8df9b4 ares_dns_rr_get_name + 5810612
7   com.github.Electron.framework 	0x000000010b8df66d ares_dns_rr_get_name + 5809773
8   com.github.Electron.framework 	0x000000010b8df55f ares_dns_rr_get_name + 5809503
9   com.github.Electron.framework 	0x000000010b8fb18f ares_dns_rr_get_name + 5923215
10  libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
11  libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 11:
0   libsystem_kernel.dylib        	0x00007fff2077c2d6 semaphore_wait_trap + 10
1   com.github.Electron.framework 	0x0000000107bb87a0 uv_sem_wait + 16
2   com.github.Electron.framework 	0x0000000107d742e3 v8::CodeEvent::GetScriptName() + 260659
3   libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
4   libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 12:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib        	0x00007fff2077c29a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2077c60c mach_msg + 60
2   com.github.Electron.framework 	0x000000010b914b93 ares_dns_rr_get_name + 6028179
3   com.github.Electron.framework 	0x000000010b89b68c ares_dns_rr_get_name + 5531276
4   com.github.Electron.framework 	0x000000010b8e02ed ares_dns_rr_get_name + 5812973
5   com.github.Electron.framework 	0x000000010b8dedb6 ares_dns_rr_get_name + 5807542
6   com.github.Electron.framework 	0x000000010b8df9b4 ares_dns_rr_get_name + 5810612
7   com.github.Electron.framework 	0x000000010b8df63d ares_dns_rr_get_name + 5809725
8   com.github.Electron.framework 	0x000000010b8df522 ares_dns_rr_get_name + 5809442
9   com.github.Electron.framework 	0x000000010b8fb18f ares_dns_rr_get_name + 5923215
10  libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
11  libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 13:: Voice
0   libsystem_kernel.dylib        	0x00007fff2077c29a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2077c60c mach_msg + 60
2   com.apple.audio.CoreAudio     	0x00007fff22305957 HALC_ProxyObject::HasProperty(AudioObjectPropertyAddress const&, bool&) const + 147
3   com.apple.audio.CoreAudio     	0x00007fff2223fde6 HALC_ShellObject::HasProperty(unsigned int, AudioObjectPropertyAddress const&, bool&) const + 672
4   com.apple.audio.CoreAudio     	0x00007fff220fb8e4 HAL_HardwarePlugIn_ObjectHasProperty(AudioHardwarePlugInInterface**, unsigned int, AudioObjectPropertyAddress const*) + 288
5   com.apple.audio.CoreAudio     	0x00007fff21fb660e HALPlugIn::ObjectHasProperty(HALObject const&, AudioObjectPropertyAddress const&) const + 36
6   com.apple.audio.CoreAudio     	0x00007fff21fb5e0e HALObject::AddPropertyListener(AudioObjectPropertyAddress const&, HALPropertyListener const&) + 562
7   com.apple.audio.CoreAudio     	0x00007fff2207d2be HALSystem::ObjectsPublishedAndDied(unsigned int, unsigned int const*, unsigned int, unsigned int const*) + 1158
8   com.apple.audio.CoreAudio     	0x00007fff2207e1fa HALSystem::AudioObjectsPublishedAndDied(AudioHardwarePlugInInterface**, unsigned int, unsigned int, unsigned int const*, unsigned int, unsigned int const*) + 142
9   com.apple.audio.CoreAudio     	0x00007fff220f7f8e HALC_ShellPlugIn::ReconcileDeviceList(bool, bool) + 280
10  com.apple.audio.CoreAudio     	0x00007fff220f8fb0 HALC_ShellPlugIn::ConnectToServer() + 194
11  com.apple.audio.CoreAudio     	0x00007fff220fb53d HAL_HardwarePlugIn_InitializeWithObjectID(AudioHardwarePlugInInterface**, unsigned int) + 392
12  com.apple.audio.CoreAudio     	0x00007fff21fb4b36 HALPlugInManagement::CreateHALPlugIn(HALCFPlugIn const*) + 1940
13  com.apple.audio.CoreAudio     	0x00007fff21fb3e9f HALSystem::InitializeDevices() + 3441
14  com.apple.audio.CoreAudio     	0x00007fff21fb252d HALSystem::CheckOutInstance() + 161
15  com.apple.audio.CoreAudio     	0x00007fff21fb6dfb AudioObjectGetPropertyDataSize + 166
16  com.apple.AVFCapture          	0x00007fff37aa64a1 +[AVCaptureHALDevice _refreshDevices] + 196
17  com.apple.AVFCapture          	0x00007fff37aa68a6 __39+[AVCaptureHALDevice _ensureDeviceList]_block_invoke + 28
18  libdispatch.dylib             	0x00007fff20607806 _dispatch_client_callout + 8
19  libdispatch.dylib             	0x00007fff2060898c _dispatch_once_callout + 20
20  com.apple.AVFCapture          	0x00007fff37aa6888 +[AVCaptureHALDevice _ensureDeviceList] + 35
21  com.apple.AVFCapture          	0x00007fff37aa6267 +[AVCaptureHALDevice devices] + 51
22  com.apple.AVFCapture          	0x00007fff37b36c05 +[AVCaptureDevice_Tundra _devicesWithAllowIOSMacEnvironment:] + 297
23  com.apple.AVFCapture          	0x00007fff37b36f50 +[AVCaptureDevice_Tundra devicesWithMediaType:] + 65
24  discord_voice.node            	0x000000015de02dad +[DiscordRTCCameraVideoCapturer captureDevices] + 45
25  discord_voice.node            	0x000000015eb17eaa discord::media::AVFoundationVideoCaptureSource::DeviceInfo::deviceCount() + 42
26  discord_voice.node            	0x000000015eb0737f discord::media::VideoInputDevicePoller::OnTick() + 47
27  discord_voice.node            	0x000000015eb0731e discord::media::VideoInputDevicePoller::VideoInputDevicePoller(std::__1::unique_ptr<discord::media::IVideoInputDeviceInfo, std::__1::default_delete<discord::media::IVideoInputDeviceInfo> >, std::__1::function<void (std::__1::vector<discord::media::VideoInputDeviceDescription, std::__1::allocator<discord::media::VideoInputDeviceDescription> >)>) + 318
28  discord_voice.node            	0x000000015ea8c6cc discord::media::Engine::Engine(std::__1::shared_ptr<discord::uv::ThreadedEventLoop>, std::__1::unique_ptr<discord::media::AdmFactory, std::__1::default_delete<discord::media::AdmFactory> >, discord::media::EngineConfig const&) + 1916
29  discord_voice.node            	0x000000015ea6932f std::__1::shared_ptr<discord::media::Engine> std::__1::allocate_shared[abi:v160006]<discord::media::Engine, std::__1::allocator<discord::media::Engine>, std::__1::shared_ptr<discord::uv::ThreadedEventLoop>&, std::__1::unique_ptr<discord::media::AdmFactoryDefault, std::__1::default_delete<discord::media::AdmFactoryDefault> >, discord::media::EngineConfig const&, void>(std::__1::allocator<discord::media::Engine> const&, std::__1::shared_ptr<discord::uv::ThreadedEventLoop>&, std::__1::unique_ptr<discord::media::AdmFactoryDefault, std::__1::default_delete<discord::media::AdmFactoryDefault> >&&, discord::media::EngineConfig const&) + 127
30  discord_voice.node            	0x000000015ea691d8 discord::MediaEngine::MediaEngine(std::__1::shared_ptr<discord::uv::ThreadedEventLoop>, discord::media::EngineConfig const&) + 72
31  discord_voice.node            	0x000000015ea6189e discord::uv::Task<Discord::Discord(DiscordConfig)::$_5>::Run() + 158
32  discord_voice.node            	0x000000015ea58c19 discord::uv::Executor::ExecutePending() + 297
33  com.github.Electron.framework 	0x0000000107bab5a7 uv_async_send + 1047
34  com.github.Electron.framework 	0x0000000107bbd86f uv_free_interface_addresses + 2495
35  com.github.Electron.framework 	0x0000000107babb25 uv_run + 485
36  discord_voice.node            	0x000000015ea596ea discord::uv::ThreadedEventLoop::ThreadMain(char const*, std::__1::promise<void>) + 218
37  discord_voice.node            	0x000000015ea5995d void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (discord::uv::ThreadedEventLoop::*)(char const*, std::__1::promise<void>), discord::uv::ThreadedEventLoop*, char const*, std::__1::promise<void> > >(void*) + 93
38  libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
39  libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 14:: VideoDevicePoll
0   libsystem_kernel.dylib        	0x00007fff20780c2a kevent + 10
1   com.github.Electron.framework 	0x0000000107bbd598 uv_free_interface_addresses + 1768
2   com.github.Electron.framework 	0x0000000107babb25 uv_run + 485
3   discord_voice.node            	0x000000015ea596ea discord::uv::ThreadedEventLoop::ThreadMain(char const*, std::__1::promise<void>) + 218
4   discord_voice.node            	0x000000015ea5995d void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (discord::uv::ThreadedEventLoop::*)(char const*, std::__1::promise<void>), discord::uv::ThreadedEventLoop*, char const*, std::__1::promise<void> > >(void*) + 93
5   libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
6   libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 15:: Utils
0   libsystem_kernel.dylib        	0x00007fff20780c2a kevent + 10
1   com.github.Electron.framework 	0x0000000107bbd598 uv_free_interface_addresses + 1768
2   com.github.Electron.framework 	0x0000000107babb25 uv_run + 485
3   discord_utils.node            	0x00000001153bc75a discord::uv::ThreadedEventLoop::ThreadMain(char const*, std::__1::promise<void>) + 218
4   discord_utils.node            	0x00000001153bc97d void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (discord::uv::ThreadedEventLoop::*)(char const*, std::__1::promise<void>), discord::uv::ThreadedEventLoop*, char const*, std::__1::promise<void> > >(void*) + 93
5   libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
6   libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 16:: AMCP Logging Spool
0   libsystem_kernel.dylib        	0x00007fff2077c2d6 semaphore_wait_trap + 10
1   com.apple.audio.caulk         	0x00007fff288718da caulk::mach::semaphore::wait_or_error() + 16
2   com.apple.audio.caulk         	0x00007fff2885e836 caulk::semaphore::timed_wait(double) + 110
3   com.apple.audio.caulk         	0x00007fff2885e784 caulk::concurrent::details::worker_thread::run() + 30
4   com.apple.audio.caulk         	0x00007fff2885e502 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 45
5   libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
6   libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 17:: Dispatch queue: com.apple.audio.proxy-event
0   libsystem_kernel.dylib        	0x00007fff2077ecbe __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff207b1e49 _pthread_cond_wait + 1298
2   com.apple.audio.CoreAudio     	0x00007fff224f5463 HALB_Guard::Wait() + 171
3   com.apple.audio.CoreAudio     	0x00007fff222c3869 HALC_ShellInfo::WaitForCurrentProcessInitialized() + 53
4   com.apple.audio.CoreAudio     	0x00007fff224fdc8f _XObject_PropertyListener + 187
5   com.apple.audio.CoreAudio     	0x00007fff224fe85c HALB_MIGClient_server + 79
6   libdispatch.dylib             	0x00007fff206202f8 dispatch_mig_server + 350
7   com.apple.audio.CoreAudio     	0x00007fff224e9a65 invocation function for block in HALB_DispatchQueue::InstallMIGServer(unsigned int, unsigned int, unsigned int (*)(mach_msg_header_t*, mach_msg_header_t*)) + 42
8   libdispatch.dylib             	0x00007fff20607806 _dispatch_client_callout + 8
9   libdispatch.dylib             	0x00007fff2060a1b0 _dispatch_continuation_pop + 423
10  libdispatch.dylib             	0x00007fff2061a564 _dispatch_source_invoke + 2061
11  libdispatch.dylib             	0x00007fff2060d493 _dispatch_lane_serial_drain + 263
12  libdispatch.dylib             	0x00007fff2060e0e0 _dispatch_lane_invoke + 417
13  libdispatch.dylib             	0x00007fff20616818 _dispatch_root_queue_drain + 326
14  libdispatch.dylib             	0x00007fff20616614 _dispatch_worker_thread + 218
15  libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
16  libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 18:
0   libsystem_kernel.dylib        	0x00007fff2077c2ee semaphore_timedwait_trap + 10
1   libdispatch.dylib             	0x00007fff20607d15 _dispatch_sema4_timedwait + 72
2   libdispatch.dylib             	0x00007fff20608145 _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib             	0x00007fff20616656 _dispatch_worker_thread + 284
4   libsystem_pthread.dylib       	0x00007fff207b18fc _pthread_start + 224
5   libsystem_pthread.dylib       	0x00007fff207ad443 thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000  rbx: 0x0000000115304e00  rcx: 0x00007ffee8473778  rdx: 0x0000000000000000
rdi: 0x0000000000000103  rsi: 0x0000000000000006  rbp: 0x00007ffee84737a0  rsp: 0x00007ffee8473778
 r8: 0x0000012800a01000   r9: 0x00000000000009a0  r10: 0x0000000000000000  r11: 0x0000000000000246
r12: 0x0000000000000103  r13: 0x0000000000000005  r14: 0x0000000000000006  r15: 0x0000000000000016
rip: 0x00007fff2078290e  rfl: 0x0000000000000246  cr2: 0x000000011539f000

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

Thread 0 instruction stream not available.

Thread 0 last branch register state not available.


Binary Images:
     0x107787000 -        0x107796fff +com.hnc.Discord.helper.(Renderer) (???) <4C4C4404-5555-3144-A1FF-C2D6B9DDDBE5> /Applications/Discord.app/Contents/Frameworks/Discord Helper (Renderer).app/Contents/MacOS/Discord Helper (Renderer)
     0x1077a7000 -        0x1114bcfff +com.github.Electron.framework (32.0.0+wcus) <4C4C444C-5555-3144-A1C3-17315EF8A5B0> /Applications/Discord.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
     0x111f7e000 -        0x111f92fff +com.github.Squirrel (1.0 - 1) <4C4C4497-5555-3144-A142-21B738D02884> /Applications/Discord.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel
     0x111fa8000 -        0x111fe9fff +com.electron.reactive (3.1.0 - 0.0.0) <4C4C443F-5555-3144-A19B-25C9CC323E38> /Applications/Discord.app/Contents/Frameworks/ReactiveObjC.framework/Versions/A/ReactiveObjC
     0x11200a000 -        0x112015fff +org.mantle.Mantle (1.0 - 0.0.0) <4C4C4445-5555-3144-A1D8-3A8969200624> /Applications/Discord.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle
     0x112025000 -        0x112372fff +libffmpeg.dylib (0) <4C4C440D-5555-3144-A14E-EC184ADBAD32> /Applications/Discord.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib
     0x115004000 -        0x115110fff +libopenh264.6.dylib (0) <AE28EB6C-B372-3C03-A710-66EEE9981F96> /Users/USER/Library/Application Support/discord/*/libopenh264.6.dylib
     0x11515b000 -        0x11515efff +notificationstate.node (0) <735142AD-4087-3CDA-A136-69DB4A27C291> /Users/USER/Library/Application Support/discord/*/notificationstate.node
     0x11516f000 -        0x115173fff +com.parallels.DisableCameraDAL (3.1.1 - 2313) <B82A3279-19FD-3D24-B20D-DCA47AE14A9C> /Library/CoreMediaIO/*/!DisableCameraDAL.plugin/Contents/MacOS/!DisableCameraDAL
     0x11517c000 -        0x11519bfff  com.apple.cmio.DAL.AppleCamera (400.7.6 - AppleCameraDeviceAbstractionLayer-7.6.0) <27A7525D-DE7D-3E18-8AC1-6AF217335FF1> /System/Library/Frameworks/CoreMediaIO.framework/Resources/AppleCamera.plugin/Contents/MacOS/AppleCamera
     0x11522d000 -        0x1152c8fff  dyld (852.2) <BD607394-9008-33B9-B98B-A5886668E52C> /usr/lib/dyld
     0x115345000 -        0x1153c0fff +discord_utils.node (???) <6AFCC87E-3FF9-3AE7-ACF8-D5A92C7FC10B> /Users/USER/Library/Application Support/discord/*/discord_utils.node
     0x115421000 -        0x115464fff  com.apple.cmio.DAL.VDC-4 (810.0 - 267.140.1) <ADEF9147-16AF-31E2-9865-24DC7903B6F7> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
     0x115491000 -        0x1154a8fff  com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <85515CF8-ACB2-33F1-9B75-5F43ADED29DB> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
     0x1154bd000 -        0x1154c4fff  com.apple.audio.AppleHDAHALPlugIn (283.15 - 283.15) <5C9A97D6-9A6B-3F33-8C10-C663723B1AE5> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
     0x15dd60000 -        0x15eef3fff +discord_voice.node (???) <41F2D7E9-DBA0-3753-B350-1500F174FE55> /Users/USER/Library/Application Support/discord/*/discord_voice.node
     0x15f998000 -        0x160153fff +libmediapipe.dylib (0) <3A0FEFB6-6AAD-3C85-948A-251DF4E2686E> /Users/USER/Library/Application Support/discord/*/libmediapipe.dylib
  0x7fff204e9000 -     0x7fff204eafff  libsystem_blocks.dylib (79) <F5B25F38-FC21-3BF5-A147-3B913DA098BE> /usr/lib/system/libsystem_blocks.dylib
  0x7fff204eb000 -     0x7fff20520fff  libxpc.dylib (2038.120.1.701.2) <151C64CA-CA6F-3989-A558-796EB6ED0C11> /usr/lib/system/libxpc.dylib
  0x7fff20521000 -     0x7fff20538fff  libsystem_trace.dylib (1277.120.1) <1F20357C-395F-3095-B525-AD9403290A92> /usr/lib/system/libsystem_trace.dylib
  0x7fff20539000 -     0x7fff205d6fff  libcorecrypto.dylib (1000.140.4) <BDD3FF5E-34F8-3AC0-A05C-F9AC17C88BBF> /usr/lib/system/libcorecrypto.dylib
  0x7fff205d7000 -     0x7fff20603fff  libsystem_malloc.dylib (317.140.5) <3AB4C7E9-C49C-3EB7-9370-370F3F655024> /usr/lib/system/libsystem_malloc.dylib
  0x7fff20604000 -     0x7fff20648fff  libdispatch.dylib (1271.120.2) <5D824C33-C5E2-38A8-BD00-D934443DBDAB> /usr/lib/system/libdispatch.dylib
  0x7fff20649000 -     0x7fff20682fff  libobjc.A.dylib (824.1) <A0961DED-3477-3856-A6BC-CFE2475CB2F4> /usr/lib/libobjc.A.dylib
  0x7fff20683000 -     0x7fff20685fff  libsystem_featureflags.dylib (28.60.1) <2BAC8770-AFC8-3FE2-B6C6-27CE44B2B2BA> /usr/lib/system/libsystem_featureflags.dylib
  0x7fff20686000 -     0x7fff2070efff  libsystem_c.dylib (1439.141.1) <BC8BCEEA-CA52-32C7-9FF5-E444CF9EF66A> /usr/lib/system/libsystem_c.dylib
  0x7fff2070f000 -     0x7fff20764fff  libc++.1.dylib (905.6) <5BA6B5ED-7842-3B13-86B0-00EB511CE2FE> /usr/lib/libc++.1.dylib
  0x7fff20765000 -     0x7fff2077afff  libc++abi.dylib (905.6) <B96FC1DD-0056-3E11-862A-C0BB8239FEA0> /usr/lib/libc++abi.dylib
  0x7fff2077b000 -     0x7fff207aafff  libsystem_kernel.dylib (7195.141.49.702.12) <BA061E84-6D44-3037-832D-E86D783FA917> /usr/lib/system/libsystem_kernel.dylib
  0x7fff207ab000 -     0x7fff207b6fff  libsystem_pthread.dylib (454.120.2.700.1) <409239A7-2E4E-31C7-87EB-EE50B7981204> /usr/lib/system/libsystem_pthread.dylib
  0x7fff207b7000 -     0x7fff207f2fff  libdyld.dylib (852.2) <FD8DB5BC-F199-3524-9DC4-DAEC0E94712F> /usr/lib/system/libdyld.dylib
  0x7fff207f3000 -     0x7fff207fcfff  libsystem_platform.dylib (254.80.2) <52A77346-8AA5-3BB7-906D-C7503B491CF9> /usr/lib/system/libsystem_platform.dylib
  0x7fff207fd000 -     0x7fff20828fff  libsystem_info.dylib (542.40.4) <406353B2-E48A-3D20-B08F-0AB26ED8A0B3> /usr/lib/system/libsystem_info.dylib
  0x7fff20829000 -     0x7fff20cc6fff  com.apple.CoreFoundation (6.9 - 1778.105) <B4B8042A-9415-3F26-91AC-735C968B0D95> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
  0x7fff20cc7000 -     0x7fff20efefff  com.apple.LaunchServices (1122.45 - 1122.45) <42ED2E08-904B-3B62-B0B6-DACBE4988AAB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
  0x7fff20eff000 -     0x7fff20fd3fff  com.apple.gpusw.MetalTools (1.0 - 1) <72285C8A-5F98-31A0-9CA1-30CF4387584B> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
  0x7fff20fd4000 -     0x7fff21230fff  libBLAS.dylib (1336.140.1) <D4B16233-BAE7-3D63-BB59-5DCEC63345EB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
  0x7fff21231000 -     0x7fff2127efff  com.apple.Lexicon-framework (1.0 - 86.2) <09EC8AE4-7FC7-3D2D-A6DD-C484B664B1D5> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
  0x7fff2127f000 -     0x7fff212edfff  libSparse.dylib (106) <0FD77742-B7DB-3296-9D0F-0DEF7EB4FF7D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
  0x7fff212ee000 -     0x7fff2136bfff  com.apple.SystemConfiguration (1.20 - 1.20) <D59BEA1F-BD5D-383A-8977-64F5B72F16C4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
  0x7fff2136c000 -     0x7fff213a0fff  libCRFSuite.dylib (50) <2DADF4F9-0BD3-33CF-9939-979E69F2453C> /usr/lib/libCRFSuite.dylib
  0x7fff213a1000 -     0x7fff215d9fff  libmecabra.dylib (929.10) <58AA4922-A668-3165-802C-5FB4DF848E40> /usr/lib/libmecabra.dylib
  0x7fff215da000 -     0x7fff21938fff  com.apple.Foundation (6.9 - 1778.105) <4F4709DD-C198-3AA1-86A0-71D2F2FDD65D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
  0x7fff21939000 -     0x7fff21a21fff  com.apple.LanguageModeling (1.0 - 247.3) <EAAF99AF-2D5F-3EC5-B7F7-41D7236A09F3> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
  0x7fff21a22000 -     0x7fff21b58fff  com.apple.CoreDisplay (237.4 - 237.4) <CDD47724-D213-3665-BD34-A51F374AE94F> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
  0x7fff21b59000 -     0x7fff21dc9fff  com.apple.audio.AudioToolboxCore (1.0 - 1181.72.5) <541A108B-D52C-3F7B-B004-F31E16243BAF> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
  0x7fff21dca000 -     0x7fff21faffff  com.apple.CoreText (677.6.0.4 - 677.6.0.4) <1E81E372-02B3-3E9C-BB48-33DC80E49158> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
  0x7fff21fb0000 -     0x7fff22641fff  com.apple.audio.CoreAudio (5.0 - 5.0) <A5ED9C97-E177-388F-AED8-D760C6963377> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
  0x7fff22642000 -     0x7fff22999fff  com.apple.security (7.0 - 59754.141.1.702.3) <5A52B8E8-B1AF-3F29-AC97-5DBEE8C6A6AC> /System/Library/Frameworks/Security.framework/Versions/A/Security
  0x7fff2299a000 -     0x7fff22bf9fff  libicucore.A.dylib (66112.1) <9F2A881A-25DA-3386-9DCE-D2B67C2A4141> /usr/lib/libicucore.A.dylib
  0x7fff22bfa000 -     0x7fff22c03fff  libsystem_darwin.dylib (1439.141.1) <75592BEC-777B-381F-8C07-15B8A4C712A7> /usr/lib/system/libsystem_darwin.dylib
  0x7fff22c04000 -     0x7fff22eeffff  com.apple.CoreServices.CarbonCore (1307.3 - 1307.3) <76566083-9F9C-3055-812A-079693A69D32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
  0x7fff22f2f000 -     0x7fff22f69fff  com.apple.CSStore (1122.45 - 1122.45) <65919E05-BE7E-39AC-8768-B32E41E325C0> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
  0x7fff22f6a000 -     0x7fff23018fff  com.apple.framework.IOKit (2.0.2 - 1845.120.6) <A395F442-1253-3CA9-953F-7A235EEB7F67> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
  0x7fff23019000 -     0x7fff23024fff  libsystem_notify.dylib (279.40.4) <02E22D9D-01E2-361C-BB9A-B5BE18D28280> /usr/lib/system/libsystem_notify.dylib
  0x7fff23025000 -     0x7fff23072fff  libsandbox.1.dylib (1441.141.13.701.2) <2ABD4C26-BAB5-3E5E-AC6A-57D8B8808707> /usr/lib/libsandbox.1.dylib
  0x7fff23073000 -     0x7fff23dbefff  com.apple.AppKit (6.9 - 2022.70.111) <FA68A033-FD64-3F0B-8869-5C42CB9C6BE4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
  0x7fff23dbf000 -     0x7fff2400dfff  com.apple.UIFoundation (1.0 - 729) <55B6D90D-A0ED-38D7-B858-1068A31C1C09> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
  0x7fff2400e000 -     0x7fff24020fff  com.apple.UniformTypeIdentifiers (637 - 637) <CD0F9B05-DF9A-3961-AAF8-78A0A63C9BA9> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
  0x7fff24021000 -     0x7fff241abfff  com.apple.desktopservices (1.21 - 1346.6.1) <CC3C6040-8A52-3BF9-8E70-92F71F6A3E45> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
  0x7fff241ac000 -     0x7fff241befff  com.apple.metadata.SpotlightLinguistics (1.0 - 1) <B53397FA-799D-3524-B806-F8A312732F6C> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/Versions/A/SpotlightLinguistics
  0x7fff241bf000 -     0x7fff243cdfff  com.apple.CoreDuet (1.0 - 1) <102D2F72-2F9C-38F5-80E1-49C201300A5F> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
  0x7fff2448b000 -     0x7fff24b11fff  libnetwork.dylib (2288.140.9) <2DE517EE-E318-366B-A7FA-AD5F62D007CB> /usr/lib/libnetwork.dylib
  0x7fff24b12000 -     0x7fff24faffff  com.apple.CFNetwork (1240.0.4.5 - 1240.0.4.5) <83B8DEAA-82EE-36DD-ADF8-45E8A807BC21> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
  0x7fff24fb0000 -     0x7fff24fbefff  libsystem_networkextension.dylib (1295.140.4.701.1) <9C5A85AC-C593-34FD-8481-5CFC05DE3897> /usr/lib/system/libsystem_networkextension.dylib
  0x7fff24fbf000 -     0x7fff24fbffff  libenergytrace.dylib (22.100.1) <EDE247D7-22AC-3339-AC3E-04A5BD13E3F2> /usr/lib/libenergytrace.dylib
  0x7fff24fc0000 -     0x7fff2501cfff  libMobileGestalt.dylib (978.140.1) <AC0BF1F3-5052-3FD8-808D-CBF55B3F7551> /usr/lib/libMobileGestalt.dylib
  0x7fff2501d000 -     0x7fff25033fff  libsystem_asl.dylib (385.0.2) <88F4051D-1CF5-314E-A952-247C38996E16> /usr/lib/system/libsystem_asl.dylib
  0x7fff25034000 -     0x7fff2504cfff  com.apple.TCC (1.0 - 1) <898C8BE6-EBC0-3BEB-B898-2EF336802530> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
  0x7fff2504d000 -     0x7fff253b2fff  com.apple.SkyLight (1.600.0 - 588.11) <370EFABF-8439-32C8-9136-0CB058CEE1A1> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
  0x7fff253b3000 -     0x7fff25a3cfff  com.apple.CoreGraphics (2.0 - 1463.19.1) <C911B812-7401-3EAF-B365-A9B7B98B708A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
  0x7fff25a3d000 -     0x7fff25b34fff  com.apple.ColorSync (4.13.0 - 3473.8.1) <B66E5ABE-B72B-3607-8FB6-3CE54142829A> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
  0x7fff25b35000 -     0x7fff25b90fff  com.apple.HIServices (1.22 - 716) <76A6ECCF-9098-3A1F-A80B-40408A9AA4A5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
  0x7fff25b91000 -     0x7fff25bcffff  libAWDSupport.dylib (951) <758C0463-6323-3B76-9D92-37C26C4178A9> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
  0x7fff25bd0000 -     0x7fff25c2cfff  libprotobuf.dylib (4205) <E1611FD4-CB89-3D49-B554-096ED2167962> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
  0x7fff25c2d000 -     0x7fff25c3efff  libprotobuf-lite.dylib (4205) <77BFA379-7758-3628-8107-5074868900CD> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
  0x7fff25c3f000 -     0x7fff25c83fff  com.apple.awd (1.0 - 951) <210CC356-8739-37DD-8255-09E127CDECAC> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
  0x7fff25c84000 -     0x7fff25e44fff  com.apple.Montreal (1.0 - 142) <71C7DCBC-9BF6-33C7-A61A-F9D78010FCDB> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
  0x7fff25e45000 -     0x7fff25f36fff  com.apple.NLP (1.0 - 210.2) <544F1210-0A46-3496-83BD-099600AB5532> /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP
  0x7fff25f37000 -     0x7fff26356fff  com.apple.CoreData (120 - 1048) <6D7D0B7E-7646-3F79-8108-0C1D11821749> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
  0x7fff26357000 -     0x7fff2636cfff  com.apple.ProtocolBuffer (1 - 285.24.10.20.1) <6EC4B8BC-C44A-3211-A0B5-A7298518231B> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
  0x7fff2636d000 -     0x7fff26521fff  libsqlite3.dylib (321.4) <2CBF5CD2-BECF-331B-904C-A88A54C6F6ED> /usr/lib/libsqlite3.dylib
  0x7fff26522000 -     0x7fff2659efff  com.apple.Accounts (113 - 113) <1021C0F9-F834-33DB-A66D-EE4391C58740> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
  0x7fff2659f000 -     0x7fff265b6fff  com.apple.commonutilities (8.0 - 900) <4D28711F-3425-31EB-A9D5-3FA489461EA3> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
  0x7fff265b7000 -     0x7fff26636fff  com.apple.BaseBoard (526 - 526) <8ABD1C28-584C-33E7-8BE8-4EFC5EEF1575> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
  0x7fff26637000 -     0x7fff2667ffff  com.apple.RunningBoardServices (1.0 - 505.100.9) <BE0AEF0C-A31A-32F1-8157-9560A1A24633> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
  0x7fff26680000 -     0x7fff266f4fff  com.apple.AE (918.6 - 918.6) <677BFC57-B830-3090-9470-A21CB2A77C76> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
  0x7fff266f5000 -     0x7fff266fbfff  libdns_services.dylib (1310.140.1) <EABE9A6A-96DE-3A2E-B0E0-17F277A65757> /usr/lib/libdns_services.dylib
  0x7fff266fc000 -     0x7fff26703fff  libsystem_symptoms.dylib (1431.140.1) <E9CB193F-260B-3835-B76E-A2209343FA1E> /usr/lib/system/libsystem_symptoms.dylib
  0x7fff26704000 -     0x7fff2688ffff  com.apple.Network (1.0 - 1) <6A3C9CBC-DE8E-3D0A-BA52-316E70255DCD> /System/Library/Frameworks/Network.framework/Versions/A/Network
  0x7fff26890000 -     0x7fff268bffff  com.apple.analyticsd (1.0 - 1) <23CB7B45-967B-37B3-AF21-21B4885790CC> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
  0x7fff268c0000 -     0x7fff268c2fff  libDiagnosticMessagesClient.dylib (112) <8CE0D64A-597F-3048-80C3-590D866D067A> /usr/lib/libDiagnosticMessagesClient.dylib
  0x7fff268c3000 -     0x7fff2690ffff  com.apple.spotlight.metadata.utilities (1.0 - 2150.30) <9B61E5D5-27C3-3282-A650-A2D15FA76FF7> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
  0x7fff26910000 -     0x7fff269aafff  com.apple.Metadata (10.7.0 - 2150.30) <FEBC2256-7D84-3F2E-A770-A8665F62E20A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
  0x7fff269ab000 -     0x7fff269b1fff  com.apple.DiskArbitration (2.7 - 2.7) <21325211-A5F7-3AB9-BDFE-6B6DC06E587E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
  0x7fff269b2000 -     0x7fff27019fff  com.apple.vImage (8.1 - 544.6) <1DD123D7-ACC3-3FCB-838E-C91C6E4D31B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
  0x7fff2701a000 -     0x7fff272f7fff  com.apple.QuartzCore (1.11 - 927.24) <C2F144F0-B972-390B-B0DC-51B79F3B4DF2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
  0x7fff272f8000 -     0x7fff27339fff  libFontRegistry.dylib (309.0.0.2) <D13D1774-9FC2-3A3B-BFD0-8ABFAF9AE1E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
  0x7fff2733a000 -     0x7fff2747afff  com.apple.coreui (2.1 - 692.1) <0E2AE064-FD25-31B4-97EC-BA0AC0C16169> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
  0x7fff2747b000 -     0x7fff27566fff  com.apple.ViewBridge (553.1 - 553.1) <AC1840D6-7482-385E-ABDF-5BE8DC38C612> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
  0x7fff27567000 -     0x7fff27572fff  com.apple.PerformanceAnalysis (1.278.3 - 278.3) <24DDF51B-8405-30AF-9879-5172C325BF0C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
  0x7fff27573000 -     0x7fff27582fff  com.apple.OpenDirectory (11.7 - 230.40.1) <B7BB547E-B00F-37B3-A4A8-AF414F029E64> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
  0x7fff27583000 -     0x7fff275a2fff  com.apple.CFOpenDirectory (11.7 - 230.40.1) <E4682D99-DD7C-3C74-A0A1-E561B6E616C6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
  0x7fff275a3000 -     0x7fff275affff  com.apple.CoreServices.FSEvents (1290.120.6 - 1290.120.6) <78184C84-4633-3867-AACD-8F0256F40D5A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
  0x7fff275b0000 -     0x7fff275d4fff  com.apple.coreservices.SharedFileList (144 - 144) <243CAB7D-EA1A-3322-9833-B4B24F63AB3E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
  0x7fff275d5000 -     0x7fff275d7fff  libapp_launch_measurement.dylib (14.1) <2AE731D8-757E-3A23-8375-9D266B762CC3> /usr/lib/libapp_launch_measurement.dylib
  0x7fff275d8000 -     0x7fff2761ffff  com.apple.CoreAutoLayout (1.0 - 21.10.1) <32846C89-8FED-3225-B370-34FB1DA82A85> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
  0x7fff27620000 -     0x7fff27702fff  libxml2.2.dylib (34.26) <29CE75F5-D4D3-35BD-9B89-3B8970980C55> /usr/lib/libxml2.2.dylib
  0x7fff27703000 -     0x7fff27750fff  com.apple.CoreVideo (1.8 - 0.0) <FE8A9F52-4140-36D8-BE09-800E75857EAD> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
  0x7fff27751000 -     0x7fff27753fff  com.apple.loginsupport (1.0 - 1) <FF0F8335-44A1-30C6-A005-5B50FAEC72CF> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
  0x7fff27754000 -     0x7fff2777bfff  com.apple.aps.framework (4.0 - 4.0) <AB586FD6-9C10-323B-A585-DCB42153B8E2> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
  0x7fff2777c000 -     0x7fff27797fff  com.apple.UserManagement (1.0 - 1) <DCDC3E80-E995-3091-A68C-957984CB100B> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
  0x7fff27798000 -     0x7fff27929fff  com.apple.cloudkit.CloudKit (990 - 990) <732C028A-288F-3DCB-AE2A-591E60F0D5C8> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
  0x7fff2792a000 -     0x7fff279abfff  com.apple.CloudDocs (1.0 - 738.3.0.700.2) <9449D523-D7DE-3E0C-9448-C82960261D69> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
  0x7fff279ac000 -     0x7fff27d3bfff  com.apple.CoreML (1.0 - 1) <923DFBD2-EF2B-3B39-9E10-4A4070EBA2EC> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
  0x7fff27d3c000 -     0x7fff2868dfff  libwebrtc.dylib (7611.3.10.1.19) <F5BB1895-5853-31AE-A3CB-9C0578423D3C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
  0x7fff2868e000 -     0x7fff2870afff  com.apple.corelocation (2420.19.23 - 2420.19.23) <958D7B80-9E0B-31A4-A5ED-DCB20F4A571C> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
  0x7fff2870b000 -     0x7fff2871bfff  libsystem_containermanager.dylib (318.100.4.700.1) <45445167-AFC7-3406-A858-9AE8D8F45907> /usr/lib/system/libsystem_containermanager.dylib
  0x7fff2871c000 -     0x7fff2872dfff  com.apple.IOSurface (290.8.2 - 290.8.2) <B98B7126-FFF8-343F-BE66-32212DE3BEBE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
  0x7fff2872e000 -     0x7fff28737fff  com.apple.IOAccelerator (442.10 - 442.10) <19FBA808-F918-3BB2-BE78-A1B0D10D724D> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
  0x7fff28738000 -     0x7fff2885bfff  com.apple.Metal (244.303 - 244.303) <A9397F90-E221-397B-BA10-B52135A72D68> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
  0x7fff2885c000 -     0x7fff28878fff  com.apple.audio.caulk (1.0 - 70) <A8D1B95D-91AF-3FF5-9CD7-93661045C83A> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
  0x7fff28879000 -     0x7fff28963fff  com.apple.CoreMedia (1.0 - 2780.10.4.1.1) <237F9A0B-FE1F-3E4D-BE4D-8E27989EA845> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
  0x7fff28964000 -     0x7fff28ac0fff  libFontParser.dylib (305.6.0.6) <E2A105F9-8B39-3A45-94CE-6BF2DB31EB25> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
  0x7fff28ac1000 -     0x7fff28dbcfff  com.apple.HIToolbox (2.1.1 - 1062) <621A473B-BE8A-3381-970A-25F253BE208A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
  0x7fff28dbd000 -     0x7fff28dd0fff  com.apple.framework.DFRFoundation (1.0 - 267) <C10A9E83-76B8-35E7-9604-F29855DD76D8> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
  0x7fff28dd1000 -     0x7fff28dd4fff  com.apple.dt.XCTTargetBootstrap (1.0 - 18119.2) <41D5117E-E262-3638-B01E-494487E7DB39> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
  0x7fff28dd5000 -     0x7fff28dfefff  com.apple.CoreSVG (1.0 - 149) <6215F1BD-17B3-3B6E-8FB1-3C0AD5AD3C26> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
  0x7fff28dff000 -     0x7fff2903cfff  com.apple.ImageIO (3.3.0 - 2130.16.2) <15C8679A-DFE6-3664-977F-A82A97FD59C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
  0x7fff2903d000 -     0x7fff293b8fff  com.apple.CoreImage (16.3.0 - 1140.2) <3C2DE86C-89FA-3EC1-ACFE-6BE95F54B123> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
  0x7fff293b9000 -     0x7fff2941ffff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <02F2E0C6-0C0F-3390-A63B-189832967015> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
  0x7fff29420000 -     0x7fff29423fff  libsystem_configuration.dylib (1109.140.1) <53B71513-3009-3A8C-A5AA-9C15DD0AB54E> /usr/lib/system/libsystem_configuration.dylib
  0x7fff29424000 -     0x7fff29428fff  libsystem_sandbox.dylib (1441.141.13.701.2) <1E19BC49-484C-32BB-8BB7-99D41C63F86E> /usr/lib/system/libsystem_sandbox.dylib
  0x7fff29429000 -     0x7fff2942afff  com.apple.AggregateDictionary (1.0 - 1) <CD5E6E8F-7AB6-345E-9243-D5D674DC0225> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
  0x7fff2942b000 -     0x7fff2942efff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <15CBB967-FAAE-3A22-A87F-4833A9D835E3> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
  0x7fff2942f000 -     0x7fff29430fff  liblangid.dylib (136) <D6DDBEB6-7A9A-3F00-8DEF-18934CFC0A08> /usr/lib/liblangid.dylib
  0x7fff29431000 -     0x7fff294d5fff  com.apple.CoreNLP (1.0 - 245.2) <F40C2289-9A6D-3C55-A6DA-FFAD41636415> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
  0x7fff294d6000 -     0x7fff294dcfff  com.apple.LinguisticData (1.0 - 399) <E6DC793D-3133-3D9B-BCF8-E4A628E45586> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
  0x7fff294dd000 -     0x7fff29b85fff  libBNNS.dylib (288.100.5) <1E45AC70-6C75-3F27-9252-40DF6B2D674A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
  0x7fff29b86000 -     0x7fff29d58fff  libvDSP.dylib (760.100.3) <7F1276C0-C9F6-3C6F-A0F7-1EB4EA666BD8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
  0x7fff29d59000 -     0x7fff29d6afff  com.apple.CoreEmoji (1.0 - 128.4) <011AA15B-6988-3F36-81A3-2B52B561D6E0> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
  0x7fff29d6b000 -     0x7fff29d75fff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <28991DA2-1726-3F77-A9C5-4BB5AAEFA166> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
  0x7fff29d76000 -     0x7fff29e48fff  com.apple.framework.CoreWLAN (16.0 - 1657) <EE71D82C-D346-324E-9F86-D9AC7228F000> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
  0x7fff29e49000 -     0x7fff2a04afff  com.apple.CoreUtils (6.6 - 660.37) <AFBD39B7-ACE2-3DF2-9110-881D940BD4B5> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
  0x7fff2a04b000 -     0x7fff2a06dfff  com.apple.MobileKeyBag (2.0 - 1.0) <104A49DA-4F43-3D53-B537-F28E10F0C4E4> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
  0x7fff2a06e000 -     0x7fff2a07efff  com.apple.AssertionServices (1.0 - 505.100.9) <1B805E53-D42F-3019-88F0-64D3BD287DDB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
  0x7fff2a07f000 -     0x7fff2a10afff  com.apple.securityfoundation (6.0 - 55240.40.4) <D1E23625-27EF-37F4-93B8-E3162C1943BA> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
  0x7fff2a10b000 -     0x7fff2a114fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <8CF5B495-3026-3CE1-9EFC-8D7D71380A43> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
  0x7fff2a115000 -     0x7fff2a119fff  com.apple.xpc.ServiceManagement (1.0 - 1) <D561E8B7-690C-3D18-A1E8-C4B01B8B9C11> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
  0x7fff2a11a000 -     0x7fff2a11cfff  libquarantine.dylib (119.40.4) <21C63859-6DFB-3463-9ADF-BB44FB28067C> /usr/lib/system/libquarantine.dylib
  0x7fff2a11d000 -     0x7fff2a128fff  libCheckFix.dylib (31) <1C2B822D-29D6-36E2-BBA3-F72DE49E038B> /usr/lib/libCheckFix.dylib
  0x7fff2a129000 -     0x7fff2a140fff  libcoretls.dylib (169.100.1) <FC8265A0-9659-35D9-BA6F-6507A44742FE> /usr/lib/libcoretls.dylib
  0x7fff2a141000 -     0x7fff2a151fff  libbsm.0.dylib (68.40.1) <0CF67F8A-268D-320A-A3A4-D7C2D9AB8027> /usr/lib/libbsm.0.dylib
  0x7fff2a152000 -     0x7fff2a19bfff  libmecab.dylib (929.10) <47A982DF-1436-366E-AC45-1DA068832AED> /usr/lib/libmecab.dylib
  0x7fff2a19c000 -     0x7fff2a1a1fff  libgermantok.dylib (24) <189F508A-723B-345D-918F-178CF15077F3> /usr/lib/libgermantok.dylib
  0x7fff2a1a2000 -     0x7fff2a1b7fff  libLinearAlgebra.dylib (1336.140.1) <27358E5F-256F-309F-AAC8-BAC4A56C7BF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
  0x7fff2a1b8000 -     0x7fff2a3d6fff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <B7F8218A-2DA2-35A4-9200-3BD52CCF125C> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
  0x7fff2a3d7000 -     0x7fff2a426fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <3993AC67-62B4-3E49-B5BF-E8F814CE6C97> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
  0x7fff2a427000 -     0x7fff2a588fff  com.apple.MLCompute (1.0 - 1) <6026D664-0453-321F-81FE-A40AD902849E> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
  0x7fff2a589000 -     0x7fff2a5bffff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <A194A321-8DD9-3051-97EC-3C4630946007> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
  0x7fff2a5c0000 -     0x7fff2a616fff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <A72429D4-3BED-34DD-BEDE-322A0975A8BC> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
  0x7fff2a617000 -     0x7fff2a6a7fff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <0B333F06-FAD5-3689-9017-15334AD4F51C> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
  0x7fff2a6a8000 -     0x7fff2a6b7fff  com.apple.AppleFSCompression (125 - 1.0) <1C5279EE-8F78-386E-9E4D-24A3785CACA2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
  0x7fff2a6b8000 -     0x7fff2a6c4fff  libbz2.1.0.dylib (44) <6E82D414-3810-36CF-94FF-B1BDF48DB501> /usr/lib/libbz2.1.0.dylib
  0x7fff2a6c5000 -     0x7fff2a6c9fff  libsystem_coreservices.dylib (127.1) <6D84FA08-CB2B-34E1-9AB4-A54E82CB9161> /usr/lib/system/libsystem_coreservices.dylib
  0x7fff2a6ca000 -     0x7fff2a6f7fff  com.apple.CoreServices.OSServices (1122.45 - 1122.45) <097586DB-22C5-323A-BC5C-5AF75613846D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
  0x7fff2a6f8000 -     0x7fff2a827fff  com.apple.AuthKit (1.0 - 1) <C678E6CB-DAE9-3AD0-9AA2-9D192426C184> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
  0x7fff2a828000 -     0x7fff2a856fff  com.apple.UserNotifications (1.0 - 348.5) <6A934689-A2B7-3E21-A523-CE1534B5D58B> /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications
  0x7fff2a857000 -     0x7fff2a8c5fff  com.apple.CoreSpotlight (1.0 - 2150.30) <762E2FF0-0475-3E9A-8D03-736425D1759A> /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight
  0x7fff2a8c6000 -     0x7fff2a8d8fff  libz.1.dylib (76.140.1) <A2FF8D14-1632-3047-9829-CC90239F97FF> /usr/lib/libz.1.dylib
  0x7fff2a8d9000 -     0x7fff2a920fff  libsystem_m.dylib (3186.100.3) <1836B380-C579-3195-BC3F-77404D432186> /usr/lib/system/libsystem_m.dylib
  0x7fff2a921000 -     0x7fff2a921fff  libcharset.1.dylib (59) <3A46C22D-E678-356B-9BAD-6E837704D662> /usr/lib/libcharset.1.dylib
  0x7fff2a922000 -     0x7fff2a927fff  libmacho.dylib (980) <F7BDAFE5-4E49-39DD-8F94-CD5E49C91A90> /usr/lib/system/libmacho.dylib
  0x7fff2a928000 -     0x7fff2a943fff  libkxld.dylib (7195.141.49.702.12) <6585C769-FACC-3E47-844B-C7011292F3C5> /usr/lib/system/libkxld.dylib
  0x7fff2a944000 -     0x7fff2a94ffff  libcommonCrypto.dylib (60178.120.3) <B057F752-3057-394D-A3F6-AA11A04A6392> /usr/lib/system/libcommonCrypto.dylib
  0x7fff2a950000 -     0x7fff2a95afff  libunwind.dylib (201) <9D6A6228-8DC3-3521-B458-4EDE4A9F5E65> /usr/lib/system/libunwind.dylib
  0x7fff2a95b000 -     0x7fff2a962fff  liboah.dylib (203.58) <AC9E8A76-FCAA-3F97-802A-D22EF770463B> /usr/lib/liboah.dylib
  0x7fff2a963000 -     0x7fff2a96dfff  libcopyfile.dylib (173.40.2) <BD7EAE7B-28C1-36DF-96B8-F506D50DFF28> /usr/lib/system/libcopyfile.dylib
  0x7fff2a96e000 -     0x7fff2a975fff  libcompiler_rt.dylib (102.2) <BA910DC2-C697-3DAD-9A70-7C8CD5217AC3> /usr/lib/system/libcompiler_rt.dylib
  0x7fff2a976000 -     0x7fff2a978fff  libsystem_collections.dylib (1439.141.1) <21F2EF42-56ED-3E0F-9C29-94E0888DC52C> /usr/lib/system/libsystem_collections.dylib
  0x7fff2a979000 -     0x7fff2a97bfff  libsystem_secinit.dylib (87.60.1) <E976428F-F9E2-334B-AA91-9AAD40234718> /usr/lib/system/libsystem_secinit.dylib
  0x7fff2a97c000 -     0x7fff2a97efff  libremovefile.dylib (49.120.1) <5AC9F8EC-F0E8-3D8A-ADB5-96B5FB581896> /usr/lib/system/libremovefile.dylib
  0x7fff2a97f000 -     0x7fff2a97ffff  libkeymgr.dylib (31) <9FBE08F6-0679-3976-AFDC-1EAF40C3958F> /usr/lib/system/libkeymgr.dylib
  0x7fff2a980000 -     0x7fff2a987fff  libsystem_dnssd.dylib (1310.140.1) <8C4D6C93-285F-3587-A986-5BB96A1C664F> /usr/lib/system/libsystem_dnssd.dylib
  0x7fff2a988000 -     0x7fff2a98dfff  libcache.dylib (83) <56DCEFF5-111E-32FD-B4E9-E148507C4FEC> /usr/lib/system/libcache.dylib
  0x7fff2a98e000 -     0x7fff2a98ffff  libSystem.B.dylib (1292.120.1) <A8E7368E-58FA-31E5-8D4D-FC2FED6100E6> /usr/lib/libSystem.B.dylib
  0x7fff2a990000 -     0x7fff2a993fff  libfakelink.dylib (3) <6002BC93-3627-366E-8D21-A552D56CB215> /usr/lib/libfakelink.dylib
  0x7fff2a994000 -     0x7fff2a994fff  com.apple.SoftLinking (1.0 - 1) <3D0CEDFD-B263-39CA-8B31-E0A498D05EB3> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
  0x7fff2a995000 -     0x7fff2a9ccfff  libpcap.A.dylib (98.100.3) <236EE73F-6D38-38E0-9BC0-B427DEB7F9FD> /usr/lib/libpcap.A.dylib
  0x7fff2a9cd000 -     0x7fff2aabdfff  libiconv.2.dylib (59) <DEE0153A-BDF9-33CA-B8C7-3C39DB906B5E> /usr/lib/libiconv.2.dylib
  0x7fff2aabe000 -     0x7fff2aacffff  libcmph.dylib (8) <83A69507-07D1-387F-9D06-1011E7909EAC> /usr/lib/libcmph.dylib
  0x7fff2aad0000 -     0x7fff2ab41fff  libarchive.2.dylib (83.100.2) <45B577F5-0064-3E73-89B8-BE4A121B214F> /usr/lib/libarchive.2.dylib
  0x7fff2ab42000 -     0x7fff2aba9fff  com.apple.SearchKit (1.4.1 - 1.4.1) <7C264603-379D-38BF-A3EC-49C01059C5E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
  0x7fff2abaa000 -     0x7fff2ababfff  libThaiTokenizer.dylib (3) <BA265C01-176E-3F7D-97F6-7FAABB0CAEC8> /usr/lib/libThaiTokenizer.dylib
  0x7fff2abac000 -     0x7fff2abcefff  com.apple.applesauce (1.0 - 16.28) <EAFF4FEC-51F3-3D0D-9D99-E62E75937F1B> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
  0x7fff2abcf000 -     0x7fff2abe6fff  libapple_nghttp2.dylib (1.41) <AC9520D7-D54F-3031-9503-FEA5A5ED5E56> /usr/lib/libapple_nghttp2.dylib
  0x7fff2abe7000 -     0x7fff2abfdfff  libSparseBLAS.dylib (1336.140.1) <7D926256-F187-33CA-87D6-74F1660C438A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
  0x7fff2abfe000 -     0x7fff2abfffff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <9BFE310E-E910-3228-BDF5-21A7C4468D89> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
  0x7fff2ac00000 -     0x7fff2ac05fff  libpam.2.dylib (28.40.1.700.1) <564320AF-69E5-3FEE-BE3A-E500B9B6786F> /usr/lib/libpam.2.dylib
  0x7fff2ac06000 -     0x7fff2ac25fff  libcompression.dylib (96.120.1) <F36054C1-6074-3A22-82EF-6F4A2A52599C> /usr/lib/libcompression.dylib
  0x7fff2ac26000 -     0x7fff2ac2bfff  libQuadrature.dylib (7) <256CB21E-2878-3F22-B4B5-E1FB60D64C9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
  0x7fff2ac2c000 -     0x7fff2afc9fff  libLAPACK.dylib (1336.140.1) <02F2D4D1-8763-32D1-B5F9-9DD439EFC8E8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
  0x7fff2afca000 -     0x7fff2b019fff  com.apple.DictionaryServices (1.2 - 341) <FB843860-C7D5-3060-B50E-303A3CBAE9A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
  0x7fff2b01a000 -     0x7fff2b032fff  liblzma.5.dylib (16) <455C9083-014D-3037-AC54-1395F3796734> /usr/lib/liblzma.5.dylib
  0x7fff2b033000 -     0x7fff2b034fff  libcoretls_cfhelpers.dylib (169.100.1) <6760D250-2628-3DA2-A8A4-6F438E09527A> /usr/lib/libcoretls_cfhelpers.dylib
  0x7fff2b035000 -     0x7fff2b130fff  com.apple.APFS (1677.141.3 - 1677.141.3) <E4B0DF0F-E1A5-3FEF-A2A6-8105AD54D95A> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
  0x7fff2b131000 -     0x7fff2b13ffff  libxar.1.dylib (452.140.1) <9E460111-1BBC-31FE-8CAF-FA8AEC22C1E9> /usr/lib/libxar.1.dylib
  0x7fff2b140000 -     0x7fff2b143fff  libutil.dylib (58.40.3) <B5961283-0856-3D78-AE9C-EAFB6A903569> /usr/lib/libutil.dylib
  0x7fff2b144000 -     0x7fff2b16cfff  libxslt.1.dylib (17.10) <52B300FD-B3F6-3689-9554-98B543A298C7> /usr/lib/libxslt.1.dylib
  0x7fff2b16d000 -     0x7fff2b177fff  libChineseTokenizer.dylib (37.1) <62BC78D3-1400-3366-A04E-C8BEE6AC00B5> /usr/lib/libChineseTokenizer.dylib
  0x7fff2b178000 -     0x7fff2b235fff  libvMisc.dylib (760.100.3) <560739C2-D16B-36CA-89F4-BD4DD2192333> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
  0x7fff2b236000 -     0x7fff2b2cdfff  libate.dylib (3.0.6) <CCD85C79-E892-339A-B0AB-E385D4F635F5> /usr/lib/libate.dylib
  0x7fff2b2ce000 -     0x7fff2b2d5fff  libIOReport.dylib (64.100.1) <0997845A-1FF3-35B3-A5ED-2FB16D07F624> /usr/lib/libIOReport.dylib
  0x7fff2b2d6000 -     0x7fff2b2e9fff  com.apple.CrashReporterSupport (10.13 - 15053.1) <146251D8-7623-3944-86B2-36EE47BD982E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
  0x7fff2b301000 -     0x7fff2b37efff  com.apple.CVNLP (1.0 - 119) <145E0A48-7B27-33C4-9091-BBEF5BFC6571> /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP
  0x7fff2b37f000 -     0x7fff2b39ffff  com.apple.SharedWebCredentials (928.6 - 928.6) <EA5E29E4-D86F-3062-B7FF-9C2C82DF776D> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/Versions/A/SharedWebCredentials
  0x7fff2b3a0000 -     0x7fff2b3d6fff  com.apple.pluginkit.framework (1.0 - 1) <3A37B687-BDC8-315B-996D-7601E168DE47> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
  0x7fff2b3d7000 -     0x7fff2b3defff  libMatch.1.dylib (38) <48FD1C03-C887-3052-9641-BF27E829577E> /usr/lib/libMatch.1.dylib
  0x7fff2b3df000 -     0x7fff2b46afff  libCoreStorage.dylib (554.140.2) <A8AC005D-0E07-33B5-B441-C0D208F740E8> /usr/lib/libCoreStorage.dylib
  0x7fff2b46b000 -     0x7fff2b4befff  com.apple.AppleVAFramework (6.1.3 - 6.1.3) <1D2A99E8-473C-3C56-BD50-98549FDC8932> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
  0x7fff2b4bf000 -     0x7fff2b4d8fff  libexpat.1.dylib (26.141.1) <0416D6BA-2AEB-3BBA-8584-FA28E62E8007> /usr/lib/libexpat.1.dylib
  0x7fff2b4d9000 -     0x7fff2b4e2fff  libheimdal-asn1.dylib (597.140.4) <60E659ED-BF63-3853-868D-D82D981AA955> /usr/lib/libheimdal-asn1.dylib
  0x7fff2b4e3000 -     0x7fff2b4f7fff  com.apple.IconFoundation (479.4 - 479.4) <71915E97-2F3E-36EE-B000-0EE7B258DD29> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
  0x7fff2b4f8000 -     0x7fff2b564fff  com.apple.IconServices (479.4 - 479.4) <C3E66299-D698-3AF5-B34D-D2782F91E106> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
  0x7fff2b565000 -     0x7fff2b603fff  com.apple.MediaExperience (1.0 - 1) <F5328457-1856-3DA3-B254-EC4FBBA7799F> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
  0x7fff2b604000 -     0x7fff2b62cfff  com.apple.persistentconnection (1.0 - 1.0) <CF93C3EC-D1D1-3BAE-92B1-5D85A969F748> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
  0x7fff2b62d000 -     0x7fff2b63bfff  com.apple.GraphVisualizer (1.0 - 100.1) <928039C0-8548-38A0-BBE9-6AA807CCE7B7> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
  0x7fff2b63c000 -     0x7fff2ba57fff  com.apple.vision.FaceCore (4.3.2 - 4.3.2) <13FFCD22-55DB-301B-9C6F-03C94266591B> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
  0x7fff2ba58000 -     0x7fff2ba9ffff  com.apple.OTSVG (1.0 - 677.6.0.4) <F89F3381-E8B0-3964-995E-6213AD6955B2> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
  0x7fff2baa0000 -     0x7fff2baa6fff  com.apple.xpc.AppServerSupport (1.0 - 2038.120.1.701.2) <C50E01B1-3B25-3237-A424-0E1FEBC3A890> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
  0x7fff2baa7000 -     0x7fff2bab9fff  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <24525668-9221-3A7B-8C64-CDAE418049DA> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
  0x7fff2baba000 -     0x7fff2babcfff  libspindump.dylib (295.3) <E090FDF1-6C64-39B9-A750-63EC6AB7E0C1> /usr/lib/libspindump.dylib
  0x7fff2babd000 -     0x7fff2bb7dfff  com.apple.Heimdal (4.0 - 2.0) <52976F1C-2F22-397A-8F21-38BEB3061DC2> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
  0x7fff2bb7e000 -     0x7fff2bb98fff  com.apple.login (3.0 - 3.0) <B0C12EE3-A89F-3844-B00C-082D8796B000> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
  0x7fff2bb99000 -     0x7fff2bc70fff  com.apple.corebrightness (1.0 - 1) <900FDC2E-E9BF-34D2-9E07-8AA3879A2FFB> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
  0x7fff2bd19000 -     0x7fff2bd1cfff  libodfde.dylib (26) <D01C7A0C-DC65-3E8C-89AF-95DAE92E8362> /usr/lib/libodfde.dylib
  0x7fff2bd1d000 -     0x7fff2bd59fff  com.apple.bom (14.0 - 235.3) <B849E4CE-F977-3F27-857C-8000AD4FE041> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
  0x7fff2bd5a000 -     0x7fff2bda3fff  com.apple.AppleJPEG (1.0 - 1) <2A8FF19B-B937-3F0B-A59B-A9A8B24F53E6> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
  0x7fff2bda4000 -     0x7fff2be83fff  libJP2.dylib (2130.16.2) <967ABC46-39E1-38CC-8BE5-FDE37AFB77BD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
  0x7fff2be84000 -     0x7fff2be87fff  com.apple.WatchdogClient.framework (1.0 - 98.120.2) <2907CD2F-A115-34CF-BB9D-DCFEBAEE78F3> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
  0x7fff2be88000 -     0x7fff2bebefff  com.apple.MultitouchSupport.framework (4440.3.1 - 4440.3.1) <9F19F332-ADC4-3D35-A9ED-C62AC334A704> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
  0x7fff2bebf000 -     0x7fff2c01dfff  com.apple.VideoToolbox (1.0 - 2780.10.4.1.1) <774F6519-3AF4-3B1C-BCA8-72B287B8CF05> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
  0x7fff2c01e000 -     0x7fff2c051fff  libAudioToolboxUtility.dylib (1181.72.5) <F1E3759E-BE9B-30CE-97F0-669ECD0F012F> /usr/lib/libAudioToolboxUtility.dylib
  0x7fff2c052000 -     0x7fff2c072fff  libPng.dylib (2130.16.2) <BE17D73D-2A4F-3A46-85DE-A523D58A82F5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
  0x7fff2c073000 -     0x7fff2c0d4fff  libTIFF.dylib (2130.16.2) <48B3B58D-BC6F-3D7B-988C-729475BFACCA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
  0x7fff2c0d5000 -     0x7fff2c0f1fff  com.apple.IOPresentment (58 - 37) <BA4B88DD-52FF-3F07-82E2-533E7D6548C0> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
  0x7fff2c0f2000 -     0x7fff2c0f9fff  com.apple.GPUWrangler (6.3.6 - 6.3.6) <D41B27C4-9FC6-3F2F-8C65-06F9ED6EE43D> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
  0x7fff2c0fa000 -     0x7fff2c0fdfff  libRadiance.dylib (2130.16.2) <5B7B2CA5-D6ED-3A8E-97BC-A3D99EE023F9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
  0x7fff2c0fe000 -     0x7fff2c103fff  com.apple.DSExternalDisplay (3.1 - 380) <85C7B7A3-8E61-3773-A7A1-0E594C390144> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
  0x7fff2c104000 -     0x7fff2c128fff  libJPEG.dylib (2130.16.2) <164FF5FC-2979-394D-8474-D35A20394794> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
  0x7fff2c129000 -     0x7fff2c158fff  com.apple.ATSUI (1.0 - 1) <D64FE353-AFFA-3B55-8E85-F222434E2FC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
  0x7fff2c159000 -     0x7fff2c15dfff  libGIF.dylib (2130.16.2) <3EDEAB7F-7268-3DA5-898D-1C21579DC859> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
  0x7fff2c15e000 -     0x7fff2c167fff  com.apple.CMCaptureCore (1.0 - 82.6) <E96DDCE5-8BCF-392D-84C6-87D76BC9DF9A> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
  0x7fff2c168000 -     0x7fff2c1affff  com.apple.print.framework.PrintCore (16.1 - 531.1) <D8F84239-11A0-311F-A66C-99C87F99D879> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
  0x7fff2c1b0000 -     0x7fff2c27dfff  com.apple.TextureIO (3.10.9 - 3.10.9) <3AC1D19C-DACE-33A7-9C89-BDD3D38A7080> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
  0x7fff2c27e000 -     0x7fff2c286fff  com.apple.InternationalSupport (1.0 - 61.1) <D4CAEFD9-602F-3112-AD33-A674F2A6EC7F> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
  0x7fff2c287000 -     0x7fff2c301fff  com.apple.datadetectorscore (8.0 - 674) <3B902938-2B3E-31A5-A57B-151BBB5D8BC8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
  0x7fff2c302000 -     0x7fff2c35ffff  com.apple.UserActivity (439 - 439) <59BC012A-4927-3FB9-9AEF-75F0096A1548> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
  0x7fff2c360000 -     0x7fff2cafcfff  com.apple.MediaToolbox (1.0 - 2780.10.4.1.1) <7603673A-4FFE-38E3-B614-9C46514F2D98> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
  0x7fff2cb66000 -     0x7fff2cf3cfff  libswiftCore.dylib (5.4 - 1205.0.24.15) <0CF975F8-F866-3698-9897-F230BD8BD6B6> /usr/lib/swift/libswiftCore.dylib
  0x7fff2cf3d000 -     0x7fff2cfa3fff  com.apple.imfoundation (10.0 - 1000) <9033822C-E350-3F33-8D3E-CE37F7EADC7E> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
  0x7fff2cfa4000 -     0x7fff2cfccfff  com.apple.locationsupport (2420.19.23 - 2420.19.23) <3A08E563-896C-36BA-A111-F9581DCAC8BD> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
  0x7fff2cfcd000 -     0x7fff2cffefff  libSessionUtility.dylib (76.69) <9CA8B6AC-ADC8-3805-A7AE-2532B3C0EBB0> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
  0x7fff2cfff000 -     0x7fff2d133fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <99F6F2D8-189D-398C-A38C-B6B49F66A6E8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
  0x7fff2d134000 -     0x7fff2d199fff  com.apple.audio.AudioSession (1.0 - 76.69) <85C29DF5-2A9A-3029-8AF5-91E83074C414> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
  0x7fff2d19a000 -     0x7fff2d1acfff  libAudioStatistics.dylib (27.64) <C46ED1DB-C7F4-3E56-B992-25821F9B1CE1> /usr/lib/libAudioStatistics.dylib
  0x7fff2d1ad000 -     0x7fff2d1bcfff  com.apple.speech.synthesis.framework (9.0.66 - 9.0.66) <1746AB65-AAAA-3BAB-AAD3-C158FB532798> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
  0x7fff2d1bd000 -     0x7fff2d229fff  com.apple.ApplicationServices.ATS (377 - 516) <484D4858-74A8-3541-91E5-2C74F70A3824> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
  0x7fff2d22a000 -     0x7fff2d242fff  libresolv.9.dylib (68.2) <78461752-674E-35D5-94D6-17E627802577> /usr/lib/libresolv.9.dylib
  0x7fff2d243000 -     0x7fff2d256fff  libsasl2.2.dylib (214) <F5DA519A-3F95-3E66-948D-0DF12C6FEA69> /usr/lib/libsasl2.2.dylib
  0x7fff2d257000 -     0x7fff2d266fff  com.apple.multiverse (1.0 - 109.100.2) <DF8EC4E2-0C96-35E2-ABF4-9EDEBB3F80BA> /System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport
  0x7fff2d267000 -     0x7fff2d2c2fff  libParallelCompression.dylib (204.120.1) <40EDEB65-AE21-396D-A4A6-36A3A6297A9E> /usr/lib/libParallelCompression.dylib
  0x7fff2d2c3000 -     0x7fff2d2f6fff  com.apple.securityinterface (10.0 - 55149.120.1) <750B7E41-F0DD-3027-B0DF-9A3BC8B0BAEA> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
  0x7fff2d310000 -     0x7fff2d374fff  com.apple.CoreMediaIO (1000.0 - 5325) <F4EF0B20-55B5-3863-9DCC-DD5A3E99A584> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
  0x7fff2d375000 -     0x7fff2d454fff  libSMC.dylib (20) <038349BC-2D55-3E20-B3C3-BFEEA36E730A> /usr/lib/libSMC.dylib
  0x7fff2d455000 -     0x7fff2d4b4fff  libcups.2.dylib (494.7) <0006C772-A113-37BC-A8AD-A7B96DE21EE2> /usr/lib/libcups.2.dylib
  0x7fff2d4b5000 -     0x7fff2d4c4fff  com.apple.LangAnalysis (1.7.0 - 254) <EEF814D5-A3F9-3FF4-8F1B-D6083AFAEC52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
  0x7fff2d4c5000 -     0x7fff2d4cffff  com.apple.NetAuth (6.2 - 6.2) <2FB90509-3BD8-39CF-BE6A-5490F84FF284> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
  0x7fff2d4d0000 -     0x7fff2d4d7fff  com.apple.ColorSyncLegacy (4.13.0 - 1) <00861A68-F725-3E01-BDB9-64823636DD90> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
  0x7fff2d4d8000 -     0x7fff2d4e3fff  com.apple.QD (4.0 - 416) <AAE33CA8-0995-3BA3-B5CE-4ED19706BB44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
  0x7fff2d4e4000 -     0x7fff2db38fff  com.apple.audio.AudioResourceArbitration (1.0 - 1) <09E26A64-0C70-38AD-B9C9-7F8847E1F09F> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
  0x7fff2db39000 -     0x7fff2db44fff  com.apple.perfdata (1.0 - 67.40.1) <4A3F192A-2416-3D16-B318-A160264359DE> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
  0x7fff2db45000 -     0x7fff2db53fff  libperfcheck.dylib (41) <7D626792-9A87-3A1F-BE6E-C7D8FE62B800> /usr/lib/libperfcheck.dylib
  0x7fff2db54000 -     0x7fff2db63fff  com.apple.Kerberos (3.0 - 1) <69B24A09-0788-3ACA-A01C-358746980694> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
  0x7fff2db64000 -     0x7fff2dbb4fff  com.apple.GSS (4.0 - 2.0) <5C6BCBC8-F041-3588-AC99-94CD85737E2B> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
  0x7fff2dbb5000 -     0x7fff2dbc5fff  com.apple.CommonAuth (4.0 - 2.0) <82E6D81F-8B40-3986-B5F2-CF151AD8C06C> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
  0x7fff2dbc6000 -     0x7fff2dbedfff  com.apple.MobileAssets (1.0 - 659.100.21.700.1) <C8052D12-29E3-3EAE-BF0F-586192E68A70> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
  0x7fff2dbee000 -     0x7fff2dc1afff  com.apple.CacheDelete (1.0 - 1) <EDC50D08-F9AF-3304-9DC5-0AF9BFBB7404> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete
  0x7fff2dc1b000 -     0x7fff2dc3afff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <F062C5DC-304D-304A-8C4E-D86622352382> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
  0x7fff2dc3b000 -     0x7fff2dc43fff  com.apple.CorePhoneNumbers (1.0 - 1) <463A5379-F673-3712-8422-9A0DA38D75E5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
  0x7fff2dc44000 -     0x7fff2dccdfff  libTelephonyUtilDynamic.dylib (5359.1) <33FC7675-E872-3D9D-9423-3A979FBCE29A> /usr/lib/libTelephonyUtilDynamic.dylib
  0x7fff2dd96000 -     0x7fff2dd96fff  liblaunch.dylib (2038.120.1.701.2) <B79B00B1-954F-3EC4-9E22-A24E25CAE88D> /usr/lib/system/liblaunch.dylib
  0x7fff2e08f000 -     0x7fff2e31afff  com.apple.NetworkExtension (1.0 - 1) <511D9176-E212-3E2D-B2CC-9DC883517BE6> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
  0x7fff2e31b000 -     0x7fff2e41cfff  com.apple.ids (10.0 - 1000) <390E9536-FF0A-3989-87C6-9F8EB4AE3EAE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
  0x7fff2e41d000 -     0x7fff2e57cfff  com.apple.idsfoundation (10.0 - 1000) <4542B0E4-850F-3E06-8902-DACD459452E0> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
  0x7fff2e57d000 -     0x7fff2e6c8fff  com.apple.Sharing (1630 - 1630) <35DFD4B9-28E6-35BE-AD57-6959C23715B4> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
  0x7fff2e6c9000 -     0x7fff2e7eafff  com.apple.Bluetooth (8.0.5 - 8.0.5d7) <173115D9-072B-3205-8A79-419EE173EB9E> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
  0x7fff2e7eb000 -     0x7fff2e7fffff  com.apple.AppContainer (4.0 - 509.140.3.700.1) <E09D49F2-BE73-3C20-9091-4ADF1935EAE1> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
  0x7fff2e800000 -     0x7fff2e803fff  com.apple.SecCodeWrapper (4.0 - 509.140.3.700.1) <092B9503-0F6B-3914-BC94-C367AE54B9C8> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
  0x7fff2e804000 -     0x7fff2e85dfff  com.apple.ProtectedCloudStorage (1.0 - 1) <D3CB43FC-19DA-37A6-A823-62B5D8F3714A> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
  0x7fff2e85e000 -     0x7fff2e8bdfff  com.apple.QuickLookFramework (5.0 - 928.5) <24094BF6-BDE8-36A2-890C-DA9634F3BBCA> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
  0x7fff2e8be000 -     0x7fff2e8d9fff  com.apple.MetalKit (147.1 - 147.1) <5905CE1F-A2C7-3B85-B3EB-FE3BAD43FB9C> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
  0x7fff2e8da000 -     0x7fff2e8defff  libxcselect.dylib (2384) <49C85753-00F6-3DF2-A810-6BFC2AD99853> /usr/lib/libxcselect.dylib
  0x7fff2e9c2000 -     0x7fff2eabcfff  com.apple.combine (1.0 - 252.158) <F1D8095C-C351-35A1-941E-481FB4120DB8> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
  0x7fff2eabd000 -     0x7fff2ffb8fff  com.apple.GeoServices (1.0 - 1757.26.6.2.4) <5C31712D-D343-333E-B2EB-EF7DA50B95B4> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
  0x7fff2ffb9000 -     0x7fff2ffc4fff  com.apple.DirectoryService.Framework (11.7 - 230.40.1) <B446CFAA-7AE6-3FB5-A3AF-BF7E46674205> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
  0x7fff2ffc5000 -     0x7fff2ffecfff  com.apple.RemoteViewServices (2.0 - 163) <960463A4-6F65-3E89-8918-FA77BF9F6ADC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
  0x7fff2ffed000 -     0x7fff2fffcfff  com.apple.SpeechRecognitionCore (6.1.25 - 6.1.25) <08338B73-5E68-33E3-93DC-F5BAF287CF82> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
  0x7fff2fffd000 -     0x7fff30004fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <927F7D7F-8BD2-3EF2-A239-C20010C2149E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
  0x7fff30005000 -     0x7fff30015fff  com.apple.AppleLDAP (11.7 - 54) <7757EAC4-55CE-30C9-84B3-D565453423FF> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
  0x7fff30232000 -     0x7fff30232fff  libsystem_product_info_filter.dylib (8.40.1) <BB06C92C-6BD7-310C-A176-DC0DCE8D9F2B> /usr/lib/system/libsystem_product_info_filter.dylib
  0x7fff302aa000 -     0x7fff302c1fff  libnetworkextension.dylib (1295.140.4.701.1) <86CB2E3E-A692-3E95-BDE1-EA926AE2C442> /usr/lib/libnetworkextension.dylib
  0x7fff302c2000 -     0x7fff302c5fff  com.apple.Accessibility (1.0 - 1) <71690B56-170A-30AB-8454-B96282A7C5FB> /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility
  0x7fff3030a000 -     0x7fff3030afff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <F46E0ACF-7524-3CA3-A64A-5DDF6081EB67> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
  0x7fff30330000 -     0x7fff30330fff  com.apple.CoreServices (1122.45 - 1122.45) <05DA2462-9BFC-38D9-820A-8842710471D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
  0x7fff304ec000 -     0x7fff304ecfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <3D8DECC6-19B3-3A32-98CF-EB07536D1635> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
  0x7fff3050d000 -     0x7fff3052cfff  com.apple.AssetCacheServices (118 - 118) <47469F46-19E0-3B14-82AD-822463F7A0BC> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
  0x7fff3052d000 -     0x7fff30538fff  com.apple.MediaAccessibility (1.0 - 130) <92C16B96-57FF-3C72-8532-A1D01DAB02F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
  0x7fff30539000 -     0x7fff30558fff  com.apple.networking.AlgosScoreFramework (1.0 - 1) <FB7065AB-1D6E-322E-AFDA-626D2A2BAFEB> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework
  0x7fff30559000 -     0x7fff3055dfff  com.apple.AppleSRP (5.0 - 1) <07D9751D-89E5-37C3-8DBA-764CF8EAD2EB> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
  0x7fff3055e000 -     0x7fff30569fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <A0235B63-1146-385F-8EEC-2E02CF1C24C0> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
  0x7fff3056a000 -     0x7fff305a1fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <6AF03A38-E38A-3716-8C1A-92786ABC185E> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
  0x7fff305a2000 -     0x7fff3087afff  com.apple.VN (4.3.2 - 4.3.2) <FC20D77D-C982-3FD8-BAE4-DACA86EBCA43> /System/Library/Frameworks/Vision.framework/Versions/A/Vision
  0x7fff3087b000 -     0x7fff309d3fff  libswiftFoundation.dylib (25.103) <FC05689B-DAC7-3ED6-8ABC-DB0DD0A9B182> /usr/lib/swift/libswiftFoundation.dylib
  0x7fff309d4000 -     0x7fff30a58fff  com.apple.AddressBook.ContactsFoundation (8.0 - 1151.2.1) <58BF148E-E357-3642-9F4D-DB7E41C672FA> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
  0x7fff30a59000 -     0x7fff30a9bfff  com.apple.contacts.ContactsPersistence (1.0 - 3497.6.2) <6EF37888-B960-3C57-BEC9-31F38290B9D2> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
  0x7fff30a9c000 -     0x7fff30bd2fff  com.apple.AddressBook.core (1.0 - 2452.7.2.1) <34BCC195-5540-39DC-A230-FF968C19B98D> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
  0x7fff30bd3000 -     0x7fff30d07fff  com.apple.contacts (1.0 - 3497.6.2) <9E0FC04D-D378-3639-828B-7AB0D064DA9B> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
  0x7fff30d08000 -     0x7fff30d15fff  com.apple.PersonaKit (1.0 - 1) <01AB4264-FA55-382B-9355-7B262B567074> /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit
  0x7fff30d2f000 -     0x7fff30d94fff  com.apple.CoreBluetooth (1.0 - 1) <EABA3795-3E43-3CA7-BA08-530E2934608E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
  0x7fff30d95000 -     0x7fff30d9efff  com.apple.SymptomDiagnosticReporter (1.0 - 79.120.1) <D764B1B5-3D72-3E24-AD98-47FD4716F03B> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
  0x7fff30d9f000 -     0x7fff30db1fff  com.apple.PowerLog (1.0 - 1) <986B448C-A89F-3C1D-AED2-64D094F9326E> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
  0x7fff30db2000 -     0x7fff30dbefff  com.apple.AppleIDAuthSupport (1.0 - 1) <B3A39FB5-40F3-381D-B7E1-B679241F5643> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
  0x7fff30dbf000 -     0x7fff30e67fff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <2EB0A304-1C88-350B-BDFA-B9F73767D44C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
  0x7fff30e68000 -     0x7fff30e9bfff  com.apple.MediaKit (16 - 927.40.2) <058F1A64-1627-3D16-89D3-5BF269940F83> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
  0x7fff30e9c000 -     0x7fff30f87fff  com.apple.DiskManagement (14.0 - 1733.140.2) <037C755C-7622-37EC-9795-50169FBA1374> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
  0x7fff30f88000 -     0x7fff31342fff  com.apple.CoreAUC (326.2.0 - 326.2.0) <0CFEFD7D-9BF4-3064-9253-AD0BAAE8CD12> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
  0x7fff31343000 -     0x7fff31346fff  com.apple.Mangrove (1.0 - 25) <C1E6FEFE-27BE-30AE-B3E3-956F10DC7997> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
  0x7fff31347000 -     0x7fff31374fff  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <47E1E6AC-51A7-321B-AD27-059C19AEE425> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
  0x7fff31375000 -     0x7fff314c4fff  com.apple.FileProvider (349.141.2.700.1 - 349.141.2.700.1) <8A840A12-246F-36D5-ADAC-DEE495B068FF> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
  0x7fff314c5000 -     0x7fff314e7fff  com.apple.GenerationalStorage (2.0 - 323) <A5B45271-8338-3884-AFA9-0DDEB7C8D2E5> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
  0x7fff31504000 -     0x7fff3151afff  com.apple.CPAnalytics (1.0 - 361.0.100) <7ED49805-C598-380C-B4FC-F6DD937411EF> /System/Library/PrivateFrameworks/CPAnalytics.framework/Versions/A/CPAnalytics
  0x7fff3185d000 -     0x7fff3192bfff  com.apple.CoreTelephony (113 - 8260.1) <BAB8C462-7025-35AE-9FF2-080C1605F5CA> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
  0x7fff3192c000 -     0x7fff31939fff  com.apple.AppSandbox (4.0 - 509.140.3.700.1) <4FE3D54B-8161-342C-9B38-D1C00369564F> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
  0x7fff3193a000 -     0x7fff3194ffff  libswiftDispatch.dylib (4.100.1) <66C2BA95-2681-396B-9F02-C2DBECBFAD62> /usr/lib/swift/libswiftDispatch.dylib
  0x7fff31950000 -     0x7fff31ae4fff  com.apple.AVFCore (1.0 - 2020.10) <FD09A717-5718-3039-B8B8-C751C951576B> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
  0x7fff31ae5000 -     0x7fff31b54fff  com.apple.FrontBoardServices (703.16.1 - 703.16.1) <5A37EA4D-5048-346A-A108-85C85322CA4B> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
  0x7fff31b55000 -     0x7fff31b7efff  com.apple.BoardServices (1.0 - 526) <4291EACE-21EB-3FBB-B047-928ACB10B126> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
  0x7fff31b7f000 -     0x7fff31baafff  com.apple.contacts.vCard (1.0 - 3497.6.2) <D5F2BE9B-54FF-3C7F-AF6F-71A9C9F1EA7A> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
  0x7fff31bc0000 -     0x7fff31bdbfff  com.apple.ExtensionKit (19.4 - 19.4) <3D8624C1-F1B4-3C35-94CB-6DABBAD9C57C> /System/Library/PrivateFrameworks/ExtensionKit.framework/Versions/A/ExtensionKit
  0x7fff31bdc000 -     0x7fff31be2fff  com.apple.ExtensionFoundation (19.4 - 19.4) <5AFFB8B7-6E22-37A9-9532-9E819057024E> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
  0x7fff31be3000 -     0x7fff31c28fff  com.apple.CryptoTokenKit (1.0 - 1) <91ED10F4-1CCE-322B-B4DF-95310078D8A8> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit
  0x7fff31c29000 -     0x7fff31c3ffff  com.apple.LocalAuthentication (1.0 - 827.140.1) <1DD09173-CEE5-3014-B9D3-CE7B455A46B4> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
  0x7fff31c40000 -     0x7fff31c6dfff  com.apple.CoreAuthentication.SharedUtils (1.0 - 827.140.1) <37FFC886-9BBB-30BC-B434-E3B659890E78> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
  0x7fff31c6e000 -     0x7fff31ce1fff  com.apple.avfoundationcf (2.0 - 430.4.1) <91503D08-0929-3ED2-A3CB-42B11A759985> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundationCF
  0x7fff31ce2000 -     0x7fff31d23fff  com.apple.CoreHaptics (1.0 - 1) <7D2B6D06-A49D-3BE1-B505-7726ADC9F91D> /System/Library/Frameworks/CoreHaptics.framework/Versions/A/CoreHaptics
  0x7fff31d31000 -     0x7fff31d70fff  com.apple.AppleVPAFramework (3.26.1 - 3.26.1) <C3FE5C23-5F60-314D-982B-1220E31630F9> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
  0x7fff31e23000 -     0x7fff31e5efff  com.apple.DebugSymbols (195.1 - 195.1) <CE654754-3ECE-3E2C-9194-5AE0CF9C3BE9> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
  0x7fff31e5f000 -     0x7fff31f14fff  com.apple.CoreSymbolication (12.5 - 64544.81.1) <47B26D54-12C1-32BF-BF40-062AAEB11699> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
  0x7fff31f15000 -     0x7fff31f1efff  com.apple.CoreTime (284.0.4) <28FC6634-B10D-3C3A-A82B-9FD35A4EFA5D> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
  0x7fff31f1f000 -     0x7fff31f94fff  com.apple.Rapport (2.6.0 - 260.3) <458FD1B0-87E6-31D6-A9E9-F61346208D62> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
  0x7fff32869000 -     0x7fff328b5fff  com.apple.coreduetcontext (1.0 - 1) <2038763E-79C0-34B2-B359-6E2BBACF7FFC> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
  0x7fff328b6000 -     0x7fff32e22fff  com.apple.Intents (1.0 - 1) <E386CC66-77ED-3E6D-B39A-AABA32F9F53B> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
  0x7fff32e23000 -     0x7fff32e86fff  com.apple.framework.Apple80211 (17.0 - 1728) <9C381425-3738-3E47-B32C-B66ACF7B7FE8> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
  0x7fff32e87000 -     0x7fff32fd8fff  com.apple.CoreWiFi (3.0 - 341) <70C6B86C-96C5-3FE0-90AA-C13AAE870524> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
  0x7fff32fd9000 -     0x7fff32ff3fff  com.apple.BackBoardServices (1.0 - 1.0) <49254756-6605-3D38-B6BB-61B1F7DB46A8> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
  0x7fff32ff4000 -     0x7fff3302bfff  com.apple.LDAPFramework (2.4.28 - 194.5) <A6A23188-4E78-324D-AC83-4D1B369CDA8B> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
  0x7fff3302c000 -     0x7fff3302dfff  com.apple.TrustEvaluationAgent (2.0 - 35) <C15D3431-4020-38D7-9677-79168A19CF98> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
  0x7fff3302e000 -     0x7fff33133fff  libcrypto.44.dylib (56.60.4) <315105B0-9082-3E3E-9712-59041639F2B0> /usr/lib/libcrypto.44.dylib
  0x7fff33134000 -     0x7fff33161fff  libssl.46.dylib (56.60.4) <DD65496C-2F6C-33F1-8A10-188BD25B72D2> /usr/lib/libssl.46.dylib
  0x7fff33162000 -     0x7fff33211fff  com.apple.DiskImagesFramework (595.140.1 - 595.140.1) <74EB2DC2-B200-3EC5-AF0D-B65462505D72> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
  0x7fff33212000 -     0x7fff33248fff  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <454DADB6-6BE8-33FB-A8D8-C5714547D3DB> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
  0x7fff33249000 -     0x7fff33258fff  com.apple.RemoteServiceDiscovery (1.0 - 1.120.1) <770FE929-BBEB-37E0-9BF1-288A41809A4A> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
  0x7fff33259000 -     0x7fff33270fff  com.apple.xpc.RemoteXPC (1.0 - 2038.120.1.701.2) <A3DD2FA8-56E5-33BB-B758-1274A9E2BF09> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
  0x7fff33271000 -     0x7fff332b5fff  com.apple.DataDetectorsNaturalLanguage (1.0 - 159.1) <B18125F0-0712-38F3-B568-A0FB16471F34> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/Versions/A/DataDetectorsNaturalLanguage
  0x7fff332b6000 -     0x7fff332b9fff  com.apple.help (1.3.8 - 71) <745DA416-7B89-391F-9D7B-EBD78DB63056> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
  0x7fff332ba000 -     0x7fff332c1fff  com.apple.EFILogin (2.0 - 2) <5379A1B7-201D-333C-BCF5-005C4B30EE14> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
  0x7fff332c2000 -     0x7fff332cdfff  libcsfde.dylib (554.140.2) <71B9E18E-B9B1-3E17-933E-64ADF6F7B5D7> /usr/lib/libcsfde.dylib
  0x7fff332ce000 -     0x7fff33347fff  libcurl.4.dylib (121.140.1.701.1) <657F9DE5-7F3C-3C4A-9A26-D1A531F61509> /usr/lib/libcurl.4.dylib
  0x7fff33348000 -     0x7fff3334ffff  com.apple.LoginUICore (4.0 - 4.0) <4D4C9A7E-7E09-3BFF-A080-805AAAD8287F> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
  0x7fff33350000 -     0x7fff333b2fff  com.apple.AppSupport (1.0.0 - 29) <FBDB573A-D054-37D3-8F14-7C20A587402E> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
  0x7fff333b3000 -     0x7fff333d6fff  com.apple.AppSSO (1.0 - 1) <EE30067F-BE55-33EF-8DAF-AC7A6A6D1622> /System/Library/PrivateFrameworks/AppSSO.framework/Versions/A/AppSSO
  0x7fff33452000 -     0x7fff33516fff  com.apple.GameController (1.0 - 1) <F29CAD48-101D-3324-839C-6954F73BF88D> /System/Library/Frameworks/GameController.framework/Versions/A/GameController
  0x7fff3351f000 -     0x7fff3351ffff  com.apple.ApplicationServices (48 - 50) <59E17F70-AB03-320D-B955-8F87F2C40898> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
  0x7fff33520000 -     0x7fff33522fff  com.apple.InternationalTextSearch (1.0 - 1) <100980EB-7220-3513-AC49-628750F44041> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
  0x7fff33523000 -     0x7fff3359bfff  com.apple.ClassKit (1.2 - 146.6) <D3E4D9D6-38A4-3660-8CA3-4717CBC626F5> /System/Library/Frameworks/ClassKit.framework/Versions/A/ClassKit
  0x7fff3359c000 -     0x7fff336e0fff  com.apple.AppleAccount (1.0 - 1.0) <56F9BD3F-0EC3-3713-83F1-2593E5AF2F9D> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount
  0x7fff336e1000 -     0x7fff33720fff  com.apple.AppleIDSSOAuthentication (1.0 - 1) <F13FBCB8-FF0E-3F73-AEC0-3B85AFABC192> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
  0x7fff33721000 -     0x7fff33778fff  com.apple.CorePrediction (1.0 - 1) <4933723C-F1D2-3109-A4AC-7EF4AC9760F1> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
  0x7fff33779000 -     0x7fff3380cfff  com.apple.AuthKitUI (1.0 - 1) <8B2C17A8-D463-36CD-9B96-1FA810A5AB1C> /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI
  0x7fff33834000 -     0x7fff33834fff  libHeimdalProxy.dylib (79) <69042CA5-B0DE-392D-8B32-51446EA228C5> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
  0x7fff338e7000 -     0x7fff338e7fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <1A2C9DDE-749F-3134-9F0A-2BC6C4E08AC0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
  0x7fff3390b000 -     0x7fff3394ffff  com.apple.StreamingZip (1.0 - 1) <B46F5F4A-EFCF-3C20-9AF0-37284B77592B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
  0x7fff33950000 -     0x7fff3396efff  com.apple.DuetActivityScheduler (1.0 - 1) <7C81F246-DA7F-3670-B209-E2F39B4D6607> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
  0x7fff3396f000 -     0x7fff33970fff  libswiftObjectiveC.dylib (3) <4FE25177-731A-3785-83B0-CDF03ABA7794> /usr/lib/swift/libswiftObjectiveC.dylib
  0x7fff33971000 -     0x7fff33982fff  libswiftos.dylib (1000.120.2) <AEB45FB5-1458-3167-92B4-38762082F2E4> /usr/lib/swift/libswiftos.dylib
  0x7fff33983000 -     0x7fff3398ffff  com.apple.IntentsFoundation (1.0 - 1) <E96F3782-546A-3F0B-B78F-D93CFBBB0E64> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
  0x7fff33990000 -     0x7fff33995fff  com.apple.PushKit (1.0 - 1) <FDBA00A7-699D-3BF7-A038-13FC6F384E42> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
  0x7fff33996000 -     0x7fff339c9fff  com.apple.C2 (1.3 - 573) <83D1DC55-8A4A-39A6-8850-243044E35DD4> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
  0x7fff339ca000 -     0x7fff339fafff  com.apple.QuickLookThumbnailing (1.0 - 135.5) <234D01AA-BD62-30FC-9928-FB4F41AE9BD1> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
  0x7fff339fb000 -     0x7fff341fcfff  com.apple.vision.EspressoFramework (1.0 - 256.4.4) <B0EC3235-1B5C-3D54-850F-DE3A7CF4AA40> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
  0x7fff341fd000 -     0x7fff34214fff  com.apple.ANEServices (4.76 - 4.76) <E1273BE7-3991-36C0-BC2D-4FA83105EECD> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
  0x7fff34215000 -     0x7fff3427afff  com.apple.proactive.support.ProactiveSupport (1.0 - 294.7) <5CD14663-C231-3F2F-A6DE-E7D73038EDF8> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
  0x7fff3427b000 -     0x7fff34285fff  com.apple.corerecents (1.0 - 1) <334DF5D9-E2DF-3821-BB42-2B3B82AADD7C> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
  0x7fff34286000 -     0x7fff342b7fff  com.apple.iCalendar (7.0 - 833) <CB7BC85F-8313-3876-95C7-A6DA91637A2B> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
  0x7fff342b8000 -     0x7fff34328fff  com.apple.CalendarFoundation (8.0 - 1178.5.2) <6FB94A3E-0A1E-392D-A934-D7858D91E9BA> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation
  0x7fff34329000 -     0x7fff3432bfff  com.apple.CoreDuetDebugLogging (1.0 - 1) <B97F59AF-49D5-3135-BBD9-6C574C766B32> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
  0x7fff3432c000 -     0x7fff34338fff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <F1448256-FCDF-3FA0-9474-B5F32E115398> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
  0x7fff345cc000 -     0x7fff3489ffff  com.apple.spotlight.index (10.7.0 - 2150.30) <4DA044FB-33D3-3256-AF1D-DC59CBD8EA20> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
  0x7fff348b8000 -     0x7fff34908fff  com.apple.ChunkingLibrary (334.1 - 334.1) <EE9D29D9-4BA8-3B6D-9AEC-5C9A90FD8AD2> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
  0x7fff34a3f000 -     0x7fff34a8efff  com.apple.CalDAV (8.0 - 795) <26813A3E-90CD-3EC9-8E21-126F85E12CE1> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
  0x7fff34a8f000 -     0x7fff34b2cfff  com.apple.CoreSuggestions (1.0 - 1115.519.0.1) <A8224717-2C3F-3502-AE43-7A095104ED97> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions
  0x7fff34b2d000 -     0x7fff34cb7fff  com.apple.ical.EventKit (3.0 - 1414.5.1) <37659F60-190B-37D7-A704-2C63F15BF8F0> /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit
  0x7fff34cb8000 -     0x7fff34f8dfff  com.apple.CalendarPersistence (8.0 - 1071.4.5.2) <68BDF0F5-501D-33B2-81D3-61D9B289E7EB> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/CalendarPersistence
  0x7fff34f8e000 -     0x7fff34fb3fff  com.apple.CalendarAgentLink (8.0 - 250) <B0BC4BFA-B6A9-32AD-A53F-79D7C28A71FA> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
  0x7fff34fb4000 -     0x7fff34fbefff  com.apple.RTCReporting (11.85.2 - 11.85.2) <9CB6927E-96AB-3924-8572-23406C97F87B> /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting
  0x7fff34fbf000 -     0x7fff35165fff  com.apple.WebKitLegacy (16611 - 16611.3.10.1.19) <52CB895E-32EE-30CE-BD8F-54564828DB1E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
  0x7fff35180000 -     0x7fff35195fff  com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <0E0D1F38-46D9-31AF-ABAE-87DC37A844BA> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
  0x7fff351eb000 -     0x7fff35256fff  com.apple.audio.midi.CoreMIDI (2.0 - 88) <EBC0D7E2-7AF2-3CC8-BF26-FB1FBFFDDE3E> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
  0x7fff35257000 -     0x7fff35280fff  com.apple.QTKit (1.0 - 5) <7F0281D4-848F-3224-BA85-164ABEA82F10> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
  0x7fff3531c000 -     0x7fff3531ffff  com.apple.Cocoa (6.11 - 23) <EC936D1A-AFF9-35F7-B82B-CCDB4C3A04A1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
  0x7fff35369000 -     0x7fff3575dfff  com.apple.AppleMediaServices (1.0 - 1) <6E1B6918-4739-3C16-B568-4932E8B53A49> /System/Library/PrivateFrameworks/AppleMediaServices.framework/Versions/A/AppleMediaServices
  0x7fff35795000 -     0x7fff35c0dfff  com.apple.MediaRemote (1.0 - 1) <E8E4CE32-CEAA-3CE0-BA8E-A8BA6D27C220> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
  0x7fff35dc4000 -     0x7fff35e46fff  com.apple.PhotoFoundation (6.0 - 361.0.100) <6058CE62-16B4-3649-A6C8-61CDA94DFA31> /System/Library/PrivateFrameworks/PhotoFoundation.framework/Versions/A/PhotoFoundation
  0x7fff35f09000 -     0x7fff35f10fff  com.apple.DisplayServicesFW (3.1 - 380) <9C4719C0-F2B5-3BD2-AF91-D066408AE3B7> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
  0x7fff3644a000 -     0x7fff366defff  libAWDSupportFramework.dylib (4205) <D6AF4A83-E7F9-30AC-B0A3-954FE2F6EC7F> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
  0x7fff36752000 -     0x7fff36782fff  libtidy.A.dylib (18.2) <864F6C8B-F273-37C5-82F5-E7D645A33B90> /usr/lib/libtidy.A.dylib
  0x7fff36783000 -     0x7fff367a3fff  com.apple.MarkupUI (1.0 - 383.6.1) <20F5293F-DD2E-37D1-8375-6014AEBDECB2> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
  0x7fff367a4000 -     0x7fff367b7fff  com.apple.Engram (1.0 - 1) <238A4F38-B4EF-33C1-B71E-BE6462921F8D> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
  0x7fff367b8000 -     0x7fff367dbfff  com.apple.openscripting (1.7 - 190.1) <D0430B21-C855-3DE4-A512-0708FC1CB9AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
  0x7fff367dc000 -     0x7fff367dffff  com.apple.securityhi (9.0 - 55008) <4A0776E2-2CA9-3EFE-8653-1E96644D9B43> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
  0x7fff367e0000 -     0x7fff367e3fff  com.apple.ink.framework (10.15 - 227) <FDCF3900-B1C0-32E2-8C9B-C8E6D43B1374> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
  0x7fff367e4000 -     0x7fff367e7fff  com.apple.CommonPanels (1.2.6 - 101) <5A909E1B-3060-3C41-8B93-EB2CAD9BAA61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
  0x7fff367e8000 -     0x7fff367effff  com.apple.ImageCapture (1711.5.2.1 - 1711.5.2.1) <321754DF-D200-39D3-A184-FF13D4802A70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
  0x7fff367f0000 -     0x7fff379e0fff  com.apple.JavaScriptCore (16611 - 16611.3.10.1.19) <D82AF2C6-C403-3CB9-A050-4FFE5012404D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0x7fff37a4c000 -     0x7fff37b5efff  com.apple.AVFCapture (1.0 - 82.6) <29DFE43F-9926-39BB-934B-883DAA266F8C> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
  0x7fff37b5f000 -     0x7fff37bf2fff  com.apple.Quagga (47 - 47) <F4E343A2-FC89-3D04-9E5D-A85C5B92484A> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
  0x7fff37bf3000 -     0x7fff37e3dfff  com.apple.CMCapture (1.0 - 82.6) <74421BDC-4259-3273-AA03-720B4BEBD3EE> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
  0x7fff381d9000 -     0x7fff38286fff  com.apple.accounts.AccountsDaemon (113 - 113) <07AFE1EC-17CC-36FC-BE59-A12A928E083E> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
  0x7fff38287000 -     0x7fff38289fff  com.apple.OAuth (25 - 25) <A8AFA972-AED0-32EF-AA30-53C4FDA5A895> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
  0x7fff38839000 -     0x7fff38848fff  com.apple.HID (1.0 - 1) <25EF9D86-E885-3854-B95C-46732F54688D> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
  0x7fff38849000 -     0x7fff38970fff  com.apple.QuickLookUIFramework (5.0 - 928.5) <21D07FEA-E4ED-3617-B3B4-944A91982A5C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
  0x7fff38d43000 -     0x7fff38dc9fff  com.apple.coredav (1.0.1 - 889.0.0.4) <F72EDEA6-E3D9-3084-84F9-3F8D556044DF> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
  0x7fff38dca000 -     0x7fff38e1ffff  com.apple.ExchangeWebServices (8.0 - 814.110.1) <B6DEB81A-EC2A-3DA6-BF39-AC8F63F5CBB1> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
  0x7fff38e20000 -     0x7fff38e60fff  com.apple.MediaServices (1.0 - 1) <275287E9-01AD-3B3B-8FD8-DFEE37C697A1> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
  0x7fff38e61000 -     0x7fff38eb0fff  com.apple.IASUtilities (1.0 - 594.140.4) <0F5BDC95-64FD-3202-A07E-D67FD91B41FF> /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilities
  0x7fff38f5c000 -     0x7fff38f5cfff  com.apple.marco (10.0 - 1000) <41A68210-9468-3F31-B16D-B7B72AE479C0> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
  0x7fff39142000 -     0x7fff3917afff  com.apple.contacts.ContactsAutocomplete (1.0 - 1152.4) <2D1148C5-5549-3CE7-8993-AA64315E520E> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/ContactsAutocomplete
  0x7fff3917b000 -     0x7fff39187fff  com.apple.KerberosHelper (4.0 - 1.0) <D456FC6D-56B2-352A-A26D-B6E2794C43AF> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
  0x7fff39188000 -     0x7fff391cbfff  com.apple.ResponseKit (1.0 - 165.2) <E9F93B7F-B858-3779-9C19-DD7846D80835> /System/Library/PrivateFrameworks/ResponseKit.framework/Versions/A/ResponseKit
  0x7fff391cc000 -     0x7fff391ebfff  com.apple.proactive.support.ProactiveEventTracker (1.0 - 294.7) <92146B78-5D17-3161-B111-39E87F7368C7> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker
  0x7fff3960f000 -     0x7fff3960ffff  com.apple.PhoneNumbers (1.0 - 1) <1724092F-D209-3E5B-A305-1DBE23CFE3A0> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
  0x7fff39610000 -     0x7fff39617fff  com.apple.URLFormatting (146 - 146.22) <FEFA5AD7-B94D-348D-A765-038796E987E8> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
  0x7fff39618000 -     0x7fff39626fff  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <A29D2D7D-C252-356C-AFEF-F9D45BD963C6> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
  0x7fff39627000 -     0x7fff3963efff  libAccessibility.dylib (2885.49.1) <A93FC701-CC65-3154-B595-4F3A5F288A79> /usr/lib/libAccessibility.dylib
  0x7fff3963f000 -     0x7fff3bd85fff  com.apple.WebCore (16611 - 16611.3.10.1.19) <EB7387F0-4109-38A6-8FB1-ADE4B990D7E7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
  0x7fff3c075000 -     0x7fff3c097fff  com.apple.quicklook.QuickLookSupport (1.0 - 135.5) <BFF37FB4-0E11-3F38-8D0D-2327B23ED9D6> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
  0x7fff3c098000 -     0x7fff3c12ffff  com.apple.AirPlaySync (1.0 - 2780.10.4.1.1) <FEE0BB97-34A7-38F2-A0EB-2355326A8001> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync
  0x7fff3c134000 -     0x7fff3c1f5fff  com.apple.siri.parsec.CoreParsec (1.0 - 386.6.4) <CF8B8E45-6575-339F-82BD-2476E567A3F7> /System/Library/PrivateFrameworks/CoreParsec.framework/Versions/A/CoreParsec
  0x7fff3c302000 -     0x7fff3c30cfff  libswiftCoreGraphics.dylib (2) <6C93776C-1CFB-3ED3-BE43-9E01B567013A> /usr/lib/swift/libswiftCoreGraphics.dylib
  0x7fff3c30d000 -     0x7fff3c316fff  libswiftDarwin.dylib (??? - ???) <6D72F563-5F88-3074-A933-34073D8325D8> /usr/lib/swift/libswiftDarwin.dylib
  0x7fff3c363000 -     0x7fff3c3b1fff  com.apple.Safari.SafeBrowsing (16611 - 16611.3.10.1.19) <BFD0C318-9E1F-3B00-A588-A53BDF7D7909> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
  0x7fff3c3b2000 -     0x7fff3cb91fff  com.apple.WebKit (16611 - 16611.3.10.1.19) <219BD6F8-11D8-3329-9CCF-691D168AE1F2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
  0x7fff3ccc0000 -     0x7fff3cd43fff  com.apple.CorePDF (4.0 - 529) <42E6A390-5B40-3805-ABD4-50703A70BC5D> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
  0x7fff3cd44000 -     0x7fff3cd47fff  com.apple.print.framework.Print (15 - 271) <C3581434-D285-320A-977F-77070BFC5F3B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
  0x7fff3cd48000 -     0x7fff3cd4bfff  com.apple.Carbon (160 - 164) <C916A7BB-B2B4-3248-B3EA-5A59C066D68B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
  0x7fff3ce44000 -     0x7fff3ce44fff  com.apple.avfoundation (2.0 - 2020.10) <2C4E94A8-C729-35ED-9FAA-BF8CA015BF97> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
  0x7fff3cff6000 -     0x7fff3cffdfff  com.apple.EmbeddedOSSupportHost (1.0 - 1) <784BA3CA-A536-345B-8CF6-E8A166D91771> /System/Library/PrivateFrameworks/EmbeddedOSSupportHost.framework/Versions/A/EmbeddedOSSupportHost
  0x7fff3cffe000 -     0x7fff3d01dfff  com.apple.private.SystemPolicy (1.0 - 1) <89781097-BA30-3186-B368-3830D1FE4FC0> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
  0x7fff3d1c1000 -     0x7fff3d1defff  com.apple.sidecar-core (1.0 - 231.0.3) <8AF77BAE-D2B8-3291-84FA-4C3F87343320> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
  0x7fff3d1df000 -     0x7fff3d1e2fff  com.apple.QuickLookNonBaseSystem (1.0 - 1) <EEA32FBA-DA83-38F7-A54A-DB4198C4D64E> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
  0x7fff3d3a2000 -     0x7fff3d3bcfff  com.apple.mediastream (1.0 - 361.0.100) <74E191A8-1A7D-3B96-A919-F5C5F1C533B9> /System/Library/PrivateFrameworks/MediaStream.framework/Versions/A/MediaStream
  0x7fff3d5f5000 -     0x7fff3d5f9fff  com.apple.CoreOptimization (1.0 - 1) <BAA69405-D1B5-3DCC-8D34-0E8BA3B19194> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
  0x7fff3d5fa000 -     0x7fff3d600fff  com.apple.FeatureFlagsSupport (1.0 - 28.60.1) <149E45FC-FB86-33AB-8B36-A6C605319DE1> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/Versions/A/FeatureFlagsSupport
  0x7fff3d771000 -     0x7fff3d788fff  com.apple.SafariServices.framework (16611 - 16611.3.10.1.19) <5DF42B13-9929-3463-AE12-BBE97F2B05B6> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
  0x7fff3d789000 -     0x7fff3d790fff  com.apple.HIDAnalytics (1.0 - 1) <C8B11CED-A031-3BC4-ACB4-CEA83C45CF0D> /System/Library/PrivateFrameworks/HIDAnalytics.framework/Versions/A/HIDAnalytics
  0x7fff3d7f9000 -     0x7fff3d81cfff  com.apple.LocalAuthentication.DaemonUtils (1.0 - 827.140.1) <76F8B725-56BD-39D0-BF0F-791F798B98BE> /System/Library/Frameworks/LocalAuthentication.framework/Support/DaemonUtils.framework/Versions/A/DaemonUtils
  0x7fff3d8ca000 -     0x7fff3d93afff  com.apple.LoggingSupport (1.0 - 1277.120.1) <00981841-424A-336C-BFD3-FD0CAA3DA720> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport
  0x7fff3d93b000 -     0x7fff3d946fff  com.apple.MallocStackLogging (1.0 - 1) <291B4FD0-38AF-3075-AACE-E632AC32D915> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
  0x7fff3d95b000 -     0x7fff3d96dfff  libmis.dylib (274.140.2) <D8990A31-A5AE-3535-BE5E-3EE9A8D0C9F9> /usr/lib/libmis.dylib
  0x7fff3d97b000 -     0x7fff3d97bfff  libswiftCoreFoundation.dylib (1.6) <0DE35A1A-97A6-3866-B32B-CE9AEA9C13FE> /usr/lib/swift/libswiftCoreFoundation.dylib
  0x7fff3d987000 -     0x7fff3d987fff  libswiftXPC.dylib (1.1) <513EF905-DFAA-344B-91E7-742ADEA9A5C6> /usr/lib/swift/libswiftXPC.dylib
  0x7fff3d989000 -     0x7fff3d989fff  libswiftIOKit.dylib (1) <D5BE88B5-4576-3760-AD2D-5299ACED2771> /usr/lib/swift/libswiftIOKit.dylib
  0x7fff3d98a000 -     0x7fff3daf9fff  com.apple.CoreHandwriting (161 - 1.2) <2D7F4437-4168-3D9B-AF6C-AB687A7BDB6C> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
  0x7fff3dafa000 -     0x7fff3dd55fff  com.apple.imageKit (3.0 - 1100) <43D614A4-5690-3BAB-9D3D-4DB9A88B8F6A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
  0x7fff3dd56000 -     0x7fff3de6cfff  com.apple.PencilKit (1.0 - 1) <2209EA23-CF91-396E-9E30-ED40E520DBC6> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
  0x7fff3de6d000 -     0x7fff3de7efff  com.apple.sidecar-ui (1.0 - 231.0.3) <A8E597E2-BA92-3EDE-A88E-492BE8366FB4> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
  0x7fff3de8a000 -     0x7fff3de8dfff  com.apple.WebInspectorUI (16611 - 16611.3.10.1.19) <E5713DA3-2812-3B62-8D27-BB9ABAD2F5EE> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
  0x7fff3de8e000 -     0x7fff3deb0fff  com.apple.OnBoardingKit (1.0 - 1) <EF0DDA02-6871-3FF3-A4C8-2C7DBF7C0207> /System/Library/PrivateFrameworks/OnBoardingKit.framework/Versions/A/OnBoardingKit
  0x7fff3e037000 -     0x7fff3e046fff  com.apple.CoreKDL (1.0 - 1) <87C5F50A-D3EB-3E65-911F-9F9A2A240326> /System/Library/PrivateFrameworks/CoreKDL.framework/Versions/A/CoreKDL
  0x7fff3e0e1000 -     0x7fff3e267fff  com.apple.SearchFoundation (1.0 - 386.6.4) <DD7CE143-1910-39D5-A3B6-AFBAB8DDAAB5> /System/Library/PrivateFrameworks/SearchFoundation.framework/Versions/A/SearchFoundation
  0x7fff3e268000 -     0x7fff3e4a0fff  com.apple.Photos (1.0 - 361.0.100) <01862577-90DC-399D-BCA8-6EFFE918BAE3> /System/Library/Frameworks/Photos.framework/Versions/A/Photos
  0x7fff3e4a1000 -     0x7fff3e503fff  com.apple.ImageCaptureCore (1711.5.2.1 - 1711.5.2.1) <2D23617B-4F3F-3AC8-B338-378A9F19B83E> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
  0x7fff3e504000 -     0x7fff3e529fff  com.apple.quartzfilters (1.10.0 - 98) <6A1BED58-A40D-317B-A247-0355F63F30BC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
  0x7fff3e557000 -     0x7fff3e581fff  com.apple.ToneLibrary (1.0 - 1) <D21349A6-58F9-3402-B73B-EC152AAC91E3> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
  0x7fff3e708000 -     0x7fff3e774fff  com.apple.Safari.Core (16611 - 16611.3.10.1.19) <46A946A2-AF9B-36A7-93AD-75E7A0C519AC> /System/Library/PrivateFrameworks/SafariCore.framework/Versions/A/SafariCore
  0x7fff3e775000 -     0x7fff3e8d7fff  com.apple.MediaPlayer (1.0 - 1.0) <ED8A04EE-101B-3833-9343-3209B1AE0BDE> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
  0x7fff3e8d8000 -     0x7fff3ebb9fff  com.apple.iTunesCloud (1.0 - 1) <7431AB52-94A3-3553-9D9C-F7150EA0E5EB> /System/Library/PrivateFrameworks/iTunesCloud.framework/Versions/A/iTunesCloud
  0x7fff3ebe5000 -     0x7fff3ed0dfff  com.apple.AnnotationKit (1.0 - 383.6.1) <796BD6AA-96F3-31BE-9BBE-20253F67B776> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
  0x7fff3ed0e000 -     0x7fff3f1aefff  com.apple.QuartzComposer (5.1 - 383) <C2D693D4-C963-3B3C-BB41-806A573E2C7B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
  0x7fff3f1af000 -     0x7fff3f297fff  com.apple.PDFKit (1.0 - 950.40.3) <65033500-1739-3A4F-B488-98B52A922B9F> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
  0x7fff3fa54000 -     0x7fff3fa5ffff  com.apple.BridgeXPC (1.0 - 37.100.1) <863C3EA6-7496-33DA-9FF4-DCBE8B41ECF2> /System/Library/PrivateFrameworks/BridgeXPC.framework/Versions/A/BridgeXPC
  0x7fff3ff99000 -     0x7fff3ffcffff  com.apple.MobileInstallation (2.0 - 1.0) <4795B3CF-E3D8-3B5F-A827-4465DFF34840> /System/Library/PrivateFrameworks/MobileInstallation.framework/Versions/A/MobileInstallation
  0x7fff40516000 -     0x7fff405d1fff  com.apple.AssetsLibraryServices (1.0 - 361.0.100) <52197DC4-4E13-3BC9-9770-2DD2BBE5477A> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/Versions/A/AssetsLibraryServices
  0x7fff405d2000 -     0x7fff40cbefff  com.apple.PhotoLibraryServices (1.0 - 361.0.100) <A7FEA3EF-1812-3065-95CF-85AD4F95830F> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/PhotoLibraryServices
  0x7fff40cbf000 -     0x7fff40cf8fff  com.apple.siri.DistributedEvaluation (1.0 - 36.3) <111B4A9A-507E-37CE-9350-DAA397BB483E> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/Versions/A/DistributedEvaluation
  0x7fff40d9f000 -     0x7fff40daafff  com.apple.CaptiveNetworkSupport (13.0 - 1) <D4BA3DFE-93EF-3636-BF49-FC933F7D3081> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNetwork
  0x7fff411f7000 -     0x7fff411fafff  com.apple.quartzframework (1.5 - 25) <2A389DA9-EB10-3557-92DD-CF8EE6D4565F> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
  0x7fff417e2000 -     0x7fff41804fff  com.apple.LocalAuthenticationUI (1.0 - 827.140.1) <A2A10830-87E9-3785-B3AD-2B180D88DC09> /System/Library/PrivateFrameworks/LocalAuthenticationUI.framework/Versions/A/LocalAuthenticationUI
  0x7fff419e7000 -     0x7fff41a43fff  com.apple.AppStoreDaemon (1.0 - 1) <5245D3C0-CC11-3E83-9D93-3E9CE73FCD2D> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/Versions/A/AppStoreDaemon
  0x7fff42cbd000 -     0x7fff43a1dfff  libfaceCore.dylib (4.3.2) <A2B58F68-BAE5-3B53-AC32-9781B5586126> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
  0x7fff43a1e000 -     0x7fff43b31fff  com.apple.TextRecognition (1.0 - 157) <E5D6CE16-D9BF-3684-902E-66A4FED300D2> /System/Library/PrivateFrameworks/TextRecognition.framework/Versions/A/TextRecognition
  0x7fff43b32000 -     0x7fff43b4afff  com.apple.Futhark (1.0 - 1) <645A4604-E864-3355-846B-AB8283EEEC88> /System/Library/PrivateFrameworks/Futhark.framework/Versions/A/Futhark
  0x7fff43b4b000 -     0x7fff43baafff  com.apple.DifferentialPrivacy (1.0 - 1) <F40DD2AE-512D-3FE9-B799-6A798F6D2A6C> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/Versions/A/DifferentialPrivacy
  0x7fff43bab000 -     0x7fff43bc4fff  com.apple.SafariFoundation (16611 - 16611.3.10.1.19) <C963FCB2-7B6C-3895-BEBE-D6875DC6C536> /System/Library/PrivateFrameworks/SafariFoundation.framework/Versions/A/SafariFoundation
  0x7fff43fb2000 -     0x7fff43fc8fff  com.apple.AuthenticationServices (12.0 - 1.0) <CD965CC3-4F62-3E6A-AB14-2D89183749E9> /System/Library/Frameworks/AuthenticationServices.framework/Versions/A/AuthenticationServices
  0x7fff446a8000 -     0x7fff446acfff  com.apple.DAAPKit (1.0 - 1) <8DB67F7D-5048-386A-91E0-18E427978989> /System/Library/PrivateFrameworks/DAAPKit.framework/Versions/A/DAAPKit
  0x7fff45d9a000 -     0x7fff45e46fff  com.apple.MMCS (1.3 - 573) <465C7FB9-0958-38C1-B31E-A35CF43B2CB9> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
  0x7fff45e47000 -     0x7fff45eb3fff  com.apple.acg.InertiaCam (1.0 - 1) <5FA6A256-0B90-3CE9-A77A-D0B549AF6A1F> /System/Library/PrivateFrameworks/InertiaCam.framework/Versions/A/InertiaCam
  0x7fff46023000 -     0x7fff46026fff  libpmenergy.dylib (227.140.1) <053C8905-99F2-3723-8762-534AA7317BBA> /usr/lib/libpmenergy.dylib
  0x7fff47d47000 -     0x7fff47d88fff  com.apple.osanalytics.OSAnalytics (1.0 - 1) <4A29103B-7A09-313F-9406-F21F29DAB78E> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
  0x7fff47ec3000 -     0x7fff48038fff  com.apple.CloudPhotoLibrary (1.0 - 361.0.100) <B7357576-9522-3996-9833-4F73DF73E49D> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/Versions/A/CloudPhotoLibrary
  0x7fff48039000 -     0x7fff48045fff  com.apple.DCIMServices (1.0 - 361.0.100) <F3A721F3-C9D2-3EE2-A827-AED1745DA163> /System/Library/PrivateFrameworks/DCIMServices.framework/Versions/A/DCIMServices
  0x7fff485d6000 -     0x7fff485f1fff  com.apple.network.statistics.framework (1.2 - 1) <7384F223-5C4B-3316-9145-2EA17F7CE0D6> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
  0x7fff488e4000 -     0x7fff488ebfff  com.apple.MobileSystemServices (1.0 - 1) <CB297A50-C813-31E3-BF4A-649171928DA3> /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices
  0x7fff48c61000 -     0x7fff48c88fff  com.apple.photo.MediaConversionService (6.0 - 361.0.100) <4BB9E4D5-D8A0-3E45-98BF-44AE55B88673> /System/Library/PrivateFrameworks/MediaConversionService.framework/Versions/A/MediaConversionService
  0x7fff49725000 -     0x7fff49926fff  com.apple.photo.NeutrinoCore (1.0 - 361.0.100) <45B91BC5-85ED-3333-B9DA-D906EA3C607B> /System/Library/PrivateFrameworks/NeutrinoCore.framework/Versions/A/NeutrinoCore
  0x7fff4a6cf000 -     0x7fff4a73bfff  com.apple.PhotosFormats (1.0 - 361.0.100) <1DC1D734-A3FF-39ED-8F3A-8346022525FA> /System/Library/PrivateFrameworks/PhotosFormats.framework/Versions/A/PhotosFormats
  0x7fff4bab7000 -     0x7fff4bbc2fff  com.apple.CoreMediaStream (1.0 - 361.0.100) <54D4E4C1-3AF8-3F66-9ECC-5DC57ABFD643> /System/Library/PrivateFrameworks/CoreMediaStream.framework/Versions/A/CoreMediaStream
  0x7fff4d472000 -     0x7fff4d5c8fff  com.apple.photo.PhotoImaging (1.0 - 361.0.100) <C0D82615-AB25-30D6-B6B2-6D260936EA67> /System/Library/PrivateFrameworks/PhotoImaging.framework/Versions/A/PhotoImaging
  0x7fff4de03000 -     0x7fff4de4dfff  com.apple.PhotosImagingFoundation (6.0 - 361.0.100) <D927F5AC-BD15-3990-8397-58A8513F1281> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/Versions/A/PhotosImagingFoundation
  0x7fff4de4e000 -     0x7fff4de58fff  com.apple.CloudPhotoServices (1.0 - 361.0.100) <68A60F03-BECC-385D-B482-877141735FC5> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/CloudPhotoServices
  0x7fff4de59000 -     0x7fff4deb4fff  com.apple.acg.AutoLoop (1.0 - 1) <9693C10D-8524-385A-BAF1-6A4014E238AC> /System/Library/PrivateFrameworks/AutoLoop.framework/Versions/A/AutoLoop
  0x7fff4ecf8000 -     0x7fff4edf3fff  com.apple.AppleGVAFramework (108.7.2 - 108.7.2) <4D1FCB54-F769-33BE-82A2-E139BB98D517> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
  0x7fff4eeb5000 -     0x7fff4eeb6fff  libswiftOSLog.dylib (1) <D293BD42-653E-397F-8D0A-723AD05C7DAC> /usr/lib/swift/libswiftOSLog.dylib
  0x7fff51823000 -     0x7fff518c2fff  com.apple.Symbolication (12.5 - 64544.70.3) <7AFDB643-479C-37EE-BE8F-DD67EE9A3D94> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
  0x7fff51ab2000 -     0x7fff51ab5fff  libpmsample.dylib (227.140.1) <01BCCC95-1C84-38CE-9C1E-576AE1A44E37> /usr/lib/libpmsample.dylib
  0x7fff53d81000 -     0x7fff53d8dfff  com.apple.OSLog (1.0 - 1277.120.1) <D3B08701-EB5D-3391-961B-8DE0A7949EBC> /System/Library/Frameworks/OSLog.framework/Versions/A/OSLog
  0x7fff53f3a000 -     0x7fff54062fff  com.apple.InternalSwiftProtobuf (1.0 - 1.14.0) <56EAD2C9-2AFD-39AD-8141-5F449B0E29C8> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/Versions/A/InternalSwiftProtobuf
  0x7fff5414a000 -     0x7fff54180fff  com.apple.ReplayKit (1.0 - 1) <39FFBA8A-CF75-32F2-9649-EE3BDCBA6DA8> /System/Library/Frameworks/ReplayKit.framework/Versions/A/ReplayKit
  0x7fff54181000 -     0x7fff541a4fff  com.apple.StoreKit (1.0 - 1) <CB27157D-3811-3E01-ADA0-7975A035072E> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
  0x7fff541a5000 -     0x7fff541a8fff  com.apple.StoreKitUIMac (1.0 - 1) <F408F78E-67A2-3AD6-89CF-63D534140F4D> /System/Library/PrivateFrameworks/StoreKitUIMac.framework/Versions/A/StoreKitUIMac
  0x7fff5577a000 -     0x7fff5577dfff  com.apple.ForceFeedback (1.0.6 - 1.0.6) <DD35A529-F870-3C1A-9EA4-C3B572038E5D> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
  0x7fff6bcbd000 -     0x7fff6bcc3fff  libCoreFSCache.dylib (200.12) <B6360761-3B05-35AE-8E0C-F819414FD093> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
  0x7fff6bcc4000 -     0x7fff6bcc8fff  libCoreVMClient.dylib (200.12) <4D617E02-85B8-3BC2-82FE-5CEA77809181> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
  0x7fff6bcc9000 -     0x7fff6bcd8fff  com.apple.opengl (18.5.9 - 18.5.9) <610E765C-8C0D-3422-AD6E-636D3EBD2AD0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
  0x7fff6bcd9000 -     0x7fff6bcdbfff  libCVMSPluginSupport.dylib (18.5.9) <C7B33518-2685-3985-ABCB-FC3B0105748C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
  0x7fff6bcdc000 -     0x7fff6bce4fff  libGFXShared.dylib (18.5.9) <AD53ED9A-C694-3EF4-863E-898E88F6D84C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
  0x7fff6bce5000 -     0x7fff6bd18fff  libGLImage.dylib (18.5.9) <6C478ED9-E513-3E43-B9F1-D15A20A0EE85> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
  0x7fff6bd19000 -     0x7fff6bd55fff  libGLU.dylib (18.5.9) <D5473328-FD13-36A5-9CAC-CF4F59CDAA29> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
  0x7fff6beea000 -     0x7fff6bef4fff  libGL.dylib (18.5.9) <08A0476A-D04F-3816-AA4D-11EC2467F748> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
  0x7fff6d334000 -     0x7fff6d38cfff  com.apple.opencl (4.6 - 4.6) <8C87D26C-12C6-33E8-AE32-45B699667DB3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
  0x7fff6e43e000 -     0x7fff6e525fff  com.apple.audio.AVFAudio (1.0 - 477.88) <DAC24D27-B0FD-338B-8AB8-F8537A6B427D> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
  0x7fff6fa5d000 -     0x7fff6fa5dfff  com.apple.AuthenticationServicesCore (1.0 - ???) <1A7AAC24-21AB-3003-9FED-14D1039C3591> /System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/Versions/A/AuthenticationServicesCore
  0x7fff6faab000 -     0x7fff6fabdfff  com.apple.CMImaging (1.0 - 82.6) <77B8329C-A918-3B78-B9A9-628B3D41C920> /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging
  0x7fff71df0000 -     0x7fff72579fff  com.apple.PegasusAPI (1.0 - 386.6.4) <7CF748FC-DC49-35DD-83A6-5773C9A8C78E> /System/Library/PrivateFrameworks/PegasusAPI.framework/Versions/A/PegasusAPI
  0x7fff73ddb000 -     0x7fff73de6fff  com.apple.SymptomAnalytics (1.0 - 1431.140.1) <EA275388-43EE-3C42-8522-171E1A2E8E10> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/Versions/A/SymptomAnalytics
  0x7fff73ffc000 -     0x7fff74014fff  com.apple.SymptomPresentationFeed (1.0 - 1431.140.1) <7E07BCF0-2908-305B-AE87-FCDE960DC331> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/Versions/A/SymptomPresentationFeed
  0x7fff77923000 -     0x7fff7792afff  libRosetta.dylib (203.58) <AC9E8A76-FCAA-3F97-802A-D22EF770463B> /usr/lib/libRosetta.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: 13
  thread_create: 0
  thread_set_state: 0

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

                              VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
Dispatch continuations            64.0M        1 
Kernel Alloc Once                    8K        1 
MALLOC                            44.1M       17 
MALLOC guard page                   24K        5 
MALLOC_MEDIUM (reserved)         120.0M        1         reserved VM address space (unallocated)
Mach message                        24K        3 
Memory Tag 253                    32.0G     1378 
Memory Tag 254                     768K       11 
Memory Tag 255                     1.1T      278 
Memory Tag 255 (reserved)          448K        7         reserved VM address space (unallocated)
STACK GUARD                       56.1M       19 
Stack                             92.1M       19 
VM_ALLOCATE                       1192K       19 
__CTF                               759        1 
__DATA                            29.0M      560 
__DATA_CONST                      39.3M      395 
__DATA_DIRTY                      2005K      252 
__FONT_DATA                          4K        1 
__LINKEDIT                       521.4M       31 
__OBJC_RO                         70.3M        1 
__OBJC_RW                         2496K        2 
__TEXT                           647.4M      559 
__UNICODE                          588K        1 
mapped file                       47.4M        8 
shared memory                      300K        6 
===========                     =======  ======= 
TOTAL                              1.1T     3577 
TOTAL, minus reserved VM space     1.1T     3577 

Model: iMac17,1, BootROM 170.0.0.0.0, 4 processors, Quad-Core Intel Core i7, 4 GHz, 32 GB, SMC 2.34f3
Graphics: kHW_AMDRadeonR9M395Item, AMD Radeon R9 M395, spdisplays_pcie_device, 2 GB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1867 MHz, 0x00, -
Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1867 MHz, 0x00, -
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1867 MHz, 0x85F7, 0x48363431475536374733313836470000
Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1867 MHz, 0x85F7, 0x48363431475536374733313836470000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x14A), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1680.11)
Bluetooth: Version 8.0.5d7, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Synology 1, Ethernet, en9
Network Service: Synology AUX, Ethernet, en15
Network Service: Synology 2, Ethernet, en16
Network Service: iPhone 2, Ethernet, en14
PCI Card: Apple 57762-A0, sppci_ethernet, Thunderbolt@10,0,0
PCI Card: Apple 57762-A0, sppci_ethernet, Thunderbolt@195,0,0
Serial ATA Device: unknown
USB Device: USB 3.0 Bus
USB Device: Ugreen Storage Device
USB Device: External USB 3.0
USB Device: USB3.0 Hub
USB Device: USB3.0 Hub
USB Device: USB 10/100/1G/2.5G LAN
USB Device: Ugreen Storage Device
USB Device: USB2.0 Hub
USB Device: iPhone
USB Device: USB2.0 Hub
USB Device: USB2.1 Hub
USB Device: Astro A50
USB Device: Sound Blaster X4
USB Device: Bluetooth USB Host Controller
USB Device: FaceTime HD Camera (Built-in)
Thunderbolt Bus: iMac, Apple Inc., 28.1
Thunderbolt Device: Thunderbolt to Gigabit Ethernet Adapter, Apple Inc., 1, 5.5
Thunderbolt Device: Thunderbolt to Gigabit Ethernet Adapter, Apple Inc., 3, 5.5

@pinetreemoonlight
Copy link

Happens to me on stable, ptb and canary on macOS today.

@edwloef
Copy link

edwloef commented Oct 2, 2024

This is also happening on stable, on Linux.

@zqpvr
Copy link

zqpvr commented Oct 2, 2024

this is also happening on steam deck

@jupjohn
Copy link

jupjohn commented Oct 3, 2024

Another "happens to me too" comment to add to the pool:

Using the AUR package discord-electron-openasar and have the same issue going from 0.69 to 0.70. Downloading the official tarball, extracting & running it to apply the updates, then launching the openasar patch solves it.

@orblazer
Copy link

orblazer commented Oct 4, 2024

Hello,
I have similar issue with https://archlinux.org/packages/extra/x86_64/discord/ and https://aur.archlinux.org/packages/vencord-installer-cli-bin packages.

The issue is caused only when i start discord from .desktop file, and its work fine if i run it from terminal with /usr/bin/discord.

This is my journalctl when is crashing :

ct 04 14:59:55 pc-orblazer systemd[914]: Started Discord - Internet Messenger.
Oct 04 14:59:55 pc-orblazer discord[13693]: [OpenAsar > Init] OpenAsar nightly-f92ee8c
Oct 04 14:59:55 pc-orblazer discord[13693]: [OpenAsar > Settings] /home/orblazer/.config/discord/settings.json {
Oct 04 14:59:55 pc-orblazer discord[13693]:   BACKGROUND_COLOR: '#2E3440',
Oct 04 14:59:55 pc-orblazer discord[13693]:   IS_MAXIMIZED: true,
Oct 04 14:59:55 pc-orblazer discord[13693]:   IS_MINIMIZED: false,
Oct 04 14:59:55 pc-orblazer discord[13693]:   WINDOW_BOUNDS: { x: 2255, y: 281, width: 1272, height: 665 },
Oct 04 14:59:55 pc-orblazer discord[13693]:   SKIP_HOT_UPDATE: true,
Oct 04 14:59:55 pc-orblazer discord[13693]:   debugLogging: false,
Oct 04 14:59:55 pc-orblazer discord[13693]:   DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING: true,
Oct 04 14:59:55 pc-orblazer discord[13693]:   MIN_WIDTH: 940,
Oct 04 14:59:55 pc-orblazer discord[13693]:   MIN_HEIGHT: 500,
Oct 04 14:59:55 pc-orblazer discord[13693]:   chromiumSwitches: {},
Oct 04 14:59:55 pc-orblazer discord[13693]:   openasar: { setup: true },
Oct 04 14:59:55 pc-orblazer discord[13693]:   trayBalloonShown: true
Oct 04 14:59:55 pc-orblazer discord[13693]: }
Oct 04 14:59:55 pc-orblazer discord[13693]: [OpenAsar > BuildInfo] { releaseChannel: 'stable', version: '0.0.70' }
Oct 04 14:59:55 pc-orblazer discord[13693]: [OpenAsar > Modules] Checking
Oct 04 14:59:55 pc-orblazer discord[13746]: [13746:1004/145955.630796:ERROR:ffmpeg_common.cc(965)] Unsupported pixel format: -1
Oct 04 14:59:55 pc-orblazer discord[13693]: Optional module ./ElectronTestRpc was not included.
Oct 04 14:59:56 pc-orblazer discord[13799]: spdlog fatal error: Failed opening file discord_utils.log for writing: Permission denied
Oct 04 14:59:56 pc-orblazer systemd-coredump[13845]: Process 13799 (Discord) of user 1000 terminated abnormally with signal 6/ABRT, processing...
Oct 04 14:59:56 pc-orblazer systemd[1]: Started Process Core Dump (PID 13845/UID 0).
Oct 04 14:59:57 pc-orblazer systemd-coredump[13846]: [🡕] Process 13799 (Discord) of user 1000 dumped core.
                                                     
                                                     Module /home/orblazer/.config/discord/0.0.70/modules/discord_utils/node_modules/macos-notification-state/build/Release/notificationstate.node without build-id.
                                                     Stack trace of thread 13799:
                                                     #0  0x0000740506f273f4 n/a (libc.so.6 + 0x963f4)
                                                     #1  0x0000740506ece120 raise (libc.so.6 + 0x3d120)
                                                     #2  0x0000740506eb54c3 abort (libc.so.6 + 0x244c3)
                                                     #3  0x00007404f58953c3 n/a (/home/orblazer/.config/discord/0.0.70/modules/discord_utils/discord_utils.node + 0x643c3)
                                                     ELF object binary architecture: AMD x86-64

@Ariche2
Copy link

Ariche2 commented Oct 5, 2024

Can recreate it even in a terminal launch. My discord executable is in /usr/bin, if I cd there and run it, it'll crash. Agree with @Rexogamer :

edit: this seems to work because it lets the app write to the log file, so the param might not actually be the fix - running Discord in a directory with write access might be the real reason why this works

See terminal output below;

[xyz@DYNAMO bin]$ discord
[Vencord] Starting up...
[Vencord] Loading original Discord app.asar
[OpenAsar > Init] OpenAsar nightly-f92ee8c
[OpenAsar > Settings] /home/xyz/.config/discord/settings.json {
  DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING: true,
  MIN_WIDTH: 940,
  MIN_HEIGHT: 500,
  IS_MAXIMIZED: true,
  IS_MINIMIZED: false,
  WINDOW_BOUNDS: { x: 320, y: 445, width: 1280, height: 720 },
  openasar: { setup: true },
  chromiumSwitches: {}
}
[OpenAsar > BuildInfo] { releaseChannel: 'stable', version: '0.0.70' }
[OpenAsar > Modules] Checking
[20359:1005/141748.826156:ERROR:ffmpeg_common.cc(965)] Unsupported pixel format: -1
Optional module ./ElectronTestRpc was not included.
[WebContents] crashed (reason: crashed, exitCode: 134)... reloading
Optional module ./ElectronTestRpc was not included.
[WebContents] double crashed (reason: crashed, exitCode: 134)... RIP =(
[OpenAsar > Settings] Saved
notificationScreen.webContentsSend: win is invalid undefined.
[xyz@DYNAMO bin]$

@Ariche2
Copy link

Ariche2 commented Oct 5, 2024

strace confirms it, it's trying to write to /usr/bin/discord_utils.log

Here is the offending strace line when I run discord from /usr/bin:

openat(AT_FDCWD</usr/bin>, "discord_utils.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = -1 EACCES (Permission denied)

And here it is when run from anywhere else;

openat(AT_FDCWD</home/xyz/.config/discord/0.0.70/modules/discord_utils>, "discord_utils.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 73</home/xyz/.config/discord/0.0.70/modules/discord_utils/discord_utils.log>

I symlinked /usr/bin/discord_utils.log to ~/.config/discord/.../discord_utils.log, and then had to do the same for "discord_krisp.log". After that it works :)

Here's the needed files / symlinks, at least for me:

touch ~/.config/discord/0.0.70/modules/discord_utils/discord_utils.log
sudo ln -s ~/.config/discord/0.0.70/modules/discord_utils/discord_utils.log /usr/bin/discord_utils.log 

touch ~/.config/discord/0.0.70/modules/discord_krisp/discord_krisp.log
sudo ln -s ~/.config/discord/0.0.70/modules/discord_utils/discord_krisp.log /usr/bin/discord_krisp.log

@Rexogamer
Copy link
Author

just wanted to note that Canary w/OpenAsar has been working fine for me for a few days without any workarounds or further tweaking. I didn't need to use the symlinks provided above - hopefully whatever fixed this rolls out to all channels soon :3

@edwloef
Copy link

edwloef commented Oct 9, 2024

This seems to be resolved with Discord 0.0.71 stable (on Linux)

@XxUnkn0wnxX
Copy link

XxUnkn0wnxX commented Oct 10, 2024

nope still broken on stable, now its stuck on the forever starting loading screen

stable 334258 (9ca9eeb) 
Host 0.0.322 x64 
Build Override: N/A 
macOS 11 (20.6.0)

it spins for days..
Screen Shot 2024-10-10 at 1 49 41 pm

and all it does is spin spin spin & never starts

if I start it from the terminal by invoking the binary directly it starts with a shit tone of errors:
https://gist.github.com/XxUnkn0wnxX/c2d8565fbeef723a079a8623637af4c4

but I can't run discord within the shell for everyday use it needs to start via the .app executable on its own on macOS

and the fix wont work for me since I'm on macOS the log directory is different + the error it self is a little different

Failed to get log directory:  TypeError: _paths.paths.getLogPath is not a function
    at getAndCreateLogDirectory (/Users/Admin/Library/Application Support/discord/0.0.322/modules/discord_desktop_core/core.asar/app/mainScreen.js:121:27)
    at Object.<anonymous> (/Users/Admin/Library/Application Support/discord/0.0.322/modules/discord_desktop_core/core.asar/app/mainScreen.js:136:16)
    at Module._compile (node:internal/modules/cjs/loader:1373:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1432:10)
    at Module.load (node:internal/modules/cjs/loader:1215:32)
    at Module._load (node:internal/modules/cjs/loader:1031:12)
    at c._load (node:electron/js2c/node_init:2:17025)
    at Module.require (node:internal/modules/cjs/loader:1240:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.<anonymous> (/Users/Admin/Library/Application Support/discord/0.0.322/modules/discord_desktop_core/core.asar/app/discord_native/browser/globalOverlay.js:11:19)
Optional module ./ElectronTestRpc was not included.

@Rexogamer
Copy link
Author

closing this issue - there haven't been any issues on my end since my last comment, and the lack of any comments (from Linux users) since @edwloef's suggest that this hasn't reappeared elsewhere. @XxUnkn0wnxX, your issue appears to be unrelated - if you're still encountering this, please open a new issue.

@XxUnkn0wnxX
Copy link

XxUnkn0wnxX commented Dec 3, 2024

nm I figured it out, my desktop client adguard was killing it for some reason..
as I was using it to block ads in youtube embeds but killed openasar for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests