altseed / Altseed2

Other
35 stars 7 forks source link

RenderedText のtestでバグ発生 #277

Closed wraikny closed 4 years ago

wraikny commented 4 years ago

https://github.com/altseed/Altseed2/pull/276 で発生。

これした時に

./Altseed_Core_Test --gtest_filter='Graphics.Rendered*'

正しい結果

クリア処理入ってないのは置いておいて

スクリーンショット 2020-03-06 1 07 55

同じ実行ファイルで頻繁にこうなる

スクリーンショット 2020-03-06 1 00 20

セグフォが発生することもある

Altseed_Core_Test(85382,0x114208d40) malloc: Incorrect checksum for freed object 0x7f955c6199c0: probably modified after being freed.
Corrupt value: 0x7fff8f2b17f8
Altseed_Core_Test(85382,0x114208d40) malloc: *** set a breakpoint in malloc_error_break to debug
fish: './Altseed_Core_Test --gtest_fil…' terminated by signal SIGABRT (Abort)
wraikny commented 4 years ago
Process:               Altseed_Core_Test [60630]
Path:                  /Users/USER/*/altseed_core_test
Identifier:            Altseed_Core_Test
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        fish [43524]
Responsible:           iTerm2 [406]
User ID:               501

Date/Time:             2020-03-07 01:56:32.810 +0900
OS Version:            Mac OS X 10.15 (19A603)
Report Version:        12
Bridge OS Version:     3.0 (14Y906)
Anonymous UUID:        A880CF55-13A9-EB2D-4A6C-B9B104D973F6

Sleep/Wake UUID:       93A421C6-3CCD-4ADD-BAB7-ED279D3DF556

Time Awake Since Boot: 17000 seconds
Time Since Wake:       12000 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
abort() called
altseed_core_test(60630,0x108765d40) malloc: Incorrect checksum for freed object 0x7f9b1c439828: probably modified after being freed.
Corrupt value: 0x0

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff6699d47a __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff66a5a707 pthread_kill + 384
2   libsystem_c.dylib               0x00007fff66925a08 abort + 120
3   libsystem_malloc.dylib          0x00007fff66a15d30 malloc_vreport + 548
4   libsystem_malloc.dylib          0x00007fff66a2bd3e malloc_zone_error + 183
5   libsystem_malloc.dylib          0x00007fff66a0e951 tiny_malloc_from_free_list + 1697
6   libsystem_malloc.dylib          0x00007fff66a0dcc6 tiny_malloc_should_clear + 272
7   libsystem_malloc.dylib          0x00007fff66a0dabe szone_malloc_should_clear + 66
8   libsystem_malloc.dylib          0x00007fff66a0c800 malloc_zone_malloc + 104
9   libsystem_malloc.dylib          0x00007fff66a0c77b malloc + 21
10  libc++abi.dylib                 0x00007fff639ed718 operator new(unsigned long) + 40
11  libAltseed_Core.dylib           0x00000001042e2c60 spv::Builder::addDecoration(unsigned int, spv::Decoration, int) + 48
12  libAltseed_Core.dylib           0x00000001042bb706 (anonymous namespace)::TGlslangToSpvTraverser::getSymbolId(glslang::TIntermSymbol const*) + 6198
13  libAltseed_Core.dylib           0x00000001042a92c3 (anonymous namespace)::TGlslangToSpvTraverser::visitSymbol(glslang::TIntermSymbol*) + 163
14  libAltseed_Core.dylib           0x00000001042aa68e (anonymous namespace)::TGlslangToSpvTraverser::visitBinary(glslang::TVisit, glslang::TIntermBinary*) + 1902
15  libAltseed_Core.dylib           0x000000010416cf11 glslang::TIntermBinary::traverse(glslang::TIntermTraverser*) + 33
16  libAltseed_Core.dylib           0x00000001042aba0b (anonymous namespace)::TGlslangToSpvTraverser::visitBinary(glslang::TVisit, glslang::TIntermBinary*) + 6891
17  libAltseed_Core.dylib           0x000000010416cf11 glslang::TIntermBinary::traverse(glslang::TIntermTraverser*) + 33
18  libAltseed_Core.dylib           0x00000001042aa17d (anonymous namespace)::TGlslangToSpvTraverser::visitBinary(glslang::TVisit, glslang::TIntermBinary*) + 605
19  libAltseed_Core.dylib           0x000000010416cf11 glslang::TIntermBinary::traverse(glslang::TIntermTraverser*) + 33
20  libAltseed_Core.dylib           0x000000010416d13c glslang::TIntermAggregate::traverse(glslang::TIntermTraverser*) + 236
21  libAltseed_Core.dylib           0x000000010416d13c glslang::TIntermAggregate::traverse(glslang::TIntermTraverser*) + 236
22  libAltseed_Core.dylib           0x00000001042b15bc (anonymous namespace)::TGlslangToSpvTraverser::visitAggregate(glslang::TVisit, glslang::TIntermAggregate*) + 13100
23  libAltseed_Core.dylib           0x000000010416d079 glslang::TIntermAggregate::traverse(glslang::TIntermTraverser*) + 41
24  libAltseed_Core.dylib           0x00000001042a7262 glslang::GlslangToSpv(glslang::TIntermediate const&, std::__1::vector<unsigned int, std::__1::allocator<unsigned int> >&, spv::SpvBuildLogger*, glslang::SpvOptions*) + 4354
25  libAltseed_Core.dylib           0x00000001042a6130 glslang::GlslangToSpv(glslang::TIntermediate const&, std::__1::vector<unsigned int, std::__1::allocator<unsigned int> >&, glslang::SpvOptions*) + 48
26  libAltseed_Core.dylib           0x0000000103bf9640 Altseed::SPIRVGenerator::Generate(char const*, Altseed::ShaderStageType) + 816 (ShaderTranspiler.cpp:188)
27  libAltseed_Core.dylib           0x0000000103be9559 Altseed::ShaderCompiler::Compile(char const*, char const*, Altseed::ShaderStageType) + 105 (ShaderCompiler.cpp:51)
28  libAltseed_Core.dylib           0x0000000103b61b43 Altseed::BuiltinShader::Create(Altseed::BuiltinShaderType) + 195 (BuiltinShader.cpp:94)
29  libAltseed_Core.dylib           0x0000000103b58417 Altseed::BatchRenderer::BatchRenderer(std::__1::shared_ptr<Altseed::Graphics>) + 743 (BatchRenderer.cpp:18)
30  libAltseed_Core.dylib           0x0000000103b58b95 Altseed::BatchRenderer::BatchRenderer(std::__1::shared_ptr<Altseed::Graphics>) + 21 (BatchRenderer.cpp:21)
31  libAltseed_Core.dylib           0x0000000103bdf25c std::__1::__compressed_pair_elem<Altseed::BatchRenderer, 1, false>::__compressed_pair_elem<std::__1::shared_ptr<Altseed::Graphics>&, 0ul>(std::__1::piecewise_construct_t, std::__1::tuple<std::__1::shared_ptr<Altseed::Graphics>&>, std::__1::__tuple_indices<0ul>) + 76 (memory:2156)
32  libAltseed_Core.dylib           0x0000000103bdf1b5 std::__1::__compressed_pair<std::__1::allocator<Altseed::BatchRenderer>, Altseed::BatchRenderer>::__compressed_pair<std::__1::allocator<Altseed::BatchRenderer>&, std::__1::shared_ptr<Altseed::Graphics>&>(std::__1::piecewise_construct_t, std::__1::tuple<std::__1::allocator<Altseed::BatchRenderer>&>, std::__1::tuple<std::__1::shared_ptr<Altseed::Graphics>&>) + 101 (memory:2260)
33  libAltseed_Core.dylib           0x0000000103bdee45 std::__1::__compressed_pair<std::__1::allocator<Altseed::BatchRenderer>, Altseed::BatchRenderer>::__compressed_pair<std::__1::allocator<Altseed::BatchRenderer>&, std::__1::shared_ptr<Altseed::Graphics>&>(std::__1::piecewise_construct_t, std::__1::tuple<std::__1::allocator<Altseed::BatchRenderer>&>, std::__1::tuple<std::__1::shared_ptr<Altseed::Graphics>&>) + 37 (memory:2260)
34  libAltseed_Core.dylib           0x0000000103bded8c std::__1::__shared_ptr_emplace<Altseed::BatchRenderer, std::__1::allocator<Altseed::BatchRenderer> >::__shared_ptr_emplace<std::__1::shared_ptr<Altseed::Graphics>&>(std::__1::allocator<Altseed::BatchRenderer>, std::__1::shared_ptr<Altseed::Graphics>&) + 124 (memory:3672)
35  libAltseed_Core.dylib           0x0000000103bde92d std::__1::__shared_ptr_emplace<Altseed::BatchRenderer, std::__1::allocator<Altseed::BatchRenderer> >::__shared_ptr_emplace<std::__1::shared_ptr<Altseed::Graphics>&>(std::__1::allocator<Altseed::BatchRenderer>, std::__1::shared_ptr<Altseed::Graphics>&) + 29 (memory:3673)
36  libAltseed_Core.dylib           0x0000000103bde725 std::__1::shared_ptr<Altseed::BatchRenderer> std::__1::shared_ptr<Altseed::BatchRenderer>::make_shared<std::__1::shared_ptr<Altseed::Graphics>&>(std::__1::shared_ptr<Altseed::Graphics>&) + 181 (memory:4331)
37  libAltseed_Core.dylib           0x0000000103bda1bf std::__1::enable_if<!(is_array<Altseed::BatchRenderer>::value), std::__1::shared_ptr<Altseed::BatchRenderer> >::type std::__1::make_shared<Altseed::BatchRenderer, std::__1::shared_ptr<Altseed::Graphics>&>(std::__1::shared_ptr<Altseed::Graphics>&) + 47 (memory:4710)
38  libAltseed_Core.dylib           0x0000000103bda00a Altseed::Renderer::Renderer(std::__1::shared_ptr<Altseed::Window>, std::__1::shared_ptr<Altseed::Graphics>) + 170 (Renderer.cpp:29)
39  libAltseed_Core.dylib           0x0000000103bda315 Altseed::Renderer::Renderer(std::__1::shared_ptr<Altseed::Window>, std::__1::shared_ptr<Altseed::Graphics>) + 21 (Renderer.cpp:32)
40  libAltseed_Core.dylib           0x0000000103bd9e0b std::__1::shared_ptr<Altseed::Renderer> Altseed::MakeAsdShared<Altseed::Renderer, std::__1::shared_ptr<Altseed::Window>&, std::__1::shared_ptr<Altseed::Graphics>&>(std::__1::shared_ptr<Altseed::Window>&, std::__1::shared_ptr<Altseed::Graphics>&) + 139 (BaseObject.h:66)
41  libAltseed_Core.dylib           0x0000000103bd9d47 Altseed::Renderer::Initialize(std::__1::shared_ptr<Altseed::Window>, std::__1::shared_ptr<Altseed::Graphics>) + 39 (Renderer.cpp:22)
42  libAltseed_Core.dylib           0x0000000103b4cf23 Altseed::Core::Initialize(char16_t const*, int, int, std::__1::shared_ptr<Altseed::Configuration>) + 3683 (Core.cpp:97)
43  altseed_core_test               0x00000001034a8b4c Graphics_Tool_Test::TestBody() + 60 (Graphics.cpp:315)
44  altseed_core_test               0x000000010353c71e void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) + 126 (gtest.cc:2447)
45  altseed_core_test               0x000000010350716b void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) + 123 (gtest.cc:2483)
46  altseed_core_test               0x00000001035070a3 testing::Test::Run() + 211 (gtest.cc:2529)
47  altseed_core_test               0x00000001035082c2 testing::TestInfo::Run() + 226 (gtest.cc:2701)
48  altseed_core_test               0x0000000103509213 testing::TestSuite::Run() + 259 (gtest.cc:2827)
49  altseed_core_test               0x0000000103515c96 testing::internal::UnitTestImpl::RunAllTests() + 1046 (gtest.cc:5284)
50  altseed_core_test               0x000000010354131e bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) + 126 (gtest.cc:2447)
51  altseed_core_test               0x000000010351560b bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) + 123 (gtest.cc:2483)
52  altseed_core_test               0x00000001035154e0 testing::UnitTest::Run() + 208 (gtest.cc:4873)
53  altseed_core_test               0x00000001034638e1 RUN_ALL_TESTS() + 17 (gtest.h:2453)
54  altseed_core_test               0x00000001034638c8 main + 40 (Core.cpp:11)
55  libdyld.dylib                   0x00007fff6684e405 start + 1

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

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

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

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

Thread 5:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff66997146 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff669976ac mach_msg + 60
2   com.apple.CoreFoundation        0x00007fff2f55019b __CFRunLoopServiceMachPort + 322
3   com.apple.CoreFoundation        0x00007fff2f54f737 __CFRunLoopRun + 1695
4   com.apple.CoreFoundation        0x00007fff2f54ee13 CFRunLoopRunSpecific + 499
5   com.apple.AppKit                0x00007fff2c779026 _NSEventThread + 132
6   libsystem_pthread.dylib         0x00007fff66a5ad76 _pthread_start + 125
7   libsystem_pthread.dylib         0x00007fff66a575d7 thread_start + 15

Thread 6:: AMCP Logging Spool
0   libsystem_kernel.dylib          0x00007fff66997182 semaphore_wait_trap + 10
1   com.apple.audio.caulk           0x00007fff62a71ec6 caulk::mach::semaphore::wait() + 16
2   com.apple.audio.caulk           0x00007fff62a6d442 caulk::semaphore::timed_wait(double) + 106
3   com.apple.audio.caulk           0x00007fff62a70a14 caulk::concurrent::details::worker_thread::run() + 30
4   com.apple.audio.caulk           0x00007fff62a70b64 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         0x00007fff66a5ad76 _pthread_start + 125
6   libsystem_pthread.dylib         0x00007fff66a575d7 thread_start + 15

Thread 7:
0   libsystem_kernel.dylib          0x00007fff66997182 semaphore_wait_trap + 10
1   com.apple.audio.caulk           0x00007fff62a71ec6 caulk::mach::semaphore::wait() + 16
2   com.apple.audio.caulk           0x00007fff62a6d442 caulk::semaphore::timed_wait(double) + 106
3   com.apple.audio.caulk           0x00007fff62a70a14 caulk::concurrent::details::worker_thread::run() + 30
4   com.apple.audio.caulk           0x00007fff62a70b64 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         0x00007fff66a5ad76 _pthread_start + 125
6   libsystem_pthread.dylib         0x00007fff66a575d7 thread_start + 15

Thread 8:
0   libsystem_pthread.dylib         0x00007fff66a575b4 start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib         0x00007fff66a575b4 start_wqthread + 0

Thread 10:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib          0x00007fff66997146 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff669976ac mach_msg + 60
2   com.apple.audio.CoreAudio       0x00007fff2ecb20c3 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 111
3   com.apple.audio.CoreAudio       0x00007fff2ebac462 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 2677
4   com.apple.audio.CoreAudio       0x00007fff2ece261c HALB_IOThread::Entry(void*) + 72
5   libsystem_pthread.dylib         0x00007fff66a5ad76 _pthread_start + 125
6   libsystem_pthread.dylib         0x00007fff66a575d7 thread_start + 15

Thread 11:
0   libsystem_kernel.dylib          0x00007fff6699b012 __semwait_signal + 10
1   libsystem_c.dylib               0x00007fff6691e122 nanosleep + 196
2   libc++.1.dylib                  0x00007fff639a2988 std::__1::this_thread::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > const&) + 73
3   altseed_core_test               0x00000001035542df void std::__1::this_thread::sleep_for<long long, std::__1::ratio<1l, 1000l> >(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> > const&) + 175 (thread:450)
4   libAltseed_Core.dylib           0x0000000103d4f02d osm::Manager_Impl_OpenAL::ThreadFuncInternal() + 845 (osm.Manager_Impl_OpenAL.cpp:55)
5   libAltseed_Core.dylib           0x0000000103d4f23d osm::Manager_Impl_OpenAL::ThreadFunc(void*) + 29 (osm.Manager_Impl_OpenAL.cpp:130)
6   libAltseed_Core.dylib           0x0000000103d521c5 decltype(std::__1::forward<void (*)(void*)>(fp)(std::__1::forward<osm::Manager_Impl_OpenAL*>(fp0))) std::__1::__invoke<void (*)(void*), osm::Manager_Impl_OpenAL*>(void (*&&)(void*), osm::Manager_Impl_OpenAL*&&) + 53 (type_traits:4361)
7   libAltseed_Core.dylib           0x0000000103d5210e void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(void*), osm::Manager_Impl_OpenAL*, 2ul>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(void*), osm::Manager_Impl_OpenAL*>&, std::__1::__tuple_indices<2ul>) + 62 (thread:343)
8   libAltseed_Core.dylib           0x0000000103d51926 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(void*), osm::Manager_Impl_OpenAL*> >(void*) + 118 (thread:352)
9   libsystem_pthread.dylib         0x00007fff66a5ad76 _pthread_start + 125
10  libsystem_pthread.dylib         0x00007fff66a575d7 thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000108765d40  rcx: 0x00007ffeec7a6d48  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffeec7a6d70  rsp: 0x00007ffeec7a6d48
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000246
  r12: 0x0000000000000307  r13: 0x0000000000000043  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff6699d47a  rfl: 0x0000000000000246  cr2: 0x00000001085c1000

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

Binary Images:
       0x103455000 -        0x1035d1ffb +altseed_core_test (0) <1FD465C7-3757-3C0B-8F6C-D50137D73581> /Users/USER/*/altseed_core_test
       0x103b17000 -        0x1043e8fff +libAltseed_Core.dylib (0) <34EE81D4-E5D7-3C88-8A53-3B0184F6A323> /Users/USER/*/libAltseed_Core.dylib
       0x10869e000 -        0x10872c93f  dyld (732.8) <42C11B81-6928-369F-B03E-D57355572700> /usr/lib/dyld
       0x10aaca000 -        0x10aacd047  libobjc-trampolines.dylib (779.1) <F68D1952-845D-34A4-858E-B195DBF4805D> /usr/lib/libobjc-trampolines.dylib
       0x10db74000 -        0x10db78fff  com.apple.audio.AppleHDAHALPlugIn (283.14 - 283.14) <8CACA182-0FE9-3010-AD1B-008219664E3A> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x10db81000 -        0x10db85fff  com.apple.audio.AppleGFXHDAHALPlugIn (100.1.421 - 100.1.421) <755F3E80-9A94-33CE-9182-57334FE3B5A4> /System/Library/Extensions/AppleGFXHDA.kext/Contents/PlugIns/AppleGFXHDAHALPlugIn.bundle/Contents/MacOS/AppleGFXHDAHALPlugIn
       0x10db8e000 -        0x10dcebfff  com.apple.audio.units.Components (1.14 - 1.14) <71218F7F-54AC-3E50-8E24-913898AB4E1A> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x10dd1e000 -        0x10e17bfff  com.apple.audio.AudioDSPComponents (1.0 - 1) <83218E50-143F-3E0A-9E39-010C5085B1E5> /System/Library/Components/AudioDSP.component/Contents/MacOS/AudioDSP
       0x1102d1000 -        0x1102e3fff  com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <DEF2C444-07CF-32FF-81C0-AB471C55EFB0> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
    0x7fff22a7e000 -     0x7fff22a99ff7  libJapaneseConverter.dylib (76) <E5B7F68C-A567-35AD-99BA-A28EAA694A9A> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x7fff22d3d000 -     0x7fff22e58ffe  com.apple.AMDMTLBronzeDriver (3.0.68 - 3.0.0) <3810A315-7F73-32B6-BDBB-1C5FC25D4D8F> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
    0x7fff282a5000 -     0x7fff28678ff6  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (14.0.69 - 14.0.0) <B35FE2EB-B349-3709-8440-3A3E15AACEE6> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff2b2fb000 -     0x7fff2b2fbfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <956D070C-B522-3A08-891A-CAD6BA4082D1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2b2fc000 -     0x7fff2b312ff7  libCGInterfaces.dylib (524.2) <7F08322A-4AA0-3677-91CD-9D1588BDBE39> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff2b313000 -     0x7fff2b97efdf  com.apple.vImage (8.1 - 524.2) <45A48EA9-49AA-33A0-B830-AF754BD01009> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2b97f000 -     0x7fff2bbe7fff  libBLAS.dylib (1303) <112B19CC-925A-3E28-8B32-2002D30A37FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2bbe8000 -     0x7fff2bed7fdf  libBNNS.dylib (144.11.2) <A806AED9-837B-3C6C-AB0B-A41983C1CD07> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2bed9000 -     0x7fff2c27efff  libLAPACK.dylib (1303) <5C248B39-F233-3074-A3A5-AF8F436FBF87> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2c27f000 -     0x7fff2c294ff8  libLinearAlgebra.dylib (1303) <C21931B4-F6BD-324D-A2D9-F13EE8AFB29E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2c295000 -     0x7fff2c29aff3  libQuadrature.dylib (7) <826897ED-B7AD-33DC-B9CB-F9787784F312> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2c29b000 -     0x7fff2c30bfff  libSparse.dylib (103) <55467C29-2096-36AB-8A6D-5231A342809D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2c30c000 -     0x7fff2c31efef  libSparseBLAS.dylib (1303) <3244FCAF-A1FE-3248-AF22-BFB3E9D12555> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2c31f000 -     0x7fff2c4f8ffb  libvDSP.dylib (735) <E849AEB0-2995-38A4-B0C3-4ACEAF434D12> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2c4f9000 -     0x7fff2c5b4fd3  libvMisc.dylib (735) <D6248EC4-7772-37BB-87F7-9BAB7F5D31A0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2c5b5000 -     0x7fff2c5b5fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <79C1A1C7-E97A-3B7A-8737-444B402A7AA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2c5b6000 -     0x7fff2c614ffc  com.apple.Accounts (113 - 113) <33BCDB9E-2E27-3D12-B895-826145D156BC> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff2c75a000 -     0x7fff2d506ff9  com.apple.AppKit (6.9 - 1894) <1F4FBEF8-F3AC-31C2-BF04-381BC72E36D1> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2d556000 -     0x7fff2d556fff  com.apple.ApplicationServices (48 - 50) <E6AA41A2-C79F-3304-9A61-5500561D876D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff2d557000 -     0x7fff2d5c2fff  com.apple.ApplicationServices.ATS (377 - 493) <0EB214FD-E4D6-3045-A0A6-DCBCAE5F4165> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2d65b000 -     0x7fff2d699ffa  libFontRegistry.dylib (274) <1A3CE39E-14E7-338E-B1E5-7FA79B9B0065> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff2d6f4000 -     0x7fff2d723ff7  com.apple.ATSUI (1.0 - 1) <9391C527-15CE-3108-8922-CF0C2A50C082> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff2d724000 -     0x7fff2d728ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <EBA4F56C-3C82-3788-A168-3E77E116724B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2d7c3000 -     0x7fff2d819ffa  com.apple.HIServices (1.22 - 672) <C07B87F9-1D7B-3EC9-AC11-E97003ACDCD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff2d81a000 -     0x7fff2d828fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <C808B42C-C139-34C1-997F-032992D89762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2d829000 -     0x7fff2d86eff2  com.apple.print.framework.PrintCore (15 - 516) <43213BE5-C5E1-3AA8-8AFD-949AFF9FB2C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2d86f000 -     0x7fff2d879fff  com.apple.QD (4.0 - 413) <EFC01D3C-9012-3FCF-9149-457F530A43F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2d87a000 -     0x7fff2d887ff0  com.apple.speech.synthesis.framework (9.0.22 - 9.0.22) <CEA12143-A5DB-369B-B623-601CB9C9973B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2d888000 -     0x7fff2d968ffa  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <83A9998E-0669-326F-BA80-350FC70912E6> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2d96a000 -     0x7fff2d96afff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <AF1C9FB7-8A3C-367A-B9AB-8BF267DF79A7> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff2dce0000 -     0x7fff2e056ffe  com.apple.CFNetwork (1111 - 1111) <642753C5-5D26-3794-9A4C-4F63F226C01A> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff2e0d1000 -     0x7fff2e3c5ff9  com.apple.HIToolbox (2.1.1 - 992.1) <0EA6CBC4-33C5-3BA7-B37A-1C9D5F103796> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff2e410000 -     0x7fff2e416ff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <819268CF-2A9D-3321-A826-535CB1F1E694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff2e5b0000 -     0x7fff2e5b0fff  com.apple.Cocoa (6.11 - 23) <257CF015-7450-3FD1-AC41-AB55139F3036> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff2e5be000 -     0x7fff2e7a9ff7  com.apple.ColorSync (4.13.0 - 3394.1.4.1) <32A1AEE9-C3AA-3535-9C72-D89955D2DE85> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff2ea95000 -     0x7fff2efa4ffa  com.apple.audio.CoreAudio (5.0 - 5.0) <88827CE9-4055-3E5F-B7C1-4E9314E6D05C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff2eff7000 -     0x7fff2f02eff2  com.apple.CoreBluetooth (1.0 - 1) <7FBF1402-074C-3192-95AD-5F25FE5ECD8A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff2f02f000 -     0x7fff2f409fe8  com.apple.CoreData (120 - 969.3) <7E7B66BF-2A83-3D66-8674-7F58C369B61D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff2f40a000 -     0x7fff2f514ff6  com.apple.CoreDisplay (1.0 - 107) <722EBF44-A989-3079-A03C-8421B10E441F> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff2f515000 -     0x7fff2f994ff7  com.apple.CoreFoundation (6.9 - 1671.15) <BF8A8279-9C5E-37C6-8426-90C8182EFBDD> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff2f996000 -     0x7fff3000fff8  com.apple.CoreGraphics (2.0 - 1348.4.4.7) <5790BE2E-049E-39BA-B191-611CF7ECD017> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff3001d000 -     0x7fff30379ff2  com.apple.CoreImage (15.0.0 - 900.6) <12E02841-0FB0-30F5-8444-FD925B0DE49E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff308fc000 -     0x7fff308fcfff  com.apple.CoreServices (1069.2 - 1069.2) <C5F7AABC-BADC-3331-A7D6-9B0A82A23E58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff308fd000 -     0x7fff30982ff7  com.apple.AE (838 - 838) <7295ED82-7087-3602-9DCA-4FE205F6499C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff30983000 -     0x7fff30c64fff  com.apple.CoreServices.CarbonCore (1217 - 1217) <7AA0ECB3-0993-3081-A9EC-0365EF72B24D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff30c65000 -     0x7fff30cb2ff1  com.apple.DictionaryServices (1.2 - 321) <3D0FFBDE-E425-37C7-B780-39A3D024462A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff30cb3000 -     0x7fff30cbbff7  com.apple.CoreServices.FSEvents (1268.0.6 - 1268.0.6) <78D2AB1A-9053-3D32-8C18-C1DD31FF9400> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff30cbc000 -     0x7fff30ef4ff1  com.apple.LaunchServices (1069.2 - 1069.2) <68B4C10C-D536-33E9-9719-E7BA5B753F2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff30ef5000 -     0x7fff30f8dff1  com.apple.Metadata (10.7.0 - 2066.12) <249EA615-8446-3A36-B6B7-ED613C8B8148> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff30f8e000 -     0x7fff30fbbff7  com.apple.CoreServices.OSServices (1069.2 - 1069.2) <2FECF3BA-B785-35E2-85E9-2A2267801AA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff30fbc000 -     0x7fff31023fff  com.apple.SearchKit (1.4.1 - 1.4.1) <0068BD72-CF2B-34E4-B461-002D5E56C31C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff31024000 -     0x7fff31048ffd  com.apple.coreservices.SharedFileList (131 - 131) <61F62948-4109-38F0-BB91-5EBB6BEEAB10> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff31370000 -     0x7fff31524ffe  com.apple.CoreText (643.1.0.2 - 643.1.0.2) <83B0B75B-7B4A-315D-BC8B-8CB2E5D16EB8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff31525000 -     0x7fff31569fff  com.apple.CoreVideo (1.8 - 334.0) <54CC4AD8-7F5C-37D5-A26D-9C8C8A72BD41> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff3156a000 -     0x7fff315f7ff1  com.apple.framework.CoreWLAN (13.0 - 1448) <ACDBCA1F-3B08-3FC7-94CC-0EBC442AD0C9> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff3189d000 -     0x7fff318a3ff7  com.apple.DiskArbitration (2.7 - 2.7) <23104F29-F120-354B-97BE-4514A675BB14> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff31a96000 -     0x7fff31bb8fff  com.apple.FileProvider (253 - 253) <A87AADFF-4F14-3AD8-826B-98652EAC99AD> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff31bd0000 -     0x7fff31f97ff3  com.apple.Foundation (6.9 - 1671.15) <4BEAB72D-10AA-3009-B0F5-B82B4FE1C441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff32004000 -     0x7fff32033ff3  com.apple.GSS (4.0 - 2.0) <9520F096-C643-36D7-B8CB-3922B6E6D7EC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff3216d000 -     0x7fff32285ffd  com.apple.Bluetooth (7.0.0 - 7.0.0f8) <A80D68E6-051D-3C23-BF71-74F61CF98DD5> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff322e9000 -     0x7fff3238cffb  com.apple.framework.IOKit (2.0.2 - 1726.11.1) <9E81E92C-7EC2-330F-B0AF-BBFD9D3E46F6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff3238e000 -     0x7fff3239eff4  com.apple.IOSurface (269.6 - 269.6) <1E49AD7D-6067-3599-B015-765047D58C13> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff32411000 -     0x7fff3256cffe  com.apple.ImageIO.framework (3.3.0 - 1972.3.4.5) <5A42B908-2C44-3E65-A465-C6A219264F01> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff3256d000 -     0x7fff32570fff  libGIF.dylib (1972.3.4.5) <70153F11-6934-32DE-952B-290C6DDC5F1C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff32571000 -     0x7fff3262bfe7  libJP2.dylib (1972.3.4.5) <A354ED67-BECA-3368-AA2A-4643BBDF6425> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff3262c000 -     0x7fff32650fef  libJPEG.dylib (1972.3.4.5) <3DC331DE-874D-3347-94F6-DDBF2D793C9A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff328ce000 -     0x7fff328e8fe7  libPng.dylib (1972.3.4.5) <23E2F503-7300-3C99-BD21-A6449610AD50> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff328e9000 -     0x7fff328eafff  libRadiance.dylib (1972.3.4.5) <CB962B42-BBDB-3CE2-A120-BF9208FB0A13> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff328eb000 -     0x7fff32934fef  libTIFF.dylib (1972.3.4.5) <8E68D57C-6C0D-358E-9AF3-FD80D3378720> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff33d4f000 -     0x7fff33d61ff3  com.apple.Kerberos (3.0 - 1) <91DF5D16-E721-39F0-A77B-87DA6032F870> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff33d62000 -     0x7fff33d62fff  libHeimdalProxy.dylib (77) <51DB9CFB-808F-32E8-BB34-39F6702DBDED> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff34908000 -     0x7fff349caff1  com.apple.Metal (211.53 - 211.53) <A4C00DD5-73DD-3CFA-A515-EE9955CAD651> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff349cc000 -     0x7fff349e6ffc  com.apple.MetalKit (137.2 - 137.2) <E6C539EE-459B-373F-95A1-587318D91E4A> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff349e7000 -     0x7fff34a23ff3  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <54EC6486-7A3E-39D3-B213-EFCC4110E511> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff34a24000 -     0x7fff34aaafe6  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <144A9994-9AD3-340D-A890-C7F10DDEF489> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff34aab000 -     0x7fff34ad0ff0  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <6F07D520-B36C-38D5-810B-A95BA5F79B04> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff34ad1000 -     0x7fff34ae6ffc  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <73DBE1D5-89C4-3410-95DA-A384BF9C2C1E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff34ae7000 -     0x7fff34c46ff4  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <24338B34-481D-3564-917C-CD1DB243FD12> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff34c47000 -     0x7fff34c95ff7  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <75ABA9EB-752E-3E7E-BFBA-19806FB65924> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff34c96000 -     0x7fff34c97ff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <5EA47648-76E9-37CD-A2FC-A0083A769665> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff35bdd000 -     0x7fff35be9ffe  com.apple.NetFS (6.0 - 4.0) <10ECF7E4-98A5-3751-B7AC-0AAAF0050777> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff35bea000 -     0x7fff35d2dff6  com.apple.Network (1.0 - 1) <5C29B0D5-3811-32A8-9FF4-CA112F9526F4> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff3600e000 -     0x7fff36030fff  com.apple.audio.OpenAL (1.8 - 1.8) <D698F54D-6FD3-38B1-BE89-DA3D7BA247FF> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x7fff38754000 -     0x7fff387acff7  com.apple.opencl (3.5 - 3.5) <1874ACB3-DBF4-309A-A15D-ADB0C786C5B8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff387ad000 -     0x7fff387c9fff  com.apple.CFOpenDirectory (10.15 - 220.11.1) <6F4D018B-FA8B-35B2-8120-F8215DDA01CB> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff387ca000 -     0x7fff387d5fff  com.apple.OpenDirectory (10.15 - 220.11.1) <170173C2-DF22-3D11-914F-465AA7C4760A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff39130000 -     0x7fff39132fff  libCVMSPluginSupport.dylib (17.10.22) <4527BE3A-74F4-3BEB-963F-A4C29B31CF4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff39133000 -     0x7fff39138fff  libCoreFSCache.dylib (176.7) <BBD5A68D-2A0D-39C3-B103-12ABCD09CEE4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff39139000 -     0x7fff3913dfff  libCoreVMClient.dylib (176.7) <E789527C-4043-3B2A-A64C-D0B3FA74586F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3913e000 -     0x7fff39146ff7  libGFXShared.dylib (17.10.22) <659DDDE1-B688-3B05-A317-56D81B537BD4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff39147000 -     0x7fff39151fff  libGL.dylib (17.10.22) <FBF0CD8F-0052-3F47-A35B-74367687BD41> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff39152000 -     0x7fff39187fff  libGLImage.dylib (17.10.22) <A8F955E3-73CF-3C14-9DD7-AAB95233D569> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3931b000 -     0x7fff39357fff  libGLU.dylib (17.10.22) <674FC095-D986-3646-9E64-560075762B8D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff39d87000 -     0x7fff39d96ff7  com.apple.opengl (17.10.22 - 17.10.22) <3A6122C9-58FC-30F5-9591-C11C118EEE6B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3ad4f000 -     0x7fff3afccff2  com.apple.QuartzCore (1.11 - 815.6.4.4) <F3F17EB9-8C1D-397F-A04E-33FB9633EA26> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff3bb57000 -     0x7fff3be9bff9  com.apple.security (7.0 - 59306.11.20) <1B0AE660-0EC5-3497-ACE8-1AF2BB772BAB> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff3be9c000 -     0x7fff3bf24ff7  com.apple.securityfoundation (6.0 - 55236) <903B8365-1F35-3EB2-9821-9D2C440BE2DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3bf7d000 -     0x7fff3bf81ff8  com.apple.xpc.ServiceManagement (1.0 - 1) <EF42F840-AF78-38A4-B6E1-FDF445CA3477> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff3cd6b000 -     0x7fff3cdd5ff7  com.apple.SystemConfiguration (1.19 - 1.19) <C0C089C3-FC64-3107-B23E-4073E800C5D2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff40b29000 -     0x7fff40bedff7  com.apple.APFS (1412.11.7 - 1412.11.7) <71DAB6CE-FF14-373D-A183-F388C5D9FE84> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff41c08000 -     0x7fff41c09ff1  com.apple.AggregateDictionary (1.0 - 1) <92777CAE-3C90-39A4-A8AE-0273A262F875> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff42116000 -     0x7fff42133ffc  com.apple.AppContainer (4.0 - 448.0.5) <D1A3FE36-30E9-3525-9856-AC442F6DA6B1> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff42187000 -     0x7fff42195ff7  com.apple.AppSandbox (4.0 - 448.0.5) <2C9917BA-F75F-3C54-BC50-F41409E49C47> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff42619000 -     0x7fff4263dff3  com.apple.framework.Apple80211 (13.0 - 1453) <21BC8E1E-5642-3C65-B65B-2ABEFF1F5F61> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff42771000 -     0x7fff42780fdf  com.apple.AppleFSCompression (119 - 1.0) <725908C4-7585-3AB6-8A1A-691B8A9074B8> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff4287f000 -     0x7fff4288aff7  com.apple.AppleIDAuthSupport (1.0 - 1) <6BD125A5-9820-3176-AB79-8B612CCD6956> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff428cc000 -     0x7fff42914fff  com.apple.AppleJPEG (1.0 - 1) <8051B4A3-7658-3003-82D1-41CA5C83CBEC> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff42ced000 -     0x7fff42d0fffb  com.apple.applesauce (1.0 - 16.22) <88BFDA72-8D13-3481-B4FA-62215F6E2E43> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff42dcf000 -     0x7fff42dd2ffb  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <7BFAE3D7-0ABE-3AC2-8B4D-B658CE5E8770> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff42e6c000 -     0x7fff42e7bffd  com.apple.AssertionServices (1.0 - 223.11.1) <8A45663E-E9C8-3611-BD4C-710700920F14> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff438ea000 -     0x7fff4393bffd  com.apple.audio.AudioSession (1.0 - 17) <FA7D4D45-D1A9-3024-8C99-D71F2C3C04EA> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
    0x7fff4393c000 -     0x7fff43969ff7  libSessionUtility.dylib (17) <BA50404F-D1E4-3CE2-A472-08E069E487B1> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
    0x7fff43a02000 -     0x7fff43c3dfff  com.apple.audio.AudioToolboxCore (1.0 - 1104.15.1) <3CD3860B-F736-3ED8-B32E-B8E1C3E3DD5D> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff43c3e000 -     0x7fff43d56ff8  com.apple.AuthKit (1.0 - 1) <2650CED9-1F9F-3C76-A6B9-B0589F986830> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff43f0c000 -     0x7fff43f15ff3  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <156CFAE3-07D0-332C-90BE-BB2E4C893C99> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff43f16000 -     0x7fff43fb7ff8  com.apple.backup.framework (1.11 - 1298.0.12) <5F4E8950-52AA-3B1F-B17C-69FBA940CD76> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff43fb8000 -     0x7fff44037fff  com.apple.BaseBoard (460 - 460) <E2B2C09D-7CA3-3BCF-AE84-E636CBC139CB> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff44137000 -     0x7fff44173ff7  com.apple.bom (14.0 - 219.1) <86A0EE62-9906-3085-B9B7-93C196526360> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff44cde000 -     0x7fff44d2dfff  com.apple.ChunkingLibrary (302 - 302) <157DF88D-CCA1-3431-AB8F-E8B7A62D652C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff45bb3000 -     0x7fff45bbcff7  com.apple.CommonAuth (4.0 - 2.0) <BDE39131-6389-3243-9C4A-DBA165B8A2F9> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff45bd0000 -     0x7fff45be7ff1  com.apple.commonutilities (8.0 - 900) <A64C20B3-6860-3CCA-BB89-E8B9B589282A> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff466ed000 -     0x7fff4670cff4  com.apple.analyticsd (1.0 - 1) <3C14ACAE-0E19-3589-8229-944F376C3E44> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff46c56000 -     0x7fff46c66ff3  com.apple.CoreEmoji (1.0 - 100) <9AB89183-635C-3859-9DC6-7BCE3A94D15E> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff472b2000 -     0x7fff4731cff8  com.apple.CoreNLP (1.0 - 211) <8F08AEF6-A380-3811-BAF0-D80E7C84B5AD> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff47782000 -     0x7fff4778aff8  com.apple.CorePhoneNumbers (1.0 - 1) <0C242322-DB33-3764-9B44-74FA00AA3702> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff47ed4000 -     0x7fff47ef7fff  com.apple.CoreSVG (1.0 - 129) <1716AD1F-A94F-309D-9598-C7B65F5965A0> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff47ef8000 -     0x7fff47f2bfff  com.apple.CoreServicesInternal (446.4 - 446.4) <516D3C82-1CC5-3056-B56F-A8FD2FE662EC> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff47f2c000 -     0x7fff47f5aff7  com.apple.CSStore (1069.2 - 1069.2) <5E3C50AB-9C00-36F3-A986-CE033480CA8B> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff48455000 -     0x7fff484dcfff  com.apple.CoreSymbolication (11.0 - 64509.98.1) <38F1073A-4F61-3E6C-B207-9D7986BBF28E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff48574000 -     0x7fff486a0ff4  com.apple.coreui (2.1 - 606) <08A21870-C3C2-3442-A579-F12EC67D7449> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff486a1000 -     0x7fff4883fffd  com.apple.CoreUtils (6.0 - 600.30) <5D8E96F2-5EDB-33E3-92E9-EDC11F279A64> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff48973000 -     0x7fff48986ff1  com.apple.CrashReporterSupport (10.13 - 15010) <94F94549-D6F8-35A5-8FEE-026E079C3B2C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff48bf2000 -     0x7fff48c03ffa  com.apple.framework.DFRFoundation (1.0 - 244.3) <5D98DA1C-1A1F-306B-B5D3-47D61974613A> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff48c04000 -     0x7fff48c09fff  com.apple.DSExternalDisplay (3.1 - 380) <B4AF8876-4037-3F07-BA7D-443AD3A4E680> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff48c72000 -     0x7fff48cedff8  com.apple.datadetectorscore (8.0 - 659) <01C69537-D345-34D1-8893-94F3AAA6B739> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff48d39000 -     0x7fff48d77ff0  com.apple.DebugSymbols (194 - 194) <C7DD2D58-B36F-3D74-8DA2-28493072DB31> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff48d78000 -     0x7fff48ed3fff  com.apple.desktopservices (1.14 - 1281.0.2) <F89D1D78-6226-32D6-9CBC-1695A3B457EE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff4a6c6000 -     0x7fff4aae1ff9  com.apple.vision.FaceCore (4.3.0 - 4.3.0) <298DA6CC-F74E-3EA7-9FCF-EC9E71E51859> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4b144000 -     0x7fff4b27bff4  libFontParser.dylib (277.2) <91E3DD75-1591-381C-BA72-F5023BA19955> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff4b27c000 -     0x7fff4b2b0fff  libTrueTypeScaler.dylib (277.2) <600A9E46-1BC4-3C7C-9710-4A17B1D56FEF> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
    0x7fff4b315000 -     0x7fff4b325ff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <BC77CDFE-7137-3700-81AB-ED812743F5D8> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff4e7e9000 -     0x7fff4e7eafff  libmetal_timestamp.dylib (902.9.64) <0702E3D3-C6B3-3A66-A68F-3DB7CD2BB101> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff4fe91000 -     0x7fff4fe97fff  com.apple.GPUWrangler (4.1.46 - 4.1.46) <A003EAB8-8E5D-3078-9358-4C51412532B3> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff501b1000 -     0x7fff501d7ffb  com.apple.GenerationalStorage (2.0 - 311) <5344C508-95C9-31C1-8CB3-8A094C78B299> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff5127e000 -     0x7fff5128cffb  com.apple.GraphVisualizer (1.0 - 100.1) <6E7B93E6-6B1F-3198-B3F8-E4F61632E1F5> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5141f000 -     0x7fff51492ffc  com.apple.Heimdal (4.0 - 2.0) <169702C2-B210-3258-947C-F8EE6B361C26> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff53591000 -     0x7fff5359affe  com.apple.IOAccelMemoryInfo (1.0 - 1) <C305D48C-CF04-330B-A0A3-DD4B2C030888> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff5359b000 -     0x7fff535a3ff5  com.apple.IOAccelerator (438.1.23 - 438.1.23) <16F79A0A-5CE0-36A0-9053-5BBB96B1DAB3> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff535a6000 -     0x7fff535bcff7  com.apple.IOPresentment (1.0 - 37) <C04FA14E-9FF0-3561-9ECA-B028E531885F> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff53943000 -     0x7fff5398dfff  com.apple.IconServices (436.1 - 436.1) <D109C662-7CAF-355D-8A45-65797DA293D9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff53b49000 -     0x7fff53b4fffc  com.apple.InternationalSupport (1.0 - 44) <9BABC726-622F-3E35-A8C5-E722677A308C> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff53d91000 -     0x7fff53db1ff6  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <07895544-3389-3680-8BC1-F32DDA676FF3> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff53f08000 -     0x7fff53fd5ffd  com.apple.LanguageModeling (1.0 - 212) <A9F41C84-E574-3624-8C00-60F228E0FF97> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff53fd6000 -     0x7fff5401eff7  com.apple.Lexicon-framework (1.0 - 70) <BEADF30C-37D3-3112-90DA-18A85406DBF3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff54025000 -     0x7fff54029ff6  com.apple.LinguisticData (1.0 - 349) <A392AD13-9AEB-31BB-A9ED-F29437CFBDB4> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5545a000 -     0x7fff554a6ff7  com.apple.spotlight.metadata.utilities (1.0 - 2066.12) <989018A3-4BD0-3FD1-9A2D-88FD3A521452> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff554a7000 -     0x7fff55575ff5  com.apple.gpusw.MetalTools (1.0 - 1) <5ADCCE88-B380-3B73-957B-12983017E979> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff557a5000 -     0x7fff557c2ffc  com.apple.MobileKeyBag (2.0 - 1.0) <6B7EFE6E-5DBC-33B4-8F3E-12BC31A2EA2D> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff55a29000 -     0x7fff55a57ff7  com.apple.MultitouchSupport.framework (3400.35 - 3400.35) <C73D6E66-5FE9-3113-96DB-AF12AAC6B77E> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff55ec9000 -     0x7fff55ed3fff  com.apple.NetAuth (6.2 - 6.2) <90F9ADF4-8A9C-3603-8F55-24F8C472430B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff568bf000 -     0x7fff5690bff7  com.apple.OTSVG (1.0 - 643.1.0.2) <315F5289-6294-3B4E-83D1-56C502F564F8> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff57a7e000 -     0x7fff57a89ffe  com.apple.PerformanceAnalysis (1.243 - 243) <304B1D73-9BD4-3CED-A241-0458C4AF7062> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff57a8a000 -     0x7fff57ab2fff  com.apple.persistentconnection (1.0 - 1.0) <DBD9FD74-9F17-358B-A7E9-58B965A6E16C> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff5a3a4000 -     0x7fff5a3bdfff  com.apple.ProtocolBuffer (1 - 274.20.7.15.1) <9CD0E8B7-F38D-35F3-B68B-C18AA5CDB993> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff5a80b000 -     0x7fff5a834ff9  com.apple.RemoteViewServices (2.0 - 148) <C5D8E2F3-646D-37C8-B250-C97B5058E260> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff5a997000 -     0x7fff5a9d2ff7  com.apple.RunningBoardServices (1.0 - 223.11.1) <E9784D23-1EA5-3820-99C4-3B4474C803C5> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff5c2d5000 -     0x7fff5c2d8ff9  com.apple.SecCodeWrapper (4.0 - 448.0.5) <1AD17827-6FC3-386F-BB05-CF43FA86050C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff5c420000 -     0x7fff5c541ff5  com.apple.Sharing (1476 - 1476) <AD1D84E5-6728-3B38-AC15-2C3822F4747C> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff5d53b000 -     0x7fff5d832ff6  com.apple.SkyLight (1.600.0 - 440.7.10) <DF3DDAE0-4F75-3D6C-8BC9-52903CB668B2> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff5e07a000 -     0x7fff5e087fff  com.apple.SpeechRecognitionCore (6.0.85 - 6.0.85) <95F62538-2541-3D92-8171-D49D4071A4BB> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff5e8a7000 -     0x7fff5e8b0fff  com.apple.SymptomDiagnosticReporter (1.0 - 1238.0.2) <BE499ACD-18B5-3D45-95B3-BE9A98FB099D> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff5eb64000 -     0x7fff5eb74ff3  com.apple.TCC (1.0 - 1) <DCE1D8C7-7BEB-3201-A0E5-38F012E6B1BC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff5f05e000 -     0x7fff5f125ff4  com.apple.TextureIO (3.10.9 - 3.10.9) <733D396B-AFB1-37F3-80E4-95F63A879849> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff5ff6b000 -     0x7fff601c4ff8  com.apple.UIFoundation (1.0 - 658.1) <603A4D49-EEEC-3FE1-9F65-49ACA14DC188> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff60db3000 -     0x7fff60dd3fff  com.apple.UserManagement (1.0 - 1) <8A3367D2-C5E3-380E-BEE4-BA61A177DF92> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff61b81000 -     0x7fff61c6bff6  com.apple.ViewBridge (461 - 461) <96493EB6-90E4-3A30-BD97-401345AF67B2> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff61e0f000 -     0x7fff61e10fff  com.apple.WatchdogClient.framework (1.0 - 67.11.1) <7B858D02-459E-3307-BCF3-7E18771BA4D9> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff629eb000 -     0x7fff629eeffe  com.apple.dt.XCTTargetBootstrap (1.0 - 14805.2) <ED72AEE6-99F5-3A44-BDF9-50A5BD7B6719> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff62a67000 -     0x7fff62a75ffd  com.apple.audio.caulk (1.0 - 32.3) <7FBF3E20-D360-348B-8FC5-77A90444B552> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff62db4000 -     0x7fff62db6ff3  com.apple.loginsupport (1.0 - 1) <40974390-AFD7-3CEF-8B8D-6219BF916A4E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff62db7000 -     0x7fff62dcaffd  com.apple.login (3.0 - 3.0) <F3105290-D037-3D94-B12F-37D4E0338FE4> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff630e8000 -     0x7fff6311dff2  libAudioToolboxUtility.dylib (1104.15.1) <221386C3-366B-37A7-8A75-4176678F97AA> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff63124000 -     0x7fff63159ff7  libCRFSuite.dylib (48) <45ADF347-A43F-3E95-BF26-94DC525DCC81> /usr/lib/libCRFSuite.dylib
    0x7fff6315c000 -     0x7fff63166ff3  libChineseTokenizer.dylib (34) <94E822B6-F850-33C5-888C-D5C8AE12122C> /usr/lib/libChineseTokenizer.dylib
    0x7fff631f3000 -     0x7fff631f5fff  libDiagnosticMessagesClient.dylib (112) <418D550B-C748-3D55-A6D5-0398E032F9F3> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff63239000 -     0x7fff633f0ff3  libFosl_dynamic.dylib (100.4) <F5583DFD-E3A1-3D6A-8698-613F7FA119A0> /usr/lib/libFosl_dynamic.dylib
    0x7fff63417000 -     0x7fff6341dff3  libIOReport.dylib (54) <491518A9-84B3-3066-905F-BFF5D21EB760> /usr/lib/libIOReport.dylib
    0x7fff634fd000 -     0x7fff63504fff  libMatch.1.dylib (36) <AA3A44D7-268D-3B0A-AAD5-15090FF127D9> /usr/lib/libMatch.1.dylib
    0x7fff63534000 -     0x7fff63553ff7  libMobileGestalt.dylib (826.1.1) <74BEEAE6-2825-33F7-B63B-4C2A27974F30> /usr/lib/libMobileGestalt.dylib
    0x7fff636ba000 -     0x7fff636bbff3  libSystem.B.dylib (1281) <66742D2E-591A-32B2-8E92-4A54BEE843F6> /usr/lib/libSystem.B.dylib
    0x7fff6374b000 -     0x7fff6374cfff  libThaiTokenizer.dylib (3) <D2A89215-5281-310F-8C75-47F1E6A14F62> /usr/lib/libThaiTokenizer.dylib
    0x7fff63764000 -     0x7fff6377afff  libapple_nghttp2.dylib (1.39.2) <0A685DAA-9FC6-3C87-83F1-1D11FC87C1F4> /usr/lib/libapple_nghttp2.dylib
    0x7fff637af000 -     0x7fff63821ff7  libarchive.2.dylib (72.11.2) <8636AE5A-0CBB-306C-8A4B-2E612D2D6B13> /usr/lib/libarchive.2.dylib
    0x7fff63822000 -     0x7fff638b8fc5  libate.dylib (2.0.9) <9AE62394-6ED6-3B26-B53A-75FEA0389EB5> /usr/lib/libate.dylib
    0x7fff638bc000 -     0x7fff638bcff3  libauto.dylib (187) <AACF68BC-9A05-36F8-8F60-78951422E090> /usr/lib/libauto.dylib
    0x7fff6397a000 -     0x7fff6398afff  libbsm.0.dylib (60) <F03FA480-0B22-3300-833F-03E88F43C504> /usr/lib/libbsm.0.dylib
    0x7fff6398b000 -     0x7fff63997fff  libbz2.1.0.dylib (44) <8B522880-BEF8-3668-B785-F2AB4DE8F366> /usr/lib/libbz2.1.0.dylib
    0x7fff63998000 -     0x7fff639ebfff  libc++.1.dylib (800.6) <328FB687-2363-38B1-AC11-11736925C775> /usr/lib/libc++.1.dylib
    0x7fff639ec000 -     0x7fff63a00fff  libc++abi.dylib (800.7) <02753D3D-91C6-3670-8B5D-EBE040B516FC> /usr/lib/libc++abi.dylib
    0x7fff63a01000 -     0x7fff63a01ffb  libcharset.1.dylib (59) <12D52FA5-EBCA-3F3C-A269-1095F268F92F> /usr/lib/libcharset.1.dylib
    0x7fff63a02000 -     0x7fff63a13ffb  libcmph.dylib (8) <7DD1F726-F3E3-341A-AFAC-83E9A470883C> /usr/lib/libcmph.dylib
    0x7fff63a14000 -     0x7fff63a2bfe7  libcompression.dylib (87) <10B82884-BE1A-3A36-9B38-3C92AF566D3E> /usr/lib/libcompression.dylib
    0x7fff63ced000 -     0x7fff63d03fff  libcoretls.dylib (167) <1C64EA6F-8E0D-319D-99D4-026150EEB2B2> /usr/lib/libcoretls.dylib
    0x7fff63d04000 -     0x7fff63d05ffb  libcoretls_cfhelpers.dylib (167) <724B0181-4D9E-3D2F-B1AB-B4FD6A7BAB2C> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff642c3000 -     0x7fff64322fff  libcups.2.dylib (483) <0C9BCEA5-628B-31E5-8609-00F811CAF505> /usr/lib/libcups.2.dylib
    0x7fff6442e000 -     0x7fff6442eff3  libenergytrace.dylib (21) <E42B4AFF-3FAC-3CE4-A7BF-48621458B356> /usr/lib/libenergytrace.dylib
    0x7fff6442f000 -     0x7fff64448ff7  libexpat.1.dylib (19) <A0E2F6F3-BFFA-3D59-872F-F093487F0B42> /usr/lib/libexpat.1.dylib
    0x7fff64456000 -     0x7fff64458ff7  libfakelink.dylib (149) <FC5712CB-2188-3DAD-8DD4-CC3ECCA3F9A8> /usr/lib/libfakelink.dylib
    0x7fff64467000 -     0x7fff6446cfff  libgermantok.dylib (24) <93E95178-E436-3611-A4A3-CB1D42CF4064> /usr/lib/libgermantok.dylib
    0x7fff6446d000 -     0x7fff64471ff7  libheimdal-asn1.dylib (564.0.3) <51551E63-5AC6-30D3-B178-8BDA782C80EA> /usr/lib/libheimdal-asn1.dylib
    0x7fff64472000 -     0x7fff64562ff7  libiconv.2.dylib (59) <1A648E74-25D4-3F9B-94C4-10B58AD091B7> /usr/lib/libiconv.2.dylib
    0x7fff64563000 -     0x7fff647bbff7  libicucore.A.dylib (64232.0.1) <88E47471-605C-3C86-871B-5D2F4628A936> /usr/lib/libicucore.A.dylib
    0x7fff647d5000 -     0x7fff647d6fff  liblangid.dylib (133) <78DF87EE-CDCE-3628-B239-56743169BC93> /usr/lib/liblangid.dylib
    0x7fff647d7000 -     0x7fff647efffb  liblzma.5.dylib (16) <D416FC97-76EC-38B5-A134-85DDFEA9D297> /usr/lib/liblzma.5.dylib
    0x7fff64807000 -     0x7fff648aefff  libmecab.dylib (879) <DD60E6AA-154E-3294-B2C0-3277B754F3BC> /usr/lib/libmecab.dylib
    0x7fff648af000 -     0x7fff64b0efe9  libmecabra.dylib (879) <B5BE574C-DD3A-336D-87A3-202CE7803A45> /usr/lib/libmecabra.dylib
    0x7fff64e6f000 -     0x7fff64e9eff7  libncurses.5.4.dylib (57) <2AD2FDD9-846A-3A79-ADCC-008E8B227BD6> /usr/lib/libncurses.5.4.dylib
    0x7fff64fcd000 -     0x7fff6543fff6  libnetwork.dylib (1880.11.2) <CC02BF51-A056-3656-B735-E8CD0F4B7B15> /usr/lib/libnetwork.dylib
    0x7fff654dd000 -     0x7fff6550efe6  libobjc.A.dylib (779.1) <722C0959-69B8-3843-B5EA-CDD8FAA91D5E> /usr/lib/libobjc.A.dylib
    0x7fff65521000 -     0x7fff65525fff  libpam.2.dylib (25) <86317F48-E926-30AC-AE9F-ABB33543FBC8> /usr/lib/libpam.2.dylib
    0x7fff65528000 -     0x7fff6555bff7  libpcap.A.dylib (89.11.2) <65A8EBD2-F059-353B-9538-20D1314EFD89> /usr/lib/libpcap.A.dylib
    0x7fff655dd000 -     0x7fff655f5ff7  libresolv.9.dylib (67) <06480BFC-6372-3225-B77A-F5AC9969DB64> /usr/lib/libresolv.9.dylib
    0x7fff655f7000 -     0x7fff6563aff7  libsandbox.1.dylib (1217.11.16) <B0829BE0-60A4-3AE0-AF9D-50EED4675AF6> /usr/lib/libsandbox.1.dylib
    0x7fff65650000 -     0x7fff6583dff7  libsqlite3.dylib (308.1) <7033723E-DD65-3AA3-ADCA-8746F7BAD75D> /usr/lib/libsqlite3.dylib
    0x7fff65a8c000 -     0x7fff65a8fffb  libutil.dylib (57) <844B7887-09B3-3D12-ACDE-C4EB8F53DC62> /usr/lib/libutil.dylib
    0x7fff65a90000 -     0x7fff65a9dfff  libxar.1.dylib (420) <E0D7C0A6-76EC-3682-A393-6596D4986269> /usr/lib/libxar.1.dylib
    0x7fff65aa3000 -     0x7fff65b85ff7  libxml2.2.dylib (32.12) <C0A87484-D334-3B50-8F8A-A9C63295F49E> /usr/lib/libxml2.2.dylib
    0x7fff65b89000 -     0x7fff65bb1fff  libxslt.1.dylib (16.6) <CD9E79B0-159A-3055-B62A-57AB2B445912> /usr/lib/libxslt.1.dylib
    0x7fff65bb2000 -     0x7fff65bc4fff  libz.1.dylib (76) <3FC3FC3E-ABF3-3167-9078-B54C952608B4> /usr/lib/libz.1.dylib
    0x7fff66629000 -     0x7fff6662eff7  libcache.dylib (83) <8EC69760-6DAA-3068-9372-F1D554C548E5> /usr/lib/system/libcache.dylib
    0x7fff6662f000 -     0x7fff6663aff7  libcommonCrypto.dylib (60165) <698BE754-137D-361D-B826-57B8DD969E4A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6663b000 -     0x7fff66642fff  libcompiler_rt.dylib (101.2) <0BE7F119-C9C2-3612-A3F4-2336D4444476> /usr/lib/system/libcompiler_rt.dylib
    0x7fff66643000 -     0x7fff6664cff7  libcopyfile.dylib (166) <B5E73B1C-0BCF-33FE-80A1-D9E3BA3033D4> /usr/lib/system/libcopyfile.dylib
    0x7fff6664d000 -     0x7fff666e4fc3  libcorecrypto.dylib (866.0.10) <58344B13-CD10-3697-A516-6F5B06DD1EB7> /usr/lib/system/libcorecrypto.dylib
    0x7fff667fb000 -     0x7fff6683cff0  libdispatch.dylib (1173.0.3) <F4260D89-F67D-30CB-AF61-7ED25CB687DB> /usr/lib/system/libdispatch.dylib
    0x7fff6683d000 -     0x7fff66872fff  libdyld.dylib (732.8) <98960E27-A08B-36DA-A5CB-8538B2D6757E> /usr/lib/system/libdyld.dylib
    0x7fff66873000 -     0x7fff66873ffb  libkeymgr.dylib (30) <682B41BC-BDC2-38D5-8820-87099606FA12> /usr/lib/system/libkeymgr.dylib
    0x7fff66874000 -     0x7fff66880ff7  libkxld.dylib (6153.11.26) <53BE9630-BDC8-3649-8709-7A4F86777B1A> /usr/lib/system/libkxld.dylib
    0x7fff66881000 -     0x7fff66881ff7  liblaunch.dylib (1738.11.1) <7FE11F0D-65BC-3726-B1DD-E84F329193E0> /usr/lib/system/liblaunch.dylib
    0x7fff66882000 -     0x7fff66887ff7  libmacho.dylib (949.0.1) <163DFE06-2FAD-3CBC-80EF-C38EED6AEA52> /usr/lib/system/libmacho.dylib
    0x7fff66888000 -     0x7fff6688aff3  libquarantine.dylib (110.0.4) <C8F39330-8CB5-30B0-8564-96453DCEFAD7> /usr/lib/system/libquarantine.dylib
    0x7fff6688b000 -     0x7fff6688cff7  libremovefile.dylib (48) <FB280185-B5ED-3F08-B08A-A378865C1398> /usr/lib/system/libremovefile.dylib
    0x7fff6688d000 -     0x7fff668a4fff  libsystem_asl.dylib (377.0.1) <30CE9DAF-B1FA-3510-832B-F1CE19933ED7> /usr/lib/system/libsystem_asl.dylib
    0x7fff668a5000 -     0x7fff668a5fff  libsystem_blocks.dylib (74) <E0B8C825-E62B-357E-A2A0-13776F0A0F8C> /usr/lib/system/libsystem_blocks.dylib
    0x7fff668a6000 -     0x7fff6692dff7  libsystem_c.dylib (1353.11.2) <2A5BFAFE-8214-3B35-AD46-C07A1A8B8941> /usr/lib/system/libsystem_c.dylib
    0x7fff6692e000 -     0x7fff66931fff  libsystem_configuration.dylib (1061.0.2) <56174463-22ED-337F-B0D4-94995DCDB9B7> /usr/lib/system/libsystem_configuration.dylib
    0x7fff66932000 -     0x7fff66935ff7  libsystem_coreservices.dylib (114) <01695913-028E-3AE1-8D4E-2B2769109811> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff66936000 -     0x7fff6693dfff  libsystem_darwin.dylib (1353.11.2) <4CE52C63-87AA-3C6D-899F-8C983E5FC061> /usr/lib/system/libsystem_darwin.dylib
    0x7fff6693e000 -     0x7fff66945ffb  libsystem_dnssd.dylib (1096.0.2) <DC7381E8-F09F-3441-8267-9B8F50A0EBA9> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff66946000 -     0x7fff66947ffb  libsystem_featureflags.dylib (17) <DBCA4AA2-CA05-38D5-AB4B-BE0F3E09BB8B> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff66948000 -     0x7fff66995ff7  libsystem_info.dylib (538) <9F9D6368-A11E-32F1-9BB5-C153F42EFED8> /usr/lib/system/libsystem_info.dylib
    0x7fff66996000 -     0x7fff669c2fff  libsystem_kernel.dylib (6153.11.26) <4CE9D54A-A975-348E-B878-EE74EDFC956B> /usr/lib/system/libsystem_kernel.dylib
    0x7fff669c3000 -     0x7fff66a0aff7  libsystem_m.dylib (3178) <4F516261-0C0E-3105-AF35-EF39D6347B50> /usr/lib/system/libsystem_m.dylib
    0x7fff66a0b000 -     0x7fff66a32fff  libsystem_malloc.dylib (283) <02925539-3CBA-39EB-BA6B-9A936CFA0BF8> /usr/lib/system/libsystem_malloc.dylib
    0x7fff66a33000 -     0x7fff66a40ff3  libsystem_networkextension.dylib (1095.11.9) <8B5EE189-E3D1-31FD-878F-50286B6E7047> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff66a41000 -     0x7fff66a4afff  libsystem_notify.dylib (241) <89381127-2A07-3F07-B865-358FACCF9102> /usr/lib/system/libsystem_notify.dylib
    0x7fff66a4b000 -     0x7fff66a54fe7  libsystem_platform.dylib (220) <90E508E4-46D8-33FF-8552-DDAA079977A0> /usr/lib/system/libsystem_platform.dylib
    0x7fff66a55000 -     0x7fff66a5ffff  libsystem_pthread.dylib (416.11.1) <2EA6F95F-F264-30B6-8AF2-24197B5AED84> /usr/lib/system/libsystem_pthread.dylib
    0x7fff66a60000 -     0x7fff66a64ffb  libsystem_sandbox.dylib (1217.11.16) <51129CBB-BC46-37F1-A1B5-ECFA9530704D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff66a65000 -     0x7fff66a67fff  libsystem_secinit.dylib (62.0.4) <A48D9AF3-75F2-3331-A0C8-0A23771F4AC7> /usr/lib/system/libsystem_secinit.dylib
    0x7fff66a68000 -     0x7fff66a6fffb  libsystem_symptoms.dylib (1238.0.2) <08E8CF75-5F77-3475-A48E-A01CBDF09173> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff66a70000 -     0x7fff66a86ff2  libsystem_trace.dylib (1147.0.3) <5836645E-9862-326D-AB3B-A19E76BE29B9> /usr/lib/system/libsystem_trace.dylib
    0x7fff66a88000 -     0x7fff66a8dffb  libunwind.dylib (35.4) <F5AE1D43-7C5F-3BA2-94D3-E769F82C0F61> /usr/lib/system/libunwind.dylib
    0x7fff66a8e000 -     0x7fff66ac2ff6  libxpc.dylib (1738.11.1) <2E9076CD-6C0E-38B6-8403-B2DDCE125FBF> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 11
    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: 1651896
    thread_create: 0
    thread_set_state: 0

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               768K        6 
Activity Tracing                   256K        1 
CG backing stores                 2920K        4 
CG image                            72K        4 
CoreAnimation                      160K       30 
CoreGraphics                         8K        1 
CoreImage                           32K        4 
CoreUI image data                 1084K       10 
Dispatch continuations            16.0M        1 
Foundation                           4K        1 
IOKit                             15.5M        2 
Kernel Alloc Once                    8K        1 
MALLOC                           206.6M      101 
MALLOC guard page                   32K        8 
Memory Tag 242                      12K        1 
STACK GUARD                       56.0M       12 
Stack                             13.6M       12 
VM_ALLOCATE                        280K       18 
VM_ALLOCATE (reserved)              36K        1         reserved VM address space (unallocated)
__DATA                            23.2M      278 
__DATA_CONST                       352K        6 
__FONT_DATA                          4K        1 
__LINKEDIT                       372.5M       10 
__OBJC_RO                         31.8M        1 
__OBJC_RW                         1760K        1 
__TEXT                           179.0M      273 
__UNICODE                          564K        1 
mapped file                       58.7M       22 
shared memory                      644K       16 
===========                     =======  ======= 
TOTAL                            981.6M      827 
TOTAL, minus reserved VM space   981.6M      827 

Model: MacBookPro14,3, BootROM 202.0.0.0.0, 4 processors, Quad-Core Intel Core i7, 2.9 GHz, 16 GB, SMC 2.45f1
Graphics: kHW_IntelHDGraphics630Item, Intel HD Graphics 630, spdisplays_builtin
Graphics: kHW_AMDRadeonPro560Item, Radeon Pro 560, spdisplays_pcie_device, 4 GB
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x173), Broadcom BCM43xx 1.0 (7.77.105.1 AirPortDriverBrcmNIC-1429)
Bluetooth: Version 7.0.0f8, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
USB Device: USB 2.0 BILLBOARD
USB Device: Apple T1 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.3
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.3