Git Product home page Git Product logo

qgis-mac-packager's Introduction

🧪 QGIS tests Docker Status Build Status OpenSSF Scorecard OpenSSF Best Practices 🪟 MingW64 Windows 64bit Build DOI

QGIS is a full-featured, user-friendly, free-and-open-source (FOSS) geographical information system (GIS) that runs on Unix platforms, Windows, and MacOS.

Features

1. Flexible and powerful spatial data management

  • Support for raster, vector, mesh, and point cloud data in a range of industry-standard formats
    • Raster formats include: GeoPackage, GeoTIFF, GRASS, ArcInfo binary and ASCII grids, ERDAS Imagine SDTS, WMS, WCS, PostgreSQL/PostGIS, and other GDAL supported formats.
    • Vector formats include: GeoPackage, ESRI shapefiles, GRASS, SpatiaLite, PostgreSQL/PostGIS, MSSQL, Oracle, WFS, Vector Tiles and other OGR supported formats.
    • Mesh formats include: NetCDF, GRIB, 2DM, and other MDAL supported formats.
    • Point-cloud format: LAS/LAZ and EPT datasets.
  • Data abstraction framework, with local files, spatial databases (PostGIS, SpatiaLite, SQL Server, Oracle, SAP HANA), and web services (WMS, WCS, WFS, ArcGIS REST) all accessed through a unified data model and browser interface, and as flexible layers in user-created projects
  • Spatial data creation via visual and numerical digitizing and editing, as well as georeferencing of raster and vector data
  • On-the-fly reprojection between coordinate reference systems (CRS)
  • Nominatim (OpenStreetMap) geocoder access
  • Temporal support

Example: Temporal animation

Example: Temporal animation

Example: 3D map view

Example: 3D map view

2. Beautiful cartography

  • Large variety of rendering options in 2D and 3D
  • Fine control over symbology, labeling, legends and additional graphical elements for beautifully rendered maps
  • Respect for embedded styling in many spatial data sources (e.g. KML and TAB files, Mapbox-GL styled vector tiles)
  • In particular, near-complete replication (and significant extension) of symbology options that are available in proprietary software by ESRI
  • Advanced styling using data-defined overrides, blending modes, and draw effects
  • 500+ built-in color ramps (cpt-city, ColorBrewer, etc.)
  • Create and update maps with specified scale, extent, style, and decorations via saved layouts
  • Generate multiple maps (and reports) automatically using QGIS Atlas and QGIS Reports
  • Display and export elevation profile plots with flexible symbology
  • Flexible output direct to printer, or as image (raster), PDF, or SVG for further customization
  • On-the-fly rendering enhancements using geometry generators (e.g. create and style new geometries from existing features)
  • Preview modes for inclusive map making (e.g. monochrome, color blindness)

Example: Map of Bogota, Colombia in the style of Starry Starry Night, by Andrés Felipe Lancheros Sánchez

Map of Bogota, Colombia in the style of Starry Starry Night

For more maps created with QGIS, visit the QGIS Map Showcase Flickr Group.

QGIS Map Showcase

3. Advanced and robust geospatial analysis

  • Powerful processing framework with 200+ native processing algorithms
  • Access to 1000+ processing algorithms via providers such as GDAL, SAGA, GRASS, OrfeoToolbox, as well as custom models and processing scripts
  • Geospatial database engine (filters, joins, relations, forms, etc.), as close to datasource- and format-independent as possible
  • Immediate visualization of geospatial query and geoprocessing results
  • Model designer and batch processing

Example: Travel isochrones

Example: Travel isochrones

Example: Model designer

Example: model designer

4. Powerful customization and extensibility

  • Fully customizable user experience, including user interface and application settings that cater to power-users and beginners alike
  • Rich expression engine for maximum flexibility in visualization and processing
  • Broad and varied plugin ecosystem that includes data connectors, digitizing aids, advanced analysis and charting tools, in-the-field data capture, conversion of ESRI style files, etc.
  • Style manager for creating, storing, and managing styles
  • QGIS style hub for easy sharing of styles
  • Python and C++ API for standalone (headless) applications as well as in-application comprehensive scripting (PyQGIS)

Example: Style manager

Example: Style manager

Example: Plugins

Example: Plugins

5. QGIS Server

Headless map server -- running on Linux, macOS, Windows, or in a docker container -- that shares the same code base as QGIS.

  • Industry-standard protocols (WMS, WFS, WFS3/OGC API for Features and WCS) allow plug-n-play with any software stack
  • Works with any web server (Apache, nginx, etc) or standalone
  • All beautiful QGIS cartography is supported with best-in-class support for printing
  • Fully customizable with Python scripting support

Example: QGIS server WMS response

Example: QGIS Server response to a WMS request

Example: QGIS server WFS response

Example: QGIS Server response to a WFS Feature request

Under the hood

QGIS is developed using the Qt toolkit and C++, since 2002, and has a pleasing, easy to use graphical user interface with multilingual support. It is maintained by an active developer team and supported by vibrant community of GIS professionals and enthusiasts as well as geospatial data publishers and end-users.

Versions and release cycle

QGIS development and releases follow a time based schedule/roadmap. There are three main branches of QGIS that users can install. These are the Long Term Release (LTR) branch, the Latest Release (LR) branch, and the Development (Nightly) branch.

Every month, there is a Point Release that provides bug-fixes to the LTR and LR.

Free and Open Source

QGIS is released under the GNU Public License (GPL) Version 2 or any later version. Developing QGIS under this license means that you can (if you want to) inspect and modify the source code and guarantees that you, our happy user will always have access to a GIS program that is free of cost and can be freely modified.

QGIS is part of the Open-Source Geospatial Foundation (OSGeo), offering a range of complementary open-source GIS software projects.

Installing and using QGIS

Precompiled binaries for QGIS are available at the QGIS.org download page. Please follow the installation instructions carefully.

The building guide can be used to get started with building QGIS from source.

For installation of QGIS Server, see its getting started documentation.

Documentation

A range of documentation is available. This includes:

Help and support channels

There are several channels where you can find help and support for QGIS:

  • Using the QGIS community site
  • Joining the qgis-users mailing list
  • Chatting with other users real-time. Please wait around for a response to your question as many folks on the channel are doing other things and it may take a while for them to notice your question. The following paths all take you to the same chat room:
    • Using an IRC client and joining the #qgis channel on irc.freenode.net.
    • Using a Matrix client and joining the #qgis:matrix.org room.
    • Using Gitter chat.
  • At the GIS stackexchange or r/QGIS reddit, which are not maintained by the QGIS team, but where the QGIS and broader GIS community provides lots of advice
  • Other support channels

Get involved with the community

Bug reporting and bug fixing

You can help us by submitting bug reports or fixing bugs in the QGIS bug tracker.

New features and enhancements

If you wish to contribute patches you can:

  1. fork the project
  2. make your changes
  3. commit to your repository
  4. and then create a pull request.

The development team can then review your contribution and commit it upstream as appropriate.

If you commit a new feature, add [FEATURE] to your commit message AND give a clear description of the new feature. The label Needs documentation will be added by maintainers and will automatically create an issue on the QGIS-Documentation repo, where you or others should write documentation about it.

For large-scale changes, you can open a QEP (QGIS Enhancement Proposal). QEPs are used in the process of creating and discussing new enhancements or policy for QGIS.

Translations

Please help translate QGIS to your language. At this moment about forty languages are already available in the Desktop user interface and about eighty languages are available in transifex ready to be translated.

The translation process is managed by the Translation Team and all the activities are done under the Transifex platform.

Other ways to contribute

If you are not a developer, there are many other possibilities that do not require programming skills to help QGIS to evolve. Check our project homepage for more information.

qgis-mac-packager's People

Contributors

3nids avatar agiudiceandrea avatar andrewannex avatar delazj avatar jctull avatar jef-n avatar justinbb avatar mrylov avatar peterpetrik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qgis-mac-packager's Issues

Tiny Identify Results window

The window to display the identified results is always displayed resized at a tiny size.
QGIS 3.6.3-Noosa 0c5774c068
Capture d’écran 2019-06-12 à 20 50 09

deps install script

modify install script to download the qgis-deps and qt packages in case they are missing in the folder @3nids

Support Postgres 12

This QGIS is currently using a version of gdal that does not support postgres 12. This creates issues with ogr2ogr and the DB Manager tool in QGIS.

GDAL was updated to support postgres 12 with version 3.0.2, which is currently in the osgeo4mac repo. Updating the dependency should fix the problem.

sign qgis-deps-package

otherwise you need to click multiple times in privacy settings to allow usage of libraries

QGIS bundle stop in QtWebEngineCore.framework

Hi,

After building QGIS, I tried to bundle all dependencies, but the process stopped at QtWebEngineCore.framework

Call bundle_qt
sending incremental file list
QtRemoteObjects.framework/
QtRemoteObjects.framework/QtRemoteObjects -> Versions/Current/QtRemoteObjects
QtRemoteObjects.framework/Resources -> Versions/Current/Resources
QtRemoteObjects.framework/Versions/
QtRemoteObjects.framework/Versions/Current -> 5
QtRemoteObjects.framework/Versions/5/
QtRemoteObjects.framework/Versions/5/QtRemoteObjects
QtRemoteObjects.framework/Versions/5/Resources/
QtRemoteObjects.framework/Versions/5/Resources/Info.plist
QtRemoteObjects.framework/Versions/5/Resources/QtRemoteObjects.prl

sent 685,215 bytes  received 102 bytes  1,370,634.00 bytes/sec
total size is 684,569  speedup is 1.00
sending incremental file list
Qt3DInput.framework/
Qt3DInput.framework/Qt3DInput -> Versions/Current/Qt3DInput
Qt3DInput.framework/Resources -> Versions/Current/Resources
Qt3DInput.framework/Versions/
Qt3DInput.framework/Versions/Current -> 5
Qt3DInput.framework/Versions/5/
Qt3DInput.framework/Versions/5/Qt3DInput
Qt3DInput.framework/Versions/5/Resources/
Qt3DInput.framework/Versions/5/Resources/Info.plist
Qt3DInput.framework/Versions/5/Resources/Qt3DInput.prl

sent 532,889 bytes  received 106 bytes  1,065,990.00 bytes/sec
total size is 532,286  speedup is 1.00
sending incremental file list
rsync: link_stat "/opt/Qt/5.14.2/clang_64/lib/QtWebEngineCore.framework" failed: No such file or directory (2)

sent 18 bytes  received 12 bytes  60.00 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1209) [sender=3.1.3]

I needed to adjust Qt version at the beginning of the building process as I could just install 5.14.2 version. Could it be the reason?

Thank you

Missing qgis_mapserver in QGIS 3.12

I installed the last version for OSX, but looks like there's no qgis_mapserver.

I looked in the bin/ dir, but without success, and find cant find it

Building Xerces raise an error

Hi,

I'm trying to build QGIS dependencies using version qgis-deps-0.2.2 executing ./qgis_deps.bash.

When trying to build Xerces, I get the following message:

Call build_xerces
Entering in build environment
-- Configuring Apache Xerces-C++ version 3.2.2
-- The following ICU libraries were not found:
--   uc (required)
--   data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
--
-- Xerces-C++ configuration summary
-- --------------------------------
--
--   Version:                   3.2.2
--   Library interface version: 3.2
--
--   Installation directory:    /opt/QGIS/qgis-deps-0.2.2/stage
--   C compiler:                /Library/Developer/CommandLineTools/usr/bin/clang
--   C++ compiler:              /Library/Developer/CommandLineTools/usr/bin/clang++
--
--   Build shared libraries:    ON
--   Path delimiters:           "/"
--   File Manager:              POSIX
--   Mutex Manager:             standard
--   Transcoder:                macosunicodeconverter
--   NetAccessor:               curl
--   Message Loader:            inmemory
--   XMLCh type:                char16_t
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/QGIS/qgis-deps-0.2.2/build/xerces/build-x86_64

And eventually

In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/Security.h:28:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework/Headers/SecCertificate.h:182:82: error: expected ','
    API_DEPRECATED_WITH_REPLACEMENT("SecCertificateCopyKey", macos(10.3, 10.14)) API_UNAVAILABLE(ios, tvos, watchos, macCatalyst);
                                                                                 ^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/os/availability.h:93:114: note: expanded from macro 'API_UNAVAILABLE'
    #define API_UNAVAILABLE(...) __API_UNAVAILABLE_GET_MACRO(__VA_ARGS__,__API_UNAVAILABLE6, __API_UNAVAILABLE5, __API_UNAVAILABLE4,__API_UNAVAILABLE3,__API_UNAVAILABLE2,__API_UNAVAILABLE1, 0)(__VA_ARGS__)
                                                                                                                 ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
/opt/QGIS/qgis-deps-0.2.2/build/xerces/xerces-c-3.2.2/src/xercesc/util/XMLUTF16Transcoder.cpp:114:23: warning: setting buffer to a 'sizeof' expression; did you mean to transpose the last two arguments? [-Wmemset-transposed-args]
    memset(charSizes, sizeof(UTF16Ch), countToDo);
                      ^
/opt/QGIS/qgis-deps-0.2.2/build/xerces/xerces-c-3.2.2/src/xercesc/util/XMLUTF16Transcoder.cpp:114:23: note: cast the second argument to 'int' to silence
[  9%] Building CXX object src/CMakeFiles/xerces-c.dir/xercesc/dom/DOMRangeException.cpp.o
1 warning generated.
[  9%] Building CXX object src/CMakeFiles/xerces-c.dir/xercesc/dom/DOMXPathException.cpp.o
[  9%] Building CXX object src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrImpl.cpp.o
[  9%] Building CXX object src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrMapImpl.cpp.o
[ 10%] Building CXX object src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrNSImpl.cpp.o
[ 10%] Building CXX object src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCDATASectionImpl.cpp.o
[ 10%] Building CXX object src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMCharacterDataImpl.cpp.o
[ 10%] Building CXX object src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMChildNode.cpp.o
1 warning and 20 errors generated.
make[2]: *** [src/CMakeFiles/xerces-c.dir/xercesc/util/PlatformUtils.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....

openssl cert.pem file not packaged

see MerginMaps/qgis-plugin#70

if urllib is used directly with ssl (https), it fails to verify local certificate with error ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056) It does not happen with requests lib

the problem is that libcrypto is compiled with the certificate path pointing to homebrew's /usr/local dir. you can verify it by

import ssl
ssl.get_default_verify_paths()
> DefaultVerifyPaths(cafile=None, capath=None, openssl_cafile_env='SSL_CERT_FILE', openssl_cafile='/usr/local/etc/openssl/cert.pem', openssl_capath_env='SSL_CERT_DIR', openssl_capath='/usr/local/etc/openssl/certs')

Build Issues PyQt5.pyqtconfig

Following your instructions I am getting a cmake error linked to PyQt5:-

cmake -DQGIS_MAC_DEPS_DIR=/opt/QGIS/qgis-deps-0.4.0/stage \
    -DCMAKE_PREFIX_PATH=/Users/daveb/dev/Qt/5.14.2/clang_64 \
    ../QGIS

Outputs

-- Found PythonInterp: /opt/QGIS/qgis-deps-0.4.0/stage/bin/python3 (found suitable version "3.7.7", minimum required is "3") 
-- Found Python executable: /opt/QGIS/qgis-deps-0.4.0/stage/bin/python3
-- Found Python version: 3.7.7
-- Found Python library: /opt/QGIS/qgis-deps-0.4.0/stage/lib/libpython3.7m.dylib
-- Found Python site-packages: /opt/QGIS/qgis-deps-0.4.0/stage/lib/python3.7/site-packages
Traceback (most recent call last):
  File "/Users/daveb/dev/QGIS/cmake/FindPyQt5.py", line 34, in <module>
    import PyQt5.pyqtconfig
ModuleNotFoundError: No module named 'PyQt5.pyqtconfig'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/daveb/dev/QGIS/cmake/FindPyQt5.py", line 38, in <module>
    import PyQt5.QtCore
ImportError: dlopen(/opt/QGIS/qgis-deps-0.4.0/stage/lib/python3.7/site-packages/PyQt5/QtCore.so, 2): Library not loaded: @rpath/QtCore.framework/Versions/5/QtCore
  Referenced from: /opt/QGIS/qgis-deps-0.4.0/stage/lib/python3.7/site-packages/PyQt5/QtCore.so
  Reason: image not found
-- Found SIP version: 4.19.21
Traceback (most recent call last):
  File "/Users/daveb/dev/QGIS/cmake/FindQsci.py", line 45, in <module>
    from PyQt5.Qsci import QSCINTILLA_VERSION_STR
ImportError: dlopen(/opt/QGIS/qgis-deps-0.4.0/stage/lib/python3.7/site-packages/PyQt5/Qsci.so, 2): Library not loaded: @rpath/QtPrintSupport.framework/Versions/5/QtPrintSupport
  Referenced from: /opt/QGIS/qgis-deps-0.4.0/stage/lib/python3.7/site-packages/PyQt5/Qsci.so
  Reason: image not found

I have confirmed that this is present using the version of python provided in deps

cd /opt/QGIS/qgis-deps-0.4.0/stage/bin
python3 /Users/daveb/dev/QGIS/cmake/FindPyQt5.py

Outputs:-

Traceback (most recent call last):
  File "/Users/daveb/dev/QGIS/cmake/FindPyQt5.py", line 34, in <module>
    import PyQt5.pyqtconfig
ModuleNotFoundError: No module named 'PyQt5.pyqtconfig'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/daveb/dev/QGIS/cmake/FindPyQt5.py", line 38, in <module>
    import PyQt5.QtCore
ImportError: dlopen(/opt/QGIS/qgis-deps-0.4.0/stage/lib/python3.7/site-packages/PyQt5/QtCore.so, 2): Library not loaded: @rpath/QtCore.framework/Versions/5/QtCore
  Referenced from: /opt/QGIS/qgis-deps-0.4.0/stage/lib/python3.7/site-packages/PyQt5/QtCore.so
  Reason: image not found

Forgotten translation

Hi,

I'm really happy that an official installation package would be finally available ! For my use, all works perfectly and this official package allows me to save some 10GB free space than using homebrew packages. Amazing !

Just I noticed a tiny "issue" : the translation is missing for the "apple" menu as you can see in the screenshot. Is it possible to fix this forgotting ?

Capture d’écran 2019-08-26 à 16 02 18

Thanks in advance.

osgeo-grass related paths not properly patched/replaced for 3.10

this is the underlying cause of #23 I think, it looks like patch_text_files might not be patching the grass paths correctly as references to osgeo-grass from the build environment are leaking into the distributed qgis app. I am grepping for all occurrences of osgeo-grass and will post the logs when finished.

GDAL 3 and geopdf support

Current nightly builds agains GDAL 2.x, so we are missing a bunch of great features in QGIS 3.10 with geopdf export options. The Mac packager desperately needs gdal 3 support. As it currently stands, the only way to get georeferenced images out of the composer is to export tiff files to my knowledge.

add missing deps to the package

  • protobuf (for vector tiles)
  • gdal2-csharp, 2.4.3-1
  • gdal2-ecw, 2.4.3-1
  • gdal2-filegdb, 2.4.3-1
  • gdal2-mrsid, 2.4.3-1
  • gdal2-mss, 2.4.3-1
  • gdal2-oracle, 2.4.3-1
  • gdal2-python, 2.4.3-2
  • gdal2-sosi, 2.4.3-1
  • grass
  • hdf4
  • libkm
  • liblas
  • QT5SERIALPORT ?
  • qtwebkit
  • saga
  • libmysql
  • psycopg2
  • matplotlib
  • python modules

Problem running v.clean from grass on QGIS 3.10 processing

As I tried to run v.clean from GRASS on QGIS 3.10, the following errors occurred:

Executing </private/var/folders/l4/f54y8nzx6y7cy535v1ymjptc0000gn/T/processing_5b44b7de08884cfeb7bf64696197bcf3/grassdata/grass_batch_job.sh> ...
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MrSID.dylib, 1): Library not loaded: @executable_path/lib/libltidsdk.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MrSID.dylib
Reason: image not found
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MrSID.dylib, 1): Library not loaded: @executable_path/lib/libltidsdk.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MrSID.dylib
Reason: image not found
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_ECW_JP2ECW.dylib, 1): Library not loaded: @executable_path/lib/libNCSEcw.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/MacOS/lib/gdal_ECW_JP2ECW.dylib
Reason: image not found
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_ECW_JP2ECW.dylib, 1): Library not loaded: @executable_path/lib/libNCSEcw.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/MacOS/lib/gdal_ECW_JP2ECW.dylib
Reason: image not found
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MG4Lidar.dylib, 1): Library not loaded: @executable_path/lib/liblti_lidar_dsdk.1.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/MacOS/lib/gdal_MG4Lidar.dylib
Reason: image not found
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MG4Lidar.dylib, 1): Library not loaded: @executable_path/lib/liblti_lidar_dsdk.1.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/MacOS/lib/gdal_MG4Lidar.dylib
Reason: image not found
ERROR: Vector map not found
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MrSID.dylib, 1): Library not loaded: @executable_path/lib/libltidsdk.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MrSID.dylib
Reason: image not found
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MrSID.dylib, 1): Library not loaded: @executable_path/lib/libltidsdk.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MrSID.dylib
Reason: image not found
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_ECW_JP2ECW.dylib, 1): Library not loaded: @executable_path/lib/libNCSEcw.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/MacOS/lib/gdal_ECW_JP2ECW.dylib
Reason: image not found
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_ECW_JP2ECW.dylib, 1): Library not loaded: @executable_path/lib/libNCSEcw.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/MacOS/lib/gdal_ECW_JP2ECW.dylib
Reason: image not found
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MG4Lidar.dylib, 1): Library not loaded: @executable_path/lib/liblti_lidar_dsdk.1.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/MacOS/lib/gdal_MG4Lidar.dylib
Reason: image not found
ERROR 1: dlopen(/Applications/QGIS3.10.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MG4Lidar.dylib, 1): Library not loaded: @executable_path/lib/liblti_lidar_dsdk.1.dylib
Referenced from: /Applications/QGIS3.10.app/Contents/MacOS/lib/gdal_MG4Lidar.dylib
Reason: image not found
ERROR: Vector map not found
Execution of </private/var/folders/l4/f54y8nzx6y7cy535v1ymjptc0000gn/T/processing_5b44b7de08884cfeb7bf64696197bcf3/grassdata/grass_batch_job.sh> finished.
Traceback (most recent call last):
File "/Applications/QGIS3.10.app/Contents/Resources/grass7/bin/_grass76", line 2207, in
main()
File "/Applications/QGIS3.10.app/Contents/Resources/grass7/bin/_grass76", line 2155, in main
clean_all()
File "/Applications/QGIS3.10.app/Contents/Resources/grass7/bin/_grass76", line 1789, in clean_all
gsetup.clean_default_db()
File "/usr/local/Cellar/osgeo-grass/7.6.1_5/grass76/etc/python/grass/script/setup.py", line 220, in clean_default_db
conn = gdb.db_connection()
File "/usr/local/Cellar/osgeo-grass/7.6.1_5/grass76/etc/python/grass/script/db.py", line 108, in db_connection
nuldev = file(os.devnull, 'w')
NameError: name 'file' is not defined
/Applications/QGIS3.10.app/Contents/Resources/grass7/grass76.sh: line 20: /private/var/folders/l4/f54y8nzx6y7cy535v1ymjptc0000gn/T/processing_5b44b7de08884cfeb7bf64696197bcf3/grassdata/temp_location/PERMANENT: is a directory

PyQt5 modules linking to Qt

PyQt5 are not pointing to Qt location.

Here is what I used to tackle this

