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

Irrlicht Visualizer not working in MacOS #1076

Closed
lrapetti opened this issue May 24, 2023 · 13 comments · Fixed by #1077
Closed

Irrlicht Visualizer not working in MacOS #1076

lrapetti opened this issue May 24, 2023 · 13 comments · Fixed by #1077

Comments

@lrapetti
Copy link
Member

The visualizer is no longer working in my machine after #1071.

e.g. if I try to run idyntree-model-view I get the following

$ idyntree-model-view -m model.urdf
Irrlicht Engine version 1.8.5
Darwin Kernel Version 20.4.0: Thu Apr 22 21:46:47 PDT 2021; root:xnu-7195.101.2~1/RELEASE_X86_64
2023-05-24 10:48:54.381 idyntree-model-view[93952:12152399] -[GLFWWindow _viewRoot]: unrecognized selector sent to instance 0x7f931cf1b670
zsh: segmentation fault  idyntree-model-view -m 
@lrapetti
Copy link
Member Author

I tried to install glfw with conda install -c conda-forge glfw as it was added to the documentation in 35b0f76 but I am getting the same error.

@traversaro
Copy link
Member

Thanks for reporting the issue @lrapetti, @S-Dafarra do you have any idea on this?

@lrapetti
Copy link
Member Author

lrapetti commented May 24, 2023

Just add something that was not documented, the problem observed for Windows in #1070 is[was] present also on MacOS

@S-Dafarra
Copy link
Contributor

S-Dafarra commented May 24, 2023

Unfortunately, I did not have any MacOS machine to test with. The error is not very informative either.
If there is a setup I can play with, I can give it a try.

I checked online, at that error could appear for a multitude of reasons. At first, we can check if it is related to the detection of the inputs. Maybe you could try commenting these lines

glfwSetWindowUserPointer(pimpl->m_window, pimpl);
glfwSetCursorPosCallback(pimpl->m_window, VisualizerPimpl::cursor_position_callback);
glfwSetMouseButtonCallback(pimpl->m_window, VisualizerPimpl::mouse_button_callback);
glfwSetScrollCallback(pimpl->m_window, VisualizerPimpl::scroll_callback);

At that point mouse inputs will not work, but if that solves the issues, we might narrow down the problem.

Other lines that could be commented are

glfwWindowHint(GLFW_SAMPLES, 4); //Antialiasing

Another thing to check would be to use SDL also on Mac. For that, you could try to change

#if defined(_WIN32)

to

#if defined(_WIN32) ||  defined(__APPLE__)

@S-Dafarra
Copy link
Contributor

Btw, does a Window appear, even just for a split second?

@S-Dafarra
Copy link
Contributor

S-Dafarra commented May 24, 2023

Also, checking https://gist.github.com/v3n/27e810ac744b076ceeb7, maybe we are missing some lines:

