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

OpenCV 4.4.0 macOS Catalina "segmentation fault" #18079

Closed
3 of 4 tasks
azataiot opened this issue Aug 12, 2020 · 24 comments
Closed
3 of 4 tasks

OpenCV 4.4.0 macOS Catalina "segmentation fault" #18079

azataiot opened this issue Aug 12, 2020 · 24 comments

Comments

@azataiot
Copy link

azataiot commented Aug 12, 2020

PIP opencv-python package issue: opencv/opencv-python#376

System information (version)
  • OpenCV => ❔
  • Operating System / Platform => ❔
  • Compiler => ❔

Model Name: MacBook Air
Model Identifier: MacBookAir7,2
Processor Name: Dual-Core Intel Core i5
Processor Speed: 1.8 GHz
Number of Processors: 1
Total Number of Cores: 2
L2 Cache (per Core): 256 KB
L3 Cache: 3 MB
Hyper-Threading Technology: Enabled
Memory: 8 GB

python --version
Python 3.8.5 [3.7,3.6]

❯ pip --version
pip 20.2.2 from /Users/xxx/.pyenv/versions/3.8.5/envs/AI-3.8.5/lib/python3.8/site-packages/pip (python 3.8)

Python 3.8.5 (default, Aug 12 2020, 19:20:20)
[Clang 11.0.3 (clang-1103.0.32.62)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

import cv2
cv2.version
'4.4.0'

Detailed description

Got "[1] 26545 segmentation fault " While running the official OpenCV documentation tutorial code from https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_gui/py_video_display/py_video_display.html

Tested Code:

import numpy as np
import cv2

cap = cv2.VideoCapture(0)

while(True):
    # Capture frame-by-frame
    ret, frame = cap.read()

    # Our operations on the frame come here
    gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)

    # Display the resulting frame
    cv2.imshow('frame',gray)
    if cv2.waitKey(1) & 0xFF == ord('q'):
        break

# When everything done, release the capture
cap.release()
cv2.destroyAllWindows()

Error message:
"""
python test.py
[1] 60134 segmentation fault python test.py

╭─ ~/Projects/cv2 ✘ SEGV  AI-3.8.5 3.8.5 21:39:57
"""

What I've. tried :

  1. Used different terminals to run the code. (system terminal app, JetBrains PyCharm terminal, viscose terminal, iterm2, iterm2 is setup for camera access )
  2. Used different Python versions (3.6,3.7,3.8)
  3. Tried to build from source code. (same problem)
Steps to reproduce
Issue submission checklist
  • I report the issue, it's not a question
  • I checked the problem with documentation, FAQ, open issues,
    answers.opencv.org, Stack Overflow, etc and have not found solution
  • I updated to latest OpenCV version and the issue is still there
  • There is reproducer code and related data files: videos, images, onnx, etc
@alalek
Copy link
Member

alalek commented Aug 12, 2020

  1. sw_vers
  2. print(cv.getBuildInformation())
  3. Probably you need to whilelist python/python3 or "terminal app" binary for camera access: "System Preferences -> Security & Privacy -> Camera"
  4. attach crash dump (OpenCV should not crash - at least some useful message should be dumped)

@azataiot
Copy link
Author

azataiot commented Aug 13, 2020

@alalek


❯ sw_vers
ProductName: Mac OS X
ProductVersion: 10.15.6
BuildVersion: 19G73

2.----

>>> print(cv2.getBuildInformation())

General configuration for OpenCV 4.4.0 =====================================
  Version control:               4.4.0-dirty

  Extra modules:
    Location (extra):            /private/var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/pip-req-build-g1ntnacp/opencv_contrib/modules
    Version control (extra):     4.4.0

  Platform:
    Timestamp:                   2020-08-12T01:03:34Z
    Host:                        Darwin 17.7.0 x86_64
    CMake:                       3.18.0
    CMake generator:             Unix Makefiles
    CMake build tool:            /usr/bin/make
    Configuration:               Release

  CPU/HW features:
    Baseline:                    SSE SSE2 SSE3 SSSE3 SSE4_1
      requested:                 DETECT
    Dispatched code generation:  SSE4_2 FP16 AVX AVX2 AVX512_SKX
      requested:                 SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
      SSE4_2 (1 files):          + POPCNT SSE4_2
      FP16 (0 files):            + POPCNT SSE4_2 FP16 AVX
      AVX (4 files):             + POPCNT SSE4_2 AVX
      AVX2 (29 files):           + POPCNT SSE4_2 FP16 FMA3 AVX AVX2
      AVX512_SKX (4 files):      + POPCNT SSE4_2 FP16 FMA3 AVX AVX2 AVX_512F AVX512_COMMON AVX512_SKX

  C/C++:
    Built as dynamic libs?:      NO
    C++ standard:                11
    C++ Compiler:                /usr/local/opt/ccache/libexec/clang++  (ver 9.1.0.9020039)
    C++ flags (Release):         -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-sections  -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG  -DNDEBUG
    C++ flags (Debug):           -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-sections  -fvisibility=hidden -fvisibility-inlines-hidden -g  -O0 -DDEBUG -D_DEBUG
    C Compiler:                  /usr/local/opt/ccache/libexec/clang
    C flags (Release):           -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-sections  -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG  -DNDEBUG
    C flags (Debug):             -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-sections  -fvisibility=hidden -fvisibility-inlines-hidden -g  -O0 -DDEBUG -D_DEBUG
    Linker flags (Release):      -Wl,-dead_strip
    Linker flags (Debug):        -Wl,-dead_strip
    ccache:                      YES
    Precompiled headers:         NO
    Extra dependencies:          -framework OpenCL /Applications/Xcode-9.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Accelerate.framework -lm -ldl ade Qt5::Test Qt5::Concurrent openjp2 Qt5::Core Qt5::Gui Qt5::Widgets /usr/local/opt/freetype/lib/libfreetype.dylib /usr/local/Cellar/harfbuzz/2.7.0/lib/libharfbuzz.dylib /usr/local/Cellar/hdf5/1.12.0_1/lib/libhdf5.dylib /usr/local/opt/szip/lib/libsz.dylib /usr/lib/libz.dylib /usr/lib/libdl.dylib /usr/lib/libm.dylib
    3rdparty dependencies:       ittnotify libprotobuf zlib libjpeg-turbo libwebp libpng libtiff IlmImf quirc ippiw ippicv

  OpenCV modules:
    To be built:                 alphamat aruco bgsegm bioinspired calib3d ccalib core cvv datasets dnn dnn_objdetect dnn_superres dpm face features2d flann freetype fuzzy gapi hdf hfs highgui img_hash imgcodecs imgproc intensity_transform line_descriptor ml objdetect optflow phase_unwrapping photo plot python3 quality rapid reg rgbd saliency shape stereo stitching structured_light superres surface_matching text tracking video videoio videostab xfeatures2d ximgproc xobjdetect xphoto
    Disabled:                    world
    Disabled by dependency:      -
    Unavailable:                 cnn_3dobj cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java js julia matlab ovis python2 sfm ts viz
    Applications:                -
    Documentation:               NO
    Non-free algorithms:         NO

  GUI:
    QT:                          YES (ver 5.15.0)
      QT OpenGL support:         NO
    Cocoa:                       YES
    VTK support:                 NO

  Media I/O:
    ZLib:                        build (ver 1.2.11)
    JPEG:                        build-libjpeg-turbo (ver 2.0.5-62)
    WEBP:                        build (ver encoder: 0x020f)
    PNG:                         build (ver 1.6.37)
    TIFF:                        build (ver 42 - 4.0.10)
    JPEG 2000:                   OpenJPEG (ver 2.3.1)
    OpenEXR:                     build (ver 2.3.0)
    HDR:                         YES
    SUNRASTER:                   YES
    PXM:                         YES
    PFM:                         YES

  Video I/O:
    DC1394:                      NO
    FFMPEG:                      YES
      avcodec:                   YES (58.91.100)
      avformat:                  YES (58.45.100)
      avutil:                    YES (56.51.100)
      swscale:                   YES (5.7.100)
      avresample:                YES (4.0.0)
    GStreamer:                   NO
    AVFoundation:                YES

  Parallel framework:            GCD

  Trace:                         YES (with Intel ITT)

  Other third-party libraries:
    Intel IPP:                   2020.0.0 Gold [2020.0.0]
           at:                   /private/var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/pip-req-build-g1ntnacp/_skbuild/macosx-10.13-x86_64-3.7/cmake-build/3rdparty/ippicv/ippicv_mac/icv
    Intel IPP IW:                sources (2020.0.0)
              at:                /private/var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/pip-req-build-g1ntnacp/_skbuild/macosx-10.13-x86_64-3.7/cmake-build/3rdparty/ippicv/ippicv_mac/iw
    Lapack:                      YES (/Applications/Xcode-9.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Accelerate.framework -lm -ldl)
    Eigen:                       YES (ver 3.3.7)
    Custom HAL:                  NO
    Protobuf:                    build (3.5.1)

  OpenCL:                        YES (no extra features)
    Include path:                NO
    Link libraries:              -framework OpenCL

  Python 3:
    Interpreter:                 /Users/travis/build/skvark/opencv-python/venv/bin/python (ver 3.7.8)
    Libraries:                   /Library/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7m.dylib (ver 3.7.8)
    numpy:                       /private/var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/pip-build-env-dvctzqwq/overlay/lib/python3.7/site-packages/numpy/core/include (ver 1.14.5)
    install path:                python

  Python (for build):            /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7

  Java:
    ant:                         NO
    JNI:                         /Applications/Xcode-9.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/JavaVM.framework/Headers /Applications/Xcode-9.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/JavaVM.framework/Headers /Applications/Xcode-9.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/JavaVM.framework/Headers
    Java wrappers:               NO
    Java tests:                  NO

  Install to:                    /private/var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/pip-req-build-g1ntnacp/_skbuild/macosx-10.13-x86_64-3.7/cmake-install
-----------------------------------------------------------------
  1. Already allowed

  2. crash log is empty.

image

@alalek
Copy link
Member

alalek commented Aug 13, 2020

Already allowed

Try to add "python" executable itself (which python). PyCharm is not enough.

Do you have other python apps which can work with camera? Do them work?

@mhmxd
Copy link

mhmxd commented Aug 13, 2020

I have the same exact problem as @azataiot .

When I updated opencv-python to 4.4.0.40, I got segmentation fault on cv2.imshow(). Previous to that, everything worked fine!

sw_vers:

ProductName:	Mac OS X
ProductVersion:	10.15.6
BuildVersion:	19G73

Python 3.8.2
pip 20.2.2

None of the apps regarding Python (Terminal, Python binary, ...) is listed in Security & Privacy > Privacy > Camera. (And I can't whitelist any app manually, because there's no option for adding to the list).

@mhmxd
Copy link

mhmxd commented Aug 13, 2020

UPDATE: (temp fix)

Just checked the previous versions. The issue persists on 4.3.0.38, but not on '4.3.0.36'. So whatever is causing it, started on that version.

I guess I continue using '4.3.0.36' for now...

@alalek
Copy link
Member

alalek commented Aug 13, 2020

@azataiot Could you confirm that it crashes on imshow() call? (add some print() statements)

Tried to build from source code. (same problem)

Please also try these builds (check getBuildInformation() content to ensure that they are used properly)

@azataiot
Copy link
Author

azataiot commented Aug 13, 2020

@azataiot Could you confirm that it crashes on imshow() call? (add some print() statements)

Tried to build from source code. (same problem)

Please also try these builds (check getBuildInformation() content to ensure that they are used properly)

But I do believe that the problem has something related to Video Capture, because it worked well except trying to capture video from the default camera. And I tried to add a usb camera so that I can check whether it is the problem of the camera, but external camera did not work also.

@alalek
Copy link
Member

alalek commented Aug 13, 2020

@azataiot You have imshow() in your code snippet.

BTW, without stacktrace info it is hard to move forward here.

@azataiot
Copy link
Author

@alalek Ok so I decided to do a deep debug tomorrow, and let me try to find which part of the CV is causing the problem, then may it will be helpful.

Just several minutes before I tried to run the same problem on my Mac book air and it has the os version of 10.15.5, and got the same problem, so I do think it is CV in somewhere causing the problem.

If possible, can you give me some internal commands or tools to debug the code in CV ( much more specifically? Or should I run some kind of testing codes either?)