for pylib in /opt/QGIS/qgis-deps-0.4.0/stage/lib/python3.7/site-packages/PyQt5/*.so; do
   py_base_lib_name=$(echo $pylib | cut -d/ -f10 | cut -d. -f1)
   echo $py_base_lib_name

   for qt_lib in /opt/Qt/5.14.2/lib/Qt*.framework; do
      qt_base_lib=$(echo $qt_lib | cut -d/ -f6 | cut -d. -f1)
      # echo "install_name_tool -change @rpath/${qt_base_lib}.framework/Versions/5/${qt_base_lib} /opt/Qt/5.14.2/lib/${qt_base_lib}.framework/Versions/Current/${qt_base_lib} /opt/QGIS/qgis-deps-0.4.0/stage/lib/python3.7/site-packages/PyQt5/${py_base_lib_name}.so"
      install_name_tool -change @rpath/${qt_base_lib}.framework/Versions/5/${qt_base_lib} /opt/Qt/5.14.2/lib/${qt_base_lib}.framework/Versions/Current/${qt_base_lib} /opt/QGIS/qgis-deps-0.4.0/stage/lib/python3.7/site-packages/PyQt5/${py_base_lib_name}.so
   done
done

Can't find datas from the project and crashes

If QGIS is launched elsewhere than /Applications, when opening a project created in QGIS 2.18, QGIS 3.6.3 0c5774c068 won’t find the datas.
When clicking to close the window, QGIS crashes. This doesn’t occur with QGIS 3.6.0 58734527ab.

Capture d’écran 2019-06-12 à 19 51 52

Process:               QGIS [94965]
Path:                  /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/QGIS
Identifier:            org.qgis.qgis36
Version:               3.6.3 (3.6.3 [])
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           QGIS [94965]
User ID:               501

Date/Time:             2019-06-12 19:51:57.360 +0200
OS Version:            Mac OS X 10.14.5 (18F132)
Report Version:        12
Anonymous UUID:        96CBB3A1-A7A5-AB2D-E665-C3396E3B6330


Time Awake Since Boot: 1800000 seconds

System Integrity Protection: enabled

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

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

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

VM Regions Near 0:
--> 
    __TEXT                 0000000101fea000-0000000102417000 [ 4276K] r-x/rwx SM=COW  /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/QGIS

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.qgis.qgis3_gui                0x000000010329c102 QgsMapCanvas::startPreviewJob(int) + 642
1   org.qt-project.QtCore             0x000000010b7746f9 QMetaObject::activate(QObject*, int, int, void**) + 1417
2   org.qt-project.QtCore             0x000000010b77c822 QTimer::timerEvent(QTimerEvent*) + 98
3   org.qt-project.QtCore             0x000000010b76d1dc QObject::event(QEvent*) + 108
4   org.qt-project.QtWidgets          0x0000000108a5977f QApplicationPrivate::notify_helper(QObject*, QEvent*) + 271
5   org.qt-project.QtWidgets          0x0000000108a5ab9c QApplication::notify(QObject*, QEvent*) + 588
6   org.qgis.qgis3_core               0x0000000104e3ab03 QgsApplication::notify(QObject*, QEvent*) + 67
7   org.qt-project.QtCore             0x000000010b743ab4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 212
8   org.qt-project.QtCore             0x000000010b79cc4f QTimerInfoList::activateTimers() + 927
9   libqcocoa.dylib                   0x000000011ac332b2 0x11ac00000 + 209586
10  com.apple.CoreFoundation          0x00007fff4d828dbb __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
11  com.apple.CoreFoundation          0x00007fff4d828d61 __CFRunLoopDoSource0 + 108
12  com.apple.CoreFoundation          0x00007fff4d80cc6b __CFRunLoopDoSources0 + 195
13  com.apple.CoreFoundation          0x00007fff4d80c233 __CFRunLoopRun + 1196
14  com.apple.CoreFoundation          0x00007fff4d80bb35 CFRunLoopRunSpecific + 459
15  com.apple.HIToolbox               0x00007fff4caea96b RunCurrentEventLoopInMode + 292
16  com.apple.HIToolbox               0x00007fff4caea6a5 ReceiveNextEventCommon + 603
17  com.apple.HIToolbox               0x00007fff4caea436 _BlockUntilNextEventMatchingListInModeWithFilter + 64
18  com.apple.AppKit                  0x00007fff4ae84987 _DPSNextEvent + 965
19  com.apple.AppKit                  0x00007fff4ae8371f -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
20  com.apple.AppKit                  0x00007fff4ae7d83c -[NSApplication run] + 699
21  libqcocoa.dylib                   0x000000011ac34226 0x11ac00000 + 213542
22  org.qt-project.QtCore             0x000000010b73f16f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
23  org.qt-project.QtCore             0x000000010b744122 QCoreApplication::exec() + 130
24  org.qgis.qgis36                   0x0000000102000eb3 main + 24163
25  libdyld.dylib                     0x00007fff797d43d5 start + 1

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

Thread 2:
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                    0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit           0x00000001077bece2 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 82
4   org.qt-project.QtWebKit           0x00000001077bebdb bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadEntryPoint(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*) + 155
5   org.qt-project.QtWebKit           0x00000001077bedb8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*> >(void*) + 40
6   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 3:: com.apple.NSEventThread
0   libsystem_kernel.dylib            0x00007fff7990922a mach_msg_trap + 10
1   libsystem_kernel.dylib            0x00007fff7990976c mach_msg + 60
2   com.apple.CoreFoundation          0x00007fff4d80ce6d __CFRunLoopServiceMachPort + 327
3   com.apple.CoreFoundation          0x00007fff4d80c3da __CFRunLoopRun + 1619
4   com.apple.CoreFoundation          0x00007fff4d80bb35 CFRunLoopRunSpecific + 459
5   com.apple.AppKit                  0x00007fff4ae8c6a6 _NSEventThread + 175
6   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 4:: QCA::KeyStoreThread
0   libsystem_kernel.dylib            0x00007fff7991136e poll + 10
1   org.qt-project.QtCore             0x000000010b799ab0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 480
2   org.qt-project.QtCore             0x000000010b79b2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore             0x000000010b73f16f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4                                     0x0000000109055c67 QCA::SyncThread::run() + 197
5   org.qt-project.QtCore             0x000000010b57da03 0x10b55b000 + 141827
6   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 5:: Qt bearer thread
0   libsystem_kernel.dylib            0x00007fff7991136e poll + 10
1   org.qt-project.QtCore             0x000000010b799940 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2   org.qt-project.QtCore             0x000000010b79b2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore             0x000000010b73f16f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore             0x000000010b57ca8c QThread::exec() + 140
5   org.qt-project.QtCore             0x000000010b57da03 0x10b55b000 + 141827
6   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 6:: com.apple.CFSocket.private
0   libsystem_kernel.dylib            0x00007fff7991061a __select + 10
1   com.apple.CoreFoundation          0x00007fff4d83a388 __CFSocketManager + 630
2   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
3   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
4   libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 7:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                    0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit           0x0000000106570f35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit           0x0000000105b56a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit           0x0000000106570253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit           0x000000010656fff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit           0x0000000106574531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit           0x00000001065a311f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 8:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                    0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit           0x0000000106570f35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit           0x0000000105b56a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit           0x0000000106570253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit           0x000000010656fff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit           0x0000000106574531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit           0x00000001065a311f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 9:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                    0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit           0x0000000106570f35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit           0x0000000105b56a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit           0x0000000106570253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit           0x000000010656fff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit           0x0000000106574531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit           0x00000001065a311f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 10:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                    0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit           0x0000000106570f35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit           0x0000000105b56a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit           0x0000000106570253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit           0x000000010656fff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit           0x0000000106574531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit           0x00000001065a311f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 11:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                    0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit           0x0000000106570f35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit           0x0000000105b56a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit           0x0000000106570253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit           0x000000010656fff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit           0x0000000106574531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit           0x00000001065a311f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 12:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                    0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit           0x0000000106570f35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit           0x0000000105b56a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit           0x0000000106570253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit           0x000000010656fff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit           0x0000000106574531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit           0x00000001065a311f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 13:: QNetworkAccessManager thread
0   libsystem_kernel.dylib            0x00007fff7991136e poll + 10
1   org.qt-project.QtCore             0x000000010b799ab0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 480
2   org.qt-project.QtCore             0x000000010b79b2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore             0x000000010b73f16f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore             0x000000010b57ca8c QThread::exec() + 140
5   org.qt-project.QtCore             0x000000010b57da03 0x10b55b000 + 141827
6   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 14:
0   libsystem_pthread.dylib           0x00007fff799c73f0 start_wqthread + 0

Thread 15:: Thread (pooled)
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore             0x000000010b5863a0 0x10b55b000 + 177056
3   org.qt-project.QtCore             0x000000010b5860be 0x10b55b000 + 176318
4   org.qt-project.QtCore             0x000000010b585ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore             0x000000010b585f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore             0x000000010b582a67 0x10b55b000 + 162407
7   org.qt-project.QtCore             0x000000010b57da03 0x10b55b000 + 141827
8   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 16:
0   libsystem_pthread.dylib           0x00007fff799c73f0 start_wqthread + 0

Thread 17:
0   libsystem_pthread.dylib           0x00007fff799c73f0 start_wqthread + 0

Thread 18:: Thread (pooled)
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore             0x000000010b5863a0 0x10b55b000 + 177056
3   org.qt-project.QtCore             0x000000010b5860be 0x10b55b000 + 176318
4   org.qt-project.QtCore             0x000000010b585ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore             0x000000010b585f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore             0x000000010b582a67 0x10b55b000 + 162407
7   org.qt-project.QtCore             0x000000010b57da03 0x10b55b000 + 141827
8   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 19:: Thread (pooled)
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore             0x000000010b5863a0 0x10b55b000 + 177056
3   org.qt-project.QtCore             0x000000010b5860be 0x10b55b000 + 176318
4   org.qt-project.QtCore             0x000000010b585ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore             0x000000010b585f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore             0x000000010b582a67 0x10b55b000 + 162407
7   org.qt-project.QtCore             0x000000010b57da03 0x10b55b000 + 141827
8   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 20:: Thread (pooled)
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore             0x000000010b5863a0 0x10b55b000 + 177056
3   org.qt-project.QtCore             0x000000010b5860be 0x10b55b000 + 176318
4   org.qt-project.QtCore             0x000000010b585ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore             0x000000010b585f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore             0x000000010b582a67 0x10b55b000 + 162407
7   org.qt-project.QtCore             0x000000010b57da03 0x10b55b000 + 141827
8   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 21:: Thread (pooled)
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore             0x000000010b5863a0 0x10b55b000 + 177056
3   org.qt-project.QtCore             0x000000010b5860be 0x10b55b000 + 176318
4   org.qt-project.QtCore             0x000000010b585ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore             0x000000010b585f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore             0x000000010b582a67 0x10b55b000 + 162407
7   org.qt-project.QtCore             0x000000010b57da03 0x10b55b000 + 141827
8   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 22:: Thread (pooled)
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore             0x000000010b5863a0 0x10b55b000 + 177056
3   org.qt-project.QtCore             0x000000010b5860be 0x10b55b000 + 176318
4   org.qt-project.QtCore             0x000000010b585ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore             0x000000010b585f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore             0x000000010b582a67 0x10b55b000 + 162407
7   org.qt-project.QtCore             0x000000010b57da03 0x10b55b000 + 141827
8   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 23:: Thread (pooled)
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore             0x000000010b5863a0 0x10b55b000 + 177056
3   org.qt-project.QtCore             0x000000010b5860be 0x10b55b000 + 176318
4   org.qt-project.QtCore             0x000000010b585ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore             0x000000010b585f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore             0x000000010b582a67 0x10b55b000 + 162407
7   org.qt-project.QtCore             0x000000010b57da03 0x10b55b000 + 141827
8   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 24:: Thread (pooled)
0   libsystem_kernel.dylib            0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib           0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore             0x000000010b5863a0 0x10b55b000 + 177056
3   org.qt-project.QtCore             0x000000010b5860be 0x10b55b000 + 176318
4   org.qt-project.QtCore             0x000000010b585ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore             0x000000010b585f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore             0x000000010b582a67 0x10b55b000 + 162407
7   org.qt-project.QtCore             0x000000010b57da03 0x10b55b000 + 141827
8   libsystem_pthread.dylib           0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib           0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib           0x00007fff799c740d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007f8e8161a6d0  rcx: 0x00007ffeedc135e0  rdx: 0x0000000000000000
  rdi: 0x00007f8e8694b3b0  rsi: 0x0000600001a642a0  rbp: 0x00007ffeedc13620  rsp: 0x00007ffeedc13330
   r8: 0x0000acd15c06d440   r9: 0x0000000000000016  r10: 0x0000600003005598  r11: 0x0000000000000090
  r12: 0x0000600001cad1f8  r13: 0x0000000014b039cc  r14: 0x0000600001367480  r15: 0x0000600002f833a8
  rip: 0x000000010329c102  rfl: 0x0000000000010206  cr2: 0x0000000000000000
  
Logical CPU:     2
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x101fea000 -        0x102416ff3 +org.qgis.qgis36 (3.6.3 - 3.6.3 []) <5D4B8D01-982F-3546-8AE4-E01FBF0219EA> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/QGIS
       0x102436000 -        0x102be8ff7 +libqgis_app.3.6.3.dylib (0) <856390FA-C8FC-35C1-8349-861F5557494E> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libqgis_app.3.6.3.dylib
       0x102f19000 -        0x103548fff +org.qgis.qgis3_gui (3.6.3 - qgis_gui 3.6.3) <4F55C1CD-06C7-3A01-BEC4-C7BA83771FAC> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/qgis_gui.framework/Versions/3.6/qgis_gui
       0x1038e1000 -        0x103992ffb +com.yourcompany.qwt (6.1 - 6.1.4) <A827E6B1-D393-3BD8-A814-87A7730035DA> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/qwt.framework/Versions/6/qwt
       0x103a02000 -        0x103c3fff7 +libqscintilla2_qt5.15.dylib (0) <488B8FBA-2299-3933-A4D2-8B2FB3481652> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libqscintilla2_qt5.15.dylib
       0x103c9a000 -        0x103c9afff +libboost_system-mt.dylib (0) <40E539EE-AC08-30E6-8542-83C1483637CF> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libboost_system-mt.dylib
       0x103ca0000 -        0x103cabff7 +org.qt-project.QtQuickWidgets (5.12 - 5.12.3) <D52DB17C-5287-3977-8FA1-3662149B5533> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtQuickWidgets.framework/Versions/5/QtQuickWidgets
       0x103cc1000 -        0x103fa9ff3 +org.qt-project.QtQuick (5.12 - 5.12.3) <8DA38A72-EE91-37AC-928F-F565D350C72A> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick
       0x1040c6000 -        0x104443fff +org.qt-project.QtQml (5.12 - 5.12.3) <CA7F3ADB-23EF-3368-8DFF-2D6638AA000F> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
       0x104500000 -        0x1046b3fff +org.qgis.qgis3_analysis (3.6.3 - qgis_analysis 3.6.3) <0FD225B5-8A05-3C6D-AC44-3733E487E117> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/qgis_analysis.framework/Versions/3.6/qgis_analysis
       0x1047a7000 -        0x104934ff7 +libexiv2.27.dylib (0) <F8FD749D-C3D8-302F-B4EC-51AA8C03635F> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libexiv2.27.dylib
       0x104a58000 -        0x104aa8ffb +org.qgis.qgis3_3d (3.6.3 - qgis_3d 3.6.3) <766C807E-24F4-3695-BDF7-D1DE570A5F37> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/qgis_3d.framework/Versions/3.6/qgis_3d
       0x104af9000 -        0x10557aff7 +org.qgis.qgis3_core (3.6.3 - qgis_core 3.6.3) <6720417A-2369-36A9-93ED-5BD45E1D344A> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/qgis_core.framework/Versions/3.6/qgis_core
       0x105a93000 -        0x105a98ff3 +org.qgis.qgis3_native (3.6.3 - qgis_native 3.6.3) <A511C897-ED3A-38E1-9F12-6BBF2A498D49> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/qgis_native.framework/Versions/3.6/qgis_native
       0x105aa6000 -        0x105aaeff7 +org.qt-project.QtMacExtras (5.12 - 5.12.3) <2348A60C-371F-3D77-BEE7-230EDA44FC2C> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtMacExtras.framework/Versions/5/QtMacExtras
       0x105abd000 -        0x105adeff3 +org.qt-project.QtSql (5.12 - 5.12.3) <CDA263CB-1D36-3357-8B66-A88D393F782D> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
       0x105af6000 -        0x105b17ff7 +org.qt-project.QtWebKitWidgets (??? - ???) <15978E15-6468-3203-B6F4-0CD832B39592> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets
       0x105b4a000 -        0x107c79ff3 +org.qt-project.QtWebKit (??? - ???) <E03B36F3-CB74-3FD2-B6A2-33743DA5A41C> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtWebKit.framework/Versions/5/QtWebKit
       0x108938000 -        0x108944ff7 +libtasn1.6.dylib (0) <2A270C6D-D433-31C6-8B5B-C1539C01BC3B> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libtasn1.6.dylib
       0x10894f000 -        0x108980ff7 +org.qt-project.QtXml (5.12 - 5.12.3) <1DFC4FEC-1655-3104-8730-6430E0FA5479> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
       0x10899d000 -        0x1089d1ffb +org.qt-project.QtSvg (5.12 - 5.12.3) <DD8831A9-A025-3003-B619-D09226128A25> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
       0x1089f7000 -        0x108a20ff3 +org.qt-project.QtPrintSupport (5.12 - 5.12.3) <5538E21F-0C5D-37D4-92E9-9AB3347C57D1> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x108a49000 -        0x108e86ff7 +org.qt-project.QtWidgets (5.12 - 5.12.3) <15224A8B-FFD9-382E-8DD8-C8C545C80589> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x108fff000 -        0x109003ff7 +org.qt-project.QtConcurrent (5.12 - 5.12.3) <C764122E-B794-366C-BFA0-9112EC3F939B> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
       0x10900f000 -        0x109082ff7 + (??? - ???) <9A6AB107-E4EB-3777-9292-154AEE98854B> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/qca-qt5.framework/Versions/2/qca-qt5
       0x1090f4000 -        0x1090f9fff +libqt5keychain.1.dylib (0) <24DB8918-7E2B-328B-BAFB-3A4F2478A279> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libqt5keychain.1.dylib
       0x10910a000 -        0x109151fff +libproj.13.dylib (0) <80BB2C79-CA90-380C-902F-E25FB41D8CCA> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libproj.13.dylib
       0x109170000 -        0x109188ffb +libgeos_c.1.dylib (0) <B270970E-6933-3922-9835-D6422D1893A8> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libgeos_c.1.dylib
       0x1091a0000 -        0x109dd9fff +libgdal.20.dylib (0) <55A90495-60D2-3927-AEEB-CE2547C67191> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libgdal.20.dylib
       0x10a295000 -        0x10a325ff3 +libspatialindex.5.dylib (0) <7F488742-B287-3A15-9F34-C3858886F073> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libspatialindex.5.dylib
       0x10a370000 -        0x10a389ff3 +libexpat.1.dylib (0) <649BC2E9-B678-3FCA-BE29-48C34883856C> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libexpat.1.dylib
       0x10a397000 -        0x10a460fff +libsqlite3.0.dylib (0) <2164A8F7-D002-3C6A-90C3-061FB5762C9A> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libsqlite3.0.dylib
       0x10a488000 -        0x10a967ffb +libspatialite.7.dylib (0) <E07E0463-1D37-3346-AE69-ECC8D520A7F0> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libspatialite.7.dylib
       0x10a9a2000 -        0x10a9b1ff7 +libzip.5.dylib (0) <381E16C1-6570-3E4A-AF11-0BF35F610208> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libzip.5.dylib
       0x10a9bc000 -        0x10a9c8ffb +org.qt-project.QtSerialPort (5.12 - 5.12.3) <DFC81BC3-13EF-3F8C-90C2-398EB60B5F05> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtSerialPort.framework/Versions/5/QtSerialPort
       0x10a9d6000 -        0x10aa36ff7 +org.qt-project.QtPositioning (5.12 - 5.12.3) <7049163A-742B-3382-826D-D078946E5202> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
       0x10aa54000 -        0x10aab8ff7 +org.qt-project.Qt3DExtras (5.12 - 5.12.3) <532ED957-2C8A-330D-BDD1-7E3EC977FE05> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/Qt3DExtras.framework/Versions/5/Qt3DExtras
       0x10aafb000 -        0x10acdaff7 +org.qt-project.Qt3DRender (5.12 - 5.12.3) <5E842412-22EC-3BF7-8390-36B0AEEEF313> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/Qt3DRender.framework/Versions/5/Qt3DRender
       0x10ad81000 -        0x10adc4fff +org.qt-project.Qt3DInput (5.12 - 5.12.3) <D02958B8-AB4D-3479-AEE3-FACBC5266380> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/Qt3DInput.framework/Versions/5/Qt3DInput
       0x10aded000 -        0x10adfeff7 +org.qt-project.QtGamepad (5.12 - 5.12.3) <C5D6BE09-DA28-31D9-B412-17859222179D> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtGamepad.framework/Versions/5/QtGamepad
       0x10ae15000 -        0x10ae1cfff +org.qt-project.Qt3DLogic (5.12 - 5.12.3) <A0E773D1-B4E1-3A43-B938-62A83C8FE943> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/Qt3DLogic.framework/Versions/5/Qt3DLogic
       0x10ae2d000 -        0x10ae64ff7 +org.qt-project.Qt3DCore (5.12 - 5.12.3) <DF5C8CD7-08E8-3B6B-822D-0D3D3B5D6230> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/Qt3DCore.framework/Versions/5/Qt3DCore
       0x10ae94000 -        0x10b2e6ff7 +org.qt-project.QtGui (5.12 - 5.12.3) <223E45A7-ECDA-3FAB-86C1-3A9CD11FFC9F> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x10b3fc000 -        0x10b505ff7 +org.qt-project.QtNetwork (5.12 - 5.12.3) <69458827-C341-3A69-8272-C69A5C8EFFD5> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x10b55b000 -        0x10ba67ff7 +org.qt-project.QtCore (5.12 - 5.12.3) <7B0E915A-26FB-33A1-AB99-4396A27EE8E2> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x10bb35000 -        0x10bb66ffb +libpq.5.dylib (0) <83089143-24CD-3A41-A521-251376868DC8> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libpq.5.dylib
       0x10bb7c000 -        0x10bbb0fff +org.qt-project.QtOpenGL (5.12 - 5.12.3) <8604936F-ED9E-399F-BA85-8F2E44373791> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
       0x10bbd8000 -        0x10bd2be87 +libcrypto.1.0.0.dylib (0) <96B06B4B-AF12-3701-BB9C-5FA206454D03> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libcrypto.1.0.0.dylib
       0x10bdb0000 -        0x10bf96feb +libcryptopp.dylib (0) <F79400A7-A9D6-33EF-B8B8-465DE2D5EC8D> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libcryptopp.dylib
       0x10c1bb000 -        0x10c1be047  libobjc-trampolines.dylib (756.2) <BB7525A0-AE52-371A-8428-827BAED9E35C> /usr/lib/libobjc-trampolines.dylib
       0x10c1c2000 -        0x10c1f9ff7 +libarmadillo.9.dylib (0) <091BC315-5DBF-335C-8D11-8D92435301C9> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libarmadillo.9.dylib
       0x10c20c000 -        0x10c213fff +libjson-c.4.dylib (0) <E9FF068D-6093-3763-BDD6-D1C229556E65> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libjson-c.4.dylib
       0x10c222000 -        0x10c229fff +libfreexl.1.dylib (0) <5EEEB96D-3955-332F-BD68-64BF110E0427> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libfreexl.1.dylib
       0x10c238000 -        0x10c5daff7 +libSFCGAL.1.dylib (0) <21468572-4777-3F55-99AF-6E9645DB02E6> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libSFCGAL.1.dylib
       0x10cbde000 -        0x10cc31ff7 +libwebp.7.dylib (0) <BE4F6325-0C98-3AAC-85F1-0409291FD2AA> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libwebp.7.dylib
       0x10cc4b000 -        0x10cc58ffb +libepsilon.1.dylib (0) <FC885917-86B8-30FF-AF49-C73327B60D0A> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libepsilon.1.dylib
       0x10cc6f000 -        0x10ccbbfff +libodbc.2.dylib (0) <DABDE843-FABC-32FA-AF7E-917124ACFAB4> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libodbc.2.dylib
       0x10ccd3000 -        0x10ccdeff3 +libodbcinst.2.dylib (0) <9F69A952-861A-3828-9D16-78F69140D41E> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libodbcinst.2.dylib
       0x10cceb000 -        0x10cd2cfff +libkmldom.0.dylib (0) <8737BD50-7252-3A9B-BA1B-240CAA0B20A9> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libkmldom.0.dylib
       0x10cd7a000 -        0x10cd9bff3 +libkmlbase.0.dylib (0) <95FC7C2B-CED9-34F9-9F36-E0C645DFAA43> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libkmlbase.0.dylib
       0x10cdb9000 -        0x10cdd1fff +libkmlengine.0.dylib (0) <B9F46723-D3AC-3E31-AAD5-5163BD5C2F07> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libkmlengine.0.dylib
       0x10cdf5000 -        0x10ce05ffb +libkmlconvenience.0.dylib (0) <BEC63429-6D08-3DCC-83C9-AB245DF8E8D9> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libkmlconvenience.0.dylib
       0x10ce1d000 -        0x10cfd5fff +libxerces-c-3.2.dylib (0) <977881AA-786A-339B-90FA-10136FC6D0A0> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libxerces-c-3.2.dylib
       0x10d13e000 -        0x10d176ffb +libopenjp2.7.dylib (0) <C43F22CC-3F4C-3CE1-BA54-554BA28B8F78> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libopenjp2.7.dylib
       0x10d188000 -        0x10d1befff +libjasper.4.dylib (0) <A084F973-402F-32CC-BC0C-0590E241B0A2> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libjasper.4.dylib
       0x10d1dd000 -        0x10d2a8fff +libnetcdf.15.dylib (0) <38692EBF-A47B-3311-BD78-E8C399FB18F9> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libnetcdf.15.dylib
       0x10d2db000 -        0x10d55cfff +libhdf5.103.dylib (0) <D56596B1-DCCF-3A7F-BC8A-6A7BBDE6E6E6> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libhdf5.103.dylib
       0x10d5b7000 -        0x10d5e7fff +libmfhdf.4.2.14.dylib (0) <6C9ADBA0-7E01-3958-8931-7F789D7BF35E> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libmfhdf.4.2.14.dylib
       0x10d5f7000 -        0x10d694ffb +libhdf.4.2.14.dylib (0) <C70A9A64-B9EE-344A-AF18-25F7B4E7019E> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libhdf.4.2.14.dylib
       0x10d6dc000 -        0x10d6e1ff7 +libgif.7.dylib (0) <3B296D66-5E7B-3AED-BD18-66186F6A985B> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libgif.7.dylib
       0x10d6f0000 -        0x10d763fef +libjpeg.8.dylib (0) <83E253FB-A834-336D-AD29-A0E594201B8D> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libjpeg.8.dylib
       0x10d77f000 -        0x10d7a2ff7 +libpng16.16.dylib (0) <B7CE95CF-E67E-39EB-8DF5-B89849A02BDA> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libpng16.16.dylib
       0x10d7b2000 -        0x10d8c6fff +libcfitsio.7.dylib (0) <EB6B425C-345D-33E1-9333-C1E5521538C4> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libcfitsio.7.dylib
       0x10da7a000 -        0x10db0eff7 +libzstd.1.dylib (0) <63788026-5CCE-3026-8DE7-685822B4D9C8> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libzstd.1.dylib
       0x10db25000 -        0x10db40ff3 +liblzma.5.dylib (0) <D5E25B2B-6DFB-3233-850B-65F488A14688> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/liblzma.5.dylib
       0x10db52000 -        0x10dc30ff7 +libdap.25.dylib (0) <2C697E81-0E47-399F-9266-10F62D815DA7> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libdap.25.dylib
       0x10dca7000 -        0x10dcaefff +libdapserver.7.dylib (0) <F15F27FA-F708-3F54-96F9-41817839652C> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libdapserver.7.dylib
       0x10dcbf000 -        0x10dce0fff +libdapclient.6.dylib (0) <6000CBCF-3908-3A0A-93C7-D289EF8ACA64> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libdapclient.6.dylib
       0x10dd02000 -        0x10dd69fff +libcurl.4.dylib (0) <4CDA6AFA-7A1D-314B-BA14-187FC9797C09> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libcurl.4.dylib
       0x10dd87000 -        0x10ddf1fff +libpcre.1.dylib (0) <56C30BD0-9132-3FFB-AD2B-2D995132F810> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libpcre.1.dylib
       0x10ddfb000 -        0x10deddff7 +libxml2.2.dylib (0) <518B3894-1540-38A2-A425-371731CBB9D2> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libxml2.2.dylib
       0x10df1a000 -        0x10df2affb +libz.1.dylib (0) <11EDA77C-8064-38BE-95B0-71ECE11665BE> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libz.1.dylib
       0x10df39000 -        0x10e02dff3 +libiconv.2.dylib (0) <AE337682-E020-37D5-B1EF-E5350879881B> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libiconv.2.dylib
       0x10e048000 -        0x10e051ffb +libsz.2.dylib (0) <453B78E9-C60D-3C0A-A9FB-C553CC1D9398> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libsz.2.dylib
       0x10e061000 -        0x10e0abfff +libarpack.2.dylib (0) <115BE753-F18F-31E2-9B7C-4C8AF795ED2B> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libarpack.2.dylib
       0x10e0c0000 -        0x10e0effff +libmpi_usempif08.40.dylib (0) <E14F2AE8-B291-3737-91E3-1CFD438BBFA8> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libmpi_usempif08.40.dylib
       0x10e111000 -        0x10e11cfff +libmpi_usempi_ignore_tkr.40.dylib (0) <FE4C3469-4305-3015-B613-0C1BA9FE0762> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libmpi_usempi_ignore_tkr.40.dylib
       0x10e128000 -        0x10e159ff7 +libmpi_mpifh.40.dylib (0) <1B07777B-31A6-34AC-8F98-9D6F589D992A> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libmpi_mpifh.40.dylib
       0x10e18d000 -        0x10e25afff +libmpi.40.dylib (0) <B08DEE0B-E6C7-3691-A965-C8284CA26736> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libmpi.40.dylib
       0x10e2b7000 -        0x10e526fff +libgfortran.5.dylib (0) <A4E7024B-B5FE-3DA7-9E08-A4B4DACE72EF> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libgfortran.5.dylib
       0x10e5a6000 -        0x10e5bbff7 +libgcc_s.1.dylib (1) <AC4EDD06-EEFC-3EE0-8B5D-3896DF05BCCF> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libgcc_s.1.dylib
       0x10e5cc000 -        0x10e608ff7 +libquadmath.0.dylib (0) <A2E469F2-EC6D-303F-A585-110C25519A79> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libquadmath.0.dylib
       0x10e61b000 -        0x10e648fef +libgomp.1.dylib (0) <55E30F88-94F4-377C-AECB-18900943C158> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libgomp.1.dylib
       0x10e668000 -        0x10e6ecff3 +libopen-rte.40.dylib (0) <E1DAE1B6-50E7-3946-8746-E3BB9DA5D8EA> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libopen-rte.40.dylib
       0x10e715000 -        0x10e78fff3 +libopen-pal.40.dylib (0) <568B4B34-67D4-34C8-9874-08301736B14E> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libopen-pal.40.dylib
       0x10e7cd000 -        0x10e7faffb +libevent-2.1.6.dylib (0) <B44DCABA-DFEE-355D-A8B7-6F7DCD27EFF5> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libevent-2.1.6.dylib
       0x10e80f000 -        0x10e810fff +libevent_pthreads-2.1.6.dylib (0) <BABE08D3-4140-3AD1-914C-3FE1AD324304> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libevent_pthreads-2.1.6.dylib
       0x10e818000 -        0x10e870ff7 +libCGAL_Core.13.dylib (0) <28B67721-3E09-36A5-B339-AED06FC5B02D> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libCGAL_Core.13.dylib
       0x10e8b0000 -        0x10e8bdfff +libboost_thread-mt.dylib (0) <59155C51-4CEA-3DC8-9CFF-4BF015C8B118> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libboost_thread-mt.dylib
       0x10e8e0000 -        0x10e903ff7 +libboost_serialization-mt.dylib (0) <A350EFAC-DF26-3A5F-ACA5-2C5AFA2F1C27> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libboost_serialization-mt.dylib
       0x10e978000 -        0x10e97cfff +libboost_chrono-mt.dylib (0) <04648B48-A317-343E-B8F2-875AC0BBC732> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libboost_chrono-mt.dylib
       0x10e98a000 -        0x10e98eff7 +libboost_date_time-mt.dylib (0) <B6B81C06-B8DA-3211-B726-8CD704A43EF7> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libboost_date_time-mt.dylib
       0x10e9a2000 -        0x10e9a3fff +libboost_atomic-mt.dylib (0) <A082945B-BC13-3C35-8997-7228DBF03CF6> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libboost_atomic-mt.dylib
       0x10e9aa000 -        0x10e9b9ff3 +libCGAL.13.dylib (0) <B20BF2DB-4F4B-391B-A2D1-2842F899452D> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libCGAL.13.dylib
       0x10e9cf000 -        0x10ea2afff +libgmp.10.dylib (0) <FF1577B7-A7A8-3522-9CDA-25515AEEC22A> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libgmp.10.dylib
       0x10ea3b000 -        0x10ea93ffb +libmpfr.6.dylib (0) <96A40005-16C6-3EDC-8516-2B27C0D95114> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libmpfr.6.dylib
       0x10eaa5000 -        0x10eb42ff3 +libgeos-3.7.2.dylib (0) <B26CC413-5090-3430-BE56-9BB4C1A946FD> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libgeos-3.7.2.dylib
       0x10ebee000 -        0x10ebf5ff3 +libpopt.0.dylib (0) <B9A78FDB-EC78-3FD4-8E08-329670CCF76E> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libpopt.0.dylib
       0x10ebfe000 -        0x10ec03ff3 +libltdl.7.dylib (0) <D181F28E-8257-33C2-8D6F-2464D1DFFE00> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libltdl.7.dylib
       0x10ec0c000 -        0x10ec39ff3 +libjpeg.9.dylib (0) <097A43C2-81FA-3EDB-BB6E-94062657531D> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libjpeg.9.dylib
       0x10ec45000 -        0x10ec5cffb +libhdf5_hl.100.dylib (0) <A1AF9531-86DF-3ACA-A76C-11D2DCB97B55> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libhdf5_hl.100.dylib
       0x10ec6a000 -        0x10eca9ff7 +libssl.1.0.0.dylib (0) <0F81118F-C6DD-3452-85EB-D1860B45848F> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libssl.1.0.0.dylib
       0x10eccd000 -        0x10ecd8ffb +libcares.2.dylib (0) <793C8A08-F9B5-32BD-8C82-92547AB53EC0> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libcares.2.dylib
       0x10ece1000 -        0x10ecf8ffb +libnghttp2.14.dylib (0) <E703053D-343A-3552-B16C-4CD6E8041EE7> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libnghttp2.14.dylib
       0x10ed07000 -        0x10ed1afff +librtmp.1.dylib (0) <1509FC17-6340-3DC3-BC60-CA815B248042> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/librtmp.1.dylib
       0x10ed25000 -        0x10ed44fff +libssh2.1.dylib (0) <B842B6C4-AD86-3495-9642-764D00612B49> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libssh2.1.dylib
       0x10ed51000 -        0x10ed7fff3 +libldap-2.4.2.dylib (0) <5ED49BA3-CD01-34F5-A246-1606E0BB4F8E> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libldap-2.4.2.dylib
       0x10ed94000 -        0x10ed9cffb +liblber-2.4.2.dylib (0) <78D4CDD4-C65A-38CC-A3C8-8DB858D3E66E> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/liblber-2.4.2.dylib
       0x10eda6000 -        0x10edafffb +libbrotlidec.1.dylib (0) <BD308DD7-FF31-37DA-9E4F-9C84322F8DAA> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libbrotlidec.1.dylib
       0x10edb7000 -        0x10edd6ffb +libbrotlicommon.1.dylib (0) <EB19D0D7-A059-3990-86F6-C2F1BF08D936> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libbrotlicommon.1.dylib
       0x10eddd000 -        0x10ededff7 +org.qt-project.QtMultimediaWidgets (5.12 - 5.12.3) <6E0E460D-4C1E-34CB-8B15-13FBD1D4FE9B> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets
       0x10ee01000 -        0x10ee77ffb +org.qt-project.QtMultimedia (5.12 - 5.12.3) <2D004C91-7256-38F5-9129-964F278C818B> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
       0x10eecd000 -        0x10eee1ff3 +org.qt-project.QtWebChannel (5.12 - 5.12.3) <7C547402-9474-3CE5-B22D-4DCB8B0E359F> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtWebChannel.framework/Versions/5/QtWebChannel
       0x10eefe000 -        0x10ef686ef  dyld (655.1.1) <CE635DB2-D47E-3C05-A0A3-6BD982E7E750> /usr/lib/dyld
       0x10efc9000 -        0x1128f47cf +libopenblasp-r0.3.6.dylib (0) <36DEBE7F-4174-3C3B-92F9-4B5AEFF3ED82> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libopenblasp-r0.3.6.dylib
       0x112b62000 -        0x112b7affb +org.qt-project.QtSensors (5.12 - 5.12.3) <DF92DEEA-90C9-3A6C-A530-85F05A88B1A8> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtSensors.framework/Versions/5/QtSensors
       0x112b9a000 -        0x112bc4ff3 +libxslt.1.dylib (0) <F52A3F5F-2722-3C07-86D5-366E9BAADF42> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libxslt.1.dylib
       0x112bd4000 -        0x112c30ff7 +libssh.4.dylib (0) <15171B8D-897C-3D46-800C-1608738FE4C6> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libssh.4.dylib
       0x112c4c000 -        0x112c54ff7 +libintl.8.dylib (0) <DFA5F6EB-A909-3CEF-A000-4120F2D4A5A8> /Users/USER/Desktop/QGIS3.6.app/Contents/MacOS/lib/libintl.8.dylib
       0x11a73f000 -        0x11a79dff3 +org.qt-project.QtDBus (5.12 - 5.12.3) <8B69382D-4DDB-395F-89DB-21B61BE1FA5E> /Users/USER/Desktop/QGIS3.6.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
       0x11ac00000 -        0x11ad5eff7 +libqcocoa.dylib (0) <03BF9183-26E2-38B7-8FF5-6C0CFD65D89F> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x11cb5c000 -        0x11cb72fff  com.apple.security.csparser (3.0 - 58286.260.20) <9B538E9C-2FF3-3FFF-943C-945D73CF68CF> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x11d1b5000 -        0x11d1d8ff7 +libqmacstyle.dylib (0) <0D6C10BC-1075-38BB-9FAE-872AB8E318D1> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/styles/libqmacstyle.dylib
       0x11d6a5000 -        0x11d6acff3 +libqgif.dylib (0) <F4935B92-814F-383D-8D5E-C158BC09C320> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x11d6b5000 -        0x11d6bcff3 +libqicns.dylib (0) <0C65CBC4-2144-3F8A-B654-1CD4CD73DAFF> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/imageformats/libqicns.dylib
       0x11d6c5000 -        0x11d6caff3 +libqico.dylib (0) <31E2BB9A-9DEC-33EE-A66A-84A8D82C6ACC> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/imageformats/libqico.dylib
       0x11d6d3000 -        0x11d736ff7 +libqjpeg.dylib (0) <1E4C6AD8-0B14-30B8-8193-1ACBD523D036> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x11d741000 -        0x11d746ff7 +libqmacheif.dylib (0) <44BFA454-B8C0-382E-A31F-5341C3674F61> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/imageformats/libqmacheif.dylib
       0x11d74f000 -        0x11d754ffb +libqmacjp2.dylib (0) <72DD2072-0A7F-3525-A587-4EE83817D807> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/imageformats/libqmacjp2.dylib
       0x11d75d000 -        0x11d761fff +libqsvg.dylib (0) <E5FA1A06-DC92-3A26-8172-3C66007BD77F> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/imageformats/libqsvg.dylib
       0x11d76a000 -        0x11d76effb +libqtga.dylib (0) <22242AE2-EDA8-3404-A4A6-47D3334595F3> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x11d776000 -        0x11d7d9ffb +libqtiff.dylib (0) <7AF010CD-6780-3D78-AB76-AE84F2B5D448> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x11d7e7000 -        0x11d7eaff3 +libqwbmp.dylib (0) <59B24949-4257-3E4D-B3C6-1D12E2730EA7> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x11d7f3000 -        0x11d887ff7 +libqwebp.dylib (0) <76F91601-A6F4-3739-A629-E8F3A0EC79D5> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/imageformats/libqwebp.dylib
       0x11f059000 -        0x11f060ff3 +libqsvgicon.dylib (0) <1887AFC5-2836-306F-AB56-2CD874371485> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/iconengines/libqsvgicon.dylib
       0x11fd00000 -        0x11fd06fff +libqca-cyrus-sasl.dylib (0) <E2D3C94C-F7C7-3159-B16E-5FD04553369B> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/crypto/libqca-cyrus-sasl.dylib
       0x11fd11000 -        0x11fd15fff +libqca-logger.dylib (0) <5A99604C-D410-3766-BB05-2BCF7479C276> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/crypto/libqca-logger.dylib
       0x11fd20000 -        0x11fd45ff7 +libqca-ossl.dylib (0) <4D0E18DE-4ECB-33FC-8D62-AF5DDB7AAB48> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/crypto/libqca-ossl.dylib
       0x11fd70000 -        0x11fd7dffb +libqca-softstore.dylib (0) <86E7D0A6-DDF9-3685-AF6F-7C08CF4D762E> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/crypto/libqca-softstore.dylib
       0x11fd8f000 -        0x11fd96fff +libqgenericbearer.dylib (0) <27203812-0DB9-3B8C-A162-4E71021A3C03> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
       0x1201c8000 -        0x120334ff7 +libqsqlite.dylib (0) <2EED179D-E00A-32F8-86CD-928AFBA8B8CB> /Users/USER/Desktop/QGIS3.6.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib
    0x7fff41df7000 -     0x7fff42150fff  com.apple.RawCamera.bundle (8.15.0 - 1031.4.4) <FBDF396C-3751-34C2-B452-F1449C583AE2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff45824000 -     0x7fff4589cfff  com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (12.9.22 - 12.0.9) <2C6CCD94-4E2A-3E28-BB48-6F82373AD45B> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
    0x7fff496a5000 -     0x7fff496a9fff  com.apple.agl (3.3.2 - AGL-3.3.2) <D1753A7C-4109-3778-BA57-9ED1BCED8EBC> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff49a54000 -     0x7fff49a54fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <B2A0C739-1D41-3452-9D00-8C01ADA5DD99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff49a55000 -     0x7fff49a6bfff  libCGInterfaces.dylib (506.22) <29EAAC2B-683B-397F-A79C-1E3ABAD554B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff49a6c000 -     0x7fff4a360fcb  com.apple.vImage (8.1 - ???) <B51A0BC2-012E-3D03-992F-091F2E076EB4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff4a361000 -     0x7fff4a507feb  libBLAS.dylib (1243.200.4) <02059CCF-0B14-3BFA-9B74-B5685219682E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff4a508000 -     0x7fff4a54cff7  libBNNS.dylib (38.250.1) <AB890F6F-0B7D-3EC5-8A0E-874EAA4D0731> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff4a54d000 -     0x7fff4a905ff3  libLAPACK.dylib (1243.200.4) <2CD8E9C6-E489-38E1-8A08-42CBE87FAC77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff4a906000 -     0x7fff4a91bffb  libLinearAlgebra.dylib (1243.200.4) <E7507B69-EF24-39D6-9B35-4A66E833C3F8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff4a91c000 -     0x7fff4a921ff3  libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff4a922000 -     0x7fff4a99eff3  libSparse.dylib (79.200.5) <E78B33D3-672A-3C53-B512-D3DDB2E9AC8D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff4a99f000 -     0x7fff4a9b1ffb  libSparseBLAS.dylib (1243.200.4) <069BE0D3-FEDF-3848-81B7-B5D64F511EC6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff4a9b2000 -     0x7fff4ab52fef  libvDSP.dylib (671.250.4) <CA46FD92-D0CB-39B5-BD26-BEB3897D3154> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff4ab53000 -     0x7fff4acc7fdf  libvMisc.dylib (671.250.4) <32F2043A-9CBB-36F0-91C0-088D50C31BF1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff4acc8000 -     0x7fff4acc8fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A83C1419-E651-3924-8A6D-FF7321C8AB90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff4ae6a000 -     0x7fff4bc1fff3  com.apple.AppKit (6.9 - 1671.50.111) <933155DC-6404-3646-B6AE-087D34F611BE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff4bc71000 -     0x7fff4bc71fff  com.apple.ApplicationServices (50.1 - 50.1) <4A6ACC13-2623-36B8-A196-2300980803CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff4bc72000 -     0x7fff4bcddfff  com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <A258DA73-114B-3102-A056-4AAAD3CEB9DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff4bd76000 -     0x7fff4be8dfff  libFontParser.dylib (228.6.2.3) <3602D55B-3B9E-3B3A-A814-08C1244A8AE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff4be8e000 -     0x7fff4bed0fff  libFontRegistry.dylib (228.12.2.3) <2A56347B-2809-3407-A8B4-2AB88E484062> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff4bf2a000 -     0x7fff4bf5cfff  libTrueTypeScaler.dylib (228.6.2.3) <7E4C5D9C-51AF-3EC1-8FA5-11CD4BEE477A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff4bfc1000 -     0x7fff4bfc5ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <B53D557C-071F-3ED9-826A-847DEB465F62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff4c060000 -     0x7fff4c0b2ff7  com.apple.HIServices (1.22 - 628) <26A8B7C0-41CC-3DB4-99D7-BD922866DC77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff4c0b3000 -     0x7fff4c0c2fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <F5617A2A-FEA6-3832-B5BA-C2111B98786F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff4c0c3000 -     0x7fff4c10cff7  com.apple.print.framework.PrintCore (14.2 - 503.8) <57C2FE32-0E74-3079-B626-C2D52F2D2717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff4c10d000 -     0x7fff4c146ff7  com.apple.QD (3.12 - 407.2) <28C7D39F-59C9-3314-BECC-67045487229C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff4c147000 -     0x7fff4c153fff  com.apple.speech.synthesis.framework (8.1.3 - 8.1.3) <80FA7439-EC77-3CEC-B5D1-5EFE9E503E11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff4c154000 -     0x7fff4c3cbff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <EB71583C-58C9-3CF8-92F9-2D57B24BBD4F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff4c3cd000 -     0x7fff4c3cdfff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <121176B6-7ABE-3AFB-A252-CCED694D98D4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff4c725000 -     0x7fff4cac6fff  com.apple.CFNetwork (978.0.7 - 978.0.7) <9FDEFE50-BE1B-386E-8B3C-AEF251069E52> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff4cadb000 -     0x7fff4cadbfff  com.apple.Carbon (158 - 158) <AC9E8C1E-2566-3C2C-8B6B-B5B4C9A1B8B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff4cadc000 -     0x7fff4cadfffb  com.apple.CommonPanels (1.2.6 - 98) <1CD6D56D-8EC7-3528-8CBC-FC69533519B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff4cae0000 -     0x7fff4cdd6ff7  com.apple.HIToolbox (2.1.1 - 918.5) <F7DA4F20-123B-30FB-9C27-5AB1746DEF63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff4cdd7000 -     0x7fff4cddaff3  com.apple.help (1.3.8 - 66) <A08517EB-8958-36C9-AEE0-1A8FEEACBE3F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff4cddb000 -     0x7fff4cde0ff7  com.apple.ImageCapture (9.0 - 1534.2) <DB063E87-ED8F-3E4E-A7E2-A6B45FA73EF7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff4cde1000 -     0x7fff4ce76ff3  com.apple.ink.framework (10.9 - 225) <7C7E9483-2E91-3DD3-B1E0-C238F42CA0DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff4ce77000 -     0x7fff4ce8fff7  com.apple.openscripting (1.7 - 179.1) <9B8C1ECC-5864-3E21-9149-863E884EA25C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff4ceaf000 -     0x7fff4ceb0ff7  com.apple.print.framework.Print (14.2 - 267.4) <A7A9D2A0-D4E0-35EF-A0F7-50521F707C33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff4ceb1000 -     0x7fff4ceb3ff7  com.apple.securityhi (9.0 - 55006) <05717F77-7A7B-37E6-AB3E-03F063E9095B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff4ceb4000 -     0x7fff4cebaff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <3CC050FB-EBCB-3087-8EA5-F378C8F99217> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff4cfea000 -     0x7fff4d0b6ff7  com.apple.ColorSync (4.13.0 - 3340.7) <74B373AB-42C7-330D-A577-1C43BFA6024F> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff4d242000 -     0x7fff4d2c8fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff4d32c000 -     0x7fff4d356ffb  com.apple.CoreBluetooth (1.0 - 1) <F08FE8C0-DD18-37E0-B707-3EF704A73FD6> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff4d357000 -     0x7fff4d6e9ff7  com.apple.CoreData (120 - 866.5) <E8EB8787-9802-315C-8DDB-A42DA5A78BB0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff4d6ea000 -     0x7fff4d7d1ff7  com.apple.CoreDisplay (101.3 - 109.19) <B00A19C2-4A6A-388C-8AD6-33A42D10D7F0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff4d7d2000 -     0x7fff4dc16ff7  com.apple.CoreFoundation (6.9 - 1575.12) <B1D65801-A477-3F70-B97F-C2B43ECFF4FE> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff4dc18000 -     0x7fff4e2c4ff7  com.apple.CoreGraphics (2.0 - 1260.2) <06B01A87-6CB4-3046-9D97-595BD8A9061A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff4e2c6000 -     0x7fff4e5e6fff  com.apple.CoreImage (14.4.0 - 750.0.140) <96FA4D1B-AC88-305C-8F4D-D7D44657B733> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff4e8e3000 -     0x7fff4e9e7ff7  com.apple.CoreMedia (1.0 - 2288.40) <9BB054FB-68F1-3F03-A8B3-3E55471A6F9B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff4ea44000 -     0x7fff4ea44fff  com.apple.CoreServices (945 - 945) <E937BA69-19D5-3A30-B31E-8A6B94E9D9A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff4ea45000 -     0x7fff4eac1ff7  com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff4eac2000 -     0x7fff4ed99fff  com.apple.CoreServices.CarbonCore (1178.32 - 1178.32) <52F5484E-94B1-37B7-B1AC-E210DF5721AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff4ed9a000 -     0x7fff4ede2ff7  com.apple.DictionaryServices (1.2 - 284.16.4) <C3D15FD1-759B-3815-8128-42D8220BC459> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff4ede3000 -     0x7fff4edebffb  com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8406D379-8D33-3611-861B-7ABD26DB50D2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff4edec000 -     0x7fff4ef9efff  com.apple.LaunchServices (945 - 945) <05FA145B-75AA-3AE6-BB82-F156B29F4FF1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff4ef9f000 -     0x7fff4f03dff7  com.apple.Metadata (10.7.0 - 1191.57) <BFFAED00-2560-318A-BB8F-4E7E5123EC61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff4f03e000 -     0x7fff4f088ff7  com.apple.CoreServices.OSServices (945 - 945) <119C5548-59C3-3F94-B23F-8AF02CA10EAA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff4f089000 -     0x7fff4f0f0ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <DA08AA6F-A6F1-36C0-87F4-E26294E51A3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff4f0f1000 -     0x7fff4f112ff3  com.apple.coreservices.SharedFileList (71.28 - 71.28) <487A8464-729E-305A-B5D1-E3FE8EB9CFC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff4f41d000 -     0x7fff4f57fff3  com.apple.CoreText (352.0 - 584.26.3.2) <A99FD623-7F6E-3C77-8241-E98F664EC039> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff4f580000 -     0x7fff4f5bffff  com.apple.CoreVideo (1.8 - 0.0) <1AD23C58-E68E-329B-A1FA-6BF7DD577687> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff4f5c0000 -     0x7fff4f64ffff  com.apple.framework.CoreWLAN (13.0 - 1375.2) <F2EA31D8-53BF-32E8-B537-64B4F2BF4B6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff4f8a6000 -     0x7fff4f8abffb  com.apple.DiskArbitration (2.7 - 2.7) <F481F2C0-884E-3265-8111-ABBEC93F0920> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff4fa71000 -     0x7fff4fe1efff  com.apple.Foundation (6.9 - 1575.12) <AD258ED7-64AE-367C-AE5F-48D45089D9F2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff4fe8d000 -     0x7fff4febcffb  com.apple.GSS (4.0 - 2.0) <E41430E5-713B-3E53-BF7E-A3991A881B62> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff4ffbc000 -     0x7fff500c6fff  com.apple.Bluetooth (6.0.12 - 6.0.12f1) <58A607F0-A818-3535-A7BD-858D5BB0A807> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff50128000 -     0x7fff501b7fff  com.apple.framework.IOKit (2.0.2 - 1483.260.4) <CCA92450-8808-37EC-B68E-2C2846B086CE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff501b9000 -     0x7fff501c8ffb  com.apple.IOSurface (255.5.4 - 255.5.4) <83F58E47-0D06-3E78-9D19-D38D3205464B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff5021c000 -     0x7fff503aafff  com.apple.ImageIO.framework (3.3.0 - 1850.2) <DC226D07-C52D-3440-9027-D3EA33DD99B2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff503ab000 -     0x7fff503afffb  libGIF.dylib (1850.2) <F5D1AA0A-4EB4-37C0-89AA-C71FB53405F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff503b0000 -     0x7fff5048dff7  libJP2.dylib (1850.2) <2DE256E2-FA27-38A3-BFDF-5C1E0A135BCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff5048e000 -     0x7fff504b3fff  libJPEG.dylib (1850.2) <16A9719C-DB6E-37EE-B62F-DD81A822160A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff50777000 -     0x7fff5079dff7  libPng.dylib (1850.2) <EFB3874A-3ABB-3EC7-8708-0110ECFFE169> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff5079e000 -     0x7fff507a0ffb  libRadiance.dylib (1850.2) <19C26767-DE6D-3DE9-B5ED-F6BF148FBDBC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff507a1000 -     0x7fff507eeffb  libTIFF.dylib (1850.2) <527F8740-9B75-39D6-AFD9-519817724B5D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff51965000 -     0x7fff5197efff  com.apple.Kerberos (3.0 - 1) <DB1E0679-37E1-3B93-9789-32F63D660C3B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff5197f000 -     0x7fff519b4ff3  com.apple.LDAPFramework (2.4.28 - 194.5) <95DAD9EE-9B6F-3FF5-A5EF-F6672AD3CC55> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff51c38000 -     0x7fff51c42fff  com.apple.MediaAccessibility (1.0 - 114.4) <76C449C5-DB45-3D7F-BFAD-3DACEF15DA21> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff51cf2000 -     0x7fff52398ff7  com.apple.MediaToolbox (1.0 - 2288.40) <0629E756-3D2A-36A4-B25F-9C050FC859B5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff5239a000 -     0x7fff52442ff7  com.apple.Metal (161.9.16 - 161.9.16) <A93AA7FC-B72A-3CBF-9932-81DDDFA1DFCD> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff5245e000 -     0x7fff5247dff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <EE85B6D5-5C12-3CE8-8C33-54A203EDC76E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff5247e000 -     0x7fff524fafe7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <5A78F2DC-9D2B-37BA-B21F-ECFFCC6F7720> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff524fb000 -     0x7fff52522fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <096DB3E6-7DDF-3B47-857A-46A203642ACF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff52523000 -     0x7fff5264eff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <D2128338-F1E8-3BEE-A729-AC13A524DD78> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff5264f000 -     0x7fff52669fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <ADA5A93C-F79E-3931-840D-48C6B6B305EA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff5266a000 -     0x7fff5266bff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <515A92B3-A23B-3AC2-8D1B-85B248595B76> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff53462000 -     0x7fff5346eff7  com.apple.NetFS (6.0 - 4.0) <E917806F-0607-3292-B2D6-A15404D61B99> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff55f0c000 -     0x7fff55f63ff7  com.apple.opencl (2.15.3 - 2.15.3) <AA9CE8F7-DB7C-35A5-A019-2207D1BBFF38> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff55f64000 -     0x7fff55f7fff7  com.apple.CFOpenDirectory (10.14 - 207.200.4) <F03D84EB-49B2-3A00-9127-B9A269824026> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff55f80000 -     0x7fff55f8bffb  com.apple.OpenDirectory (10.14 - 207.200.4) <A8020CEE-5B78-3581-A735-EA2833683F31> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff568db000 -     0x7fff568ddfff  libCVMSPluginSupport.dylib (17.7.2) <247121BB-626C-318E-B24E-3D436E752DF7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff568de000 -     0x7fff568e3ff3  libCoreFSCache.dylib (166.2) <222C2A4F-7E32-30F6-8459-2FAB98073A3D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff568e4000 -     0x7fff568e8fff  libCoreVMClient.dylib (166.2) <6789ECD4-91DD-32EF-A1FD-F27D2344CD8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff568e9000 -     0x7fff568f1ff7  libGFXShared.dylib (17.7.2) <B75A6E93-E5BE-32A8-8D46-00D8E909DFD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff568f2000 -     0x7fff568fdfff  libGL.dylib (17.7.2) <E88FF023-7E15-3E95-88FD-6C415550F769> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff568fe000 -     0x7fff56938fe7  libGLImage.dylib (17.7.2) <B4C140F3-AF8C-30C8-A03E-B16A20BB05A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff56aac000 -     0x7fff56aeafff  libGLU.dylib (17.7.2) <EA69FA36-3F20-337C-A6B3-EC49DC2F12F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff57487000 -     0x7fff57496ffb  com.apple.opengl (17.7.2 - 17.7.2) <8EFFA6F9-ABE8-3131-9D3F-37E9796DDF34> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff58299000 -     0x7fff584effff  com.apple.QuartzCore (1.11 - 699.27.4.1) <BB3BBD58-84DF-3849-B4ED-5FF8DA4015B8> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff58d24000 -     0x7fff59023fff  com.apple.security (7.0 - 58286.260.20) <59B4100E-5A31-3EF4-954A-2A69341995F3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff59024000 -     0x7fff590b0fff  com.apple.securityfoundation (6.0 - 55185.260.1) <DB8EB672-5D3A-3082-A62E-4D75C81D94A4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff590e2000 -     0x7fff590e6fff  com.apple.xpc.ServiceManagement (1.0 - 1) <4AD0F8EE-884C-3FA7-85D9-27F201BC3C64> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff5947e000 -     0x7fff594ebfff  com.apple.SystemConfiguration (1.17 - 1.17) <1562078D-3251-31B2-B9C6-2667C567F883> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff5974a000 -     0x7fff59aa9ff7  com.apple.VideoToolbox (1.0 - 2288.40) <17BD9E7F-3B8E-3B62-BACE-AE04824F4B7B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff5c76a000 -     0x7fff5c80ffeb  com.apple.APFS (1.0 - 1) <C001DCC2-32BE-327A-AE03-281885BD93BF> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff5d221000 -     0x7fff5d222ff7  com.apple.AggregateDictionary (1.0 - 1) <A6AF8AC4-1F25-37C4-9157-A02E9C200926> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff5d820000 -     0x7fff5d84cff7  com.apple.framework.Apple80211 (13.0 - 1380.2) <3850E3A9-E00A-374E-87EA-AB01E503E769> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff5d974000 -     0x7fff5d983fc7  com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff5da7f000 -     0x7fff5da8afff  com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff5dacb000 -     0x7fff5db14ff3  com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff5dd63000 -     0x7fff5dd67ff7  com.apple.AppleSRP (5.0 - 1) <EDD16B2E-4F35-3E13-B389-CF77B3CAD4EB> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff5dd68000 -     0x7fff5dd8afff  com.apple.applesauce (1.0 - ???) <F49107C7-3C51-3024-8EF1-C57643BE4F3B> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff5de4e000 -     0x7fff5de9eff7  com.apple.AppleVAFramework (5.1.4 - 5.1.4) <63EBC1A7-25B5-3FF2-AA73-BB378B5FE8D4> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff5dee9000 -     0x7fff5defdffb  com.apple.AssertionServices (1.0 - 1) <11FC4241-6069-3B3A-9BCE-9B68F3A4D2AB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff5e2cc000 -     0x7fff5e3b8ff7  com.apple.AuthKit (1.0 - 1) <34496FD5-4BAB-3DF3-BF7F-70F38C66848D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff5e57a000 -     0x7fff5e582fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff5e583000 -     0x7fff5e618fff  com.apple.backup.framework (1.10.5 - ???) <BAFC1D7F-9D75-3C45-AAD4-569D13E445C5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff5e619000 -     0x7fff5e686ff3  com.apple.BaseBoard (360.28 - 360.28) <DBE27FB4-3FFD-3E9A-846C-F6E7D797286A> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff602f0000 -     0x7fff602f9ffb  com.apple.CommonAuth (4.0 - 2.0) <81C987FD-69EB-344B-94D9-B9D93624D257> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff60792000 -     0x7fff60b75fef  com.apple.CoreAUC (274.0.0 - 274.0.0) <C71F1581-E73B-3DA0-958B-E912C3FB3F23> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff60b76000 -     0x7fff60ba4ff7  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <A04A99B8-DAC5-36FC-BAC7-7431600C1F89> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff60dce000 -     0x7fff60dd7fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <89BDACE6-32AA-3933-BD8C-A44650488873> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff60fd1000 -     0x7fff60fe2ff7  com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff6158b000 -     0x7fff615f1ff7  com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff6189e000 -     0x7fff618a6ff7  com.apple.CorePhoneNumbers (1.0 - 1) <7A826DA2-4725-39D8-AF27-6F034DC53C4E> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff61a22000 -     0x7fff61a53ff3  com.apple.CoreServicesInternal (358 - 358) <DD6EF60D-048F-3186-83DA-EB191EDF48AE> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff61e1a000 -     0x7fff61e9efff  com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff61f2e000 -     0x7fff62059ff7  com.apple.coreui (2.1 - 499.10) <105F61F3-D0AE-332B-A485-8615187BB409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff6205a000 -     0x7fff621f8fff  com.apple.CoreUtils (5.8 - 580.19) <CF9C5677-4946-3328-8CE3-C70F2E8599D8> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff6224c000 -     0x7fff622afff7  com.apple.framework.CoreWiFi (13.0 - 1375.2) <77E078A7-A34F-333B-B50F-8829537D6E9D> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff622b0000 -     0x7fff622c1ff7  com.apple.CrashReporterSupport (10.13 - 938.25) <C7665EC7-9389-3717-B152-A59D7872C63C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff62351000 -     0x7fff62360fff  com.apple.framework.DFRFoundation (1.0 - 211.1) <E3F02F2A-2059-39CC-85DA-969676EB88EB> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff62361000 -     0x7fff62365fff  com.apple.DSExternalDisplay (3.1 - 380) <645C719D-05D4-3CD7-84D7-4C5218859E0C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff623e6000 -     0x7fff6245bff3  com.apple.datadetectorscore (7.0 - 590.24) <72F0CBF1-D3E9-36C5-B877-F42E1EC59A0E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff624a7000 -     0x7fff624e4ff7  com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff624e5000 -     0x7fff62620ff7  com.apple.desktopservices (1.13.5 - ???) <4AF2E011-2CB0-3588-83CB-882ADDA78CAD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff6355d000 -     0x7fff63978fff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <A576E2DA-BF6F-3B18-8FEB-324E5C5FA9BD> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff6722c000 -     0x7fff6722dfff  libmetal_timestamp.dylib (902.3.2) <05389463-AF2E-33E2-A14F-1416E4A30835> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff688cd000 -     0x7fff688d2fff  com.apple.GPUWrangler (3.40.16 - 3.40.16) <B9D4F2DD-5D11-32FF-B5BE-29E137458728> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff696dd000 -     0x7fff696ecfff  com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff6983c000 -     0x7fff698b0ffb  com.apple.Heimdal (4.0 - 2.0) <5E8F6B79-960D-3030-B889-D29A4015D205> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff6ab9f000 -     0x7fff6aba6ffb  com.apple.IOAccelerator (404.9 - 404.9) <F9C604B3-3DF7-3EE7-8A44-7877FAF2E6A4> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff6abaa000 -     0x7fff6abc2fff  com.apple.IOPresentment (1.0 - 42.6) <55CB91EF-90F1-3D0A-A59E-2F75CD2EB4AE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff6af6a000 -     0x7fff6af97ff7  com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff6b22b000 -     0x7fff6b23dff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <5AAC527E-D197-39B2-A6C9-E0D0FB9CA9B9> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff6b258000 -     0x7fff6b333ff7  com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff6b334000 -     0x7fff6b370ff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff6b377000 -     0x7fff6b37cfff  com.apple.LinguisticData (1.0 - 238.25) <61910887-D5CE-3567-9A5F-6DFEC942EC1F> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff6bb9a000 -     0x7fff6bb9dfff  com.apple.Mangrove (1.0 - 25) <537A5B2E-4C30-3CFD-8BDC-79F9A04AC327> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff6c071000 -     0x7fff6c099ff7  com.apple.spotlight.metadata.utilities (1.0 - 1191.57) <38BB1FB7-3336-384C-B71F-4D0D402EB606> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff6c09a000 -     0x7fff6c127ff7  com.apple.gpusw.MetalTools (1.0 - 1) <DBC4718E-F588-382D-A415-405D0028804D> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff6c13d000 -     0x7fff6c156ffb  com.apple.MobileAssets (1.0 - 437.250.3) <8BE5B3A0-8F3A-3FAE-9AFF-32836300183C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff6c2d4000 -     0x7fff6c2efffb  com.apple.MobileKeyBag (2.0 - 1.0) <4678FECE-538B-381C-80F2-27AA4805F160> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff6c378000 -     0x7fff6c3a2ffb  com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <3BF81F33-89A8-3A2D-84B3-B343020B6D98> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff6c5de000 -     0x7fff6c5e8fff  com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff6ce49000 -     0x7fff6ce9aff3  com.apple.OTSVG (1.0 - ???) <3976F8CC-1CFB-3E09-9009-FE985550565B> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff6e01f000 -     0x7fff6e02eff7  com.apple.PerformanceAnalysis (1.218.2 - 218.2) <65F3DB3E-6D4E-33A0-B510-EF768D323DAB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff6febe000 -     0x7fff6fedcff7  com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff70074000 -     0x7fff700c4fff  com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff70217000 -     0x7fff70239fff  com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff71a3e000 -     0x7fff71b5cfff  com.apple.Sharing (1288.43 - 1288.43) <B9AB8C05-F2F2-371F-A9AF-1D139E2CE54C> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff7296d000 -     0x7fff72c1bffb  com.apple.SkyLight (1.600.0 - 340.26) <CD2A7069-6CEA-3737-9E9D-7AE2FED912AB> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff733bd000 -     0x7fff733c9fff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff73a68000 -     0x7fff73aa4ff3  com.apple.StreamingZip (1.0 - 1) <AF132752-3532-3BFD-8C32-8BA9D1B3449A> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff73b1a000 -     0x7fff73ba5fc7  com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff7408d000 -     0x7fff74099ffb  com.apple.TCC (1.0 - 1) <968ECAE1-FBB9-3478-BDCE-85E54B6C422D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff742ff000 -     0x7fff743c7ff3  com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff7447d000 -     0x7fff7447efff  com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <15DF9C73-54E4-3C41-BCF4-378338C55FB4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff74484000 -     0x7fff7463aff7  com.apple.UIFoundation (1.0 - 551) <E9D17DAD-230D-390A-B117-3D100C5AF5F2> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff752b6000 -     0x7fff7538ffff  com.apple.ViewBridge (401.1 - 401.1) <18144EC1-5DEF-369C-8EBA-2826E7142784> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff75b66000 -     0x7fff75b69fff  com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff75f6a000 -     0x7fff75f6cffb  com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff76236000 -     0x7fff7626afff  libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
    0x7fff7626d000 -     0x7fff76277ff7  libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
    0x7fff76305000 -     0x7fff76306ffb  libDiagnosticMessagesClient.dylib (107) <A14D0819-0970-34CD-8680-80E4D7FE8C2C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff7633d000 -     0x7fff76594ff3  libFosl_dynamic.dylib (18.3.4) <45E50221-1A39-3AB3-8267-C1E4E39ECF83> /usr/lib/libFosl_dynamic.dylib
    0x7fff765e5000 -     0x7fff76603fff  libMobileGestalt.dylib (645.260.6) <0232958E-1EF2-3627-B8FF-09C6522594C7> /usr/lib/libMobileGestalt.dylib
    0x7fff76604000 -     0x7fff76604fff  libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff76744000 -     0x7fff76745ffb  libSystem.B.dylib (1252.250.1) <1A13E822-B59C-3A36-A2E4-9968149714F9> /usr/lib/libSystem.B.dylib
    0x7fff767c1000 -     0x7fff767c2fff  libThaiTokenizer.dylib (2.15.1) <ADB37DC3-7D9B-3E73-A72A-BCC3433C937A> /usr/lib/libThaiTokenizer.dylib
    0x7fff767d4000 -     0x7fff767eaffb  libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
    0x7fff767eb000 -     0x7fff76814ffb  libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
    0x7fff76815000 -     0x7fff76914fef  libate.dylib (1.13.8) <461F7EA4-05E2-3091-8905-473A63A75300> /usr/lib/libate.dylib
    0x7fff76918000 -     0x7fff76918ff3  libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
    0x7fff769e8000 -     0x7fff769f8ffb  libbsm.0.dylib (39.200.18) <CF381E0B-025B-364F-A83D-2527E03F1AA3> /usr/lib/libbsm.0.dylib
    0x7fff769f9000 -     0x7fff76a06fff  libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
    0x7fff76a07000 -     0x7fff76a5aff7  libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
    0x7fff76a5b000 -     0x7fff76a70ff7  libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
    0x7fff76a71000 -     0x7fff76a71ff3  libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
    0x7fff76a72000 -     0x7fff76a82ffb  libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
    0x7fff76a83000 -     0x7fff76a9bffb  libcompression.dylib (52.250.2) <C7BE9843-9B19-33E0-A4A0-D48D0A999E86> /usr/lib/libcompression.dylib
    0x7fff76d10000 -     0x7fff76d26fff  libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
    0x7fff76d27000 -     0x7fff76d28ff3  libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff770c0000 -     0x7fff771c0fcb  libcrypto.42.dylib (22.260.1) <A5C810D8-2148-36C7-88ED-64877E5EADD6> /usr/lib/libcrypto.42.dylib
    0x7fff771d4000 -     0x7fff7722aff7  libcups.2.dylib (462.10) <2AC7B8C3-0D25-3E0F-A34A-94658A06FF94> /usr/lib/libcups.2.dylib
    0x7fff77253000 -     0x7fff772a6fff  libcurl.4.dylib (105.200.2) <CC3D005E-CD2F-3345-A8B3-B8A3050B284B> /usr/lib/libcurl.4.dylib
    0x7fff7735e000 -     0x7fff7735efff  libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
    0x7fff7735f000 -     0x7fff77378ffb  libexpat.1.dylib (16.1.1) <28A385F1-4210-32D2-861B-C1B2189A5294> /usr/lib/libexpat.1.dylib
    0x7fff77390000 -     0x7fff77395ff7  libgermantok.dylib (17.15.2) <E5F0F794-FF27-3D64-AE52-C78C6A84DD67> /usr/lib/libgermantok.dylib
    0x7fff77396000 -     0x7fff7739bff7  libheimdal-asn1.dylib (520.260.1) <DC44D1D1-D3DF-38B3-AFC3-1D50B92BE401> /usr/lib/libheimdal-asn1.dylib
    0x7fff773c6000 -     0x7fff774b6fff  libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
    0x7fff774b7000 -     0x7fff77718fff  libicucore.A.dylib (62135.0.1) <2B292561-798A-381C-AA41-90EE6549C7CF> /usr/lib/libicucore.A.dylib
    0x7fff77765000 -     0x7fff77766fff  liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
    0x7fff77767000 -     0x7fff7777fff3  liblzma.5.dylib (10.200.3) <E1F4FD60-1CE4-37B9-AD95-29D348AF1AC0> /usr/lib/liblzma.5.dylib
    0x7fff77797000 -     0x7fff7783bff7  libmecab.1.0.0.dylib (779.24.1) <A8D0379B-85FA-3B3D-89ED-5CF2C3826AB2> /usr/lib/libmecab.1.0.0.dylib
    0x7fff7783c000 -     0x7fff77a40fff  libmecabra.dylib (779.24.1) <D71F71E0-30E2-3DB3-B636-7DE13D51FB4B> /usr/lib/libmecabra.dylib
    0x7fff77c18000 -     0x7fff77f69ff7  libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
    0x7fff77ffb000 -     0x7fff78783fd7  libobjc.A.dylib (756.2) <20942D4E-CE6F-376A-8BCD-016F88E4BFD5> /usr/lib/libobjc.A.dylib
    0x7fff78795000 -     0x7fff78799ffb  libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
    0x7fff7879c000 -     0x7fff787d1fff  libpcap.A.dylib (79.250.1) <C0893641-7DFF-3A33-BDAE-190FF54837E8> /usr/lib/libpcap.A.dylib
    0x7fff788ea000 -     0x7fff78902ffb  libresolv.9.dylib (65.200.2) <893142A5-F153-3437-A22D-407EE542B5C5> /usr/lib/libresolv.9.dylib
    0x7fff78940000 -     0x7fff78952ff7  libsasl2.2.dylib (211) <10987614-6763-3B5D-9F28-91D121BB4924> /usr/lib/libsasl2.2.dylib
    0x7fff78953000 -     0x7fff78954ff7  libspindump.dylib (267.3) <A584E403-8C95-3841-9C16-E22664A5A63F> /usr/lib/libspindump.dylib
    0x7fff78955000 -     0x7fff78b26ffb  libsqlite3.dylib (274.25) <F9589951-4ADE-3CD4-9D79-B4A0FD12E844> /usr/lib/libsqlite3.dylib
    0x7fff78bea000 -     0x7fff78c19fff  libssl.44.dylib (22.260.1) <A2C39D0B-9A5D-31DF-A8ED-55C339243D8B> /usr/lib/libssl.44.dylib
    0x7fff78d3f000 -     0x7fff78d42ff7  libutil.dylib (51.200.4) <CE9B18C9-66ED-32D4-9D29-01F8FCB467B0> /usr/lib/libutil.dylib
    0x7fff78d43000 -     0x7fff78d50fff  libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
    0x7fff78d55000 -     0x7fff78e37ff3  libxml2.2.dylib (32.8) <54F896CF-6D83-300B-9CD9-1636BE5375A4> /usr/lib/libxml2.2.dylib
    0x7fff78e38000 -     0x7fff78e60ff3  libxslt.1.dylib (16.1) <31F7018B-D8F2-36ED-A13B-1E5A16DFAAA1> /usr/lib/libxslt.1.dylib
    0x7fff78e61000 -     0x7fff78e73ff7  libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib
    0x7fff79657000 -     0x7fff7965bff3  libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
    0x7fff7965c000 -     0x7fff79666ff3  libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff79667000 -     0x7fff7966eff7  libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
    0x7fff7966f000 -     0x7fff79678ff7  libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
    0x7fff79679000 -     0x7fff796fdfc3  libcorecrypto.dylib (602.260.2) <BED0F385-D8A2-334A-BD7B-0673B5DABBC5> /usr/lib/system/libcorecrypto.dylib
    0x7fff79784000 -     0x7fff797bdff7  libdispatch.dylib (1008.250.7) <26DF5B1E-A388-38EF-B73B-AF0E93FB02DB> /usr/lib/system/libdispatch.dylib
    0x7fff797be000 -     0x7fff797eaff7  libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
    0x7fff797eb000 -     0x7fff797ebffb  libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
    0x7fff797ec000 -     0x7fff797f8ff3  libkxld.dylib (4903.261.4) <71CF1ECD-AC4E-3FDD-BEDF-14933D843EEE> /usr/lib/system/libkxld.dylib
    0x7fff797f9000 -     0x7fff797f9ff7  liblaunch.dylib (1336.261.2) <BD5CDB35-2BB4-349A-8D14-78E387563F89> /usr/lib/system/liblaunch.dylib
    0x7fff797fa000 -     0x7fff797fffff  libmacho.dylib (927.0.2) <3C5C9024-45FD-38C2-B01A-07A322966063> /usr/lib/system/libmacho.dylib
    0x7fff79800000 -     0x7fff79802ffb  libquarantine.dylib (86.220.1) <6D0BC770-7348-3608-9254-F7FFBD347634> /usr/lib/system/libquarantine.dylib
    0x7fff79803000 -     0x7fff79804ff7  libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
    0x7fff79805000 -     0x7fff7981cff3  libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib
    0x7fff7981d000 -     0x7fff7981dff7  libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib
    0x7fff7981e000 -     0x7fff798a5fff  libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
    0x7fff798a6000 -     0x7fff798a9ffb  libsystem_configuration.dylib (963.260.1) <C7D2BA09-8D5B-3393-8D84-304D76C55DEF> /usr/lib/system/libsystem_configuration.dylib
    0x7fff798aa000 -     0x7fff798adff7  libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff798ae000 -     0x7fff798b4fff  libsystem_darwin.dylib (1272.250.1) <EC9B39A5-9592-3577-8997-7DC721D20D8C> /usr/lib/system/libsystem_darwin.dylib
    0x7fff798b5000 -     0x7fff798bbff7  libsystem_dnssd.dylib (878.260.1) <64B79B01-B1B0-3C7E-87A1-023B71843F1F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff798bc000 -     0x7fff79907ffb  libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib
    0x7fff79908000 -     0x7fff79930ff7  libsystem_kernel.dylib (4903.261.4) <7B0F52C4-4CC9-3282-8457-C18C6FE1B99E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff79931000 -     0x7fff7997cff7  libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib
    0x7fff7997d000 -     0x7fff799a7fff  libsystem_malloc.dylib (166.261.1) <4D1CEF38-DE32-3ECF-9F70-0ADDD5C8775F> /usr/lib/system/libsystem_malloc.dylib
    0x7fff799a8000 -     0x7fff799b2ff7  libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff799b3000 -     0x7fff799bafff  libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
    0x7fff799bb000 -     0x7fff799c4fef  libsystem_platform.dylib (177.250.1) <16949870-9152-3B0D-9EF0-40FAF84B0F1E> /usr/lib/system/libsystem_platform.dylib
    0x7fff799c5000 -     0x7fff799cfff7  libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff799d0000 -     0x7fff799d3ff7  libsystem_sandbox.dylib (851.260.2) <9CACC5F5-3859-3A1F-BCC6-96DDD4A556A8> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff799d4000 -     0x7fff799d6ff3  libsystem_secinit.dylib (30.260.2) <88F3CE61-5FAD-3CDA-AA13-B5B18B3EBD26> /usr/lib/system/libsystem_secinit.dylib
    0x7fff799d7000 -     0x7fff799deff3  libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff799df000 -     0x7fff799f4fff  libsystem_trace.dylib (906.260.1) <100013AE-0443-3CF0-AC17-5D934608B60B> /usr/lib/system/libsystem_trace.dylib
    0x7fff799f6000 -     0x7fff799fbffb  libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
    0x7fff799fc000 -     0x7fff79a2bfff  libxpc.dylib (1336.261.2) <9A0FFA79-082F-3293-BF49-63976B073B74> /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: 1486584
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=653.9M resident=0K(0%) swapped_out_or_unallocated=653.9M(100%)
Writable regions: Total=1.8G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.8G(100%)
 
                                  VIRTUAL   REGION 
REGION TYPE                          SIZE    COUNT (non-coalesced) 
===========                       =======  ======= 
Accelerate framework                 512K        2 
Activity Tracing                     256K        1 
CG backing stores                    296K        2 
CG image                             164K       16 
CoreAnimation                         88K       11 
CoreGraphics                           8K        1 
CoreImage                              8K        2 
CoreUI image data                    836K       15 
CoreUI image file                    196K        3 
Foundation                             4K        1 
JS JIT generated code                  8K        2 
JS JIT generated code (reserved)     1.0G        1         reserved VM address space (unallocated)
Kernel Alloc Once                      8K        1 
MALLOC                             266.4M       51 
MALLOC guard page                     32K        8 
MALLOC_NANO (reserved)             384.0M        1         reserved VM address space (unallocated)
Memory Tag 242                        12K        1 
Memory Tag 251                        12K        1 
STACK GUARD                         56.1M       25 
Stack                               20.2M       25 
VM_ALLOCATE                         3264K       59 
VM_ALLOCATE (reserved)              96.0M        1         reserved VM address space (unallocated)
WebKit Malloc                       18.1M        6 
__DATA                              37.5M      439 
__FONT_DATA                            4K        1 
__LINKEDIT                         277.0M      152 
__TEXT                             376.9M      406 
__UNICODE                            564K        1 
mapped file                         64.5M       33 
shared memory                       2684K       12 
===========                       =======  ======= 
TOTAL                                2.6G     1280 
TOTAL, minus reserved VM space       1.1G     1280

GDAL build pick PostgreSQL from Homebrew

Good day,

I tried to build with new deps this morning and I got stopped when trying to build GDAL

Found:
S["PG_LIB"]="-L/usr/local/lib -lpq"
S["PQ_LIBS"]="-L/usr/local/lib -lpq"
"jpeg -lgeotiff -ltiff -lpng -L/usr/local/lib -lpq -lzstd -lproj -lz -lpthread -ldl  -lpcre"
Leaving build environment
File config.status contains /usr/local/lib string <-- CMake picked some homebrew libs!

Maybe it's related to some previous messages

checking for PostgreSQL... checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.21... yes

It seems it's picking PostgreSQL linked formulas from Homebrew. When the Homebrew formula is unlinked, the bulding process can go on without any issue.

Thank you

missing GDAL drivers

differences between GDAL in official QGIS 3.10 with homebrew and qgis-deps GDAL are

  • IGNFHeightASCIIGrid -raster- (rov): IGN France height correction ASCII Grid
  • GPKG -raster,vector- (rw+vs): GeoPackage
  • EPSILON -raster- (rwv): Epsilon wavelets
  • DODS -raster- (ro): DAP 3.x servers
  • Rasterlite -raster- (rwvs): Rasterlite
  • MBTiles -raster,vector- (rw+v): MBTiles
  • JPEG2000 -raster,vector- (rwv): JPEG-2000 part 1 (ISO/IEC 15444-1), based on Jasper library
  • JP2OpenJPEG -raster,vector- (rwv): JPEG-2000 driver based on OpenJPEG library
  • HDF4 -raster- (ros): Hierarchical Data Format Release 4
  • HDF4Image -raster- (rw+): HDF4 Dataset
  • PCRaster -raster- (rw+): PCRaster Raster File
  • GIF -raster- (rwv): Graphics Interchange Format (.gif)
  • BIGGIF -raster- (rov): Graphics Interchange Format (.gif)
  • geoPDF

Missing webkit issue in nightlies

QGIS 3.8.0

Note This issue is hard to replicate - I am opening it here for reference and will close it until someone figures out how to replicate.

On first installation everything runs fine. Closing QGIS though seems to hang QGIS needing a forced quit. Opening it again after quitting gives missing webkit error for plugins needing it:

Couldn't load plugin 'DataPlotly' due to an error when calling its classFactory() method
ModuleNotFoundError: No module named 'PyQt5.QtWebKit'

Traceback (most recent call last):
  File "/Users/timlinux/anaconda3/envs/QGIS/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 334, in _startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/Users/timlinux/Library/Application Support/QGIS/QGIS3/profiles/Maceira/python/plugins/DataPlotly/__init__.py", line 34, in classFactory
    from .data_plotly import DataPlotly
  File "/Users/timlinux/anaconda3/envs/QGIS/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 737, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Users/timlinux/Library/Application Support/QGIS/QGIS3/profiles/Maceira/python/plugins/DataPlotly/data_plotly.py", line 31, in 
    from DataPlotly.data_plotly_dialog import DataPlotlyDockWidget
  File "/Users/timlinux/anaconda3/envs/QGIS/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 737, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Users/timlinux/Library/Application Support/QGIS/QGIS3/profiles/Maceira/python/plugins/DataPlotly/data_plotly_dialog.py", line 42, in 
    from qgis.PyQt.QtWebKit import QWebSettings
  File "/Users/timlinux/anaconda3/envs/QGIS/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 737, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Users/timlinux/anaconda3/envs/QGIS/QGIS.app/Contents/MacOS/../Resources/python/qgis/PyQt/QtWebKit.py", line 24, in 
    from PyQt5.QtWebKit import *
  File "/Users/timlinux/anaconda3/envs/QGIS/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 737, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'PyQt5.QtWebKit'

Python version: 3.7.3 (default, Mar 27 2019, 16:57:26) [Clang 4.0.1 (tags/RELEASE_401/final)]
QGIS version: 3.8.0-Zanzibar Zanzibar, exported

After dismissing the error messages, QGIS seems to hang on the splash screen

Screenshot 2019-07-31 at 12 24 24

Pressing escape repeatedly eventually allows QGIS to open so there is obviously a background error dialog blocking start up.

Quitting again hangs QGIS on exit and requires a forced quit.

Dodgy fix

It seems the issue is fixed by opening QGIS 3.4 after closing 3.8, then cleanly shutting it down and restarting 3.8. Can't be 100% sure this fixes it.

Prebuild error with pylupdate5

Hi, first of all, thank you for the effort to develop this solution.

I've trying to build QGIS deps. After setting up the basic requirements in /opt/ folder (both Qt and QGIS), I've run ./distribute.sh -mqgis_deps and I've found the following error:

sed: /opt/QGIS/qgis-deps-0.1.0/stage/bin/pylupdate5: No such file or directory

I've checked and the file is available in this path /opt/QGIS/qgis-deps-0.1.0/bin/pylupdate5, should it be the filepath instead?

Compiling QGIS Server

Thanks for the new release... just one application to drag, great!
But there is one thing missing in this version of QGIS: QGIS Server 3.x

QGIS Server 3.x is compiled within QGIS itself:
Qgis.app/Contents/MacOS/fcgi-bin/qgis_mapserv.fcgi

Once started, the various modules (WMS, WCS, ...) are loaded and the server starts.

The previous version QGIS 2.18.x has the server part compiled inside the application and I use it very much combined with the Apache server in Mac OS X.

Version 3.x of QGIS Server adds some very interesting features including the ability to print without external libraries, better management of the WMS protocol and much more. It would be great to have it inside the application.

Can you include a compiled and working QGIS Server in the next release of QGIS?

Thank you in advance...
Lorenzo

Possibility to add extra python packages

Is it not possible to add extra python packages to the QGIS installation?

If I eg. wants to install geopandas in my normal python installation i would
$ pip3 install geopandas,

In QGIS3.10 I have tried this:
$ /Applications/QGIS3.10.app/Contents/Frameworks/Python.framework/Versions/Current/bin/python3 -m pip install geopandas

my terminal gives me this:

Collecting geopandas
  Using cached https://files.pythonhosted.org/packages/83/c5/3cf9cdc39a6f2552922f79915f36b45a95b71fd343cfc51170a5b6ddb6e8/geopandas-0.7.0-py2.py3-none-any.whl
Collecting pyproj>=2.2.0 (from geopandas)
  Using cached https://files.pythonhosted.org/packages/a4/a3/df9cf74ce8cc1b44e83260d74f285fb8dd3b06f4063d6cdc6c404e0deb8b/pyproj-2.5.0-cp37-cp37m-macosx_10_9_x86_64.whl
Collecting fiona (from geopandas)
  Using cached https://files.pythonhosted.org/packages/b2/9a/3cb5728fca91a642fdb1107dcb30c97ecffe25c841a7a4cfece680fd802a/Fiona-1.8.13-cp37-cp37m-macosx_10_6_intel.whl
Requirement already satisfied: pandas>=0.23.0 in /Applications/QGIS3.10.app/Contents/Resources/python (from geopandas) (0.24.2)
Requirement already satisfied: shapely in /Applications/QGIS3.10.app/Contents/Resources/python (from geopandas) (1.6.4.post2)
Collecting click-plugins>=1.0 (from fiona->geopandas)
  Using cached https://files.pythonhosted.org/packages/e9/da/824b92d9942f4e472702488857914bdd50f73021efea15b4cad9aca8ecef/click_plugins-1.1.1-py2.py3-none-any.whl
Collecting cligj>=0.5 (from fiona->geopandas)
  Using cached https://files.pythonhosted.org/packages/e4/be/30a58b4b0733850280d01f8bd132591b4668ed5c7046761098d665ac2174/cligj-0.5.0-py3-none-any.whl
Collecting munch (from fiona->geopandas)
  Using cached https://files.pythonhosted.org/packages/cc/ab/85d8da5c9a45e072301beb37ad7f833cd344e04c817d97e0cc75681d248f/munch-2.5.0-py2.py3-none-any.whl
Collecting click<8,>=4.0 (from fiona->geopandas)
  Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl
Requirement already satisfied: attrs>=17 in /Applications/QGIS3.10.app/Contents/Resources/python (from fiona->geopandas) (19.1.0)
Requirement already satisfied: six>=1.7 in /Applications/QGIS3.10.app/Contents/Resources/python (from fiona->geopandas) (1.12.0)
Requirement already satisfied: pytz>=2011k in /Applications/QGIS3.10.app/Contents/Resources/python (from pandas>=0.23.0->geopandas) (2019.1)
Requirement already satisfied: python-dateutil>=2.5.0 in /Applications/QGIS3.10.app/Contents/Resources/python (from pandas>=0.23.0->geopandas) (2.8.0)
Requirement already satisfied: numpy>=1.12.0 in /Applications/QGIS3.10.app/Contents/Resources/python (from pandas>=0.23.0->geopandas) (1.16.3)
Installing collected packages: pyproj, click, click-plugins, cligj, munch, fiona, geopandas
Successfully installed click-7.0 click-plugins-1.1.1 cligj-0.5.0 fiona-1.8.13 geopandas-0.7.0 munch-2.5.0 pyproj-2.5.0

but afterwards

$ /Applications/QGIS3.10.app/Contents/Frameworks/Python.framework/Versions/Current/bin$ ./python3 -m geopandas
/Applications/QGIS3.10.app/Contents/Frameworks/Python.framework/Versions/3.7/bin/python3: No module named geopandas

CMake picked some homebrew libs in libzip building

Hi,

I've pulled new commits and download qgis-deps-0.2.1 in order to build the dependencies. I've found the following issue when running qgis_deps.bash, similar to #38 . I manually unlink libnetttle from homebrew to check if I could fix it, but I got the same result.

Run build
Skipped build_bison
Skipped build_exiv2
Skipped build_freexl
Skipped build_geos
Skipped build_gsl
Skipped build_hdf5
Skipped build_jpeg
Skipped build_libffi
Skipped build_libtasn1
Skipped build_libxml2
Skipped build_netcdf
Skipped build_openssl
Skipped build_png
Skipped build_postgres
Skipped build_proj
Skipped build_qscintilla
Skipped build_qtkeychain
Skipped build_qwt
Skipped build_spatialindex
Skipped build_sqlite
Skipped build_webp
Skipped build_xerces
Skipped build_xz
Skipped build_zlib
Skipped build_zstd
Skipped build_flex
Skipped build_libtiff
Skipped build_libxslt
Call build_libzip
Entering in build environment
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/QGIS/qgis-deps-0.2.1/build/libzip/build-x86_64
Found:
NETTLE_LIBRARY:FILEPATH=/usr/local/lib/libnettle.dylib
FIND_PACKAGE_MESSAGE_DETAILS_NETTLE:INTERNAL=[/usr/local/lib/libnettle.dylib][/usr/local/include][v()]
Leaving build environment
File CMakeCache.txt contains /usr/local/lib string <-- CMake picked some homebrew libs!

Network file loading doesn't work on QGIS 3.14 and Mac OS 10.15.5 including GDAL loading data from S3

The use of Cloud Optimised GeoTIFFs is really important to my workflows.

I've got a clean install of MacOS without any of the old Kyngchaos builds installed and I wonder if there's something missing that QGIS is assuming will be installed.

Anyhow, the issue is that on loading a TIF (and presumably any file that would load over the network) there's an error:

Invalid Layer : GDAL provider Cannot open GDAL dataset /vsis3/deafrica-data/ancillary/dem/srtm_africa.tif:
CURL error: error setting certificate verify locations:
CAfile: /usr/local/etc/openssl/cert.pem
CApath: /usr/local/etc/openssl/certs
Raster layer Provider is not valid (provider: gdal, URI: /vsis3/deafrica-data/ancillary/dem/srtm_africa.tif

If i try to load the above layer directly with Rio, it works fine, see:

rio info /vsis3/deafrica-data/ancillary/dem/srtm_africa.tif 

{"blockxsize": 512, "blockysize": 512, "bounds": [-32.00013888888889, -46.00013888889551, 61.00013888889551, 47.00013888888889], "colorinterp": ["gray"], "compress": "deflate", "count": 1, "crs": "EPSG:4326", "descriptions": [null], "driver": "GTiff", "dtype": "int16", "height": 334801, "indexes": [1], "interleave": "band", "lnglat": [14.500000000003311, 0.49999999999668887], "mask_flags": [["nodata"]], "nodata": -32768.0, "res": [0.00027777777777779756, 0.00027777777777779756], "shape": [334801, 334801], "tiled": true, "transform": [0.00027777777777779756, 0.0, -32.00013888888889, 0.0, -0.00027777777777779756, 47.00013888888889, 0.0, 0.0, 1.0], "units": [null], "width": 334801}

QGIS is 3.14.0-Pi
It has GDAL 2.4.1
MacOS is 10.15.5

MD5 checksum for PyQt5 fails

Hi,

Even though the file is the required one, MD5 doesn't match and fails.

Downloading https://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5-5.14.2.dev2003150552.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 3149k  100 3149k    0     0  1468k      0  0:00:02  0:00:02 --:--:-- 1468k
Leaving build environment
File PyQt5-5.14.2.dev2003150552.tar.gz md5 check failed (got c903137b7ee72884ac8e1536a5d904af instead of f6aaf805d73074f1eb23a00ad37ef66f).

After fixing it in the recipe, the script can go on with the process.

MrSID, ECW licenses may not be compatible by QGIS distribution

As far as I can tell for these, the distribution of the binary libraries within an application require the application to restrict download from certain countries, at least if distributed from the US. I don't see any such restriction in the QGIS site. This was the reason for my method requiring the user to download those libraries and manually install them for the GDAL format plugins (or maybe I was just being over cautious, I don't know).

This should be investigated and verified, and those libraries removed from the distribution if necessary.

Libgrassplugin7 warning on start

Every time I start Qgis I get this error:
WARNING Plugin libgrassplugin7 : The plugin will be disabled because it crashed QGIS during last startup. Please report an issue and re-enable the plugin when the problem has been solved.
Look at plugins list but can't find libgrassplugin7 and re-enable it.

MacOS 10.13.6 with QGIs 3.8.x

CMake picked some homebrew libs in libzip building

After pulling last commits, I've run again ./distribute.sh -mqgis_deps and I've got the following message:

Run build
Skipped build_exiv2
Skipped build_freexl
Skipped build_geos
Skipped build_gsl
Skipped build_hdf5
Skipped build_jpeg
Skipped build_libffi
Skipped build_libtasn1
Skipped build_libxml2
Skipped build_netcdf
Skipped build_openssl
Skipped build_png
Skipped build_postgres
Skipped build_proj
Skipped build_qscintilla
Skipped build_qtkeychain
Skipped build_qwt
Skipped build_spatialindex
Skipped build_sqlite
Skipped build_webp
Skipped build_xerces
Skipped build_xz
Skipped build_zlib
Skipped build_zstd
Skipped build_libtiff
Call build_libzip
Entering in build environment
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/QGIS/qgis-deps-0.1.0/build/libzip/build-x86_64
Found:
NETTLE_LIBRARY:FILEPATH=/usr/local/lib/libnettle.dylib
FIND_PACKAGE_MESSAGE_DETAILS_NETTLE:INTERNAL=[/usr/local/lib/libnettle.dylib][/usr/local/include][v()]
Leaving build environment
File CMakeCache.txt contains /usr/local/lib string <-- CMake picked some homebrew libs!

Trim/Extend feature makes QGIS crashing

When activating the Trim/Extend feature in QGIS 3.6.3-Noosa 0c5774c068, QGIS will crash immediately after moving the cursor over a line.

Process:               QGIS [34555]
Path:                  /Applications/QGIS3.6.app/Contents/MacOS/QGIS
Identifier:            org.qgis.qgis36
Version:               3.6.3 (3.6.3 [])
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           QGIS [34555]
User ID:               501

Date/Time:             2019-06-15 13:37:10.338 +0200
OS Version:            Mac OS X 10.14.5 (18F132)
Report Version:        12
Anonymous UUID:        96CBB3A1-A7A5-AB2D-E665-C3396E3B6330


Time Awake Since Boot: 2000000 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 0x00000000000002a8
Exception Note:        EXC_CORPSE_NOTIFY

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

VM Regions Near 0x2a8:
--> 
    __TEXT                 000000010cd3c000-000000010d169000 [ 4276K] r-x/rwx SM=COW  /Applications/QGIS3.6.app/Contents/MacOS/QGIS

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.qgis.qgis3_core           	0x000000010fe5bb74 QgsVectorLayer::wkbType() const + 4
1   libqgis_app.3.6.3.dylib       	0x000000010d385b93 QgsMapToolTrimExtendFeature::canvasMoveEvent(QgsMapMouseEvent*) + 195
2   org.qgis.qgis3_gui            	0x000000010dffaba8 QgsMapCanvas::mouseMoveEvent(QMouseEvent*) + 520
3   org.qt-project.QtWidgets      	0x00000001137f427c QWidget::event(QEvent*) + 492
4   org.qt-project.QtWidgets      	0x000000011389c12d QFrame::event(QEvent*) + 45
5   org.qt-project.QtWidgets      	0x0000000113b11037 QGraphicsView::viewportEvent(QEvent*) + 1191
6   org.qt-project.QtCore         	0x00000001164b6d7e QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 206
7   org.qt-project.QtWidgets      	0x00000001137b876a QApplicationPrivate::notify_helper(QObject*, QEvent*) + 250
8   org.qt-project.QtWidgets      	0x00000001137bb61d QApplication::notify(QObject*, QEvent*) + 7373
9   org.qgis.qgis3_core           	0x000000010fb8eb03 QgsApplication::notify(QObject*, QEvent*) + 67
10  org.qt-project.QtCore         	0x00000001164b6ab4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 212
11  org.qt-project.QtWidgets      	0x00000001137b90b4 QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) + 900
12  org.qt-project.QtWidgets      	0x00000001138133cc 0x1137a8000 + 439244
13  org.qt-project.QtWidgets      	0x00000001138120eb 0x1137a8000 + 434411
14  org.qt-project.QtWidgets      	0x00000001137b877f QApplicationPrivate::notify_helper(QObject*, QEvent*) + 271
15  org.qt-project.QtWidgets      	0x00000001137b9b9c QApplication::notify(QObject*, QEvent*) + 588
16  org.qgis.qgis3_core           	0x000000010fb8eb03 QgsApplication::notify(QObject*, QEvent*) + 67
17  org.qt-project.QtCore         	0x00000001164b6ab4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 212
18  org.qt-project.QtGui          	0x0000000115c382d6 QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) + 3462
19  org.qt-project.QtGui          	0x0000000115c1f60b QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 219
20  libqcocoa.dylib               	0x0000000125a34b40 0x125a00000 + 215872
21  libqcocoa.dylib               	0x0000000125a352b0 0x125a00000 + 217776
22  com.apple.CoreFoundation      	0x00007fff4d828dbb __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
23  com.apple.CoreFoundation      	0x00007fff4d828d61 __CFRunLoopDoSource0 + 108
24  com.apple.CoreFoundation      	0x00007fff4d80cc6b __CFRunLoopDoSources0 + 195
25  com.apple.CoreFoundation      	0x00007fff4d80c233 __CFRunLoopRun + 1196
26  com.apple.CoreFoundation      	0x00007fff4d80bb35 CFRunLoopRunSpecific + 459
27  com.apple.HIToolbox           	0x00007fff4caea96b RunCurrentEventLoopInMode + 292
28  com.apple.HIToolbox           	0x00007fff4caea5ad ReceiveNextEventCommon + 355
29  com.apple.HIToolbox           	0x00007fff4caea436 _BlockUntilNextEventMatchingListInModeWithFilter + 64
30  com.apple.AppKit              	0x00007fff4ae84987 _DPSNextEvent + 965
31  com.apple.AppKit              	0x00007fff4ae8371f -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
32  com.apple.AppKit              	0x00007fff4ae7d83c -[NSApplication run] + 699
33  libqcocoa.dylib               	0x0000000125a34226 0x125a00000 + 213542
34  org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
35  org.qt-project.QtCore         	0x00000001164b7122 QCoreApplication::exec() + 130
36  org.qgis.qgis36               	0x000000010cd52eb3 main + 24163
37  libdyld.dylib                 	0x00007fff797d43d5 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                	0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit       	0x0000000112519ce2 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 82
4   org.qt-project.QtWebKit       	0x0000000112519bdb bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadEntryPoint(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*) + 155
5   org.qt-project.QtWebKit       	0x0000000112519db8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*> >(void*) + 40
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 2:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff7990922a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff7990976c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff4d80ce6d __CFRunLoopServiceMachPort + 327
3   com.apple.CoreFoundation      	0x00007fff4d80c3da __CFRunLoopRun + 1619
4   com.apple.CoreFoundation      	0x00007fff4d80bb35 CFRunLoopRunSpecific + 459
5   com.apple.AppKit              	0x00007fff4ae8c6a6 _NSEventThread + 175
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 3:: QCA::KeyStoreThread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650cab0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 480
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4                                 	0x0000000113db2c67 QCA::SyncThread::run() + 197
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 4:: Qt bearer thread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650c940 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore         	0x00000001162efa8c QThread::exec() + 140
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 5:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        	0x00007fff7991061a __select + 10
1   com.apple.CoreFoundation      	0x00007fff4d83a388 __CFSocketManager + 630
2   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
3   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
4   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 6:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                	0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit       	0x00000001112cbf35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit       	0x00000001108b1a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit       	0x00000001112cb253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit       	0x00000001112caff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit       	0x00000001112cf531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit       	0x00000001112fe11f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 7:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                	0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit       	0x00000001112cbf35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit       	0x00000001108b1a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit       	0x00000001112cb253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit       	0x00000001112caff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit       	0x00000001112cf531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit       	0x00000001112fe11f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 8:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                	0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit       	0x00000001112cbf35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit       	0x00000001108b1a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit       	0x00000001112cb253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit       	0x00000001112caff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit       	0x00000001112cf531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit       	0x00000001112fe11f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 9:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                	0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit       	0x00000001112cbf35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit       	0x00000001108b1a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit       	0x00000001112cb253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit       	0x00000001112caff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit       	0x00000001112cf531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit       	0x00000001112fe11f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 10:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                	0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit       	0x00000001112cbf35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit       	0x00000001108b1a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit       	0x00000001112cb253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit       	0x00000001112caff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit       	0x00000001112cf531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit       	0x00000001112fe11f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 11:: WTF Parallel Helper Thread
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                	0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit       	0x00000001112cbf35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit       	0x00000001108b1a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit       	0x00000001112cb253 WTF::ParallelHelperPool::waitForClientWithTask(WTF::Locker<WTF::LockBase> const&) + 259
6   org.qt-project.QtWebKit       	0x00000001112caff8 WTF::ParallelHelperPool::helperThreadBody() + 56
7   org.qt-project.QtWebKit       	0x00000001112cf531 WTF::threadEntryPoint(void*) + 177
8   org.qt-project.QtWebKit       	0x00000001112fe11f WTF::wtfThreadEntryPoint(void*) + 15
9   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
10  libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
11  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 12:: QNetworkAccessManager thread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650cab0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 480
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore         	0x00000001162efa8c QThread::exec() + 140
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 13:: QNetworkAccessManager thread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650cab0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 480
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore         	0x00000001162efa8c QThread::exec() + 140
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 14:: DFG Worklist Worker Thread
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   libc++.1.dylib                	0x00007fff76a0fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   org.qt-project.QtWebKit       	0x00000001112cbf35 WTF::ParkingLot::parkConditionally(void const*, std::__1::function<bool ()>, std::__1::function<void ()>, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 2517
4   org.qt-project.QtWebKit       	0x00000001108b1a77 bool WTF::ConditionBase::waitUntil<WTF::Lock>(WTF::Lock&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 167
5   org.qt-project.QtWebKit       	0x0000000110dc427e JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 446
6   org.qt-project.QtWebKit       	0x00000001112cf531 WTF::threadEntryPoint(void*) + 177
7   org.qt-project.QtWebKit       	0x00000001112fe11f WTF::wtfThreadEntryPoint(void*) + 15
8   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 15:
0   libsystem_pthread.dylib       	0x00007fff799c73f0 start_wqthread + 0

Thread 16:
0   libsystem_pthread.dylib       	0x00007fff799c73f0 start_wqthread + 0

Thread 17:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore         	0x00000001162f93a0 0x1162ce000 + 177056
3   org.qt-project.QtCore         	0x00000001162f90be 0x1162ce000 + 176318
4   org.qt-project.QtCore         	0x00000001162f8ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x00000001162f8f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x00000001162f5a67 0x1162ce000 + 162407
7   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
8   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 18:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore         	0x00000001162f93a0 0x1162ce000 + 177056
3   org.qt-project.QtCore         	0x00000001162f90be 0x1162ce000 + 176318
4   org.qt-project.QtCore         	0x00000001162f8ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x00000001162f8f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x00000001162f5a67 0x1162ce000 + 162407
7   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
8   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 19:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore         	0x00000001162f93a0 0x1162ce000 + 177056
3   org.qt-project.QtCore         	0x00000001162f90be 0x1162ce000 + 176318
4   org.qt-project.QtCore         	0x00000001162f8ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x00000001162f8f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x00000001162f5a67 0x1162ce000 + 162407
7   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
8   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 20:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore         	0x00000001162f93a0 0x1162ce000 + 177056
3   org.qt-project.QtCore         	0x00000001162f90be 0x1162ce000 + 176318
4   org.qt-project.QtCore         	0x00000001162f8ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x00000001162f8f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x00000001162f5a67 0x1162ce000 + 162407
7   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
8   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 21:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore         	0x00000001162f93a0 0x1162ce000 + 177056
3   org.qt-project.QtCore         	0x00000001162f90be 0x1162ce000 + 176318
4   org.qt-project.QtCore         	0x00000001162f8ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x00000001162f8f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x00000001162f5a67 0x1162ce000 + 162407
7   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
8   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 22:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore         	0x00000001162f93a0 0x1162ce000 + 177056
3   org.qt-project.QtCore         	0x00000001162f90be 0x1162ce000 + 176318
4   org.qt-project.QtCore         	0x00000001162f8ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x00000001162f8f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x00000001162f5a67 0x1162ce000 + 162407
7   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
8   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 23:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650c940 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   libwmsprovider.so             	0x00000001310d2bb9 QgsWmsProvider::draw(QgsRectangle const&, int, int, QgsRasterBlockFeedback*) + 5145
5   libwmsprovider.so             	0x00000001310d4ad8 QgsWmsProvider::readBlock(int, QgsRectangle const&, int, int, void*, QgsRasterBlockFeedback*) + 40
6   org.qgis.qgis3_core           	0x00000001100058ef QgsRasterDataProvider::block(int, QgsRectangle const&, int, int, QgsRasterBlockFeedback*) + 1023
7   org.qgis.qgis3_core           	0x0000000110051672 QgsSingleBandColorDataRenderer::block(int, QgsRectangle const&, int, int, QgsRasterBlockFeedback*) + 82
8   org.qgis.qgis3_core           	0x000000011003303a QgsBrightnessContrastFilter::block(int, QgsRectangle const&, int, int, QgsRasterBlockFeedback*) + 90
9   org.qgis.qgis3_core           	0x000000011003688e QgsHueSaturationFilter::block(int, QgsRectangle const&, int, int, QgsRasterBlockFeedback*) + 94
10  org.qgis.qgis3_core           	0x000000011005072e QgsRasterResampleFilter::block(int, QgsRectangle const&, int, int, QgsRasterBlockFeedback*) + 574
11  org.qgis.qgis3_core           	0x000000011002f1d2 QgsRasterProjector::block(int, QgsRectangle const&, int, int, QgsRasterBlockFeedback*) + 354
12  org.qgis.qgis3_core           	0x000000011000dfad QgsRasterIterator::readNextRasterPartInternal(int, int&, int&, std::__1::unique_ptr<QgsRasterBlock, std::__1::default_delete<QgsRasterBlock> >*, int&, int&, QgsRectangle*) + 893
13  org.qgis.qgis3_core           	0x000000011004159e QgsRasterDrawer::draw(QPainter*, QgsRasterViewPort*, QgsMapToPixel const*, QgsRasterBlockFeedback*) + 222
14  org.qgis.qgis3_core           	0x000000011002542a QgsRasterLayerRenderer::render() + 154
15  org.qgis.qgis3_core           	0x000000010fcd065e QgsMapRendererCustomPainterJob::doRender() + 286
16  org.qgis.qgis3_core           	0x000000010fcd0989 QgsMapRendererCustomPainterJob::staticRender(QgsMapRendererCustomPainterJob*) + 9
17  org.qgis.qgis3_core           	0x000000010fcd15f0 QtConcurrent::RunFunctionTask<void>::run() + 48
18  org.qt-project.QtCore         	0x00000001162f587b 0x1162ce000 + 161915
19  org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
20  libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
21  libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
22  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 24:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore         	0x00000001162f93a0 0x1162ce000 + 177056
3   org.qt-project.QtCore         	0x00000001162f90be 0x1162ce000 + 176318
4   org.qt-project.QtCore         	0x00000001162f8ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x00000001162f8f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x00000001162f5a67 0x1162ce000 + 162407
7   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
8   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 25:: QNetworkAccessManager thread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650c940 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore         	0x00000001162efa8c QThread::exec() + 140
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 26:: Thread (pooled)
0   libsystem_kernel.dylib        	0x00007fff7990c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff799cb56e _pthread_cond_wait + 722
2   org.qt-project.QtCore         	0x00000001162f93a0 0x1162ce000 + 177056
3   org.qt-project.QtCore         	0x00000001162f90be 0x1162ce000 + 176318
4   org.qt-project.QtCore         	0x00000001162f8ffc QWaitCondition::wait(QMutex*, QDeadlineTimer) + 108
5   org.qt-project.QtCore         	0x00000001162f8f5e QWaitCondition::wait(QMutex*, unsigned long) + 62
6   org.qt-project.QtCore         	0x00000001162f5a67 0x1162ce000 + 162407
7   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
8   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
9   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
10  libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 27:: QNetworkAccessManager thread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650c940 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore         	0x00000001162efa8c QThread::exec() + 140
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 28:: QNetworkAccessManager thread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650cab0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 480
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore         	0x00000001162efa8c QThread::exec() + 140
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 29:: QNetworkAccessManager thread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650c940 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore         	0x00000001162efa8c QThread::exec() + 140
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 30:
0   libsystem_pthread.dylib       	0x00007fff799c73f0 start_wqthread + 0

Thread 31:: QNetworkAccessManager thread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650c940 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore         	0x00000001162efa8c QThread::exec() + 140
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 32:: QNetworkAccessManager thread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650c940 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore         	0x00000001162efa8c QThread::exec() + 140
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 33:
0   libsystem_pthread.dylib       	0x00007fff799c73f0 start_wqthread + 0

Thread 34:: QNetworkAccessManager thread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650c940 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore         	0x00000001162efa8c QThread::exec() + 140
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 35:: QNetworkAccessManager thread
0   libsystem_kernel.dylib        	0x00007fff7991136e poll + 10
1   org.qt-project.QtCore         	0x000000011650c940 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2   org.qt-project.QtCore         	0x000000011650e2d1 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 897
3   org.qt-project.QtCore         	0x00000001164b216f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
4   org.qt-project.QtCore         	0x00000001162efa8c QThread::exec() + 140
5   org.qt-project.QtCore         	0x00000001162f0a03 0x1162ce000 + 141827
6   libsystem_pthread.dylib       	0x00007fff799c82eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff799cb249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff799c740d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007ffee2ec0fe0  rbx: 0x00007ffee2ec0fe0  rcx: 0x0000000000000003  rdx: 0x00000000402030e1
  rdi: 0x0000000000000000  rsi: 0x00006000019eb800  rbp: 0x00007ffee2ec0f50  rsp: 0x00007ffee2ec0f50
   r8: 0x00000000000000ff   r9: 0x00000000000007fb  r10: 0x0000000000003800  r11: 0x0000000000000040
  r12: 0x00007fa36cdc97f0  r13: 0x00007fa36cc77160  r14: 0x00007fa36cdc9930  r15: 0x0000600003f77a20
  rip: 0x000000010fe5bb74  rfl: 0x0000000000010202  cr2: 0x00000000000002a8
  
Logical CPU:     2
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x10cd3c000 -        0x10d168ff3 +org.qgis.qgis36 (3.6.3 - 3.6.3 []) <5D4B8D01-982F-3546-8AE4-E01FBF0219EA> /Applications/QGIS3.6.app/Contents/MacOS/QGIS
       0x10d18a000 -        0x10d93cff7 +libqgis_app.3.6.3.dylib (0) <856390FA-C8FC-35C1-8349-861F5557494E> /Applications/QGIS3.6.app/Contents/MacOS/lib/libqgis_app.3.6.3.dylib
       0x10dc6c000 -        0x10dc6cfff +libboost_system-mt.dylib (0) <40E539EE-AC08-30E6-8542-83C1483637CF> /Applications/QGIS3.6.app/Contents/MacOS/lib/libboost_system-mt.dylib
       0x10dc73000 -        0x10e2a2fff +org.qgis.qgis3_gui (3.6.3 - qgis_gui 3.6.3) <4F55C1CD-06C7-3A01-BEC4-C7BA83771FAC> /Applications/QGIS3.6.app/Contents/Frameworks/qgis_gui.framework/Versions/3.6/qgis_gui
       0x10e63b000 -        0x10e6ecffb +com.yourcompany.qwt (6.1 - 6.1.4) <A827E6B1-D393-3BD8-A814-87A7730035DA> /Applications/QGIS3.6.app/Contents/Frameworks/qwt.framework/Versions/6/qwt
       0x10e75c000 -        0x10e999ff7 +libqscintilla2_qt5.15.dylib (0) <488B8FBA-2299-3933-A4D2-8B2FB3481652> /Applications/QGIS3.6.app/Contents/MacOS/lib/libqscintilla2_qt5.15.dylib
       0x10e9f9000 -        0x10ea04ff7 +org.qt-project.QtQuickWidgets (5.12 - 5.12.3) <D52DB17C-5287-3977-8FA1-3662149B5533> /Applications/QGIS3.6.app/Contents/Frameworks/QtQuickWidgets.framework/Versions/5/QtQuickWidgets
       0x10ea19000 -        0x10ed01ff3 +org.qt-project.QtQuick (5.12 - 5.12.3) <8DA38A72-EE91-37AC-928F-F565D350C72A> /Applications/QGIS3.6.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick
       0x10ee1e000 -        0x10f19bfff +org.qt-project.QtQml (5.12 - 5.12.3) <CA7F3ADB-23EF-3368-8DFF-2D6638AA000F> /Applications/QGIS3.6.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
       0x10f25c000 -        0x10f40ffff +org.qgis.qgis3_analysis (3.6.3 - qgis_analysis 3.6.3) <0FD225B5-8A05-3C6D-AC44-3733E487E117> /Applications/QGIS3.6.app/Contents/Frameworks/qgis_analysis.framework/Versions/3.6/qgis_analysis
       0x10f502000 -        0x10f68fff7 +libexiv2.27.dylib (0) <F8FD749D-C3D8-302F-B4EC-51AA8C03635F> /Applications/QGIS3.6.app/Contents/MacOS/lib/libexiv2.27.dylib
       0x10f7b1000 -        0x10f801ffb +org.qgis.qgis3_3d (3.6.3 - qgis_3d 3.6.3) <766C807E-24F4-3695-BDF7-D1DE570A5F37> /Applications/QGIS3.6.app/Contents/Frameworks/qgis_3d.framework/Versions/3.6/qgis_3d
       0x10f84d000 -        0x1102ceff7 +org.qgis.qgis3_core (3.6.3 - qgis_core 3.6.3) <6720417A-2369-36A9-93ED-5BD45E1D344A> /Applications/QGIS3.6.app/Contents/Frameworks/qgis_core.framework/Versions/3.6/qgis_core
       0x1107e9000 -        0x1107eeff3 +org.qgis.qgis3_native (3.6.3 - qgis_native 3.6.3) <A511C897-ED3A-38E1-9F12-6BBF2A498D49> /Applications/QGIS3.6.app/Contents/Frameworks/qgis_native.framework/Versions/3.6/qgis_native
       0x1107ff000 -        0x110807ff7 +org.qt-project.QtMacExtras (5.12 - 5.12.3) <2348A60C-371F-3D77-BEE7-230EDA44FC2C> /Applications/QGIS3.6.app/Contents/Frameworks/QtMacExtras.framework/Versions/5/QtMacExtras
       0x110816000 -        0x110837ff3 +org.qt-project.QtSql (5.12 - 5.12.3) <CDA263CB-1D36-3357-8B66-A88D393F782D> /Applications/QGIS3.6.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
       0x110850000 -        0x110871ff7 +org.qt-project.QtWebKitWidgets (??? - ???) <15978E15-6468-3203-B6F4-0CD832B39592> /Applications/QGIS3.6.app/Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets
       0x1108a5000 -        0x1129d4ff3 +org.qt-project.QtWebKit (??? - ???) <E03B36F3-CB74-3FD2-B6A2-33743DA5A41C> /Applications/QGIS3.6.app/Contents/Frameworks/QtWebKit.framework/Versions/5/QtWebKit
       0x113695000 -        0x1136a1ff7 +libtasn1.6.dylib (0) <2A270C6D-D433-31C6-8B5B-C1539C01BC3B> /Applications/QGIS3.6.app/Contents/MacOS/lib/libtasn1.6.dylib
       0x1136ac000 -        0x1136ddff7 +org.qt-project.QtXml (5.12 - 5.12.3) <1DFC4FEC-1655-3104-8730-6430E0FA5479> /Applications/QGIS3.6.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
       0x1136f9000 -        0x11372dffb +org.qt-project.QtSvg (5.12 - 5.12.3) <DD8831A9-A025-3003-B619-D09226128A25> /Applications/QGIS3.6.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
       0x113755000 -        0x11377eff3 +org.qt-project.QtPrintSupport (5.12 - 5.12.3) <5538E21F-0C5D-37D4-92E9-9AB3347C57D1> /Applications/QGIS3.6.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x1137a8000 -        0x113be5ff7 +org.qt-project.QtWidgets (5.12 - 5.12.3) <15224A8B-FFD9-382E-8DD8-C8C545C80589> /Applications/QGIS3.6.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x113d5f000 -        0x113d63ff7 +org.qt-project.QtConcurrent (5.12 - 5.12.3) <C764122E-B794-366C-BFA0-9112EC3F939B> /Applications/QGIS3.6.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
       0x113d6c000 -        0x113ddfff7 + (??? - ???) <9A6AB107-E4EB-3777-9292-154AEE98854B> /Applications/QGIS3.6.app/Contents/Frameworks/qca-qt5.framework/Versions/2/qca-qt5
       0x113e56000 -        0x113e5bfff +libqt5keychain.1.dylib (0) <24DB8918-7E2B-328B-BAFB-3A4F2478A279> /Applications/QGIS3.6.app/Contents/MacOS/lib/libqt5keychain.1.dylib
       0x113e70000 -        0x113eb7fff +libproj.13.dylib (0) <80BB2C79-CA90-380C-902F-E25FB41D8CCA> /Applications/QGIS3.6.app/Contents/MacOS/lib/libproj.13.dylib
       0x113ed6000 -        0x113eeeffb +libgeos_c.1.dylib (0) <B270970E-6933-3922-9835-D6422D1893A8> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgeos_c.1.dylib
       0x113f08000 -        0x114b41fff +libgdal.20.dylib (0) <55A90495-60D2-3927-AEEB-CE2547C67191> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgdal.20.dylib
       0x115002000 -        0x115092ff3 +libspatialindex.5.dylib (0) <7F488742-B287-3A15-9F34-C3858886F073> /Applications/QGIS3.6.app/Contents/MacOS/lib/libspatialindex.5.dylib
       0x1150de000 -        0x1150f7ff3 +libexpat.1.dylib (0) <649BC2E9-B678-3FCA-BE29-48C34883856C> /Applications/QGIS3.6.app/Contents/MacOS/lib/libexpat.1.dylib
       0x115107000 -        0x1151d0fff +libsqlite3.0.dylib (0) <2164A8F7-D002-3C6A-90C3-061FB5762C9A> /Applications/QGIS3.6.app/Contents/MacOS/lib/libsqlite3.0.dylib
       0x1151fa000 -        0x1156d9ffb +libspatialite.7.dylib (0) <E07E0463-1D37-3346-AE69-ECC8D520A7F0> /Applications/QGIS3.6.app/Contents/MacOS/lib/libspatialite.7.dylib
       0x11570e000 -        0x11571dff7 +libzip.5.dylib (0) <381E16C1-6570-3E4A-AF11-0BF35F610208> /Applications/QGIS3.6.app/Contents/MacOS/lib/libzip.5.dylib
       0x115729000 -        0x115735ffb +org.qt-project.QtSerialPort (5.12 - 5.12.3) <DFC81BC3-13EF-3F8C-90C2-398EB60B5F05> /Applications/QGIS3.6.app/Contents/Frameworks/QtSerialPort.framework/Versions/5/QtSerialPort
       0x115744000 -        0x1157a4ff7 +org.qt-project.QtPositioning (5.12 - 5.12.3) <7049163A-742B-3382-826D-D078946E5202> /Applications/QGIS3.6.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
       0x1157c4000 -        0x115828ff7 +org.qt-project.Qt3DExtras (5.12 - 5.12.3) <532ED957-2C8A-330D-BDD1-7E3EC977FE05> /Applications/QGIS3.6.app/Contents/Frameworks/Qt3DExtras.framework/Versions/5/Qt3DExtras
       0x11586b000 -        0x115a4aff7 +org.qt-project.Qt3DRender (5.12 - 5.12.3) <5E842412-22EC-3BF7-8390-36B0AEEEF313> /Applications/QGIS3.6.app/Contents/Frameworks/Qt3DRender.framework/Versions/5/Qt3DRender
       0x115aec000 -        0x115aef047  libobjc-trampolines.dylib (756.2) <BB7525A0-AE52-371A-8428-827BAED9E35C> /usr/lib/libobjc-trampolines.dylib
       0x115af3000 -        0x115b36fff +org.qt-project.Qt3DInput (5.12 - 5.12.3) <D02958B8-AB4D-3479-AEE3-FACBC5266380> /Applications/QGIS3.6.app/Contents/Frameworks/Qt3DInput.framework/Versions/5/Qt3DInput
       0x115b5f000 -        0x115b70ff7 +org.qt-project.QtGamepad (5.12 - 5.12.3) <C5D6BE09-DA28-31D9-B412-17859222179D> /Applications/QGIS3.6.app/Contents/Frameworks/QtGamepad.framework/Versions/5/QtGamepad
       0x115b85000 -        0x115b8cfff +org.qt-project.Qt3DLogic (5.12 - 5.12.3) <A0E773D1-B4E1-3A43-B938-62A83C8FE943> /Applications/QGIS3.6.app/Contents/Frameworks/Qt3DLogic.framework/Versions/5/Qt3DLogic
       0x115b9a000 -        0x115bd1ff7 +org.qt-project.Qt3DCore (5.12 - 5.12.3) <DF5C8CD7-08E8-3B6B-822D-0D3D3B5D6230> /Applications/QGIS3.6.app/Contents/Frameworks/Qt3DCore.framework/Versions/5/Qt3DCore
       0x115c03000 -        0x116055ff7 +org.qt-project.QtGui (5.12 - 5.12.3) <223E45A7-ECDA-3FAB-86C1-3A9CD11FFC9F> /Applications/QGIS3.6.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x11616e000 -        0x116277ff7 +org.qt-project.QtNetwork (5.12 - 5.12.3) <69458827-C341-3A69-8272-C69A5C8EFFD5> /Applications/QGIS3.6.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x1162ce000 -        0x1167daff7 +org.qt-project.QtCore (5.12 - 5.12.3) <7B0E915A-26FB-33A1-AB99-4396A27EE8E2> /Applications/QGIS3.6.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x1168a7000 -        0x1168d8ffb +libpq.5.dylib (0) <83089143-24CD-3A41-A521-251376868DC8> /Applications/QGIS3.6.app/Contents/MacOS/lib/libpq.5.dylib
       0x1168f0000 -        0x116924fff +org.qt-project.QtOpenGL (5.12 - 5.12.3) <8604936F-ED9E-399F-BA85-8F2E44373791> /Applications/QGIS3.6.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
       0x11694c000 -        0x116a9fe87 +libcrypto.1.0.0.dylib (0) <96B06B4B-AF12-3701-BB9C-5FA206454D03> /Applications/QGIS3.6.app/Contents/MacOS/lib/libcrypto.1.0.0.dylib
       0x116b20000 -        0x116d06feb +libcryptopp.dylib (0) <F79400A7-A9D6-33EF-B8B8-465DE2D5EC8D> /Applications/QGIS3.6.app/Contents/MacOS/lib/libcryptopp.dylib
       0x116f30000 -        0x116f67ff7 +libarmadillo.9.dylib (0) <091BC315-5DBF-335C-8D11-8D92435301C9> /Applications/QGIS3.6.app/Contents/MacOS/lib/libarmadillo.9.dylib
       0x116f7f000 -        0x116f86fff +libjson-c.4.dylib (0) <E9FF068D-6093-3763-BDD6-D1C229556E65> /Applications/QGIS3.6.app/Contents/MacOS/lib/libjson-c.4.dylib
       0x116f97000 -        0x116f9efff +libfreexl.1.dylib (0) <5EEEB96D-3955-332F-BD68-64BF110E0427> /Applications/QGIS3.6.app/Contents/MacOS/lib/libfreexl.1.dylib
       0x116faa000 -        0x11734cff7 +libSFCGAL.1.dylib (0) <21468572-4777-3F55-99AF-6E9645DB02E6> /Applications/QGIS3.6.app/Contents/MacOS/lib/libSFCGAL.1.dylib
       0x11794e000 -        0x1179a1ff7 +libwebp.7.dylib (0) <BE4F6325-0C98-3AAC-85F1-0409291FD2AA> /Applications/QGIS3.6.app/Contents/MacOS/lib/libwebp.7.dylib
       0x1179b6000 -        0x1179c3ffb +libepsilon.1.dylib (0) <FC885917-86B8-30FF-AF49-C73327B60D0A> /Applications/QGIS3.6.app/Contents/MacOS/lib/libepsilon.1.dylib
       0x1179d3000 -        0x117a1ffff +libodbc.2.dylib (0) <DABDE843-FABC-32FA-AF7E-917124ACFAB4> /Applications/QGIS3.6.app/Contents/MacOS/lib/libodbc.2.dylib
       0x117a36000 -        0x117a41ff3 +libodbcinst.2.dylib (0) <9F69A952-861A-3828-9D16-78F69140D41E> /Applications/QGIS3.6.app/Contents/MacOS/lib/libodbcinst.2.dylib
       0x117a51000 -        0x117a92fff +libkmldom.0.dylib (0) <8737BD50-7252-3A9B-BA1B-240CAA0B20A9> /Applications/QGIS3.6.app/Contents/MacOS/lib/libkmldom.0.dylib
       0x117adb000 -        0x117afcff3 +libkmlbase.0.dylib (0) <95FC7C2B-CED9-34F9-9F36-E0C645DFAA43> /Applications/QGIS3.6.app/Contents/MacOS/lib/libkmlbase.0.dylib
       0x117b17000 -        0x117b2ffff +libkmlengine.0.dylib (0) <B9F46723-D3AC-3E31-AAD5-5163BD5C2F07> /Applications/QGIS3.6.app/Contents/MacOS/lib/libkmlengine.0.dylib
       0x117b51000 -        0x117b61ffb +libkmlconvenience.0.dylib (0) <BEC63429-6D08-3DCC-83C9-AB245DF8E8D9> /Applications/QGIS3.6.app/Contents/MacOS/lib/libkmlconvenience.0.dylib
       0x117b7c000 -        0x117d34fff +libxerces-c-3.2.dylib (0) <977881AA-786A-339B-90FA-10136FC6D0A0> /Applications/QGIS3.6.app/Contents/MacOS/lib/libxerces-c-3.2.dylib
       0x117e9f000 -        0x117ed7ffb +libopenjp2.7.dylib (0) <C43F22CC-3F4C-3CE1-BA54-554BA28B8F78> /Applications/QGIS3.6.app/Contents/MacOS/lib/libopenjp2.7.dylib
       0x117ee9000 -        0x117f1ffff +libjasper.4.dylib (0) <A084F973-402F-32CC-BC0C-0590E241B0A2> /Applications/QGIS3.6.app/Contents/MacOS/lib/libjasper.4.dylib
       0x117f3d000 -        0x118008fff +libnetcdf.15.dylib (0) <38692EBF-A47B-3311-BD78-E8C399FB18F9> /Applications/QGIS3.6.app/Contents/MacOS/lib/libnetcdf.15.dylib
       0x11803c000 -        0x1182bdfff +libhdf5.103.dylib (0) <D56596B1-DCCF-3A7F-BC8A-6A7BBDE6E6E6> /Applications/QGIS3.6.app/Contents/MacOS/lib/libhdf5.103.dylib
       0x11831e000 -        0x11834efff +libmfhdf.4.2.14.dylib (0) <6C9ADBA0-7E01-3958-8931-7F789D7BF35E> /Applications/QGIS3.6.app/Contents/MacOS/lib/libmfhdf.4.2.14.dylib
       0x118361000 -        0x1183feffb +libhdf.4.2.14.dylib (0) <C70A9A64-B9EE-344A-AF18-25F7B4E7019E> /Applications/QGIS3.6.app/Contents/MacOS/lib/libhdf.4.2.14.dylib
       0x118449000 -        0x11844eff7 +libgif.7.dylib (0) <3B296D66-5E7B-3AED-BD18-66186F6A985B> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgif.7.dylib
       0x118456000 -        0x1184c9fef +libjpeg.8.dylib (0) <83E253FB-A834-336D-AD29-A0E594201B8D> /Applications/QGIS3.6.app/Contents/MacOS/lib/libjpeg.8.dylib
       0x1184e6000 -        0x118509ff7 +libpng16.16.dylib (0) <B7CE95CF-E67E-39EB-8DF5-B89849A02BDA> /Applications/QGIS3.6.app/Contents/MacOS/lib/libpng16.16.dylib
       0x118517000 -        0x11862bfff +libcfitsio.7.dylib (0) <EB6B425C-345D-33E1-9333-C1E5521538C4> /Applications/QGIS3.6.app/Contents/MacOS/lib/libcfitsio.7.dylib
       0x1187df000 -        0x118873ff7 +libzstd.1.dylib (0) <63788026-5CCE-3026-8DE7-685822B4D9C8> /Applications/QGIS3.6.app/Contents/MacOS/lib/libzstd.1.dylib
       0x118889000 -        0x1188a4ff3 +liblzma.5.dylib (0) <D5E25B2B-6DFB-3233-850B-65F488A14688> /Applications/QGIS3.6.app/Contents/MacOS/lib/liblzma.5.dylib
       0x1188af000 -        0x11898dff7 +libdap.25.dylib (0) <2C697E81-0E47-399F-9266-10F62D815DA7> /Applications/QGIS3.6.app/Contents/MacOS/lib/libdap.25.dylib
       0x118a00000 -        0x118a07fff +libdapserver.7.dylib (0) <F15F27FA-F708-3F54-96F9-41817839652C> /Applications/QGIS3.6.app/Contents/MacOS/lib/libdapserver.7.dylib
       0x118a18000 -        0x118a39fff +libdapclient.6.dylib (0) <6000CBCF-3908-3A0A-93C7-D289EF8ACA64> /Applications/QGIS3.6.app/Contents/MacOS/lib/libdapclient.6.dylib
       0x118a55000 -        0x118abcfff +libcurl.4.dylib (0) <4CDA6AFA-7A1D-314B-BA14-187FC9797C09> /Applications/QGIS3.6.app/Contents/MacOS/lib/libcurl.4.dylib
       0x118adf000 -        0x118b49fff +libpcre.1.dylib (0) <56C30BD0-9132-3FFB-AD2B-2D995132F810> /Applications/QGIS3.6.app/Contents/MacOS/lib/libpcre.1.dylib
       0x118b54000 -        0x118c36ff7 +libxml2.2.dylib (0) <518B3894-1540-38A2-A425-371731CBB9D2> /Applications/QGIS3.6.app/Contents/MacOS/lib/libxml2.2.dylib
       0x118c71000 -        0x118c81ffb +libz.1.dylib (0) <11EDA77C-8064-38BE-95B0-71ECE11665BE> /Applications/QGIS3.6.app/Contents/MacOS/lib/libz.1.dylib
       0x118c91000 -        0x118d85ff3 +libiconv.2.dylib (0) <AE337682-E020-37D5-B1EF-E5350879881B> /Applications/QGIS3.6.app/Contents/MacOS/lib/libiconv.2.dylib
       0x118d9e000 -        0x118da7ffb +libsz.2.dylib (0) <453B78E9-C60D-3C0A-A9FB-C553CC1D9398> /Applications/QGIS3.6.app/Contents/MacOS/lib/libsz.2.dylib
       0x118db9000 -        0x118e03fff +libarpack.2.dylib (0) <115BE753-F18F-31E2-9B7C-4C8AF795ED2B> /Applications/QGIS3.6.app/Contents/MacOS/lib/libarpack.2.dylib
       0x118e1e000 -        0x11c7497cf +libopenblasp-r0.3.6.dylib (0) <36DEBE7F-4174-3C3B-92F9-4B5AEFF3ED82> /Applications/QGIS3.6.app/Contents/MacOS/lib/libopenblasp-r0.3.6.dylib
       0x11c9bd000 -        0x11c9ecfff +libmpi_usempif08.40.dylib (0) <E14F2AE8-B291-3737-91E3-1CFD438BBFA8> /Applications/QGIS3.6.app/Contents/MacOS/lib/libmpi_usempif08.40.dylib
       0x11ca11000 -        0x11ca1cfff +libmpi_usempi_ignore_tkr.40.dylib (0) <FE4C3469-4305-3015-B613-0C1BA9FE0762> /Applications/QGIS3.6.app/Contents/MacOS/lib/libmpi_usempi_ignore_tkr.40.dylib
       0x11ca2e000 -        0x11ca5fff7 +libmpi_mpifh.40.dylib (0) <1B07777B-31A6-34AC-8F98-9D6F589D992A> /Applications/QGIS3.6.app/Contents/MacOS/lib/libmpi_mpifh.40.dylib
       0x11ca9a000 -        0x11cb67fff +libmpi.40.dylib (0) <B08DEE0B-E6C7-3691-A965-C8284CA26736> /Applications/QGIS3.6.app/Contents/MacOS/lib/libmpi.40.dylib
       0x11cbc4000 -        0x11cbd9ff7 +libgcc_s.1.dylib (1) <AC4EDD06-EEFC-3EE0-8B5D-3896DF05BCCF> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgcc_s.1.dylib
       0x11cbea000 -        0x11cc26ff7 +libquadmath.0.dylib (0) <A2E469F2-EC6D-303F-A585-110C25519A79> /Applications/QGIS3.6.app/Contents/MacOS/lib/libquadmath.0.dylib
       0x11cc39000 -        0x11cc66fef +libgomp.1.dylib (0) <55E30F88-94F4-377C-AECB-18900943C158> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgomp.1.dylib
       0x11cc86000 -        0x11cd0aff3 +libopen-rte.40.dylib (0) <E1DAE1B6-50E7-3946-8746-E3BB9DA5D8EA> /Applications/QGIS3.6.app/Contents/MacOS/lib/libopen-rte.40.dylib
       0x11cd33000 -        0x11cdadff3 +libopen-pal.40.dylib (0) <568B4B34-67D4-34C8-9874-08301736B14E> /Applications/QGIS3.6.app/Contents/MacOS/lib/libopen-pal.40.dylib
       0x11cdeb000 -        0x11ce18ffb +libevent-2.1.6.dylib (0) <B44DCABA-DFEE-355D-A8B7-6F7DCD27EFF5> /Applications/QGIS3.6.app/Contents/MacOS/lib/libevent-2.1.6.dylib
       0x11ce2d000 -        0x11ce2efff +libevent_pthreads-2.1.6.dylib (0) <BABE08D3-4140-3AD1-914C-3FE1AD324304> /Applications/QGIS3.6.app/Contents/MacOS/lib/libevent_pthreads-2.1.6.dylib
       0x11ce36000 -        0x11ce3afff +libboost_chrono-mt.dylib (0) <04648B48-A317-343E-B8F2-875AC0BBC732> /Applications/QGIS3.6.app/Contents/MacOS/lib/libboost_chrono-mt.dylib
       0x11ce4d000 -        0x11ceb76ef  dyld (655.1.1) <CE635DB2-D47E-3C05-A0A3-6BD982E7E750> /usr/lib/dyld
       0x11cf18000 -        0x11d187fff +libgfortran.5.dylib (0) <A4E7024B-B5FE-3DA7-9E08-A4B4DACE72EF> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgfortran.5.dylib
       0x11d207000 -        0x11d25fff7 +libCGAL_Core.13.dylib (0) <28B67721-3E09-36A5-B339-AED06FC5B02D> /Applications/QGIS3.6.app/Contents/MacOS/lib/libCGAL_Core.13.dylib
       0x11d29f000 -        0x11d2acfff +libboost_thread-mt.dylib (0) <59155C51-4CEA-3DC8-9CFF-4BF015C8B118> /Applications/QGIS3.6.app/Contents/MacOS/lib/libboost_thread-mt.dylib
       0x11d2cf000 -        0x11d2f2ff7 +libboost_serialization-mt.dylib (0) <A350EFAC-DF26-3A5F-ACA5-2C5AFA2F1C27> /Applications/QGIS3.6.app/Contents/MacOS/lib/libboost_serialization-mt.dylib
       0x11d367000 -        0x11d36bff7 +libboost_date_time-mt.dylib (0) <B6B81C06-B8DA-3211-B726-8CD704A43EF7> /Applications/QGIS3.6.app/Contents/MacOS/lib/libboost_date_time-mt.dylib
       0x11d37f000 -        0x11d380fff +libboost_atomic-mt.dylib (0) <A082945B-BC13-3C35-8997-7228DBF03CF6> /Applications/QGIS3.6.app/Contents/MacOS/lib/libboost_atomic-mt.dylib
       0x11d387000 -        0x11d396ff3 +libCGAL.13.dylib (0) <B20BF2DB-4F4B-391B-A2D1-2842F899452D> /Applications/QGIS3.6.app/Contents/MacOS/lib/libCGAL.13.dylib
       0x11d3ac000 -        0x11d407fff +libgmp.10.dylib (0) <FF1577B7-A7A8-3522-9CDA-25515AEEC22A> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgmp.10.dylib
       0x11d418000 -        0x11d470ffb +libmpfr.6.dylib (0) <96A40005-16C6-3EDC-8516-2B27C0D95114> /Applications/QGIS3.6.app/Contents/MacOS/lib/libmpfr.6.dylib
       0x11d482000 -        0x11d51fff3 +libgeos-3.7.2.dylib (0) <B26CC413-5090-3430-BE56-9BB4C1A946FD> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgeos-3.7.2.dylib
       0x11d5cb000 -        0x11d5d2ff3 +libpopt.0.dylib (0) <B9A78FDB-EC78-3FD4-8E08-329670CCF76E> /Applications/QGIS3.6.app/Contents/MacOS/lib/libpopt.0.dylib
       0x11d5db000 -        0x11d5e0ff3 +libltdl.7.dylib (0) <D181F28E-8257-33C2-8D6F-2464D1DFFE00> /Applications/QGIS3.6.app/Contents/MacOS/lib/libltdl.7.dylib
       0x11d5e9000 -        0x11d616ff3 +libjpeg.9.dylib (0) <097A43C2-81FA-3EDB-BB6E-94062657531D> /Applications/QGIS3.6.app/Contents/MacOS/lib/libjpeg.9.dylib
       0x11d622000 -        0x11d639ffb +libhdf5_hl.100.dylib (0) <A1AF9531-86DF-3ACA-A76C-11D2DCB97B55> /Applications/QGIS3.6.app/Contents/MacOS/lib/libhdf5_hl.100.dylib
       0x11d647000 -        0x11d686ff7 +libssl.1.0.0.dylib (0) <0F81118F-C6DD-3452-85EB-D1860B45848F> /Applications/QGIS3.6.app/Contents/MacOS/lib/libssl.1.0.0.dylib
       0x11d6aa000 -        0x11d6b5ffb +libcares.2.dylib (0) <793C8A08-F9B5-32BD-8C82-92547AB53EC0> /Applications/QGIS3.6.app/Contents/MacOS/lib/libcares.2.dylib
       0x11d6be000 -        0x11d6d5ffb +libnghttp2.14.dylib (0) <E703053D-343A-3552-B16C-4CD6E8041EE7> /Applications/QGIS3.6.app/Contents/MacOS/lib/libnghttp2.14.dylib
       0x11d6e4000 -        0x11d6f7fff +librtmp.1.dylib (0) <1509FC17-6340-3DC3-BC60-CA815B248042> /Applications/QGIS3.6.app/Contents/MacOS/lib/librtmp.1.dylib
       0x11d702000 -        0x11d721fff +libssh2.1.dylib (0) <B842B6C4-AD86-3495-9642-764D00612B49> /Applications/QGIS3.6.app/Contents/MacOS/lib/libssh2.1.dylib
       0x11d72e000 -        0x11d75cff3 +libldap-2.4.2.dylib (0) <5ED49BA3-CD01-34F5-A246-1606E0BB4F8E> /Applications/QGIS3.6.app/Contents/MacOS/lib/libldap-2.4.2.dylib
       0x11d771000 -        0x11d779ffb +liblber-2.4.2.dylib (0) <78D4CDD4-C65A-38CC-A3C8-8DB858D3E66E> /Applications/QGIS3.6.app/Contents/MacOS/lib/liblber-2.4.2.dylib
       0x11d783000 -        0x11d78cffb +libbrotlidec.1.dylib (0) <BD308DD7-FF31-37DA-9E4F-9C84322F8DAA> /Applications/QGIS3.6.app/Contents/MacOS/lib/libbrotlidec.1.dylib
       0x11d794000 -        0x11d7b3ffb +libbrotlicommon.1.dylib (0) <EB19D0D7-A059-3990-86F6-C2F1BF08D936> /Applications/QGIS3.6.app/Contents/MacOS/lib/libbrotlicommon.1.dylib
       0x11d7ba000 -        0x11d7caff7 +org.qt-project.QtMultimediaWidgets (5.12 - 5.12.3) <6E0E460D-4C1E-34CB-8B15-13FBD1D4FE9B> /Applications/QGIS3.6.app/Contents/Frameworks/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets
       0x11d7de000 -        0x11d854ffb +org.qt-project.QtMultimedia (5.12 - 5.12.3) <2D004C91-7256-38F5-9129-964F278C818B> /Applications/QGIS3.6.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
       0x11d8aa000 -        0x11d8beff3 +org.qt-project.QtWebChannel (5.12 - 5.12.3) <7C547402-9474-3CE5-B22D-4DCB8B0E359F> /Applications/QGIS3.6.app/Contents/Frameworks/QtWebChannel.framework/Versions/5/QtWebChannel
       0x11d8ce000 -        0x11d8e6ffb +org.qt-project.QtSensors (5.12 - 5.12.3) <DF92DEEA-90C9-3A6C-A530-85F05A88B1A8> /Applications/QGIS3.6.app/Contents/Frameworks/QtSensors.framework/Versions/5/QtSensors
       0x11d906000 -        0x11d930ff3 +libxslt.1.dylib (0) <F52A3F5F-2722-3C07-86D5-366E9BAADF42> /Applications/QGIS3.6.app/Contents/MacOS/lib/libxslt.1.dylib
       0x11d940000 -        0x11d99cff7 +libssh.4.dylib (0) <15171B8D-897C-3D46-800C-1608738FE4C6> /Applications/QGIS3.6.app/Contents/MacOS/lib/libssh.4.dylib
       0x11d9b8000 -        0x11d9c0ff7 +libintl.8.dylib (0) <DFA5F6EB-A909-3CEF-A000-4120F2D4A5A8> /Applications/QGIS3.6.app/Contents/MacOS/lib/libintl.8.dylib
       0x1254b4000 -        0x125512ff3 +org.qt-project.QtDBus (5.12 - 5.12.3) <8B69382D-4DDB-395F-89DB-21B61BE1FA5E> /Applications/QGIS3.6.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
       0x125a00000 -        0x125b5eff7 +libqcocoa.dylib (0) <03BF9183-26E2-38B7-8FF5-6C0CFD65D89F> /Applications/QGIS3.6.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x127adb000 -        0x127aeaff3 +libesritokenauthmethod.so (0) <9A291D31-13AA-3F50-A3E5-6ED7BF843AC1> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libesritokenauthmethod.so
       0x127afb000 -        0x127b11fff  com.apple.security.csparser (3.0 - 58286.260.20) <9B538E9C-2FF3-3FFF-943C-945D73CF68CF> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x127bdb000 -        0x127c2cffb +libarcgisfeatureserverprovider.so (0) <2131B236-FDF5-338C-B0C6-671C4C943312> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libarcgisfeatureserverprovider.so
       0x127c68000 -        0x127cafff3 +libarcgismapserverprovider.so (0) <1B5511CF-E318-3D99-BA85-217802931FB6> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libarcgismapserverprovider.so
       0x127ce3000 -        0x127cf7ff3 +libbasicauthmethod.so (0) <DAEB37BF-1FE4-3750-A43A-EFF388DF19CD> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libbasicauthmethod.so
       0x127f66000 -        0x127f89ff7 +libqmacstyle.dylib (0) <0D6C10BC-1075-38BB-9FAE-872AB8E318D1> /Applications/QGIS3.6.app/Contents/PlugIns/styles/libqmacstyle.dylib
       0x127f9e000 -        0x127fb2fff +libcoordinatecaptureplugin.so (0) <D7325CAD-A04C-3F0D-9B7E-04579B4E145D> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libcoordinatecaptureplugin.so
       0x127fc0000 -        0x128006ff7 +libdb2provider.so (0) <D541B865-D0E2-3EFF-8EB0-33666D7DF482> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libdb2provider.so
       0x128036000 -        0x128071ffb +libdelimitedtextprovider.so (0) <4EEDB623-9906-34A8-8D39-449683A7B2C8> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libdelimitedtextprovider.so
       0x128094000 -        0x1280c5fff +libevis.so (0) <41D0512D-0827-3D68-9040-4030F9E3E725> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libevis.so
       0x1280e4000 -        0x12811afff +libgdalprovider.so (0) <30472E8F-C95C-3491-9D53-F4E5AAA7B15D> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libgdalprovider.so
       0x12813c000 -        0x128147fff +gdal_MrSID.dylib (0) <F3B137AA-6C3A-3AF5-B6D1-E21E72E20033> /Applications/QGIS3.6.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MrSID.dylib
       0x128159000 -        0x128170fff +libtbb.dylib (0) <CDAD9FEA-5F3D-3C19-8ED2-8175AC66936C> /Applications/QGIS3.6.app/Contents/MacOS/lib/libtbb.dylib
       0x128187000 -        0x128192ff7 +gdal_MG4Lidar.dylib (0) <15F74938-70BF-3D5E-9F66-43969C02F748> /Applications/QGIS3.6.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_MG4Lidar.dylib
       0x1281a1000 -        0x1281acff3 +libgrass_imagery.7.6.dylib (0) <6DC568A9-0F3E-3D6D-A2E5-2813C8385E07> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_imagery.7.6.dylib
       0x1281b7000 -        0x1281beff3 +libqgif.dylib (0) <F4935B92-814F-383D-8D5E-C158BC09C320> /Applications/QGIS3.6.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x1281c7000 -        0x1281ceff3 +libqicns.dylib (0) <0C65CBC4-2144-3F8A-B654-1CD4CD73DAFF> /Applications/QGIS3.6.app/Contents/PlugIns/imageformats/libqicns.dylib
       0x1281d7000 -        0x1281dcff3 +libqico.dylib (0) <31E2BB9A-9DEC-33EE-A66A-84A8D82C6ACC> /Applications/QGIS3.6.app/Contents/PlugIns/imageformats/libqico.dylib
       0x1281e5000 -        0x128248ff7 +libqjpeg.dylib (0) <1E4C6AD8-0B14-30B8-8193-1ACBD523D036> /Applications/QGIS3.6.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x128253000 -        0x128258ff7 +libqmacheif.dylib (0) <44BFA454-B8C0-382E-A31F-5341C3674F61> /Applications/QGIS3.6.app/Contents/PlugIns/imageformats/libqmacheif.dylib
       0x128261000 -        0x128266ffb +libqmacjp2.dylib (0) <72DD2072-0A7F-3525-A587-4EE83817D807> /Applications/QGIS3.6.app/Contents/PlugIns/imageformats/libqmacjp2.dylib
       0x12826f000 -        0x128273fff +libqsvg.dylib (0) <E5FA1A06-DC92-3A26-8172-3C66007BD77F> /Applications/QGIS3.6.app/Contents/PlugIns/imageformats/libqsvg.dylib
       0x12827c000 -        0x128280ffb +libqtga.dylib (0) <22242AE2-EDA8-3404-A4A6-47D3334595F3> /Applications/QGIS3.6.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x128288000 -        0x1282ebffb +libqtiff.dylib (0) <7AF010CD-6780-3D78-AB76-AE84F2B5D448> /Applications/QGIS3.6.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x1282f9000 -        0x1282fcff3 +libqwbmp.dylib (0) <59B24949-4257-3E4D-B3C6-1D12E2730EA7> /Applications/QGIS3.6.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x128305000 -        0x128399ff7 +libqwebp.dylib (0) <76F91601-A6F4-3739-A629-E8F3A0EC79D5> /Applications/QGIS3.6.app/Contents/PlugIns/imageformats/libqwebp.dylib
       0x129b6b000 -        0x129b72ff3 +libqsvgicon.dylib (0) <1887AFC5-2836-306F-AB56-2CD874371485> /Applications/QGIS3.6.app/Contents/PlugIns/iconengines/libqsvgicon.dylib
       0x12ec8d000 -        0x12ec91ffb +libgrass_datetime.7.6.dylib (0) <2BBC75EB-6E08-3759-9919-A08FFFDE4516> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_datetime.7.6.dylib
       0x12f319000 -        0x12f786ff7 +libltidsdk.dylib (0) <64110731-481C-34ED-BC01-770ED0A417A2> /Applications/QGIS3.6.app/Contents/MacOS/lib/libltidsdk.dylib
       0x12f8b9000 -        0x12f8d2ff7 +gdal_ECW_JP2ECW.dylib (0) <DAAC0E15-4C32-38AE-AA33-6430C9798175> /Applications/QGIS3.6.app/Contents/Resources/gdal/gdalplugins/2.4/gdal_ECW_JP2ECW.dylib
       0x12f8ea000 -        0x12fd57ff7 +libNCSEcw.dylib (0) <D7F3424B-7BD8-3F0D-906D-0DA63EF88695> /Applications/QGIS3.6.app/Contents/MacOS/lib/libNCSEcw.dylib
       0x130182000 -        0x1301c2ff7 +liblti_lidar_dsdk.1.dylib (0) <B5EA2BBA-3C42-3168-859F-910D122D7AD3> /Applications/QGIS3.6.app/Contents/MacOS/lib/liblti_lidar_dsdk.1.dylib
       0x1301e0000 -        0x130221ff3 +libgeometrycheckerplugin.so (0) <4834981B-D647-3EAD-BC6D-E8702677BFDC> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libgeometrycheckerplugin.so
       0x130247000 -        0x130261ff3 +libgeonodeprovider.so (0) <0D597D37-3B86-3553-86E7-32A503625A16> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libgeonodeprovider.so
       0x130279000 -        0x1302e6ff7 +libgeorefplugin.so (0) <E4EC1907-9990-343B-B816-A45DC6344A85> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libgeorefplugin.so
       0x130325000 -        0x1304a5fff +libgsl.23.dylib (0) <DF47ABEA-A99C-3118-B9F7-295BD6577705> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgsl.23.dylib
       0x13050e000 -        0x130540ff7 +libgslcblas.0.dylib (0) <631CED57-3C4C-37AF-851C-50A90AD0654D> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgslcblas.0.dylib
       0x130549000 -        0x13057bff3 +libgpsimporterplugin.so (0) <44C4B9B4-4A8C-3E92-89DB-44A6B8013929> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libgpsimporterplugin.so
       0x13059a000 -        0x1305b5fff +libgpxprovider.so (0) <6778A3B6-1476-3E7C-8583-F1AD39A098B8> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libgpxprovider.so
       0x1305c7000 -        0x1306eaff7 +libgrassplugin7.so (0) <81D5816C-CB3A-3BBE-B2DF-5FEF30745D17> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libgrassplugin7.so
       0x13077a000 -        0x1307e9fff +org.qgis.qgis3_grass (3.6.3 - qgisgrass7 3.6.3) <A9B1D9A5-84A2-3433-8587-B12BC82AA10D> /Applications/QGIS3.6.app/Contents/Frameworks/qgisgrass7.framework/Versions/3.6/qgisgrass7
       0x13082b000 -        0x130871ff7 +libgrass_gis.7.6.dylib (0) <59A5C5DA-A8E6-3802-A9E2-DBF09CCD9D14> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_gis.7.6.dylib
       0x130886000 -        0x1308dcffb +libgrass_vector.7.6.dylib (0) <D9606B06-8F8C-3730-88CF-5D03725503E8> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_vector.7.6.dylib
       0x1308f5000 -        0x13090efff +libgrass_raster.7.6.dylib (0) <6FE715BF-4CF1-3FA1-B544-64C225412202> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_raster.7.6.dylib
       0x13091e000 -        0x130925ffb +libgrass_dbmibase.7.6.dylib (0) <8CF572EA-D704-3C5A-B939-002E68AB69BD> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_dbmibase.7.6.dylib
       0x130931000 -        0x130936fff +libgrass_dbmiclient.7.6.dylib (0) <B0CB3814-6BA3-348B-A540-18BDC56B4274> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_dbmiclient.7.6.dylib
       0x130940000 -        0x130947fff +libgrass_gproj.7.6.dylib (0) <7C0B644A-0788-3281-A858-7DF45362F8AB> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_gproj.7.6.dylib
       0x130950000 -        0x13095dff3 +libgrass_dgl.7.6.dylib (0) <B35B4F9A-B354-3C11-9414-980DA0D47AD2> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_dgl.7.6.dylib
       0x130968000 -        0x130978ff3 +libgrass_dig2.7.6.dylib (0) <AA430BE7-B11A-34AD-8548-2840CEBC355A> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_dig2.7.6.dylib
       0x130983000 -        0x130984fff +libgrass_linkm.7.6.dylib (0) <E17E1FD0-25D3-3587-ABEA-7A66AC8EB297> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_linkm.7.6.dylib
       0x13098b000 -        0x130991fff +libgrass_rtree.7.6.dylib (0) <F7503583-57C1-32A1-8AAC-B75389F251FF> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_rtree.7.6.dylib
       0x130999000 -        0x13099dff7 +libgrass_btree2.7.6.dylib (0) <846D8AF5-D54E-3E5C-ABD8-0B6CD96F1B06> /Applications/QGIS3.6.app/Contents/MacOS/lib/libgrass_btree2.7.6.dylib
       0x1309a5000 -        0x1309c8ffb +libgrassprovider7.so (0) <DE3D5F0A-0F90-3D31-ADB6-BAFF24BC758B> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libgrassprovider7.so
       0x1309df000 -        0x1309ecfff +libgrassrasterprovider7.so (0) <019BFDF6-76C8-35C7-BD7D-CA7BB4AAD656> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libgrassrasterprovider7.so
       0x1309f4000 -        0x130a05ff3 +libidentcertauthmethod.so (0) <F6BADC13-F52B-3085-913C-39648F646C68> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libidentcertauthmethod.so
       0x130a13000 -        0x130a83ff3 +libmdalprovider.so (0) <E60B9CF9-05A8-3BDB-AE95-F20A7A61F572> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libmdalprovider.so
       0x130ab4000 -        0x130b14fff +libmssqlprovider.so (0) <62E69E1B-BA77-32AA-977C-A44DE422EE5D> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libmssqlprovider.so
       0x130b4a000 -        0x130b9eff3 +liboauth2authmethod.so (0) <6FA9CC77-766A-3269-A67E-66D894D4E934> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/liboauth2authmethod.so
       0x130bca000 -        0x130bdefff +libofflineeditingplugin.so (0) <444EC28D-2241-3F3A-89EB-B5915BF0C6CB> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libofflineeditingplugin.so
       0x130bf1000 -        0x130c7dffb +libogrprovider.so (0) <8C765945-5850-3D9C-B478-7B36488C33C4> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libogrprovider.so
       0x130cc6000 -        0x130cd7ff3 +libowsprovider.so (0) <48143E0D-D6F1-399A-A4B1-E36AD6B311FD> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libowsprovider.so
       0x130ce3000 -        0x130cf9ffb +libpkcs12authmethod.so (0) <9893E716-AB51-3ED2-B44B-F91A9DDDE7FD> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libpkcs12authmethod.so
       0x130d0b000 -        0x130d21ffb +libpkipathsauthmethod.so (0) <989DD7E1-5D14-3DEB-8128-41F3453DB785> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libpkipathsauthmethod.so
       0x130d33000 -        0x130de2ff3 +libpostgresprovider.so (0) <D74A91F7-A151-3DD4-AD83-F77E5AB6F862> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libpostgresprovider.so
       0x130e30000 -        0x130e8fff3 +libspatialiteprovider.so (0) <24F0D738-71FF-39D3-A17A-59E401AF734F> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libspatialiteprovider.so
       0x130ec2000 -        0x130ef6ff3 +libtopolplugin.so (0) <2DC8A6F7-459C-3303-9C01-32012E22904F> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libtopolplugin.so
       0x130f11000 -        0x130f42fff +libvirtuallayerprovider.so (0) <D6F2B0F4-EF58-3AA3-9749-9EF1C4F6FFC6> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libvirtuallayerprovider.so
       0x130f65000 -        0x130faaff7 +libwcsprovider.so (0) <2B5796CC-4600-3842-BBBA-8A454BD2079C> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libwcsprovider.so
       0x130fd1000 -        0x13104dff7 +libwfsprovider.so (0) <CB815916-3542-3711-8117-F71A103B788E> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libwfsprovider.so
       0x131099000 -        0x131139fff +libwmsprovider.so (0) <0C9F85BA-BACB-3A00-B35E-D0D5C2B8364D> /Applications/QGIS3.6.app/Contents/PlugIns/qgis/libwmsprovider.so
       0x131186000 -        0x13118cfff +libqca-cyrus-sasl.dylib (0) <E2D3C94C-F7C7-3159-B16E-5FD04553369B> /Applications/QGIS3.6.app/Contents/PlugIns/crypto/libqca-cyrus-sasl.dylib
       0x131197000 -        0x13119bfff +libqca-logger.dylib (0) <5A99604C-D410-3766-BB05-2BCF7479C276> /Applications/QGIS3.6.app/Contents/PlugIns/crypto/libqca-logger.dylib
       0x1311a6000 -        0x1311cbff7 +libqca-ossl.dylib (0) <4D0E18DE-4ECB-33FC-8D62-AF5DDB7AAB48> /Applications/QGIS3.6.app/Contents/PlugIns/crypto/libqca-ossl.dylib
       0x1311f6000 -        0x131203ffb +libqca-softstore.dylib (0) <86E7D0A6-DDF9-3685-AF6F-7C08CF4D762E> /Applications/QGIS3.6.app/Contents/PlugIns/crypto/libqca-softstore.dylib
       0x131215000 -        0x131381ff7 +libqsqlite.dylib (0) <2EED179D-E00A-32F8-86CD-928AFBA8B8CB> /Applications/QGIS3.6.app/Contents/PlugIns/sqldrivers/libqsqlite.dylib
       0x1313af000 -        0x1313b6fff +libqgenericbearer.dylib (0) <27203812-0DB9-3B8C-A162-4E71021A3C03> /Applications/QGIS3.6.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
       0x13195e000 -        0x131970ffb +libqgispython.3.6.3.dylib (0) <9527907D-D4B5-39FB-82B0-B560C72CBFB6> /Applications/QGIS3.6.app/Contents/MacOS/lib/libqgispython.3.6.3.dylib
       0x132a00000 -        0x132b83fff +org.python.python (3.7.3, [c] 2001-2019 Python Software Foundation. - 3.7.3) <84264F8D-1243-3F6F-AECD-81001338665C> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/3.7/Python
       0x132e4f000 -        0x132e50fff +_heapq.cpython-37m-darwin.so (0) <A5297284-1D5D-3D4B-96B2-335DAE0A48F8> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so
       0x132ed8000 -        0x133023ff3 +QtCore.so (0) <22354B36-403A-33C7-A5DD-0ED5F06B8AB4> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtCore.so
       0x13319a000 -        0x1331adfff +sip.so (0) <C8334F21-AE37-39BA-8CA5-9E58050547B6> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/sip.so
       0x13323d000 -        0x133d45ffb +_gui.so (0) <23321918-DFA1-3035-B6CE-3F19C9BF7E4E> /Applications/QGIS3.6.app/Contents/Resources/python/qgis/_gui.so
       0x134931000 -        0x134a99ff7 +QtGui.so (0) <91A99FC5-4781-335D-AAFE-EAC4FC60FE58> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtGui.so
       0x134cb4000 -        0x134f10ff3 +QtWidgets.so (0) <01745711-A775-3B3C-94DC-3C54C1BFDC20> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtWidgets.so
       0x13527d000 -        0x13529affb +QtPrintSupport.so (0) <A9A4DA01-7615-3557-8F20-3B29480B0FE3> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtPrintSupport.so
       0x1352c2000 -        0x13535cff3 +Qsci.so (0) <C39C985B-E82D-39C7-AB3E-E2A938CB1D9B> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/Qsci.so
       0x135412000 -        0x135435ff7 +QtXml.so (0) <F904CF92-CAFA-33DA-9068-8F7C2D9EE2C4> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtXml.so
       0x135466000 -        0x13548fff7 +QtSql.so (0) <0342891F-7321-3456-BFCD-5B82479EEDCD> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtSql.so
       0x1354c6000 -        0x135523ff3 +QtNetwork.so (0) <6C2DD9ED-FD47-3FA7-B80D-A670028F7908> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtNetwork.so
       0x1355dd000 -        0x135f80ff7 +_core.so (0) <1DE56593-1339-3051-85AC-D485D655B786> /Applications/QGIS3.6.app/Contents/Resources/python/qgis/_core.so
       0x136da5000 -        0x136da5fff +_opcode.cpython-37m-darwin.so (0) <8F956798-EE54-301E-9D96-448CC2296FD1> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so
       0x136e50000 -        0x136e54ffb +math.cpython-37m-darwin.so (0) <AD4BEECA-77E1-3ECB-A0C9-8C9D6849F4E2> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so
       0x136eec000 -        0x136ef7ff3 +_datetime.cpython-37m-darwin.so (0) <DCCE3472-6269-3868-A81E-1D04BE56523F> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so
       0x136f04000 -        0x136f07fff +zlib.cpython-37m-darwin.so (0) <06AC34F5-76F2-3CBE-A0D4-AA8499C77CCE> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so
       0x136f50000 -        0x136f51fff +_bz2.cpython-37m-darwin.so (0) <ADC48339-0FCB-3C21-9077-58779C911962> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so
       0x136f59000 -        0x136f5cff7 +_lzma.cpython-37m-darwin.so (0) <A1086826-C244-33B0-AD7E-387B5EAC525F> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so
       0x136f66000 -        0x136f67fff +grp.cpython-37m-darwin.so (0) <8DDDA372-84F1-38E5-A7EA-41538F7BB0EC> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so
       0x136f6f000 -        0x136f72fff +_hashlib.cpython-37m-darwin.so (0) <CEEDA174-D324-3C9F-A641-6883C26D230B> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so
       0x136f7b000 -        0x136f80ffb +_blake2.cpython-37m-darwin.so (0) <4858ABFA-F4AF-32FD-8F67-24F5EA5E5EDD> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so
       0x136f88000 -        0x136f98fff +_sha3.cpython-37m-darwin.so (0) <67867CF0-9EBE-33A5-AC9F-F0B1233D72EB> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so
       0x136fa2000 -        0x136fa2fff +_bisect.cpython-37m-darwin.so (0) <71551D1B-9A62-39B1-9E07-E8C2D2B122AA> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so
       0x136fa9000 -        0x136faaffb +_random.cpython-37m-darwin.so (0) <3EE21A2B-6164-3348-A3AC-9BE83DC846C0> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so
       0x137032000 -        0x1370aaff7 +_gdal.cpython-37m-darwin.so (0) <B0D2905D-AF94-3E9E-B5C1-43407A2091B1> /Applications/QGIS3.6.app/Contents/Resources/python/osgeo/_gdal.cpython-37m-darwin.so
       0x137121000 -        0x1371b1ff7 +_ogr.cpython-37m-darwin.so (0) <CBC53E8C-8E63-3B33-A9C2-36038095F616> /Applications/QGIS3.6.app/Contents/Resources/python/osgeo/_ogr.cpython-37m-darwin.so
       0x137227000 -        0x137267ff7 +_osr.cpython-37m-darwin.so (0) <AA92A145-20DD-3338-B104-9E409CA2325D> /Applications/QGIS3.6.app/Contents/Resources/python/osgeo/_osr.cpython-37m-darwin.so
       0x137309000 -        0x137310ff3 +_elementtree.cpython-37m-darwin.so (0) <EBD512D2-840C-3285-8346-2C7A0F336AE3> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_elementtree.cpython-37m-darwin.so
       0x13731c000 -        0x13733bffb +pyexpat.cpython-37m-darwin.so (0) <4F167C7B-8CFB-3CF4-B007-3DD3A27FB68A> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/pyexpat.cpython-37m-darwin.so
       0x137ae0000 -        0x137ae3fff +_struct.cpython-37m-darwin.so (0) <00562B1E-7813-30E5-A48D-613782E211E0> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so
       0x137aee000 -        0x137af1ff7 +binascii.cpython-37m-darwin.so (0) <3D6B54D2-32BD-3793-8EB9-24C731D33CE0> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so
       0x137b39000 -        0x137b41ffb +_socket.cpython-37m-darwin.so (0) <0B427FFA-31A7-307B-8248-13D4ABFCD988> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so
       0x137b91000 -        0x137b94fff +select.cpython-37m-darwin.so (0) <DF16ED7C-95EE-3995-BE70-21C46BC67798> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so
       0x137c28000 -        0x137c34fff +_ssl.cpython-37m-darwin.so (0) <1E5CFB43-5E2F-316A-BBBA-D04470B9A936> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so
       0x137c86000 -        0x137c87fff +_scproxy.cpython-37m-darwin.so (0) <5261312F-B1DF-3B70-BA6F-85B34CA99479> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_scproxy.cpython-37m-darwin.so
       0x137c8f000 -        0x137c94ff7 +_json.cpython-37m-darwin.so (0) <39E1BAB1-1CBF-303D-B442-1FCD547D420D> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_json.cpython-37m-darwin.so
       0x137cdd000 -        0x137cddfff +_uuid.cpython-37m-darwin.so (0) <67D066E3-B368-3F76-8707-367542B201F2> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_uuid.cpython-37m-darwin.so
       0x1381b9000 -        0x1381e6ff7 +_decimal.cpython-37m-darwin.so (0) <9797AF9F-922E-331A-80D6-145A362CFC40> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_decimal.cpython-37m-darwin.so
       0x138314000 -        0x138315fff +_posixsubprocess.cpython-37m-darwin.so (0) <41961A25-00CC-33D3-8FD3-CF6A1553B0E7> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so
       0x13835d000 -        0x13835efff +_queue.cpython-37m-darwin.so (0) <B5B35744-98F6-3150-86FA-49FB3768FF83> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_queue.cpython-37m-darwin.so
       0x1383a6000 -        0x1384a4fff +unicodedata.cpython-37m-darwin.so (0) <6575F5C1-99FF-36A6-8DCC-63F966FF6637> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/unicodedata.cpython-37m-darwin.so
       0x138784000 -        0x138793fff +_ctypes.cpython-37m-darwin.so (0) <D276A7E4-A817-337E-AE82-198934D03AD9> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so
       0x138863000 -        0x138864ff7 +_constant_time.abi3.so (0) <29FC3AA6-6267-349B-9062-22B615146B19> /Applications/QGIS3.6.app/Contents/Resources/python/cryptography/hazmat/bindings/_constant_time.abi3.so
       0x13886c000 -        0x138886ff7 +_cffi_backend.cpython-37m-darwin.so (0) <34A2EC26-072B-399C-9841-6AE90C845EA6> /Applications/QGIS3.6.app/Contents/Resources/python/_cffi_backend.cpython-37m-darwin.so
       0x1388e2000 -        0x138b349df +_openssl.abi3.so (0) <54284439-26A5-3936-BA90-C927D83B8538> /Applications/QGIS3.6.app/Contents/Resources/python/cryptography/hazmat/bindings/_openssl.abi3.so
       0x138e3a000 -        0x138e41ff7 +_speedups.cpython-37m-darwin.so (0) <DD56830C-C79D-308D-8115-EE0C255043E7> /Applications/QGIS3.6.app/Contents/Resources/python/simplejson/_speedups.cpython-37m-darwin.so
       0x138ecb000 -        0x1391e9fff +_multiarray_umath.cpython-37m-darwin.so (0) <AB58FAD7-F887-34CB-A637-C322042B7AC4> /Applications/QGIS3.6.app/Contents/Resources/python/numpy/core/_multiarray_umath.cpython-37m-darwin.so
       0x1393c1000 -        0x1393cdfff +_pickle.cpython-37m-darwin.so (0) <0D9EA07D-4050-37F0-B43A-5AD41A76D901> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so
       0x13946e000 -        0x13947bfff +_multiarray_tests.cpython-37m-darwin.so (0) <9440E088-B5B4-3871-92BC-9FF3773E0E59> /Applications/QGIS3.6.app/Contents/Resources/python/numpy/core/_multiarray_tests.cpython-37m-darwin.so
       0x1394cf000 -        0x1394d1fff +lapack_lite.cpython-37m-darwin.so (0) <3750E2FD-E170-3C70-A49D-275EC7B2F384> /Applications/QGIS3.6.app/Contents/Resources/python/numpy/linalg/lapack_lite.cpython-37m-darwin.so
       0x1394d9000 -        0x1394f2ffb +_umath_linalg.cpython-37m-darwin.so (0) <388132FE-701E-3596-A884-407407994385> /Applications/QGIS3.6.app/Contents/Resources/python/numpy/linalg/_umath_linalg.cpython-37m-darwin.so
       0x1395d6000 -        0x1395e2ffb +fftpack_lite.cpython-37m-darwin.so (0) <014A2EE4-3AE3-366B-88B8-18DF37E8934F> /Applications/QGIS3.6.app/Contents/Resources/python/numpy/fft/fftpack_lite.cpython-37m-darwin.so
       0x13962a000 -        0x1396caff3 +mtrand.cpython-37m-darwin.so (0) <AEEDD25C-6DFC-3F04-AAB4-3CB2198A2E10> /Applications/QGIS3.6.app/Contents/Resources/python/numpy/random/mtrand.cpython-37m-darwin.so
       0x1398ef000 -        0x139944fff +conversion.cpython-37m-darwin.so (0) <86054666-9BBB-3F79-99A7-FAB1A606B1F3> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/conversion.cpython-37m-darwin.so
       0x13996c000 -        0x13998bfff +nattype.cpython-37m-darwin.so (0) <95121566-A0C7-34E7-AE9A-79DDB2B6F485> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/nattype.cpython-37m-darwin.so
       0x1399a9000 -        0x1399b1ff7 +np_datetime.cpython-37m-darwin.so (0) <DDD3A2E5-397C-39EF-A7ED-1A25E030A069> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/np_datetime.cpython-37m-darwin.so
       0x1399bd000 -        0x139a13ff3 +timedeltas.cpython-37m-darwin.so (0) <58C0A244-F57C-3F34-B0D3-944A2A32D46C> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/timedeltas.cpython-37m-darwin.so
       0x139a87000 -        0x139ad0ff7 +offsets.cpython-37m-darwin.so (0) <C7F83551-B1ED-3B8D-9FCB-C29FA81E0D22> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/offsets.cpython-37m-darwin.so
       0x139b04000 -        0x139b0cfff +ccalendar.cpython-37m-darwin.so (0) <88B0FDDE-D1DF-3AF1-8470-4CB300C0099E> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/ccalendar.cpython-37m-darwin.so
       0x139b1b000 -        0x139b66ff3 +strptime.cpython-37m-darwin.so (0) <9C2A6710-942E-3D38-8200-746B4F13E85A> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/strptime.cpython-37m-darwin.so
       0x139b94000 -        0x139bbaff3 +timezones.cpython-37m-darwin.so (0) <C1DB5A71-ABFB-33C0-B245-B6A6411B1C05> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/timezones.cpython-37m-darwin.so
       0x139bd5000 -        0x139c19fff +parsing.cpython-37m-darwin.so (0) <A2D0C025-B4F1-31CC-A7E6-9C190DFF611B> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/parsing.cpython-37m-darwin.so
       0x139c44000 -        0x139c9bff3 +period.cpython-37m-darwin.so (0) <F684D5E5-07D4-348D-9D86-A8F6835C55BD> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/period.cpython-37m-darwin.so
       0x139ccc000 -        0x139cdfff3 +frequencies.cpython-37m-darwin.so (0) <74FE1CC8-B39F-359E-8296-8088DC7065F0> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/frequencies.cpython-37m-darwin.so
       0x139cf5000 -        0x139d53ff3 +timestamps.cpython-37m-darwin.so (0) <5345260F-6CB0-39D8-9120-7C3B5E4A91A7> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/timestamps.cpython-37m-darwin.so
       0x139d8e000 -        0x139dbaff3 +fields.cpython-37m-darwin.so (0) <1628D193-50BD-31C5-AC95-C1CA25A4D66F> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/fields.cpython-37m-darwin.so
       0x139e19000 -        0x139e45fff +resolution.cpython-37m-darwin.so (0) <65B41877-2C5D-3FA2-8629-CA2377E1E975> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslibs/resolution.cpython-37m-darwin.so
       0x139e68000 -        0x139edcff3 +hashtable.cpython-37m-darwin.so (0) <16C58A37-E293-39B4-AC69-E29919AA0CEE> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/hashtable.cpython-37m-darwin.so
       0x139f14000 -        0x139f21ffb +missing.cpython-37m-darwin.so (0) <423DC5CF-3B5B-3FAE-BBBE-3A5EC0BD6D76> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/missing.cpython-37m-darwin.so
       0x139f30000 -        0x139f81ffb +lib.cpython-37m-darwin.so (0) <A432F3D6-2CFA-3F1B-B067-42DE4560698E> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/lib.cpython-37m-darwin.so
       0x139fb5000 -        0x139fefff3 +tslib.cpython-37m-darwin.so (0) <5EB4E064-BE3B-3F02-B5B5-424E3EF7F511> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/tslib.cpython-37m-darwin.so
       0x13a050000 -        0x13a1d7ff7 +algos.cpython-37m-darwin.so (0) <98A2E0A5-3764-3E63-ABA7-851F3425FF1E> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/algos.cpython-37m-darwin.so
       0x13a276000 -        0x13a423fff +interval.cpython-37m-darwin.so (0) <58BEA966-176C-3584-9D90-7E26FCEFFA4C> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/interval.cpython-37m-darwin.so
       0x13a4e4000 -        0x13a4ecfff +properties.cpython-37m-darwin.so (0) <19441426-E0B5-3D96-8B81-7090829EDE4A> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/properties.cpython-37m-darwin.so
       0x13a4fa000 -        0x13a516ff7 +hashing.cpython-37m-darwin.so (0) <0EDFA055-783C-3619-B89D-CFB3A542BE76> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/hashing.cpython-37m-darwin.so
       0x13a56e000 -        0x13a593fff +ops.cpython-37m-darwin.so (0) <92D9CE2F-1FE5-344B-B59D-8950F4D25297> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/ops.cpython-37m-darwin.so
       0x13a6ed000 -        0x13a772fff +index.cpython-37m-darwin.so (0) <E382F096-9670-3032-AAC4-85E392CC18B2> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/index.cpython-37m-darwin.so
       0x13a7a9000 -        0x13a9f4ff7 +join.cpython-37m-darwin.so (0) <E794B7A5-AC42-36FD-A7BC-5E79D0D41093> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/join.cpython-37m-darwin.so
       0x13aabf000 -        0x13ab84fff +sparse.cpython-37m-darwin.so (0) <617C19EF-E47D-3D5B-B768-F8E0AE1E4E99> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/sparse.cpython-37m-darwin.so
       0x13abe8000 -        0x13ac8ffff +groupby.cpython-37m-darwin.so (0) <3452D8F9-43A9-356C-91FA-037429B41F63> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/groupby.cpython-37m-darwin.so
       0x13ae01000 -        0x13ae06fff +indexing.cpython-37m-darwin.so (0) <38D22916-688F-3819-9234-CE4DFE2ACC86> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/indexing.cpython-37m-darwin.so
       0x13ae51000 -        0x13ae7effb +internals.cpython-37m-darwin.so (0) <FC5C5C52-D3EE-3987-A338-A918DDD28C52> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/internals.cpython-37m-darwin.so
       0x13af1e000 -        0x13af21fff +_csv.cpython-37m-darwin.so (0) <7CB89BD2-CAFB-3C40-9CD0-7891514BE462> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_csv.cpython-37m-darwin.so
       0x13af2b000 -        0x13af2dfff +mmap.cpython-37m-darwin.so (0) <2638A1A2-A77A-38F1-8D78-05646893A7FD> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/mmap.cpython-37m-darwin.so
       0x13b275000 -        0x13b297ff7 +_path.cpython-37m-darwin.so (0) <5EEDB0B2-20BC-32D0-82F7-3849B8873F07> /Applications/QGIS3.6.app/Contents/Resources/python/matplotlib/_path.cpython-37m-darwin.so
       0x13b2ee000 -        0x13b37eff7 +window.cpython-37m-darwin.so (0) <51F403AC-531B-3CA0-B2B9-5C5868745077> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/window.cpython-37m-darwin.so
       0x13b3b3000 -        0x13b3c2ff7 +skiplist.cpython-37m-darwin.so (0) <D455C516-9971-3F35-8E36-6A85D39184B1> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/skiplist.cpython-37m-darwin.so
       0x13b451000 -        0x13b482fff +reduction.cpython-37m-darwin.so (0) <27A973FA-2517-34EA-8968-7A250CC829D4> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/reduction.cpython-37m-darwin.so
       0x13b49e000 -        0x13b4c9ffb +reshape.cpython-37m-darwin.so (0) <9C6BD25D-05CB-3272-BAEC-C144210A61D4> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/reshape.cpython-37m-darwin.so
       0x13b5a6000 -        0x13b5b4ff3 +json.cpython-37m-darwin.so (0) <34872918-026B-3C6F-8BA4-357A7E8394AF> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/json.cpython-37m-darwin.so
       0x13b5d9000 -        0x13b647ff3 +parsers.cpython-37m-darwin.so (0) <9B7506FF-A65A-380F-8E62-4385D22D275B> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/parsers.cpython-37m-darwin.so
       0x13b6b9000 -        0x13b6d9ff3 +writers.cpython-37m-darwin.so (0) <5BF0BB7D-5BB9-3860-9C4D-641D0AE238FD> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/writers.cpython-37m-darwin.so
       0x13b6f6000 -        0x13b6f6ffb +_move.cpython-37m-darwin.so (0) <1F7FF5A2-B276-3D5A-A3CB-BA6A70FE22A9> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/util/_move.cpython-37m-darwin.so
       0x13b73e000 -        0x13b749ff3 +_packer.cpython-37m-darwin.so (0) <A91909FD-C560-3EA2-AA6A-6FF40302BBBD> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/io/msgpack/_packer.cpython-37m-darwin.so
       0x13b759000 -        0x13b768ff7 +_unpacker.cpython-37m-darwin.so (0) <F6C7AEA9-05B3-3318-B70A-702E8D309CBD> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/io/msgpack/_unpacker.cpython-37m-darwin.so
       0x13b89c000 -        0x13b8aaff7 +testing.cpython-37m-darwin.so (0) <CAD549C6-E481-3300-A5A5-8E4E96C3954F> /Applications/QGIS3.6.app/Contents/Resources/python/pandas/_libs/testing.cpython-37m-darwin.so
       0x13c65b000 -        0x13c6a9ff3 +_analysis.so (0) <EAB89F52-0EA4-3435-8644-76410E260BFD> /Applications/QGIS3.6.app/Contents/Resources/python/qgis/_analysis.so
       0x13c783000 -        0x13c7a5ff7 +_psycopg.cpython-37m-darwin.so (0) <30D45B45-2B29-3C03-A3D1-EF5A8B36D773> /Applications/QGIS3.6.app/Contents/Resources/python/psycopg2/_psycopg.cpython-37m-darwin.so
       0x13c8eb000 -        0x13c8f4ff7 +_gdalconst.cpython-37m-darwin.so (0) <AD52C02F-6F6B-3047-BA86-9AADA791DC7C> /Applications/QGIS3.6.app/Contents/Resources/python/osgeo/_gdalconst.cpython-37m-darwin.so
       0x13c983000 -        0x13c98bff7 +_sqlite3.cpython-37m-darwin.so (0) <F51128F3-5B06-3DA9-A379-A3AAD55ED61B> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_sqlite3.cpython-37m-darwin.so
       0x13cb9a000 -        0x13cba7ffb +QtSvg.so (0) <04CE14AC-9D27-316C-81C3-4E4EE090D33A> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtSvg.so
       0x13ce7f000 -        0x13ce84ffb +array.cpython-37m-darwin.so (0) <E4483B57-DAFC-3E8E-AD14-23559D23C59D> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/array.cpython-37m-darwin.so
       0x13ced0000 -        0x13cf7dff7 +org.osgeo.geos (3.7.1 - GEOS 3.7.1-1) <388817E4-FB75-3A43-B7AE-3093F3DAA56C> /Library/Frameworks/GEOS.framework/Versions/Current/GEOS
       0x13d0ac000 -        0x13d0c7ff3 +_speedups.cpython-37m-darwin.so (0) <757EBBCE-8449-3D6E-9372-5E82B5B0F2DD> /Applications/QGIS3.6.app/Contents/Resources/python/shapely/speedups/_speedups.cpython-37m-darwin.so
       0x13d4db000 -        0x13d4e6fff +pbf2geojson_osx_x86_64.so (0) <4E8E5F57-1C3C-3A44-AC4C-E3AB3B71C84A> /var/folders/*/pbf2geojson_osx_x86_64.so
       0x13d6f1000 -        0x13d6f1fff +_contextvars.cpython-37m-darwin.so (0) <9E462E95-BD02-3B2F-8A29-5FF5E6337B6C> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_contextvars.cpython-37m-darwin.so
       0x13d75c000 -        0x13d75dfff +termios.cpython-37m-darwin.so (0) <DB8E8BF9-FAFF-3C5E-AFBF-2DB36F408531> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/termios.cpython-37m-darwin.so
       0x13d76f000 -        0x13d770ff7 +Qt.so (0) <006C734E-D91E-3D5F-836B-6B442B1040DD> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/Qt.so
       0x13dbbf000 -        0x13dbe4ff3 +QtWebKitWidgets.so (0) <1D7B7615-C8A1-31DB-A628-FE1C7415BAEF> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtWebKitWidgets.so
       0x13dc17000 -        0x13dc2cff7 +QtWebKit.so (0) <60D61947-2783-398A-862E-7EAB4EAEB39F> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtWebKit.so
       0x13de59000 -        0x13de72fff +QtDBus.so (0) <01FB2AB9-10F6-3630-8755-AC0BD53E72C6> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtDBus.so
       0x13ded6000 -        0x13dee8fff +QtNetworkAuth.so (0) <E0BAD5B6-63F6-3D64-8516-9EC11FE8608D> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtNetworkAuth.so
       0x13df07000 -        0x13df1dffb +org.qt-project.QtNetworkAuth (5.12 - 5.12.3) <E9869AE4-ADD4-368C-A832-5356D243949B> /Applications/QGIS3.6.app/Contents/Frameworks/QtNetworkAuth.framework/Versions/5/QtNetworkAuth
       0x13df33000 -        0x13df51ff7 +QtSensors.so (0) <F93DDA09-700D-39B7-95FF-D68719EA3D68> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtSensors.so
       0x13df89000 -        0x13df94ffb +QtSerialPort.so (0) <4CB415DE-01B8-387E-B7AB-D4152D18D4F6> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtSerialPort.so
       0x13dfa5000 -        0x13dfeeffb +QtMultimedia.so (0) <1C8A0E10-C14A-3BC1-9F40-0F95096A1A17> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtMultimedia.so
       0x13e057000 -        0x13e0a4ff7 +QtQml.so (0) <FD52BBF0-5E79-3B43-998E-A06BD3A3677E> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtQml.so
       0x13e184000 -        0x13e197ffb +QtXmlPatterns.so (0) <14B84742-EB94-370F-841D-E635CF7AB08E> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtXmlPatterns.so
       0x13e1b6000 -        0x13e481fff +org.qt-project.QtXmlPatterns (5.12 - 5.12.3) <69364177-F25A-3604-BA2A-86B3DCC2379C> /Applications/QGIS3.6.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/5/QtXmlPatterns
       0x13e4db000 -        0x13e503ffb +QtDesigner.so (0) <8FA3CD77-E2DB-35D5-A5BD-8A712E591B57> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtDesigner.so
       0x13e541000 -        0x13e8e8ffb +org.qt-project.QtDesigner (5.12 - 5.12.3) <78E5ADAA-CEEE-3259-8CD2-85C473AA35CE> /Applications/QGIS3.6.app/Contents/Frameworks/QtDesigner.framework/Versions/5/QtDesigner
       0x13e9cc000 -        0x13e9e0fff +QtHelp.so (0) <C22E6255-C353-3CB6-BB65-D21F347C3CC1> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtHelp.so
       0x13e9fd000 -        0x13ea36ffb +org.qt-project.QtHelp (5.12 - 5.12.3) <1CC76BC3-9C0C-38F0-9031-C736376517E0> /Applications/QGIS3.6.app/Contents/Frameworks/QtHelp.framework/Versions/5/QtHelp
       0x13ea56000 -        0x13ea65fff +QtMultimediaWidgets.so (0) <A438E96B-3DB3-3E3B-990C-BF2C16FB3B83> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtMultimediaWidgets.so
       0x13ea7d000 -        0x13ea8effb +QtOpenGL.so (0) <FE8D6B1E-BE57-380B-A120-EA65EC18A859> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtOpenGL.so
       0x13eaa8000 -        0x13eb33fff +QtQuick.so (0) <1E153DA2-5710-31C0-9799-A01A2933DD52> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtQuick.so
       0x13ec38000 -        0x13ec45ff7 +QtTest.so (0) <C2B8A2C8-05D9-3DA3-8619-4C17F0C08C49> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtTest.so
       0x13ec57000 -        0x13ec8cfff +org.qt-project.QtTest (5.12 - 5.12.3) <07AEE00E-D93C-3674-BA1D-80DFB93A8BE3> /Applications/QGIS3.6.app/Contents/Frameworks/QtTest.framework/Versions/5/QtTest
       0x13eca7000 -        0x13ecd6fff +QtBluetooth.so (0) <37DE72F3-DEB0-38F8-B8F3-C114EDCC920C> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtBluetooth.so
       0x13ed18000 -        0x13ed7cff3 +org.qt-project.QtBluetooth (5.12 - 5.12.3) <B3F77C37-DC65-3F12-B953-1F3B03D3B294> /Applications/QGIS3.6.app/Contents/Frameworks/QtBluetooth.framework/Versions/5/QtBluetooth
       0x13ede3000 -        0x13edebfff +QtMacExtras.so (0) <B4225206-D926-3691-86C5-CF57887013F3> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtMacExtras.so
       0x13edf9000 -        0x13ee12ff7 +QtPositioning.so (0) <12BCD400-2C55-3C3E-9A10-40F20CA5A01F> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtPositioning.so
       0x13ee38000 -        0x13ee41ff7 +QtQuickWidgets.so (0) <62B0BDF7-B336-310A-9EAA-1EE012602B24> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtQuickWidgets.so
       0x13ee50000 -        0x13ee59ff3 +QtWebSockets.so (0) <69C8E06F-6D23-3E1A-9460-81EE993DC315> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtWebSockets.so
       0x13ee6b000 -        0x13ee84fff +org.qt-project.QtWebSockets (5.12 - 5.12.3) <D02D0463-DBA0-3695-98B1-B22DC4397D70> /Applications/QGIS3.6.app/Contents/Frameworks/QtWebSockets.framework/Versions/5/QtWebSockets
       0x13ee97000 -        0x13ee9cff7 +QtWebChannel.so (0) <8479868F-1073-374E-99FF-30A34F016402> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtWebChannel.so
       0x13eea7000 -        0x13eee6ff7 +QtLocation.so (0) <AF57C08E-9DD5-3304-9EA2-0EF726FFED83> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtLocation.so
       0x13ef3a000 -        0x13f040ff7 +org.qt-project.QtLocation (5.12 - 5.12.3) <0D0620B7-5CCD-3C1C-AD3E-6A15DC80E9A2> /Applications/QGIS3.6.app/Contents/Frameworks/QtLocation.framework/Versions/5/QtLocation
       0x13f0df000 -        0x13f0e9ff3 +org.qt-project.QtPositioningQuick (5.12 - 5.12.3) <FB3E60DD-7F47-3137-AB7A-DA9A8D57EDF2> /Applications/QGIS3.6.app/Contents/Frameworks/QtPositioningQuick.framework/Versions/5/QtPositioningQuick
       0x13f0f8000 -        0x13f10cffb +QtNfc.so (0) <B4FF7E75-ADAF-3BEA-9DA3-4D6098B54646> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtNfc.so
       0x13f12b000 -        0x13f141ff3 +org.qt-project.QtNfc (5.12 - 5.12.3) <D112DACA-1E12-3248-BC01-CE4E0CD1A7AF> /Applications/QGIS3.6.app/Contents/Frameworks/QtNfc.framework/Versions/5/QtNfc
       0x13f155000 -        0x13f162ffb +QtRemoteObjects.so (0) <817185D5-B9B6-36F9-B5C4-BF3CBCF97282> /Applications/QGIS3.6.app/Contents/Resources/python/PyQt5/QtRemoteObjects.so
       0x13f17b000 -        0x13f1e0ffb +org.qt-project.QtRemoteObjects (5.12 - 5.12.3) <3FA8A272-E469-33DE-8B88-DA5CEBB2D889> /Applications/QGIS3.6.app/Contents/Frameworks/QtRemoteObjects.framework/Versions/5/QtRemoteObjects
       0x13f955000 -        0x13fd9aff7 +etree.cpython-37m-darwin.so (???) <454D2DD4-31F6-3B75-8758-F9E668A756A0> /Applications/QGIS3.6.app/Contents/Resources/python/lxml/etree.cpython-37m-darwin.so
       0x13ff88000 -        0x13ffa7ff7 +_elementpath.cpython-37m-darwin.so (???) <A41DF2FD-2259-3B8B-BE61-F5ACFE918C3B> /Applications/QGIS3.6.app/Contents/Resources/python/lxml/_elementpath.cpython-37m-darwin.so
       0x1400dc000 -        0x1400ddfff +_speedups.cpython-37m-darwin.so (???) <E9B73517-643A-3FD1-8B18-600595CA2B65> /Applications/QGIS3.6.app/Contents/Resources/python/markupsafe/_speedups.cpython-37m-darwin.so
       0x14029b000 -        0x1402a0fff +_asyncio.cpython-37m-darwin.so (0) <8499AAA8-21C2-3B9E-9731-9263A7D3D485> /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/lib-dynload/_asyncio.cpython-37m-darwin.so
    0x7fff41df7000 -     0x7fff42150fff  com.apple.RawCamera.bundle (8.15.0 - 1031.4.4) <FBDF396C-3751-34C2-B452-F1449C583AE2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff45824000 -     0x7fff4589cfff  com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (12.9.22 - 12.0.9) <2C6CCD94-4E2A-3E28-BB48-6F82373AD45B> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
    0x7fff496a5000 -     0x7fff496a9fff  com.apple.agl (3.3.2 - AGL-3.3.2) <D1753A7C-4109-3778-BA57-9ED1BCED8EBC> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff49a54000 -     0x7fff49a54fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <B2A0C739-1D41-3452-9D00-8C01ADA5DD99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff49a55000 -     0x7fff49a6bfff  libCGInterfaces.dylib (506.22) <29EAAC2B-683B-397F-A79C-1E3ABAD554B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff49a6c000 -     0x7fff4a360fcb  com.apple.vImage (8.1 - ???) <B51A0BC2-012E-3D03-992F-091F2E076EB4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff4a361000 -     0x7fff4a507feb  libBLAS.dylib (1243.200.4) <02059CCF-0B14-3BFA-9B74-B5685219682E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff4a508000 -     0x7fff4a54cff7  libBNNS.dylib (38.250.1) <AB890F6F-0B7D-3EC5-8A0E-874EAA4D0731> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff4a54d000 -     0x7fff4a905ff3  libLAPACK.dylib (1243.200.4) <2CD8E9C6-E489-38E1-8A08-42CBE87FAC77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff4a906000 -     0x7fff4a91bffb  libLinearAlgebra.dylib (1243.200.4) <E7507B69-EF24-39D6-9B35-4A66E833C3F8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff4a91c000 -     0x7fff4a921ff3  libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff4a922000 -     0x7fff4a99eff3  libSparse.dylib (79.200.5) <E78B33D3-672A-3C53-B512-D3DDB2E9AC8D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff4a99f000 -     0x7fff4a9b1ffb  libSparseBLAS.dylib (1243.200.4) <069BE0D3-FEDF-3848-81B7-B5D64F511EC6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff4a9b2000 -     0x7fff4ab52fef  libvDSP.dylib (671.250.4) <CA46FD92-D0CB-39B5-BD26-BEB3897D3154> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff4ab53000 -     0x7fff4acc7fdf  libvMisc.dylib (671.250.4) <32F2043A-9CBB-36F0-91C0-088D50C31BF1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff4acc8000 -     0x7fff4acc8fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A83C1419-E651-3924-8A6D-FF7321C8AB90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff4ae6a000 -     0x7fff4bc1fff3  com.apple.AppKit (6.9 - 1671.50.111) <933155DC-6404-3646-B6AE-087D34F611BE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff4bc71000 -     0x7fff4bc71fff  com.apple.ApplicationServices (50.1 - 50.1) <4A6ACC13-2623-36B8-A196-2300980803CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff4bc72000 -     0x7fff4bcddfff  com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <A258DA73-114B-3102-A056-4AAAD3CEB9DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff4bd76000 -     0x7fff4be8dfff  libFontParser.dylib (228.6.2.3) <3602D55B-3B9E-3B3A-A814-08C1244A8AE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff4be8e000 -     0x7fff4bed0fff  libFontRegistry.dylib (228.12.2.3) <2A56347B-2809-3407-A8B4-2AB88E484062> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff4bf2a000 -     0x7fff4bf5cfff  libTrueTypeScaler.dylib (228.6.2.3) <7E4C5D9C-51AF-3EC1-8FA5-11CD4BEE477A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff4bfc1000 -     0x7fff4bfc5ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <B53D557C-071F-3ED9-826A-847DEB465F62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff4c060000 -     0x7fff4c0b2ff7  com.apple.HIServices (1.22 - 628) <26A8B7C0-41CC-3DB4-99D7-BD922866DC77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff4c0b3000 -     0x7fff4c0c2fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <F5617A2A-FEA6-3832-B5BA-C2111B98786F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff4c0c3000 -     0x7fff4c10cff7  com.apple.print.framework.PrintCore (14.2 - 503.8) <57C2FE32-0E74-3079-B626-C2D52F2D2717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff4c10d000 -     0x7fff4c146ff7  com.apple.QD (3.12 - 407.2) <28C7D39F-59C9-3314-BECC-67045487229C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff4c147000 -     0x7fff4c153fff  com.apple.speech.synthesis.framework (8.1.3 - 8.1.3) <80FA7439-EC77-3CEC-B5D1-5EFE9E503E11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff4c154000 -     0x7fff4c3cbff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <EB71583C-58C9-3CF8-92F9-2D57B24BBD4F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff4c3cd000 -     0x7fff4c3cdfff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <121176B6-7ABE-3AFB-A252-CCED694D98D4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff4c725000 -     0x7fff4cac6fff  com.apple.CFNetwork (978.0.7 - 978.0.7) <9FDEFE50-BE1B-386E-8B3C-AEF251069E52> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff4cadb000 -     0x7fff4cadbfff  com.apple.Carbon (158 - 158) <AC9E8C1E-2566-3C2C-8B6B-B5B4C9A1B8B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff4cadc000 -     0x7fff4cadfffb  com.apple.CommonPanels (1.2.6 - 98) <1CD6D56D-8EC7-3528-8CBC-FC69533519B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff4cae0000 -     0x7fff4cdd6ff7  com.apple.HIToolbox (2.1.1 - 918.5) <F7DA4F20-123B-30FB-9C27-5AB1746DEF63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff4cdd7000 -     0x7fff4cddaff3  com.apple.help (1.3.8 - 66) <A08517EB-8958-36C9-AEE0-1A8FEEACBE3F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff4cddb000 -     0x7fff4cde0ff7  com.apple.ImageCapture (9.0 - 1534.2) <DB063E87-ED8F-3E4E-A7E2-A6B45FA73EF7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff4cde1000 -     0x7fff4ce76ff3  com.apple.ink.framework (10.9 - 225) <7C7E9483-2E91-3DD3-B1E0-C238F42CA0DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff4ce77000 -     0x7fff4ce8fff7  com.apple.openscripting (1.7 - 179.1) <9B8C1ECC-5864-3E21-9149-863E884EA25C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff4ceaf000 -     0x7fff4ceb0ff7  com.apple.print.framework.Print (14.2 - 267.4) <A7A9D2A0-D4E0-35EF-A0F7-50521F707C33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff4ceb1000 -     0x7fff4ceb3ff7  com.apple.securityhi (9.0 - 55006) <05717F77-7A7B-37E6-AB3E-03F063E9095B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff4ceb4000 -     0x7fff4cebaff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <3CC050FB-EBCB-3087-8EA5-F378C8F99217> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff4cfea000 -     0x7fff4d0b6ff7  com.apple.ColorSync (4.13.0 - 3340.7) <74B373AB-42C7-330D-A577-1C43BFA6024F> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff4d242000 -     0x7fff4d2c8fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff4d32c000 -     0x7fff4d356ffb  com.apple.CoreBluetooth (1.0 - 1) <F08FE8C0-DD18-37E0-B707-3EF704A73FD6> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff4d357000 -     0x7fff4d6e9ff7  com.apple.CoreData (120 - 866.5) <E8EB8787-9802-315C-8DDB-A42DA5A78BB0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff4d6ea000 -     0x7fff4d7d1ff7  com.apple.CoreDisplay (101.3 - 109.19) <B00A19C2-4A6A-388C-8AD6-33A42D10D7F0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff4d7d2000 -     0x7fff4dc16ff7  com.apple.CoreFoundation (6.9 - 1575.12) <B1D65801-A477-3F70-B97F-C2B43ECFF4FE> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff4dc18000 -     0x7fff4e2c4ff7  com.apple.CoreGraphics (2.0 - 1260.2) <06B01A87-6CB4-3046-9D97-595BD8A9061A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff4e2c6000 -     0x7fff4e5e6fff  com.apple.CoreImage (14.4.0 - 750.0.140) <96FA4D1B-AC88-305C-8F4D-D7D44657B733> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff4e8e3000 -     0x7fff4e9e7ff7  com.apple.CoreMedia (1.0 - 2288.40) <9BB054FB-68F1-3F03-A8B3-3E55471A6F9B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff4ea44000 -     0x7fff4ea44fff  com.apple.CoreServices (945 - 945) <E937BA69-19D5-3A30-B31E-8A6B94E9D9A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff4ea45000 -     0x7fff4eac1ff7  com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff4eac2000 -     0x7fff4ed99fff  com.apple.CoreServices.CarbonCore (1178.32 - 1178.32) <52F5484E-94B1-37B7-B1AC-E210DF5721AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff4ed9a000 -     0x7fff4ede2ff7  com.apple.DictionaryServices (1.2 - 284.16.4) <C3D15FD1-759B-3815-8128-42D8220BC459> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff4ede3000 -     0x7fff4edebffb  com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8406D379-8D33-3611-861B-7ABD26DB50D2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff4edec000 -     0x7fff4ef9efff  com.apple.LaunchServices (945 - 945) <05FA145B-75AA-3AE6-BB82-F156B29F4FF1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff4ef9f000 -     0x7fff4f03dff7  com.apple.Metadata (10.7.0 - 1191.57) <BFFAED00-2560-318A-BB8F-4E7E5123EC61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff4f03e000 -     0x7fff4f088ff7  com.apple.CoreServices.OSServices (945 - 945) <119C5548-59C3-3F94-B23F-8AF02CA10EAA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff4f089000 -     0x7fff4f0f0ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <DA08AA6F-A6F1-36C0-87F4-E26294E51A3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff4f0f1000 -     0x7fff4f112ff3  com.apple.coreservices.SharedFileList (71.28 - 71.28) <487A8464-729E-305A-B5D1-E3FE8EB9CFC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff4f41d000 -     0x7fff4f57fff3  com.apple.CoreText (352.0 - 584.26.3.2) <A99FD623-7F6E-3C77-8241-E98F664EC039> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff4f580000 -     0x7fff4f5bffff  com.apple.CoreVideo (1.8 - 0.0) <1AD23C58-E68E-329B-A1FA-6BF7DD577687> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff4f5c0000 -     0x7fff4f64ffff  com.apple.framework.CoreWLAN (13.0 - 1375.2) <F2EA31D8-53BF-32E8-B537-64B4F2BF4B6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff4f8a6000 -     0x7fff4f8abffb  com.apple.DiskArbitration (2.7 - 2.7) <F481F2C0-884E-3265-8111-ABBEC93F0920> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff4fa71000 -     0x7fff4fe1efff  com.apple.Foundation (6.9 - 1575.12) <AD258ED7-64AE-367C-AE5F-48D45089D9F2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff4fe8d000 -     0x7fff4febcffb  com.apple.GSS (4.0 - 2.0) <E41430E5-713B-3E53-BF7E-A3991A881B62> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff4ffbc000 -     0x7fff500c6fff  com.apple.Bluetooth (6.0.12 - 6.0.12f1) <58A607F0-A818-3535-A7BD-858D5BB0A807> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff50128000 -     0x7fff501b7fff  com.apple.framework.IOKit (2.0.2 - 1483.260.4) <CCA92450-8808-37EC-B68E-2C2846B086CE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff501b9000 -     0x7fff501c8ffb  com.apple.IOSurface (255.5.4 - 255.5.4) <83F58E47-0D06-3E78-9D19-D38D3205464B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff5021c000 -     0x7fff503aafff  com.apple.ImageIO.framework (3.3.0 - 1850.2) <DC226D07-C52D-3440-9027-D3EA33DD99B2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff503ab000 -     0x7fff503afffb  libGIF.dylib (1850.2) <F5D1AA0A-4EB4-37C0-89AA-C71FB53405F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff503b0000 -     0x7fff5048dff7  libJP2.dylib (1850.2) <2DE256E2-FA27-38A3-BFDF-5C1E0A135BCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff5048e000 -     0x7fff504b3fff  libJPEG.dylib (1850.2) <16A9719C-DB6E-37EE-B62F-DD81A822160A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff50777000 -     0x7fff5079dff7  libPng.dylib (1850.2) <EFB3874A-3ABB-3EC7-8708-0110ECFFE169> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff5079e000 -     0x7fff507a0ffb  libRadiance.dylib (1850.2) <19C26767-DE6D-3DE9-B5ED-F6BF148FBDBC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff507a1000 -     0x7fff507eeffb  libTIFF.dylib (1850.2) <527F8740-9B75-39D6-AFD9-519817724B5D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff51965000 -     0x7fff5197efff  com.apple.Kerberos (3.0 - 1) <DB1E0679-37E1-3B93-9789-32F63D660C3B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff5197f000 -     0x7fff519b4ff3  com.apple.LDAPFramework (2.4.28 - 194.5) <95DAD9EE-9B6F-3FF5-A5EF-F6672AD3CC55> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff51c38000 -     0x7fff51c42fff  com.apple.MediaAccessibility (1.0 - 114.4) <76C449C5-DB45-3D7F-BFAD-3DACEF15DA21> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff51cf2000 -     0x7fff52398ff7  com.apple.MediaToolbox (1.0 - 2288.40) <0629E756-3D2A-36A4-B25F-9C050FC859B5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff5239a000 -     0x7fff52442ff7  com.apple.Metal (161.9.16 - 161.9.16) <A93AA7FC-B72A-3CBF-9932-81DDDFA1DFCD> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff5245e000 -     0x7fff5247dff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <EE85B6D5-5C12-3CE8-8C33-54A203EDC76E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff5247e000 -     0x7fff524fafe7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <5A78F2DC-9D2B-37BA-B21F-ECFFCC6F7720> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff524fb000 -     0x7fff52522fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <096DB3E6-7DDF-3B47-857A-46A203642ACF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff52523000 -     0x7fff5264eff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <D2128338-F1E8-3BEE-A729-AC13A524DD78> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff5264f000 -     0x7fff52669fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <ADA5A93C-F79E-3931-840D-48C6B6B305EA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff5266a000 -     0x7fff5266bff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <515A92B3-A23B-3AC2-8D1B-85B248595B76> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff53462000 -     0x7fff5346eff7  com.apple.NetFS (6.0 - 4.0) <E917806F-0607-3292-B2D6-A15404D61B99> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff55f0c000 -     0x7fff55f63ff7  com.apple.opencl (2.15.3 - 2.15.3) <AA9CE8F7-DB7C-35A5-A019-2207D1BBFF38> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff55f64000 -     0x7fff55f7fff7  com.apple.CFOpenDirectory (10.14 - 207.200.4) <F03D84EB-49B2-3A00-9127-B9A269824026> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff55f80000 -     0x7fff55f8bffb  com.apple.OpenDirectory (10.14 - 207.200.4) <A8020CEE-5B78-3581-A735-EA2833683F31> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff568db000 -     0x7fff568ddfff  libCVMSPluginSupport.dylib (17.7.2) <247121BB-626C-318E-B24E-3D436E752DF7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff568de000 -     0x7fff568e3ff3  libCoreFSCache.dylib (166.2) <222C2A4F-7E32-30F6-8459-2FAB98073A3D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff568e4000 -     0x7fff568e8fff  libCoreVMClient.dylib (166.2) <6789ECD4-91DD-32EF-A1FD-F27D2344CD8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff568e9000 -     0x7fff568f1ff7  libGFXShared.dylib (17.7.2) <B75A6E93-E5BE-32A8-8D46-00D8E909DFD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff568f2000 -     0x7fff568fdfff  libGL.dylib (17.7.2) <E88FF023-7E15-3E95-88FD-6C415550F769> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff568fe000 -     0x7fff56938fe7  libGLImage.dylib (17.7.2) <B4C140F3-AF8C-30C8-A03E-B16A20BB05A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff56aac000 -     0x7fff56aeafff  libGLU.dylib (17.7.2) <EA69FA36-3F20-337C-A6B3-EC49DC2F12F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff57487000 -     0x7fff57496ffb  com.apple.opengl (17.7.2 - 17.7.2) <8EFFA6F9-ABE8-3131-9D3F-37E9796DDF34> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff58299000 -     0x7fff584effff  com.apple.QuartzCore (1.11 - 699.27.4.1) <BB3BBD58-84DF-3849-B4ED-5FF8DA4015B8> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff58d24000 -     0x7fff59023fff  com.apple.security (7.0 - 58286.260.20) <59B4100E-5A31-3EF4-954A-2A69341995F3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff59024000 -     0x7fff590b0fff  com.apple.securityfoundation (6.0 - 55185.260.1) <DB8EB672-5D3A-3082-A62E-4D75C81D94A4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff590e2000 -     0x7fff590e6fff  com.apple.xpc.ServiceManagement (1.0 - 1) <4AD0F8EE-884C-3FA7-85D9-27F201BC3C64> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff5947e000 -     0x7fff594ebfff  com.apple.SystemConfiguration (1.17 - 1.17) <1562078D-3251-31B2-B9C6-2667C567F883> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff5974a000 -     0x7fff59aa9ff7  com.apple.VideoToolbox (1.0 - 2288.40) <17BD9E7F-3B8E-3B62-BACE-AE04824F4B7B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff5c76a000 -     0x7fff5c80ffeb  com.apple.APFS (1.0 - 1) <C001DCC2-32BE-327A-AE03-281885BD93BF> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff5d221000 -     0x7fff5d222ff7  com.apple.AggregateDictionary (1.0 - 1) <A6AF8AC4-1F25-37C4-9157-A02E9C200926> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff5d820000 -     0x7fff5d84cff7  com.apple.framework.Apple80211 (13.0 - 1380.2) <3850E3A9-E00A-374E-87EA-AB01E503E769> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff5d974000 -     0x7fff5d983fc7  com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff5da7f000 -     0x7fff5da8afff  com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff5dacb000 -     0x7fff5db14ff3  com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff5dd63000 -     0x7fff5dd67ff7  com.apple.AppleSRP (5.0 - 1) <EDD16B2E-4F35-3E13-B389-CF77B3CAD4EB> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff5dd68000 -     0x7fff5dd8afff  com.apple.applesauce (1.0 - ???) <F49107C7-3C51-3024-8EF1-C57643BE4F3B> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff5de4e000 -     0x7fff5de9eff7  com.apple.AppleVAFramework (5.1.4 - 5.1.4) <63EBC1A7-25B5-3FF2-AA73-BB378B5FE8D4> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff5dee9000 -     0x7fff5defdffb  com.apple.AssertionServices (1.0 - 1) <11FC4241-6069-3B3A-9BCE-9B68F3A4D2AB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff5e2cc000 -     0x7fff5e3b8ff7  com.apple.AuthKit (1.0 - 1) <34496FD5-4BAB-3DF3-BF7F-70F38C66848D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff5e57a000 -     0x7fff5e582fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff5e583000 -     0x7fff5e618fff  com.apple.backup.framework (1.10.5 - ???) <BAFC1D7F-9D75-3C45-AAD4-569D13E445C5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff5e619000 -     0x7fff5e686ff3  com.apple.BaseBoard (360.28 - 360.28) <DBE27FB4-3FFD-3E9A-846C-F6E7D797286A> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff602f0000 -     0x7fff602f9ffb  com.apple.CommonAuth (4.0 - 2.0) <81C987FD-69EB-344B-94D9-B9D93624D257> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff60792000 -     0x7fff60b75fef  com.apple.CoreAUC (274.0.0 - 274.0.0) <C71F1581-E73B-3DA0-958B-E912C3FB3F23> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff60b76000 -     0x7fff60ba4ff7  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <A04A99B8-DAC5-36FC-BAC7-7431600C1F89> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff60dce000 -     0x7fff60dd7fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <89BDACE6-32AA-3933-BD8C-A44650488873> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff60fd1000 -     0x7fff60fe2ff7  com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff6158b000 -     0x7fff615f1ff7  com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff6189e000 -     0x7fff618a6ff7  com.apple.CorePhoneNumbers (1.0 - 1) <7A826DA2-4725-39D8-AF27-6F034DC53C4E> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff61a22000 -     0x7fff61a53ff3  com.apple.CoreServicesInternal (358 - 358) <DD6EF60D-048F-3186-83DA-EB191EDF48AE> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff61e1a000 -     0x7fff61e9efff  com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff61f2e000 -     0x7fff62059ff7  com.apple.coreui (2.1 - 499.10) <105F61F3-D0AE-332B-A485-8615187BB409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff6205a000 -     0x7fff621f8fff  com.apple.CoreUtils (5.8 - 580.19) <CF9C5677-4946-3328-8CE3-C70F2E8599D8> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff6224c000 -     0x7fff622afff7  com.apple.framework.CoreWiFi (13.0 - 1375.2) <77E078A7-A34F-333B-B50F-8829537D6E9D> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff622b0000 -     0x7fff622c1ff7  com.apple.CrashReporterSupport (10.13 - 938.25) <C7665EC7-9389-3717-B152-A59D7872C63C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff62351000 -     0x7fff62360fff  com.apple.framework.DFRFoundation (1.0 - 211.1) <E3F02F2A-2059-39CC-85DA-969676EB88EB> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff62361000 -     0x7fff62365fff  com.apple.DSExternalDisplay (3.1 - 380) <645C719D-05D4-3CD7-84D7-4C5218859E0C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff623e6000 -     0x7fff6245bff3  com.apple.datadetectorscore (7.0 - 590.24) <72F0CBF1-D3E9-36C5-B877-F42E1EC59A0E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff624a7000 -     0x7fff624e4ff7  com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff624e5000 -     0x7fff62620ff7  com.apple.desktopservices (1.13.5 - ???) <4AF2E011-2CB0-3588-83CB-882ADDA78CAD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff6355d000 -     0x7fff63978fff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <A576E2DA-BF6F-3B18-8FEB-324E5C5FA9BD> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff6722c000 -     0x7fff6722dfff  libmetal_timestamp.dylib (902.3.2) <05389463-AF2E-33E2-A14F-1416E4A30835> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff688cd000 -     0x7fff688d2fff  com.apple.GPUWrangler (3.40.16 - 3.40.16) <B9D4F2DD-5D11-32FF-B5BE-29E137458728> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff696dd000 -     0x7fff696ecfff  com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff6983c000 -     0x7fff698b0ffb  com.apple.Heimdal (4.0 - 2.0) <5E8F6B79-960D-3030-B889-D29A4015D205> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff698b1000 -     0x7fff698dffff  com.apple.HelpData (2.3 - 184.4) <22850610-29F8-3902-93A3-BBF403440185> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff6ab9f000 -     0x7fff6aba6ffb  com.apple.IOAccelerator (404.9 - 404.9) <F9C604B3-3DF7-3EE7-8A44-7877FAF2E6A4> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff6abaa000 -     0x7fff6abc2fff  com.apple.IOPresentment (1.0 - 42.6) <55CB91EF-90F1-3D0A-A59E-2F75CD2EB4AE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff6af6a000 -     0x7fff6af97ff7  com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff6b22b000 -     0x7fff6b23dff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <5AAC527E-D197-39B2-A6C9-E0D0FB9CA9B9> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff6b258000 -     0x7fff6b333ff7  com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff6b334000 -     0x7fff6b370ff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff6b377000 -     0x7fff6b37cfff  com.apple.LinguisticData (1.0 - 238.25) <61910887-D5CE-3567-9A5F-6DFEC942EC1F> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff6bb9a000 -     0x7fff6bb9dfff  com.apple.Mangrove (1.0 - 25) <537A5B2E-4C30-3CFD-8BDC-79F9A04AC327> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff6c071000 -     0x7fff6c099ff7  com.apple.spotlight.metadata.utilities (1.0 - 1191.57) <38BB1FB7-3336-384C-B71F-4D0D402EB606> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff6c09a000 -     0x7fff6c127ff7  com.apple.gpusw.MetalTools (1.0 - 1) <DBC4718E-F588-382D-A415-405D0028804D> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff6c13d000 -     0x7fff6c156ffb  com.apple.MobileAssets (1.0 - 437.250.3) <8BE5B3A0-8F3A-3FAE-9AFF-32836300183C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff6c2d4000 -     0x7fff6c2efffb  com.apple.MobileKeyBag (2.0 - 1.0) <4678FECE-538B-381C-80F2-27AA4805F160> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff6c378000 -     0x7fff6c3a2ffb  com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <3BF81F33-89A8-3A2D-84B3-B343020B6D98> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff6c5de000 -     0x7fff6c5e8fff  com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff6ce49000 -     0x7fff6ce9aff3  com.apple.OTSVG (1.0 - ???) <3976F8CC-1CFB-3E09-9009-FE985550565B> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff6e01f000 -     0x7fff6e02eff7  com.apple.PerformanceAnalysis (1.218.2 - 218.2) <65F3DB3E-6D4E-33A0-B510-EF768D323DAB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff6febe000 -     0x7fff6fedcff7  com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff70074000 -     0x7fff700c4fff  com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff70217000 -     0x7fff70239fff  com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff71a3e000 -     0x7fff71b5cfff  com.apple.Sharing (1288.43 - 1288.43) <B9AB8C05-F2F2-371F-A9AF-1D139E2CE54C> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff71b5d000 -     0x7fff71b7cffb  com.apple.shortcut (2.16 - 101) <FA635B3A-8B45-3132-BB06-BD0398F03E12> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff7296d000 -     0x7fff72c1bffb  com.apple.SkyLight (1.600.0 - 340.26) <CD2A7069-6CEA-3737-9E9D-7AE2FED912AB> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff733bd000 -     0x7fff733c9fff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff73a68000 -     0x7fff73aa4ff3  com.apple.StreamingZip (1.0 - 1) <AF132752-3532-3BFD-8C32-8BA9D1B3449A> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff73b1a000 -     0x7fff73ba5fc7  com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff7408d000 -     0x7fff74099ffb  com.apple.TCC (1.0 - 1) <968ECAE1-FBB9-3478-BDCE-85E54B6C422D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff742ff000 -     0x7fff743c7ff3  com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff7447d000 -     0x7fff7447efff  com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <15DF9C73-54E4-3C41-BCF4-378338C55FB4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff74484000 -     0x7fff7463aff7  com.apple.UIFoundation (1.0 - 551) <E9D17DAD-230D-390A-B117-3D100C5AF5F2> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff752b6000 -     0x7fff7538ffff  com.apple.ViewBridge (401.1 - 401.1) <18144EC1-5DEF-369C-8EBA-2826E7142784> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff75b66000 -     0x7fff75b69fff  com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff75f6a000 -     0x7fff75f6cffb  com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff75f6d000 -     0x7fff75f82fff  com.apple.login (3.0 - 3.0) <E168F05D-A5DF-3848-8686-DF5015EA4BA4> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff76236000 -     0x7fff7626afff  libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
    0x7fff7626d000 -     0x7fff76277ff7  libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
    0x7fff76305000 -     0x7fff76306ffb  libDiagnosticMessagesClient.dylib (107) <A14D0819-0970-34CD-8680-80E4D7FE8C2C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff7633d000 -     0x7fff76594ff3  libFosl_dynamic.dylib (18.3.4) <45E50221-1A39-3AB3-8267-C1E4E39ECF83> /usr/lib/libFosl_dynamic.dylib
    0x7fff765e5000 -     0x7fff76603fff  libMobileGestalt.dylib (645.260.6) <0232958E-1EF2-3627-B8FF-09C6522594C7> /usr/lib/libMobileGestalt.dylib
    0x7fff76604000 -     0x7fff76604fff  libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff76744000 -     0x7fff76745ffb  libSystem.B.dylib (1252.250.1) <1A13E822-B59C-3A36-A2E4-9968149714F9> /usr/lib/libSystem.B.dylib
    0x7fff767c1000 -     0x7fff767c2fff  libThaiTokenizer.dylib (2.15.1) <ADB37DC3-7D9B-3E73-A72A-BCC3433C937A> /usr/lib/libThaiTokenizer.dylib
    0x7fff767d4000 -     0x7fff767eaffb  libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
    0x7fff767eb000 -     0x7fff76814ffb  libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
    0x7fff76815000 -     0x7fff76914fef  libate.dylib (1.13.8) <461F7EA4-05E2-3091-8905-473A63A75300> /usr/lib/libate.dylib
    0x7fff76918000 -     0x7fff76918ff3  libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
    0x7fff769e8000 -     0x7fff769f8ffb  libbsm.0.dylib (39.200.18) <CF381E0B-025B-364F-A83D-2527E03F1AA3> /usr/lib/libbsm.0.dylib
    0x7fff769f9000 -     0x7fff76a06fff  libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
    0x7fff76a07000 -     0x7fff76a5aff7  libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
    0x7fff76a5b000 -     0x7fff76a70ff7  libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
    0x7fff76a71000 -     0x7fff76a71ff3  libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
    0x7fff76a72000 -     0x7fff76a82ffb  libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
    0x7fff76a83000 -     0x7fff76a9bffb  libcompression.dylib (52.250.2) <C7BE9843-9B19-33E0-A4A0-D48D0A999E86> /usr/lib/libcompression.dylib
    0x7fff76d10000 -     0x7fff76d26fff  libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
    0x7fff76d27000 -     0x7fff76d28ff3  libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff76ec6000 -     0x7fff76fbeff7  libcrypto.35.dylib (22.260.1) <03FBCE39-6B59-314E-A18C-CF045D132C4A> /usr/lib/libcrypto.35.dylib
    0x7fff770c0000 -     0x7fff771c0fcb  libcrypto.42.dylib (22.260.1) <A5C810D8-2148-36C7-88ED-64877E5EADD6> /usr/lib/libcrypto.42.dylib
    0x7fff771d4000 -     0x7fff7722aff7  libcups.2.dylib (462.10) <2AC7B8C3-0D25-3E0F-A34A-94658A06FF94> /usr/lib/libcups.2.dylib
    0x7fff77253000 -     0x7fff772a6fff  libcurl.4.dylib (105.200.2) <CC3D005E-CD2F-3345-A8B3-B8A3050B284B> /usr/lib/libcurl.4.dylib
    0x7fff7735e000 -     0x7fff7735efff  libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
    0x7fff7735f000 -     0x7fff77378ffb  libexpat.1.dylib (16.1.1) <28A385F1-4210-32D2-861B-C1B2189A5294> /usr/lib/libexpat.1.dylib
    0x7fff77386000 -     0x7fff77387fff  libffi.dylib (18.1) <DA1198F8-9789-3F16-BF60-9DA170519295> /usr/lib/libffi.dylib
    0x7fff77390000 -     0x7fff77395ff7  libgermantok.dylib (17.15.2) <E5F0F794-FF27-3D64-AE52-C78C6A84DD67> /usr/lib/libgermantok.dylib
    0x7fff77396000 -     0x7fff7739bff7  libheimdal-asn1.dylib (520.260.1) <DC44D1D1-D3DF-38B3-AFC3-1D50B92BE401> /usr/lib/libheimdal-asn1.dylib
    0x7fff773c6000 -     0x7fff774b6fff  libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
    0x7fff774b7000 -     0x7fff77718fff  libicucore.A.dylib (62135.0.1) <2B292561-798A-381C-AA41-90EE6549C7CF> /usr/lib/libicucore.A.dylib
    0x7fff77765000 -     0x7fff77766fff  liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
    0x7fff77767000 -     0x7fff7777fff3  liblzma.5.dylib (10.200.3) <E1F4FD60-1CE4-37B9-AD95-29D348AF1AC0> /usr/lib/liblzma.5.dylib
    0x7fff77797000 -     0x7fff7783bff7  libmecab.1.0.0.dylib (779.24.1) <A8D0379B-85FA-3B3D-89ED-5CF2C3826AB2> /usr/lib/libmecab.1.0.0.dylib
    0x7fff7783c000 -     0x7fff77a40fff  libmecabra.dylib (779.24.1) <D71F71E0-30E2-3DB3-B636-7DE13D51FB4B> /usr/lib/libmecabra.dylib
    0x7fff77c18000 -     0x7fff77f69ff7  libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
    0x7fff77ffb000 -     0x7fff78783fd7  libobjc.A.dylib (756.2) <20942D4E-CE6F-376A-8BCD-016F88E4BFD5> /usr/lib/libobjc.A.dylib
    0x7fff78795000 -     0x7fff78799ffb  libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
    0x7fff7879c000 -     0x7fff787d1fff  libpcap.A.dylib (79.250.1) <C0893641-7DFF-3A33-BDAE-190FF54837E8> /usr/lib/libpcap.A.dylib
    0x7fff788ea000 -     0x7fff78902ffb  libresolv.9.dylib (65.200.2) <893142A5-F153-3437-A22D-407EE542B5C5> /usr/lib/libresolv.9.dylib
    0x7fff78940000 -     0x7fff78952ff7  libsasl2.2.dylib (211) <10987614-6763-3B5D-9F28-91D121BB4924> /usr/lib/libsasl2.2.dylib
    0x7fff78953000 -     0x7fff78954ff7  libspindump.dylib (267.3) <A584E403-8C95-3841-9C16-E22664A5A63F> /usr/lib/libspindump.dylib
    0x7fff78955000 -     0x7fff78b26ffb  libsqlite3.dylib (274.25) <F9589951-4ADE-3CD4-9D79-B4A0FD12E844> /usr/lib/libsqlite3.dylib
    0x7fff78bea000 -     0x7fff78c19fff  libssl.44.dylib (22.260.1) <A2C39D0B-9A5D-31DF-A8ED-55C339243D8B> /usr/lib/libssl.44.dylib
    0x7fff78d3f000 -     0x7fff78d42ff7  libutil.dylib (51.200.4) <CE9B18C9-66ED-32D4-9D29-01F8FCB467B0> /usr/lib/libutil.dylib
    0x7fff78d43000 -     0x7fff78d50fff  libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
    0x7fff78d55000 -     0x7fff78e37ff3  libxml2.2.dylib (32.8) <54F896CF-6D83-300B-9CD9-1636BE5375A4> /usr/lib/libxml2.2.dylib
    0x7fff78e38000 -     0x7fff78e60ff3  libxslt.1.dylib (16.1) <31F7018B-D8F2-36ED-A13B-1E5A16DFAAA1> /usr/lib/libxslt.1.dylib
    0x7fff78e61000 -     0x7fff78e73ff7  libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib
    0x7fff79657000 -     0x7fff7965bff3  libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
    0x7fff7965c000 -     0x7fff79666ff3  libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff79667000 -     0x7fff7966eff7  libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
    0x7fff7966f000 -     0x7fff79678ff7  libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
    0x7fff79679000 -     0x7fff796fdfc3  libcorecrypto.dylib (602.260.2) <BED0F385-D8A2-334A-BD7B-0673B5DABBC5> /usr/lib/system/libcorecrypto.dylib
    0x7fff79784000 -     0x7fff797bdff7  libdispatch.dylib (1008.250.7) <26DF5B1E-A388-38EF-B73B-AF0E93FB02DB> /usr/lib/system/libdispatch.dylib
    0x7fff797be000 -     0x7fff797eaff7  libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
    0x7fff797eb000 -     0x7fff797ebffb  libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
    0x7fff797ec000 -     0x7fff797f8ff3  libkxld.dylib (4903.261.4) <71CF1ECD-AC4E-3FDD-BEDF-14933D843EEE> /usr/lib/system/libkxld.dylib
    0x7fff797f9000 -     0x7fff797f9ff7  liblaunch.dylib (1336.261.2) <BD5CDB35-2BB4-349A-8D14-78E387563F89> /usr/lib/system/liblaunch.dylib
    0x7fff797fa000 -     0x7fff797fffff  libmacho.dylib (927.0.2) <3C5C9024-45FD-38C2-B01A-07A322966063> /usr/lib/system/libmacho.dylib
    0x7fff79800000 -     0x7fff79802ffb  libquarantine.dylib (86.220.1) <6D0BC770-7348-3608-9254-F7FFBD347634> /usr/lib/system/libquarantine.dylib
    0x7fff79803000 -     0x7fff79804ff7  libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
    0x7fff79805000 -     0x7fff7981cff3  libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib
    0x7fff7981d000 -     0x7fff7981dff7  libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib
    0x7fff7981e000 -     0x7fff798a5fff  libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
    0x7fff798a6000 -     0x7fff798a9ffb  libsystem_configuration.dylib (963.260.1) <C7D2BA09-8D5B-3393-8D84-304D76C55DEF> /usr/lib/system/libsystem_configuration.dylib
    0x7fff798aa000 -     0x7fff798adff7  libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff798ae000 -     0x7fff798b4fff  libsystem_darwin.dylib (1272.250.1) <EC9B39A5-9592-3577-8997-7DC721D20D8C> /usr/lib/system/libsystem_darwin.dylib
    0x7fff798b5000 -     0x7fff798bbff7  libsystem_dnssd.dylib (878.260.1) <64B79B01-B1B0-3C7E-87A1-023B71843F1F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff798bc000 -     0x7fff79907ffb  libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib
    0x7fff79908000 -     0x7fff79930ff7  libsystem_kernel.dylib (4903.261.4) <7B0F52C4-4CC9-3282-8457-C18C6FE1B99E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff79931000 -     0x7fff7997cff7  libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib
    0x7fff7997d000 -     0x7fff799a7fff  libsystem_malloc.dylib (166.261.1) <4D1CEF38-DE32-3ECF-9F70-0ADDD5C8775F> /usr/lib/system/libsystem_malloc.dylib
    0x7fff799a8000 -     0x7fff799b2ff7  libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff799b3000 -     0x7fff799bafff  libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
    0x7fff799bb000 -     0x7fff799c4fef  libsystem_platform.dylib (177.250.1) <16949870-9152-3B0D-9EF0-40FAF84B0F1E> /usr/lib/system/libsystem_platform.dylib
    0x7fff799c5000 -     0x7fff799cfff7  libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff799d0000 -     0x7fff799d3ff7  libsystem_sandbox.dylib (851.260.2) <9CACC5F5-3859-3A1F-BCC6-96DDD4A556A8> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff799d4000 -     0x7fff799d6ff3  libsystem_secinit.dylib (30.260.2) <88F3CE61-5FAD-3CDA-AA13-B5B18B3EBD26> /usr/lib/system/libsystem_secinit.dylib
    0x7fff799d7000 -     0x7fff799deff3  libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff799df000 -     0x7fff799f4fff  libsystem_trace.dylib (906.260.1) <100013AE-0443-3CF0-AC17-5D934608B60B> /usr/lib/system/libsystem_trace.dylib
    0x7fff799f6000 -     0x7fff799fbffb  libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
    0x7fff799fc000 -     0x7fff79a2bfff  libxpc.dylib (1336.261.2) <9A0FFA79-082F-3293-BF49-63976B073B74> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=799.0M resident=0K(0%) swapped_out_or_unallocated=799.0M(100%)
