openscenegraph/osgQt

Viewer Example not rendering correctly

dtudin80 opened this issue · 3 comments

Hi, I've been trying to get this plugin working with OSG 3.6.3 on Window (10) with Qt 5.12 and Visual Studio 2017. First, it seems the project as it has some configuration issues, and will not build. It has errors locating gl libraries, or even it's own classes.

I finally made my own, empty Qt project in VS 2017, copied in all the src/include files and managed to get it compiling. I have tried to copy the osgviewerqt example to see that it all works, and it only moderately does. I can see a new window, and I can see the cow model, however the reflections on it don't work - it's just black.

Also, I noticed that in my project, the OSG_GL3_AVAILABLE define is not set, so my QSurfaceFormat is being set to 2,0. Could this be an issue? If so, what should I be doing to ensure that it's correctly set. I tried defining it myself and the program crashed when starting up.

Any help would be greatly appreciated. I would like to eventually get this to work with osgEarth, but one step at a time!

I've got the same result. The built-in example use SingleThreaded,that maybe work。But the other choices such as CullDrawThreadPerContext\DrawThreadPerContext would not work。The program crashs in Shader.cpp L533 ( _glShaderHandle = _extensions->glCreateShader( shader->getType() );) where glCreateShader is a nullptr.
If SingleThreaded, it would report error: 'invalid enumerant' at Before Renderer::compile。