@mshabunin
Copy link
Contributor

mshabunin commented Aug 13, 2020

I've been able to reproduce the issue on OSX 10.15.6 with opencv-python 4.4.0.40 package from pip (installed in conda environment) 😢 :

$ lldb python
(lldb) target create "python"
Current executable set to 'python' (x86_64).
(lldb) run
Process 17840 launched: '/opt/miniconda/envs/pip/bin/python' (x86_64)
Python 3.8.5 | packaged by conda-forge | (default, Jul 31 2020, 02:18:36) 
[Clang 10.0.1 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> img = cv2.imread("opencv/samples/data/apple.jpg")
>>> print(img.shape)
(512, 512, 3)
>>> cv2.imshow("Test", img)
Process 17840 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x10)
    frame #0: 0x00007fff32e433f8 CoreFoundation`CFBundleCopyBundleURL + 9
CoreFoundation`CFBundleCopyBundleURL:
->  0x7fff32e433f8 <+9>:  movq   0x10(%rdi), %rdi
    0x7fff32e433fc <+13>: testq  %rdi, %rdi
    0x7fff32e433ff <+16>: je     0x7fff32e4340c            ; <+29>
    0x7fff32e43401 <+18>: callq  0x7fff32e2099b            ; CFRetain
Target 0: (python) stopped.
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x10)
  * frame #0: 0x00007fff32e433f8 CoreFoundation`CFBundleCopyBundleURL + 9
    frame #1: 0x0000000108c468b0 QtCore`QLibraryInfo::location(QLibraryInfo::LibraryLocation) + 1328
    frame #2: 0x0000000108c46b0d QtCore`QLibraryInfo::location(QLibraryInfo::LibraryLocation) + 1933
    frame #3: 0x0000000108e2b754 QtCore`QCoreApplication::libraryPathsLocked() + 1524
    frame #4: 0x0000000108e2c0b4 QtCore`QCoreApplication::addLibraryPath(QString const&) + 196
    frame #5: 0x00000001086570c6 QtGui`QPlatformIntegrationFactory::keys(QString const&) + 54
    frame #6: 0x000000010866430a QtGui`QGuiApplicationPrivate::createPlatformIntegration() + 1690
    frame #7: 0x00000001086658ab QtGui`QGuiApplicationPrivate::createEventDispatcher() + 27
    frame #8: 0x0000000108e2747f QtCore`QCoreApplicationPrivate::init() + 1599
    frame #9: 0x0000000108660009 QtGui`QGuiApplicationPrivate::init() + 57
    frame #10: 0x000000010808c0fa QtWidgets`QApplicationPrivate::init() + 26
    frame #11: 0x000000010391c359 cv2.cpython-38-darwin.so`GuiReceiver::GuiReceiver() + 105
    frame #12: 0x000000010391b739 cv2.cpython-38-darwin.so`cvShowImage + 57
    frame #13: 0x0000000103913573 cv2.cpython-38-darwin.so`cv::imshow(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, cv::_InputArray const&) + 355
    frame #14: 0x00000001028dff36 cv2.cpython-38-darwin.so`pyopencv_cv_imshow(_object*, _object*, _object*) + 470
    frame #15: 0x000000010002ece8 python`cfunction_call_varargs + 72
    frame #16: 0x000000010002e0cd python`_PyObject_MakeTpCall + 173
    frame #17: 0x000000010017789c python`call_function + 316
    frame #18: 0x0000000100174220 python`_PyEval_EvalFrameDefault + 41616
    frame #19: 0x0000000100168374 python`_PyEval_EvalCodeWithName + 564
    frame #20: 0x00000001001f1765 python`PyRun_InteractiveOneObjectEx + 1141
    frame #21: 0x00000001001edc26 python`PyRun_InteractiveLoopFlags + 246
    frame #22: 0x00000001001edafc python`PyRun_AnyFileExFlags + 60
    frame #23: 0x00000001002179c1 python`pymain_run_stdin + 321
    frame #24: 0x0000000100216c5f python`pymain_run_python + 735
    frame #25: 0x0000000100216925 python`Py_RunMain + 37
    frame #26: 0x00000001002180f1 python`pymain_main + 49
    frame #27: 0x0000000100001578 python`main + 56
    frame #28: 0x00007fff6cf0bcc9 libdyld.dylib`start + 1
    frame #29: 0x00007fff6cf0bcc9 libdyld.dylib`start + 1

Problem is not reproduced with opencv 4.4.0 from conda-forge conda channel. But it seems that build from conda-forge does not use Qt highgui backend.

cc @skvark

@mshabunin
Copy link
Contributor

mshabunin commented Aug 13, 2020

Found similar problem: https://riverbankcomputing.com/pipermail/pyqt/2020-January/042419.html

Looks like Qt looks for Qt bundle ('org.qt-project.QtCore') and can not find it. Not sure if it is possible to trick it somehow, as I understand Info.plist file should exist. It crashes at this line: https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/global/qlibraryinfo.cpp#n502 or here: https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/global/qlibraryinfo.cpp#n512 or here: https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/global/qlibraryinfo.cpp#n432

Perhaps it is possible to define QT_LIBINFIX and name the bundle correspondingly.

@skvark
Copy link
Member

skvark commented Aug 13, 2020

Yeah, I looked into Qt sources too. That PyQt link was helpful. The issue surfaced in the latest opencv-python versions because Qt version changed from 5.13 to 5.15. Qt 5.14 introduced those changes which apparently require the Info.plist file to exist. I can add it to the packages if I manage to figure out the paths and correct location. I do not own a Mac, so it would be helpful if someone could have a look into this locally on a Mac and test for a possible solution. I did open an issue about this here: opencv/opencv-python#376

@azataiot
Copy link
Author

Now, as I tested a lot, I can confirm that the problem was produced by 'cv2.imshow()'.

@moyinwong
Copy link

I just encountered similar problem in pycharm. I was using latest version of opencv-python and python 3.7. When i use cv2.imshow(), i got the err:
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

So I installed the 4.3.0.36 version, then cv2.VideoCapture and cv2.imshow() works

@saikat-hub
Copy link

I can confirm, cv2.imshow(IMG_NAME) is always crashing with a segmentation fault in my CatalinaOS with opencv-python==4.4.0.40

This works fine when, rolling back to version 4.3.0.36

Please fix this.

@skvark
Copy link
Member

skvark commented Aug 14, 2020

This issue cannot be fixed in this repository. It's very specific to the unofficial opencv-python pre-built binary packages: opencv/opencv-python#376

@NPal1
Copy link

NPal1 commented Aug 16, 2020

Almost a similar problem I am facing now. The ML/DL Python code was working fine until Mac OS Catalina 10.15.5 is updated to Catalina 10.15.6. After update "zsh: segmentation fault" thrown with a popup window message "Python quit unexpectedly". Details given below. Unfortunately I cannot downgrade my Mac to the older version Catalina 10.15.5 as the system is completely formatted and installed Catalina 10.15.6. Any suggestion to fix this issue?.

*****************************************
Process:               Python [789]
Path:                  /usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python
Identifier:            Python
Version:               3.8.5 (3.8.5)
Code Type:             X86-64 (Native)
Parent Process:        zsh [405]
Responsible:           Terminal [314]
User ID:               501

Date/Time:             2020-08-16 12:46:15.725 +0530
OS Version:            Mac OS X 10.15.6 (19G2021)
Report Version:        12
Anonymous UUID:        3F540B65-6695-4698-AB05-68F6D5308127

Sleep/Wake UUID:       854EA75F-4945-4FF1-9B57-7F0E55D8877D

Time Awake Since Boot: 1700 seconds
Time Since Wake:       1000 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 0x0000000000000010
Exception Note:        EXC_CORPSE_NOTIFY

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

VM Regions Near 0x10:
--> 
    __TEXT                 000000010309b000-000000010309d000 [    8K] r-x/r-x SM=COW  /usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.CoreFoundation      	0x00007fff3934d3f8 CFBundleCopyBundleURL + 9
1   QtCore                        	0x000000010b58f8b0 QLibraryInfo::location(QLibraryInfo::LibraryLocation) + 1328
2   QtCore                        	0x000000010b58fb0d QLibraryInfo::location(QLibraryInfo::LibraryLocation) + 1933
3   QtCore                        	0x000000010b774754 QCoreApplication::libraryPathsLocked() + 1524
4   QtCore                        	0x000000010b7750b4 QCoreApplication::addLibraryPath(QString const&) + 196
5   QtGui                         	0x000000010af460c6 QPlatformIntegrationFactory::keys(QString const&) + 54
6   QtGui                         	0x000000010af5330a QGuiApplicationPrivate::createPlatformIntegration() + 1690
7   QtGui                         	0x000000010af548ab QGuiApplicationPrivate::createEventDispatcher() + 27
8   QtCore                        	0x000000010b77047f QCoreApplicationPrivate::init() + 1599
9   QtGui                         	0x000000010af4f009 QGuiApplicationPrivate::init() + 57
10  QtWidgets                     	0x000000010a97b0fa QApplicationPrivate::init() + 26
11  cv2.cpython-38-darwin.so      	0x000000010ef8a439 GuiReceiver::GuiReceiver() + 105
12  cv2.cpython-38-darwin.so      	0x000000010ef89819 cvShowImage + 57
13  cv2.cpython-38-darwin.so      	0x000000010ef81653 cv::imshow(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, cv::_InputArray const&) + 355
14  cv2.cpython-38-darwin.so      	0x000000010dbae036 pyopencv_cv_imshow(_object*, _object*, _object*) + 470
15  org.python.python             	0x00000001030ba0f6 cfunction_call_varargs + 171
16  org.python.python             	0x00000001030b9be5 _PyObject_MakeTpCall + 274
17  org.python.python             	0x000000010315a572 call_function + 804
18  org.python.python             	0x0000000103156f91 _PyEval_EvalFrameDefault + 30081
19  org.python.python             	0x000000010315aed7 _PyEval_EvalCodeWithName + 1958
20  org.python.python             	0x000000010314f96d PyEval_EvalCode + 51
21  org.python.python             	0x0000000103189021 run_eval_code_obj + 102
22  org.python.python             	0x0000000103188473 run_mod + 82
23  org.python.python             	0x0000000103187345 PyRun_FileExFlags + 160
24  org.python.python             	0x0000000103186a29 PyRun_SimpleFileExFlags + 271
25  org.python.python             	0x000000010319e308 Py_RunMain + 1870
26  org.python.python             	0x000000010319e651 pymain_main + 308
27  org.python.python             	0x000000010319e69f Py_BytesMain + 42
28  libdyld.dylib                 	0x00007fff7327ccc9 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff733c0882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff73481425 _pthread_cond_wait + 698
2   libopenblasp-r0.3.7.dylib     	0x0000000103d6dc3b blas_thread_server + 619
3   libsystem_pthread.dylib       	0x00007fff73481109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff7347cb8b thread_start + 15

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

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

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

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

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x8eb460ab8c5100b8  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x00007fff720eb448
  rdi: 0x0000000000000000  rsi: 0x0000000000000448  rbp: 0x00007ffeecb63650  rsp: 0x00007ffeecb63640
   r8: 0x1183128008602010   r9: 0x0000000000000001  r10: 0x00007fce53300000  r11: 0x00007fce53348a70
  r12: 0x00007fce51ea3a80  r13: 0x00000000000000a2  r14: 0x0000000000000000  r15: 0x00007fce5339a850
  rip: 0x00007fff3934d3f8  rfl: 0x0000000000010246  cr2: 0x0000000000000010
  
Logical CPU:     0
Error Code:      0x00000004 (no mapping for user data read)
Trap Number:     14