Writable regions: Total=2.1G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.1G(100%)
 
                                  VIRTUAL   REGION 
REGION TYPE                          SIZE    COUNT (non-coalesced) 
===========                       =======  ======= 
Accelerate framework                 512K        2 
Activity Tracing                     256K        1 
CG backing stores                    296K        2 
CG image                             176K       23 
CoreAnimation                        112K       13 
CoreGraphics                           8K        1 
CoreImage                             32K        6 
CoreUI image data                   1080K       23 
CoreUI image file                    196K        3 
Foundation                            60K        2 
JS JIT generated code              256.0M        4 
JS JIT generated code (reserved)   768.0M        1         reserved VM address space (unallocated)
Kernel Alloc Once                      8K        1 
MALLOC                             584.8M      169 
MALLOC guard page                     32K        7 
MALLOC_LARGE (reserved)              512K        2         reserved VM address space (unallocated)
MALLOC_NANO (reserved)             256.0M        1         reserved VM address space (unallocated)
Memory Tag 242                        12K        1 
Memory Tag 251                        12K        1 
STACK GUARD                         56.1M       36 
Stack                               25.8M       36 
VM_ALLOCATE                         79.8M      228 
VM_ALLOCATE (reserved)              96.0M        1         reserved VM address space (unallocated)
WebKit Malloc                       28.1M       11 
__DATA                              51.7M      700 
__FONT_DATA                            4K        1 
__LINKEDIT                         328.6M      357 
__TEXT                             470.4M      616 
__UNICODE                            564K        1 
mapped file                         72.7M       45 
shared memory                       78.2M       17 
===========                       =======  ======= 
TOTAL                                3.1G     2312 
TOTAL, minus reserved VM space       2.0G     2312 