I've got the same result too. I'm using OSG3.6.3 on OSX 10.14.4 with Qt5.12. When I exec ./osgviewerQt cow.osgt, it will carsh. Thers is the report about the crash:
Process: osgviewerQt [1161]
Path: /Users/USER/Documents/*/osgviewerQt
Identifier: osgviewerQt
Version: 0
Code Type: X86-64 (Native)
Parent Process: bash [497]
Responsible: osgviewerQt [1161]
User ID: 501

Date/Time: 2019-05-10 11:01:18.440 +0800
OS Version: Mac OS X 10.14.4 (18E226)
Report Version: 12
Anonymous UUID: 55009D5A-63BE-1867-C1CB-BE103C82393B

Time Awake Since Boot: 250 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT
Exception Note: EXC_CORPSE_NOTIFY

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

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.driver.AppleIntelSKLGraphicsGLDriver 0x00007fff342ad696 IntelVertexArray::setElemData(unsigned int, unsigned int, unsigned short, unsigned int) + 156
1 com.apple.driver.AppleIntelSKLGraphicsGLDriver 0x00007fff342ad5ec IntelVertexArray::extractState(GLDVertexArrayDataRec const*, unsigned long long) + 86
2 libGPUSupportMercury.dylib 0x00007fff55e8a882 gpusLoadCurrentVertexArray + 193
3 com.apple.driver.AppleIntelSKLGraphicsGLDriver 0x00007fff34290f66 updateDispatch + 1236
4 GLEngine 0x00007fff4468d656 gleDoDrawDispatchCore + 630
5 GLEngine 0x00007fff4463169a gleSetupAndDrawArraysOrElementsOutOfLine_ListExec + 844
6 GLEngine 0x00007fff445c99ec gleCallList + 156
7 libosg.158.dylib 0x0000000103576ee2 osg::Drawable::draw(osg::RenderInfo&) const + 850
8 libosgUtil.158.dylib 0x00000001038c2345 osgUtil::RenderLeaf::render(osg::RenderInfo&, osgUtil::RenderLeaf*) + 181
9 libosgUtil.158.dylib 0x00000001038bcac0 osgUtil::RenderBin::drawImplementation(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 448
10 libosgUtil.158.dylib 0x00000001038bc7bd osgUtil::RenderBin::draw(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 77
11 libosgUtil.158.dylib 0x00000001038bcb13 osgUtil::RenderBin::drawImplementation(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 531
12 libosgUtil.158.dylib 0x00000001038c89c9 osgUtil::RenderStage::drawImplementation(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 329
13 libosgUtil.158.dylib 0x00000001038bc7bd osgUtil::RenderBin::draw(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 77
14 libosgUtil.158.dylib 0x00000001038c75ac osgUtil::RenderStage::drawInner(osg::RenderInfo&, osgUtil::RenderLeaf*&, bool&) + 236
15 libosgUtil.158.dylib 0x00000001038c8308 osgUtil::RenderStage::draw(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 1096
16 libosgUtil.158.dylib 0x00000001038d2662 osgUtil::SceneView::draw() + 914
17 libosgViewer.158.dylib 0x00000001039ecaac osgViewer::Renderer::cull_draw() + 1068
18 libosg.158.dylib 0x00000001035a35a2 osg::GraphicsContext::runOperations() + 402
19 libosgViewer.158.dylib 0x0000000103a2bc37 osgViewer::ViewerBase::renderingTraversals() + 4471
20 libosgQOpenGL.145.dylib 0x0000000103c8f490 osgQOpenGLWidget::paintGL() + 48
21 org.qt-project.QtWidgets 0x0000000103d86265 QOpenGLWidgetPrivate::render() + 421
22 org.qt-project.QtWidgets 0x0000000103d60c78 QWidget::event(QEvent*) + 1096
23 org.qt-project.QtWidgets 0x0000000103d24f7d QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
24 org.qt-project.QtWidgets 0x0000000103d26382 QApplication::notify(QObject*, QEvent*) + 594
25 org.qt-project.QtCore 0x00000001049dffb4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 212
26 org.qt-project.QtWidgets 0x0000000103d598df QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 3135
27 org.qt-project.QtWidgets 0x0000000103d327b4 QWidgetBackingStore::doSync() + 4756
28 org.qt-project.QtWidgets 0x0000000103d311bb QWidgetBackingStore::sync(QWidget*, QRegion const&) + 267
29 org.qt-project.QtWidgets 0x0000000103d81b54 QWidgetWindow::handleExposeEvent(QExposeEvent*) + 372
30 org.qt-project.QtWidgets 0x0000000103d7effb QWidgetWindow::event(QEvent*) + 1067
31 org.qt-project.QtWidgets 0x0000000103d24f7d QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
32 org.qt-project.QtWidgets 0x0000000103d26382 QApplication::notify(QObject*, QEvent*) + 594
33 org.qt-project.QtCore 0x00000001049dffb4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 212
34 org.qt-project.QtGui 0x00000001042eb3a5 QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*) + 309
35 org.qt-project.QtGui 0x00000001042c9f03 bool QWindowSystemInterfacePrivate::handleWindowSystemEventQWindowSystemInterface::SynchronousDelivery(QWindowSystemInterfacePrivate::WindowSystemEvent*) + 115
36 org.qt-project.QtGui 0x00000001042d0b12 void QWindowSystemInterface::handleExposeEventQWindowSystemInterface::SynchronousDelivery(QWindow*, QRegion const&) + 178
37 libqcocoa.dylib 0x00000001071fe84c QCocoaWindow::handleExposeEvent(QRegion const&) + 460
38 libqcocoa.dylib 0x0000000107205af0 -[QNSView(Drawing) displayLayer:] + 688
39 com.apple.QuartzCore 0x00007fff453a40ad -[CALayer display] + 176
40 com.apple.AppKit 0x00007fff38104f9e _NSBackingLayerDisplay + 528
41 com.apple.AppKit 0x00007fff380e94a1 -[_NSViewBackingLayer display] + 811
42 com.apple.QuartzCore 0x00007fff453a3d1d CA::Layer::display_if_needed(CA::Transaction*) + 627
43 com.apple.QuartzCore 0x00007fff45391f42 CA::Context::commit_transaction(CA::Transaction*) + 342
44 com.apple.QuartzCore 0x00007fff4539158a CA::Transaction::commit() + 588
45 com.apple.AppKit 0x00007fff380e00a1 __65+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayRefresh]_block_invoke + 274
46 com.apple.CoreFoundation 0x00007fff3a9b5e88 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
47 com.apple.CoreFoundation 0x00007fff3a9b5dbd __CFRunLoopDoObservers + 451
48 com.apple.CoreFoundation 0x00007fff3a9584d0 __CFRunLoopRun + 1136
49 com.apple.CoreFoundation 0x00007fff3a957e0e CFRunLoopRunSpecific + 455
50 com.apple.HIToolbox 0x00007fff39c449db RunCurrentEventLoopInMode + 292
51 com.apple.HIToolbox 0x00007fff39c4461d ReceiveNextEventCommon + 355
52 com.apple.HIToolbox 0x00007fff39c444a6 _BlockUntilNextEventMatchingListInModeWithFilter + 64
53 com.apple.AppKit 0x00007fff37fdeffb _DPSNextEvent + 965
54 com.apple.AppKit 0x00007fff37fddd93 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
55 com.apple.AppKit 0x00007fff37fd7eb0 -[NSApplication run] + 699
56 libqcocoa.dylib 0x000000010721225b QCocoaEventDispatcher::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 2955
57 org.qt-project.QtCore 0x00000001049db61f QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 431
58 org.qt-project.QtCore 0x00000001049e05c2 QCoreApplication::exec() + 130
59 osgviewerQt 0x00000001035155ab main + 2363
60 libdyld.dylib 0x00007fff66dd13d5 start + 1

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

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

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

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007f9c7e107460 rbx: 0x00000000000b0001 rcx: 0x0000800134f50a42 rdx: 0x0000000000000000
rdi: 0x00007f9c7e107450 rsi: 0x0000000000000000 rbp: 0x00007ffeec6eabf0 rsp: 0x00007ffeec6eabf0
r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x00000000ffffffff
r12: 0x00000000000b0000 r13: 0x0000000b00010000 r14: 0x00007f9c7e0fa068 r15: 0x00007f9c7e107450
rip: 0x00007fff342ad696 rfl: 0x0000000000010206 cr2: 0x000000010474d85e

Logical CPU: 2
Error Code: 0x00000000
Trap Number: 13

Binary Images:
0x103510000 - 0x103517fff +osgviewerQt (0) <5B649A4D-1B36-3FBD-A9F7-7B99EFDEC8D6> /Users/USER/Documents//osgviewerQt
0x10351e000 - 0x103729fff +libosg.158.dylib (0) <500E0F33-70E2-3B4D-997C-17C91467D762> /Users/USER/Documents/
/libosg.158.dylib
0x10380a000 - 0x10391eff3 +libosgUtil.158.dylib (0) <1D3B581F-1CB3-34F0-A368-53807CAD20B3> /Users/USER/Documents//libosgUtil.158.dylib
0x1039bb000 - 0x103a58ff3 +libosgViewer.158.dylib (0) <19A885D0-C03E-3D9B-8597-D809156419EC> /Users/USER/Documents/
/libosgViewer.158.dylib
0x103ac3000 - 0x103af9ff7 +libosgGA.158.dylib (0) <69280555-B20A-3F32-AA81-73E77DAAEE96> /Users/USER/Documents//libosgGA.158.dylib
0x103b54000 - 0x103c0bfff +libosgDB.158.dylib (0) <7805AD65-4BFB-3465-BCFB-84871839BA48> /Users/USER/Documents/
/libosgDB.158.dylib
0x103c76000 - 0x103c79fff +libOpenThreads.21.dylib (0) /Users/USER/Documents//libOpenThreads.21.dylib
0x103c86000 - 0x103c99ff3 +libosgQOpenGL.145.dylib (0) <7537E039-A8F0-3A97-9950-1C21E9AFA54D> /Users/USER/Documents/
/libosgQOpenGL.145.dylib
0x103cba000 - 0x103ceefff +org.qt-project.QtOpenGL (5.12 - 5.12.0) <515FE086-698D-37A6-B56B-75F29553E89F> /Users/USER//QtOpenGL.framework/Versions/5/QtOpenGL
0x103d15000 - 0x104151ff7 +org.qt-project.QtWidgets (5.12 - 5.12.0) <4D343778-D40A-37FF-B7C1-3A0F37D23B0E> /Users/USER/
/QtWidgets.framework/Versions/5/QtWidgets
0x1042b4000 - 0x1046f2ff7 +org.qt-project.QtGui (5.12 - 5.12.0) <1057E44B-220C-3B38-A33A-145B812D6A17> /Users/USER//QtGui.framework/Versions/5/QtGui
0x1047f7000 - 0x104d25ff7 +org.qt-project.QtCore (5.12 - 5.12.0) <6C434168-1696-3032-945E-6CB56D21CD64> /Users/USER/
/QtCore.framework/Versions/5/QtCore
0x104de5000 - 0x104e24ff3 +libosgText.158.dylib (0) <325194A3-CF23-327A-BB66-B3781CD2287E> /Users/USER/Documents//libosgText.158.dylib
0x104f4a000 - 0x104fa8ff3 +org.qt-project.QtDBus (5.12 - 5.12.0) /Users/USER/
/QtDBus.framework/Versions/5/QtDBus
0x1071e5000 - 0x10733efff +libqcocoa.dylib (0) <483A99C9-2304-307B-9A08-5CDFD0F1C5D4> /Users/USER//libqcocoa.dylib
0x107387000 - 0x1073b0ff7 +org.qt-project.QtPrintSupport (5.12 - 5.12.0) /Users/USER/
/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x10a220000 - 0x10a244fff +libqmacstyle.dylib (0) <1D8797A6-D4A8-34CC-A825-5DC3A82AF4D7> /Users/USER//libqmacstyle.dylib
0x10a262000 - 0x10a265047 libobjc-trampolines.dylib (756.2) /usr/lib/libobjc-trampolines.dylib
0x10a98f000 - 0x10a9f96ef dyld (655.1.1) /usr/lib/dyld
0x10ab9a000 - 0x10abb4fff +osgdb_osg.so (0) <40F1418D-8841-3DB3-9574-641F346FF78C> /Users/USER/Documents/
/osgdb_osg.so
0x10abc6000 - 0x10accfff7 +osgdb_serializers_osg.so (0) /Users/USER/Documents//osgdb_serializers_osg.so
0x10adcb000 - 0x10add1ffb +osgdb_rgb.so (0) /Users/USER/Documents/
/osgdb_rgb.so
0x7fff34287000 - 0x7fff3505bff7 com.apple.driver.AppleIntelSKLGraphicsGLDriver (12.8.38 - 12.0.8) <0990704E-AF2A-3D09-A57C-35AE4B1A4CAE> /System/Library/Extensions/AppleIntelSKLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelSKLGraphicsGLDriver
0x7fff3505c000 - 0x7fff3538cff7 com.apple.driver.AppleIntelSKLGraphicsMTLDriver (12.8.38 - 12.0.8) /System/Library/Extensions/AppleIntelSKLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelSKLGraphicsMTLDriver
0x7fff369e3000 - 0x7fff369e7fff com.apple.agl (3.3.2 - AGL-3.3.2) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff36d90000 - 0x7fff36d90fff com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff36d91000 - 0x7fff36da7ff7 libCGInterfaces.dylib (506.22) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff36da8000 - 0x7fff37441fef com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff37442000 - 0x7fff376bbff3 libBLAS.dylib (1243.200.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff376bc000 - 0x7fff3772effb libBNNS.dylib (38.250.1) <95A91B57-17B8-389F-B324-3AD42BBEA3E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff3772f000 - 0x7fff37ad8ff3 libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff37ad9000 - 0x7fff37aeefeb libLinearAlgebra.dylib (1243.200.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff37aef000 - 0x7fff37af4ff3 libQuadrature.dylib (3.200.2) <354D7970-0570-32E0-ABAE-222DAAF1F7A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff37af5000 - 0x7fff37b71ff3 libSparse.dylib (79.200.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff37b72000 - 0x7fff37b85fe3 libSparseBLAS.dylib (1243.200.4) <95B6FFFD-CDD5-3ABB-B862-6A86720DCD77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff37b86000 - 0x7fff37d6dff7 libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff37d6e000 - 0x7fff37e21ff7 libvMisc.dylib (671.250.4) <41FB4684-9DC8-3C19-8E2D-3BB7E6F74AAA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff37e22000 - 0x7fff37e22fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <74288115-EF61-30B6-843F-0593B31D4929> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff37fc4000 - 0x7fff38d79fff com.apple.AppKit (6.9 - 1671.40.119) <0A857684-99C7-30A9-8E23-D3015C6B24A3> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff38dcb000 - 0x7fff38dcbfff com.apple.ApplicationServices (50.1 - 50.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff38dcc000 - 0x7fff38e37fff com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <5B30E86D-B3AB-3346-A19F-F2CABF342465> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff38ed0000 - 0x7fff38fe7fff libFontParser.dylib (228.6.2.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff38fe8000 - 0x7fff3902afff libFontRegistry.dylib (228.12.2.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff39084000 - 0x7fff390b6fff libTrueTypeScaler.dylib (228.6.2.3) <8F2DA883-4A0E-389A-AB1D-C66FAA3B8E7C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff3911b000 - 0x7fff3911fff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <6EDD928D-BC75-385E-AB04-3CB63EAEBF96> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff391ba000 - 0x7fff3920cff7 com.apple.HIServices (1.22 - 627.15) <1B4C3D08-1DBA-365B-9362-C6708D8844AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff3920d000 - 0x7fff3921cfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <76B698A9-18B9-3089-9570-4FC3F754D56D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff3921d000 - 0x7fff39266ff7 com.apple.print.framework.PrintCore (14.2 - 503.8) <885645E0-D760-35EC-B506-7FC2763390DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff39267000 - 0x7fff392a0ff7 com.apple.QD (3.12 - 407.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff392a1000 - 0x7fff392adfff com.apple.speech.synthesis.framework (8.1.2 - 8.1.2) <1F910DC7-410A-391B-A03D-17605E50B688> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff392ae000 - 0x7fff39525ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <1C76AD80-1106-312E-B2C0-126A8D62F192> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff39527000 - 0x7fff39527fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <6AFA15D5-1886-3EBF-ADC9-90421375DB30> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff3987f000 - 0x7fff39c20fff com.apple.CFNetwork (978.0.7 - 978.0.7) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff39c35000 - 0x7fff39c35fff com.apple.Carbon (158 - 158) <080ECFD9-9C4B-3038-9F4B-BE111473E1DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff39c36000 - 0x7fff39c39ffb com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff39c3a000 - 0x7fff39f30fff com.apple.HIToolbox (2.1.1 - 918.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff39f31000 - 0x7fff39f34ff3 com.apple.help (1.3.8 - 66) <80B6EAF2-4745-3C04-AC10-4FC3EB08CB8D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff39f35000 - 0x7fff39f3aff7 com.apple.ImageCapture (9.0 - 1534.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff39f3b000 - 0x7fff39fd0ff3 com.apple.ink.framework (10.9 - 225) <091165EE-D540-3978-9B0C-2FAB5CB185A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff39fd1000 - 0x7fff39fe9ff7 com.apple.openscripting (1.7 - 179.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff3a009000 - 0x7fff3a00aff7 com.apple.print.framework.Print (14.2 - 267.4) <3E310F68-2BC7-365B-B36C-AAC243C7FFC4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff3a00b000 - 0x7fff3a00dff7 com.apple.securityhi (9.0 - 55006) <9A3E5426-CAC6-3B28-A3B7-C97A1B5CE9BC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff3a00e000 - 0x7fff3a014ff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff3a136000 - 0x7fff3a136fff com.apple.Cocoa (6.11 - 23) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff3a144000 - 0x7fff3a210ff7 com.apple.ColorSync (4.13.0 - 3340.7) <3ABFA780-F46A-3F0A-8504-005ADDA0662E> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff3a39c000 - 0x7fff3a422fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <7D8A5C9A-3F58-38C2-A1DC-20765150C742> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff3a486000 - 0x7fff3a4b0ffb com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff3a4b1000 - 0x7fff3a835fe3 com.apple.CoreData (120 - 866.5) <7A8DBE88-C7D4-39B4-87E6-508DA68BDAA8> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff3a836000 - 0x7fff3a91dff7 com.apple.CoreDisplay (101.3 - 108.11) <373AC375-0178-3721-8FFB-248D96E6AB05> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff3a91e000 - 0x7fff3ad61fff com.apple.CoreFoundation (6.9 - 1570.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff3ad63000 - 0x7fff3b3f2fe7 com.apple.CoreGraphics (2.0 - 1251.12) <58D98B52-5BEF-3345-B8DD-AAE476234FC1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff3b3f4000 - 0x7fff3b714fff com.apple.CoreImage (14.2.0 - 720.0.130) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff3bb6f000 - 0x7fff3bb6ffff com.apple.CoreServices (944.3 - 944.3) <364A9C3B-6841-3E34-A02A-8227FB5C9030> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff3bb70000 - 0x7fff3bbecff7 com.apple.AE (773 - 773) <3E32B3FF-0A2E-39F6-BBE0-F2E9607AB83A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff3bbed000 - 0x7fff3bec4fff com.apple.CoreServices.CarbonCore (1178.32 - 1178.32) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff3bec5000 - 0x7fff3bf0dff7 com.apple.DictionaryServices (1.2 - 284.16.3) <3EE59BD1-FCDD-3DE2-A7D6-6C503564E1AC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff3bf0e000 - 0x7fff3bf16ffb com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <727151AB-D38F-39B8-B7B3-F0039DBD45D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff3bf17000 - 0x7fff3c0c9fff com.apple.LaunchServices (944.3 - 944.3) <7BB5AEC5-A509-3188-9884-619E0DF8EED6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff3c0ca000 - 0x7fff3c168ff7 com.apple.Metadata (10.7.0 - 1191.56) <8DD9AC75-7D3E-3607-BEA0-556E98C30765> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff3c169000 - 0x7fff3c1b3ff7 com.apple.CoreServices.OSServices (944.3 - 944.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff3c1b4000 - 0x7fff3c21bff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff3c21c000 - 0x7fff3c23dff3 com.apple.coreservices.SharedFileList (71.28 - 71.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff3c548000 - 0x7fff3c6aaff3 com.apple.CoreText (352.0 - 584.26.2.7) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff3c6ab000 - 0x7fff3c6e8ff3 com.apple.CoreVideo (1.8 - 0.0) <0376A7EC-8C71-3F26-9599-4CA7AB7924EA> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff3c6e9000 - 0x7fff3c777ffb com.apple.framework.CoreWLAN (13.0 - 1370.8) <68770CCD-9C7F-31AB-8BBB-0DE4577D5F61> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff3c9ce000 - 0x7fff3c9d3ffb com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff3cb92000 - 0x7fff3cf3fff3 com.apple.Foundation (6.9 - 1570.16) <84055403-9921-3EFC-B593-8F0600EBEE80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff3cfae000 - 0x7fff3cfddffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff3d0dd000 - 0x7fff3d1e5ff7 com.apple.Bluetooth (6.0.11 - 6.0.11f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff3d247000 - 0x7fff3d2d6fff com.apple.framework.IOKit (2.0.2 - 1483.250.15) <1170EC49-1912-3657-9C71-991653959191> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff3d2d8000 - 0x7fff3d2e7ff3 com.apple.IOSurface (255.4.2 - 255.4.2) <9025E034-7D75-36E3-B71B-96E91FAE109B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff3d33b000 - 0x7fff3d4c6fef com.apple.ImageIO.framework (3.3.0 - 1824.6) <81BA6C12-123A-3FD8-9E88-0698100471A6> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff3d4c7000 - 0x7fff3d4cbffb libGIF.dylib (1824.6) <4B7B283B-84C8-38D1-BED4-B507C3EF6E7E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff3d4cc000 - 0x7fff3d5a8fef libJP2.dylib (1824.6) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff3d5a9000 - 0x7fff3d5cefeb libJPEG.dylib (1824.6) <0968BAF1-5E5A-3AA0-A971-3B3FFC4A4B66> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff3d891000 - 0x7fff3d8b7feb libPng.dylib (1824.6) <661821A6-4BF5-31C6-AFDB-7874A446756C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff3d8b8000 - 0x7fff3d8baffb libRadiance.dylib (1824.6) <0154D539-DF89-3F75-A8F1-92EF147422AF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff3d8bb000 - 0x7fff3d908fe7 libTIFF.dylib (1824.6) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff3ea7e000 - 0x7fff3ea97fff com.apple.Kerberos (3.0 - 1) <39F3F99E-036E-3406-80D9-8A845D820D4D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff3f4ab000 - 0x7fff3f53aff7 com.apple.Metal (161.7.1 - 161.7.1) <18BEB663-0D31-3255-9710-50BC5C3D2A0F> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff3f556000 - 0x7fff3f575ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff3f576000 - 0x7fff3f5f2fe7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <7E94924C-1648-3AE2-A32E-FC0AFCA433C6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff3f5f3000 - 0x7fff3f61afff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff3f61b000 - 0x7fff3f746ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <4866922C-9732-3FCE-9419-402E5DD22639> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff3f747000 - 0x7fff3f761fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <80CB3AF2-4401-3B3C-8941-7DEB648DD001> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff3f762000 - 0x7fff3f763ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff4055a000 - 0x7fff40566ff7 com.apple.NetFS (6.0 - 4.0) <7278E8E5-1583-3964-91DA-FB2127DFD63A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff42ffb000 - 0x7fff43003fe3 libcldcpuengine.dylib (2.11) <49B139D2-D0D6-3333-9603-DF158D61544C> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff43004000 - 0x7fff4305bff7 com.apple.opencl (2.15.3 - 2.15.3) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff4305c000 - 0x7fff43077ff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) <386A02AB-0BFA-3847-A56A-2E0EEC5E5D33> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff43078000 - 0x7fff43083ffb com.apple.OpenDirectory (10.14 - 207.200.4) <0BD19D17-7F00-3D56-8734-2EE52992B118> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff439d3000 - 0x7fff439d5fff libCVMSPluginSupport.dylib (17.5.4) <36EB7FAE-4E66-36BF-9B39-623B19486B3B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff439d6000 - 0x7fff439dbff3 libCoreFSCache.dylib (166.2) <1AD45004-2625-3351-8087-77878B95348F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff439dc000 - 0x7fff439e0fff libCoreVMClient.dylib (166.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff439e1000 - 0x7fff439e9ff7 libGFXShared.dylib (17.5.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff439ea000 - 0x7fff439f5fff libGL.dylib (17.5.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff439f6000 - 0x7fff43a30fe7 libGLImage.dylib (17.5.4) <7EE3273C-41C2-387F-A4B7-793EFAA67769> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff43a31000 - 0x7fff43ba3ff7 libGLProgrammability.dylib (17.5.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff43ba4000 - 0x7fff43be2fff libGLU.dylib (17.5.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff4457f000 - 0x7fff4458effb com.apple.opengl (17.5.4 - 17.5.4) <34FA5E8C-0FAF-3708-836B-E8ACB67EF4F4> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff4458f000 - 0x7fff44724ff7 GLEngine (17.5.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff44725000 - 0x7fff4474eff3 GLRendererFloat (17.5.4) <6E85E322-0E3D-3687-BE1D-B8D74971D5B9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff4538f000 - 0x7fff455e4fff com.apple.QuartzCore (1.11 - 697.24.4.2) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff45e18000 - 0x7fff46116ff7 com.apple.security (7.0 - 58286.251.4) <2084C515-AD64-3A48-BE3E-811CAA5A0E41> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff46117000 - 0x7fff461a3fff com.apple.securityfoundation (6.0 - 55185.251.1) <4A36D3BA-02B5-3C52-8B49-08EC290E1924> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff461d5000 - 0x7fff461d9ff3 com.apple.xpc.ServiceManagement (1.0 - 1) <139D85D7-C356-36FA-B8F4-696FD37FD1EA> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff46571000 - 0x7fff465defff com.apple.SystemConfiguration (1.17 - 1.17) <90F4626B-F9F6-377C-AA62-B8C23E857244> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff499f3000 - 0x7fff49a98fe7 com.apple.APFS (1.0 - 1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff4a498000 - 0x7fff4a499ff7 com.apple.AggregateDictionary (1.0 - 1) <49B5FD7F-A50C-3D67-BFAB-1C25E60F685A> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff4aa93000 - 0x7fff4aabfff7 com.apple.framework.Apple80211 (13.0 - 1376.3) <9D32EF36-80E0-35DA-9270-2865C91F1020> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff4ad97000 - 0x7fff4ada6fc7 com.apple.AppleFSCompression (96.200.3 - 1.0) <5D6A617C-999A-3D51-8350-109D55E9428A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff4aea0000 - 0x7fff4aeabfff com.apple.AppleIDAuthSupport (1.0 - 1) <91975ABC-B2EB-3630-A81E-69A1B95E4D19> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff4aeec000 - 0x7fff4af35ff3 com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff4b189000 - 0x7fff4b1abfff com.apple.applesauce (1.0 - ???) <48562D0B-1A1D-3D62-8BC2-61C55D0DCECE> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff4b30a000 - 0x7fff4b31effb com.apple.AssertionServices (1.0 - 1) /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff4b6e9000 - 0x7fff4b986ff7 com.apple.AuthKit (1.0 - 1) <5BC0D7C7-A46A-3B1A-BDC9-7E9150B5A876> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff4bb48000 - 0x7fff4bb50fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <7F48D9BD-17A8-3A76-8828-EC49245735EE> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff4bb51000 - 0x7fff4bbe6fff com.apple.backup.framework (1.10.4 - ???) <8247B1BE-DF97-31DC-BCC2-1A15797352D3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff4bbe7000 - 0x7fff4bc54fff com.apple.BaseBoard (360.27 - 360.27) <215A242E-BD57-3A4B-BCA4-FCC9D674CE7B> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff4d8b9000 - 0x7fff4d8c2ffb com.apple.CommonAuth (4.0 - 2.0) <55CEF8E6-A659-3D68-BEE0-1236F36E494C> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff4e598000 - 0x7fff4e5a9ff7 com.apple.CoreEmoji (1.0 - 69.19.9) <90ACD3F0-1542-3094-A1F6-FF2F508A8561> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff4eb52000 - 0x7fff4ebb8ff7 com.apple.CoreNLP (1.0 - 130.15.22) <5191A681-5DF3-359A-B401-C29109EA420A> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff4ee65000 - 0x7fff4ee6dff7 com.apple.CorePhoneNumbers (1.0 - 1) <01CAC5E2-B6B1-3444-8939-595A9301399C> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff4efe9000 - 0x7fff4f01aff3 com.apple.CoreServicesInternal (358 - 358) <7DD35528-033B-3B59-AAF2-5BFAF449D915> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff4f3e0000 - 0x7fff4f464fff com.apple.CoreSymbolication (10.2 - 64490.25.1) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff4f4f3000 - 0x7fff4f61eff7 com.apple.coreui (2.1 - 499.10) <50A90628-5400-3EBC-A1FE-87D68BC59377> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff4f61f000 - 0x7fff4f7bbffb com.apple.CoreUtils (5.7.6 - 576.49) <60FF6102-EEBB-302E-8DE4-6DCBB689ACC8> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff4f80f000 - 0x7fff4f872ff7 com.apple.framework.CoreWiFi (13.0 - 1370.8) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff4f873000 - 0x7fff4f884ff7 com.apple.CrashReporterSupport (10.13 - 938.25) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff4f913000 - 0x7fff4f922fff com.apple.framework.DFRFoundation (1.0 - 211.1) <201CCA68-44E4-3E09-8604-7D8833AC803B> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff4f923000 - 0x7fff4f927fff com.apple.DSExternalDisplay (3.1 - 380) <6AC4F805-7AAF-31D3-B614-C78B61907EE3> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff4f9a8000 - 0x7fff4fa1dff3 com.apple.datadetectorscore (7.0 - 590.24) <2A591F27-0FEE-3CE1-B6C3-7A3B56C9D18D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff4fa69000 - 0x7fff4faa6ff7 com.apple.DebugSymbols (190 - 190) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff4faa7000 - 0x7fff4fbe2fff com.apple.desktopservices (1.13.1 - ???) <420CC09F-7C18-3644-A024-DA8997FECA02> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff50b1d000 - 0x7fff50f38fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff547ec000 - 0x7fff547edfff libmetal_timestamp.dylib (902.3.2) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
0x7fff55e81000 - 0x7fff55e8cff7 libGPUSupportMercury.dylib (17.5.4) <1B76D376-781A-3631-B00B-30EC27E5EDAC> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff55e8d000 - 0x7fff55e92fff com.apple.GPUWrangler (3.30.14 - 3.30.14) <5D15F5B8-9D7B-356D-A224-A86CF809BFBF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff56c97000 - 0x7fff56ca6fff com.apple.GraphVisualizer (1.0 - 5) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff56df3000 - 0x7fff56e67ffb com.apple.Heimdal (4.0 - 2.0) <05B753FE-8F65-3764-8E18-F31902064BA1> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff58151000 - 0x7fff58158ffb com.apple.IOAccelerator (404.8 - 404.8) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff5815c000 - 0x7fff58174fff com.apple.IOPresentment (1.0 - 42.6) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff5851c000 - 0x7fff58549ff7 com.apple.IconServices (379 - 379) <189807AC-4BB1-3C37-B6EC-D4F0B645902D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff587db000 - 0x7fff587edff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <731EEEC5-1613-3725-B33C-B38BBD55FA96> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff58808000 - 0x7fff588e3ff7 com.apple.LanguageModeling (1.0 - 159.15.15) <229A8E92-CCB6-3BC7-BCD3-B2309FA744B3> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff588e4000 - 0x7fff58920ff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <30D3EEF3-31E5-3DE8-8158-40627C358AF6> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff58927000 - 0x7fff5892cfff com.apple.LinguisticData (1.0 - 238.24.1) /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff5961b000 - 0x7fff59643ff7 com.apple.spotlight.metadata.utilities (1.0 - 1191.56) <550876F2-D905-3D65-8FA6-3366D857437B> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff59644000 - 0x7fff596cefff com.apple.gpusw.MetalTools (1.0 - 1) <09394594-A80D-3D8B-99E8-E71693909FA1> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff5987a000 - 0x7fff59894fff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff5991c000 - 0x7fff59946ffb com.apple.MultitouchSupport.framework (2440.7 - 2440.7) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff59b82000 - 0x7fff59b8cfff com.apple.NetAuth (6.2 - 6.2) <216DF366-7A3E-39E7-896C-7CDFD2A9BD3D> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff5a3ed000 - 0x7fff5a43eff3 com.apple.OTSVG (1.0 - ???) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff5b4f2000 - 0x7fff5b501ff7 com.apple.PerformanceAnalysis (1.218.2 - 218.2) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff5d391000 - 0x7fff5d3afff7 com.apple.ProtocolBuffer (1 - 263) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff5d547000 - 0x7fff5d597fff com.apple.ROCKit (27.6 - 27.6) /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
0x7fff5d6e4000 - 0x7fff5d706fff com.apple.RemoteViewServices (2.0 - 128) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff5ef05000 - 0x7fff5f01ffff com.apple.Sharing (1288.25 - 1288.25) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff5fdc7000 - 0x7fff60070fff com.apple.SkyLight (1.600.0 - 340.9) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff60812000 - 0x7fff6081efff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <08222836-F14B-3B9D-BCB9-3167505438E4> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff60f6f000 - 0x7fff60ffafc7 com.apple.Symbolication (10.2 - 64490.38.1) <15A1DF22-3EE2-359A-8F94-B27F89F35ECE> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff614e1000 - 0x7fff614edffb com.apple.TCC (1.0 - 1) <95D4B7DF-78F3-3948-AA63-6425AF2C00CD> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff61753000 - 0x7fff6181bff3 com.apple.TextureIO (3.8.4 - 3.8.1) <29383676-6133-3EB4-8CAC-5A6F25FE2F4D> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff618d1000 - 0x7fff618d2fff com.apple.TrustEvaluationAgent (2.0 - 31.200.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff618d8000 - 0x7fff61a8eff7 com.apple.UIFoundation (1.0 - 551) <5359E30D-AF76-3013-8B50-0A93DB97BB8F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff62fba000 - 0x7fff62fbdfff com.apple.dt.XCTTargetBootstrap (1.0 - 14490.46.2) <7763C799-CE25-302D-96D7-2A4DD9BEEE9A> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff633be000 - 0x7fff633c0ffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff63687000 - 0x7fff636bbfff libCRFSuite.dylib (41.15.4) <43D02A64-2A7B-3825-8097-A6747AF914EE> /usr/lib/libCRFSuite.dylib
0x7fff636be000 - 0x7fff636c8ff7 libChineseTokenizer.dylib (28.15.3) /usr/lib/libChineseTokenizer.dylib
0x7fff63756000 - 0x7fff63757ffb libDiagnosticMessagesClient.dylib (107) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6378e000 - 0x7fff639e5ffb libFosl_dynamic.dylib (18.3.2) /usr/lib/libFosl_dynamic.dylib
0x7fff63a36000 - 0x7fff63a54fff libMobileGestalt.dylib (645.250.13) <6B4E26AD-D712-360B-904C-877C24D89393> /usr/lib/libMobileGestalt.dylib
0x7fff63a55000 - 0x7fff63a55fff libOpenScriptingUtil.dylib (179.1) <5C6CFA80-CBCD-35EB-A69C-72C3B2E8FF50> /usr/lib/libOpenScriptingUtil.dylib
0x7fff63b95000 - 0x7fff63b96ffb libSystem.B.dylib (1252.250.1) <72841192-B0C9-36A0-8E55-ED651EADEF08> /usr/lib/libSystem.B.dylib
0x7fff63c12000 - 0x7fff63c13fff libThaiTokenizer.dylib (2.15.1) <3D80A800-D49A-305E-9DF0-E6FB11D4FD65> /usr/lib/libThaiTokenizer.dylib
0x7fff63c25000 - 0x7fff63c3bffb libapple_nghttp2.dylib (1.24.1) <96F6DF29-D31C-3097-9C3E-63B1D62D756C> /usr/lib/libapple_nghttp2.dylib
0x7fff63c3c000 - 0x7fff63c65ffb libarchive.2.dylib (54.250.1) /usr/lib/libarchive.2.dylib
0x7fff63c66000 - 0x7fff63ce5fff libate.dylib (1.13.8) /usr/lib/libate.dylib
0x7fff63ce9000 - 0x7fff63ce9ff3 libauto.dylib (187) <4E260A46-13BB-3A8F-A037-D89748837B2A> /usr/lib/libauto.dylib
0x7fff63db9000 - 0x7fff63dc9ffb libbsm.0.dylib (39.200.18) /usr/lib/libbsm.0.dylib
0x7fff63dca000 - 0x7fff63dd7fff libbz2.1.0.dylib (38.200.3) <62019AC3-20C9-3DDC-9C83-189C1F258073> /usr/lib/libbz2.1.0.dylib
0x7fff63dd8000 - 0x7fff63e2bff7 libc++.1.dylib (400.9.4) <446DAE5E-4E97-3E4B-B2A3-AC0A74C0E453> /usr/lib/libc++.1.dylib
0x7fff63e2c000 - 0x7fff63e41ff7 libc++abi.dylib (400.17) /usr/lib/libc++abi.dylib
0x7fff63e42000 - 0x7fff63e42ff3 libcharset.1.dylib (51.200.6) <0D3A5F4C-8800-33E3-AFE5-307E8BEE462C> /usr/lib/libcharset.1.dylib
0x7fff63e43000 - 0x7fff63e53ffb libcmph.dylib (6.15.1) <740A788E-FD92-36F3-B678-E7D510B1E2A1> /usr/lib/libcmph.dylib
0x7fff63e54000 - 0x7fff63e6cffb libcompression.dylib (52.250.2) <9E125D43-CE4E-34F8-ACBA-C0835E5F8062> /usr/lib/libcompression.dylib
0x7fff640e1000 - 0x7fff640f7fff libcoretls.dylib (155.220.1) /usr/lib/libcoretls.dylib
0x7fff640f8000 - 0x7fff640f9ff3 libcoretls_cfhelpers.dylib (155.220.1) <51572EB9-D154-348B-9934-3CA9444FAE5E> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff64297000 - 0x7fff64426ffb libcrypto.35.dylib (22.250.1) <3C591DDE-3002-3E2D-9CB0-9F588053E703> /usr/lib/libcrypto.35.dylib
0x7fff6476b000 - 0x7fff647c1ff7 libcups.2.dylib (462.10) <83EF6851-07F6-35B4-AA80-690EF026C706> /usr/lib/libcups.2.dylib
0x7fff648f5000 - 0x7fff648f5fff libenergytrace.dylib (17.200.1) /usr/lib/libenergytrace.dylib
0x7fff64927000 - 0x7fff6492cff7 libgermantok.dylib (17.15.2) /usr/lib/libgermantok.dylib
0x7fff6492d000 - 0x7fff64932ff7 libheimdal-asn1.dylib (520.250.1) /usr/lib/libheimdal-asn1.dylib
0x7fff6495d000 - 0x7fff64a4dfff libiconv.2.dylib (51.200.6) /usr/lib/libiconv.2.dylib
0x7fff64a4e000 - 0x7fff64caeff3 libicucore.A.dylib (62123.0.1) <3936C798-1978-3C6C-9050-3BBD57CDA53E> /usr/lib/libicucore.A.dylib
0x7fff64cfb000 - 0x7fff64cfcfff liblangid.dylib (128.15.1) <1ED2EB78-3891-3DBA-8CB7-BA1A100CFC8F> /usr/lib/liblangid.dylib
0x7fff64cfd000 - 0x7fff64d15ff3 liblzma.5.dylib (10.200.3) /usr/lib/liblzma.5.dylib
0x7fff64d2d000 - 0x7fff64dd1ff7 libmecab.1.0.0.dylib (779.24.1) <0C57BF6E-A713-3AE8-8AD3-80F65D4CCC15> /usr/lib/libmecab.1.0.0.dylib
0x7fff64dd2000 - 0x7fff64fd6fff libmecabra.dylib (779.24.1) /usr/lib/libmecabra.dylib
0x7fff651ae000 - 0x7fff654ffff7 libnetwork.dylib (1229.250.15) /usr/lib/libnetwork.dylib
0x7fff6558f000 - 0x7fff65d14fdf libobjc.A.dylib (756.2) <4F86FC7C-496B-3E68-8A74-1EA2BA22FBCC> /usr/lib/libobjc.A.dylib
0x7fff65d26000 - 0x7fff65d2affb libpam.2.dylib (22.200.1) <3AEB13DB-8DE2-3FD9-97D5-D9DB206E0693> /usr/lib/libpam.2.dylib
0x7fff65d2d000 - 0x7fff65d62fff libpcap.A.dylib (79.250.1) /usr/lib/libpcap.A.dylib
0x7fff65e7b000 - 0x7fff65e93ffb libresolv.9.dylib (65.200.2) /usr/lib/libresolv.9.dylib
0x7fff65ee6000 - 0x7fff660c3fe7 libsqlite3.dylib (274.22) <378D7B48-4661-3BA6-AC55-0B3A64F8C7E3> /usr/lib/libsqlite3.dylib
0x7fff66343000 - 0x7fff66346ff7 libutil.dylib (51.200.4) <336F9184-A739-3770-ACFA-4659DFEEACC4> /usr/lib/libutil.dylib
0x7fff66347000 - 0x7fff66354fff libxar.1.dylib (417.1) /usr/lib/libxar.1.dylib
0x7fff66359000 - 0x7fff6643bff3 libxml2.2.dylib (32.8) <064C2F49-C054-38F9-A6B2-032C4AC9738B> /usr/lib/libxml2.2.dylib
0x7fff6643c000 - 0x7fff66464ff3 libxslt.1.dylib (16.1) /usr/lib/libxslt.1.dylib
0x7fff66465000 - 0x7fff66477ff7 libz.1.dylib (70.200.4) /usr/lib/libz.1.dylib
0x7fff66c54000 - 0x7fff66c58ff3 libcache.dylib (81) <9A8C27B0-49C9-337F-8BE2-37171ED2D8EE> /usr/lib/system/libcache.dylib
0x7fff66c59000 - 0x7fff66c63ff3 libcommonCrypto.dylib (60118.250.2) <17C4F395-9FF0-331F-8167-5E85AA3588E9> /usr/lib/system/libcommonCrypto.dylib
0x7fff66c64000 - 0x7fff66c6bff7 libcompiler_rt.dylib (63.4) <8CB2B2B6-2C55-3733-9842-0E037AE3F46A> /usr/lib/system/libcompiler_rt.dylib
0x7fff66c6c000 - 0x7fff66c75ff7 libcopyfile.dylib (146.250.1) <24905E41-9E2F-3DD1-A255-5A17F9FCDAD7> /usr/lib/system/libcopyfile.dylib
0x7fff66c76000 - 0x7fff66cfafc7 libcorecrypto.dylib (602.250.23) <3A6CBD41-AFFE-3E06-B1EC-3E95BC79BAC5> /usr/lib/system/libcorecrypto.dylib
0x7fff66d81000 - 0x7fff66dbaff7 libdispatch.dylib (1008.250.7) <50235FCE-B399-3319-90DC-88F530D4FC5C> /usr/lib/system/libdispatch.dylib
0x7fff66dbb000 - 0x7fff66de7ff7 libdyld.dylib (655.1.1) <54C6B494-4A3D-3EEC-B083-636A76AAD649> /usr/lib/system/libdyld.dylib
0x7fff66de8000 - 0x7fff66de8ffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib
0x7fff66de9000 - 0x7fff66df5ff3 libkxld.dylib (4903.251.3) <649F5829-6AA8-32EE-9A33-B1244378C319> /usr/lib/system/libkxld.dylib
0x7fff66df6000 - 0x7fff66df6ff7 liblaunch.dylib (1336.251.2) <30E6424E-4640-3DBA-9B64-D5F725263C6E> /usr/lib/system/liblaunch.dylib
0x7fff66df7000 - 0x7fff66dfcfff libmacho.dylib (927.0.2) /usr/lib/system/libmacho.dylib
0x7fff66dfd000 - 0x7fff66dffffb libquarantine.dylib (86.220.1) <8A9BF971-DB7D-311A-B131-6C5025E82F8F> /usr/lib/system/libquarantine.dylib
0x7fff66e00000 - 0x7fff66e01ff7 libremovefile.dylib (45.200.2) <950036B7-B91E-3B5D-853C-8C551E5B6A32> /usr/lib/system/libremovefile.dylib
0x7fff66e02000 - 0x7fff66e19ff3 libsystem_asl.dylib (356.200.4) <16F632AD-FADA-3DE9-85E8-EBC7D619A1DA> /usr/lib/system/libsystem_asl.dylib
0x7fff66e1a000 - 0x7fff66e1aff7 libsystem_blocks.dylib (73) <0CD6861B-EC5F-3345-9C24-B21EEB85E44F> /usr/lib/system/libsystem_blocks.dylib
0x7fff66e1b000 - 0x7fff66ea2fff libsystem_c.dylib (1272.250.1) /usr/lib/system/libsystem_c.dylib
0x7fff66ea3000 - 0x7fff66ea6ffb libsystem_configuration.dylib (963.250.1) <02C7A973-014A-31D7-B7D2-247D384CB0D2> /usr/lib/system/libsystem_configuration.dylib
0x7fff66ea7000 - 0x7fff66eaaff7 libsystem_coreservices.dylib (66) <4CF1C89B-FA6C-3DF3-B1F8-79F549849534> /usr/lib/system/libsystem_coreservices.dylib
0x7fff66eab000 - 0x7fff66eb1fff libsystem_darwin.dylib (1272.250.1) <6983A268-20F4-3F98-A3F5-D63848933B02> /usr/lib/system/libsystem_darwin.dylib
0x7fff66eb2000 - 0x7fff66eb8ff7 libsystem_dnssd.dylib (878.250.4) <9FC5724C-DD03-3E14-A6E1-2DD009D79E0A> /usr/lib/system/libsystem_dnssd.dylib
0x7fff66eb9000 - 0x7fff66f04ffb libsystem_info.dylib (517.200.9) /usr/lib/system/libsystem_info.dylib
0x7fff66f05000 - 0x7fff66f2dff7 libsystem_kernel.dylib (4903.251.3) <84EF0290-6CB5-36E5-A273-692A7E437B36> /usr/lib/system/libsystem_kernel.dylib
0x7fff66f2e000 - 0x7fff66f79ff7 libsystem_m.dylib (3158.200.7) <33105665-CCC3-36D5-82C9-9B21730CB3DF> /usr/lib/system/libsystem_m.dylib
0x7fff66f7a000 - 0x7fff66f9efff libsystem_malloc.dylib (166.251.2) <90DA09E3-1276-3FCF-8F5F-C9AA61AB9B6D> /usr/lib/system/libsystem_malloc.dylib
0x7fff66f9f000 - 0x7fff66fa9ff7 libsystem_networkextension.dylib (767.250.2) <4575D797-B793-3D18-9E93-8696CF0B133B> /usr/lib/system/libsystem_networkextension.dylib
0x7fff66faa000 - 0x7fff66fb1fff libsystem_notify.dylib (172.200.21) <679E9132-1A46-326E-9A11-D3FF9C86041C> /usr/lib/system/libsystem_notify.dylib
0x7fff66fb2000 - 0x7fff66fbbfef libsystem_platform.dylib (177.250.1) <3CC59141-5365-3848-94C3-D65E6FCA1E74> /usr/lib/system/libsystem_platform.dylib
0x7fff66fbc000 - 0x7fff66fc6ff7 libsystem_pthread.dylib (330.250.2) <4344198A-A1A3-3C52-97B4-F168D56E9789> /usr/lib/system/libsystem_pthread.dylib
0x7fff66fc7000 - 0x7fff66fcaff7 libsystem_sandbox.dylib (851.250.12) <66E91015-F62A-3365-BB81-AA88707E8F12> /usr/lib/system/libsystem_sandbox.dylib
0x7fff66fcb000 - 0x7fff66fcdff3 libsystem_secinit.dylib (30.220.1) /usr/lib/system/libsystem_secinit.dylib
0x7fff66fce000 - 0x7fff66fd5ff3 libsystem_symptoms.dylib (820.257.1) /usr/lib/system/libsystem_symptoms.dylib
0x7fff66fd6000 - 0x7fff66febfff libsystem_trace.dylib (906.250.5) /usr/lib/system/libsystem_trace.dylib
0x7fff66fed000 - 0x7fff66ff2ffb libunwind.dylib (35.4) <8F0BC197-B97C-3DDC-92B0-6A7D3CB72FD8> /usr/lib/system/libunwind.dylib
0x7fff66ff3000 - 0x7fff67022ff7 libxpc.dylib (1336.251.2) <49138829-09C8-355C-B558-97E070B84EC5> /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: 489
thread_create: 0
thread_set_state: 0

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 1
Activity Tracing 256K 1
CG backing stores 1432K 4
CG image 12K 2
CoreImage 32K 4
CoreUI image data 196K 3
CoreUI image file 404K 5
Dispatch continuations 8192K 1
Foundation 4K 1
Kernel Alloc Once 8K 1
MALLOC 60.1M 44
MALLOC guard page 32K 8
STACK GUARD 56.0M 4
Stack 9752K 4
VM_ALLOCATE 396K 10
__DATA 27.3M 266
__FONT_DATA 4K 1
__GLSLBUILTINS 5176K 1
__LINKEDIT 227.6M 23
__TEXT 190.3M 264
__UNICODE 564K 1
mapped file 59.8M 21
shared memory 684K 16
=========== ======= =======
TOTAL 647.7M 686

Model: MacBookPro13,1, BootROM 231.0.0.0.0, 2 processors, Intel Core i7, 2.4 GHz, 16 GB, SMC 2.36f97
Graphics: kHW_IntelIrisGraphics540Item, Intel Iris Graphics 540, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 1867 MHz, 0x802C, 0x4D5435324C31473332443450472D31303720
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 1867 MHz, 0x802C, 0x4D5435324C31473332443450472D31303720
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x159), Broadcom BCM43xx 1.0 (7.77.61.2 AirPortDriverBrcmNIC-1305.8)
Bluetooth: Version 6.0.11f4, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
USB Device: USB2.0 Hub
USB Device: USB 2.0 BILLBOARD
USB Device: AX88772A
USB Device: USB Receiver
USB Device: USB3.0 Hub
Thunderbolt Bus: MacBook Pro, Apple Inc., 39.3

osgQt is only able to handle the SingleThread parallel rendering option, this is a limitation imposed by Qt.

There might be a way of creating new contexts for parallel rendering but that would mean to change the way rendering threads are created inside OSG.