Subject: CGAL users discussion list
List archive
- From: David Rochera <>
- To:
- Subject: Re: [cgal-discuss] OpenGL problem in CGAL
- Date: Thu, 14 Jan 2021 12:21:10 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:81kZ0h+zgMginP9uRHKM819IXTAuvvDOBiVQ1KB+0+IfIJqq85mqBkHD//Il1AaPAdyLraoYwLOP6OigATVGvc/e9ihaMdRlbFwssY0uhQsuAcqIWwXQDcXBSGgEJvlET0Jv5HqhMEJYS47UblzWpWCuv3ZJQk2sfQV6Kf7oFYHMks+5y/69+4HJYwVPmTGxfa5+IA+5oAnMtcQam5duJ6k+xhfUv3dFdfldyWd0KV6OhRrx6dq88Zx5/yhMp/4t8tNLXLnncag/UbFWFiktPXov5M3suxnDTA+P6WUZX24LjBdGABXL4Q/jUJvpvST0quRy2C+BPc3rVr80Qiit771qSBDzligKMSMy/XzNhcxxiKJbpw+hpwB6zoXJboyZKOZyc6XAdt4cWGFPXNteVzZZD4yzYYsADeoPM+hboYfguVUBsQCzBQywCO710DJEmmP60K883u88EQ/GxgsgH9cWvXrattr1KqYSXv2ox6fUyjXMc/NW1inn6IfSbxsspuyDXah3ccXNyUkgCRnFgU+LpIP+IzyazOENvHKH7+pgT+6vjHQnqw5orzWp28wjhZXHiJgPxVDY6SV23pw1JdugRUJnYdCoDJtduS+UOoZ3Tc0uXWJltDo7x7MGpZO3YTQHxpooyRLCdvGKb4eF7xb/WOifPzp1mGxoda6wiRu87UWtzPD3WMez0FZPtCVFk9/Mu2gR1xPN5cmIVuFx/ly92TqX2ADT6/1EIUAplaXAMZIu3rkwlp8LvUTCGC/2gkT2g7WMekUq4Oil7fnsbLb+ppKEKYN4lgXzPr4tl8G/G+g0LBQCUmuB9eih1rDu8kv0S6hQgPIsiKnWqpXaKNwbpqGnBw9V1Z4u6xOlADen1NQUhH0HLFBYdB6egYjlJlPDLf/iAfewhFSslzhrx/TYMbH7HprNKX3DnK/gfbZ79UFc1BI+wc5D659QEL0MI/L+VlXvuNDEDRI1KRG4zuToBdll04MRQ2OPAquXMKPItl+I4/oiLPSWZI8SpDn9K+Yq5+T0gnIiglASYbOm3Z4NZ3CkHvRqOUKZYWDjgtsZC2cFohI+TPD2iF2FSTNce3myULg45j0iFY2mDJzDSZywgLyaxye2BYZWZ2BDClCUC3jkbYSEW/EWaCKTOMBtiDIEVaLyA7Inzgyk4Q/m16J8fK2T4TwdrZul1d5v5uSVmwt17i1xF83a0meDSCZ/kWoMAjM3x6tiulcu91GYzKJYn/lcQNxP++tSAEB9Lo/Z1+U8CtboWwuHcM3OU0ejWtzhADc/SZU6zNYKJkp8AN6/lQuQ4iyxHrUpmqyXUZwo7rrHjT+2PNd403+A1a87jlBgTNEILnyjnqc49g7dAMnCnEyd0qqrbq8BxzWeyGDWxmWHuARUURV7TL7edXEZfErf69rjtW3YSLr7Jb05MwcJ88mJKqZQY5W9gU9BT/fuIt32aWm4nm6sBVCP3LzaP9miQHkUwCiIUBtMqAsU53vTbVFvVBfkmHrXCXlVLXyqZkrt9edkr3biFR0+xAiPZlFhkb2v9UxM3KDOe7YoxrsB/RwZhXBsBl/khIDcANOFrhZhOqJGboFluQoV5SfirwV4e6eYAeVii1oZKVolukrv01BzCNwFn5F18DUlyw19La/e21REJWuV
GL 4.3 context initialization failed.
Using context 2 . 1 GL
and
QOpenGLVertexArrayObject::destroy() failed to restore current context
when closing the window.
QOpenGLVertexArrayObject::destroy() failed to restore current context
zsh: segmentation fault ./Linear_cell_complex_3_demo
Ok, I think I just fixed it.Le mer. 13 janv. 2021 à 16:33, David Rochera <> a écrit :Hi Maxime,I tested one of the examples and now it works perfectly. Unfortunately, I tried the AABB_tree demo and it does not work yet, I get:Using context 4 . 1 GL
QOpenGLShader::compile(Fragment): ERROR: 0:6: Invalid call of undeclared identifier 'texture2D'
*** Problematic Fragment shader source code ***
#version 150
#ifdef GL_KHR_blend_equation_advanced
#extension GL_ARB_fragment_coord_conventions : enable
#extension GL_KHR_blend_equation_advanced : enable
#endif
#define lowp
#define mediump
#define highp
#line 1
uniform sampler2D texture;
in highp vec2 texc;
out highp vec4 out_color;
void main(void) {
out_color = texture2D(texture, texc.st);
}
***
Compiling fragmentsource FAILED
QOpenGLShader::link: ERROR: One or more attached shaders not successfully compiled
linking Program FAILED
QOpenGLShader::link: ERROR: One or more attached shaders not successfully compiled
QOpenGLShaderProgram::attributeLocation(vertex): shader program is not linked
QOpenGLShader::link: ERROR: One or more attached shaders not successfully compiled
QOpenGLShaderProgram::attributeLocation(tex_coord): shader program is not linked
QOpenGLShader::link: ERROR: One or more attached shaders not successfully compiled
Similar warnings when using it and when closing the window:
Write setting... done.
QOpenGLVertexArrayObject::destroy() failed to restore current context
Best wishes,
David
On Wed, 13 Jan 2021 at 15:25, Maxime Gimeno <> wrote:Hi,I updated my PR with a generalization of my fix to all demos, I hope it works now.MaximeLe jeu. 7 janv. 2021 à 16:28, David Rochera <> a écrit :Thank you very much, Maxime! I've tested it and now the points and edges are perfectly displayed in the examples!I don't know if it's important, but just let you know that when the Basic Viewer window is closed, the following line is still shown:QOpenGLVertexArrayObject::destroy() failed to restore current context
In addition, there may be some demos in which the 4.1 context still does not work... In particular, I tried the AABB_tree demo.Best wishes,DavidOn Thu, 7 Jan 2021 at 13:16, Maxime Gimeno <> wrote:I made a PR to fix your specific issue : https://github.com/CGAL/cgal/pull/5336If you don't want to wait for the next release, you can clone the branch and use it, it is based on CGAL-5.1Le jeu. 7 janv. 2021 à 10:56, David Rochera <> a écrit :Sorry, Sebastien, it was for CGAL version 5.1.1.I downgraded because for the latest version, 5.2, I got an error message like the following when trying to compile the Polyhedron demo:[ 3%] Building CXX object CMakeFiles/demo_framework.dir/Viewer.cpp.o
/Users/drochera/Downloads/CGAL-David/Polyhedron/Viewer.cpp:1133:31: error:
too few arguments to function call, expected 2, have 1
d->textRenderer->draw(this);
~~~~~~~~~~~~~~~~~~~~~ ^
/usr/local/include/CGAL/Three/TextRenderer.h:142:5: note: 'draw' declared here
void draw(CGAL::Three::Viewer_interface* viewer, const QVector3D &scaler);
^
1 error generated.
make[2]: *** [CMakeFiles/demo_framework.dir/Viewer.cpp.o] Error 1
make[1]: *** [CMakeFiles/demo_framework.dir/all] Error 2
make: *** [all] Error 2
But this might be another different bug... (for the CGAL version 5.1.1 this error does not appear).Best wishes.On Thu, 7 Jan 2021 at 09:00, Maxime Gimeno <> wrote:I opened an issue and I've been working on a fix since yesterday: https://github.com/CGAL/cgal/issues/5334Le jeu. 7 janv. 2021 à 08:47, Sebastien Loriot <> a écrit :What version of CGAL are you using?
Sebastien
On 1/5/21 8:47 PM, David Rochera wrote:
>> Hello, I'm new in CGAL and in this mailing list,
>>
>> I have been trying for many days to solve an OpenGL problem I have
>> when running some CGAL examples and demos but I could not solve it
>> yet. If some of you know the answer to this question I would be very
>> grateful. :)
>>
>> I'm using a fairly new Mac OS, where I have installed the last
>> versions of CGAL, Qt5 and many other optional libraries. The OpenGL
>> support was discontinued for Apple some years ago, so that my GL Core
>> version is up to 4.1. The problem is that after compiling and running
>> some CGAL examples and demos I get the warning:
>>
>> GL 4.3 context initialization failed.
>>
>> Using context 2 . 1 GL
>>
>>
>> This results in not being able to see vertices nor edges in the
>> Basic_viewer. I'm wondering how the 4.1 context could be set in order
>> to avoid such an issue. Looking at the CGAL Qt files, I can guess
>> that the 4.3 context is tried to be set and, if not found, the ES 2.0
>> context is displayed instead. Nevertheless, I guess there should be a
>> way to display the highest possible Mac OS context 4.1 because the
>> Polyhedron demo, for instance, works fine for me. If I run it, I can
>> see vertices and edges and indeed I get:
>>
>> Using context 4 . 1 GL
>>
>>
>> If the problem is regarding the OS, there should be many affected
>> CGAL users but I haven't found many people speaking about it in any
>> forum... so I don't know if I'm missing something.
>>
>>
>> Thank you very much and best wishes,
>>
>>
>> David
>>
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://sympa.inria.fr/sympa/info/cgal-discuss
>
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
Path: /Users/USER/Downloads/*/Linear_cell_complex_3_demo
Identifier: Linear_cell_complex_3_demo
Version: 0
Code Type: X86-64 (Native)
Parent Process: zsh [87541]
Responsible: Terminal [49935]
User ID: 502
Date/Time: 2021-01-14 10:54:32.702 +0100
OS Version: Mac OS X 10.15.7 (19H114)
Report Version: 12
Bridge OS Version: 5.1 (18P3030)
Anonymous UUID: 092C83D6-B61B-259A-4C0A-E67FBE0A8690
Sleep/Wake UUID: 43C9028E-E317-4E8E-85C0-CD57E3308041
Time Awake Since Boot: 220000 seconds
Time Since Wake: 5900 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 0x0000000000000270
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [88082]
VM Regions Near 0x270:
-->
__TEXT 00000001093ca000-00000001094fa000 [ 1216K] r-x/r-x
SM=COW /Users/USER/Downloads/*
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 Linear_cell_complex_3_demo 0x00000001093e6ca6
CGAL::Combinatorial_map_base<3u,
CGAL::Linear_cell_complex_for_combinatorial_map<3u, 3u,
CGAL::Linear_cell_complex_traits<3u, CGAL::Epick>, Myitems,
std::__1::allocator<int>, CGAL::Combinatorial_map_base,
CGAL::CMap_linear_cell_complex_storage_1<3u, 3u,
CGAL::Linear_cell_complex_traits<3u, CGAL::Epick>, Myitems,
std::__1::allocator<int> > >, Myitems, std::__1::allocator<int>,
CGAL::CMap_linear_cell_complex_storage_1<3u, 3u,
CGAL::Linear_cell_complex_traits<3u, CGAL::Epick>, Myitems,
std::__1::allocator<int> > >::get_new_mark() const + 6
1 Linear_cell_complex_3_demo 0x00000001094a1a82
CGAL::SimpleLCCViewerQt<CGAL::Linear_cell_complex_for_combinatorial_map<3u,
3u, CGAL::Linear_cell_complex_traits<3u, CGAL::Epick>, Myitems,
std::__1::allocator<int>, CGAL::Combinatorial_map_base,
CGAL::CMap_linear_cell_complex_storage_1<3u, 3u,
CGAL::Linear_cell_complex_traits<3u, CGAL::Epick>, Myitems,
std::__1::allocator<int> > >,
MyDrawingFunctorLCC>::SimpleLCCViewerQt(QWidget*,
CGAL::Linear_cell_complex_for_combinatorial_map<3u, 3u,
CGAL::Linear_cell_complex_traits<3u, CGAL::Epick>, Myitems,
std::__1::allocator<int>, CGAL::Combinatorial_map_base,
CGAL::CMap_linear_cell_complex_storage_1<3u, 3u,
CGAL::Linear_cell_complex_traits<3u, CGAL::Epick>, Myitems,
std::__1::allocator<int> > > const*, char const*, bool, MyDrawingFunctorLCC
const&) + 130
2 Linear_cell_complex_3_demo 0x00000001094a1b3e
Viewer::Viewer(QWidget*) + 30
3 Linear_cell_complex_3_demo 0x000000010942506b
Ui_MainWindow::setupUi(QMainWindow*) + 3707
4 Linear_cell_complex_3_demo 0x000000010942318d
MainWindow::MainWindow(QWidget*) + 589
5 Linear_cell_complex_3_demo 0x000000010942278d main + 349
6 libdyld.dylib 0x00007fff73a94cc9 start + 1
Thread 1:
0 libsystem_pthread.dylib 0x00007fff73c94b68 start_wqthread + 0
Thread 2:
0 libsystem_pthread.dylib 0x00007fff73c94b68 start_wqthread + 0
Thread 3:
0 libsystem_pthread.dylib 0x00007fff73c94b68 start_wqthread + 0
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000001094fbc10 rbx: 0x00007fd10d017a00 rcx: 0x00000001094fb928
rdx: 0x00000000000001c1
rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x00007ffee6835410
rsp: 0x00007ffee6835400
r8: 0x0000000000000063 r9: 0x000000000000001d r10: 0x0000000000000000
r11: 0x0000000000000000
r12: 0x0000000000000000 r13: 0x00007ffee6835888 r14: 0x00007ffee6835480
r15: 0x0000000000000000
rip: 0x00000001093e6ca6 rfl: 0x0000000000010212 cr2: 0x0000000000000270
Logical CPU: 3
Error Code: 0x00000004 (no mapping for user data read)
Trap Number: 14
Binary Images:
0x1093ca000 - 0x1094f9ffb +Linear_cell_complex_3_demo (0)
<6EFD73F8-688A-363C-9CA4-E033A5A73265>
/Users/USER/Downloads/*/Linear_cell_complex_3_demo
0x109597000 - 0x10959aff7 +libgmpxx.4.dylib (0)
<816AAEEA-2FBE-3C33-9B9F-B2A559E6E31A> /usr/local/opt/gmp/lib/libgmpxx.4.dylib
0x1095ab000 - 0x109604ff3 +libmpfr.6.dylib (0)
<055F5288-E073-3956-8745-8F15B985F57F> /usr/local/opt/mpfr/lib/libmpfr.6.dylib
0x109619000 - 0x109674fe7 +libgmp.10.dylib (0)
<29E83045-6043-319C-B7CD-9E8296F132D8> /usr/local/opt/gmp/lib/libgmp.10.dylib
0x109689000 - 0x1096c0ffb +org.qt-project.QtOpenGL (5.15 -
5.15.2) <65C67F16-7591-333D-95D1-2E6A2DD3E1B7>
/usr/local/opt/qt/lib/QtOpenGL.framework/Versions/5/QtOpenGL
0x1096e4000 - 0x10971bff7 +org.qt-project.QtSvg (5.15 - 5.15.2)
<AF4F44A1-FBA4-36C4-86EB-3D2B7B60F7C1>
/usr/local/opt/qt/lib/QtSvg.framework/Versions/5/QtSvg
0x10973f000 - 0x109b8affb +org.qt-project.QtWidgets (5.15 -
5.15.2) <634846CE-4423-34E5-B1B2-20E68283C70E>
/usr/local/opt/qt/lib/QtWidgets.framework/Versions/5/QtWidgets
0x109cf3000 - 0x10a1defe7 +org.qt-project.QtGui (5.15 - 5.15.2)
<F3A4DEB7-58AB-3547-BB36-0B755C5C1B39>
/usr/local/opt/qt/lib/QtGui.framework/Versions/5/QtGui
0x10a2fd000 - 0x10a334fff +org.qt-project.QtXml (5.15 - 5.15.2)
<D6942A62-4EC6-3FC8-816A-7E39FD75EB92>
/usr/local/opt/qt/lib/QtXml.framework/Versions/5/QtXml
0x10a34a000 - 0x10a88da47 +org.qt-project.QtCore (5.15 -
5.15.2) <11856788-6B54-303A-A7F9-36719F3ED2CF>
/usr/local/opt/qt/lib/QtCore.framework/Versions/5/QtCore
0x10cdcc000 - 0x10cf33ff7 +libqcocoa.dylib (0)
<6D2508E8-E34F-3D4B-ADD8-E76E5DA97E10>
/usr/local/Cellar/qt/5.15.2/plugins/platforms/libqcocoa.dylib
0x10cf84000 - 0x10cfe3ff3 +org.qt-project.QtDBus (5.15 -
5.15.2) <A7B81F8E-DA62-3A1F-930B-0A2F24FB26E6>
/usr/local/Cellar/qt/5.15.2/lib/QtDBus.framework/Versions/5/QtDBus
0x10cfff000 - 0x10d02affb +org.qt-project.QtPrintSupport (5.15
- 5.15.2) <9DDDA106-916A-30E1-955E-B4CD4D89755E>
/usr/local/Cellar/qt/5.15.2/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x10e12c000 - 0x10e153fff +libqmacstyle.dylib (0)
<D639C78B-9006-339D-9561-2B3DDD39D143>
/usr/local/Cellar/qt/5.15.2/plugins/styles/libqmacstyle.dylib
0x113a9b000 - 0x113aa2ffb +libqgif.dylib (0)
<E695010B-6F50-3395-8F0A-1B581049CD52>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqgif.dylib
0x113aa9000 - 0x113ab0fff +libqicns.dylib (0)
<2C350985-BE43-31FD-9417-5636847794E8>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqicns.dylib
0x113ab8000 - 0x113abfff3 +libqico.dylib (0)
<74585029-A774-340E-8493-EBE6A2A7055C>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqico.dylib
0x113ac7000 - 0x113b2affb +libqjpeg.dylib (0)
<BCF68EDB-4A0F-3F17-BF44-07E560E3A488>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqjpeg.dylib
0x113b33000 - 0x113b3aff3 +libqmacheif.dylib (0)
<CA183F27-2A14-3795-9DCF-621FA3BC1B9E>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqmacheif.dylib
0x113b42000 - 0x113b49ff3 +libqmacjp2.dylib (0)
<B8C52C67-1AC5-3853-88A7-9A5A27E60347>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqmacjp2.dylib
0x113b51000 - 0x113b58ff7 +libqpdf.dylib (0)
<E2974024-0E4A-3AE9-9CF2-A277ABB0BE2B>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqpdf.dylib
0x113b5f000 - 0x11417aff3 +org.qt-project.QtPdf (5.15 - 5.15.2)
<D014D911-7FC2-3891-82E7-DEBD2390BB6B>
/usr/local/Cellar/qt/5.15.2/lib/QtPdf.framework/Versions/5/QtPdf
0x1141ae000 - 0x1142c1fff +org.qt-project.QtNetwork (5.15 -
5.15.2) <A989D856-8982-36AF-8480-12B1736196E1>
/usr/local/Cellar/qt/5.15.2/lib/QtNetwork.framework/Versions/5/QtNetwork
0x11430e000 - 0x114315ffb +libqsvg.dylib (0)
<B7E35C5A-48C9-35A5-B9A6-4CABBC04D38F>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqsvg.dylib
0x11431d000 - 0x114324ffb +libqtga.dylib (0)
<BD6E6BE1-D0B3-38E7-B3C9-5DCC07028278>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqtga.dylib
0x11432b000 - 0x114392ff3 +libqtiff.dylib (0)
<8E48E61A-03D2-38CC-850D-B592BADB2738>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqtiff.dylib
0x11439b000 - 0x1143a2ff7 +libqwbmp.dylib (0)
<86D287C7-1B34-39C6-A5FC-54694A31FD97>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqwbmp.dylib
0x1143a9000 - 0x114444ff3 +libqwebp.dylib (0)
<467B028E-05E2-3299-A4D8-D93142425046>
/usr/local/Cellar/qt/5.15.2/plugins/imageformats/libqwebp.dylib
0x11457d000 - 0x11460ef47 dyld (750.6)
<F58DDECD-315C-3B7C-8162-A5E8E1D62FE3> /usr/lib/dyld
0x7fff2ca9a000 - 0x7fff2cce7ff8 com.apple.RawCamera.bundle (9.02.0 -
1350.29) <59F81722-039E-33F5-A20E-936E997575A3>
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff35242000 - 0x7fff35246ffb com.apple.agl (3.3.3 - AGL-3.3.3)
<204E20A9-AEA9-3F9F-AE23-EECE3AFFFC54>
/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff3562f000 - 0x7fff3562ffff com.apple.Accelerate (1.11 -
Accelerate 1.11) <4F9977AE-DBDB-3A16-A536-AC1F9938DCDD>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff35630000 - 0x7fff35646fef libCGInterfaces.dylib (524.2.1)
<8FD09D09-BB19-36C5-ADE9-4F22DA235AEE>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff35647000 - 0x7fff35c9dfff com.apple.vImage (8.1 - 524.2.1)
<EA6F5FF2-7A1B-35D5-A5A3-D2B3386ECB75>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff35c9e000 - 0x7fff35f05ff7 libBLAS.dylib (1303.60.1)
<C6C2D42F-7456-3DBF-8BE2-9AA06EFC78FD>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff35f06000 - 0x7fff363d9fef libBNNS.dylib (144.100.2)
<99C61C48-B14C-3DA6-8C31-6BF72DA0A3A9>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff363da000 - 0x7fff36775fff libLAPACK.dylib (1303.60.1)
<5E3E3867-50C3-3E6A-9A2E-007CE77A4641>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff36776000 - 0x7fff3678bfec libLinearAlgebra.dylib (1303.60.1)
<3D433800-0099-33E0-8C81-15F83247B2C9>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff3678c000 - 0x7fff36791ff3 libQuadrature.dylib (7)
<371F36A7-B12F-363E-8955-F24F7C2048F6>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff36792000 - 0x7fff36802fff libSparse.dylib (103)
<B8A10D0C-4577-343D-B310-A3E81265D107>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff36803000 - 0x7fff36815fef libSparseBLAS.dylib (1303.60.1)
<B147FEF6-A0DB-3830-BF06-45BEC58DB576>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff36816000 - 0x7fff369edfd7 libvDSP.dylib (735.140.1)
<D63DC0A5-B8B4-3562-A574-E73BC3B57407>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff369ee000 - 0x7fff36ab0fef libvMisc.dylib (735.140.1)
<3601FDE3-B142-398D-987D-8151A51F0A96>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff36ab1000 - 0x7fff36ab1fff com.apple.Accelerate.vecLib (3.11 -
vecLib 3.11) <F6C5613D-2284-342B-9160-9731F78B4DE5>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff36ab2000 - 0x7fff36b11ff0 com.apple.Accounts (113 - 113)
<E2438070-30AB-3B89-AE63-1E485B92D108>
/System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff36c5b000 - 0x7fff37a1bff2 com.apple.AppKit (6.9 - 1894.60.100)
<322D043D-1140-3486-9523-3F56FF4D8349>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff37a6b000 - 0x7fff37a6bfff com.apple.ApplicationServices (48 -
50) <20CF59CD-A395-3570-A4DB-589D55C70B3F>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff37a6c000 - 0x7fff37ad7fff com.apple.ApplicationServices.ATS
(377 - 493.0.4.1) <87EA5DE1-506A-39FD-88BE-D8A3416C9012>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff37b70000 - 0x7fff37baeff0 libFontRegistry.dylib (274.0.5.1)
<F3461C05-0370-359B-9F03-5C1C1F7763EC>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff37c09000 - 0x7fff37c38fff com.apple.ATSUI (1.0 - 1)
<5F513967-DDD7-3F22-AD14-8A38ABD9F2D0>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
0x7fff37c39000 - 0x7fff37c3dffb com.apple.ColorSyncLegacy (4.13.0 -
1) <72EE68DB-F069-37F5-AA2A-40D5FCF139F4>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff37cd7000 - 0x7fff37d2effa com.apple.HIServices (1.22 - 676)
<14DF4D42-E24D-3EBD-9A9D-93124D8D6AA1>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff37d2f000 - 0x7fff37d3dfff com.apple.LangAnalysis (1.7.0 -
1.7.0) <01B8B6B3-E2C3-3607-B34A-8283A7E0E924>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff37d3e000 - 0x7fff37d83ffa com.apple.print.framework.PrintCore
(15.4 - 516.2) <437BCF12-48D2-3770-8BC9-567718FB1BCA>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff37d84000 - 0x7fff37d8eff7 com.apple.QD (4.0 - 413)
<27A36D07-B5E9-32E6-87B6-3127F260F48D>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff37d8f000 - 0x7fff37d9cffc com.apple.speech.synthesis.framework
(9.0.24 - 9.0.24) <75344F8F-32CA-3558-B4E6-F56D498250E4>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff37d9d000 - 0x7fff37e7effa com.apple.audio.toolbox.AudioToolbox
(1.14 - 1.14) <6185BF20-D2E7-3812-8FD8-EC5237672104>
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff37e80000 - 0x7fff37e80fff com.apple.audio.units.AudioUnit
(1.14 - 1.14) <918ED3EB-0232-31F3-9BF5-18D1CB11523F>
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff38217000 - 0x7fff385a6ffa com.apple.CFNetwork (1128.0.1 -
1128.0.1) <07F9CA9C-B954-3EA0-A710-3122BFF9F057>
/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff38622000 - 0x7fff38622fff com.apple.Carbon (160 - 162)
<6A5EB506-7A43-3879-A358-E6B9182C3733>
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff38623000 - 0x7fff38626ff3 com.apple.CommonPanels (1.2.6 - 101)
<9F6E13D9-374B-386F-8E15-FDD6CE967859>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff38627000 - 0x7fff3891bff3 com.apple.HIToolbox (2.1.1 - 994.6)
<EAF2DAC3-66B1-30BF-AF10-72DDA90D1044>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff3891c000 - 0x7fff3891fff3 com.apple.help (1.3.8 - 71)
<36483951-6F3E-3F7E-8A5B-191C2357EF17>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff38920000 - 0x7fff38925ff7 com.apple.ImageCapture (9.0 -
1600.65) <1A1F320E-3E85-3F3D-8AE0-B238C4E92D40>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff38926000 - 0x7fff38926fff com.apple.ink.framework (10.15 -
227) <284507AE-EF47-3ABC-86A4-669243DB1D33>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff38927000 - 0x7fff38941ffa com.apple.openscripting (1.7 -
185.1) <B6E28747-5FC7-3461-8A71-864A969ED022>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff38962000 - 0x7fff38962fff com.apple.print.framework.Print (15
- 271) <0D9FB08F-EA87-3BE7-821B-C61BA5601050>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff38963000 - 0x7fff38965ff7 com.apple.securityhi (9.0 - 55008)
<390C6FAA-99BF-3924-9180-9EAE41D9C6BE>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff38966000 - 0x7fff3896cfff
com.apple.speech.recognition.framework (6.0.3 - 6.0.3)
<9614A01E-8303-3422-A3BA-6CE27540E09A>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff38b14000 - 0x7fff38c0afff com.apple.ColorSync (4.13.0 -
3394.9) <A126406C-DA38-3FFE-8B25-BB9859EFD159>
/System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff38ef5000 - 0x7fff393feffb com.apple.audio.CoreAudio (5.0 -
5.0) <47923B12-3D14-328A-9C86-27A3A2A73068>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff39451000 - 0x7fff39489fff com.apple.CoreBluetooth (1.0 - 1)
<23DBB313-A082-3C08-8E1F-2D31EE4247EF>
/System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff3948a000 - 0x7fff39874fe8 com.apple.CoreData (120 - 977.3)
<49AE61CA-C91E-31FE-9BD0-1AACFFB5181E>
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff39875000 - 0x7fff399a7ff6 com.apple.CoreDisplay (1.0 -
186.6.15) <213D7011-8180-3CF4-9BE7-FB8F75DCDB95>
/System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff399a8000 - 0x7fff39e27feb com.apple.CoreFoundation (6.9 -
1677.201) <56B0FE5F-D493-3DF1-ABFF-ECC450268B97>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff39e29000 - 0x7fff3a49eff8 com.apple.CoreGraphics (2.0 -
1355.22) <4A3CDE7B-4578-3058-966A-3D1DC095A935>
/System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff3a4ac000 - 0x7fff3a807ff0 com.apple.CoreImage (15.0.0 - 940.9)
<69361069-01AB-342E-862B-73A74271A765>
/System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff3abc8000 - 0x7fff3aca3ffc com.apple.CoreMedia (1.0 - 2625.9)
<A3FF3AFC-8C1C-36E5-9179-66D8F075EE35>
/System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff3ad90000 - 0x7fff3ad90fff com.apple.CoreServices (1069.24 -
1069.24) <2D1A6C60-DD34-368F-88FF-E39C9FE549A9>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff3ad91000 - 0x7fff3ae16fff com.apple.AE (838.1 - 838.1)
<2E5FD5AE-8A7F-353F-9BD1-0241F3586181>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff3ae17000 - 0x7fff3b0f8ff7 com.apple.CoreServices.CarbonCore
(1217 - 1217) <BE379206-99FA-30CD-8391-2708473A633F>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff3b0f9000 - 0x7fff3b146ffd com.apple.DictionaryServices (1.2 -
323.6) <26B70C82-25BC-353A-858F-945B14C803A2>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff3b147000 - 0x7fff3b14fff7 com.apple.CoreServices.FSEvents
(1268.100.1 - 1268.100.1) <FC84DB48-A3CE-30F7-A918-B3587731ACC7>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff3b150000 - 0x7fff3b38aff6 com.apple.LaunchServices (1069.24 -
1069.24) <9A5359D9-9148-3B18-B868-56A9DA5FB60C>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff3b38b000 - 0x7fff3b423ff1 com.apple.Metadata (10.7.0 - 2076.7)
<0973F7E5-D58C-3574-A3CE-4F12CAC2D4C7>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff3b424000 - 0x7fff3b451fff com.apple.CoreServices.OSServices
(1069.24 - 1069.24) <0E4F48AD-402C-3E9D-9CA9-6DD9479B28F9>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff3b452000 - 0x7fff3b4b9fff com.apple.SearchKit (1.4.1 - 1.4.1)
<2C5E1D85-E8B1-3DC5-91B9-E3EDB48E9369>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff3b4ba000 - 0x7fff3b4deff5
com.apple.coreservices.SharedFileList (131.4 - 131.4)
<02DE0D56-E371-3EF5-9BC1-FA435451B412>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff3b803000 - 0x7fff3b9baffc com.apple.CoreText (643.1.5.2 -
643.1.5.2) <ADDE38C3-C247-34AD-9903-0276050E242C>
/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff3b9bb000 - 0x7fff3b9ffffb com.apple.CoreVideo (1.8 - 344.3)
<5314E70D-325F-3E98-99FC-00FDF520747E>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff3ba00000 - 0x7fff3ba8dffc com.apple.framework.CoreWLAN (13.0 -
1601.2) <6223BFD5-D451-3DE9-90F6-F609AC0B0027>
/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff3bd24000 - 0x7fff3bd2afff com.apple.DiskArbitration (2.7 -
2.7) <0BBBB6A6-604D-368B-9943-50B8CE75D51D>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff3bf1f000 - 0x7fff3c04dff6 com.apple.FileProvider (304.1 -
304.1) <E8BB1D4B-05D6-386C-865C-F8C750CEC308>
/System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff3c065000 - 0x7fff3c42afff com.apple.Foundation (6.9 -
1677.201) <E020DC09-4221-3961-A450-638525789B38>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff3c497000 - 0x7fff3c4e7ff7 com.apple.GSS (4.0 - 2.0)
<2F3A67E6-D42A-3CF0-9041-A42C22D46F95>
/System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff3c624000 - 0x7fff3c738ff3 com.apple.Bluetooth (7.0.6 -
7.0.6f8) <C7AF719C-51B4-3727-A947-EB01204272D9>
/System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff3c79e000 - 0x7fff3c842ff3 com.apple.framework.IOKit (2.0.2 -
1726.140.1) <14223387-6F81-3976-8605-4BC2F253A93E>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff3c844000 - 0x7fff3c855ffb com.apple.IOSurface (269.11 -
269.11) <BCD744D4-E17E-3C2E-B69C-F69C789892E9>
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff3c8d4000 - 0x7fff3ca31fee com.apple.ImageIO.framework (3.3.0 -
1976.11.4) <6FC6EE76-F76F-312C-9C67-4B9F0E0B832A>
/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff3ca32000 - 0x7fff3ca35fff libGIF.dylib (1976.11.4)
<F57785E7-6FDA-30A1-B926-CD4D727B56DC>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff3ca36000 - 0x7fff3caeffe7 libJP2.dylib (1976.11.4)
<A6CC541D-37C4-3A90-86B0-2F67B917B4EE>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff3caf0000 - 0x7fff3cb13fe3 libJPEG.dylib (1976.11.4)
<37FA33BD-1C78-3FA6-8D35-3F3755462597>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff3cd90000 - 0x7fff3cdaafef libPng.dylib (1976.11.4)
<1AD4B940-5B1F-39A4-873C-9C568AA287B7>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff3cdab000 - 0x7fff3cdacfff libRadiance.dylib (1976.11.4)
<868D2C2C-1909-31B1-A0C2-C971F0BE1EC5>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff3cdad000 - 0x7fff3cdf3fff libTIFF.dylib (1976.11.4)
<1125DCD0-337D-3E01-84F9-106DEEEA5715>
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff3e355000 - 0x7fff3e367ff3 com.apple.Kerberos (3.0 - 1)
<03BB492B-016E-37BF-B020-39C2CF7487FE>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff3e368000 - 0x7fff3e368fff libHeimdalProxy.dylib (77)
<0A2905EE-9533-3345-AF9B-AAC71513BDFD>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
0x7fff3e6fa000 - 0x7fff3e704ffb com.apple.MediaAccessibility (1.0 -
125.1) <98065EA1-3484-3A5A-B05C-D2FABED8CEA4>
/System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff3e7d0000 - 0x7fff3ef1dff2 com.apple.MediaToolbox (1.0 -
2625.9) <3A848992-9182-382A-BF7D-5CB9707BE27B>
/System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff3ef1f000 - 0x7fff3efe9fff com.apple.Metal (212.8 - 212.8)
<98C944D6-62C8-355E-90F8-C1CA2429EF24>
/System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff3f006000 - 0x7fff3f043ff7
com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1)
<7EBAC15D-7837-395D-B405-1E29F7DA68FA>
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff3f044000 - 0x7fff3f0cefe2
com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1)
<B424FE0C-6E90-3BFA-A6E7-DD86C735AE90>
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff3f0cf000 - 0x7fff3f0f4ff4
com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1)
<02006D92-E2AB-3892-A96B-37F6520C19BA>
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff3f0f5000 - 0x7fff3f10affb
com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1)
<CAA5A368-DB71-34F6-AEF9-27A8BC298F53>
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x7fff3f10b000 - 0x7fff3f269ffc
com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1)
<05612E06-50CB-318F-9F8E-EF4D49FAB3B0>
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff3f26a000 - 0x7fff3f2b9ff4
com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1)
<B0B591F8-6875-351E-867F-8EB3CD38CD52>
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff3f2ba000 - 0x7fff3f2bbff5
com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1)
<F2921F9A-3041-3495-878D-64134267B847>
/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff40349000 - 0x7fff40355ffe com.apple.NetFS (6.0 - 4.0)
<4415F027-D36D-3B9C-96BA-AD22B44A4722>
/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff40356000 - 0x7fff404adff3 com.apple.Network (1.0 - 1)
<4A0F3B93-4D23-3E74-9A3D-AD19E9C0E59E>
/System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff42edf000 - 0x7fff42f37fff com.apple.opencl (3.5 - 3.5)
<293FE223-9186-320B-81A4-EC8104C38357>
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff42f38000 - 0x7fff42f54fff com.apple.CFOpenDirectory (10.15 -
220.40.1) <7E6C88EB-3DD9-32B0-81FC-179552834FA9>
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff42f55000 - 0x7fff42f60ffd com.apple.OpenDirectory (10.15 -
220.40.1) <4A92D8D8-A9E5-3A9C-942F-28576F6BCDF5>
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff438c6000 - 0x7fff438c8fff libCVMSPluginSupport.dylib
(17.10.22) <2B6C3C16-3F5F-36A8-8070-2A862B90328B>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff438c9000 - 0x7fff438cefff libCoreFSCache.dylib (176.15)
<E9A20E72-B17F-33D6-8894-41934A10B822>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff438cf000 - 0x7fff438d3fff libCoreVMClient.dylib (176.15)
<018A48BA-1326-3847-8FB5-A7C99322EB87>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff438d4000 - 0x7fff438dcff7 libGFXShared.dylib (17.10.22)
<AB47B927-65E3-3924-88BE-0A5BE7906785>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff438dd000 - 0x7fff438e7fff libGL.dylib (17.10.22)
<FB5E6A75-398E-38EF-8CB2-59F5BFE3034C>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff438e8000 - 0x7fff4391cff7 libGLImage.dylib (17.10.22)
<9A3FE633-61B8-3CC7-8183-62960109401A>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff43ab2000 - 0x7fff43aeefff libGLU.dylib (17.10.22)
<D8B4D804-7323-30BC-871C-B7236FFC2FE3>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff4452a000 - 0x7fff44539ff7 com.apple.opengl (17.10.22 -
17.10.22) <D3C57A32-6BD0-3228-B1C4-0F42A6128A6C>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff454f7000 - 0x7fff4577affb com.apple.QuartzCore (1.11 - 841.4)
<FE927B0E-BD49-32CC-8A55-90F553C86C15>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff462fd000 - 0x7fff46646ff1 com.apple.security (7.0 -
59306.140.5) <B6F8368F-2395-379B-B768-71C53BB1B903>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff46647000 - 0x7fff466cfffb com.apple.securityfoundation (6.0 -
55236.60.1) <7C69DF47-4017-3DF2-B55B-712B481654CB>
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff466fe000 - 0x7fff46702ff8 com.apple.xpc.ServiceManagement (1.0
- 1) <9B36FD0E-D280-35EB-ABAB-6AC5D7B2118F>
/System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff473ae000 - 0x7fff47428ff7 com.apple.SystemConfiguration (1.19
- 1.19) <84F9B3BB-F7AF-3B7C-8CD0-D3C22D19619F>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff476a8000 - 0x7fff47a2bff4 com.apple.VideoToolbox (1.0 -
2625.9) <6CF18E28-A7A8-3952-8171-7E4FF4FB37FA>
/System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff4b398000 - 0x7fff4b45dfe7 com.apple.APFS (1412.141.1 -
1412.141.1) <C86A3423-E61C-335A-9D17-0B3CE5BB6467>
/System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff4c572000 - 0x7fff4c573ff1 com.apple.AggregateDictionary (1.0 -
1) <95A291F5-B69F-3C37-9483-C3B2EBF52AC1>
/System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff4cb0d000 - 0x7fff4cb2aff4 com.apple.AppContainer (4.0 -
448.100.6) <87CEE13C-8585-3EFB-92CD-0852DFF0921B>
/System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff4cb7f000 - 0x7fff4cb8dff7 com.apple.AppSandbox (4.0 -
448.100.6) <0F49AA04-3400-349A-9096-6D4D7ED61027>
/System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff4d009000 - 0x7fff4d02dffb com.apple.framework.Apple80211 (13.0
- 1610.1) <D94E03E8-4C38-3B2F-8DF4-473ACC5A7D71>
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff4d2eb000 - 0x7fff4d2fafd7 com.apple.AppleFSCompression
(119.100.1 - 1.0) <466ABD77-2E52-36D1-8E39-77AE2CC61611>
/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff4d3f9000 - 0x7fff4d404ff7 com.apple.AppleIDAuthSupport (1.0 -
1) <74F6CD9C-27A7-39C7-A7EB-47E60D2517EB>
/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff4d446000 - 0x7fff4d48eff7 com.apple.AppleJPEG (1.0 - 1)
<6DE30A07-C627-319B-A0DE-EB7A832BEB88>
/System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff4d87d000 - 0x7fff4d89ffff com.apple.applesauce (1.0 - 16.25)
<68E0364C-AEA7-3654-A030-136BF3CD92F3>
/System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff4d95e000 - 0x7fff4d961fff com.apple.AppleSystemInfo (3.1.5 -
3.1.5) <67255151-F989-39F0-BC87-0C0BDAE70730>
/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff4d962000 - 0x7fff4d9b2ff7 com.apple.AppleVAFramework (6.1.2 -
6.1.2) <8E18983B-AF92-3853-8251-A6577A55AC15>
/System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff4d9fb000 - 0x7fff4da0aff9 com.apple.AssertionServices (1.0 -
223.140.2) <48AD21CA-B81D-380E-A04F-90C48FDA5203>
/System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff4df4d000 - 0x7fff4e348ff8
com.apple.audio.AudioResourceArbitration (1.0 - 1)
<2BD68521-C19C-3D67-B5EB-DE3E9A4DAF0A>
/System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
0x7fff4e59e000 - 0x7fff4e7defe8 com.apple.audio.AudioToolboxCore
(1.0 - 1104.95) <9DB96FE2-AE60-32AE-B706-546E25BAE53F>
/System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x7fff4e7e2000 - 0x7fff4e8fefff com.apple.AuthKit (1.0 - 1)
<DC1A27C5-0172-3C72-9B24-06996D0B6207>
/System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff4eabb000 - 0x7fff4eac4ff7
com.apple.coreservices.BackgroundTaskManagement (1.0 - 104)
<A6877DAD-8F47-363C-983A-DC8DDE83B7B5>
/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff4eac5000 - 0x7fff4eb66ff5 com.apple.backup.framework (1.11.7 -
1298.7.1) <C9DC35FA-E69F-3C64-9519-494126096337>
/System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff4eb67000 - 0x7fff4ebf3ff6 com.apple.BaseBoard (466.3 - 466.3)
<10D0F3BB-E8F3-365E-8528-6AC996A9B0E7>
/System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff4ecf5000 - 0x7fff4ed31ff7 com.apple.bom (14.0 - 219.2)
<79CBE5E7-054F-377B-9566-A86A9F120CF1>
/System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff4f8b1000 - 0x7fff4f900fff com.apple.ChunkingLibrary (307 -
307) <5B09C30D-FD2B-3E98-8B64-C5EF470FC13C>
/System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff507ad000 - 0x7fff507bdffb com.apple.CommonAuth (4.0 - 2.0)
<CF67FF34-4238-3ECA-B4A4-EA04F18A0D36>
/System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff507d1000 - 0x7fff507e8fff com.apple.commonutilities (8.0 -
900) <F4C97244-E5D8-3F7D-8D94-4B6841C5A4EC>
/System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff50eef000 - 0x7fff512c4fc8 com.apple.CoreAUC (283.0.0 -
283.0.0) <4341271C-D270-3F9F-8464-31A20D15158D>
/System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff512c5000 - 0x7fff512f2ff7 com.apple.CoreAVCHD (6.1.0 -
6100.4.1) <C3CFDC68-C7D9-3C44-9E7C-801D45575C10>
/System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff51315000 - 0x7fff51336ff4 com.apple.analyticsd (1.0 - 1)
<2162671C-D49D-3891-AB69-9EEB1FA47DD8>
/System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff518cd000 - 0x7fff518ddff3 com.apple.CoreEmoji (1.0 - 107.1)
<7C2B3259-083B-31B8-BCDB-1BA360529936>
/System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff51f1d000 - 0x7fff51f87ff0 com.apple.CoreNLP (1.0 - 213)
<E70E2505-8078-324E-BAE1-01A2DA980E2C>
/System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff523b5000 - 0x7fff523bdff8 com.apple.CorePhoneNumbers (1.0 - 1)
<E4DAD514-0B3B-3E0B-8AEA-39B320FAAF03>
/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff52daa000 - 0x7fff52dcdfff com.apple.CoreSVG (1.0 - 129.3)
<F38189F9-C8F9-3D62-9D5F-3F520FB81724>
/System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x7fff52dce000 - 0x7fff52e01fff com.apple.CoreServicesInternal
(446.7 - 446.7) <65F53A22-6B61-382C-AAC2-B2C53F8FFB44>
/System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff52e02000 - 0x7fff52e30ffd com.apple.CSStore (1069.24 -
1069.24) <C2D67667-FA0B-3DB6-AA34-6999EE4346A0>
/System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x7fff53355000 - 0x7fff533ebff7 com.apple.CoreSymbolication (11.4 -
64535.33.2) <0B3BF87A-7F95-3D79-B4F8-421D6FAC4A6C>
/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff53483000 - 0x7fff535afff6 com.apple.coreui (2.1 - 609.4)
<788818B7-7EBC-316D-9464-D12E365E3791>
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff535b0000 - 0x7fff53769ffa com.apple.CoreUtils (6.2.4 - 624.7)
<A74A1C65-6695-3F57-B703-0DEDE13E66C1>
/System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff538a3000 - 0x7fff538b6ff1 com.apple.CrashReporterSupport
(10.13 - 15016) <ADF138F0-0274-3BA2-A1D2-48B91577FE53>
/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff5396f000 - 0x7fff53981ff8 com.apple.framework.DFRFoundation
(1.0 - 252.50.1) <8162057E-E856-3451-9160-04AEDDECFFA4>
/System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff53982000 - 0x7fff53987fff com.apple.DSExternalDisplay (3.1 -
380) <31ECB5FD-7660-33DB-BC5B-2B2A2AA7C686>
/System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff53a11000 - 0x7fff53a8bff0 com.apple.datadetectorscore (8.0 -
659) <B1534796-1000-3520-A641-A97A4AC5D39B>
/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff53ad7000 - 0x7fff53b14ff8 com.apple.DebugSymbols (194 - 194)
<040AE30B-CF2C-3798-A289-0929B8CAB10D>
/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff53b15000 - 0x7fff53c9dff6 com.apple.desktopservices (1.14.6 -
1281.6.1) <C2355E6B-C5F7-3E39-B778-B117BD4652C6>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff5565e000 - 0x7fff55a79ff1 com.apple.vision.FaceCore (4.3.0 -
4.3.0) <5D32F65D-2CD7-3204-975C-F4C9256E505F>
/System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff56118000 - 0x7fff5624fff4 libFontParser.dylib (277.2.6.3)
<D93AD0C8-4657-3A3B-87EB-3DF3D522C70C>
/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x7fff56250000 - 0x7fff56284fff libTrueTypeScaler.dylib (277.2.6.3)
<93039A1A-4946-3166-88B6-82EDD1649C3D>
/System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x7fff562e8000 - 0x7fff562f8ff6 libhvf.dylib (1.0 -
$[CURRENT_PROJECT_VERSION]) <C4B38245-337D-3553-9669-75E5D90071AE>
/System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x7fff5ae94000 - 0x7fff5ae9afff com.apple.GPUWrangler (5.2.7 -
5.2.7) <FA34760B-4E5C-3A18-A6C3-DBA68F9D1220>
/System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff5b1b9000 - 0x7fff5b1dfff1 com.apple.GenerationalStorage (2.0 -
314) <54483E50-20BB-3AF8-900F-992320C109B0>
/System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff5c30d000 - 0x7fff5c31bffb com.apple.GraphVisualizer (1.0 -
100.1) <507D5812-9CB4-3C94-938C-59ED2B370818>
/System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff5c4ba000 - 0x7fff5c578ff4 com.apple.Heimdal (4.0 - 2.0)
<B86FE9DB-71BB-3B6E-A4AE-2B0B44570A7F>
/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff5e704000 - 0x7fff5e70cff5 com.apple.IOAccelerator (438.7.3 -
438.7.3) <06E3E70B-C0D0-39A2-96B7-12ED6A0EBEE7>
/System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff5e719000 - 0x7fff5e730fff com.apple.IOPresentment (47.10 - 37)
<32F1B3BC-4644-3982-AAB2-8EB5D5FF0161>
/System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff5eab8000 - 0x7fff5eb03ff1 com.apple.IconServices (438.3 -
438.3) <0DADB4C3-46FF-3FDB-8A86-51E2067FC7F4>
/System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff5ecc1000 - 0x7fff5ecc8ff9 com.apple.InternationalSupport (1.0
- 45.4) <8D8D4A7D-FD35-36B8-A456-7C93030EDAB3>
/System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff5ef55000 - 0x7fff5ef74ffd
com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1)
<6F655A32-F963-3A7E-B475-E460F4AC7D99>
/System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff5f0a9000 - 0x7fff5f177ffd com.apple.LanguageModeling (1.0 -
215.1) <C456087D-5B3A-390E-A665-862FA284C59C>
/System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff5f178000 - 0x7fff5f1c0fff com.apple.Lexicon-framework (1.0 -
72) <41F208B9-8255-3EC7-9673-FE0925D071D3>
/System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff5f1c7000 - 0x7fff5f1ccff3 com.apple.LinguisticData (1.0 -
353.18) <3B92F249-4602-325F-984B-D2DE61EEE4E1>
/System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff5fa65000 - 0x7fff5fa68fff com.apple.Mangrove (1.0 - 25)
<482F300F-9B70-351F-A4DF-B440EEF7368D>
/System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff5fcd1000 - 0x7fff5fd5bff8 com.apple.MediaExperience (1.0 - 1)
<0203AF27-AB5E-32FA-B529-AB7F29EEB887>
/System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
0x7fff60535000 - 0x7fff60581fff
com.apple.spotlight.metadata.utilities (1.0 - 2076.7)
<0237323B-EC78-3FBF-9FC7-5A1FE2B5CE25>
/System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff60582000 - 0x7fff60653ffa com.apple.gpusw.MetalTools (1.0 - 1)
<99876E08-37D7-3828-8796-56D90C9AFBDB>
/System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff606b1000 - 0x7fff606caff4 com.apple.MobileAssets (1.0 -
619.120.1) <07E116E6-7EBC-39F2-B5B4-31BAB6BAF852>
/System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff60887000 - 0x7fff608a5fff com.apple.MobileKeyBag (2.0 - 1.0)
<D5FA7041-297F-3ADC-8C7A-6EAAAB82EB68>
/System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff60b08000 - 0x7fff60b38ff7
com.apple.MultitouchSupport.framework (3440.1 - 3440.1)
<6794E1C8-9627-33DF-84F4-FDD02C97F383>
/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff61038000 - 0x7fff61042fff com.apple.NetAuth (6.2 - 6.2)
<B0C03C41-87A3-352B-B130-96E1A6F94B47>
/System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff61a4e000 - 0x7fff61a99ffb com.apple.OTSVG (1.0 - 643.1.5.2)
<AD1D4601-05DE-37A7-AD7E-FCF46BF9981D>
/System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff62cb6000 - 0x7fff62cc1ff2 com.apple.PerformanceAnalysis
(1.243.2 - 243.2) <B47C00E5-ECC2-313D-93D4-DBDF562C48EF>
/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff62cc2000 - 0x7fff62ceaffb com.apple.persistentconnection (1.0
- 1.0) <5B2D87A8-2641-3F6D-ACEA-96B00F85AAB5>
/System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x7fff656aa000 - 0x7fff656c3ffb com.apple.ProtocolBuffer (1 -
274.24.9.16.3) <5A020941-C43C-303E-8DE8-230FC6A84DBC>
/System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff65b23000 - 0x7fff65b4cff1 com.apple.RemoteViewServices (2.0 -
148) <D3AAC2BE-3423-3F18-9654-E35F1DD8DDB3>
/System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff65cb1000 - 0x7fff65cecff0 com.apple.RunningBoardServices (1.0
- 223.140.2) <96BB04BD-D6E0-3D70-8F36-89B46DA1DA30>
/System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x7fff675cd000 - 0x7fff675d0ff5 com.apple.SecCodeWrapper (4.0 -
448.100.6) <C4BF691D-A09E-37E8-A6CC-1145B79B8722>
/System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff67743000 - 0x7fff6786afff com.apple.Sharing (1526.37 -
1526.37) <CBDA0ADD-F1E7-3B06-9118-C5E183F0D3D6>
/System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff68c7f000 - 0x7fff68f75ff7 com.apple.SkyLight (1.600.0 - 451.4)
<A24929C3-95E6-35A7-9654-46FF3F4D1E80>
/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff697c2000 - 0x7fff697d0ffb com.apple.SpeechRecognitionCore
(6.0.91.2 - 6.0.91.2) <4D6CAC2A-151B-3BBE-BDB7-E2BE72128691>
/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff69eac000 - 0x7fff69eedff9 com.apple.StreamingZip (1.0 - 1)
<72CA32F8-4C96-3264-A655-623329EB3A28>
/System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff6a004000 - 0x7fff6a00dff7 com.apple.SymptomDiagnosticReporter
(1.0 - 1238.120.2) <C3D66901-7E31-3FDB-BD7A-441EB0520D1D>
/System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff6a2c4000 - 0x7fff6a2d4ff3 com.apple.TCC (1.0 - 1)
<C9EB52E3-099B-3597-9623-067C403FA525>
/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff6a7f9000 - 0x7fff6a8bfff0 com.apple.TextureIO (3.10.9 -
3.10.9) <EEDAB753-329A-396A-8119-5BEDF7DB5A56>
/System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff6aa8f000 - 0x7fff6ace7ff0 com.apple.UIFoundation (1.0 - 662)
<EC55B9E5-7E62-380A-9AB1-FC7BEF663653>
/System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff6b95d000 - 0x7fff6b97dffc com.apple.UserManagement (1.0 - 1)
<9F00880E-6EA6-3684-B208-455E14EC07C8>
/System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
0x7fff6c9ba000 - 0x7fff6c9bbfff com.apple.WatchdogClient.framework
(1.0 - 67.120.2) <FFA17DA1-F6DD-34D3-A708-1F73C8BA7EA7>
/System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x7fff6d5eb000 - 0x7fff6d5eeffa com.apple.dt.XCTTargetBootstrap (1.0
- 16091) <D459D628-58C5-39A6-B7E8-B691CBEECEC1>
/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff6d668000 - 0x7fff6d676ff5 com.apple.audio.caulk (1.0 - 32.3)
<06D695EA-E2BC-31E4-9816-9C12542BA744>
/System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7fff6d9b8000 - 0x7fff6d9baff3 com.apple.loginsupport (1.0 - 1)
<12F77885-27DC-3837-9CE9-A25EBA75F833>
/System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff7049e000 - 0x7fff704d1ffa libAudioToolboxUtility.dylib
(1104.95) <E534364D-5E5F-37BA-9FB6-FFFF1416820C>
/usr/lib/libAudioToolboxUtility.dylib
0x7fff704d8000 - 0x7fff7050cfff libCRFSuite.dylib (48)
<5E5DE3CB-30DD-34DC-AEF8-FE8536A85E96> /usr/lib/libCRFSuite.dylib
0x7fff7050f000 - 0x7fff70519fff libChineseTokenizer.dylib (34)
<7F0DA183-1796-315A-B44A-2C234C7C50BE> /usr/lib/libChineseTokenizer.dylib
0x7fff705a5000 - 0x7fff705a7ff7 libDiagnosticMessagesClient.dylib
(112) <C94F3B7B-1854-38EB-9778-834501C53B3F>
/usr/lib/libDiagnosticMessagesClient.dylib
0x7fff705ed000 - 0x7fff707a4ffb libFosl_dynamic.dylib (100.4)
<737573B2-190A-3BA1-8220-807AD0A2CE5E> /usr/lib/libFosl_dynamic.dylib
0x7fff707cb000 - 0x7fff707d1ff3 libIOReport.dylib (54)
<75D177C4-BAD7-3285-B8E1-3019F49B3178> /usr/lib/libIOReport.dylib
0x7fff708b3000 - 0x7fff708bafff libMatch.1.dylib (36)
<5C6F3971-9D9E-3630-BDB6-60BFC5A665E0> /usr/lib/libMatch.1.dylib
0x7fff708e9000 - 0x7fff70909ff7 libMobileGestalt.dylib (826.140.5)
<2BE94E6A-FA61-312F-84A1-F764D71B7E39> /usr/lib/libMobileGestalt.dylib
0x7fff70a7b000 - 0x7fff70a7cfff libSystem.B.dylib (1281.100.1)
<8E6AD412-91E7-36FC-A6FD-C13B06A4952A> /usr/lib/libSystem.B.dylib
0x7fff70b09000 - 0x7fff70b0afff libThaiTokenizer.dylib (3)
<4F4ADE99-0D09-3223-B7C0-C407AB6DE8DC> /usr/lib/libThaiTokenizer.dylib
0x7fff70b22000 - 0x7fff70b38fff libapple_nghttp2.dylib (1.39.2)
<07FEC48A-87CF-32A3-8194-FA70B361713A> /usr/lib/libapple_nghttp2.dylib
0x7fff70b6d000 - 0x7fff70bdfff7 libarchive.2.dylib (72.140.2)
<F9EA2883-5D5C-3FA6-B3F8-C5031BF88ABD> /usr/lib/libarchive.2.dylib
0x7fff70be0000 - 0x7fff70c79fe5 libate.dylib (3.0.1)
<76EA60FB-748C-313F-8951-B076540BEA97> /usr/lib/libate.dylib
0x7fff70c7d000 - 0x7fff70c7dff3 libauto.dylib (187)
<B6124448-7690-34AE-8939-ED84AAC630CE> /usr/lib/libauto.dylib
0x7fff70d43000 - 0x7fff70d53ffb libbsm.0.dylib (60.100.1)
<00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib
0x7fff70d54000 - 0x7fff70d60fff libbz2.1.0.dylib (44)
<14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib
0x7fff70d61000 - 0x7fff70db3fff libc++.1.dylib (902.1)
<59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib
0x7fff70db4000 - 0x7fff70dc9ffb libc++abi.dylib (902)
<E692F14F-C65E-303B-9921-BB7E97D77855> /usr/lib/libc++abi.dylib
0x7fff70dca000 - 0x7fff70dcafff libcharset.1.dylib (59)
<72447768-9244-39AB-8E79-2FA14EC0AD33> /usr/lib/libcharset.1.dylib
0x7fff70dcb000 - 0x7fff70ddcfff libcmph.dylib (8)
<E72A20DB-2E86-378D-A237-EB9A1370F989> /usr/lib/libcmph.dylib
0x7fff70ddd000 - 0x7fff70df4fd7 libcompression.dylib (87)
<64C91066-586D-38C0-A2F3-3E60A940F859> /usr/lib/libcompression.dylib
0x7fff710ce000 - 0x7fff710e4ff7 libcoretls.dylib (167)
<770A5B96-936E-34E3-B006-B1CEC299B5A5> /usr/lib/libcoretls.dylib
0x7fff710e5000 - 0x7fff710e6fff libcoretls_cfhelpers.dylib (167)
<940BF370-FD0C-30A8-AA05-FF48DA44FA4C> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff716a3000 - 0x7fff71702ff7 libcups.2.dylib (483.7)
<821ED293-B7B3-3B37-88C9-7B6CA91DA7FA> /usr/lib/libcups.2.dylib
0x7fff7180c000 - 0x7fff7180cfff libenergytrace.dylib (21)
<162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib
0x7fff7180d000 - 0x7fff71825fff libexpat.1.dylib (19.60.2)
<FED7C38B-92D8-342D-AED7-871B12D1F7E7> /usr/lib/libexpat.1.dylib
0x7fff71833000 - 0x7fff71835fff libfakelink.dylib (149.1)
<36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib
0x7fff71844000 - 0x7fff71849fff libgermantok.dylib (24)
<D2AE5AC0-EDCE-3216-B8C9-CF59292A545F> /usr/lib/libgermantok.dylib
0x7fff7184a000 - 0x7fff71853ff7 libheimdal-asn1.dylib (564.140.1)
<0AC6FB62-2B0F-3E93-A931-E4DC4B1D757A> /usr/lib/libheimdal-asn1.dylib
0x7fff71854000 - 0x7fff71944fff libiconv.2.dylib (59)
<18311A67-E4EF-3CC7-95B3-C0EDEE3A282F> /usr/lib/libiconv.2.dylib
0x7fff71945000 - 0x7fff71b9cfff libicucore.A.dylib (64260.0.1)
<8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib
0x7fff71bb4000 - 0x7fff71bb5fff liblangid.dylib (133)
<30CFC08C-EF36-3CF5-8AEA-C1CB070306B7> /usr/lib/liblangid.dylib
0x7fff71bb6000 - 0x7fff71bceff3 liblzma.5.dylib (16)
<C131EF18-2CDD-3271-8A30-A8760D4FE166> /usr/lib/liblzma.5.dylib
0x7fff71be6000 - 0x7fff71c8dff7 libmecab.dylib (883.11)
<0D5BFD01-D4A7-3C8D-AA69-C329C1A69792> /usr/lib/libmecab.dylib
0x7fff71c8e000 - 0x7fff71ef0ff1 libmecabra.dylib (883.11)
<E31DE74D-1B88-377F-ACD3-D789D29C3AE7> /usr/lib/libmecabra.dylib
0x7fff7225d000 - 0x7fff7228cfff libncurses.5.4.dylib (57)
<995DFEEA-40F3-377F-B73D-D02AC59D591F> /usr/lib/libncurses.5.4.dylib
0x7fff723bc000 - 0x7fff72838ff5 libnetwork.dylib (1880.120.4)
<BA294A54-F309-398D-B308-F97032AFF555> /usr/lib/libnetwork.dylib
0x7fff728d9000 - 0x7fff7290cfde libobjc.A.dylib (787.1)
<6DF81160-5E7F-3E31-AA1E-C875E3B98AF6> /usr/lib/libobjc.A.dylib
0x7fff7291f000 - 0x7fff72923fff libpam.2.dylib (25.100.1)
<0502F395-8EE6-3D2A-9239-06FD5622E19E> /usr/lib/libpam.2.dylib
0x7fff72926000 - 0x7fff7295cff7 libpcap.A.dylib (89.120.1)
<A76EC076-A8EA-354C-B95F-7AB1EAFBCC65> /usr/lib/libpcap.A.dylib
0x7fff729e0000 - 0x7fff729f8fff libresolv.9.dylib (67.40.1)
<C57EDFEF-D36A-310B-8D14-8C68A625B1E8> /usr/lib/libresolv.9.dylib
0x7fff729fa000 - 0x7fff72a3eff7 libsandbox.1.dylib (1217.141.2)
<E8BA5E84-66AF-3995-8F8E-DDC93B0A88E1> /usr/lib/libsandbox.1.dylib
0x7fff72a52000 - 0x7fff72a53ff7 libspindump.dylib (281.3)
<AE8C1AE9-5CBC-332F-BBE8-370A2A19FED6> /usr/lib/libspindump.dylib
0x7fff72a54000 - 0x7fff72c3eff7 libsqlite3.dylib (308.5)
<35A2BD9F-4E33-30DE-A994-4AB585AC3AFE> /usr/lib/libsqlite3.dylib
0x7fff72e8f000 - 0x7fff72e92ffb libutil.dylib (57)
<F01467F6-23A7-37EE-A170-33CE1577B41D> /usr/lib/libutil.dylib
0x7fff72e93000 - 0x7fff72ea0ff7 libxar.1.dylib (425.2)
<EE964412-9E25-30B3-BCC0-CCEFBCC8094B> /usr/lib/libxar.1.dylib
0x7fff72ea6000 - 0x7fff72f88fff libxml2.2.dylib (33.7)
<20567881-7204-3C11-9179-50FE34B3301B> /usr/lib/libxml2.2.dylib
0x7fff72f8c000 - 0x7fff72fb4fff libxslt.1.dylib (16.9)
<34A45627-DA5B-37D2-9609-65B425E0010A> /usr/lib/libxslt.1.dylib
0x7fff72fb5000 - 0x7fff72fc7ff3 libz.1.dylib (76)
<793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib
0x7fff73876000 - 0x7fff7387bff3 libcache.dylib (83)
<AF488D13-9E89-35E0-B078-BE37CC5B8586> /usr/lib/system/libcache.dylib
0x7fff7387c000 - 0x7fff73887fff libcommonCrypto.dylib (60165.120.1)
<C7912BE5-993E-3581-B2A0-6AABDC8C5562> /usr/lib/system/libcommonCrypto.dylib
0x7fff73888000 - 0x7fff7388ffff libcompiler_rt.dylib (101.2)
<49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib
0x7fff73890000 - 0x7fff73899ff7 libcopyfile.dylib (166.40.1)
<3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib
0x7fff7389a000 - 0x7fff7392cfdb libcorecrypto.dylib (866.140.1)
<60567BF8-80FA-359A-B2F3-A3BAEFB288FD> /usr/lib/system/libcorecrypto.dylib
0x7fff73a39000 - 0x7fff73a79ff0 libdispatch.dylib (1173.100.2)
<CD9C059C-91D9-30E8-8926-5B9CD0D5D4F5> /usr/lib/system/libdispatch.dylib
0x7fff73a7a000 - 0x7fff73ab0fff libdyld.dylib (750.6)
<789A18C2-8AC7-3C88-813D-CD674376585D> /usr/lib/system/libdyld.dylib
0x7fff73ab1000 - 0x7fff73ab1ffb libkeymgr.dylib (30)
<DB3337BE-01CA-3425-BD0C-87774FC0CDC0> /usr/lib/system/libkeymgr.dylib
0x7fff73ab2000 - 0x7fff73abeff3 libkxld.dylib (6153.141.10)
<11EABEB3-CD17-3787-86BE-B8B21817E89B> /usr/lib/system/libkxld.dylib
0x7fff73abf000 - 0x7fff73abfff7 liblaunch.dylib (1738.140.2)
<7200E214-9B4D-3B22-9844-4C7892FC890B> /usr/lib/system/liblaunch.dylib
0x7fff73ac0000 - 0x7fff73ac5ff7 libmacho.dylib (959.0.1)
<AA613A9C-961A-3B67-B696-4622FA59FC4E> /usr/lib/system/libmacho.dylib
0x7fff73ac6000 - 0x7fff73ac8ff3 libquarantine.dylib (110.40.3)
<F234E51D-FD0B-3EE4-B679-AE3EE9C536C3> /usr/lib/system/libquarantine.dylib
0x7fff73ac9000 - 0x7fff73acaff7 libremovefile.dylib (48)
<7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib
0x7fff73acb000 - 0x7fff73ae2ff3 libsystem_asl.dylib (377.60.2)
<1563EE02-0657-3B78-99BE-A947C24122EF> /usr/lib/system/libsystem_asl.dylib
0x7fff73ae3000 - 0x7fff73ae3ff7 libsystem_blocks.dylib (74)
<0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib
0x7fff73ae4000 - 0x7fff73b6bfff libsystem_c.dylib (1353.100.2)
<BBDED5E6-A646-3EED-B33A-91E4331EA063> /usr/lib/system/libsystem_c.dylib
0x7fff73b6c000 - 0x7fff73b6fffb libsystem_configuration.dylib
(1061.141.1) <0EE84C33-64FD-372B-974A-AF7A136F2068>
/usr/lib/system/libsystem_configuration.dylib
0x7fff73b70000 - 0x7fff73b73fff libsystem_coreservices.dylib (114)
<A199156E-058D-3ABB-BCE9-4B9F20DCED0F>
/usr/lib/system/libsystem_coreservices.dylib
0x7fff73b74000 - 0x7fff73b7cfff libsystem_darwin.dylib (1353.100.2)
<5B12B5DB-3F30-37C1-8ECC-49A66B1F2864> /usr/lib/system/libsystem_darwin.dylib
0x7fff73b7d000 - 0x7fff73b84fff libsystem_dnssd.dylib (1096.100.3)
<EBB4C2C2-E031-3094-B40A-E67BF261D295> /usr/lib/system/libsystem_dnssd.dylib
0x7fff73b85000 - 0x7fff73b86ffb libsystem_featureflags.dylib (17)
<29FD922A-EC2C-3F25-BCCC-B58D716E60EC>
/usr/lib/system/libsystem_featureflags.dylib
0x7fff73b87000 - 0x7fff73bd4ff7 libsystem_info.dylib (538)
<8A321605-5480-330B-AF9E-64E65DE61747> /usr/lib/system/libsystem_info.dylib
0x7fff73bd5000 - 0x7fff73c01ff7 libsystem_kernel.dylib (6153.141.10)
<FF092EE8-5BEE-3B9A-8749-F0A067115C7E> /usr/lib/system/libsystem_kernel.dylib
0x7fff73c02000 - 0x7fff73c49fff libsystem_m.dylib (3178)
<00F331F1-0D09-39B3-8736-1FE90E64E903> /usr/lib/system/libsystem_m.dylib
0x7fff73c4a000 - 0x7fff73c71fff libsystem_malloc.dylib (283.100.6)
<8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib
0x7fff73c72000 - 0x7fff73c7fffb libsystem_networkextension.dylib
(1095.140.2) <F06C65C5-2CBE-313C-96E1-A09240F9FE57>
/usr/lib/system/libsystem_networkextension.dylib
0x7fff73c80000 - 0x7fff73c89ff7 libsystem_notify.dylib (241.100.2)
<FA22F928-D91B-3AA5-96BB-3186AC0FB264> /usr/lib/system/libsystem_notify.dylib
0x7fff73c8a000 - 0x7fff73c92fef libsystem_platform.dylib (220.100.1)
<009A7C1F-313A-318E-B9F2-30F4C06FEA5C>
/usr/lib/system/libsystem_platform.dylib
0x7fff73c93000 - 0x7fff73c9dfff libsystem_pthread.dylib (416.100.3)
<62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib
0x7fff73c9e000 - 0x7fff73ca2ff3 libsystem_sandbox.dylib (1217.141.2)
<051C4018-4345-3034-AC98-6DE42FB8273B> /usr/lib/system/libsystem_sandbox.dylib
0x7fff73ca3000 - 0x7fff73ca5fff libsystem_secinit.dylib (62.100.2)
<F80872AA-E1FD-3D7E-8729-467656EC6561> /usr/lib/system/libsystem_secinit.dylib
0x7fff73ca6000 - 0x7fff73cadffb libsystem_symptoms.dylib
(1238.120.2) <702D0910-5C34-3D43-9631-8BD215DE4FE1>
/usr/lib/system/libsystem_symptoms.dylib
0x7fff73cae000 - 0x7fff73cc4ff2 libsystem_trace.dylib (1147.120.1)
<BC141783-66D9-3137-A783-211B38E49ADB> /usr/lib/system/libsystem_trace.dylib
0x7fff73cc6000 - 0x7fff73ccbff7 libunwind.dylib (35.4)
<42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib
0x7fff73ccc000 - 0x7fff73d01ffe libxpc.dylib (1738.140.2)
<54EEF402-42C7-3995-BADE-93C48EFC4452> /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: 17202326
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=603.0M resident=0K(0%)
swapped_out_or_unallocated=603.0M(100%)
Writable regions: Total=64.3M written=0K(0%) resident=0K(0%)
swapped_out=0K(0%) unallocated=64.3M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 1
Dispatch continuations 8192K 1
Kernel Alloc Once 8K 1
MALLOC 46.1M 28
MALLOC guard page 16K 4
STACK GUARD 56.0M 4
Stack 9752K 4
VM_ALLOCATE 108K 3
__DATA 25.4M 311
__DATA_CONST 92K 5
__FONT_DATA 4K 1
__LINKEDIT 393.1M 31
__OBJC_RO 32.3M 1
__OBJC_RW 1908K 2
__TEXT 210.0M 304
__UNICODE 564K 1
mapped file 359.0M 21
shared memory 640K 15
=========== ======= =======
TOTAL 1.1G 738
Model: MacBookAir8,2, BootROM 1554.60.15.0.0 (iBridge: 18.16.13030.0.0,0), 2
processors, Dual-Core Intel Core i5, 1,6 GHz, 16 GB, SMC
Graphics: kHW_IntelUHDGraphics617Item, Intel UHD Graphics 617,
spdisplays_builtin
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x80AD,
0x483943434E4E4E4641474D4C4C522D4E5644
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x80AD,
0x483943434E4E4E4641474D4C4C522D4E5644
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x843), wl0:
Oct 27 2020 17:15:52 version 9.30.357.42.32.5.43 FWID 01-b9d21b73
Bluetooth: Version 7.0.6f8, 3 services, 25 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB3.0 Hub
USB Device: USB 10/100/1000 LAN
USB Device: USB 3.0 Bus
USB Device: USB2.0 Hub
USB Device: USB 2.0 Hub
USB Device: USB Optical Mouse
USB Device: USB Billboard Device
USB Device: Apple T2 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Air, Apple Inc., 47.4
- [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/05/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Sebastien Loriot, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/13/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/13/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/14/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/14/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/14/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/14/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/13/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, David Rochera, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Maxime Gimeno, 01/07/2021
- Re: [cgal-discuss] OpenGL problem in CGAL, Sebastien Loriot, 01/07/2021
Archive powered by MHonArc 2.6.19+.