Python crashes after each start (H5check_version)

MacOS 10.14.5 (and previous)

QGIS version 3.6.0-Noosa QGIS code revision 58734527ab
Compiled against Qt 5.12.0 Running against Qt 5.12.0
Compiled against GDAL/OGR 2.4.0 Running against GDAL/OGR 2.4.0
Compiled against GEOS 3.7.1-CAPI-1.11.1 Running against GEOS 3.7.1-CAPI-1.11.1 27a5e771
PostgreSQL Client Version 11.1 SpatiaLite Version 4.3.0a
QWT Version 6.1.3 QScintilla2 Version 2.10.4
Compiled against PROJ 520 Running against PROJ 5.2.0

Python crash report

Process:               Python [3552]
Path:                  /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python
Identifier:            Python
Version:               3.6.7 (3.6.7)
Code Type:             X86-64 (Native)
Parent Process:        QGIS [3532]
Responsible:           Python [3552]
User ID:               501

Date/Time:             2019-05-23 08:48:09.037 +0200
OS Version:            Mac OS X 10.14.5 (18F132)
Report Version:        12
Bridge OS Version:     3.0 (14Y677)
Anonymous UUID:        A6C9A501-7811-4CD4-6C76-12E947BC2BC6

Sleep/Wake UUID:       24C5EE5A-F6B7-42FE-997F-12B5FC83A155