#ifdef __APPLE__
  /* We need to explicitly ask for a 3.2 context on OS X */
  glfwWindowHint (GLFW_CONTEXT_VERSION_MAJOR, 3);
  glfwWindowHint (GLFW_CONTEXT_VERSION_MINOR, 2);
  glfwWindowHint (GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE);
  glfwWindowHint (GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
#endif

These lines should be added immediately after

glfwWindowHint(GLFW_SAMPLES, 4); //Antialiasing

Maybe we also need to add

#define GLFW_INCLUDE_GLCOREARB

immediately after

#define GLFW_EXPOSE_NATIVE_COCOA
#define GLFW_EXPOSE_NATIVE_NSGL

@lrapetti
Copy link
Member Author

Btw, does a Window appear, even just for a split second?

No

Thanks for all the suggestions! I can try them myself and give you feedback

@S-Dafarra
Copy link
Contributor

Btw, does a Window appear, even just for a split second?

No

This is, in some sense, nice since it may mean that is more related to the creation of a Window with glfw rather than some internal mechanism of irrlicht. I would suggest to start with #1076 (comment) then

@lrapetti
Copy link
Member Author

lrapetti commented May 24, 2023

I have just noticed also this warning message in cmake

 $cmake .
-- Found YARP: /Users/lorenzorapetti/Software/robotology-superbuild/build/install/lib/cmake/YARP (found version "3.7.2+12-20220919.1+git2b2bff591")
-- Found YARP: /Users/lorenzorapetti/Software/robotology-superbuild/build/install/lib/cmake/YARP (found version "3.7.2+12-20220919.1+git2b2bff591")
-- Found ICUB 1.28.1 (Components: iCubDev ctrlLib skinDynLib iKin iDyn learningMachine perceptiveModels actionPrimitives optimization)
CMake Warning (dev) at /Users/lorenzorapetti/miniforge3/envs/robotologyenv/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (GLFW3) does
  not match the name of the calling package (glfw3).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/StandardFindModule.cmake:104 (find_package_handle_standard_args)
  /Users/lorenzorapetti/Software/robotology-superbuild/build/install/share/YCM/find-modules/Findglfw3.cmake:33 (standard_find_module)
  src/visualization/CMakeLists.txt:80 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done

Moreover, I have also this log message from the MacOS problem report, which seems to be more informatie

Process:               idyntree-model-view [3503]
Path:                  /Users/USER/*/idyntree-model-view
Identifier:            idyntree-model-view
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        zsh [2801]
Responsible:           iTerm2 [866]
User ID:               502

Date/Time:             2023-05-24 12:18:53.081 +0200
OS Version:            macOS 11.3.1 (20E241)
Report Version:        12
Bridge OS Version:     5.4 (18P4663)
Anonymous UUID:        C0D29266-659A-D8AD-F211-2C76A8E85624

Sleep/Wake UUID:       35803A54-200A-4D75-BB7B-1316B7CFAAB6

Time Awake Since Boot: 1100000 seconds
Time Since Wake:       820 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [3503]

VM Regions Near 0:
--> 
    __TEXT                      1054ee000-1054f7000    [   36K] r-x/r-x SM=COW  /Users/*

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libIrrlicht.dylib             	0x0000000107b08dc6 irr::CIrrDeviceMacOSX::storeMouseLocation() + 150
1   libIrrlicht.dylib             	0x0000000107b089a7 irr::CIrrDeviceMacOSX::run() + 87
2   libIrrlicht.dylib             	0x0000000107ae556b createDeviceEx + 171
3   libidyntree-visualization.dylib	0x00000001055644ef iDynTree::Visualizer::init(iDynTree::VisualizerOptions const&) + 463
4   libidyntree-visualization.dylib	0x000000010556599d iDynTree::Visualizer::addModel(iDynTree::Model const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 93
5   idyntree-model-view           	0x00000001054f06e6 main + 470
6   libdyld.dylib                 	0x00007fff206bdf3d start + 1

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

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

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

Thread 4:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff2066d32a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2066d69c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff2079bc6f __CFRunLoopServiceMachPort + 316
3   com.apple.CoreFoundation      	0x00007fff2079a34f __CFRunLoopRun + 1328
4   com.apple.CoreFoundation      	0x00007fff2079975c CFRunLoopRunSpecific + 563
5   com.apple.AppKit              	0x00007fff2311bbaa _NSEventThread + 124
6   libsystem_pthread.dylib       	0x00007fff206a2954 _pthread_start + 224
7   libsystem_pthread.dylib       	0x00007fff2069e4a7 thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0xf899775cc604007a  rbx: 0x0000000000000335  rcx: 0x0000000000000000  rdx: 0x00000000000bf090
  rdi: 0x0000000000000000  rsi: 0x000000007b9215aa  rbp: 0x00007ffeea70cfe0  rsp: 0x00007ffeea70cf90
   r8: 0x0000000000003cff   r9: 0x0000000000000009  r10: 0x00007f9923500000  r11: 0x0000000000000000
  r12: 0x00007ffeea70d1f0  r13: 0x00007fff20540800  r14: 0x0000000000000d12  r15: 0x00007f99236049e0
  rip: 0x0000000107b08dc6  rfl: 0x0000000000010202  cr2: 0x0000000000000000
  
Logical CPU:     4
Error Code:      0x00000004 (no mapping for user data read)
Trap Number:     14

Thread 0 instruction stream:
  48 8b 1d 73 7e 02 00 ff-d3 49 8b bf d8 00 00 00  H..s~....I......
  48 8b 35 bb 72 06 00 ff-d3 f2 44 0f 2c f0 41 8b  H.5.r.....D.,.A.
  9f 14 01 00 00 f2 0f 2c-c1 29 c3 eb 68 31 ff e8  .......,.)..h1..
  3c 3b 00 00 49 89 c6 48-89 c7 e8 37 3b 00 00 f2  <;..I..H...7;...
  0f 11 45 b0 f2 0f 11 4d-b8 4c 89 f7 e8 ad 3a 00  ..E....M.L....:.
  00 f2 44 0f 2c 75 b0 f2-0f 2c 5d b8 49 8b 7f 28  ..D.,u...,].I..(
 [48]8b 07 ff 50 30 44 39-30 75 05 39 58 04 74 25  H...P0D90u.9X.t%	<==
  c7 45 c0 01 00 00 00 c7-45 dc 06 00 00 00 44 89  .E......E.....D.
  75 c8 89 5d cc 49 8b 07-48 8d 75 c0 4c 89 ff ff  u..].I..H.u.L...
  90 c8 00 00 00 49 8b 47-28 44 89 70 08 89 58 0c  .....I.G(D.p..X.
  48 8b 05 a3 7d 02 00 48-8b 00 48 3b 45 e0 75 0b  H...}..H..H;E.u.
  48 83 c4 38 5b 41 5e 41-5f 5d c3 e8 60 3c 00 00  H..8[A^A_]..`<..
  
Thread 0 last branch register state not available.


Binary Images:
       0x1054ee000 -        0x1054f6fff +idyntree-model-view (0) <EE717178-CD3C-3E16-8DF6-A2F32FFC2B7E> /Users/USER/*/idyntree-model-view
       0x105502000 -        0x105527fff +libidyntree-modelio.dylib (0) <AAFEB81F-EA65-3F92-B43B-64E75907FFA8> /Users/USER/*/libidyntree-modelio.dylib
       0x105561000 -        0x105590fff +libidyntree-visualization.dylib (0) <93B1B463-9038-359D-A254-C7855FA0D581> /Users/USER/*/libidyntree-visualization.dylib
       0x1055ae000 -        0x105650fff +libc++.1.0.dylib (0) <D4104496-4F77-32D3-A175-82AE89761890> /Users/USER/*/libc++.1.0.dylib
       0x1056b3000 -        0x1056c4fff +libidyntree-sensors.dylib (0) <DE9F3674-83E3-3C3B-A39E-52CE1D845417> /Users/USER/*/libidyntree-sensors.dylib
       0x1056d8000 -        0x1056e5fff +libidyntree-modelio-xml.dylib (0) <D9205BBF-FFC2-3851-B8B5-848520859124> /Users/USER/*/libidyntree-modelio-xml.dylib
       0x1056f8000 -        0x10581afff +libxml2.2.dylib (0) <CF56BD1A-05FC-3AD5-BC90-AAB4F883A138> /Users/USER/*/libxml2.2.dylib
       0x10584c000 -        0x10589cfff +libidyntree-model.dylib (0) <46A07820-86C7-3180-9918-80AD57EC7F63> /Users/USER/*/libidyntree-model.dylib
       0x1058c6000 -        0x105915fff +libidyntree-core.dylib (0) <DC391E86-1DE1-3518-A789-583567A646A1> /Users/USER/*/libidyntree-core.dylib
       0x105936000 -        0x10594cfff +libz.1.2.13.dylib (0) <CA4E9C25-6802-3063-B2E5-07ADD307FF48> /Users/USER/*/libz.1.2.13.dylib
       0x105952000 -        0x105973fff +liblzma.5.dylib (0) <8B8F71F8-8BAA-305E-BEF0-A2AA1D1CAD47> /Users/USER/*/liblzma.5.dylib
       0x10597d000 -        0x105a5afff +libiconv.2.dylib (0) <49A8CFEE-4400-3375-BE4D-2DB80C3B974F> /Users/USER/*/libiconv.2.dylib
       0x105a6a000 -        0x105bd8fff +libicuuc.70.1.dylib (0) <11BCBE36-7269-335B-B18E-BA45190DA06A> /Users/USER/*/libicuuc.70.1.dylib
       0x105c4f000 -        0x107869fff +libicudata.70.1.dylib (0) <3CC41D47-065C-33DC-A6E7-B76DAA52D221> /Users/USER/*/libicudata.70.1.dylib
       0x10786c000 -        0x107b2ffff +libIrrlicht.dylib (0) <C59B2407-DCFC-3B9E-A296-8E182DA60738> /Users/USER/*/libIrrlicht.dylib
       0x107c9c000 -        0x107cc2fff +libglfw.3.3.dylib (0) <3769E237-1DF1-3D46-8848-3A69F23A645A> /Users/USER/*/libglfw.3.3.dylib
       0x107cd5000 -        0x107d07fff +libpng16.16.dylib (0) <BCC55A8F-E7BB-3C9A-96BB-0FC4A4A9FC42> /Users/USER/*/libpng16.16.dylib
       0x107d11000 -        0x107d4dfff +libjpeg.9.dylib (0) <25395226-0038-37FD-961B-5AB41AF192F6> /Users/USER/*/libjpeg.9.dylib
       0x107d56000 -        0x107d66fff +libbz2.1.0.8.dylib (0) <CCDC2A77-BBB9-3DC6-91E6-8EB4F553D259> /Users/USER/*/libbz2.1.0.8.dylib
       0x107d6a000 -        0x107d94fff +libSDL-1.2.0.dylib (0) <B0941717-871E-3C10-8942-57923976A441> /Users/USER/*/libSDL-1.2.0.dylib
       0x107df4000 -        0x107f17fff +libSDL2-2.0.0.dylib (0) <F9263851-31E0-3FAB-BEB0-F8CA6E43D116> /Users/USER/*/libSDL2-2.0.0.dylib
       0x10cb9f000 -        0x10cbaefff  libobjc-trampolines.dylib (824) <443A76FC-45AB-380A-98BF-EF0466708A33> /usr/lib/libobjc-trampolines.dylib
       0x10ccc3000 -        0x10cd5efff  dyld (851.27) <7EAA668B-F906-3BAA-A980-139BBE6E8766> /usr/lib/dyld
    0x7fff203da000 -     0x7fff203dbfff  libsystem_blocks.dylib (79) <1C8538C3-F2BE-3F02-89AE-E7052DE66D51> /usr/lib/system/libsystem_blocks.dylib
    0x7fff203dc000 -     0x7fff20411fff  libxpc.dylib (2038.100.48) <CFB56DA8-7462-3E8F-9CFB-20926C6A2BB5> /usr/lib/system/libxpc.dylib
    0x7fff20412000 -     0x7fff20429fff  libsystem_trace.dylib (1277.100.21) <1AAE1F8F-9F9D-3327-8A95-3A6887CED713> /usr/lib/system/libsystem_trace.dylib
    0x7fff2042a000 -     0x7fff204c7fff  libcorecrypto.dylib (1000.100.38) <96A88875-7771-394E-A88E-389DCD02A935> /usr/lib/system/libcorecrypto.dylib
    0x7fff204c8000 -     0x7fff204f4fff  libsystem_malloc.dylib (317.100.9) <029B5632-62B4-39F6-981C-BCA99C1FBF1D> /usr/lib/system/libsystem_malloc.dylib
    0x7fff204f5000 -     0x7fff20539fff  libdispatch.dylib (1271.100.5) <6B7B23E3-2FD4-3EA2-8A89-CE06244CCA98> /usr/lib/system/libdispatch.dylib
    0x7fff2053a000 -     0x7fff20573fff  libobjc.A.dylib (824) <929E3040-4605-3C14-885B-D742EF02F2CB> /usr/lib/libobjc.A.dylib
    0x7fff20574000 -     0x7fff20576fff  libsystem_featureflags.dylib (28.60.1) <FEA91919-A5BB-3606-9445-F2077D90BF87> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff20577000 -     0x7fff205fffff  libsystem_c.dylib (1439.100.3) <DF45CDEC-6B7E-3586-94B4-F3679A762661> /usr/lib/system/libsystem_c.dylib
    0x7fff20600000 -     0x7fff20655fff  libc++.1.dylib (905.6) <B027735F-B398-381C-84A7-606D7BBE4997> /usr/lib/libc++.1.dylib
    0x7fff20656000 -     0x7fff2066bfff  libc++abi.dylib (905.6) <22AFC7FC-2DB6-3EF0-9CC0-EFFB9B65D5E2> /usr/lib/libc++abi.dylib
    0x7fff2066c000 -     0x7fff2069bfff  libsystem_kernel.dylib (7195.101.2) <62A19DE4-50C5-3866-B5B2-43220E379C3B> /usr/lib/system/libsystem_kernel.dylib
    0x7fff2069c000 -     0x7fff206a7fff  libsystem_pthread.dylib (454.100.8) <52F807B1-41A0-3D1E-AE89-115CA570863F> /usr/lib/system/libsystem_pthread.dylib
    0x7fff206a8000 -     0x7fff206e3fff  libdyld.dylib (851.27) <9F95C644-D1BD-38D9-9612-6188FE9EA53C> /usr/lib/system/libdyld.dylib
    0x7fff206e4000 -     0x7fff206edfff  libsystem_platform.dylib (254.80.2) <03429519-EBEA-3549-84A6-0FD426CB7373> /usr/lib/system/libsystem_platform.dylib
    0x7fff206ee000 -     0x7fff20719fff  libsystem_info.dylib (542.40.3) <C189F0D7-A430-328D-BD7F-7EB0FA023736> /usr/lib/system/libsystem_info.dylib
    0x7fff2071a000 -     0x7fff20bb7fff  com.apple.CoreFoundation (6.9 - 1775.118.101) <895AFD1C-0307-32B3-81CB-BA33DA368DE1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff20bb8000 -     0x7fff20deafff  com.apple.LaunchServices (1122.33 - 1122.33) <CBFF2714-646C-3DDB-906D-672E420683E6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff20deb000 -     0x7fff20ebefff  com.apple.gpusw.MetalTools (1.0 - 1) <CD0A257C-70F9-3C42-A13E-76FD54BEFD96> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff20ebf000 -     0x7fff2111bfff  libBLAS.dylib (1336.101.1) <28ABAD61-A323-33C6-8674-8A14118D4C20> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2111c000 -     0x7fff21168fff  com.apple.Lexicon-framework (1.0 - 86.1) <27959773-C4F4-33BC-9A68-39EF2037F1E5> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff21169000 -     0x7fff211d7fff  libSparse.dylib (106) <A666D9B0-8979-3C9C-83D6-1C0B535B8B0F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff211d8000 -     0x7fff21255fff  com.apple.SystemConfiguration (1.20 - 1.20) <BEDC3BFB-D680-3E56-9A3A-2FAB181C52A9> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff21256000 -     0x7fff2128afff  libCRFSuite.dylib (50) <E49A8F87-3F3A-3A0F-853E-65FA6FB33E77> /usr/lib/libCRFSuite.dylib
    0x7fff2128b000 -     0x7fff214c3fff  libmecabra.dylib (929.9) <87ACCBB5-FD09-3044-B6FF-1A94A7129DDF> /usr/lib/libmecabra.dylib
    0x7fff214c4000 -     0x7fff21821fff  com.apple.Foundation (6.9 - 1775.118.101) <5B112EDB-35C1-31A7-BFDA-E185D1B49D93> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff21822000 -     0x7fff2190afff  com.apple.LanguageModeling (1.0 - 247.3) <81DEF845-C1A0-3BD0-9820-D1C308AFBE09> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff2190b000 -     0x7fff21a41fff  com.apple.CoreDisplay (236.4 - 236.4) <C1F98CC6-5C02-372D-BFC8-420DEF159C9D> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff21a42000 -     0x7fff21cb2fff  com.apple.audio.AudioToolboxCore (1.0 - 1180.90) <EB4DE2B5-7947-3422-8151-9E1BDA2B3183> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff21cb3000 -     0x7fff21e97fff  com.apple.CoreText (677.4.0.4 - 677.4.0.4) <F65330BD-9D48-3DE5-9E6B-1232B5BDB656> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff21e98000 -     0x7fff22528fff  com.apple.audio.CoreAudio (5.0 - 5.0) <68667A4E-B4BC-3DF4-9D34-1E3ECECF7E0F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff22529000 -     0x7fff2287dfff  com.apple.security (7.0 - 59754.100.106) <E9261CB0-E729-3F58-98B7-172F243D4427> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff2287e000 -     0x7fff22addfff  libicucore.A.dylib (66112) <478D57C3-FFF8-35E1-A64F-8490A616AB37> /usr/lib/libicucore.A.dylib
    0x7fff22ade000 -     0x7fff22ae7fff  libsystem_darwin.dylib (1439.100.3) <28AB0CBC-61F6-3A01-BCE2-A53DA1AECB0F> /usr/lib/system/libsystem_darwin.dylib
    0x7fff22ae8000 -     0x7fff22dd3fff  com.apple.CoreServices.CarbonCore (1307.2 - 1307.2) <C43BE82A-9E75-39C3-807F-2E87B97B7A78> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff22dd4000 -     0x7fff22e12fff  com.apple.CoreServicesInternal (476.1 - 476.1) <65BD8E8C-2F23-3790-B9CB-C04671BE34EE> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff22e13000 -     0x7fff22e4dfff  com.apple.CSStore (1122.33 - 1122.33) <209D2E9A-FC95-3E51-A0DC-4F32C21B2266> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff22e4e000 -     0x7fff22efcfff  com.apple.framework.IOKit (2.0.2 - 1845.100.19) <99034CC2-EC1B-38C0-A8DE-CE37672DF139> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff22efd000 -     0x7fff22f08fff  libsystem_notify.dylib (279.40.4) <1AA89769-E07F-37CD-BBCF-6DBD345862EB> /usr/lib/system/libsystem_notify.dylib
    0x7fff22f09000 -     0x7fff22f56fff  libsandbox.1.dylib (1441.101.1) <EC86BFE6-4909-356F-BBEF-DDB1C886D38E> /usr/lib/libsandbox.1.dylib
    0x7fff22f57000 -     0x7fff23c9efff  com.apple.AppKit (6.9 - 2022.44.151) <10AFBC3A-E9A4-3E62-B9F5-97DF579B7A84> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff23c9f000 -     0x7fff23eedfff  com.apple.UIFoundation (1.0 - 728.6) <C815FD3F-C0F0-31F6-B60D-C544D807384F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff23eee000 -     0x7fff23f00fff  com.apple.UniformTypeIdentifiers (636.9 - 636.9) <5F110054-A401-34EA-B789-F62B6B152DC4> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
    0x7fff23f01000 -     0x7fff2408bfff  com.apple.desktopservices (1.19 - 1346.4.7) <A3CAC396-18DC-3B13-9505-54BE001014CE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff2436b000 -     0x7fff249eafff  libnetwork.dylib (2288.100.111) <8D567D13-AE70-34BF-834D-9A65C702A8EA> /usr/lib/libnetwork.dylib
    0x7fff249eb000 -     0x7fff24e89fff  com.apple.CFNetwork (1237 - 1237) <347078F9-34AC-3AD5-AA02-B7E5E1D11FB6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff24e8a000 -     0x7fff24e98fff  libsystem_networkextension.dylib (1295.101.1) <33F45B5A-D346-3E7F-AB34-DFC4387E5A3C> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff24e99000 -     0x7fff24e99fff  libenergytrace.dylib (22.100.1) <C6283CA4-26A1-352B-B678-C81D0E5E02D6> /usr/lib/libenergytrace.dylib
    0x7fff24e9a000 -     0x7fff24ef6fff  libMobileGestalt.dylib (978.100.37) <1B957D3E-C0F7-36AF-98E4-8897F8633BEA> /usr/lib/libMobileGestalt.dylib
    0x7fff24ef7000 -     0x7fff24f0dfff  libsystem_asl.dylib (385) <4D4E0D4F-8B40-3ACC-85E1-16375966D6CC> /usr/lib/system/libsystem_asl.dylib
    0x7fff24f0e000 -     0x7fff24f25fff  com.apple.TCC (1.0 - 1) <10E022E6-5939-32DF-80E7-11BEA294F987> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff24f26000 -     0x7fff25289fff  com.apple.SkyLight (1.600.0 - 585) <5DB42D5D-CF51-3433-96E6-B2987E0C33C8> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff2528a000 -     0x7fff25913fff  com.apple.CoreGraphics (2.0 - 1463.14.2) <E16063AD-03D6-3DC7-A1D4-7103D3721A5A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff25914000 -     0x7fff25a0afff  com.apple.ColorSync (4.13.0 - 3473.4.3) <69831124-C7EE-3E6E-AC2E-6DCF8A96DB02> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff25a0b000 -     0x7fff25a66fff  com.apple.HIServices (1.22 - 715) <7F4A58B2-2A3A-321D-BD82-536D0E37A759> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff25e0d000 -     0x7fff2622cfff  com.apple.CoreData (120 - 1048) <E44CC602-AE8E-3AC0-A3D4-37E9A5AA949F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff2622d000 -     0x7fff26242fff  com.apple.ProtocolBuffer (1 - 285.24.10.20.1) <B83422A6-FA4A-3E24-891F-15851A8D8265> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff26243000 -     0x7fff263f6fff  libsqlite3.dylib (321.3) <39129A81-0E78-3130-85AD-5FA0BFBCC6FA> /usr/lib/libsqlite3.dylib
    0x7fff263f7000 -     0x7fff26473fff  com.apple.Accounts (113 - 113) <928FC136-F5E1-3865-8384-AB5B7A626C7C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff26474000 -     0x7fff2648bfff  com.apple.commonutilities (8.0 - 900) <951F55FB-F13F-30E6-AB97-1CEEBE0E78DE> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff2648c000 -     0x7fff2650bfff  com.apple.BaseBoard (526 - 526) <E88C7B2A-5372-3E8C-B719-AAC35B0F4E91> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff2650c000 -     0x7fff26554fff  com.apple.RunningBoardServices (1.0 - 505.100.7.0.1) <2E2672F5-C9F1-36E4-B3BA-D3561D7D8BEC> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff26555000 -     0x7fff265c9fff  com.apple.AE (918.4 - 918.4) <5377134F-CCA8-3610-8888-8598115A8E8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff265ca000 -     0x7fff265d0fff  libdns_services.dylib (1310.100.10) <CCC9994C-9A07-3740-98AE-908617A67CA5> /usr/lib/libdns_services.dylib
    0x7fff265d1000 -     0x7fff265d8fff  libsystem_symptoms.dylib (1431.100.22) <226C631F-5380-395A-AA20-D686AEA05B9B> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff265d9000 -     0x7fff2675dfff  com.apple.Network (1.0 - 1) <E70D5387-9843-34AB-B8C4-F468EB7EB1EF> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff2675e000 -     0x7fff2678dfff  com.apple.analyticsd (1.0 - 1) <356D0732-7AC4-3579-A96E-640FD4C9AB56> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff2678e000 -     0x7fff26790fff  libDiagnosticMessagesClient.dylib (112) <04F0E364-262E-3826-B0AF-1076FBAF304A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff26791000 -     0x7fff267ddfff  com.apple.spotlight.metadata.utilities (1.0 - 2150.16) <AF41D884-70D2-393B-8DB7-C023C4105D0A> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff267de000 -     0x7fff26878fff  com.apple.Metadata (10.7.0 - 2150.16) <FCCD84AD-EDFA-310E-B607-FFC464419716> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff26879000 -     0x7fff2687ffff  com.apple.DiskArbitration (2.7 - 2.7) <B6CB4430-35B5-3DD1-BA02-666426F87971> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff26880000 -     0x7fff26ee7fff  com.apple.vImage (8.1 - 544.4) <427DE83B-D133-3DCB-A5EA-BC4A644B9283> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff26ee8000 -     0x7fff271c4fff  com.apple.QuartzCore (1.11 - 927.17) <23171B27-B274-3E1D-A6D5-AF6A390B2BAE> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff271c5000 -     0x7fff27206fff  libFontRegistry.dylib (309) <89B235B9-DDA9-3E22-8A30-ED98437F0334> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff27207000 -     0x7fff27347fff  com.apple.coreui (2.1 - 691.3) <EA97A98F-C829-3A70-9698-68AFBE6773D9> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff27348000 -     0x7fff27433fff  com.apple.ViewBridge (553.1 - 553.1) <2068B3BC-FE88-3129-8828-9A2BBD40BF67> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff27434000 -     0x7fff2743ffff  com.apple.PerformanceAnalysis (1.278.3 - 278.3) <679E8ED4-3577-3F47-801E-8169467E44AC> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff27440000 -     0x7fff2744ffff  com.apple.OpenDirectory (11.3 - 230.40.1) <6A59F2E7-1E42-3894-8F40-2D174D5A7938> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff27450000 -     0x7fff2746ffff  com.apple.CFOpenDirectory (11.3 - 230.40.1) <1084A655-1A23-309D-8C74-B8B0135ABAC7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff27470000 -     0x7fff27478fff  com.apple.CoreServices.FSEvents (1290.101.1 - 1290.101.1) <43164A51-72ED-30E1-8F28-40B3598BCF5C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff27479000 -     0x7fff2749dfff  com.apple.coreservices.SharedFileList (144 - 144) <D8521DF0-1AA2-3157-AE32-7C88AB78C803> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff2749e000 -     0x7fff274a0fff  libapp_launch_measurement.dylib (14.1) <99F97E05-95A4-3E88-8723-6F92C63F875D> /usr/lib/libapp_launch_measurement.dylib
    0x7fff274a1000 -     0x7fff274e8fff  com.apple.CoreAutoLayout (1.0 - 21.10.1) <9CBC3DB1-FE97-311D-A19F-1A09B4F2CEFA> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
    0x7fff274e9000 -     0x7fff275cbfff  libxml2.2.dylib (34.9) <B3F9E655-AB90-3375-8262-EC76550929D2> /usr/lib/libxml2.2.dylib
    0x7fff275cc000 -     0x7fff27619fff  com.apple.CoreVideo (1.8 - 414.7) <2CF6A7EC-9AD1-316B-A59E-E6C2FC56E3A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff2761a000 -     0x7fff2761cfff  com.apple.loginsupport (1.0 - 1) <E58B3D65-277B-392B-BD98-71FC9A6ED89C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff27645000 -     0x7fff27660fff  com.apple.UserManagement (1.0 - 1) <7921CB5B-BC73-300A-9A0F-F9C35F121A4A> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff285d4000 -     0x7fff285e4fff  libsystem_containermanager.dylib (318.100.4) <3BAF45DD-75D2-3D8A-845E-83A7058CBA08> /usr/lib/system/libsystem_containermanager.dylib
    0x7fff285e5000 -     0x7fff285f6fff  com.apple.IOSurface (290.7 - 290.7) <1A0AD030-00A3-330D-A821-16C0BBA88A82> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff285f7000 -     0x7fff28600fff  com.apple.IOAccelerator (442.9 - 442.9) <9D9FC91B-2544-3D53-A7AC-DD2E2961DE16> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff28601000 -     0x7fff28724fff  com.apple.Metal (244.119 - 244.119) <99A6E326-7BCC-33C5-B0C8-D80C29059592> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff28725000 -     0x7fff28741fff  com.apple.audio.caulk (1.0 - 70) <8F72B5EE-6E11-3019-8ADC-96D4BFC6BB1F> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff28742000 -     0x7fff2882cfff  com.apple.CoreMedia (1.0 - 2770.32.4.7) <DA4F8C7D-060F-36AA-BF83-2EA9FDF5E2D4> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff2882d000 -     0x7fff28989fff  libFontParser.dylib (305.4.0.2) <746AD8C6-F112-336E-B96D-C2EB48072E8E> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff2898a000 -     0x7fff28c85fff  com.apple.HIToolbox (2.1.1 - 1061.9) <65D66FF8-F361-31FD-9970-1798B9D43DBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff28c86000 -     0x7fff28c99fff  com.apple.framework.DFRFoundation (1.0 - 265) <B37981D4-5230-38EC-8DBF-65E6FFBBEF5D> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff28c9a000 -     0x7fff28c9dfff  com.apple.dt.XCTTargetBootstrap (1.0 - 18119.1) <A713CFF0-172C-33D8-834A-129B906DA035> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff28c9e000 -     0x7fff28cc7fff  com.apple.CoreSVG (1.0 - 149) <56BD9FF2-197B-3B70-9FDF-86DE68F6F2B1> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff28cc8000 -     0x7fff28f03fff  com.apple.ImageIO (3.3.0 - 2130.4.7) <002DE84A-6CDB-30D7-8489-37D3859D3C81> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff28f04000 -     0x7fff2927ffff  com.apple.CoreImage (16.3.0 - 1140.2) <A4D35B12-738E-365E-94F8-5D4751557883> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff29280000 -     0x7fff292e6fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <55937FF4-F2FA-3671-84DE-88950DD81A88> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff292e7000 -     0x7fff292eafff  libsystem_configuration.dylib (1109.101.1) <49050F1E-3143-31B9-8B5C-FCCE4C6F23E5> /usr/lib/system/libsystem_configuration.dylib
    0x7fff292eb000 -     0x7fff292effff  libsystem_sandbox.dylib (1441.101.1) <24C8DF94-E258-3E24-AC96-2D1FB85F076A> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff292f0000 -     0x7fff292f1fff  com.apple.AggregateDictionary (1.0 - 1) <652D4FC1-1335-3E5C-86F4-A92D2413AF81> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff292f2000 -     0x7fff292f5fff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <DB748E0C-9C29-347B-A732-26558E860547> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff292f6000 -     0x7fff292f7fff  liblangid.dylib (136) <F93CA738-D5A4-311E-B130-081B8F1ED6CB> /usr/lib/liblangid.dylib
    0x7fff292f8000 -     0x7fff2939cfff  com.apple.CoreNLP (1.0 - 245.2) <FA304330-6361-34DE-B6D6-70BE28E14517> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff2939d000 -     0x7fff293a3fff  com.apple.LinguisticData (1.0 - 399) <53F0DCFF-114F-3954-9EA2-820C3CB598E1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff293a4000 -     0x7fff29a4cfff  libBNNS.dylib (288.100.5) <A7B566D9-19BA-357A-BAB5-0DDD4DA85E69> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff29a4d000 -     0x7fff29c1ffff  libvDSP.dylib (760.100.3) <8AC1F990-C583-3354-B5D2-00EF0B696C51> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff29c20000 -     0x7fff29c31fff  com.apple.CoreEmoji (1.0 - 128.4) <1E5E625B-1B19-37E6-BAD2-05301D7BB0FC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff29c32000 -     0x7fff29c3cfff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <86325AA4-4D75-36AC-800B-3E5574A65F02> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
    0x7fff29c3d000 -     0x7fff29d0ffff  com.apple.framework.CoreWLAN (16.0 - 1657) <38CEA388-609B-38A4-82F7-9E61EBE900FF> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff29d10000 -     0x7fff29f11fff  com.apple.CoreUtils (6.6 - 660.36) <63015F07-99D3-3396-8675-C7E43E391C0F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff29f12000 -     0x7fff29f34fff  com.apple.MobileKeyBag (2.0 - 1.0) <D70E25E5-40F8-3C41-B1C5-7D6838E032F6> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff29f35000 -     0x7fff29f45fff  com.apple.AssertionServices (1.0 - 505.100.7.0.1) <5E01DE2E-60AE-342E-9DD2-A4B01B295183> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff29f46000 -     0x7fff29fd1fff  com.apple.securityfoundation (6.0 - 55240.40.4) <0B2C0366-0C1A-3A48-BC0E-02F95EDCC259> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff29fd2000 -     0x7fff29fdbfff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <59A88CF5-6FD6-3801-AAB9-D0B358ABECD2> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff29fdc000 -     0x7fff29fe0fff  com.apple.xpc.ServiceManagement (1.0 - 1) <309EC085-9520-3D62-BBCE-6D44117308B7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff29fe1000 -     0x7fff29fe3fff  libquarantine.dylib (119.40.2) <FABCD375-2FD7-3FF5-9A28-452D8A323D3E> /usr/lib/system/libquarantine.dylib
    0x7fff29fe4000 -     0x7fff29feffff  libCheckFix.dylib (31) <439FF8FA-1F07-31BC-A578-06CBA45B4E43> /usr/lib/libCheckFix.dylib
    0x7fff29ff0000 -     0x7fff2a007fff  libcoretls.dylib (169.100.1) <F477FCDE-2E64-3162-9C4B-670CFBF5A2DF> /usr/lib/libcoretls.dylib
    0x7fff2a008000 -     0x7fff2a018fff  libbsm.0.dylib (68.40.1) <8817CFED-17DD-3E83-9F48-1028E4D8B97D> /usr/lib/libbsm.0.dylib
    0x7fff2a019000 -     0x7fff2a062fff  libmecab.dylib (929.9) <4558AEA4-814E-3EFE-8976-BA7BECCAB27E> /usr/lib/libmecab.dylib
    0x7fff2a063000 -     0x7fff2a068fff  libgermantok.dylib (24) <82F85FB5-9D23-3BFD-9CA7-43F0F76752BD> /usr/lib/libgermantok.dylib
    0x7fff2a069000 -     0x7fff2a07efff  libLinearAlgebra.dylib (1336.101.1) <25376663-3EF4-32D9-A567-A57B719E5E5F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2a07f000 -     0x7fff2a29dfff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0C639E2D-0C0E-3FF4-8194-782EE0824C3B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff2a29e000 -     0x7fff2a2edfff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <3527EC40-E19E-3400-9A6A-1A5457947C94> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff2a2ee000 -     0x7fff2a44ffff  com.apple.MLCompute (1.0 - 1) <7A1CD731-D17D-3394-93D8-612C0C47C12D> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
    0x7fff2a450000 -     0x7fff2a486fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <DCE514B8-AC5F-3BB0-AEF3-41C9ECC0D31F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff2a487000 -     0x7fff2a4ddfff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <58BD130C-DC37-3CC0-8DD5-4B783EFBE467> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff2a4de000 -     0x7fff2a56efff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <860DA94F-2106-380A-A90A-CA4979A06777> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff2a56f000 -     0x7fff2a57efff  com.apple.AppleFSCompression (125 - 1.0) <935B76EE-49A3-3FC6-99BB-994D83B3FA26> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff2a57f000 -     0x7fff2a58bfff  libbz2.1.0.dylib (44) <111C16DD-70F2-3BFF-A3E1-928C7F64B0C1> /usr/lib/libbz2.1.0.dylib
    0x7fff2a58c000 -     0x7fff2a590fff  libsystem_coreservices.dylib (127) <A1451528-AD1D-3E86-93A9-1340535FAF46> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff2a591000 -     0x7fff2a5befff  com.apple.CoreServices.OSServices (1122.33 - 1122.33) <4B4148C5-9CFB-3AA1-89B0-0EB988C0BCD2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff2a5bf000 -     0x7fff2a6eefff  com.apple.AuthKit (1.0 - 1) <822709F3-FAA6-3E0F-81B2-7F0445F894BF> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff2a78d000 -     0x7fff2a79ffff  libz.1.dylib (76) <45B3DDDD-FCA5-3387-98B8-38D9BFF68588> /usr/lib/libz.1.dylib
    0x7fff2a7a0000 -     0x7fff2a7e7fff  libsystem_m.dylib (3186.100.3) <2F75F75F-DB36-3841-988F-48A7237ED6E9> /usr/lib/system/libsystem_m.dylib
    0x7fff2a7e8000 -     0x7fff2a7e8fff  libcharset.1.dylib (59) <5B967C5A-B6AC-322F-B731-4D653B8462B8> /usr/lib/libcharset.1.dylib
    0x7fff2a7e9000 -     0x7fff2a7eefff  libmacho.dylib (980) <D503EC4A-6B6A-39C4-8218-9F4B6147A5BF> /usr/lib/system/libmacho.dylib
    0x7fff2a7ef000 -     0x7fff2a80afff  libkxld.dylib (7195.101.2) <ED65FA35-CCE2-3999-902D-6696512B674F> /usr/lib/system/libkxld.dylib
    0x7fff2a80b000 -     0x7fff2a816fff  libcommonCrypto.dylib (60178.100.1) <EA0C1728-C905-3A58-A285-C32ECF903BB4> /usr/lib/system/libcommonCrypto.dylib
    0x7fff2a817000 -     0x7fff2a821fff  libunwind.dylib (201) <32F74246-BEB8-3249-8C51-CAD863EF158E> /usr/lib/system/libunwind.dylib
    0x7fff2a822000 -     0x7fff2a829fff  liboah.dylib (203.42) <E3126D8C-F1F5-3E30-B7A2-0EB1AB0AF12D> /usr/lib/liboah.dylib
    0x7fff2a82a000 -     0x7fff2a834fff  libcopyfile.dylib (173.40.2) <DDE4BE71-76BA-3CDC-B3B0-F5E0BADF8FF2> /usr/lib/system/libcopyfile.dylib
    0x7fff2a835000 -     0x7fff2a83cfff  libcompiler_rt.dylib (102.2) <AD12DBB0-8D0B-3D71-800D-E591A3CBE0D8> /usr/lib/system/libcompiler_rt.dylib
    0x7fff2a83d000 -     0x7fff2a83ffff  libsystem_collections.dylib (1439.100.3) <8B0EA86C-AFA8-3B51-916F-7ED9A42669A4> /usr/lib/system/libsystem_collections.dylib
    0x7fff2a840000 -     0x7fff2a842fff  libsystem_secinit.dylib (87.60.1) <18494A83-796C-33D5-A6D0-BD4E0C2BBFC4> /usr/lib/system/libsystem_secinit.dylib
    0x7fff2a843000 -     0x7fff2a845fff  libremovefile.dylib (49.101.1) <DC4523F8-F5FF-3837-BD58-0AA8763F8FDE> /usr/lib/system/libremovefile.dylib
    0x7fff2a846000 -     0x7fff2a846fff  libkeymgr.dylib (31) <1A66B854-350D-3064-A606-2D9BFE71C400> /usr/lib/system/libkeymgr.dylib
    0x7fff2a847000 -     0x7fff2a84efff  libsystem_dnssd.dylib (1310.100.10) <600B1851-C1D4-3ACF-BE2A-99E7E40E6FC0> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff2a84f000 -     0x7fff2a854fff  libcache.dylib (83) <ED7D7EB4-B248-33A9-9E6A-58F45EAB7602> /usr/lib/system/libcache.dylib
    0x7fff2a855000 -     0x7fff2a856fff  libSystem.B.dylib (1292.100.5) <EADFB1D1-E113-35B4-BD2D-C1E4C38010D4> /usr/lib/libSystem.B.dylib
    0x7fff2a857000 -     0x7fff2a85afff  libfakelink.dylib (3) <3EDDC5DA-6FAD-3031-91C1-E3465C34E643> /usr/lib/libfakelink.dylib
    0x7fff2a85b000 -     0x7fff2a85bfff  com.apple.SoftLinking (1.0 - 1) <82988A53-B066-3D39-A314-CE3C5C3868DE> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
    0x7fff2a85c000 -     0x7fff2a893fff  libpcap.A.dylib (98.100.3) <4D1E2F3F-484D-3FDC-B764-EB1DB10AFCFB> /usr/lib/libpcap.A.dylib
    0x7fff2a894000 -     0x7fff2a984fff  libiconv.2.dylib (59) <FFC919B8-AA34-3C59-9927-DD1345EF3F32> /usr/lib/libiconv.2.dylib
    0x7fff2a985000 -     0x7fff2a996fff  libcmph.dylib (8) <7603021E-45F7-31A8-9449-A356A81712DD> /usr/lib/libcmph.dylib
    0x7fff2a997000 -     0x7fff2aa08fff  libarchive.2.dylib (83.100.2) <7896CEB5-AE27-3E35-8C0D-DF3771C3EDF7> /usr/lib/libarchive.2.dylib
    0x7fff2aa09000 -     0x7fff2aa70fff  com.apple.SearchKit (1.4.1 - 1.4.1) <F54991CF-B1D9-338F-97D7-25E0675E24CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff2aa71000 -     0x7fff2aa72fff  libThaiTokenizer.dylib (3) <3B0B24A3-94AA-3876-803D-7E849EF7F5FF> /usr/lib/libThaiTokenizer.dylib
    0x7fff2aa73000 -     0x7fff2aa95fff  com.apple.applesauce (1.0 - 16.28) <6451578D-F1BF-3476-838D-D45ED05CF78F> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff2aa96000 -     0x7fff2aaadfff  libapple_nghttp2.dylib (1.41) <11629AC3-024A-3972-AAD8-A875AEAEBB30> /usr/lib/libapple_nghttp2.dylib
    0x7fff2aaae000 -     0x7fff2aac4fff  libSparseBLAS.dylib (1336.101.1) <1C78861A-2B74-3172-9EB0-A13275785517> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2aac5000 -     0x7fff2aac6fff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <25F9308E-312C-3C30-B7B4-27E98EED7E4A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff2aac7000 -     0x7fff2aacbfff  libpam.2.dylib (28.40.1) <0386A3AB-7134-34FB-A456-3B84D52DFAB1> /usr/lib/libpam.2.dylib
    0x7fff2aacc000 -     0x7fff2aae4fff  libcompression.dylib (96.100.7) <C737D8BA-BD97-3BBF-A2B6-7C63D5144C4B> /usr/lib/libcompression.dylib
    0x7fff2aae5000 -     0x7fff2aaeafff  libQuadrature.dylib (7) <5D8EB379-1B51-3B80-AF16-B3B05F04A182> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2aaeb000 -     0x7fff2ae88fff  libLAPACK.dylib (1336.101.1) <1AC818CD-DB01-3F84-91E4-71D14DB47E41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2ae89000 -     0x7fff2aed8fff  com.apple.DictionaryServices (1.2 - 341) <FFC38615-B3CC-395B-8658-4B159A9A0AC2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2aed9000 -     0x7fff2aef1fff  liblzma.5.dylib (16) <3FC910D3-F9C8-323F-8373-4CF8D3702396> /usr/lib/liblzma.5.dylib
    0x7fff2aef2000 -     0x7fff2aef3fff  libcoretls_cfhelpers.dylib (169.100.1) <6784E023-906B-3FDF-8953-089BEE9E0973> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff2aef4000 -     0x7fff2afeefff  com.apple.APFS (1677.100.114 - 1677.100.114) <949210B0-BE79-3BB4-A0D2-22C8EDE6E8BA> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff2afef000 -     0x7fff2affcfff  libxar.1.dylib (452) <19D3ABA0-D327-37AB-92F7-BB87FC58AB2B> /usr/lib/libxar.1.dylib
    0x7fff2affd000 -     0x7fff2b000fff  libutil.dylib (58.40.2) <E3FE02FF-2812-3A42-8AAC-248A20F5414B> /usr/lib/libutil.dylib
    0x7fff2b001000 -     0x7fff2b029fff  libxslt.1.dylib (17.4) <70C9C559-98AB-3FAB-BFDB-5022E00058D5> /usr/lib/libxslt.1.dylib
    0x7fff2b02a000 -     0x7fff2b034fff  libChineseTokenizer.dylib (37) <C45BF85D-864C-3089-90A6-17ECD67FA469> /usr/lib/libChineseTokenizer.dylib
    0x7fff2b035000 -     0x7fff2b0f2fff  libvMisc.dylib (760.100.3) <D6E786AE-7BEB-3096-88F1-00F08C69BA4B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2b0f3000 -     0x7fff2b18afff  libate.dylib (3.0.6) <E9B61D7A-CCD5-3610-B5B1-5A3B20502811> /usr/lib/libate.dylib
    0x7fff2b18b000 -     0x7fff2b192fff  libIOReport.dylib (64.100.1) <40887C81-C6AF-32EA-8A31-311D7796DBFA> /usr/lib/libIOReport.dylib
    0x7fff2b294000 -     0x7fff2b29bfff  libMatch.1.dylib (38) <F0B2CCB0-353D-3BD6-A5DD-53F7087ED9FE> /usr/lib/libMatch.1.dylib
    0x7fff2b29c000 -     0x7fff2b327fff  libCoreStorage.dylib (554) <18EEEA50-E308-35D0-B82B-F81634F1BC80> /usr/lib/libCoreStorage.dylib
    0x7fff2b328000 -     0x7fff2b37bfff  com.apple.AppleVAFramework (6.1.3 - 6.1.3) <8A2F6F2F-DAF5-3458-BBFB-C359A68870B9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff2b37c000 -     0x7fff2b394fff  libexpat.1.dylib (26) <065A9ADC-2A69-3205-8D58-2E578524883A> /usr/lib/libexpat.1.dylib
    0x7fff2b395000 -     0x7fff2b39efff  libheimdal-asn1.dylib (597.100.6) <2B948917-490A-30A8-B5DE-D1BB77648D9E> /usr/lib/libheimdal-asn1.dylib
    0x7fff2b39f000 -     0x7fff2b3b3fff  com.apple.IconFoundation (479.4 - 479.4) <61411CF3-1684-3C4E-B726-A317BCCC61A3> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
    0x7fff2b3b4000 -     0x7fff2b420fff  com.apple.IconServices (479.4 - 479.4) <F70746DB-0DAB-3F36-8613-26270312469C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff2b421000 -     0x7fff2b4befff  com.apple.MediaExperience (1.0 - 1) <1794EDC2-D838-31A5-A85B-16348853D385> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff2b4bf000 -     0x7fff2b4e7fff  com.apple.persistentconnection (1.0 - 1.0) <205078F8-8420-3F12-A4C8-C9A9B1A670FB> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff2b4e8000 -     0x7fff2b4f6fff  com.apple.GraphVisualizer (1.0 - 100.1) <9D341EA0-A478-3F9F-AC34-80D854DA3B64> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff2b4f7000 -     0x7fff2b912fff  com.apple.vision.FaceCore (4.3.2 - 4.3.2) <F7EE5B8C-9809-391A-BDA2-5EADED37B5B5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff2b913000 -     0x7fff2b95afff  com.apple.OTSVG (1.0 - 677.4.0.4) <565D79AE-4303-346F-960D-AECDA5CA2690> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff2b95b000 -     0x7fff2b961fff  com.apple.xpc.AppServerSupport (1.0 - 2038.100.48) <51D2FD7B-4D6B-3BF5-859B-6E551DC9B0AB> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
    0x7fff2b962000 -     0x7fff2b974fff  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <E7B0CA22-7546-3680-A4E6-4A8E98EAE7D2> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff2b975000 -     0x7fff2b977fff  libspindump.dylib (295.2) <5CAAFF2C-1565-3916-9349-937C3C7F9BBA> /usr/lib/libspindump.dylib
    0x7fff2b978000 -     0x7fff2ba38fff  com.apple.Heimdal (4.0 - 2.0) <C4F4A987-6AB0-393C-ADAB-AA74975ADEB7> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff2ba39000 -     0x7fff2ba53fff  com.apple.login (3.0 - 3.0) <B055F669-D189-3CA2-8592-284A154D1C14> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff2bbd8000 -     0x7fff2bc14fff  com.apple.bom (14.0 - 235) <C50B4F1C-013E-3EE6-9B4F-A3E063C9B801> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff2bc15000 -     0x7fff2bc5efff  com.apple.AppleJPEG (1.0 - 1) <6D1195AD-6EB2-3387-B775-9CD6DB981C9B> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff2bc5f000 -     0x7fff2bd3efff  libJP2.dylib (2130.4.7) <C8AB059F-C825-3E5D-B98F-7812A953FA9E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff2bd3f000 -     0x7fff2bd42fff  com.apple.WatchdogClient.framework (1.0 - 98.100.3) <7E02DDAB-F57C-3A7F-95FE-F152A6E9D3B9> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff2bd43000 -     0x7fff2bd79fff  com.apple.MultitouchSupport.framework (4440.3 - 4440.3) <37EA4D87-0469-3801-A04C-65BBB468E2F0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff2bd7a000 -     0x7fff2bed8fff  com.apple.VideoToolbox (1.0 - 2770.32.4.7) <73AF0B10-EA9F-3718-9729-E80F9E4F5EBF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff2bed9000 -     0x7fff2bf0cfff  libAudioToolboxUtility.dylib (1180.90) <10D0F0C5-A6F3-349F-BDE2-A3A13A155F3E> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff2bf0d000 -     0x7fff2bf33fff  libPng.dylib (2130.4.7) <6AE95141-FEE9-3FB9-B3D0-F0D72EF47840> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff2bf34000 -     0x7fff2bf93fff  libTIFF.dylib (2130.4.7) <FFB0BE8E-71CF-366C-A8A4-DD117CA5E3C6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff2bf94000 -     0x7fff2bfb0fff  com.apple.IOPresentment (58 - 37) <9450168E-31AB-3451-8D4A-04C1CCE03AB8> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff2bfb1000 -     0x7fff2bfb8fff  com.apple.GPUWrangler (6.2.9 - 6.2.9) <25F69C6F-6B3D-3672-9F0D-0F7680BD5CB7> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff2bfb9000 -     0x7fff2bfbcfff  libRadiance.dylib (2130.4.7) <BFBB5F8E-3D7A-3F01-B1B5-A8A024B3F6C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff2bfbd000 -     0x7fff2bfc2fff  com.apple.DSExternalDisplay (3.1 - 380) <326D8975-72ED-3114-8153-F290DD68EE94> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff2bfc3000 -     0x7fff2bfe7fff  libJPEG.dylib (2130.4.7) <8C0412B2-8A87-358D-9FC4-99FB4D38A900> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff2bfe8000 -     0x7fff2c017fff  com.apple.ATSUI (1.0 - 1) <A949815B-B138-3D25-B38A-37EE958A317F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff2c018000 -     0x7fff2c01cfff  libGIF.dylib (2130.4.7) <2FA2F911-EF4C-34C7-9DDA-8C5D6C5CE682> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff2c01d000 -     0x7fff2c026fff  com.apple.CMCaptureCore (1.0 - 81.37) <4F0C01D1-732D-32B6-9AD9-97BB65B102CE> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
    0x7fff2c027000 -     0x7fff2c06efff  com.apple.print.framework.PrintCore (16.1 - 531.1) <9299D57A-FA79-30B6-ADA6-580A55EFE95C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2c06f000 -     0x7fff2c13cfff  com.apple.TextureIO (3.10.9 - 3.10.9) <CC060BC3-7164-3B07-92BC-885FECB8E004> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff2c13d000 -     0x7fff2c145fff  com.apple.InternationalSupport (1.0 - 61.1) <5B4614EE-88CF-33D2-89D4-02D1845017C0> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff2c146000 -     0x7fff2c1c0fff  com.apple.datadetectorscore (8.0 - 674) <B29D5034-5AAD-3037-828B-B237C87835A2> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff2c1c1000 -     0x7fff2c21efff  com.apple.UserActivity (438 - 438) <3D4BBAA6-516C-31A2-A2D0-1AB91AAD7E85> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
    0x7fff2ce82000 -     0x7fff2ceb3fff  libSessionUtility.dylib (76.69) <00784F09-BC27-30FE-8F9B-83C052EEA40C> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
    0x7fff2ceb4000 -     0x7fff2cfe8fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <9E029A41-7E6D-384E-8E13-0C97DCCF34BE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2cfe9000 -     0x7fff2d04efff  com.apple.audio.AudioSession (1.0 - 76.69) <6EC6A5C5-0FAC-39EB-8429-71D9BA1E637F> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
    0x7fff2d04f000 -     0x7fff2d061fff  libAudioStatistics.dylib (27.64) <A1439C1D-8014-3911-825B-40685FDCDEE9> /usr/lib/libAudioStatistics.dylib
    0x7fff2d062000 -     0x7fff2d071fff  com.apple.speech.synthesis.framework (9.0.64 - 9.0.64) <19106DFB-75CF-3160-B7E5-D529D18D2F28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2d072000 -     0x7fff2d0defff  com.apple.ApplicationServices.ATS (377 - 516) <0EC3E4C1-5879-3DB6-8E62-3D734C6C1424> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2d0df000 -     0x7fff2d0f7fff  libresolv.9.dylib (68) <7EA918BC-50B3-3ABB-9021-88CB852FF4D6> /usr/lib/libresolv.9.dylib
    0x7fff2d22a000 -     0x7fff2d309fff  libSMC.dylib (20) <AE6A0A4D-329B-3830-9A36-CF1A9DE21367> /usr/lib/libSMC.dylib
    0x7fff2d30a000 -     0x7fff2d369fff  libcups.2.dylib (494.1) <D0767916-ADAF-3D25-BDC4-AB4FF0D48AAD> /usr/lib/libcups.2.dylib
    0x7fff2d36a000 -     0x7fff2d379fff  com.apple.LangAnalysis (1.7.0 - 254) <27988FBF-93AC-375C-B4B3-3179C3BD6715> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2d37a000 -     0x7fff2d384fff  com.apple.NetAuth (6.2 - 6.2) <05871A6B-81B4-3D86-B9C6-BA444171C4C6> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff2d385000 -     0x7fff2d38cfff  com.apple.ColorSyncLegacy (4.13.0 - 1) <6E55FF8B-35AD-3436-9A1B-98E2E8794911> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2d38d000 -     0x7fff2d398fff  com.apple.QD (4.0 - 416) <01C30E15-D0D3-3C60-ADCD-6645EE728649> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2d399000 -     0x7fff2d9edfff  com.apple.audio.AudioResourceArbitration (1.0 - 1) <58BB87A3-54AC-31DA-A465-DDAAEA19861A> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff2d9ee000 -     0x7fff2d9f9fff  com.apple.perfdata (1.0 - 67.40.1) <37CC6E78-27F8-3D0F-8C98-6674500FAF54> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff2d9fa000 -     0x7fff2da08fff  libperfcheck.dylib (41) <2DD22E33-80EB-389F-9970-C35C38C21E01> /usr/lib/libperfcheck.dylib
    0x7fff2da09000 -     0x7fff2da18fff  com.apple.Kerberos (3.0 - 1) <2544BA7A-BBEE-3A87-A270-263F5ECA0034> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff2da19000 -     0x7fff2da69fff  com.apple.GSS (4.0 - 2.0) <04B974A2-93FC-333A-8FF3-51B0226B1686> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff2da6a000 -     0x7fff2da7afff  com.apple.CommonAuth (4.0 - 2.0) <EFA67DFF-0B70-361F-88C9-DEEEFE080EA9> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff2dad0000 -     0x7fff2daeffff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <C80F47B6-A1FD-33C3-948D-915F3C1BC059> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff2daf0000 -     0x7fff2daf8fff  com.apple.CorePhoneNumbers (1.0 - 1) <43716B80-9EF9-336A-B736-19E9425A7BFA> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff2dc4b000 -     0x7fff2dc4bfff  liblaunch.dylib (2038.100.48) <3C5E58AF-F753-378B-8E0C-F3C9BB82E04D> /usr/lib/system/liblaunch.dylib
    0x7fff2e42c000 -     0x7fff2e577fff  com.apple.Sharing (1618.1 - 1618.1) <AEF64DAC-78C8-30D4-856A-EB3F91961E56> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff2e578000 -     0x7fff2e699fff  com.apple.Bluetooth (8.0.4 - 8.0.4d18) <4D05FFA8-B735-32F6-AF88-D922157601B3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff2e6b3000 -     0x7fff2e70cfff  com.apple.ProtectedCloudStorage (1.0 - 1) <6ED489AF-BBD1-326F-91BE-4BD8585255A4> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff2fe62000 -     0x7fff2fe89fff  com.apple.RemoteViewServices (2.0 - 163) <265D46D9-B000-3052-AE06-0879C43F88BB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff2fe8a000 -     0x7fff2fe99fff  com.apple.SpeechRecognitionCore (6.1.23 - 6.1.23) <E427C8FB-4A03-38F4-BEA9-42C60327FB5E> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff2fe9a000 -     0x7fff2fea1fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <43B82E77-CB0C-3A20-A9D8-6F6F6C0D5A2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff300cf000 -     0x7fff300cffff  libsystem_product_info_filter.dylib (8.40.1) <4CCFBF85-6483-364F-A8D6-A5D2956BEC52> /usr/lib/system/libsystem_product_info_filter.dylib
    0x7fff301a7000 -     0x7fff301a7fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <533CA6C2-D07A-35F6-A711-4A55A4319C52> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff301cd000 -     0x7fff301cdfff  com.apple.CoreServices (1122.33 - 1122.33) <A1E63C1B-E06B-3DE1-9C96-77E1A412D6DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff30384000 -     0x7fff30384fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D8A3E393-A247-34BC-BE43-E3EA399B491D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff30bc6000 -     0x7fff30c2afff  com.apple.CoreBluetooth (1.0 - 1) <2921520B-0980-33C1-9DB9-8C3723607813> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff30c2b000 -     0x7fff30c34fff  com.apple.SymptomDiagnosticReporter (1.0 - 79.100.10) <ACE8AE50-3B88-3BD5-9C4C-F89FB901CEC0> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff30c48000 -     0x7fff30c54fff  com.apple.AppleIDAuthSupport (1.0 - 1) <5971013E-8435-354D-8EBB-ADD05261DE2C> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff30c55000 -     0x7fff30cfdfff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <9CE5FB86-C856-3D07-931E-3300B18CE6B3> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff30cfe000 -     0x7fff30d31fff  com.apple.MediaKit (16 - 927.40.2) <8C737C08-4A97-3347-8B07-8C20AC8529C5> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff30d32000 -     0x7fff30e1dfff  com.apple.DiskManagement (14.0 - 1733.100.4) <87F5A9DB-3FEC-3054-A530-256C785F1191> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff3120b000 -     0x7fff31359fff  com.apple.FileProvider (347.7 - 347.7) <DDDD0816-EFBF-3B02-B35B-0ECEDF4CFBE3> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff3135a000 -     0x7fff3137cfff  com.apple.GenerationalStorage (2.0 - 323) <E1F484FE-24E1-3078-AB57-C6E431FE57CB> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff31cb2000 -     0x7fff31cedfff  com.apple.DebugSymbols (195.1 - 195.1) <4BAE7472-2131-3398-9BAE-DC78E7FAA973> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff31cee000 -     0x7fff31da3fff  com.apple.CoreSymbolication (12.5 - 64544.69.1) <CC7DFC41-3C2A-3D11-93B1-0E5109E94C5F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff32c98000 -     0x7fff32cfbfff  com.apple.framework.Apple80211 (17.0 - 1728) <54926C8E-EB3B-3760-ADBA-4FA0CFC47C18> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff32cfc000 -     0x7fff32e4dfff  com.apple.CoreWiFi (3.0 - 341) <97EEC578-04C8-3632-AE33-071D2048326F> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff3312b000 -     0x7fff3312efff  com.apple.help (1.3.8 - 71) <5DED5EBF-2525-3F7E-87F7-4EC4B0A3185A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff3312f000 -     0x7fff33136fff  com.apple.EFILogin (2.0 - 2) <FB6D52FA-9378-3E69-99F7-055DEAB03DE5> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff33137000 -     0x7fff33142fff  libcsfde.dylib (554) <C1155B9E-AB39-39DC-B5A4-CF8A88EAE063> /usr/lib/libcsfde.dylib
    0x7fff33380000 -     0x7fff33380fff  com.apple.ApplicationServices (48 - 50) <706E69DF-06C7-3C8E-B0A5-BDD96635CAE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff33695000 -     0x7fff33695fff  libHeimdalProxy.dylib (79) <FFDE97B6-A777-33A7-A335-6A42D94CE670> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff33748000 -     0x7fff33748fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <31CB1996-369E-3ADF-9C6E-1ADD89BD273D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff3470f000 -     0x7fff3475ffff  com.apple.ChunkingLibrary (334.1 - 334.1) <E1E752DB-828E-32B9-B6CE-7EFC31757311> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff3515d000 -     0x7fff35160fff  com.apple.Cocoa (6.11 - 23) <ACA14CB3-6C24-31BE-9C2B-EF3AC3754C1F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff365b1000 -     0x7fff365d4fff  com.apple.openscripting (1.7 - 190) <B4718F88-6569-3653-81F9-F0256EE89C48> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff365d5000 -     0x7fff365d8fff  com.apple.securityhi (9.0 - 55008) <66DBED22-5951-3EC2-90CD-0610104B4816> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff365d9000 -     0x7fff365dcfff  com.apple.ink.framework (10.15 - 227) <36446EAF-E2F5-38BD-849A-D489DC7700A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff365dd000 -     0x7fff365e0fff  com.apple.CommonPanels (1.2.6 - 101) <34455FFB-0A75-366C-BBFB-046D2CAD9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff365e1000 -     0x7fff365e8fff  com.apple.ImageCapture (1711.4.2 - 1711.4.2) <07AB6E67-1DD8-3642-823A-E91AECDBBA3A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff3cb29000 -     0x7fff3cb2cfff  com.apple.print.framework.Print (15 - 271) <BED0F662-C9C3-3F4A-8FB3-97BB0ADE2DC8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff3cb2d000 -     0x7fff3cb30fff  com.apple.Carbon (160 - 164) <6E0D7D9A-2C50-3FBD-A4CF-1D1285F086F1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff3cde3000 -     0x7fff3ce02fff  com.apple.private.SystemPolicy (1.0 - 1) <05976F26-8C1E-3F7A-8CD6-91F2F3340DD8> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
    0x7fff3d73e000 -     0x7fff3d750fff  libmis.dylib (274.100.13) <B863AF9A-44A2-3FBF-BFB1-77AD47302FED> /usr/lib/libmis.dylib
    0x7fff413e8000 -     0x7fff41406fff  libCGInterfaces.dylib (544.4) <65AABCAF-99FB-327C-B7B7-BDA8940D6EA5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff464f5000 -     0x7fff46500fff  libGPUSupportMercury.dylib (18.5.8) <064DABD9-F4F9-33E1-9AB3-092CCBCBB22C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff556e9000 -     0x7fff556ecfff  com.apple.ForceFeedback (1.0.6 - 1.0.6) <0ED3F5BC-C08F-3119-B14B-04F220B5004A> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x7fff5f01b000 -     0x7fff60002fff  com.apple.driver.AppleIntelKBLGraphicsGLDriver (16.2.16 - 16.0.2) <14A94EA6-E240-386D-A4EF-088EEEFC38FE> /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver
    0x7fff6bbfd000 -     0x7fff6bc03fff  libCoreFSCache.dylib (200.8) <5917BFDD-5553-3258-A468-C86A5BF62FD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff6bc04000 -     0x7fff6bc08fff  libCoreVMClient.dylib (200.8) <F0654F63-27BA-3700-AC46-E86B29F0111D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff6bc09000 -     0x7fff6bc18fff  com.apple.opengl (18.5.8 - 18.5.8) <DFFCB9A8-90D3-3189-B3ED-DBEED6B3695D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff6bc19000 -     0x7fff6bc1bfff  libCVMSPluginSupport.dylib (18.5.8) <AC02C127-850C-34A7-978E-46FD7ED26D81> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff6bc1c000 -     0x7fff6bc24fff  libGFXShared.dylib (18.5.8) <9B136CD9-7268-3B00-8F31-01440986C220> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff6bc25000 -     0x7fff6bc58fff  libGLImage.dylib (18.5.8) <9DC644AA-9670-3F66-AC1F-5099ADDFC004> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff6bc59000 -     0x7fff6bc95fff  libGLU.dylib (18.5.8) <54EEB307-0C17-3890-A969-1633F68291AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff6bc96000 -     0x7fff6be29fff  libGLProgrammability.dylib (18.5.8) <C21102B6-8549-3E60-BBA0-A4AD6E4A6B2B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff6be2a000 -     0x7fff6be34fff  libGL.dylib (18.5.8) <806D0B08-2CEC-3C98-A9F0-8BD72ACFFB05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff6be35000 -     0x7fff6bfb2fff  GLEngine (18.5.8) <D926830E-3CAA-32C1-BD10-B6BFDB4E4E15> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff6bfb3000 -     0x7fff6bfdbfff  GLRendererFloat (18.5.8) <64485F3C-B024-3DA0-8C62-7E03BBE9C846> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff6d274000 -     0x7fff6d2ccfff  com.apple.opencl (4.5 - 4.5) <4EE9CF1A-E2F1-376B-B387-36DAEBE290E6> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

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

VM Region Summary:
ReadOnly portion of Libraries: Total=747.8M resident=0K(0%) swapped_out_or_unallocated=747.8M(100%)
Writable regions: Total=164.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=164.1M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
CoreAnimation                        4K        1 
CoreGraphics                         8K        2 
Dispatch continuations            64.0M        1 
Foundation                          16K        1 
Kernel Alloc Once                    8K        1 
MALLOC                            89.4M       41 
MALLOC guard page                   32K        7 
STACK GUARD                       56.0M        5 
Stack                             10.0M        5 
VM_ALLOCATE                        124K       13 
__DATA                            13.0M      322 
__DATA_CONST                      13.7M      178 
__DATA_DIRTY                       550K      100 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       502.4M       26 
__OBJC_RO                         70.1M        1 
__OBJC_RW                         2480K        2 
__TEXT                           245.5M      320 
__UNICODE                          588K        1 
mapped file                       67.2M       16 
shared memory                      756K       16 
===========                     =======  ======= 
TOTAL                              1.1G     1062 

Model: MacBookPro15,2, BootROM 1554.120.19.0.0 (iBridge: 18.16.14663.0.0,0), 4 processors, Quad-Core Intel Core i7, 2,8 GHz, 16 GB, SMC 
Graphics: kHW_IntelIrisGraphics655Item, Intel Iris Plus Graphics 655, spdisplays_builtin
Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, LPDDR3, 2133 MHz, Micron, -
Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, LPDDR3, 2133 MHz, Micron, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Feb 16 2021 02:10:42 version 9.30.444.10.32.5.67 FWID 01-a00c1314
Bluetooth: Version 8.0.4d18, 3 services, 27 devices, 1 incoming serial ports
Network Service: USB 10/100/1000 LAN 4, Ethernet, en13
Network Service: AX88179A, Ethernet, en19
Network Service: USB 10/100/1000 LAN 12, Ethernet, en26
Network Service: USB 10/100/1000 LAN 13, Ethernet, en27
Network Service: USB 10/100/1000 LAN 14, Ethernet, en28
Network Service: Wi-Fi, AirPort, en0
USB Device: Hub
USB Device: 3-Port USB 3.1 Hub
USB Device: USB 10/100/1000 LAN
USB Device: USB 3.1 Bus
USB Device: Hub
USB Device: Dell KB216 Wired Keyboard
USB Device: Composite Device
USB Device: 3-Port USB 2.1 Hub
USB Device: DELL Laser Mouse
USB Device: Apple T2 Bus
USB Device: Touch Bar Backlight
USB Device: Touch Bar Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 47.4
Thunderbolt Bus: MacBook Pro, Apple Inc., 47.4

@S-Dafarra
Copy link
Contributor

These lines seem interesting

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libIrrlicht.dylib             	0x0000000107b08dc6 irr::CIrrDeviceMacOSX::storeMouseLocation() + 150
1   libIrrlicht.dylib             	0x0000000107b089a7 irr::CIrrDeviceMacOSX::run() + 87
2   libIrrlicht.dylib             	0x0000000107ae556b createDeviceEx + 171
3   libidyntree-visualization.dylib	0x00000001055644ef iDynTree::Visualizer::init(iDynTree::VisualizerOptions const&) + 463
4   libidyntree-visualization.dylib	0x000000010556599d iDynTree::Visualizer::addModel(iDynTree::Model const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 93
5   idyntree-model-view           	0x00000001054f06e6 main + 470
6   libdyld.dylib                 	0x00007fff206bdf3d start + 1

The offending code seems to be in https://github.com/zaki/irrlicht/blob/master/source/Irrlicht/CIrrDeviceOSX.mm#L1199

I guess it has something to do with
https://github.com/zaki/irrlicht/blob/master/source/Irrlicht/CIrrDeviceOSX.mm#L1203-L1210

In any case, it seems to be happening in

pimpl->m_irrDevice = irr::createDeviceEx(irrDevParams);

@traversaro
Copy link
Member

If there is a setup I can play with, I can give it a try.

I can set it up.

@lrapetti
Copy link
Member Author

Using SDL fixed the issue (last suggestion in #1076 (comment)).

I will open a PR with the fix! Thanks a lot @S-Dafarra

@traversaro
Copy link
Member

Great!

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

Successfully merging a pull request may close this issue.

3 participants