Binary Images:
       0x10309b000 -        0x10309cfff +org.python.python (3.8.5 - 3.8.5) <7EC7E4F0-6B36-362E-B76A-4FC33D6AF138> /usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python
       0x1030a0000 -        0x103274fff +org.python.python (3.8.5, [c] 2001-2019 Python Software Foundation. - 3.8.5) <D24F5922-F9C1-3B2B-846C-34CD16D017E1> /usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/Python
       0x1034fe000 -        0x103501fff +_heapq.cpython-38-darwin.so (0) <9B913BAB-3B52-38CF-BB11-CE734A1239B5> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_heapq.cpython-38-darwin.so
       0x1035c5000 -        0x103923fe7 +_multiarray_umath.cpython-38-darwin.so (0) <4D269D8B-E945-3FAB-9B27-071C6EDD79D1> /Users/USER/*/_multiarray_umath.cpython-38-darwin.so
       0x103a37000 -        0x1074a2ae7 +libopenblasp-r0.3.7.dylib (0) <9914A383-F8C9-3559-BC88-B4DD28689BC5> /Users/USER/*/libopenblasp-r0.3.7.dylib
       0x1076e2000 -        0x1077f9ff7 +libgfortran.3.dylib (0) <9ABE5EDE-AD43-391A-9E54-866711FAC32A> /Users/USER/*/libgfortran.3.dylib
       0x10785d000 -        0x107893fff +libquadmath.0.dylib (0) <7FFA409F-FB04-3B64-BE9A-3E3A494C975E> /Users/USER/*/libquadmath.0.dylib
       0x1078a2000 -        0x1078b7ff7 +libgcc_s.1.dylib (0) <7C6D7CB7-82DB-3290-8181-07646FEA1F80> /Users/USER/*/libgcc_s.1.dylib
       0x1098c2000 -        0x1098c9ffb +math.cpython-38-darwin.so (0) <2ABBCD29-B65A-3052-AF48-EA8DBF81C7CA> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/math.cpython-38-darwin.so
       0x1098cf000 -        0x1098dbff3 +_datetime.cpython-38-darwin.so (0) <F17A63A5-BBA0-3632-8876-723A10078063> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_datetime.cpython-38-darwin.so
       0x1099a4000 -        0x1099a9ff3 +_struct.cpython-38-darwin.so (0) <44207E26-B5B0-37FB-B4E9-8C624BB3A8A0> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_struct.cpython-38-darwin.so
       0x1099af000 -        0x1099beff7 +_pickle.cpython-38-darwin.so (0) <C0BBC18A-3DA3-3102-8857-7F0AD1CB5806> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_pickle.cpython-38-darwin.so
       0x109ac7000 -        0x109ad4ff7 +_multiarray_tests.cpython-38-darwin.so (0) <ACCA8133-D875-3786-9491-E3E8F50AE677> /Users/USER/*/_multiarray_tests.cpython-38-darwin.so
       0x109ae5000 -        0x109af5ff7 +_ctypes.cpython-38-darwin.so (0) <6CBD5196-70F2-330C-B2C6-08986E05E81C> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_ctypes.cpython-38-darwin.so
       0x109b82000 -        0x109b83fff +lapack_lite.cpython-38-darwin.so (0) <321E5F11-D3E6-380B-8CEE-2E6806AE89CA> /Users/USER/*/lapack_lite.cpython-38-darwin.so
       0x109b87000 -        0x109ba0ffb +_umath_linalg.cpython-38-darwin.so (0) <1F7A4336-6B80-3409-ADCE-C7DBD8D5477D> /Users/USER/*/_umath_linalg.cpython-38-darwin.so
       0x109c6f000 -        0x109c74ffb +zlib.cpython-38-darwin.so (0) <0D7A7AD8-15AC-30AC-8ED5-F02D7BA4E265> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/zlib.cpython-38-darwin.so
       0x109cb9000 -        0x109cbbfff +_bz2.cpython-38-darwin.so (0) <4D51F0C0-5B88-3D38-8ED6-C8EB101DA361> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_bz2.cpython-38-darwin.so
       0x109cc0000 -        0x109cc4fff +_lzma.cpython-38-darwin.so (0) <42338B65-FAB1-39E0-A1A9-8E3121928CA6> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_lzma.cpython-38-darwin.so
       0x109cc9000 -        0x109ce4fff +liblzma.5.dylib (0) <E4406E42-7BC4-3945-A1A4-E9B6874EF052> /usr/local/opt/xz/lib/liblzma.5.dylib
       0x109ceb000 -        0x109cecffb +grp.cpython-38-darwin.so (0) <679E6F80-672E-3CD7-B1CC-A4967B3E63C6> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/grp.cpython-38-darwin.so
       0x109cf0000 -        0x109d22ff3 +_decimal.cpython-38-darwin.so (0) <2A632A6D-94CA-354B-9D74-569A647EF29D> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_decimal.cpython-38-darwin.so
       0x109d70000 -        0x109d81ffb +_pocketfft_internal.cpython-38-darwin.so (0) <F3F11219-6ACF-3689-A48E-969559212D9A> /Users/USER/*/_pocketfft_internal.cpython-38-darwin.so
       0x109dc5000 -        0x109e2ffff +mtrand.cpython-38-darwin.so (0) <EDDA7534-B549-308F-BB96-F8452FDDBB2C> /Users/USER/*/mtrand.cpython-38-darwin.so
       0x109e83000 -        0x109ea0fff +_bit_generator.cpython-38-darwin.so (0) <19109E76-8BCB-3B51-90E8-F9B0C8B7BF74> /Users/USER/*/_bit_generator.cpython-38-darwin.so
       0x109ebb000 -        0x109eeaff3 +_common.cpython-38-darwin.so (0) <D290B4A9-BC33-3FF3-8F41-28D2CF3EF277> /Users/USER/*/_common.cpython-38-darwin.so
       0x109eff000 -        0x109f03ff7 +binascii.cpython-38-darwin.so (0) <C09718A0-62A2-31AF-95C9-361CE51216A6> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/binascii.cpython-38-darwin.so
       0x109f08000 -        0x109f0cfff +_hashlib.cpython-38-darwin.so (0) <240C7B89-855D-39D4-B17B-19101A467C9E> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_hashlib.cpython-38-darwin.so
       0x109f11000 -        0x109f60fff +libssl.1.1.dylib (0) <CB98AFA7-D014-3D75-80FD-84EEB607EC1A> /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib
       0x109f89000 -        0x10a123c2f +libcrypto.1.1.dylib (0) <9D836867-F469-3417-97DC-31B074FCB6F4> /usr/local/opt/openssl@1.1/lib/libcrypto.1.1.dylib
       0x10a1b6000 -        0x10a1bcff3 +_blake2.cpython-38-darwin.so (0) <04B5D281-F858-3FF9-A498-1DC68090E71D> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_blake2.cpython-38-darwin.so
       0x10a1c1000 -        0x10a1d1ffb +_sha3.cpython-38-darwin.so (0) <9C2E9BFA-2D6E-3E01-AACC-DC552F52C357> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_sha3.cpython-38-darwin.so
       0x10a216000 -        0x10a217fff +_bisect.cpython-38-darwin.so (0) <7F6FD1DD-223A-3A3A-AF4F-21E0119813EB> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_bisect.cpython-38-darwin.so
       0x10a21b000 -        0x10a21fff7 +_sha512.cpython-38-darwin.so (0) <D987E482-9429-3DE5-978D-0A41905F5E96> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_sha512.cpython-38-darwin.so
       0x10a223000 -        0x10a224ff3 +_random.cpython-38-darwin.so (0) <2700BF58-F807-36F8-82D0-AEF50B355535> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_random.cpython-38-darwin.so
       0x10a228000 -        0x10a27cfff +_bounded_integers.cpython-38-darwin.so (0) <8CB882D6-79D2-3A47-88FE-92A3F9173CFC> /Users/USER/*/_bounded_integers.cpython-38-darwin.so
       0x10a29e000 -        0x10a2b0ff7 +_mt19937.cpython-38-darwin.so (0) <2795FA1D-CD55-3496-98CD-49DAC2CD4F21> /Users/USER/*/_mt19937.cpython-38-darwin.so
       0x10a2bc000 -        0x10a2c8ffb +_philox.cpython-38-darwin.so (0) <BC7653EE-D166-31F6-8CC9-44B7DA001817> /Users/USER/*/_philox.cpython-38-darwin.so
       0x10a2d3000 -        0x10a2ddfff +_pcg64.cpython-38-darwin.so (0) <0C4DE74B-83B2-341F-89F2-8256CB73D13D> /Users/USER/*/_pcg64.cpython-38-darwin.so
       0x10a2e8000 -        0x10a2efff3 +_sfc64.cpython-38-darwin.so (0) <1377DE30-C98F-393B-A0D8-1736FF284C59> /Users/USER/*/_sfc64.cpython-38-darwin.so
       0x10a2f9000 -        0x10a37aff7 +_generator.cpython-38-darwin.so (0) <ECFF10CC-C3D7-302D-9D37-F8C1B7E0BB24> /Users/USER/*/_generator.cpython-38-darwin.so
       0x10a493000 -        0x10a769ff7 +libhdf5.200.dylib (0) <79C892B3-BEF6-319D-839D-03DFBEF65458> /Users/USER/*/libhdf5.200.dylib
       0x10a7c5000 -        0x10a7ceff7 +libsz.2.dylib (0) <FDA96E57-525D-356A-AAD1-916E957CEF6A> /Users/USER/*/libsz.2.dylib
       0x10a7d9000 -        0x10a858fff +libfreetype.6.dylib (0) <8C20348A-CA00-354D-A4D5-3F02C2C4B196> /Users/USER/*/libfreetype.6.dylib
       0x10a872000 -        0x10a948ffb +libharfbuzz.0.dylib (0) <A06FEA85-A902-3F99-88D6-078A0072B016> /Users/USER/*/libharfbuzz.0.dylib
       0x10a970000 -        0x10adb6ff3 +QtWidgets (0) <FA60DC6E-1A91-3C88-9FE7-040B011132CE> /Users/USER/*/QtWidgets
       0x10af1d000 -        0x10b403fe7 +QtGui (0) <29DBDDF4-20C8-3F73-B015-8A1159E2193C> /Users/USER/*/QtGui
       0x10b51f000 -        0x10b55afff +QtTest (0) <3E418D53-8467-305E-B551-4EDA5BFEE07A> /Users/USER/*/QtTest
       0x10b571000 -        0x10b575fff +QtConcurrent (0) <DDC63D4C-A19A-3F09-BDDC-6E6422192630> /Users/USER/*/QtConcurrent
       0x10b579000 -        0x10bae5687 +QtCore (0) <C203D848-0AD4-3AC7-A7F8-C8399BC92872> /Users/USER/*/QtCore
       0x10bbae000 -        0x10cbdcf27 +libavcodec.58.91.100.dylib (0) <FB620B98-D261-3FA0-B88D-067C0BCF9835> /Users/USER/*/libavcodec.58.91.100.dylib
       0x10d4c1000 -        0x10d658ff7 +libavformat.58.45.100.dylib (0) <80E1812E-4D4D-3278-A374-C1EFC1468356> /Users/USER/*/libavformat.58.45.100.dylib
       0x10d6a0000 -        0x10d6f0ff7 +libavutil.56.51.100.dylib (0) <9E12A7AC-F64A-33D3-93BB-F754A1D0D766> /Users/USER/*/libavutil.56.51.100.dylib
       0x10d915000 -        0x10d988ff7 +libswscale.5.7.100.dylib (0) <64658BF1-EBFC-3CFF-9EDD-841C4B739FC9> /Users/USER/*/libswscale.5.7.100.dylib
       0x10d995000 -        0x10d99efff +libintl.8.dylib (0) <9162C612-3947-384D-AA5E-7A528A679A39> /Users/USER/*/libintl.8.dylib
       0x10d9a4000 -        0x10d9aaff7 +libwebpmux.3.dylib (0) <38274E8D-A3BA-3180-9F62-F009A13DB974> /Users/USER/*/libwebpmux.3.dylib
       0x10d9ae000 -        0x10da3ff47  dyld (750.6) <F9D4DEDC-8296-3E3F-B517-9C8B89A4C094> /usr/lib/dyld
       0x10dab3000 -        0x111de7fe7 +cv2.cpython-38-darwin.so (0) <72AA523C-6F86-3A54-B8DC-5CF69FEAC897> /Users/USER/*/cv2.cpython-38-darwin.so
       0x11286e000 -        0x112887fe7 +libavresample.4.0.0.dylib (0) <6046A2FA-CB7C-3119-969B-B6ED9460F70F> /Users/USER/*/libavresample.4.0.0.dylib
       0x11288b000 -        0x1128c3ffb +libopenjp2.2.3.1.dylib (0) <4559F881-D6A7-3F37-B260-5DC0071D6802> /Users/USER/*/libopenjp2.2.3.1.dylib
       0x1128cc000 -        0x112ab7fe7 +libtesseract.4.dylib (0) <14959F51-61F8-3506-BF66-F425325FC82A> /Users/USER/*/libtesseract.4.dylib
       0x112b68000 -        0x112b8afff +libpng16.16.dylib (0) <211A7B4C-219C-3929-A2CF-D796E3A5F40A> /Users/USER/*/libpng16.16.dylib
       0x112b93000 -        0x112ba8ff3 +libgraphite2.3.2.1.dylib (0) <AC3056A6-1642-31D6-8DA1-F680BA2253DA> /Users/USER/*/libgraphite2.3.2.1.dylib
       0x112bb1000 -        0x112cadffb +libglib-2.0.0.dylib (0) <99AA6EDC-83A3-3BA2-99CF-8CAF3E26190F> /Users/USER/*/libglib-2.0.0.dylib
       0x112cd2000 -        0x112d3cfff +libpcre.1.dylib (0) <94764018-C82A-380B-81A0-C389EDB4E562> /Users/USER/*/libpcre.1.dylib
       0x112d41000 -        0x112d58fff +libswresample.3.7.100.dylib (0) <C22372B9-B47B-37EC-B6F5-8CB9810F2F32> /Users/USER/*/libswresample.3.7.100.dylib
       0x112d5d000 -        0x112db1ffb +libwebp.7.dylib (0) <DB713678-969B-39F9-93F8-BCFA940C3CE5> /Users/USER/*/libwebp.7.dylib
       0x112dc0000 -        0x112ddbff3 +liblzma.5.dylib (0) <DFB41426-06AD-3430-90F1-07FC82AB81FD> /Users/USER/*/liblzma.5.dylib
       0x112de1000 -        0x112ee6fd7 +libdav1d.4.dylib (0) <FC5A68F8-AF70-339E-B1A3-149A3A67AC1C> /Users/USER/*/libdav1d.4.dylib
       0x112f72000 -        0x112f83ff7 +libopencore-amrwb.0.dylib (0) <C06D2282-9D81-3A6C-BF06-E6C6B748EBF3> /Users/USER/*/libopencore-amrwb.0.dylib
       0x112f87000 -        0x112f8bfe3 +libsnappy.1.1.8.dylib (0) <B6302354-DDF6-3CC4-9D06-DC5A9AD09B53> /Users/USER/*/libsnappy.1.1.8.dylib
       0x112f90000 -        0x112fc7ffb +libmp3lame.0.dylib (0) <B69319FA-C9B7-3A7C-A150-E511F8D792BF> /Users/USER/*/libmp3lame.0.dylib
       0x112ffe000 -        0x11301fffb +libopencore-amrnb.0.dylib (0) <C188B0CF-1693-384D-85E7-61E2A23B0D38> /Users/USER/*/libopencore-amrnb.0.dylib
       0x113024000 -        0x11306cffb +libopus.0.dylib (0) <364FAAB0-7A3F-3C87-98D9-19780C806378> /Users/USER/*/libopus.0.dylib
       0x113074000 -        0x11335efff +librav1e.0.3.3.dylib (0) <327CD503-1AA3-3470-8838-FF34A5EADEDF> /Users/USER/*/librav1e.0.3.3.dylib
       0x113a57000 -        0x113a68ffb +libspeex.1.dylib (0) <375602FA-4F12-3F9E-9B5B-ADEFD40349DA> /Users/USER/*/libspeex.1.dylib
       0x113a6d000 -        0x113a94ff7 +libtheoraenc.1.dylib (0) <1FCD5AC4-00D4-3BAA-86BC-441CF9CAB5CD> /Users/USER/*/libtheoraenc.1.dylib
       0x113a99000 -        0x113aa5fff +libtheoradec.1.dylib (0) <10978352-FB2C-3C6A-A6AC-C2EED7941FF9> /Users/USER/*/libtheoradec.1.dylib
       0x113aa9000 -        0x113aadffb +libogg.0.dylib (0) <DCCBEF83-9083-319E-9840-0D90315AB893> /Users/USER/*/libogg.0.dylib
       0x113ab1000 -        0x113ad3ffb +libvorbis.0.dylib (0) <176B0C83-70AB-3BA5-8885-27B6C09C7483> /Users/USER/*/libvorbis.0.dylib
       0x113ad8000 -        0x113b4ffff +libvorbisenc.2.dylib (0) <ADB01269-81B6-3B96-83D1-AB5908F346EA> /Users/USER/*/libvorbisenc.2.dylib
       0x113b80000 -        0x113ba5ff3 +libsoxr.0.1.2.dylib (0) <E8E57FC0-4561-30FF-97E8-4D5F6C285CA1> /Users/USER/*/libsoxr.0.1.2.dylib
       0x113be1000 -        0x113c19ff7 +libbluray.2.dylib (0) <DDC3CB82-EF93-30F7-970B-9C2A270E8AE4> /Users/USER/*/libbluray.2.dylib
       0x113c24000 -        0x113d6efcf +libgnutls.30.dylib (0) <BC55FAF3-8E2B-3C2F-9E3A-5A3C99CAB465> /Users/USER/*/libgnutls.30.dylib
       0x113db7000 -        0x113dcaff7 +librtmp.1.dylib (0) <D656CF58-EE76-389E-87D0-E4CC4AD53FDF> /Users/USER/*/librtmp.1.dylib
       0x113dd0000 -        0x113e1ffff +libssl.1.1.dylib (0) <9C49E749-9965-328B-957F-2F8A0B554FE1> /Users/USER/*/libssl.1.1.dylib
       0x113e48000 -        0x11400964f +libcrypto.1.1.dylib (0) <EDE1E35C-D307-3012-B466-DD62B10D17C6> /Users/USER/*/libcrypto.1.1.dylib
       0x11409d000 -        0x1140ffffb +libsrt.1.4.1.dylib (0) <FFC0CF4F-88CE-3FBC-9326-0A03281FEBEA> /Users/USER/*/libsrt.1.4.1.dylib
       0x114125000 -        0x114154fff +libfontconfig.1.dylib (0) <DF644C1F-4C8C-372F-A0B4-B03BCB76AEDE> /Users/USER/*/libfontconfig.1.dylib
       0x114161000 -        0x114208ff7 +libp11-kit.0.dylib (0) <DDEB2644-AB64-33CE-B8AD-EDA2D5100899> /Users/USER/*/libp11-kit.0.dylib
       0x114252000 -        0x114270fff +libidn2.0.dylib (0) <9D626F05-83CB-3447-8ACC-EB639D86AF1B> /Users/USER/*/libidn2.0.dylib
       0x114274000 -        0x1143d7fff +libunistring.2.dylib (0) <A4545916-E2F4-3D6A-862B-528A6806E9FC> /Users/USER/*/libunistring.2.dylib
       0x1143ea000 -        0x1143f6fff +libtasn1.6.dylib (0) <4FCAA049-26A7-33F4-A524-EC146524F3A5> /Users/USER/*/libtasn1.6.dylib
       0x1143fa000 -        0x114422ff7 +libnettle.8.0.dylib (0) <544A7A1E-6AEC-37F1-B065-7A0A53CC6A89> /Users/USER/*/libnettle.8.0.dylib
       0x11442d000 -        0x114463fff +libhogweed.6.0.dylib (0) <8BA67509-F9FE-37D2-8C8E-4ADFA9309E93> /Users/USER/*/libhogweed.6.0.dylib
       0x11446d000 -        0x1144cafdf +libgmp.10.dylib (0) <F06582B1-2F6E-3F7F-A2BA-E66470FC01D3> /Users/USER/*/libgmp.10.dylib
       0x1144d6000 -        0x1144dbfdf +libffi.7.dylib (0) <DCC7E26C-71FA-318D-914B-E9132D4B0446> /Users/USER/*/libffi.7.dylib
       0x1144df000 -        0x1146a1ff7 +liblept.5.dylib (0) <405AC074-1486-3089-BE73-8DFFB71B7F8D> /Users/USER/*/liblept.5.dylib
       0x1146f2000 -        0x11471ffff +libjpeg.9.dylib (0) <560600C3-6ED0-3326-8365-037EB4711CBB> /Users/USER/*/libjpeg.9.dylib
       0x114726000 -        0x11472afff +libgif.7.2.0.dylib (0) <90CE051B-5B5E-35A8-B7F8-DC7F720154BB> /Users/USER/*/libgif.7.2.0.dylib
       0x11472e000 -        0x11478afff +libtiff.5.dylib (0) <2BF893D8-C98D-3E81-9465-59F137706C25> /Users/USER/*/libtiff.5.dylib
       0x1147e8000 -        0x1147f4ff3 +_socket.cpython-38-darwin.so (0) <45F7F5D2-5011-306E-A833-6D176681D4E2> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_socket.cpython-38-darwin.so
       0x1147fb000 -        0x1147fcfff +_scproxy.cpython-38-darwin.so (0) <9B8DD3B1-32C2-37D4-ACE4-00CFA56F6F1B> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_scproxy.cpython-38-darwin.so
       0x116ccc000 -        0x116cd0ff7 +select.cpython-38-darwin.so (0) <2EB3AF09-513B-30BB-9C68-BFC88B29332C> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/select.cpython-38-darwin.so
       0x116d15000 -        0x116d28fff +_ssl.cpython-38-darwin.so (0) <562F4F2F-B1C8-3CF4-8345-8EBAC05664B8> /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload/_ssl.cpython-38-darwin.so
    0x7fff34bc1000 -     0x7fff34bc5ffb  com.apple.agl (3.3.3 - AGL-3.3.3) <204E20A9-AEA9-3F9F-AE23-EECE3AFFFC54> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff34bc6000 -     0x7fff34dc1ff8  com.apple.avfoundation (2.0 - 1855.3) <0837D912-3783-35D6-A94A-E474E18600CF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff34dc2000 -     0x7fff34e8effe  com.apple.audio.AVFAudio (1.0 - 415.75) <CAC3CA5F-FCF6-37EB-8F1A-090340E2C38E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff34fae000 -     0x7fff34faefff  com.apple.Accelerate (1.11 - Accelerate 1.11) <4F9977AE-DBDB-3A16-A536-AC1F9938DCDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff34fc6000 -     0x7fff3561cfff  com.apple.vImage (8.1 - 524.2.1) <EA6F5FF2-7A1B-35D5-A5A3-D2B3386ECB75> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff3561d000 -     0x7fff35884ff7  libBLAS.dylib (1303.60.1) <C6C2D42F-7456-3DBF-8BE2-9AA06EFC78FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff35885000 -     0x7fff35d58fef  libBNNS.dylib (144.100.2) <99C61C48-B14C-3DA6-8C31-6BF72DA0A3A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff35d59000 -     0x7fff360f4fff  libLAPACK.dylib (1303.60.1) <5E3E3867-50C3-3E6A-9A2E-007CE77A4641> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff360f5000 -     0x7fff3610afec  libLinearAlgebra.dylib (1303.60.1) <3D433800-0099-33E0-8C81-15F83247B2C9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff3610b000 -     0x7fff36110ff3  libQuadrature.dylib (7) <371F36A7-B12F-363E-8955-F24F7C2048F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff36111000 -     0x7fff36181fff  libSparse.dylib (103) <B8A10D0C-4577-343D-B310-A3E81265D107> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff36182000 -     0x7fff36194fef  libSparseBLAS.dylib (1303.60.1) <B147FEF6-A0DB-3830-BF06-45BEC58DB576> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff36195000 -     0x7fff3636cfd7  libvDSP.dylib (735.140.1) <D63DC0A5-B8B4-3562-A574-E73BC3B57407> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff3636d000 -     0x7fff3642ffef  libvMisc.dylib (735.140.1) <3601FDE3-B142-398D-987D-8151A51F0A96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff36430000 -     0x7fff36430fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <F6C5613D-2284-342B-9160-9731F78B4DE5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff365da000 -     0x7fff3739aff2  com.apple.AppKit (6.9 - 1894.60.100) <C5D84BE3-FD1B-3141-BB78-487A83256DC5> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff373ea000 -     0x7fff373eafff  com.apple.ApplicationServices (48 - 50) <D4320505-6458-38FD-81F0-406F2F0A4039> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff373eb000 -     0x7fff37456fff  com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <87EA5DE1-506A-39FD-88BE-D8A3416C9012> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff374ef000 -     0x7fff3752dff0  libFontRegistry.dylib (274.0.5.1) <F3461C05-0370-359B-9F03-5C1C1F7763EC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff37588000 -     0x7fff375b7fff  com.apple.ATSUI (1.0 - 1) <5F513967-DDD7-3F22-AD14-8A38ABD9F2D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff375b8000 -     0x7fff375bcffb  com.apple.ColorSyncLegacy (4.13.0 - 1) <72EE68DB-F069-37F5-AA2A-40D5FCF139F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff37656000 -     0x7fff376adffa  com.apple.HIServices (1.22 - 676) <14DF4D42-E24D-3EBD-9A9D-93124D8D6AA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff376ae000 -     0x7fff376bcfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <01B8B6B3-E2C3-3607-B34A-8283A7E0E924> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff376bd000 -     0x7fff37702ffa  com.apple.print.framework.PrintCore (15.4 - 516.2) <437BCF12-48D2-3770-8BC9-567718FB1BCA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff37703000 -     0x7fff3770dff7  com.apple.QD (4.0 - 413) <27A36D07-B5E9-32E6-87B6-3127F260F48D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff3770e000 -     0x7fff3771bffc  com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <75344F8F-32CA-3558-B4E6-F56D498250E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff3771c000 -     0x7fff377fdffa  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <8CFA0620-5E43-3C4D-A75B-981C0961C2DE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff377ff000 -     0x7fff377fffff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <C8F9CC56-F7CF-3E77-B6FC-BD8E1D19FA92> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff37b96000 -     0x7fff37f25ffa  com.apple.CFNetwork (1128.0.1 - 1128.0.1) <07F9CA9C-B954-3EA0-A710-3122BFF9F057> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff37fa1000 -     0x7fff37fa1fff  com.apple.Carbon (160 - 162) <FB72FB7D-5985-3D9C-82DB-A729FCA1249A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff37fa2000 -     0x7fff37fa5ff3  com.apple.CommonPanels (1.2.6 - 101) <9F6E13D9-374B-386F-8E15-FDD6CE967859> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff37fa6000 -     0x7fff3829aff3  com.apple.HIToolbox (2.1.1 - 994.6) <EAF2DAC3-66B1-30BF-AF10-72DDA90D1044> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff3829b000 -     0x7fff3829eff3  com.apple.help (1.3.8 - 71) <36483951-6F3E-3F7E-8A5B-191C2357EF17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff3829f000 -     0x7fff382a4ff7  com.apple.ImageCapture (9.0 - 1600.65) <1A1F320E-3E85-3F3D-8AE0-B238C4E92D40> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff382a5000 -     0x7fff382a5fff  com.apple.ink.framework (10.15 - 227) <284507AE-EF47-3ABC-86A4-669243DB1D33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff382a6000 -     0x7fff382c0ffa  com.apple.openscripting (1.7 - 185.1) <B6E28747-5FC7-3461-8A71-864A969ED022> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff382e1000 -     0x7fff382e1fff  com.apple.print.framework.Print (15 - 271) <0D9FB08F-EA87-3BE7-821B-C61BA5601050> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff382e2000 -     0x7fff382e4ff7  com.apple.securityhi (9.0 - 55008) <390C6FAA-99BF-3924-9180-9EAE41D9C6BE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff382e5000 -     0x7fff382ebfff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9614A01E-8303-3422-A3BA-6CE27540E09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff38485000 -     0x7fff38485fff  com.apple.Cocoa (6.11 - 23) <2F5C8ABA-711F-316C-BB97-921122AEE4DF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff38493000 -     0x7fff38589fff  com.apple.ColorSync (4.13.0 - 3394.9) <A126406C-DA38-3FFE-8B25-BB9859EFD159> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff38874000 -     0x7fff38d7dffb  com.apple.audio.CoreAudio (5.0 - 5.0) <9DA02E7A-56A0-3FFF-94C2-1795BA761F07> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff38dd0000 -     0x7fff38e08fff  com.apple.CoreBluetooth (1.0 - 1) <23DBB313-A082-3C08-8E1F-2D31EE4247EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff38e09000 -     0x7fff391f3fe8  com.apple.CoreData (120 - 977.3) <49AE61CA-C91E-31FE-9BD0-1AACFFB5181E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff391f4000 -     0x7fff39326ff6  com.apple.CoreDisplay (1.0 - 186.6.15) <213D7011-8180-3CF4-9BE7-FB8F75DCDB95> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff39327000 -     0x7fff397a6feb  com.apple.CoreFoundation (6.9 - 1677.104) <C0D70026-EDBE-3CBD-B317-367CF4F1C92F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff397a8000 -     0x7fff39e1dff8  com.apple.CoreGraphics (2.0 - 1355.22) <4A3CDE7B-4578-3058-966A-3D1DC095A935> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff39e2b000 -     0x7fff3a186ff0  com.apple.CoreImage (15.0.0 - 940.9) <69361069-01AB-342E-862B-73A74271A765> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff3a547000 -     0x7fff3a622ffc  com.apple.CoreMedia (1.0 - 2625.9) <A3FF3AFC-8C1C-36E5-9179-66D8F075EE35> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff3a623000 -     0x7fff3a685ffe  com.apple.CoreMediaIO (1000.0 - 5125.6) <8FDC573F-890A-3F08-B357-99895521C93D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff3a70f000 -     0x7fff3a70ffff  com.apple.CoreServices (1069.24 - 1069.24) <AA140158-E909-34C2-B2F5-20EBC93E0056> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff3a710000 -     0x7fff3a795fff  com.apple.AE (838.1 - 838.1) <2E5FD5AE-8A7F-353F-9BD1-0241F3586181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff3a796000 -     0x7fff3aa77ff7  com.apple.CoreServices.CarbonCore (1217 - 1217) <BE379206-99FA-30CD-8391-2708473A633F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff3aa78000 -     0x7fff3aac5ffd  com.apple.DictionaryServices (1.2 - 323.6) <26B70C82-25BC-353A-858F-945B14C803A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff3aac6000 -     0x7fff3aaceff7  com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) <FC84DB48-A3CE-30F7-A918-B3587731ACC7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff3aacf000 -     0x7fff3ad09ff6  com.apple.LaunchServices (1069.24 - 1069.24) <9A5359D9-9148-3B18-B868-56A9DA5FB60C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff3ad0a000 -     0x7fff3ada2ff1  com.apple.Metadata (10.7.0 - 2076.7) <0973F7E5-D58C-3574-A3CE-4F12CAC2D4C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff3ada3000 -     0x7fff3add0fff  com.apple.CoreServices.OSServices (1069.24 - 1069.24) <0E4F48AD-402C-3E9D-9CA9-6DD9479B28F9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff3add1000 -     0x7fff3ae38fff  com.apple.SearchKit (1.4.1 - 1.4.1) <2C5E1D85-E8B1-3DC5-91B9-E3EDB48E9369> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff3ae39000 -     0x7fff3ae5dff5  com.apple.coreservices.SharedFileList (131.4 - 131.4) <02DE0D56-E371-3EF5-9BC1-FA435451B412> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff3b182000 -     0x7fff3b339ffc  com.apple.CoreText (643.1.5.1 - 643.1.5.1) <A88F052A-C840-3E6C-9BF8-FFFED34C0667> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff3b33a000 -     0x7fff3b37effb  com.apple.CoreVideo (1.8 - 344.3) <5314E70D-325F-3E98-99FC-00FDF520747E> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff3b37f000 -     0x7fff3b40cffc  com.apple.framework.CoreWLAN (13.0 - 1601.2) <6C76A9E0-430F-3B3C-AE8A-3005F8E6FCFF> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff3b6a3000 -     0x7fff3b6a9fff  com.apple.DiskArbitration (2.7 - 2.7) <63923E3F-1489-3762-B5EB-5CE28A35FF50> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff3b9e4000 -     0x7fff3bda9fff  com.apple.Foundation (6.9 - 1677.104) <7C69F845-F651-3193-8262-5938010EC67D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3be16000 -     0x7fff3be66ff7  com.apple.GSS (4.0 - 2.0) <2F3A67E6-D42A-3CF0-9041-A42C22D46F95> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff3bfa3000 -     0x7fff3c0b7ff3  com.apple.Bluetooth (7.0.6 - 7.0.6f7) <CF9CEFBA-97AC-3474-93AF-863C2C74C645> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff3c11d000 -     0x7fff3c1c1ff3  com.apple.framework.IOKit (2.0.2 - 1726.140.1) <14223387-6F81-3976-8605-4BC2F253A93E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff3c1c3000 -     0x7fff3c1d4ffb  com.apple.IOSurface (269.11 - 269.11) <BCD744D4-E17E-3C2E-B69C-F69C789892E9> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff3c253000 -     0x7fff3c3affee  com.apple.ImageIO.framework (3.3.0 - 1976.11) <C17C7280-54F6-3750-85CE-C43428256D62> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff3c3b0000 -     0x7fff3c3b3fff  libGIF.dylib (1976.11) <7F53F2C2-0F2B-3308-9E90-F043F43DAB32> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff3c3b4000 -     0x7fff3c46dff7  libJP2.dylib (1976.11) <EAAE8D93-7C00-347A-BF6F-C262557C0A1C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff3c46e000 -     0x7fff3c491fe3  libJPEG.dylib (1976.11) <47540108-F321-35F9-A98A-784E4D4F3C15> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff3c70f000 -     0x7fff3c729fef  libPng.dylib (1976.11) <DDBB2E46-7BCB-339B-883E-67B97A7614A3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff3c72a000 -     0x7fff3c72bfff  libRadiance.dylib (1976.11) <C8998674-DCB4-3C2C-9D6E-C0809D7727A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff3c72c000 -     0x7fff3c772fff  libTIFF.dylib (1976.11) <79E99768-71D7-3EA9-9675-95EFACF32FC8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff3dcd4000 -     0x7fff3dce6ff3  com.apple.Kerberos (3.0 - 1) <03BB492B-016E-37BF-B020-39C2CF7487FE> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff3dce7000 -     0x7fff3dce7fff  libHeimdalProxy.dylib (77) <0A2905EE-9533-3345-AF9B-AAC71513BDFD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff3dce8000 -     0x7fff3dd1eff7  com.apple.LDAPFramework (2.4.28 - 194.5) <47D63DCF-2BDB-3983-B2A2-E9C47AA2401D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff3e079000 -     0x7fff3e083ffb  com.apple.MediaAccessibility (1.0 - 125.1) <98065EA1-3484-3A5A-B05C-D2FABED8CEA4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff3e14f000 -     0x7fff3e89cff2  com.apple.MediaToolbox (1.0 - 2625.9) <3A848992-9182-382A-BF7D-5CB9707BE27B> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff3e89e000 -     0x7fff3e968fff  com.apple.Metal (212.8 - 212.8) <98C944D6-62C8-355E-90F8-C1CA2429EF24> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff3e985000 -     0x7fff3e9c2ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7EBAC15D-7837-395D-B405-1E29F7DA68FA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff3e9c3000 -     0x7fff3ea4dfe2  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <B424FE0C-6E90-3BFA-A6E7-DD86C735AE90> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3ea4e000 -     0x7fff3ea73ff4  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <02006D92-E2AB-3892-A96B-37F6520C19BA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff3ea74000 -     0x7fff3ea89ffb  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <CAA5A368-DB71-34F6-AEF9-27A8BC298F53> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff3ea8a000 -     0x7fff3ebe8ffc  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <05612E06-50CB-318F-9F8E-EF4D49FAB3B0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff3ebe9000 -     0x7fff3ec38ff4  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <B0B591F8-6875-351E-867F-8EB3CD38CD52> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff3ec39000 -     0x7fff3ec3aff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <F2921F9A-3041-3495-878D-64134267B847> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3fcc8000 -     0x7fff3fcd4ffe  com.apple.NetFS (6.0 - 4.0) <4415F027-D36D-3B9C-96BA-AD22B44A4722> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3fcd5000 -     0x7fff3fe2cff3  com.apple.Network (1.0 - 1) <4A0F3B93-4D23-3E74-9A3D-AD19E9C0E59E> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff4285e000 -     0x7fff428b6fff  com.apple.opencl (3.5 - 3.5) <293FE223-9186-320B-81A4-EC8104C38357> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff428b7000 -     0x7fff428d3fff  com.apple.CFOpenDirectory (10.15 - 220.40.1) <7E6C88EB-3DD9-32B0-81FC-179552834FA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff428d4000 -     0x7fff428dfffd  com.apple.OpenDirectory (10.15 - 220.40.1) <4A92D8D8-A9E5-3A9C-942F-28576F6BCDF5> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff43245000 -     0x7fff43247fff  libCVMSPluginSupport.dylib (17.10.22) <2B6C3C16-3F5F-36A8-8070-2A862B90328B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff43248000 -     0x7fff4324dfff  libCoreFSCache.dylib (176.15) <E9A20E72-B17F-33D6-8894-41934A10B822> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff4324e000 -     0x7fff43252fff  libCoreVMClient.dylib (176.15) <018A48BA-1326-3847-8FB5-A7C99322EB87> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff43253000 -     0x7fff4325bff7  libGFXShared.dylib (17.10.22) <AB47B927-65E3-3924-88BE-0A5BE7906785> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff4325c000 -     0x7fff43266fff  libGL.dylib (17.10.22) <FB5E6A75-398E-38EF-8CB2-59F5BFE3034C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff43267000 -     0x7fff4329bff7  libGLImage.dylib (17.10.22) <9A3FE633-61B8-3CC7-8183-62960109401A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff43431000 -     0x7fff4346dfff  libGLU.dylib (17.10.22) <D8B4D804-7323-30BC-871C-B7236FFC2FE3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff43ea9000 -     0x7fff43eb8ff7  com.apple.opengl (17.10.22 - 17.10.22) <D3C57A32-6BD0-3228-B1C4-0F42A6128A6C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff44e76000 -     0x7fff450f9ffb  com.apple.QuartzCore (1.11 - 841.4) <FE927B0E-BD49-32CC-8A55-90F553C86C15> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff45c7a000 -     0x7fff45fc3ff1  com.apple.security (7.0 - 59306.140.5) <B6F8368F-2395-379B-B768-71C53BB1B903> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff45fc4000 -     0x7fff4604cffb  com.apple.securityfoundation (6.0 - 55236.60.1) <7C69DF47-4017-3DF2-B55B-712B481654CB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff4607b000 -     0x7fff4607fff8  com.apple.xpc.ServiceManagement (1.0 - 1) <2C62956C-F2D4-3EB0-86C7-EAA06331621A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff46d2b000 -     0x7fff46da5ff7  com.apple.SystemConfiguration (1.19 - 1.19) <84F9B3BB-F7AF-3B7C-8CD0-D3C22D19619F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff47025000 -     0x7fff473a8ff4  com.apple.VideoToolbox (1.0 - 2625.9) <6CF18E28-A7A8-3952-8171-7E4FF4FB37FA> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff4ad15000 -     0x7fff4addafe7  com.apple.APFS (1412.141.1 - 1412.141.1) <C86A3423-E61C-335A-9D17-0B3CE5BB6467> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff4beef000 -     0x7fff4bef0ff1  com.apple.AggregateDictionary (1.0 - 1) <95A291F5-B69F-3C37-9483-C3B2EBF52AC1> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff4c803000 -     0x7fff4c827ffb  com.apple.framework.Apple80211 (13.0 - 1610.1) <C53B760A-3305-3053-9BBE-BB70AE3C349B> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff4cae5000 -     0x7fff4caf4fd7  com.apple.AppleFSCompression (119.100.1 - 1.0) <466ABD77-2E52-36D1-8E39-77AE2CC61611> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff4cbf3000 -     0x7fff4cbfeff7  com.apple.AppleIDAuthSupport (1.0 - 1) <74F6CD9C-27A7-39C7-A7EB-47E60D2517EB> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff4cc40000 -     0x7fff4cc88ff7  com.apple.AppleJPEG (1.0 - 1) <6DE30A07-C627-319B-A0DE-EB7A832BEB88> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff4d072000 -     0x7fff4d076ff7  com.apple.AppleSRP (5.0 - 1) <70C25EA9-F7A7-366C-97C6-EEE7845FFCC3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff4d077000 -     0x7fff4d099fff  com.apple.applesauce (1.0 - 16.25) <68E0364C-AEA7-3654-A030-136BF3CD92F3> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4d158000 -     0x7fff4d15bfff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <67255151-F989-39F0-BC87-0C0BDAE70730> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff4d15c000 -     0x7fff4d1acff7  com.apple.AppleVAFramework (6.1.2 - 6.1.2) <8E18983B-AF92-3853-8251-A6577A55AC15> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff4d1f5000 -     0x7fff4d204ff9  com.apple.AssertionServices (1.0 - 223.140.2) <48AD21CA-B81D-380E-A04F-90C48FDA5203> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff4d747000 -     0x7fff4db42ff8  com.apple.audio.AudioResourceArbitration (1.0 - 1) <2BD68521-C19C-3D67-B5EB-DE3E9A4DAF0A> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff4dd98000 -     0x7fff4dfd8fe0  com.apple.audio.AudioToolboxCore (1.0 - 1104.93) <5B539F50-93E8-3F73-9E4C-678C85D0488F> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff4dfdc000 -     0x7fff4e0f8fff  com.apple.AuthKit (1.0 - 1) <DC1A27C5-0172-3C72-9B24-06996D0B6207> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff4e2b5000 -     0x7fff4e2beff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <A6877DAD-8F47-363C-983A-DC8DDE83B7B5> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff4e2bf000 -     0x7fff4e360ff5  com.apple.backup.framework (1.11.6 - 1298.6.2) <C4BC12A3-4D01-377F-A1DB-7E1490831CF2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff4e361000 -     0x7fff4e3edff6  com.apple.BaseBoard (466.3 - 466.3) <10D0F3BB-E8F3-365E-8528-6AC996A9B0E7> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff4e4ef000 -     0x7fff4e52bff7  com.apple.bom (14.0 - 219.2) <79CBE5E7-054F-377B-9566-A86A9F120CF1> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4ffa6000 -     0x7fff4ffb6ffb  com.apple.CommonAuth (4.0 - 2.0) <CF67FF34-4238-3ECA-B4A4-EA04F18A0D36> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4ffca000 -     0x7fff4ffe1fff  com.apple.commonutilities (8.0 - 900) <F4C97244-E5D8-3F7D-8D94-4B6841C5A4EC> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff506e8000 -     0x7fff50abdfc8  com.apple.CoreAUC (283.0.0 - 283.0.0) <4341271C-D270-3F9F-8464-31A20D15158D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff50abe000 -     0x7fff50aebff7  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <C3CFDC68-C7D9-3C44-9E7C-801D45575C10> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff50b0e000 -     0x7fff50b2fff4  com.apple.analyticsd (1.0 - 1) <E6E3B6EA-A2BE-3752-B06D-BECCBA4E85B2> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff50e3a000 -     0x7fff50e45ff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <BB7D67B1-2102-3D71-9BB6-AEB8C6A6EBB2> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff510c6000 -     0x7fff510d6ff3  com.apple.CoreEmoji (1.0 - 107.1) <7C2B3259-083B-31B8-BCDB-1BA360529936> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff51716000 -     0x7fff51780ff0  com.apple.CoreNLP (1.0 - 213) <E70E2505-8078-324E-BAE1-01A2DA980E2C> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff51bae000 -     0x7fff51bb6ff8  com.apple.CorePhoneNumbers (1.0 - 1) <E4DAD514-0B3B-3E0B-8AEA-39B320FAAF03> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff525a3000 -     0x7fff525c6fff  com.apple.CoreSVG (1.0 - 129.3) <F38189F9-C8F9-3D62-9D5F-3F520FB81724> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff525fb000 -     0x7fff52629ffd  com.apple.CSStore (1069.24 - 1069.24) <C2D67667-FA0B-3DB6-AA34-6999EE4346A0> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff52c7c000 -     0x7fff52da8ff6  com.apple.coreui (2.1 - 609.4) <788818B7-7EBC-316D-9464-D12E365E3791> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff52da9000 -     0x7fff52f62ffa  com.apple.CoreUtils (6.2.4 - 624.7) <456CC907-E838-3945-B70A-66E862C19CD6> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff5309c000 -     0x7fff530afff1  com.apple.CrashReporterSupport (10.13 - 15016) <ADF138F0-0274-3BA2-A1D2-48B91577FE53> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff53168000 -     0x7fff5317aff8  com.apple.framework.DFRFoundation (1.0 - 252.50.1) <8162057E-E856-3451-9160-04AEDDECFFA4> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff5317b000 -     0x7fff53180fff  com.apple.DSExternalDisplay (3.1 - 380) <31ECB5FD-7660-33DB-BC5B-2B2A2AA7C686> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff5320a000 -     0x7fff53284ff0  com.apple.datadetectorscore (8.0 - 659) <B1534796-1000-3520-A641-A97A4AC5D39B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff5330e000 -     0x7fff53496ff6  com.apple.desktopservices (1.14.5 - 1281.5.3) <BFA7D5B5-20EE-38E3-B8A7-96CE1F9BB48A> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff54e41000 -     0x7fff5525cff1  com.apple.vision.FaceCore (4.3.0 - 4.3.0) <5D32F65D-2CD7-3204-975C-F4C9256E505F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff558fb000 -     0x7fff55a32ff4  libFontParser.dylib (277.2.6.1) <9E9E2EAA-3273-360E-A01B-EB986ECB7BCF> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff55acc000 -     0x7fff55adcff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <1605B441-08E0-332D-B7D8-0E13F37B54E7> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff5a678000 -     0x7fff5a67efff  com.apple.GPUWrangler (5.2.6 - 5.2.6) <487F2E7A-A5FF-3C36-A8E9-B85D98618116> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff5baf1000 -     0x7fff5baffffb  com.apple.GraphVisualizer (1.0 - 100.1) <507D5812-9CB4-3C94-938C-59ED2B370818> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5bc9e000 -     0x7fff5bd5cff4  com.apple.Heimdal (4.0 - 2.0) <B86FE9DB-71BB-3B6E-A4AE-2B0B44570A7F> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff5dee2000 -     0x7fff5deeaff5  com.apple.IOAccelerator (438.7.3 - 438.7.3) <06E3E70B-C0D0-39A2-96B7-12ED6A0EBEE7> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff5def7000 -     0x7fff5df0efff  com.apple.IOPresentment (47.10 - 37) <32F1B3BC-4644-3982-AAB2-8EB5D5FF0161> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff5e296000 -     0x7fff5e2e1ff1  com.apple.IconServices (438.3 - 438.3) <0DADB4C3-46FF-3FDB-8A86-51E2067FC7F4> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff5e49f000 -     0x7fff5e4a6ff9  com.apple.InternationalSupport (1.0 - 45.4) <8D8D4A7D-FD35-36B8-A456-7C93030EDAB3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff5e733000 -     0x7fff5e752ffd  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <6F655A32-F963-3A7E-B475-E460F4AC7D99> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff5e887000 -     0x7fff5e955ffd  com.apple.LanguageModeling (1.0 - 215.1) <C456087D-5B3A-390E-A665-862FA284C59C> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff5e956000 -     0x7fff5e99efff  com.apple.Lexicon-framework (1.0 - 72) <41F208B9-8255-3EC7-9673-FE0925D071D3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff5e9a5000 -     0x7fff5e9aaff3  com.apple.LinguisticData (1.0 - 353.18) <3B92F249-4602-325F-984B-D2DE61EEE4E1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5f243000 -     0x7fff5f246fff  com.apple.Mangrove (1.0 - 25) <482F300F-9B70-351F-A4DF-B440EEF7368D> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff5f4af000 -     0x7fff5f539ff8  com.apple.MediaExperience (1.0 - 1) <0203AF27-AB5E-32FA-B529-AB7F29EEB887> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff5fd13000 -     0x7fff5fd5ffff  com.apple.spotlight.metadata.utilities (1.0 - 2076.7) <0237323B-EC78-3FBF-9FC7-5A1FE2B5CE25> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff5fd60000 -     0x7fff5fe31ffa  com.apple.gpusw.MetalTools (1.0 - 1) <99876E08-37D7-3828-8796-56D90C9AFBDB> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff60065000 -     0x7fff60083fff  com.apple.MobileKeyBag (2.0 - 1.0) <D5FA7041-297F-3ADC-8C7A-6EAAAB82EB68> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff602e6000 -     0x7fff60316ff7  com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <6794E1C8-9627-33DF-84F4-FDD02C97F383> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff60816000 -     0x7fff60820fff  com.apple.NetAuth (6.2 - 6.2) <B0C03C41-87A3-352B-B130-96E1A6F94B47> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff61236000 -     0x7fff61281ffb  com.apple.OTSVG (1.0 - 643.1.5.1) <001E5E8C-1DC0-3A6E-BDE4-1B7887E47F76> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff6249e000 -     0x7fff624a9ff2  com.apple.PerformanceAnalysis (1.243.2 - 243.2) <B47C00E5-ECC2-313D-93D4-DBDF562C48EF> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff624aa000 -     0x7fff624d2ffb  com.apple.persistentconnection (1.0 - 1.0) <5B2D87A8-2641-3F6D-ACEA-96B00F85AAB5> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff64e92000 -     0x7fff64eabffb  com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <5A020941-C43C-303E-8DE8-230FC6A84DBC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff6530b000 -     0x7fff65334ff1  com.apple.RemoteViewServices (2.0 - 148) <D3AAC2BE-3423-3F18-9654-E35F1DD8DDB3> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff65499000 -     0x7fff654d4ff0  com.apple.RunningBoardServices (1.0 - 223.140.2) <96BB04BD-D6E0-3D70-8F36-89B46DA1DA30> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff66f2b000 -     0x7fff67052fff  com.apple.Sharing (1526.37 - 1526.37) <CBDA0ADD-F1E7-3B06-9118-C5E183F0D3D6> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff68467000 -     0x7fff6875dff7  com.apple.SkyLight (1.600.0 - 451.4) <A24929C3-95E6-35A7-9654-46FF3F4D1E80> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff68faa000 -     0x7fff68fb8ffb  com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) <4D6CAC2A-151B-3BBE-BDB7-E2BE72128691> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff69aac000 -     0x7fff69abcff3  com.apple.TCC (1.0 - 1) <017AB27D-6821-303A-8FD2-6DAC795CC7AA> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff69fe1000 -     0x7fff6a0a7ff0  com.apple.TextureIO (3.10.9 - 3.10.9) <EEDAB753-329A-396A-8119-5BEDF7DB5A56> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6a23e000 -     0x7fff6a23ffff  com.apple.TrustEvaluationAgent (2.0 - 33) <10E56F70-E234-31E0-9286-96D93A8ED17E> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff6a277000 -     0x7fff6a4cfff0  com.apple.UIFoundation (1.0 - 662) <EC55B9E5-7E62-380A-9AB1-FC7BEF663653> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff6c1a0000 -     0x7fff6c1a1fff  com.apple.WatchdogClient.framework (1.0 - 67.120.2) <FFA17DA1-F6DD-34D3-A708-1F73C8BA7EA7> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff6cdd1000 -     0x7fff6cdd4ffa  com.apple.dt.XCTTargetBootstrap (1.0 - 16091) <D459D628-58C5-39A6-B7E8-B691CBEECEC1> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff6ce4e000 -     0x7fff6ce5cff5  com.apple.audio.caulk (1.0 - 32.3) <06D695EA-E2BC-31E4-9816-9C12542BA744> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff6d19e000 -     0x7fff6d1a0ff3  com.apple.loginsupport (1.0 - 1) <12F77885-27DC-3837-9CE9-A25EBA75F833> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6d1e6000 -     0x7fff6d1f2ffd  com.apple.perfdata (1.0 - 51.100.6) <21760CFD-62FF-3466-B3AD-191D02411DA0> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff6fc77000 -     0x7fff6fc83ff9  libAudioStatistics.dylib (1104.93) <42CAC6A2-BCC3-391B-B1C1-D0AC69E99CF4> /usr/lib/libAudioStatistics.dylib
    0x7fff6fc84000 -     0x7fff6fcb7ffa  libAudioToolboxUtility.dylib (1104.93) <A7249C4C-6C0A-3C14-BA27-DC966F6CC6A0> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff6fcbe000 -     0x7fff6fcf2fff  libCRFSuite.dylib (48) <5E5DE3CB-30DD-34DC-AEF8-FE8536A85E96> /usr/lib/libCRFSuite.dylib
    0x7fff6fcf5000 -     0x7fff6fcfffff  libChineseTokenizer.dylib (34) <7F0DA183-1796-315A-B44A-2C234C7C50BE> /usr/lib/libChineseTokenizer.dylib
    0x7fff6fd8b000 -     0x7fff6fd8dff7  libDiagnosticMessagesClient.dylib (112) <C94F3B7B-1854-38EB-9778-834501C53B3F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6fdd3000 -     0x7fff6ff8affb  libFosl_dynamic.dylib (100.4) <737573B2-190A-3BA1-8220-807AD0A2CE5E> /usr/lib/libFosl_dynamic.dylib
    0x7fff6ffb1000 -     0x7fff6ffb7ff3  libIOReport.dylib (54) <75D177C4-BAD7-3285-B8E1-3019F49B3178> /usr/lib/libIOReport.dylib
    0x7fff700cf000 -     0x7fff700efff7  libMobileGestalt.dylib (826.140.5) <2BE94E6A-FA61-312F-84A1-F764D71B7E39> /usr/lib/libMobileGestalt.dylib
    0x7fff7016f000 -     0x7fff7024cff7  libSMC.dylib (20) <5C9C17F2-1E6F-3A19-A440-86F74D82284F> /usr/lib/libSMC.dylib
    0x7fff70261000 -     0x7fff70262fff  libSystem.B.dylib (1281.100.1) <C0C9872A-E730-37EA-954A-3CE087C15535> /usr/lib/libSystem.B.dylib
    0x7fff702ef000 -     0x7fff702f0fff  libThaiTokenizer.dylib (3) <4F4ADE99-0D09-3223-B7C0-C407AB6DE8DC> /usr/lib/libThaiTokenizer.dylib
    0x7fff70308000 -     0x7fff7031efff  libapple_nghttp2.dylib (1.39.2) <07FEC48A-87CF-32A3-8194-FA70B361713A> /usr/lib/libapple_nghttp2.dylib
    0x7fff70353000 -     0x7fff703c5ff7  libarchive.2.dylib (72.140.1) <AC311FBA-F2DD-3595-AA76-769F912942B8> /usr/lib/libarchive.2.dylib
    0x7fff703c6000 -     0x7fff7045ffe5  libate.dylib (3.0.1) <76EA60FB-748C-313F-8951-B076540BEA97> /usr/lib/libate.dylib
    0x7fff70463000 -     0x7fff70463ff3  libauto.dylib (187) <B6124448-7690-34AE-8939-ED84AAC630CE> /usr/lib/libauto.dylib
    0x7fff70529000 -     0x7fff70539ffb  libbsm.0.dylib (60.100.1) <00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib
    0x7fff7053a000 -     0x7fff70546fff  libbz2.1.0.dylib (44) <14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib
    0x7fff70547000 -     0x7fff70599fff  libc++.1.dylib (902.1) <59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib
    0x7fff7059a000 -     0x7fff705afffb  libc++abi.dylib (902) <E692F14F-C65E-303B-9921-BB7E97D77855> /usr/lib/libc++abi.dylib
    0x7fff705b0000 -     0x7fff705b0fff  libcharset.1.dylib (59) <72447768-9244-39AB-8E79-2FA14EC0AD33> /usr/lib/libcharset.1.dylib
    0x7fff705b1000 -     0x7fff705c2fff  libcmph.dylib (8) <E72A20DB-2E86-378D-A237-EB9A1370F989> /usr/lib/libcmph.dylib
    0x7fff705c3000 -     0x7fff705dafd7  libcompression.dylib (87) <64C91066-586D-38C0-A2F3-3E60A940F859> /usr/lib/libcompression.dylib
    0x7fff708b4000 -     0x7fff708caff7  libcoretls.dylib (167) <770A5B96-936E-34E3-B006-B1CEC299B5A5> /usr/lib/libcoretls.dylib
    0x7fff708cb000 -     0x7fff708ccfff  libcoretls_cfhelpers.dylib (167) <940BF370-FD0C-30A8-AA05-FF48DA44FA4C> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff70d6f000 -     0x7fff70e73fef  libcrypto.44.dylib (47.140.1) <CB6B188A-1ADC-3C5D-AFFC-2ACD86E235EE> /usr/lib/libcrypto.44.dylib
    0x7fff70e89000 -     0x7fff70ee8ff7  libcups.2.dylib (483.6) <C88D78FE-D238-376C-B16A-39270E39A79D> /usr/lib/libcups.2.dylib
    0x7fff70eea000 -     0x7fff70f4fff7  libcurl.4.dylib (118.120.2) <28809E22-6EF2-3AC7-9501-D77FB6FC5FBD> /usr/lib/libcurl.4.dylib
    0x7fff70ff2000 -     0x7fff70ff2fff  libenergytrace.dylib (21) <162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib
    0x7fff70ff3000 -     0x7fff7100bfff  libexpat.1.dylib (19.60.2) <FED7C38B-92D8-342D-AED7-871B12D1F7E7> /usr/lib/libexpat.1.dylib
    0x7fff71019000 -     0x7fff7101bfff  libfakelink.dylib (149.1) <36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib
    0x7fff7102a000 -     0x7fff7102ffff  libgermantok.dylib (24) <D2AE5AC0-EDCE-3216-B8C9-CF59292A545F> /usr/lib/libgermantok.dylib
    0x7fff71030000 -     0x7fff71039ff7  libheimdal-asn1.dylib (564.140.1) <0AC6FB62-2B0F-3E93-A931-E4DC4B1D757A> /usr/lib/libheimdal-asn1.dylib
    0x7fff7103a000 -     0x7fff7112afff  libiconv.2.dylib (59) <18311A67-E4EF-3CC7-95B3-C0EDEE3A282F> /usr/lib/libiconv.2.dylib
    0x7fff7112b000 -     0x7fff71382fff  libicucore.A.dylib (64260.0.1) <8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib
    0x7fff7139c000 -     0x7fff7139dfff  liblangid.dylib (133) <30CFC08C-EF36-3CF5-8AEA-C1CB070306B7> /usr/lib/liblangid.dylib
    0x7fff7139e000 -     0x7fff713b6ff3  liblzma.5.dylib (16) <C131EF18-2CDD-3271-8A30-A8760D4FE166> /usr/lib/liblzma.5.dylib
    0x7fff713ce000 -     0x7fff71475ff7  libmecab.dylib (883.11) <0D5BFD01-D4A7-3C8D-AA69-C329C1A69792> /usr/lib/libmecab.dylib
    0x7fff71476000 -     0x7fff716d8ff1  libmecabra.dylib (883.11) <E31DE74D-1B88-377F-ACD3-D789D29C3AE7> /usr/lib/libmecabra.dylib
    0x7fff71a45000 -     0x7fff71a74fff  libncurses.5.4.dylib (57) <995DFEEA-40F3-377F-B73D-D02AC59D591F> /usr/lib/libncurses.5.4.dylib
    0x7fff71ba4000 -     0x7fff72020ff5  libnetwork.dylib (1880.120.4) <BA294A54-F309-398D-B308-F97032AFF555> /usr/lib/libnetwork.dylib
    0x7fff720c1000 -     0x7fff720f4fde  libobjc.A.dylib (787.1) <6DF81160-5E7F-3E31-AA1E-C875E3B98AF6> /usr/lib/libobjc.A.dylib
    0x7fff72107000 -     0x7fff7210bfff  libpam.2.dylib (25.100.1) <0502F395-8EE6-3D2A-9239-06FD5622E19E> /usr/lib/libpam.2.dylib
    0x7fff7210e000 -     0x7fff72144ff7  libpcap.A.dylib (89.120.1) <A76EC076-A8EA-354C-B95F-7AB1EAFBCC65> /usr/lib/libpcap.A.dylib
    0x7fff72184000 -     0x7fff72192ff9  libperfcheck.dylib (37.100.2) <9D9C4879-8A80-34C4-B0D2-BE341FD6D321> /usr/lib/libperfcheck.dylib
    0x7fff721c8000 -     0x7fff721e0fff  libresolv.9.dylib (67.40.1) <C57EDFEF-D36A-310B-8D14-8C68A625B1E8> /usr/lib/libresolv.9.dylib
    0x7fff72227000 -     0x7fff72239ff7  libsasl2.2.dylib (213.120.1) <E7573AC1-83FD-305A-8FB8-03145BDA286B> /usr/lib/libsasl2.2.dylib
    0x7fff7223a000 -     0x7fff7223bff7  libspindump.dylib (281.3) <AE8C1AE9-5CBC-332F-BBE8-370A2A19FED6> /usr/lib/libspindump.dylib
    0x7fff7223c000 -     0x7fff72426ff7  libsqlite3.dylib (308.5) <35A2BD9F-4E33-30DE-A994-4AB585AC3AFE> /usr/lib/libsqlite3.dylib
    0x7fff7251a000 -     0x7fff72547ffb  libssl.46.dylib (47.140.1) <06932872-13DA-33E3-8C28-7B49FC582039> /usr/lib/libssl.46.dylib
    0x7fff72677000 -     0x7fff7267affb  libutil.dylib (57) <F01467F6-23A7-37EE-A170-33CE1577B41D> /usr/lib/libutil.dylib
    0x7fff7267b000 -     0x7fff72688ff7  libxar.1.dylib (425.2) <EE964412-9E25-30B3-BCC0-CCEFBCC8094B> /usr/lib/libxar.1.dylib
    0x7fff7268e000 -     0x7fff72770ff7  libxml2.2.dylib (33.4) <EFA77CC6-9139-37B3-98D4-B0E526110EE3> /usr/lib/libxml2.2.dylib
    0x7fff72774000 -     0x7fff7279cfff  libxslt.1.dylib (16.9) <34A45627-DA5B-37D2-9609-65B425E0010A> /usr/lib/libxslt.1.dylib
    0x7fff7279d000 -     0x7fff727afff3  libz.1.dylib (76) <793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib
    0x7fff7305e000 -     0x7fff73063ff3  libcache.dylib (83) <AF488D13-9E89-35E0-B078-BE37CC5B8586> /usr/lib/system/libcache.dylib
    0x7fff73064000 -     0x7fff7306ffff  libcommonCrypto.dylib (60165.120.1) <C7912BE5-993E-3581-B2A0-6AABDC8C5562> /usr/lib/system/libcommonCrypto.dylib
    0x7fff73070000 -     0x7fff73077fff  libcompiler_rt.dylib (101.2) <49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff73078000 -     0x7fff73081ff7  libcopyfile.dylib (166.40.1) <3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib
    0x7fff73082000 -     0x7fff73114fdb  libcorecrypto.dylib (866.140.1) <60567BF8-80FA-359A-B2F3-A3BAEFB288FD> /usr/lib/system/libcorecrypto.dylib
    0x7fff73221000 -     0x7fff73261ff0  libdispatch.dylib (1173.100.2) <CD9C059C-91D9-30E8-8926-5B9CD0D5D4F5> /usr/lib/system/libdispatch.dylib
    0x7fff73262000 -     0x7fff73298fff  libdyld.dylib (750.6) <789A18C2-8AC7-3C88-813D-CD674376585D> /usr/lib/system/libdyld.dylib
    0x7fff73299000 -     0x7fff73299ffb  libkeymgr.dylib (30) <DB3337BE-01CA-3425-BD0C-87774FC0CDC0> /usr/lib/system/libkeymgr.dylib
    0x7fff7329a000 -     0x7fff732a6ff3  libkxld.dylib (6153.141.1) <756B1F0D-2E37-31A7-A6F0-2E5C22E62C3D> /usr/lib/system/libkxld.dylib
    0x7fff732a7000 -     0x7fff732a7ff7  liblaunch.dylib (1738.140.1) <AFBCBDD3-0B55-3ECD-8E04-A73A3A57356B> /usr/lib/system/liblaunch.dylib
    0x7fff732a8000 -     0x7fff732adff7  libmacho.dylib (959.0.1) <AA613A9C-961A-3B67-B696-4622FA59FC4E> /usr/lib/system/libmacho.dylib
    0x7fff732ae000 -     0x7fff732b0ff3  libquarantine.dylib (110.40.3) <F234E51D-FD0B-3EE4-B679-AE3EE9C536C3> /usr/lib/system/libquarantine.dylib
    0x7fff732b1000 -     0x7fff732b2ff7  libremovefile.dylib (48) <7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib
    0x7fff732b3000 -     0x7fff732caff3  libsystem_asl.dylib (377.60.2) <1563EE02-0657-3B78-99BE-A947C24122EF> /usr/lib/system/libsystem_asl.dylib
    0x7fff732cb000 -     0x7fff732cbff7  libsystem_blocks.dylib (74) <0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib
    0x7fff732cc000 -     0x7fff73353fff  libsystem_c.dylib (1353.100.2) <BBDED5E6-A646-3EED-B33A-91E4331EA063> /usr/lib/system/libsystem_c.dylib
    0x7fff73354000 -     0x7fff73357ffb  libsystem_configuration.dylib (1061.141.1) <0EE84C33-64FD-372B-974A-AF7A136F2068> /usr/lib/system/libsystem_configuration.dylib
    0x7fff73358000 -     0x7fff7335bfff  libsystem_coreservices.dylib (114) <A199156E-058D-3ABB-BCE9-4B9F20DCED0F> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff7335c000 -     0x7fff73364fff  libsystem_darwin.dylib (1353.100.2) <5B12B5DB-3F30-37C1-8ECC-49A66B1F2864> /usr/lib/system/libsystem_darwin.dylib
    0x7fff73365000 -     0x7fff7336cfff  libsystem_dnssd.dylib (1096.100.3) <EBB4C2C2-E031-3094-B40A-E67BF261D295> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff7336d000 -     0x7fff7336effb  libsystem_featureflags.dylib (17) <29FD922A-EC2C-3F25-BCCC-B58D716E60EC> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff7336f000 -     0x7fff733bcff7  libsystem_info.dylib (538) <8A321605-5480-330B-AF9E-64E65DE61747> /usr/lib/system/libsystem_info.dylib
    0x7fff733bd000 -     0x7fff733e9ff7  libsystem_kernel.dylib (6153.141.1) <2B6311E6-6240-3EF7-8C87-475B66F7452C> /usr/lib/system/libsystem_kernel.dylib
    0x7fff733ea000 -     0x7fff73431fff  libsystem_m.dylib (3178) <00F331F1-0D09-39B3-8736-1FE90E64E903> /usr/lib/system/libsystem_m.dylib
    0x7fff73432000 -     0x7fff73459fff  libsystem_malloc.dylib (283.100.6) <8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib
    0x7fff7345a000 -     0x7fff73467ffb  libsystem_networkextension.dylib (1095.140.2) <F06C65C5-2CBE-313C-96E1-A09240F9FE57> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff73468000 -     0x7fff73471ff7  libsystem_notify.dylib (241.100.2) <FA22F928-D91B-3AA5-96BB-3186AC0FB264> /usr/lib/system/libsystem_notify.dylib
    0x7fff73472000 -     0x7fff7347afef  libsystem_platform.dylib (220.100.1) <009A7C1F-313A-318E-B9F2-30F4C06FEA5C> /usr/lib/system/libsystem_platform.dylib
    0x7fff7347b000 -     0x7fff73485fff  libsystem_pthread.dylib (416.100.3) <62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib
    0x7fff73486000 -     0x7fff7348aff3  libsystem_sandbox.dylib (1217.141.1) <6DE13684-5A67-3009-A53A-C9086CF241C3> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff7348b000 -     0x7fff7348dfff  libsystem_secinit.dylib (62.100.2) <F80872AA-E1FD-3D7E-8729-467656EC6561> /usr/lib/system/libsystem_secinit.dylib
    0x7fff7348e000 -     0x7fff73495ffb  libsystem_symptoms.dylib (1238.120.1) <5820A2AF-CE72-3AB3-ABCC-273A3419FB55> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff73496000 -     0x7fff734acff2  libsystem_trace.dylib (1147.120) <04B47629-847B-3D74-8ABE-C05EF9DEEFE4> /usr/lib/system/libsystem_trace.dylib
    0x7fff734ae000 -     0x7fff734b3ff7  libunwind.dylib (35.4) <42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib
    0x7fff734b4000 -     0x7fff734e9ffe  libxpc.dylib (1738.140.1) <3E243A41-030F-38E3-9FD2-7B38C66C35B1> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=790.7M resident=0K(0%) swapped_out_or_unallocated=790.7M(100%)
Writable regions: Total=355.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=355.1M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
Dispatch continuations            8192K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           272.5M       61 
MALLOC guard page                   16K        4 
MALLOC_LARGE (reserved)            512K        2         reserved VM address space (unallocated)
STACK GUARD                         24K        6 
Stack                             18.5M        6 
VM_ALLOCATE                       9728K       38 
VM_ALLOCATE (reserved)            32.0M        1         reserved VM address space (unallocated)
__DATA                            41.8M      406 
__DATA_CONST                       352K       28 
__FONT_DATA                          4K        1 
__LINKEDIT                       414.9M      106 
__OBJC_RO                         32.3M        1 
__OBJC_RW                         1908K        2 
__TEXT                           375.9M      377 
__UNICODE                          564K        1 
mapped file                       27.3M        2 
shared memory                       48K        6 
===========                     =======  ======= 
TOTAL                              1.2G     1051 
TOTAL, minus reserved VM space     1.2G     1051 

Model: MacBookPro12,1, BootROM 192.0.0.0.0, 2 processors, Dual-Core Intel Core i5, 2.7 GHz, 8 GB, SMC 2.28f7
Graphics: kHW_IntelIris6100Item, Intel Iris Graphics 6100, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5544
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5544
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x133), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1615.1)
Bluetooth: Version 7.0.6f7, 3 services, 27 devices, 1 incoming serial ports
Network Service: iPhone, Ethernet, en5
Serial ATA Device: APPLE SSD SM0256G, 251 GB
USB Device: USB 3.0 Bus
USB Device: Bluetooth USB Host Controller
USB Device: iPhone
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

@NPal1
Copy link

NPal1 commented Aug 16, 2020

I can confirm, cv2.imshow(IMG_NAME) is always crashing with a segmentation fault in my CatalinaOS with opencv-python==4.4.0.40

This works fine when, rolling back to version 4.3.0.36

Please fix this.

This works fine with Catalina 10.15.6. Thank you very much.

@realbazso
Copy link

I can confirm, cv2.imshow(IMG_NAME) is always crashing with a segmentation fault in my CatalinaOS with opencv-python==4.4.0.40
This works fine when, rolling back to version 4.3.0.36
Please fix this.

This works fine with Catalina 10.15.6. Thank you very much.

I can confirm both the issue and the workaround, thank you very much

@skvark
Copy link
Member

skvark commented Aug 17, 2020

Please try to upgrade to the new 4.4.0.42 release which should have this issue fixed.

@mshabunin
Copy link
Contributor

I've checked package 42 and it works fine. Thank you!

@magiwanders
Copy link

opencv-python version 4.5.4.58 still presents this very same issue on Manjaro Linux as of november 2021. After having dowgraded to opencv-python 4.5.3.56 the issue is resolved

@bestel74
Copy link

bestel74 commented Nov 4, 2021

opencv-python version 4.5.4.58 still presents this very same issue on Manjaro Linux as of november 2021. After having dowgraded to opencv-python 4.5.3.56 the issue is resolved

Thanks, I faced this issue on ubuntu 20.04, default install.
Downgrade to 4.5.3.56 fixed it.

pip uninstall opencv-python
pip install --upgrade opencv-python==4.5.3.56

@skvark
Copy link
Member

skvark commented Nov 4, 2021

@magiwanders @bestel74 Please follow the issue here: opencv/opencv-python#572

This issue is related to macOS and has been fixed.

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

No branches or pull requests