Time Awake Since Boot: 2300 seconds
Time Since Wake:       1400 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
dyld2 mode
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff7a2092c6 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff7a2c4bf1 pthread_kill + 284
2   libsystem_c.dylib             	0x00007fff7a1736a6 abort + 127
3   org.python.python             	0x0000000107276e07 Py_FatalError + 439
4   org.python.python             	0x0000000107276bdf _Py_InitializeEx_Private + 1327
5   org.python.python             	0x00000001072937e0 Py_Main + 2064
6   org.python.python             	0x000000010716fdf8 0x10716f000 + 3576
7   libdyld.dylib                 	0x00007fff7a0ce3d5 start + 1

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000113dd95c0  rcx: 0x00007ffee8a905d8  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffee8a90610  rsp: 0x00007ffee8a905d8
   r8: 0x000000010719bee0   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000206
  r12: 0x0000000000000307  r13: 0x0000000000000000  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff7a2092c6  rfl: 0x0000000000000206  cr2: 0x00007fffb0a34188
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x10716f000 -        0x10716fff7 +org.python.python (3.6.7 - 3.6.7) <8B33B2F5-AEE4-3C46-AB44-F3AB4EF252FC> /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python
       0x107175000 -        0x10732ffff +org.python.python (3.6.7, [c] 2001-2018 Python Software Foundation. - 3.6.7) <9619E7AF-8BEE-3B63-9711-4A1098929F1B> /Library/Frameworks/Python.framework/Versions/3.6/Python
       0x113d37000 -        0x113da16ef  dyld (655.1.1) <CE635DB2-D47E-3C05-A0A3-6BD982E7E750> /usr/lib/dyld
    0x7fff4e169000 -     0x7fff4e5adfff  com.apple.CoreFoundation (6.9 - 1575.12) <64C38BF2-1869-33C8-B1B6-DCA9C824C0E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff76c76000 -     0x7fff76c77ffb  libDiagnosticMessagesClient.dylib (107) <A14D0819-0970-34CD-8680-80E4D7FE8C2C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff770b5000 -     0x7fff770b6ffb  libSystem.B.dylib (1252.250.1) <1A13E822-B59C-3A36-A2E4-9968149714F9> /usr/lib/libSystem.B.dylib
    0x7fff772f8000 -     0x7fff7734bff7  libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
    0x7fff7734c000 -     0x7fff77361ff7  libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
    0x7fff77da8000 -     0x7fff78009fff  libicucore.A.dylib (62135.0.1) <2B292561-798A-381C-AA41-90EE6549C7CF> /usr/lib/libicucore.A.dylib
    0x7fff788ec000 -     0x7fff79071fdf  libobjc.A.dylib (756.2) <7C312627-43CB-3234-9324-4DEA92D59F50> /usr/lib/libobjc.A.dylib
    0x7fff7975b000 -     0x7fff7976dff7  libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib
    0x7fff79f51000 -     0x7fff79f55ff3  libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
    0x7fff79f56000 -     0x7fff79f60ff3  libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff79f61000 -     0x7fff79f68ff7  libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
    0x7fff79f69000 -     0x7fff79f72ff7  libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
    0x7fff79f73000 -     0x7fff79ff7fc3  libcorecrypto.dylib (602.260.2) <BED0F385-D8A2-334A-BD7B-0673B5DABBC5> /usr/lib/system/libcorecrypto.dylib
    0x7fff7a07e000 -     0x7fff7a0b7ff7  libdispatch.dylib (1008.250.7) <26DF5B1E-A388-38EF-B73B-AF0E93FB02DB> /usr/lib/system/libdispatch.dylib
    0x7fff7a0b8000 -     0x7fff7a0e4ff7  libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
    0x7fff7a0e5000 -     0x7fff7a0e5ffb  libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
    0x7fff7a0f3000 -     0x7fff7a0f3ff7  liblaunch.dylib (1336.261.2) <BD5CDB35-2BB4-349A-8D14-78E387563F89> /usr/lib/system/liblaunch.dylib
    0x7fff7a0f4000 -     0x7fff7a0f9fff  libmacho.dylib (927.0.2) <3C5C9024-45FD-38C2-B01A-07A322966063> /usr/lib/system/libmacho.dylib
    0x7fff7a0fa000 -     0x7fff7a0fcffb  libquarantine.dylib (86.220.1) <6D0BC770-7348-3608-9254-F7FFBD347634> /usr/lib/system/libquarantine.dylib
    0x7fff7a0fd000 -     0x7fff7a0feff7  libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
    0x7fff7a0ff000 -     0x7fff7a116ff3  libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib
    0x7fff7a117000 -     0x7fff7a117ff7  libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib
    0x7fff7a118000 -     0x7fff7a19ffff  libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
    0x7fff7a1a0000 -     0x7fff7a1a3ffb  libsystem_configuration.dylib (963.260.1) <C7D2BA09-8D5B-3393-8D84-304D76C55DEF> /usr/lib/system/libsystem_configuration.dylib
    0x7fff7a1a4000 -     0x7fff7a1a7ff7  libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff7a1a8000 -     0x7fff7a1aefff  libsystem_darwin.dylib (1272.250.1) <EC9B39A5-9592-3577-8997-7DC721D20D8C> /usr/lib/system/libsystem_darwin.dylib
    0x7fff7a1af000 -     0x7fff7a1b5ff7  libsystem_dnssd.dylib (878.260.1) <64B79B01-B1B0-3C7E-87A1-023B71843F1F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff7a1b6000 -     0x7fff7a201ffb  libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib
    0x7fff7a202000 -     0x7fff7a22aff7  libsystem_kernel.dylib (4903.261.4) <7B0F52C4-4CC9-3282-8457-C18C6FE1B99E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff7a22b000 -     0x7fff7a276ff7  libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib
    0x7fff7a277000 -     0x7fff7a2a1fff  libsystem_malloc.dylib (166.261.1) <4D1CEF38-DE32-3ECF-9F70-0ADDD5C8775F> /usr/lib/system/libsystem_malloc.dylib
    0x7fff7a2a2000 -     0x7fff7a2acff7  libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff7a2ad000 -     0x7fff7a2b4fff  libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
    0x7fff7a2b5000 -     0x7fff7a2befef  libsystem_platform.dylib (177.250.1) <16949870-9152-3B0D-9EF0-40FAF84B0F1E> /usr/lib/system/libsystem_platform.dylib
    0x7fff7a2bf000 -     0x7fff7a2c9ff7  libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff7a2ca000 -     0x7fff7a2cdff7  libsystem_sandbox.dylib (851.260.2) <9CACC5F5-3859-3A1F-BCC6-96DDD4A556A8> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff7a2ce000 -     0x7fff7a2d0ff3  libsystem_secinit.dylib (30.260.2) <88F3CE61-5FAD-3CDA-AA13-B5B18B3EBD26> /usr/lib/system/libsystem_secinit.dylib
    0x7fff7a2d1000 -     0x7fff7a2d8ff3  libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff7a2d9000 -     0x7fff7a2eefff  libsystem_trace.dylib (906.260.1) <100013AE-0443-3CF0-AC17-5D934608B60B> /usr/lib/system/libsystem_trace.dylib
    0x7fff7a2f0000 -     0x7fff7a2f5ffb  libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
    0x7fff7a2f6000 -     0x7fff7a325fff  libxpc.dylib (1336.261.2) <9A0FFA79-082F-3293-BF49-63976B073B74> /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: 170544
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=243.3M resident=0K(0%) swapped_out_or_unallocated=243.3M(100%)
Writable regions: Total=26.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=26.6M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Kernel Alloc Once                    8K        1 
MALLOC                            10.3M        8 
MALLOC guard page                   16K        4 
STACK GUARD                          4K        1 
Stack                             16.0M        1 
__DATA                            4224K       47 
__LINKEDIT                       223.2M        4 
__TEXT                            20.1M       44 
__UNICODE                          564K        1 
shared memory                        8K        2 
===========                     =======  ======= 
TOTAL                            274.3M      113 

Model: MacBookPro13,3, BootROM 256.0.0.0.0, 4 processors, Intel Core i7, 2,7 GHz, 16 GB, SMC 2.38f7
Graphics: kHW_IntelHDGraphics530Item, Intel HD Graphics 530, spdisplays_builtin
Graphics: kHW_AMDRadeonPro455Item, AMD Radeon Pro 455, spdisplays_pcie_device, 2 GB
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x15A), Broadcom BCM43xx 1.0 (7.77.61.2 AirPortDriverBrcmNIC-1305.8)
Bluetooth: Version 6.0.12f1, 3 services, 27 devices, 1 incoming serial ports
Network Service: USB 10/100/1000 LAN, Ethernet, en7
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
USB Device: USB2.0 Hub
USB Device: Apple Optical USB Mouse
USB Device: iBridge
USB Device: USB Keyboard
USB Device: USB3.0 Hub
USB Device: USB 10/100/1000 LAN
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.1
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.1

Python warning log in QGIS

2019-05-23T08:48:00     WARNING    warning:/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: .
              """)
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/__init__.py", line 26, in classFactory
              from .quick_osm import QuickOSMPlugin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm.py", line 30, in 
              from QuickOSM.quick_osm_processing.provider import Provider
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm_processing/provider.py", line 35, in 
              from QuickOSM.quick_osm_processing.advanced.build_query import (
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm_processing/advanced/build_query.py", line 21, in 
              from processing.algs.qgis.QgisAlgorithm import QgisAlgorithm
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py", line 28, in 
              from processing.tools.dataobjects import * # NOQA
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/dataobjects.py", line 51, in 
              from processing.algs.gdal.GdalUtils import GdalUtils
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/gdal/GdalUtils.py", line 34, in 
              import psycopg2
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/psycopg2/__init__.py", line 144, in 
              """)
             
2019-05-23T08:48:01     WARNING    warning:/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py:672: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
              mod = _builtin_import(name, globals, locals, fromlist, level)
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/__init__.py", line 26, in classFactory
              from .quick_osm import QuickOSMPlugin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm.py", line 30, in 
              from QuickOSM.quick_osm_processing.provider import Provider
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm_processing/provider.py", line 35, in 
              from QuickOSM.quick_osm_processing.advanced.build_query import (
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm_processing/advanced/build_query.py", line 21, in 
              from processing.algs.qgis.QgisAlgorithm import QgisAlgorithm
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py", line 29, in 
              from processing.tools.general import * # NOQA
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/general.py", line 39, in 
              from processing.core.Processing import Processing
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py", line 58, in 
              from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py", line 36, in 
              import plotly # NOQA
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plotly/__init__.py", line 31, in 
              from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plotly/plotly/__init__.py", line 10, in 
              from . plotly import (
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plotly/plotly/plotly.py", line 30, in 
              from plotly import exceptions, files, session, tools, utils
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plotly/tools.py", line 18, in 
              from plotly import exceptions, optional_imports, session, utils
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plotly/utils.py", line 21, in 
              import pytz
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pytz/__init__.py", line 32, in 
              from pytz.lazy import LazyDict, LazyList, LazySet
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pytz/lazy.py", line 5, in 
              from collections import Mapping as DictMixin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1032, in _handle_fromlist
              File "/Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/collections/__init__.py", line 52, in __getattr__
              DeprecationWarning, stacklevel=2)
             
2019-05-23T08:48:02     WARNING    warning:/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py:672: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
              mod = _builtin_import(name, globals, locals, fromlist, level)
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/__init__.py", line 26, in classFactory
              from .quick_osm import QuickOSMPlugin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm.py", line 30, in 
              from QuickOSM.quick_osm_processing.provider import Provider
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm_processing/provider.py", line 35, in 
              from QuickOSM.quick_osm_processing.advanced.build_query import (
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm_processing/advanced/build_query.py", line 21, in 
              from processing.algs.qgis.QgisAlgorithm import QgisAlgorithm
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py", line 29, in 
              from processing.tools.general import * # NOQA
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/general.py", line 39, in 
              from processing.core.Processing import Processing
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py", line 58, in 
              from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py", line 36, in 
              import plotly # NOQA
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plotly/__init__.py", line 31, in 
              from plotly import (plotly, dashboard_objs, graph_objs, grid_objs, tools,
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plotly/plotly/__init__.py", line 10, in 
              from . plotly import (
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plotly/plotly/plotly.py", line 30, in 
              from plotly import exceptions, files, session, tools, utils
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plotly/tools.py", line 18, in 
              from plotly import exceptions, optional_imports, session, utils
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plotly/utils.py", line 31, in 
              pandas = get_module('pandas')
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plotly/optional_imports.py", line 25, in get_module
              return import_module(name)
              File "/Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/importlib/__init__.py", line 127, in import_module
              return _bootstrap._gcd_import(name[level:], package, level)
              File "", line 1006, in _gcd_import
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pandas/__init__.py", line 42, in 
              from pandas.core.api import *
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pandas/core/api.py", line 26, in 
              from pandas.core.groupby import Grouper
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pandas/core/groupby/__init__.py", line 1, in 
              from pandas.core.groupby.groupby import GroupBy # noqa: F401
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pandas/core/groupby/groupby.py", line 37, in 
              from pandas.core.frame import DataFrame
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pandas/core/frame.py", line 100, in 
              from pandas.core.series import Series
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pandas/core/series.py", line 51, in 
              import pandas.plotting._core as gfx
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pandas/plotting/__init__.py", line 11, in 
              from pandas.plotting._core import boxplot
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pandas/plotting/_core.py", line 36, in 
              from pandas.plotting import _converter
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pandas/plotting/_converter.py", line 6, in 
              import matplotlib.dates as dates
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/matplotlib/__init__.py", line 107, in 
              from collections import MutableMapping
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1032, in _handle_fromlist
              File "/Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/collections/__init__.py", line 52, in __getattr__
              DeprecationWarning, stacklevel=2)
             
2019-05-23T08:48:04     WARNING    warning:/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/yaml/constructor.py:126: DeprecationWarning:
             
             Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/__init__.py", line 26, in classFactory
              from .quick_osm import QuickOSMPlugin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm.py", line 30, in 
              from QuickOSM.quick_osm_processing.provider import Provider
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm_processing/provider.py", line 35, in 
              from QuickOSM.quick_osm_processing.advanced.build_query import (
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm_processing/advanced/build_query.py", line 21, in 
              from processing.algs.qgis.QgisAlgorithm import QgisAlgorithm
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py", line 29, in 
              from processing.tools.general import * # NOQA
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/general.py", line 39, in 
              from processing.core.Processing import Processing
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py", line 58, in 
              from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py", line 48, in 
              from .QgisAlgorithm import QgisAlgorithm
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/QgisAlgorithm.py", line 30, in 
              from processing.algs.help import shortHelp
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/help/__init__.py", line 58, in 
              shortHelp = loadShortHelp()
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/help/__init__.py", line 40, in loadShortHelp
              h.update(yaml.load(stream))
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/yaml/__init__.py", line 72, in load
              return loader.get_single_data()
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/yaml/constructor.py", line 37, in get_single_data
              return self.construct_document(node)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/yaml/constructor.py", line 46, in construct_document
              for dummy in generator:
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/yaml/constructor.py", line 398, in construct_yaml_map
              value = self.construct_mapping(node)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/yaml/constructor.py", line 204, in construct_mapping
              return super().construct_mapping(node, deep=deep)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/yaml/constructor.py", line 126, in construct_mapping
              if not isinstance(key, collections.Hashable):
              File "/Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/collections/__init__.py", line 52, in __getattr__
              DeprecationWarning, stacklevel=2)
             
2019-05-23T08:48:04     WARNING    warning:/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py:152: DeprecationWarning:
             
             'U' mode is deprecated
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/__init__.py", line 26, in classFactory
              from .quick_osm import QuickOSMPlugin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm.py", line 30, in 
              from QuickOSM.quick_osm_processing.provider import Provider
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm_processing/provider.py", line 35, in 
              from QuickOSM.quick_osm_processing.advanced.build_query import (
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/QuickOSM/quick_osm_processing/advanced/build_query.py", line 21, in 
              from processing.algs.qgis.QgisAlgorithm import QgisAlgorithm
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py", line 29, in 
              from processing.tools.general import * # NOQA
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/tools/general.py", line 39, in 
              from processing.core.Processing import Processing
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py", line 58, in 
              from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py", line 81, in 
              from .IdwInterpolation import IdwInterpolation
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/IdwInterpolation.py", line 44, in 
              from processing.algs.qgis.ui.InterpolationWidgets import ParameterInterpolationData, ParameterPixelSize
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/plugins/processing/algs/qgis/ui/InterpolationWidgets.py", line 93, in 
              WIDGET, BASE = uic.loadUiType(os.path.join(pluginPath, 'interpolationdatawidgetbase.ui'))
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/__init__.py", line 198, in loadUiType
              winfo = compiler.UICompiler().compileUi(uifile, code_string, from_imports, resource_suffix, import_from)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/Compiler/compiler.py", line 53, in __init__
              qtproxies.QtWidgets, CompilerCreatorPolicy())
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/uiparser.py", line 177, in __init__
              self.factory = QObjectCreator(creatorPolicy)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py", line 85, in __init__
              if self.load_plugin(filename, plugin_globals, plugin_locals):
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py", line 152, in load_plugin
              plugin = open(filename, 'rU')
             
2019-05-23T08:48:04     WARNING    warning:/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py:152: DeprecationWarning:
             
             'U' mode is deprecated
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/VectorBender/__init__.py", line 26, in classFactory
              return VectorBender(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/VectorBender/vectorbender.py", line 57, in __init__
              self.dlg = VectorBenderDialog(iface,self)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/VectorBender/vectorbenderdialog.py", line 18, in __init__
              uic.loadUi(os.path.join(os.path.dirname(__file__),'ui_main.ui'), self)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/__init__.py", line 226, in loadUi
              return DynamicUILoader(package).loadUi(uifile, baseinstance, resource_suffix)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/Loader/loader.py", line 51, in __init__
              UIParser.__init__(self, QtCore, QtGui, QtWidgets, LoaderCreatorPolicy(package))
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/uiparser.py", line 177, in __init__
              self.factory = QObjectCreator(creatorPolicy)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py", line 85, in __init__
              if self.load_plugin(filename, plugin_globals, plugin_locals):
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py", line 152, in load_plugin
              plugin = open(filename, 'rU')
             
2019-05-23T08:48:04     WARNING    warning:/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/core/additions/qgsfunction.py:107: DeprecationWarning:
             
             inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/__init__.py", line 25, in classFactory
              from .plugin.vtr_plugin import VtrPlugin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/vtr_plugin.py", line 31, in 
              from .style_converter import core
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/style_converter/core/__init__.py", line 13, in 
              from .data import qgis_functions
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/style_converter/core/data/qgis_functions.py", line 30, in 
              @qgsfunction(args="auto", group="Custom")
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/core/additions/qgsfunction.py", line 170, in wrapper
              return register_function(func, args, group, **kwargs)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/core/additions/qgsfunction.py", line 107, in register_function
              args = inspect.getargspec(function).args
              File "/Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/inspect.py", line 1078, in getargspec
              DeprecationWarning, stacklevel=2)
             
2019-05-23T08:48:05     WARNING    warning:/Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/importlib/_bootstrap.py:219: ImportWarning:
             
             can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/__init__.py", line 25, in classFactory
              from .plugin.vtr_plugin import VtrPlugin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/vtr_plugin.py", line 51, in 
              from .vt_reader import VtReader
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/vt_reader.py", line 33, in 
              from .util.mp_helper import decode_tile_native, decode_tile_python, load_lib
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/util/mp_helper.py", line 5, in 
              import mapbox_vector_tile
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/__init__.py", line 1, in 
              from . import encoder
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/encoder.py", line 4, in 
              from shapely.geometry.base import BaseGeometry
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/shapely/geometry/__init__.py", line 23, in 
              import shapely.speedups
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/shapely/speedups/__init__.py", line 11, in 
              from shapely.speedups import _speedups
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 670, in _load_unlocked
              File "", line 583, in module_from_spec
              File "", line 1043, in create_module
              File "", line 219, in _call_with_frames_removed
             
2019-05-23T08:48:05     WARNING    warning:/Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/importlib/_bootstrap_external.py:434: ImportWarning:
             
             Not importing directory /Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/mpl_toolkits: missing __init__
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/__init__.py", line 25, in classFactory
              from .plugin.vtr_plugin import VtrPlugin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/vtr_plugin.py", line 51, in 
              from .vt_reader import VtReader
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/vt_reader.py", line 33, in 
              from .util.mp_helper import decode_tile_native, decode_tile_python, load_lib
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/util/mp_helper.py", line 5, in 
              import mapbox_vector_tile
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/__init__.py", line 1, in 
              from . import encoder
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/encoder.py", line 13, in 
              from .compat import PY3, vector_tile, apply_map
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/compat.py", line 7, in 
              from .Mapbox import vector_tile_pb2_p3
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/Mapbox/vector_tile_pb2_p3.py", line 4, in 
              from google.protobuf import descriptor as _descriptor
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/google/__init__.py", line 2, in 
              __import__('pkg_resources').declare_namespace(__name__)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3019, in 
              @_call_aside
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3003, in _call_aside
              f(*args, **kwargs)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3047, in _initialize_master_working_set
              for dist in working_set
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3047, in 
              for dist in working_set
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 2577, in activate
              declare_namespace(pkg)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 2151, in declare_namespace
              _handle_ns(packageName, path_item)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 2071, in _handle_ns
              loader = importer.find_module(packageName)
              File "", line 434, in _find_module_shim
             
2019-05-23T08:48:05     WARNING    warning:/Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/importlib/_bootstrap_external.py:434: ImportWarning:
             
             Not importing directory /Applications/QGIS3.6.app/Contents/Resources/python/mpl_toolkits: missing __init__
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/__init__.py", line 25, in classFactory
              from .plugin.vtr_plugin import VtrPlugin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/vtr_plugin.py", line 51, in 
              from .vt_reader import VtReader
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/vt_reader.py", line 33, in 
              from .util.mp_helper import decode_tile_native, decode_tile_python, load_lib
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/util/mp_helper.py", line 5, in 
              import mapbox_vector_tile
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/__init__.py", line 1, in 
              from . import encoder
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/encoder.py", line 13, in 
              from .compat import PY3, vector_tile, apply_map
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/compat.py", line 7, in 
              from .Mapbox import vector_tile_pb2_p3
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/Mapbox/vector_tile_pb2_p3.py", line 4, in 
              from google.protobuf import descriptor as _descriptor
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/google/__init__.py", line 2, in 
              __import__('pkg_resources').declare_namespace(__name__)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3019, in 
              @_call_aside
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3003, in _call_aside
              f(*args, **kwargs)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3047, in _initialize_master_working_set
              for dist in working_set
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3047, in 
              for dist in working_set
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 2577, in activate
              declare_namespace(pkg)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 2151, in declare_namespace
              _handle_ns(packageName, path_item)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 2071, in _handle_ns
              loader = importer.find_module(packageName)
              File "", line 434, in _find_module_shim
             
2019-05-23T08:48:05     WARNING    warning:/Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/importlib/_bootstrap_external.py:434: ImportWarning:
             
             Not importing directory /Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/site-packages/mpl_toolkits: missing __init__
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/__init__.py", line 25, in classFactory
              from .plugin.vtr_plugin import VtrPlugin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/vtr_plugin.py", line 51, in 
              from .vt_reader import VtReader
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/vt_reader.py", line 33, in 
              from .util.mp_helper import decode_tile_native, decode_tile_python, load_lib
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/util/mp_helper.py", line 5, in 
              import mapbox_vector_tile
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/__init__.py", line 1, in 
              from . import encoder
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/encoder.py", line 13, in 
              from .compat import PY3, vector_tile, apply_map
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/compat.py", line 7, in 
              from .Mapbox import vector_tile_pb2_p3
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/Mapbox/vector_tile_pb2_p3.py", line 4, in 
              from google.protobuf import descriptor as _descriptor
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 953, in _find_and_load_unlocked
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/google/__init__.py", line 2, in 
              __import__('pkg_resources').declare_namespace(__name__)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3019, in 
              @_call_aside
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3003, in _call_aside
              f(*args, **kwargs)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3047, in _initialize_master_working_set
              for dist in working_set
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 3047, in 
              for dist in working_set
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 2577, in activate
              declare_namespace(pkg)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 2151, in declare_namespace
              _handle_ns(packageName, path_item)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/pkg_resources/__init__.py", line 2071, in _handle_ns
              loader = importer.find_module(packageName)
              File "", line 434, in _find_module_shim
             
2019-05-23T08:48:05     WARNING    warning:/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/google/protobuf/internal/containers.py:340: DeprecationWarning:
             
             Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/__init__.py", line 25, in classFactory
              from .plugin.vtr_plugin import VtrPlugin
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/vtr_plugin.py", line 51, in 
              from .vt_reader import VtReader
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/vt_reader.py", line 33, in 
              from .util.mp_helper import decode_tile_native, decode_tile_python, load_lib
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/plugin/util/mp_helper.py", line 5, in 
              import mapbox_vector_tile
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/__init__.py", line 1, in 
              from . import encoder
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/encoder.py", line 13, in 
              from .compat import PY3, vector_tile, apply_map
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/compat.py", line 7, in 
              from .Mapbox import vector_tile_pb2_p3
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/mapbox_vector_tile/Mapbox/vector_tile_pb2_p3.py", line 6, in 
              from google.protobuf import reflection as _reflection
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/google/protobuf/reflection.py", line 58, in 
              from google.protobuf.internal import python_message as message_impl
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/google/protobuf/internal/python_message.py", line 61, in 
              from google.protobuf.internal import containers
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 1035, in _handle_fromlist
              File "", line 219, in _call_with_frames_removed
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/vector_tiles_reader/ext-libs/google/protobuf/internal/containers.py", line 340, in 
              collections.MutableSequence.register(BaseContainer)
              File "/Applications/QGIS3.6.app/Contents/Frameworks/Python.framework/Versions/Current/lib/python3.7/collections/__init__.py", line 52, in __getattr__
              DeprecationWarning, stacklevel=2)
             
2019-05-23T08:48:05     WARNING    warning:/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py:152: DeprecationWarning:
             
             'U' mode is deprecated
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/__init__.py", line 34, in classFactory
              from .quick_map_services import QuickMapServices
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/quick_map_services.py", line 41, in 
              from .qms_service_toolbox import QmsServiceToolbox
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qms_service_toolbox.py", line 124, in 
              path.dirname(__file__), 'qms_service_toolbox.ui'))
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/__init__.py", line 198, in loadUiType
              winfo = compiler.UICompiler().compileUi(uifile, code_string, from_imports, resource_suffix, import_from)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/Compiler/compiler.py", line 53, in __init__
              qtproxies.QtWidgets, CompilerCreatorPolicy())
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/uiparser.py", line 177, in __init__
              self.factory = QObjectCreator(creatorPolicy)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py", line 85, in __init__
              if self.load_plugin(filename, plugin_globals, plugin_locals):
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py", line 152, in load_plugin
              plugin = open(filename, 'rU')
             
2019-05-23T08:48:06     WARNING    warning:/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/urllib3/connectionpool.py:847: InsecureRequestWarning:
             
             Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 344, in startPlugin
              plugins[packageName].initGui()
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/quick_map_services.py", line 121, in initGui
              self.init_server_panel()
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/quick_map_services.py", line 311, in init_server_panel
              self.server_toolbox = QmsServiceToolbox(self.iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qms_service_toolbox.py", line 155, in __init__
              self.show_news()
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qms_service_toolbox.py", line 160, in show_news
              qms_news = client.get_news()
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qms_external_api_python/api/api_abstract.py", line 64, in get_news
              response = get(url, verify=False)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/requests/api.py", line 75, in get
              return request('get', url, params=params, **kwargs)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/requests/api.py", line 60, in request
              return session.request(method=method, url=url, **kwargs)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/requests/sessions.py", line 533, in request
              resp = self.send(prep, **send_kwargs)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/requests/sessions.py", line 646, in send
              r = adapter.send(request, **kwargs)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/requests/adapters.py", line 449, in send
              timeout=timeout
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/urllib3/connectionpool.py", line 600, in urlopen
              chunked=chunked)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/urllib3/connectionpool.py", line 343, in _make_request
              self._validate_conn(conn)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/urllib3/connectionpool.py", line 847, in _validate_conn
              InsecureRequestWarning)
             
2019-05-23T08:48:07     WARNING    warning:/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/osgeo/gdal.py:107: DeprecationWarning:
             
             gdal.py was placed in a namespace, it is now available as osgeo.gdal
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/AnotherDXF2Shape/__init__.py", line 34, in classFactory
              from .clsADXF2Shape import clsADXF2Shape
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/AnotherDXF2Shape/clsADXF2Shape.py", line 48, in 
              from .uiADXF2Shape import *
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/AnotherDXF2Shape/uiADXF2Shape.py", line 72, in 
              import gdal
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/gdal.py", line 3, in 
              deprecation_warn('gdal')
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/osgeo/gdal.py", line 107, in deprecation_warn
              DeprecationWarning)
             
2019-05-23T08:48:07     WARNING    warning:/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py:152: DeprecationWarning:
             
             'U' mode is deprecated
             
             
             traceback: File "", line 1, in 
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 335, in startPlugin
              plugins[packageName] = package.classFactory(iface)
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/parcel_plugin/__init__.py", line 55, in classFactory
              from .plugin import SMLSurveyor
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/parcel_plugin/plugin.py", line 37, in 
              from .cogo_dialogs import BearingDistanceFormDialog, SelectorDialog, FormParcelDialog, ManagerDialog, FormBeaconDialog, \
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 672, in _import
              mod = _builtin_import(name, globals, locals, fromlist, level)
              File "", line 983, in _find_and_load
              File "", line 967, in _find_and_load_unlocked
              File "", line 677, in _load_unlocked
              File "", line 728, in exec_module
              File "", line 219, in _call_with_frames_removed
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/parcel_plugin/cogo_dialogs.py", line 37, in 
              UI_CLASS = get_ui_class("ui_pgnewconnection.ui")
              File "/Users/gavinfleming/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/parcel_plugin/utilities.py", line 76, in get_ui_class
              return uic.loadUiType(ui_file_path, from_imports=True)[0]
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/__init__.py", line 198, in loadUiType
              winfo = compiler.UICompiler().compileUi(uifile, code_string, from_imports, resource_suffix, import_from)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/Compiler/compiler.py", line 53, in __init__
              qtproxies.QtWidgets, CompilerCreatorPolicy())
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/uiparser.py", line 177, in __init__
              self.factory = QObjectCreator(creatorPolicy)
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py", line 85, in __init__
              if self.load_plugin(filename, plugin_globals, plugin_locals):
              File "/Applications/QGIS3.6.app/Contents/MacOS/../Resources/python/PyQt5/uic/objcreator.py", line 152, in load_plugin
              plugin = open(filename, 'rU')
            

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.