discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Font problems with development snapshot on Mac OSX

KT
Kevin Toppenberg
Wed, Feb 20, 2019 2:37 PM

Hello all,

I was running Development snapshot 2017.x.x for awhile, and all seemed to
be OK.  I was using text() for a library to add dimensions to objects.
Then, OpenSCAD started crashing.  As soon as I would press F5 for a render,
a dialog would pop up saying that the font library cache needed to be
updated, and then the crash.

I opened up my old trusty 2015-03.3, and no problems there.

Code that causes crash:
text("hello");

I downloaded the latest development snapshot 2019.1.30 and tried it.  I get
the same popup, and now no crash, but also no text.  I just see the same
empty screen.

Summary of experience:

2015-03.3 -- no problems
2017.x.x -- crash on text();
2019-1.30 -- no crash, but no text.

I can post the crash report that OS-X generates if that would be helpful

And ideas of how to fix this?

Thanks in advance,
Kevin T

Hello all, I was running Development snapshot 2017.x.x for awhile, and all seemed to be OK. I was using text() for a library to add dimensions to objects. Then, OpenSCAD started crashing. As soon as I would press F5 for a render, a dialog would pop up saying that the font library cache needed to be updated, and then the crash. I opened up my old trusty 2015-03.3, and no problems there. Code that causes crash: text("hello"); I downloaded the latest development snapshot 2019.1.30 and tried it. I get the same popup, and now no crash, but also no text. I just see the same empty screen. Summary of experience: 2015-03.3 -- no problems 2017.x.x -- crash on text(); 2019-1.30 -- no crash, but no text. I can post the crash report that OS-X generates if that would be helpful And ideas of how to fix this? Thanks in advance, Kevin T
KT
Kevin Toppenberg
Wed, Feb 20, 2019 2:48 PM

I just tried  rebooting the computer, thinking that might help.  Still no
change.

KT

On Wed, Feb 20, 2019 at 9:37 AM Kevin Toppenberg kdtop3@gmail.com wrote:

Hello all,

I was running Development snapshot 2017.x.x for awhile, and all seemed to
be OK.  I was using text() for a library to add dimensions to objects.
Then, OpenSCAD started crashing.  As soon as I would press F5 for a render,
a dialog would pop up saying that the font library cache needed to be
updated, and then the crash.

I opened up my old trusty 2015-03.3, and no problems there.

Code that causes crash:
text("hello");

I downloaded the latest development snapshot 2019.1.30 and tried it.  I
get the same popup, and now no crash, but also no text.  I just see the
same empty screen.

Summary of experience:

2015-03.3 -- no problems
2017.x.x -- crash on text();
2019-1.30 -- no crash, but no text.

I can post the crash report that OS-X generates if that would be helpful

And ideas of how to fix this?

Thanks in advance,
Kevin T

I just tried rebooting the computer, thinking that might help. Still no change. KT On Wed, Feb 20, 2019 at 9:37 AM Kevin Toppenberg <kdtop3@gmail.com> wrote: > Hello all, > > I was running Development snapshot 2017.x.x for awhile, and all seemed to > be OK. I was using text() for a library to add dimensions to objects. > Then, OpenSCAD started crashing. As soon as I would press F5 for a render, > a dialog would pop up saying that the font library cache needed to be > updated, and then the crash. > > I opened up my old trusty 2015-03.3, and no problems there. > > Code that causes crash: > text("hello"); > > I downloaded the latest development snapshot 2019.1.30 and tried it. I > get the same popup, and now no crash, but also no text. I just see the > same empty screen. > > Summary of experience: > > 2015-03.3 -- no problems > 2017.x.x -- crash on text(); > 2019-1.30 -- no crash, but no text. > > I can post the crash report that OS-X generates if that would be helpful > > And ideas of how to fix this? > > Thanks in advance, > Kevin T > >
MK
Marius Kintel
Wed, Feb 20, 2019 2:59 PM

See https://github.com/openscad/openscad/issues/2767

I'll upload a new version shortly; hopefully that fixes it.

-Marius

On Feb 20, 2019, at 09:37, Kevin Toppenberg kdtop3@gmail.com wrote:

Hello all,

I was running Development snapshot 2017.x.x for awhile, and all seemed to be OK.  I was using text() for a library to add dimensions to objects.  Then, OpenSCAD started crashing.  As soon as I would press F5 for a render, a dialog would pop up saying that the font library cache needed to be updated, and then the crash.

See https://github.com/openscad/openscad/issues/2767 I'll upload a new version shortly; hopefully that fixes it. -Marius > On Feb 20, 2019, at 09:37, Kevin Toppenberg <kdtop3@gmail.com> wrote: > > Hello all, > > I was running Development snapshot 2017.x.x for awhile, and all seemed to be OK. I was using text() for a library to add dimensions to objects. Then, OpenSCAD started crashing. As soon as I would press F5 for a render, a dialog would pop up saying that the font library cache needed to be updated, and then the crash. >
KT
Kevin Toppenberg
Wed, Feb 20, 2019 3:01 PM

Marius, thanks for working on this.

I tried launching from the command line, thinking that it might output some
error message there.  But there was no additional info.

Kevin T

On Wed, Feb 20, 2019 at 9:59 AM Marius Kintel marius@kintel.net wrote:

See https://github.com/openscad/openscad/issues/2767

I'll upload a new version shortly; hopefully that fixes it.

-Marius

On Feb 20, 2019, at 09:37, Kevin Toppenberg kdtop3@gmail.com wrote:

Hello all,

I was running Development snapshot 2017.x.x for awhile, and all seemed

to be OK.  I was using text() for a library to add dimensions to objects.
Then, OpenSCAD started crashing.  As soon as I would press F5 for a render,
a dialog would pop up saying that the font library cache needed to be
updated, and then the crash.

Marius, thanks for working on this. I tried launching from the command line, thinking that it might output some error message there. But there was no additional info. Kevin T On Wed, Feb 20, 2019 at 9:59 AM Marius Kintel <marius@kintel.net> wrote: > See https://github.com/openscad/openscad/issues/2767 > > I'll upload a new version shortly; hopefully that fixes it. > > -Marius > > > On Feb 20, 2019, at 09:37, Kevin Toppenberg <kdtop3@gmail.com> wrote: > > > > Hello all, > > > > I was running Development snapshot 2017.x.x for awhile, and all seemed > to be OK. I was using text() for a library to add dimensions to objects. > Then, OpenSCAD started crashing. As soon as I would press F5 for a render, > a dialog would pop up saying that the font library cache needed to be > updated, and then the crash. > > > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
MK
Marius Kintel
Wed, Feb 20, 2019 3:04 PM

On Feb 20, 2019, at 10:01, Kevin Toppenberg kdtop3@gmail.com wrote:

I tried launching from the command line, thinking that it might output some error message there.  But there was no additional info.

It feels like that a certain fontconfig and Mojave combination breaks it. I didn't really figure out why, but it works for me after careful upgrades and rebuilds.

-Marius

> On Feb 20, 2019, at 10:01, Kevin Toppenberg <kdtop3@gmail.com> wrote: > > I tried launching from the command line, thinking that it might output some error message there. But there was no additional info. > It feels like that a certain fontconfig and Mojave combination breaks it. I didn't really figure out why, but it works for me after careful upgrades and rebuilds. -Marius
KT
Kevin Toppenberg
Wed, Feb 20, 2019 3:22 PM

I am going to include the crash report below for when the 2017.12 version
crashed.  The newer version is just failing, not crashing, so I can't
include a report for that part of the issue.

Near the top is a listing of the point of execution at the time of the
crash.  I don't have experience reading these, but it looks like at line 4,
it is dealing with FontCache(). Line 3 is FindFace(), line 2 is
Distribute(), and line 1 is put() and line 0 is call_put_last().

I don't know if this is of any help or not.

It seems that a healthy part of this problem has to be coming from the OS,
in that it used to work, and then started crashing without any change to my
OpenSCAD application.

Thanks again
Kevin T

//---------------------------------

Process:              OpenSCAD [68825]
Path:                  /Applications/OpenSCAD 2.app/Contents/MacOS/OpenSCAD
Identifier:            OpenSCAD
Version:              2017.12 (2017.12.02)
Code Type:            X86-64 (Native)
Parent Process:        ??? [1]
Responsible:          OpenSCAD [68825]
User ID:              502

Date/Time:            2019-02-20 09:21:06.727 -0500
OS Version:            Mac OS X 10.14.1 (18B75)
Report Version:        12
Anonymous UUID:        633308DF-7145-F199-0602-B2BDE121A88E

Time Awake Since Boot: 1300000 seconds

System Integrity Protection: disabled

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

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

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

VM Regions Near 0x28:
-->
__TEXT                00000001002d2000-000000010084c000 [ 5608K]
r-x/rwx SM=COW  /Applications/OpenSCAD 2.app/Contents/MacOS/OpenSCAD

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0  org.openscad.OpenSCAD          0x00000001003c802a void
boost::io::detail::call_put_last<char, std::__1::char_traits<char>,
char*>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, void
const*) + 10
1  org.openscad.OpenSCAD          0x00000001002f47ab void
boost::io::detail::put<char, std::__1::char_traits<char>,
std::__1::allocator<char>, boost::io::detail::put_holder<char,
std::__1::char_traits<char> > const&>(boost::io::detail::put_holder<char,
std::__1::char_traits<char> > const&, boost::io::detail::format_item<char,
std::__1::char_traits<char>, std::__1::allocator<char> > const&,
boost::basic_format<char, std::__1::char_traits<char>,
std::__1::allocator<char> >::string_type&, boost::basic_format<char,
std::__1::char_traits<char>, std::__1::allocator<char>

::internal_streambuf_t&, std::__1::locale*) + 459

2  org.openscad.OpenSCAD          0x00000001002f447a void
boost::io::detail::distribute<char, std::__1::char_traits<char>,
std::__1::allocator<char>, boost::io::detail::put_holder<char,
std::__1::char_traits<char> > const&>(boost::basic_format<char,
std::__1::char_traits<char>, std::__1::allocator<char> >&,
boost::io::detail::put_holder<char, std::__1::char_traits<char> > const&) +
170
3  org.openscad.OpenSCAD          0x00000001003c5554
FontCache::find_face(std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > const&) const +
1060
4  org.openscad.OpenSCAD          0x00000001003c50db
FontCache::get_font(std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 59
5  org.openscad.OpenSCAD          0x00000001003c14e7
FreetypeRenderer::render(FreetypeRenderer::Params const&) const + 151
6  org.openscad.OpenSCAD          0x000000010038c850
TextNode::createGeometryList() const + 64
7  org.openscad.OpenSCAD          0x00000001003af0b6
GeometryEvaluator::visit(State&, TextNode const&) + 262
8  org.openscad.OpenSCAD          0x00000001003af32d non-virtual thunk to
GeometryEvaluator::visit(State&, TextNode const&) + 13
9  org.openscad.OpenSCAD          0x00000001003abb97
NodeVisitor::traverse(AbstractNode const&, State const&) + 215
10  org.openscad.OpenSCAD          0x00000001003ac337
GeometryEvaluator::evaluateGeometry(AbstractNode const&, bool) + 567
11  org.openscad.OpenSCAD          0x0000000100354eb0
CSGTreeEvaluator::visit(State&, AbstractPolyNode const&) + 64
12  org.openscad.OpenSCAD          0x00000001003abc10
NodeVisitor::traverse(AbstractNode const&, State const&) + 336
13  org.openscad.OpenSCAD          0x00000001003abbd2
NodeVisitor::traverse(AbstractNode const&, State const&) + 274
14  org.openscad.OpenSCAD          0x00000001003abbd2
NodeVisitor::traverse(AbstractNode const&, State const&) + 274
15  org.openscad.OpenSCAD          0x00000001003abbd2
NodeVisitor::traverse(AbstractNode const&, State const&) + 274
16  org.openscad.OpenSCAD          0x00000001003abbd2
NodeVisitor::traverse(AbstractNode const&, State const&) + 274
17  org.openscad.OpenSCAD          0x00000001003abbd2
NodeVisitor::traverse(AbstractNode const&, State const&) + 274
18  org.openscad.OpenSCAD          0x00000001003abbd2
NodeVisitor::traverse(AbstractNode const&, State const&) + 274
19  org.openscad.OpenSCAD          0x00000001003538cc
CSGTreeEvaluator::buildCSGTree(AbstractNode const&) + 44
20  org.openscad.OpenSCAD          0x00000001004b2142
MainWindow::compileCSG(bool) + 898
21  org.openscad.OpenSCAD          0x00000001004b84df
MainWindow::csgRender() + 47
22  org.qt-project.QtCore          0x00000001025d9218
QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument) const + 1288
23  org.qt-project.QtCore          0x00000001025d8776
QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType,
QGenericReturnArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) +
2166
24  org.openscad.OpenSCAD          0x00000001004b0337
MainWindow::compileDone(bool) + 343
25  org.openscad.OpenSCAD          0x00000001004af0bd
MainWindow::compile(bool, bool, bool) + 1005
26  org.openscad.OpenSCAD          0x00000001004ae920
MainWindow::actionRenderPreview(bool) + 352
27  org.qt-project.QtCore          0x00000001026003da
QMetaObject::activate(QObject*, int, int, void**) + 2954
28  org.qt-project.QtWidgets      0x0000000101800db5
QAction::activate(QAction::ActionEvent) + 309
29  org.qt-project.QtCore          0x00000001026003da
QMetaObject::activate(QObject*, int, int, void**) + 2954
30  org.qt-project.QtCore          0x00000001025f8684
QObject::event(QEvent*) + 788
31  org.qt-project.QtWidgets      0x000000010180a5e2
QApplicationPrivate::notify_helper(QObject*, QEvent*) + 306
32  org.qt-project.QtWidgets      0x000000010180b938
QApplication::notify(QObject*, QEvent*) + 360
33  org.openscad.OpenSCAD          0x00000001004ca002
OpenSCADApp::notify(QObject*, QEvent*) + 18
34  org.qt-project.QtCore          0x00000001025cfcaf
QCoreApplication::notifyInternal2(QObject*, QEvent*) + 159
35  org.qt-project.QtCore          0x00000001025d0cf2
QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 850
36  libqcocoa.dylib                0x000000010450b06e
QCocoaEventDispatcherPrivate::processPostedEvents() + 190
37  libqcocoa.dylib                0x000000010450b921
QCocoaEventDispatcherPrivate::postedEventsSourceCallback(void*) + 33
38  com.apple.CoreFoundation      0x00007fff40993155
CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
39  com.apple.CoreFoundation      0x00007fff409930fb __CFRunLoopDoSource0 +
108
40  com.apple.CoreFoundation      0x00007fff40976b95 __CFRunLoopDoSources0

  • 195
    41  com.apple.CoreFoundation      0x00007fff4097613e __CFRunLoopRun + 1219
    42  com.apple.CoreFoundation      0x00007fff40975a28 CFRunLoopRunSpecific +
    463
    43  com.apple.HIToolbox            0x00007fff3fc0eb35
    RunCurrentEventLoopInMode + 293
    44  com.apple.HIToolbox            0x00007fff3fc0e774
    ReceiveNextEventCommon + 371
    45  com.apple.HIToolbox            0x00007fff3fc0e5e8
    _BlockUntilNextEventMatchingListInModeWithFilter + 64
    46  com.apple.AppKit              0x00007fff3decaeb7 _DPSNextEvent + 997
    47  com.apple.AppKit              0x00007fff3dec9c56
    -[NSApplication(NSEvent)
    _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362
    48  com.apple.AppKit              0x00007fff3dec3cb9 -[NSApplication run] +
    699
    49  libqcocoa.dylib                0x000000010450a711
    QCocoaEventDispatcher::processEvents(QFlagsQEventLoop::ProcessEventsFlag)
  • 2385
    50  org.qt-project.QtCore          0x00000001025cc0e2
    QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 418
    51  org.qt-project.QtCore          0x00000001025d0367
    QCoreApplication::exec() + 343
    52  org.openscad.OpenSCAD          0x0000000100490c14
    gui(std::__1::vector<std::__1::basic_string<char,
    std::__1::char_traits<char>, std::__1::allocator<char> >,
    std::__1::allocator<std::__1::basic_string<char,
    std::__1::char_traits<char>, std::__1::allocator<char> > > >&,
    boost::filesystem::path const&, int, char**) + 2628
    53  org.openscad.OpenSCAD          0x0000000100494376 main + 11638
    54  libdyld.dylib                  0x00007fff6db5308d start + 1

Thread 1:
0  libsystem_pthread.dylib        0x00007fff6dd44428 start_wqthread + 0
1  ???                            0x0000000054485244 0 + 1414025796

Thread 2:
0  libsystem_pthread.dylib        0x00007fff6dd44428 start_wqthread + 0
1  ???                            0x0000000054485244 0 + 1414025796

Thread 3:
0  libsystem_pthread.dylib        0x00007fff6dd44428 start_wqthread + 0
1  ???                            0x0000000054485244 0 + 1414025796

Thread 4:
0  libsystem_pthread.dylib        0x00007fff6dd44428 start_wqthread + 0
1  ???                            0x0000000054485244 0 + 1414025796

Thread 5:
0  libsystem_pthread.dylib        0x00007fff6dd44428 start_wqthread + 0
1  ???                            0x0000000054485244 0 + 1414025796

Thread 6:: com.apple.NSURLConnectionLoader
0  libsystem_kernel.dylib        0x00007fff6dc8bc2a mach_msg_trap + 10
1  libsystem_kernel.dylib        0x00007fff6dc8c174 mach_msg + 60
2  com.apple.CoreFoundation      0x00007fff40976da2
__CFRunLoopServiceMachPort + 337
3  com.apple.CoreFoundation      0x00007fff409762f1 __CFRunLoopRun + 1654
4  com.apple.CoreFoundation      0x00007fff40975a28 CFRunLoopRunSpecific +
463
5  com.apple.CFNetwork            0x00007fff3f8784e5
-[__CoreSchedulingSetRunnable runForever] + 195
6  com.apple.Foundation          0x00007fff42cd2014 NSThread__start +
1218
7  libsystem_pthread.dylib        0x00007fff6dd45339 _pthread_body + 126
8  libsystem_pthread.dylib        0x00007fff6dd482a7 _pthread_start + 70
9  libsystem_pthread.dylib        0x00007fff6dd44445 thread_start + 13

Thread 7:: com.apple.NSEventThread
0  libsystem_kernel.dylib        0x00007fff6dc8bc2a mach_msg_trap + 10
1  libsystem_kernel.dylib        0x00007fff6dc8c174 mach_msg + 60
2  com.apple.CoreFoundation      0x00007fff40976da2
__CFRunLoopServiceMachPort + 337
3  com.apple.CoreFoundation      0x00007fff409762f1 __CFRunLoopRun + 1654
4  com.apple.CoreFoundation      0x00007fff40975a28 CFRunLoopRunSpecific +
463
5  com.apple.AppKit              0x00007fff3ded3add _NSEventThread + 160
6  libsystem_pthread.dylib        0x00007fff6dd45339 _pthread_body + 126
7  libsystem_pthread.dylib        0x00007fff6dd482a7 _pthread_start + 70
8  libsystem_pthread.dylib        0x00007fff6dd44445 thread_start + 13

Thread 8:: Thread (pooled)
0  libsystem_kernel.dylib        0x00007fff6dc8f1b2 __psynch_cvwait + 10
1  libsystem_pthread.dylib        0x00007fff6dd485cb _pthread_cond_wait +
724
2  org.qt-project.QtCore          0x000000010241d230
QWaitConditionPrivate::wait_relative(unsigned long) + 288
3  org.qt-project.QtCore          0x000000010241cf7b
QWaitConditionPrivate::wait(unsigned long) + 43
4  org.qt-project.QtCore          0x000000010241cf32
QWaitCondition::wait(QMutex*, unsigned long) + 162
5  org.qt-project.QtCore          0x000000010241898a
QThreadPoolThread::run() + 426
6  org.qt-project.QtCore          0x000000010241ba2a
QThreadPrivate::start(void*) + 362
7  libsystem_pthread.dylib        0x00007fff6dd45339 _pthread_body + 126
8  libsystem_pthread.dylib        0x00007fff6dd482a7 _pthread_start + 70
9  libsystem_pthread.dylib        0x00007fff6dd44445 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000  rbx: 0x0000000000000001  rcx:
0x0000000000000000  rdx: 0x0000000000000000
rdi: 0x00007ffeef928900  rsi: 0x0000000000000028  rbp:
0x00007ffeef928860  rsp: 0x00007ffeef928850
r8: 0x00007e40fb3c3b40  r9: 0x00000000000007fb  r10:
0x0000000000003b40  r11: 0x0000000000000020
r12: 0x00007ffeef9290a0  r13: 0x00007ffeef928fe0  r14:
0x00007ffeef928900  r15: 0x0000000000001002
rip: 0x00000001003c802a  rfl: 0x0000000000010246  cr2: 0x0000000000000028

Logical CPU:    0
Error Code:      0x00000004
Trap Number:    14

Binary Images:
0x1002d2000 -        0x10084bff7 +org.openscad.OpenSCAD (2017.12 -
2017.12.02) <2D08EF46-8339-3040-9BF3-67C75A2F6C3C> /Applications/OpenSCAD
2.app/Contents/MacOS/OpenSCAD
0x100a89000 -        0x100aa5fff +libCGAL.dylib (0)
<10508EE0-7FB4-37CC-9C06-252217991E33> /Applications/OpenSCAD
2.app/Contents/Frameworks/libCGAL.dylib
0x100ab7000 -        0x100b4afff +libmpfr.dylib (0)
<5A0153E4-F888-3FD4-A6E4-8046A8E109BE> /Applications/OpenSCAD
2.app/Contents/Frameworks/libmpfr.dylib
0x100b5e000 -        0x100c02fdf +libgmp.dylib (0)
<1C134110-A01E-37DB-B5A2-522FBC4394E1> /Applications/OpenSCAD
2.app/Contents/Frameworks/libgmp.dylib
0x100c15000 -        0x100c22ff7 +libopencsg.dylib (0)
<7157C249-C096-3C92-9DB8-B48595685754> /Applications/OpenSCAD
2.app/Contents/Frameworks/libopencsg.dylib
0x100c32000 -        0x100c5efff +libGLEW.dylib (0)
<E334262E-7EEF-3BDE-BEAC-64F2257B97A0> /Applications/OpenSCAD
2.app/Contents/Frameworks/libGLEW.dylib
0x100c9b000 -        0x100cacfff +libboost_thread.dylib (0)
<B613D992-6831-349E-8FE2-BA79C4E33016> /Applications/OpenSCAD
2.app/Contents/Frameworks/libboost_thread.dylib
0x100cc2000 -        0x100d01fff +libboost_program_options.dylib (0)
<FF91E426-56AB-31EC-9EBA-3C0ABDD71236> /Applications/OpenSCAD
2.app/Contents/Frameworks/libboost_program_options.dylib
0x100d36000 -        0x100d48ff7 +libboost_filesystem.dylib (0)
<1516FC27-C206-3105-9973-D24B5138421F> /Applications/OpenSCAD
2.app/Contents/Frameworks/libboost_filesystem.dylib
0x100d55000 -        0x100d57fff +libboost_system.dylib (0)
<5971726E-492D-3155-A185-29A941BF4B2F> /Applications/OpenSCAD
2.app/Contents/Frameworks/libboost_system.dylib
0x100d5b000 -        0x100e11fff +libboost_regex.dylib (0)
<437584ED-96F4-33CE-B700-AB4BAED43F13> /Applications/OpenSCAD
2.app/Contents/Frameworks/libboost_regex.dylib
0x100e65000 -        0x100fdfff7 +libglib-2.0.dylib (0)
<939EC89F-839C-3B41-B0CF-EEF62AA26815> /Applications/OpenSCAD
2.app/Contents/Frameworks/libglib-2.0.dylib
0x10100e000 -        0x10101cff7 +libintl.dylib (0)
<5884F66B-B7DA-352D-856E-21E21BCAC34E> /Applications/OpenSCAD
2.app/Contents/Frameworks/libintl.dylib
0x101025000 -        0x1011d2ff7 +libxml2.dylib (0)
<17025F34-DF22-3828-98FD-B97C0A86EB7F> /Applications/OpenSCAD
2.app/Contents/Frameworks/libxml2.dylib
0x101209000 -        0x101244fff +org.sparkle-project.Sparkle
(1.13.1 git-2afc553 - 1.13.1) <40414915-A48C-3DBB-AACB-5C20BAAE6DA6>
/Applications/OpenSCAD
2.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x10127e000 -        0x101358ff7 +libharfbuzz.dylib (0)
<09B1939A-C59D-33BD-8801-40C8485BA2E0> /Applications/OpenSCAD
2.app/Contents/Frameworks/libharfbuzz.dylib
0x1013b0000 -        0x101490ff7 +libfreetype.dylib (0)
<76C7BFEB-FC9E-3E72-959D-0B2AAFF3E156> /Applications/OpenSCAD
2.app/Contents/Frameworks/libfreetype.dylib
0x1014b5000 -        0x1014ffff7 +libfontconfig.dylib (0)
<86578671-181C-3B6D-A5CB-5B6BF9706749> /Applications/OpenSCAD
2.app/Contents/Frameworks/libfontconfig.dylib
0x101511000 -        0x1016f3ff7 +libqscintilla2.dylib (0)
<C483FA66-8F09-3743-95C3-4691CCE9257D> /Applications/OpenSCAD
2.app/Contents/Frameworks/libqscintilla2.dylib
0x101770000 -        0x101792ff7 +libzip.dylib (0)
<227614FF-82A3-3397-A214-135B3D091F8D> /Applications/OpenSCAD
2.app/Contents/Frameworks/libzip.dylib
0x10179e000 -        0x1017d0fff +org.qt-project.QtPrintSupport (5.7

  • 5.7.0) <A92F1C00-2C5F-3E10-8B46-B61A6BE1B5B8> /Applications/OpenSCAD
    2.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
    0x1017f8000 -        0x101cdcff7 +org.qt-project.QtWidgets (5.7 -
    5.7.0) <D872E0B2-A8B4-3F11-A1BD-098FF9A4B1A2> /Applications/OpenSCAD
    2.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
    0x101ec8000 -        0x1022b2ff7 +org.qt-project.QtGui (5.7 - 5.7.0)
    <9A7173DA-DF71-3C68-876D-12819AFC56AC> /Applications/OpenSCAD
    2.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
    0x1023f2000 -        0x1028fdfff +org.qt-project.QtCore (5.7 -
    5.7.0) <36210B71-AED1-3A73-81AB-AF958751C319> /Applications/OpenSCAD
    2.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
    0x102a1d000 -        0x102a26fff +org.qt-project.QtMacExtras (5.7 -
    5.7.0) <877E819B-79A6-36E8-9F3D-F4EC84CB8530> /Applications/OpenSCAD
    2.app/Contents/Frameworks/QtMacExtras.framework/Versions/5/QtMacExtras
    0x102a31000 -        0x102a35fff +org.qt-project.QtConcurrent (5.7 -
    5.7.0) <5CF51B67-03B1-3D5F-8F5D-FF51511D2B3C> /Applications/OpenSCAD
    2.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
    0x1044e6000 -        0x104657fff +libqcocoa.dylib (0)
    <AF9BB8DF-6822-3834-91A8-2C24A8F33CA7> /Applications/OpenSCAD
    2.app/Contents/PlugIns/platforms/libqcocoa.dylib
    0x1046cd000 -        0x104733fff +org.qt-project.QtDBus (5.7 -
    5.7.0) <22D4C97B-6B87-317F-8DC7-810F99877254> /Applications/OpenSCAD
    2.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
    0x106b2c000 -        0x106b36ff7 +libqdds.dylib (0)
    <79A022D1-090D-3B36-AE66-F934192746FD> /Applications/OpenSCAD
    2.app/Contents/PlugIns/imageformats/libqdds.dylib
    0x106b3b000 -        0x106b42ff7 +libqgif.dylib (0)
    <FB952460-5BAE-3504-A288-F1C697C12E6A> /Applications/OpenSCAD
    2.app/Contents/PlugIns/imageformats/libqgif.dylib
    0x106b47000 -        0x106b4efff +libqicns.dylib (0)
    <477C587A-797E-3758-998A-3E31B91BEC16> /Applications/OpenSCAD
    2.app/Contents/PlugIns/imageformats/libqicns.dylib
    0x106b54000 -        0x106b5afff +libqico.dylib (0)
    <B32F4477-5E95-31AD-A03D-D4E4C5863394> /Applications/OpenSCAD
    2.app/Contents/PlugIns/imageformats/libqico.dylib
    0x106b5f000 -        0x106b9fff7 +libqjpeg.dylib (0)
    <81A2C897-FBA8-3D4F-80FA-D54C8A51DD70> /Applications/OpenSCAD
    2.app/Contents/PlugIns/imageformats/libqjpeg.dylib
    0x106ba9000 -        0x106bafff7 +libqmacjp2.dylib (0)
    <83C395BD-8D09-3F92-8F2A-9C6CA4CA2BB8> /Applications/OpenSCAD
    2.app/Contents/PlugIns/imageformats/libqmacjp2.dylib
    0x106bb4000 -        0x106bb8fff +libqtga.dylib (0)
    <38A22DD5-724B-3CC3-8B5C-0B3D72225CBC> /Applications/OpenSCAD
    2.app/Contents/PlugIns/imageformats/libqtga.dylib
    0x106bbd000 -        0x106c21fff +libqtiff.dylib (0)
    <4B3D2B6D-AEEE-369A-B545-4940F3142C27> /Applications/OpenSCAD
    2.app/Contents/PlugIns/imageformats/libqtiff.dylib
    0x106c2f000 -        0x106c33ff7 +libqwbmp.dylib (0)
    <EBB5112A-C442-38FD-A5A8-AFCB1B0C8CDC> /Applications/OpenSCAD
    2.app/Contents/PlugIns/imageformats/libqwbmp.dylib
    0x106c38000 -        0x106cc0fff +libqwebp.dylib (0)
    <9CB2B4C4-A54F-3970-B9B7-12524804326B> /Applications/OpenSCAD
    2.app/Contents/PlugIns/imageformats/libqwebp.dylib
    0x106d02000 -        0x106d05047  libobjc-trampolines.dylib (750.1)
    <EAFE392F-7BD6-3988-9C6F-DFD359AE0AD3> /usr/lib/libobjc-trampolines.dylib
    0x1074fd000 -        0x10757b6a7  dyld (635.2)
    <1780094A-8FE2-3EAA-B4A3-C4CF14BC5196> /usr/lib/dyld
    0x7fff367a5000 -    0x7fff36b1efff  com.apple.RawCamera.bundle (8.11.0
  • 1031.1.3) <FE033C75-0F5C-3F38-8A11-36A32E9D3F47>
    /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff38b5d000 -    0x7fff3909eff7
    com.apple.driver.AppleIntelHD5000GraphicsGLDriver (12.2.17 - 12.0.2)
    <4D2E37B2-871F-3E70-8A40-4C42076B8FB0>
    /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
    0x7fff3909f000 -    0x7fff39131fff
    com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (12.2.17 - 12.0.2)
    <3D4E1EE9-AFAA-3725-A785-88545BA0B515>
    /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff3c89a000 -    0x7fff3c89efff  com.apple.agl (3.3.2 - AGL-3.3.2)
    <6A6986E0-B527-3E1E-8833-246C40D16C58>
    /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff3cc6b000 -    0x7fff3cc6bfff  com.apple.Accelerate (1.11 -
    Accelerate 1.11) <A09CB6D5-3F8A-3E05-B0EB-63878296A059>
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff3cc6c000 -    0x7fff3cc82fef  libCGInterfaces.dylib (506.19.1)
    <8A894DB4-A48B-31A0-9316-DC41061D9549>
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff3cc83000 -    0x7fff3d323fe3  com.apple.vImage (8.1 - ???)
<DB23E2A0-EA06-3073-AA7E-2873556714A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff3d324000 - 0x7fff3d59bfd7 libBLAS.dylib (1243.200.4) <76710990-AE2B-300E-88BB-797ABAD74956> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff3d59c000 - 0x7fff3d60efe7 libBNNS.dylib (38.200.5) <5F3A4021-8FF8-30E8-B84A-AA2BD70F4151> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff3d60f000 - 0x7fff3d9b5fff libLAPACK.dylib (1243.200.4) <45722A8A-5788-3C4C-ADD9-1812763FA635> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff3d9b6000 - 0x7fff3d9cbffb libLinearAlgebra.dylib (1243.200.4) <E923DA33-B142-3A73-A80A-642878D19099> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff3d9cc000 - 0x7fff3d9d1ff3 libQuadrature.dylib (3.200.2) <6FFAC142-415D-3AF0-BC09-336302F11934> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff3d9d2000 - 0x7fff3da4fffb libSparse.dylib (79.200.5) <0D7E71A4-10D2-3979-B386-D2426ADAF6D7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff3da50000 - 0x7fff3da63ffb libSparseBLAS.dylib (1243.200.4) <00D6FC17-B739-3259-90A4-92AC8BBE03D6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff3da64000 - 0x7fff3dc48ff3 libvDSP.dylib (671.220.1) <2F576522-08B1-3C65-8F00-3427E938ADDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff3dc49000 - 0x7fff3dcfeff3 libvMisc.dylib (671.220.1) <29F59097-A256-38E9-9D55-BF56E9139CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff3dcff000 - 0x7fff3dcfffff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <221E4FEF-0431-3316-8281-22B6F8315A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff3deb0000 - 0x7fff3ecd0ff3 com.apple.AppKit (6.9 - 1671.10.106) <179A5F4A-6467-31BD-93F2-CC27E046221E> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff3ed22000 - 0x7fff3ed22fff com.apple.ApplicationServices (50.1 - 50.1) <470C0943-30AD-3BA2-AFCE-EB7DD26E1709> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff3ed23000 - 0x7fff3ed8eff7 com.apple.ApplicationServices.ATS (377 - 453.11) <7599E619-EE21-3EB7-875B-AE3B8D3E13BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff3ee27000 - 0x7fff3ef46fff libFontParser.dylib (228.6) <E800074F-62CF-340A-A5A7-B8BE5B560045> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff3ef47000 - 0x7fff3ef92fff libFontRegistry.dylib (228.12) <480D472D-C8FB-321D-86EC-2EA6927A97AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff3eff1000 - 0x7fff3f024ff7 libTrueTypeScaler.dylib (228.6) <D23BFDE4-8664-335A-B43B-A13A8EF29E40> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff3f08e000 - 0x7fff3f092ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <90641B6B-D07B-3577-B594-965825544B60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff3f12f000 - 0x7fff3f181ff3 com.apple.HIServices (1.22 - 627.14.2) <01F309D6-32E7-3C4F-A38B-8206EE3076CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff3f182000 - 0x7fff3f190ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <67BC5855-B7A3-39E6-B5DD-52B287EB1532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff3f191000 - 0x7fff3f1ddfff com.apple.print.framework.PrintCore (14.0 - 503.7) <C13BC56A-65F4-35B1-9E33-51FE6F3B06FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff3f1de000 - 0x7fff3f219ff7 com.apple.QD (3.12 - 407.2) <94A30038-C545-327A-B1C0-E19C79D62BAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff3f21a000 - 0x7fff3f226ff7 com.apple.speech.synthesis.framework (8.1.0 - 8.1.0) <823830AC-62A6-36CC-A659-6BC10F2AC6F5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff3f227000 - 0x7fff3f4c3ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <F56518BA-B21B-32D8-B077-40A989815F46> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff3f4c5000 - 0x7fff3f4c5fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <B0F229C4-E8AF-3EB3-8241-7576A115D69F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff3f829000 - 0x7fff3fbeaff7 com.apple.CFNetwork (975.0.3 - 975.0.3) <99BD4FA0-8BD3-35E5-8FB1-C757D439716C> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff3fbff000 - 0x7fff3fbfffff com.apple.Carbon (158 - 158) <BF1EC28F-CBA8-3B2F-B9FA-E583BC2D6C1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff3fc00000 - 0x7fff3fc03ffb com.apple.CommonPanels (1.2.6 - 98) <F1E1C47B-FD1A-30A4-B41B-87BD8B178B56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff3fc04000 - 0x7fff3ff0bff7 com.apple.HIToolbox (2.1.1 - 917.2) <0B91F11C-0895-3A7B-9A3B-2B6B1267EA1A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff3ff0c000 - 0x7fff3ff0fffb com.apple.help (1.3.8 - 66) <4392A63F-9B58-3248-BF73-B46AD3744E6E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff3ff10000 - 0x7fff3ff15ff7 com.apple.ImageCapture (9.0 - 1530.1) <47915C3C-DED4-3E0C-9155-6B130FFF89BB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff3ff16000 - 0x7fff3ffaaff3 com.apple.ink.framework (10.9 - 225) <D6503F37-7EBC-32C1-95CC-A35EFC54E7ED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff3ffab000 - 0x7fff3ffc5fff com.apple.openscripting (1.7 - 179) <BDE14D25-4D82-3EBC-8EF2-D1F6BC957B07> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff3ffe6000 - 0x7fff3ffe7fff com.apple.print.framework.Print (14.0 - 267.3) <5CD250DF-98AD-30B8-A5D5-47634FF9E74D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff3ffe8000 - 0x7fff3ffeaff7 com.apple.securityhi (9.0 - 55006) <C5308CBC-6736-31A7-905B-C635C6D43FDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff3ffeb000 - 0x7fff3fff1ff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1C38B9CB-DD45-3A7B-9D4C-631855A4EE32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff40118000 - 0x7fff40118fff com.apple.Cocoa (6.11 - 23) <4D5D4968-E233-3598-B434-E1009D48A628> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff40126000 - 0x7fff401f2fff com.apple.ColorSync (4.13.0 - 3340) <0618DA46-5A5E-339D-BB2F-ED66A2BFCCF9> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff4038d000 - 0x7fff4041dfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A7F8E168-AB1D-36F4-9693-CFEF12BC197D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff40483000 - 0x7fff404aeff7 com.apple.CoreBluetooth (1.0 - 1) <61235BEA-BF5F-31B2-B9C1-DE722E15840F> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff404af000 - 0x7fff40850fef com.apple.CoreData (120 - 866.1) <B74013FA-621B-30F9-8CFE-3290FF63C2B8> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff40851000 - 0x7fff4093aff7 com.apple.CoreDisplay (101.3 - 104.4) <52C96B6A-B119-3BE2-B47D-65F12E987609> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff4093b000 - 0x7fff40d88fe7 com.apple.CoreFoundation (6.9 - 1560.12) <B5BDC307-6C89-3DE0-B4B9-4C2C650E4528> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff40d8a000 - 0x7fff41417ff7 com.apple.CoreGraphics (2.0 - 1247.4.1) <D2F1DD53-09BD-307B-8B80-46B259530ED8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff41419000 - 0x7fff41742fff com.apple.CoreImage (14.1.0 - 710.2.240) <CAEE3AAA-0781-311A-B987-72C7332C1A3F> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff41a93000 - 0x7fff41b94ff3 com.apple.CoreMedia (1.0 - 2282.19.104.4) <2FF4819F-0D06-38D5-9403-4DA3F6F37D76> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff41bf8000 - 0x7fff41bf8fff com.apple.CoreServices (934 - 934) <EBA4A3BF-0B07-3E1B-9C14-8E6879453C6C> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff41bf9000 - 0x7fff41c77ffb com.apple.AE (771 - 771) <BBFEAB6C-B1F9-3D22-934E-8298155AC459> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff41c78000 - 0x7fff41f50ff7 com.apple.CoreServices.CarbonCore (1178.11 - 1178.11) <9FBE7BFB-3A81-37AC-8E15-E6F7932BBDC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff41f51000 - 0x7fff41f9bff7 com.apple.DictionaryServices (1.2 - 284.16.3) <D9388630-E7F2-321E-81FF-EBD5F3B47A52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff41f9c000 - 0x7fff41fa4ffb com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <E40A3C4A-79C7-37D8-999B-D1169A06870B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff41fa5000 - 0x7fff42170fff com.apple.LaunchServices (934 - 934) <FD3D313D-997B-388B-B208-29774CDDF897> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff42171000 - 0x7fff42213fff com.apple.Metadata (10.7.0 - 1191.52) <5A758D93-4BBD-3C6D-861B-000536ED9B2D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff42214000 - 0x7fff4225fff7 com.apple.CoreServices.OSServices (934 - 934) <1D2AC09A-653F-3C2D-B5B9-F9ABA307E51C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff42260000 - 0x7fff422ceff7 com.apple.SearchKit (1.4.0 - 1.4.0) <C6A34D09-9707-3F28-838F-63B59B8A12D5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff422cf000 - 0x7fff422f3ffb com.apple.coreservices.SharedFileList (71.27 - 71.27) <B46A15E0-4C10-3616-BE49-58E07EC463FE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff4263b000 - 0x7fff427a0ffb com.apple.CoreText (352.0 - 584.25) <AC3B4909-564A-3C26-B055-7687E5DE1697> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff427a1000 - 0x7fff427defff com.apple.CoreVideo (1.8 - 0.0) <C7BB7D0F-3AF2-3046-A387-A802BCA52A3A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff427df000 - 0x7fff42875ffb com.apple.framework.CoreWLAN (13.0 - 1370.8) <735EEBA3-C63B-38C8-A1A7-23B12C2E9550> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff42af2000 - 0x7fff42af7fff com.apple.DiskArbitration (2.7 - 2.7) <C53C1905-9BCF-3AE8-8BB3-C8A2C7DB7D25> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff42cc0000 - 0x7fff4308efff com.apple.Foundation (6.9 - 1560.12) <B5DC275C-12C9-320A-A117-C8FE9034931A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff430ff000 - 0x7fff4312fff3 com.apple.GSS (4.0 - 2.0) <721B6FEF-9E0E-311B-8CAF-93ADEE2AE548> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff43249000 - 0x7fff43353ff3 com.apple.Bluetooth (6.0.9 - 6.0.9f2) <0EDECAF3-FF86-3F7D-B916-2D7E67FF67AE> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff433b5000 - 0x7fff43447ff7 com.apple.framework.IOKit (2.0.2 - 1483.220.15) <B58031DE-A6B7-3685-840F-361670C06836> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff43449000 - 0x7fff43453ff7 com.apple.IOSurface (255.1 - 255.1) <538F0257-A408-36AF-AB1E-1D7037D6359E> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff434aa000 - 0x7fff43648fff com.apple.ImageIO.framework (3.3.0 - 1821.6.4.1) <00BF9654-021D-33C7-B681-461F3EF357FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff43649000 - 0x7fff4364dffb libGIF.dylib (1821.6.4.1) <032CA0C2-8AAA-3D3F-8E61-25CE9267C2A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff4364e000 - 0x7fff43733fef libJP2.dylib (1821.6.4.1) <FED43EEB-2B6C-32FC-94A2-297DA8CE4D87> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff43734000 - 0x7fff43759ff7 libJPEG.dylib (1821.6.4.1) <DD334010-2B8D-3A5E-BC17-39A9D94AC92D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff43a2c000 - 0x7fff43a52fe7 libPng.dylib (1821.6.4.1) <EBAAB8C0-33A7-3C13-B96C-8B6AB8287C7A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff43a53000 - 0x7fff43a55ff7 libRadiance.dylib (1821.6.4.1) <E9BCF8B3-DA07-3F80-B51F-5793BD38AE4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff43a56000 - 0x7fff43aa4fff libTIFF.dylib (1821.6.4.1) <C432D21E-2DA5-3B69-BD04-BA7B6DBEAE2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff43da6000 - 0x7fff44b29fff com.apple.JavaScriptCore (14606 - 14606.2.104.1.1) <3313A815-BFC9-3DED-B778-FCE6F8367A7C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff44b41000 - 0x7fff44b5afff com.apple.Kerberos (3.0 - 1) <8BE3D524-257D-3663-A937-F1AC76BDF4D9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff44e18000 - 0x7fff44e22fff com.apple.MediaAccessibility (1.0 - 114.4) <29D89F2B-6254-3D0D-BD0C-8472FCA373F4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff44edc000 - 0x7fff45579fff com.apple.MediaToolbox (1.0 - 2282.19.104.4) <7603C180-8050-3355-A851-A67B6A4197AD> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff4557b000 - 0x7fff4560efff com.apple.Metal (157.60 - 157.60) <B38C577A-CD24-30AD-A396-219945949F39> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff4562b000 - 0x7fff4564bff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <A9E87429-4788-3B2F-B970-4052F16C5961> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff4564c000 - 0x7fff456caff7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <80DE2FD1-85DB-3E98-98BD-F22A2600DD25> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff456cb000 - 0x7fff456f3fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <49039DEE-D0EC-33FF-BE10-997A520D2E38> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff456f4000 - 0x7fff45826ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <425D1FA4-17A3-3D00-8BE4-7A682FF279B5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff45827000 - 0x7fff45842ff7 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <BB1651A0-05CD-3F97-8355-39CD326C0AFD> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff45843000 - 0x7fff45843ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <3910EC50-5B16-3695-B867-741E3B54FA8B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff46a42000 - 0x7fff46a4effb com.apple.NetFS (6.0 - 4.0) <529E29A9-5E77-3A8C-A982-CF55F949FE5D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff49505000 - 0x7fff4950dfe7 libcldcpuengine.dylib (2.10.3) <B8E5266D-999E-341C-A0CF-1571DD961669> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff4950e000 - 0x7fff49566ff7 com.apple.opencl (2.12.7 - 2.12.7) <CCAC9774-C4BF-33C1-AC87-F2AEB972632F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff49567000 - 0x7fff49583ff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) <7E4EFF02-2596-31E6-88DE-29C89E2837E4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff49584000 - 0x7fff49590ffb com.apple.OpenDirectory (10.14 - 207.200.4) <52A3918E-0F7A-33FD-87EE-21A37B37D13B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff49ef3000 - 0x7fff49ef5fff libCVMSPluginSupport.dylib (17.0.37) <E47B2819-913A-3588-A3F5-CE3EDA8551A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff49ef6000 - 0x7fff49efbff3 libCoreFSCache.dylib (163.20) <BF8F04DD-C1A1-3D2A-BF3F-639FE907E28D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff49efc000 - 0x7fff49f00fff libCoreVMClient.dylib (163.20) <45A2C724-F3D1-316A-9A41-CAB8E2A390EC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff49f01000 - 0x7fff49f09ffb libGFXShared.dylib (17.0.37) <C26CA5C7-8DFC-3BE9-9873-C7A51F139FB0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff49f0a000 - 0x7fff49f15fff libGL.dylib (17.0.37) <8DCB2714-ECB1-39EC-931D-C58D9E91B51C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff49f16000 - 0x7fff49f50fef libGLImage.dylib (17.0.37) <B64C775F-C64F-35D7-8179-1E4F20E76BA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff49f51000 - 0x7fff4a0c3ff3 libGLProgrammability.dylib (17.0.37) <7439D424-E469-33B4-9C6D-CABFDA5C3F95> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff4a0c4000 - 0x7fff4a101fff libGLU.dylib (17.0.37) <B0D434EF-F5AC-3C0A-84DF-FFAFC57F3759> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff4aab1000 - 0x7fff4aac0ff3 com.apple.opengl (17.0.37 - 17.0.37) <6BCCA53E-5621-32ED-BA9A-38B1C2499ED5> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff4aac1000 - 0x7fff4ac57ff7 GLEngine (17.0.37) <1FB756FE-A614-3044-B2BA-155FAC2F2E35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff4ac58000 - 0x7fff4ac80ff7 GLRendererFloat (17.0.37) <A0A86C7A-60B3-3900-AA0C-7CC6A4BF0D86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff4b91c000 - 0x7fff4bb74fff com.apple.QuartzCore (1.11 - 694.22.4.1) <1F5A49A9-370C-311B-B67C-DEA6DF6D2983> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff4c3c2000 - 0x7fff4c6e8ff7 com.apple.security (7.0 - 58286.220.15) <6725D63D-378F-3751-8602-3122016E4AA4> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff4c6e9000 - 0x7fff4c778fff com.apple.securityfoundation (6.0 - 55185.200.14) <236BACD7-163F-3F35-B710-2C62988AA251> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff4c7aa000 - 0x7fff4c7aeff3 com.apple.xpc.ServiceManagement (1.0 - 1) <C200EC23-CAFB-33E8-AF3D-5B36420A21B1> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff4cb6b000 - 0x7fff4cbdbff3 com.apple.SystemConfiguration (1.17 - 1.17) <EED5BC9B-CE8D-343C-BCDC-04A79F704828> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff4ce3c000 - 0x7fff4d19eff7 com.apple.VideoToolbox (1.0 - 2282.19.104.4) <AA64D2D5-B992-301C-B39E-90852E2DFC95> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff4d4ac000 - 0x7fff4da3afe7 libwebrtc.dylib (7606.2.104.1.1) <813EBF5C-B865-3A01-BF1F-8DB7A287FF35> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib 0x7fff4da3b000 - 0x7fff4f2bdff3 com.apple.WebCore (14606 - 14606.2.104.1.1) <50CEEC5A-34FC-339A-A05F-257D9D0F4666> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff4f2be000 - 0x7fff4f4adffb com.apple.WebKitLegacy (14606 - 14606.2.104.1.1) <D42DC5C3-C35F-3990-A7CE-9871C4F4902C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff4f4ae000 - 0x7fff4f9abff7 com.apple.WebKit (14606 - 14606.2.104.1.1) <BFA28A42-A2DA-31A7-86F9-4838F5FEC3B1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff4fe42000 - 0x7fff4fee7fe7 com.apple.APFS (1.0 - 1) <E00222C4-E8CF-302A-8AF3-E8BB9B1C3B0E> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff5047d000 - 0x7fff50487fff com.apple.accessibility.AXCoreUtilities (1.0 - 1) <5C60531F-2E5F-3837-B1FC-2E933A774ED0> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities 0x7fff50931000 - 0x7fff50932ff3 com.apple.AggregateDictionary (1.0 - 1) <1DEBBE36-8945-3AD8-BD48-2850AD845711> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff50f2e000 - 0x7fff50f5aff7 com.apple.framework.Apple80211 (13.0 - 1376.2) <821DE2A3-1CAD-3A7D-A2DD-41EBA3A6FEF3> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff51236000 - 0x7fff51245fcf com.apple.AppleFSCompression (96.200.3 - 1.0) <E093776E-C367-3CCF-BFD5-623476A89E9A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff51343000 - 0x7fff5134efff com.apple.AppleIDAuthSupport (1.0 - 1) <5362D9AD-A2AE-3436-97CE-C353124504E5> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff5138f000 - 0x7fff513d8ff3 com.apple.AppleJPEG (1.0 - 1) <9A690E6E-F987-3660-BED6-B1A4D1906B6C> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff5162a000 - 0x7fff51652ff7 com.apple.applesauce (1.0 - ???) <60BB16D6-DE7E-356A-B9DE-F73EE179934A> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff5171d000 - 0x7fff5176dfff com.apple.AppleVAFramework (5.0.44 - 5.0.44) <A7D2AD26-D52A-39E0-8296-1ADDDB6B6CED> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff517b8000 - 0x7fff517ceffb com.apple.AssertionServices (1.0 - 1) <8FB0D908-6C46-3399-92D6-4E7D4B5F4F19> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff51b0a000 - 0x7fff51dadffb com.apple.AuthKit (1.0 - 1) <8920796A-C818-3163-B6D0-FD05D1A6ADF5> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff51f7e000 - 0x7fff51f87ff3 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <972F41B3-7DF7-3BF1-ACCA-A093A4328ADF> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff51f88000 - 0x7fff5202aff7 com.apple.backup.framework (1.10 - ???) <46534B04-DD0E-357B-9CB5-F88AAC6AF4ED> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff5202b000 - 0x7fff5209cffb com.apple.BaseBoard (360.24 - 360.24) <AC0E4924-994E-3B54-869C-C831B4DE0136> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff53c4d000 - 0x7fff53c56fff com.apple.CommonAuth (4.0 - 2.0) <93CF1D80-A3A8-378B-9DF7-BF17A206C57D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff54116000 - 0x7fff544edfef com.apple.CoreAUC (273.0.0 - 273.0.0) <288EC7ED-A86A-30D0-ADE2-56C33CD93AA8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff544ee000 - 0x7fff5451ffff com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <507AC58B-4527-353B-99CB-67FF183BD4D5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff54968000 - 0x7fff5497cfff com.apple.CoreEmoji (1.0 - 69.19.8) <E909BE8D-AE0C-327E-BE0A-D60B1F4012A4> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff54f52000 - 0x7fff54fc4ff7 com.apple.CoreNLP (1.0 - 130.15.22) <401F5284-A984-32A1-A547-CC8156381070> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff55147000 - 0x7fff5514bff7 com.apple.CoreOptimization (1.0 - 1) <AEF88F43-C928-3DCB-95D6-C6706B565422> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization 0x7fff5527f000 - 0x7fff55287ffb com.apple.CorePhoneNumbers (1.0 - 1) <F47CA56F-6760-3282-BFD8-C8C8D2C33ECF> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff55288000 - 0x7fff552e4fff com.apple.CorePrediction (1.0 - 1) <BD34AB8C-8899-3BB1-95A2-0A2A1C901ADC> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction 0x7fff55416000 - 0x7fff55447fff com.apple.CoreServicesInternal (357 - 357) <2D012EB3-83BF-3E51-A2BE-41AF26F2DDF0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff55811000 - 0x7fff5589fff7 com.apple.CoreSymbolication (10.1 - 64460.6) <F985088F-5323-3D84-80FE-3A3135C4A320> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff5592f000 - 0x7fff55a5bfff com.apple.coreui (2.1 - 498.46) <7637C723-B16D-3001-B3AC-0612349D1CC5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff55a5c000 - 0x7fff55be1fff com.apple.CoreUtils (5.7.4 - 574.17) <CA6C08FE-319A-30C6-9F07-68D12A9FA04E> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff55c38000 - 0x7fff55c9bffb com.apple.framework.CoreWiFi (13.0 - 1370.8) <B44C1B90-3642-3108-96EC-5E3A8FA158E7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff55c9c000 - 0x7fff55cadffb com.apple.CrashReporterSupport (10.13 - 938.23) <36754BB2-680F-36AE-A5DE-548B4F41F0AE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff55d30000 - 0x7fff55d3fff3 com.apple.framework.DFRFoundation (1.0 - 211) <B11AD3BE-42D3-3274-912E-153C015D72EE> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff55d40000 - 0x7fff55d44ff7 com.apple.DSExternalDisplay (3.1 - 380) <B6B26BB3-2DC9-34D0-817E-EB612432EC96> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff55dc7000 - 0x7fff55e3effb com.apple.datadetectorscore (7.0 - 590.24) <1C9AC888-8B75-3CF3-AD70-42D40C435E67> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff55e8c000 - 0x7fff55ecdfff com.apple.DebugSymbols (185 - 185) <12419E0F-BC7A-3F3A-AA53-5F068DAED725> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff55ece000 - 0x7fff56027ff7 com.apple.desktopservices (1.13.1 - ???) <D63561E0-6153-33AD-9689-E0B9167D82C8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff5706f000 - 0x7fff57497fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) <CCBC466A-1AD4-3B0B-80B2-D6CFCBB37FC0> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff5adb9000 - 0x7fff5adbafff libmetal_timestamp.dylib (902.1.60) <16F3973E-20CB-3FFA-9C8B-A2287AF03AA0> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib 0x7fff5c453000 - 0x7fff5c45eff7 libGPUSupportMercury.dylib (17.0.37) <C064C162-B99E-3027-986D-9BAF7B979C5F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff5c45f000 - 0x7fff5c464ff7 com.apple.GPUWrangler (3.25.6 - 3.25.6) <F65BC9B4-77AB-3254-8432-9F7D3B0E169E> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff5d2ca000 - 0x7fff5d2d9fff com.apple.GraphVisualizer (1.0 - 5) <C7040CD7-6CAB-3878-B29E-21F1665341D0> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff5d2da000 - 0x7fff5d2e7fff com.apple.GraphicsServices (1.0 - 1.0) <F099E6ED-E08D-3F37-B381-0DF3109B27AA> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices 0x7fff5d42a000 - 0x7fff5d49ffff com.apple.Heimdal (4.0 - 2.0) <D3A3285B-A45D-38A9-A4E9-D58D76674071> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff5e88b000 - 0x7fff5e892ffb com.apple.IOAccelerator (400.27 - 400.27) <6FA8A133-57A7-3C35-BF94-8469B09885FB> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff5e896000 - 0x7fff5e8affff com.apple.IOPresentment (1.0 - 42.6) <C115E88F-5E16-3804-8ACD-29C0F8895EFA> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff5ecc4000 - 0x7fff5ecf3ff7 com.apple.IconServices (379 - 379) <0A25D75C-35A7-3ED5-8900-EBC05522B5A9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff5ef92000 - 0x7fff5efa5fff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <1DB4E862-C010-38BA-B535-5DAD679FEADA> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff5efc0000 - 0x7fff5f0b7fff com.apple.LanguageModeling (1.0 - 159.15.15) <E524CC46-42C7-3046-AD6C-5D5D768EA478> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff5f0b8000 - 0x7fff5f0f9ff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <90C1CFE1-9935-3F4F-8A9B-1DD697F2FF3D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff5f100000 - 0x7fff5f106ff7 com.apple.LinguisticData (1.0 - 238.15.29) <A8DEE139-5D20-3BAC-AF5E-4E5E0C42C795> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff5f964000 - 0x7fff5f967fff com.apple.Mangrove (1.0 - 25) <8744DBF9-3375-392C-8EE6-24373E0D19E8> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff5fe62000 - 0x7fff5fe8affb com.apple.spotlight.metadata.utilities (1.0 - 1191.52) <38A9B11A-9D5C-3CCA-A163-EC17242FDC68> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff5fe8b000 - 0x7fff5ff1dfff com.apple.gpusw.MetalTools (1.0 - 1) <5B86F005-D12D-3B0B-8906-808926D3DA12> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff5ff32000 - 0x7fff5ff4bfff com.apple.MobileAssets (1.0 - 437.200.49) <0C9B7077-BFCF-3A2E-8F54-D7C2820893FD> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7fff600c7000 - 0x7fff600e2ff3 com.apple.MobileKeyBag (2.0 - 1.0) <6E36F030-D7E8-341D-A493-414F5E13B1E9> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff60170000 - 0x7fff6019aff7 com.apple.MultitouchSupport.framework (2410.5 - 2410.5) <8D87A3ED-4CBD-300F-92E3-B1B79D7E0BF3> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff6040d000 - 0x7fff60417fff com.apple.NetAuth (6.2 - 6.2) <55DC741A-A01A-380C-B2D3-244241DA1F2C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff60ce3000 - 0x7fff60d39fff com.apple.OTSVG (1.0 - ???) <5F2E7A0E-384E-3545-A9D5-EC4406E92AF4> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff61e9f000 - 0x7fff61eaeff3 com.apple.PerformanceAnalysis (1.217 - 217) <8560F263-31F4-3CCA-84B1-30C296DC1A7D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff63e6e000 - 0x7fff63e8cff7 com.apple.ProtocolBuffer (1 - 263) <C5AC21FB-74AD-3FC2-B231-B1376751BBAE> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff6403b000 - 0x7fff64093f0f com.apple.ROCKit (24 - 24) <5437F6F7-453F-3D75-9E87-D2A090D82D25> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit 0x7fff641ae000 - 0x7fff641d1ffb com.apple.RemoteViewServices (2.0 - 128) <68530B4D-B2C0-3271-941B-D9EA62095727> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff6503f000 - 0x7fff65089ff7 com.apple.Safari.SafeBrowsing (14606 - 14606.2.104.1.1) <E7BC40BA-F760-3F28-9E07-7253A08B77D7> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing 0x7fff65b41000 - 0x7fff65c5ffff com.apple.Sharing (1214.9 - 1214.9) <2A377CA5-C66F-3913-8401-951A3AE4D299> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff66a12000 - 0x7fff66cc3ff3 com.apple.SkyLight (1.600.0 - 336.81.5) <DE7FD278-A178-3A5B-8A26-7295340A54BE> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff67493000 - 0x7fff674a0fff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <816EC315-3E76-37B7-A495-B4AE031DA439> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff67b84000 - 0x7fff67bc3ff3 com.apple.StreamingZip (1.0 - 1) <3F13DFEE-A6C9-3815-9120-B5CA6987662E> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7fff68300000 - 0x7fff6838dff7 com.apple.Symbolication (10.1 - 64460.8) <1B488612-4C7F-3D9D-B6DC-64CF8D2CB3D6> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff68896000 - 0x7fff688a3ffb com.apple.TCC (1.0 - 1) <B84E7234-A993-328C-A054-EFEB0402C55C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff68b15000 - 0x7fff68bdcff7 com.apple.TextureIO (3.8.4 - 3.8.1) <F9D5F55D-9A33-326E-8B2F-B533CC91DD64> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff68c96000 - 0x7fff68c97fff com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <BD0BE410-E172-3585-82B2-869A1FE43092> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff68c9d000 - 0x7fff68e57fff com.apple.UIFoundation (1.0 - 551) <7B73C4E0-256B-3C59-8E18-475A42BE0B12> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff68ea6000 - 0x7fff68eacfff com.apple.URLFormatting (59 - 59.34) <D104A904-5B18-368E-8290-35212094D9F5> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting 0x7fff69b46000 - 0x7fff69c2fff7 com.apple.ViewBridge (401.1 - 401.1) <B93A89EB-4421-3FF1-AA28-EBC3AC5076FE> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff6a0b4000 - 0x7fff6a320ffb libAWDSupportFramework.dylib (886) <F277AAEA-4ACE-3918-9651-8E4730AC4ACF> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib 0x7fff6a321000 - 0x7fff6a332fff libprotobuf-lite.dylib (886) <04FE1231-9041-3C52-9C20-AA094C532C92> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib 0x7fff6a333000 - 0x7fff6a395ff7 libprotobuf.dylib (886) <D5E8BAE2-D40B-3A29-9CB7-23242FCE14EA> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib 0x7fff6a396000 - 0x7fff6a3dcfff com.apple.awd (1.0 - 930.11) <5CB90468-CD2B-3741-A950-0916E1C8CBBE> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics 0x7fff6a44f000 - 0x7fff6a452fff com.apple.dt.XCTTargetBootstrap (1.0 - 1) <697834E4-FEFD-305C-80EE-5052E61573FA> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff6a883000 - 0x7fff6a885ff3 com.apple.loginsupport (1.0 - 1) <5F1E000D-0674-3413-AB3E-83F7974666FB> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff6a886000 - 0x7fff6a89bfff com.apple.login (3.0 - 3.0) <474C5E41-1326-3E78-A154-218D618D6BD4> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff6aaab000 - 0x7fff6aabeffb libAccessibility.dylib (2402.39.1) <8DCEF4C2-7004-391B-B872-980AE10BB077> /usr/lib/libAccessibility.dylib 0x7fff6ab3f000 - 0x7fff6ab77fff libCRFSuite.dylib (41.15.4) <62EDD39F-6D1B-334B-A9A2-5800714255BB> /usr/lib/libCRFSuite.dylib 0x7fff6ab7a000 - 0x7fff6ab85ff7 libChineseTokenizer.dylib (28.15.3) <8CD1C213-7F62-3F02-BFB1-D0A5EFF92AB0> /usr/lib/libChineseTokenizer.dylib 0x7fff6ac16000 - 0x7fff6ac17ff7 libDiagnosticMessagesClient.dylib (107) <C542CB3C-AA44-3D7F-B88C-79CC31B481AB> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff6ac4e000 - 0x7fff6ae11ff7 libFosl_dynamic.dylib (18.3.2) <6EF1CB2A-2BDA-3458-B631-F794D72660FD> /usr/lib/libFosl_dynamic.dylib 0x7fff6ae67000 - 0x7fff6ae86fff libMobileGestalt.dylib (645.220.9) <F303B3D9-C6AD-30B9-9414-09DB34357E12> /usr/lib/libMobileGestalt.dylib 0x7fff6ae87000 - 0x7fff6ae87fff libOpenScriptingUtil.dylib (179) <0664670D-C7E1-3D27-814B-B9C445AAF0DC> /usr/lib/libOpenScriptingUtil.dylib 0x7fff6afc8000 - 0x7fff6afc9ffb libSystem.B.dylib (1252.200.5) <D5AFCC78-2AC2-37EB-B0EF-BB00FD38ED00> /usr/lib/libSystem.B.dylib 0x7fff6afca000 - 0x7fff6b052ff7 libTelephonyUtilDynamic.dylib (3609) <56815350-CAD8-33A0-B958-D7503B4DC519> /usr/lib/libTelephonyUtilDynamic.dylib 0x7fff6b053000 - 0x7fff6b054fff libThaiTokenizer.dylib (2.15.1) <A8235B04-F541-3856-BE2E-B58EE0483AD9> /usr/lib/libThaiTokenizer.dylib 0x7fff6b067000 - 0x7fff6b07dffb libapple_nghttp2.dylib (1.24.1) <B8D45114-3868-3154-BC35-22597E3E7D8A> /usr/lib/libapple_nghttp2.dylib 0x7fff6b07e000 - 0x7fff6b0a7ffb libarchive.2.dylib (54.200.3) <B47C54A0-3A30-374A-BD99-2304B9B0EC82> /usr/lib/libarchive.2.dylib 0x7fff6b0a8000 - 0x7fff6b127fef libate.dylib (1.13.8) <C647A80F-6F80-3FDA-A9B4-92800999F963> /usr/lib/libate.dylib 0x7fff6b12b000 - 0x7fff6b12bff3 libauto.dylib (187) <01824E49-F2EF-3FC1-ABF3-782EFDF6CA17> /usr/lib/libauto.dylib 0x7fff6b202000 - 0x7fff6b212ff3 libbsm.0.dylib (39.200.18) <5E5098D0-F7B2-32A1-8038-E709F6718D4E> /usr/lib/libbsm.0.dylib 0x7fff6b213000 - 0x7fff6b221fff libbz2.1.0.dylib (38.200.3) <4EE3C5E8-BEF3-3910-A231-B1AE2B437E01> /usr/lib/libbz2.1.0.dylib 0x7fff6b222000 - 0x7fff6b279ff7 libc++.1.dylib (400.9.4) <D4AB366F-48A9-3C7D-91BD-41198F69DD57> /usr/lib/libc++.1.dylib 0x7fff6b27a000 - 0x7fff6b28ffff libc++abi.dylib (400.17) <BA948A32-9024-3E55-98D4-18E31F6AED25> /usr/lib/libc++abi.dylib 0x7fff6b290000 - 0x7fff6b290ff3 libcharset.1.dylib (51.200.6) <D998A58B-E4A8-3685-9A6A-43AFC28100EB> /usr/lib/libcharset.1.dylib 0x7fff6b291000 - 0x7fff6b2a1ffb libcmph.dylib (6.15.1) <5D776FF6-DF7F-3EDD-B920-C07ED76C672B> /usr/lib/libcmph.dylib 0x7fff6b2a2000 - 0x7fff6b2baffb libcompression.dylib (52.200.13) <EA767836-CBDC-318D-AC14-963C90D6CC67> /usr/lib/libcompression.dylib 0x7fff6b565000 - 0x7fff6b57bfff libcoretls.dylib (155.220.1) <3F98C144-397C-36A2-84F1-BB0D841D3D89> /usr/lib/libcoretls.dylib 0x7fff6b57c000 - 0x7fff6b57dff3 libcoretls_cfhelpers.dylib (155.220.1) <0C190169-8EB8-3BA2-89BB-60265BB502F9> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff6b71c000 - 0x7fff6b8acff3 libcrypto.35.dylib (22.200.4) <B4F83304-FB35-3CA5-8949-DE7D75B8A9D9> /usr/lib/libcrypto.35.dylib 0x7fff6bbf4000 - 0x7fff6bc4affb libcups.2.dylib (462.9) <51E06E95-891F-3B88-A8C3-35B514C57239> /usr/lib/libcups.2.dylib 0x7fff6bd82000 - 0x7fff6bd82fff libenergytrace.dylib (17.200.1) <D62ED169-B91C-3CCB-ADF5-E66AE4007B51> /usr/lib/libenergytrace.dylib 0x7fff6bdb4000 - 0x7fff6bdb9ff7 libgermantok.dylib (17.15.2) <9CBF0658-E83B-32E6-B674-3EE72D22C041> /usr/lib/libgermantok.dylib 0x7fff6bdba000 - 0x7fff6bdbfff7 libheimdal-asn1.dylib (520.220.2) <5302394C-ECF0-3C3B-BA67-4830EEF3CC40> /usr/lib/libheimdal-asn1.dylib 0x7fff6bdeb000 - 0x7fff6bedcff7 libiconv.2.dylib (51.200.6) <3240A278-F537-3EC8-BE0C-983797520A50> /usr/lib/libiconv.2.dylib 0x7fff6bedd000 - 0x7fff6c140ffb libicucore.A.dylib (62108.0.1) <969815D4-A345-31BB-82B7-0C3B58CA7E90> /usr/lib/libicucore.A.dylib 0x7fff6c18d000 - 0x7fff6c18efff liblangid.dylib (128.15.1) <F79B6250-C0B1-3E8E-851F-6CA33B4311A3> /usr/lib/liblangid.dylib 0x7fff6c18f000 - 0x7fff6c1a7fff liblzma.5.dylib (10.200.3) <3ADDFA63-F37A-3C9C-91E4-58EE3113B9A1> /usr/lib/liblzma.5.dylib 0x7fff6c1bf000 - 0x7fff6c26ffff libmecab.1.0.0.dylib (779.19.2) <314FE1B9-3B4E-3B89-A101-33CE7B78FCE6> /usr/lib/libmecab.1.0.0.dylib 0x7fff6c270000 - 0x7fff6c4adfff libmecabra.dylib (779.19.2) <0ECEC3FC-935D-3EA5-8B3D-5CBD4E80AB78> /usr/lib/libmecabra.dylib 0x7fff6c685000 - 0x7fff6c9ddfff libnetwork.dylib (1229.221.1) <CE7ACD18-109F-382E-963B-C68419E301A1> /usr/lib/libnetwork.dylib 0x7fff6ca6e000 - 0x7fff6d1f4fe7 libobjc.A.dylib (750.1) <9CE27EC3-3A12-35D1-8F2F-3550B9668259> /usr/lib/libobjc.A.dylib 0x7fff6d207000 - 0x7fff6d20bffb libpam.2.dylib (22.200.1) <8C419238-675A-3C41-B8D4-95E391CA630F> /usr/lib/libpam.2.dylib 0x7fff6d20e000 - 0x7fff6d244ff7 libpcap.A.dylib (79.200.4) <5939AB23-B2A9-3C03-B6C1-4F0E5A21D9FC> /usr/lib/libpcap.A.dylib 0x7fff6d35e000 - 0x7fff6d376ffb libresolv.9.dylib (65.200.2) <0FEAEB01-B926-37FA-AB47-99BAC481C10B> /usr/lib/libresolv.9.dylib 0x7fff6d3c8000 - 0x7fff6d3c9ff7 libspindump.dylib (267.1) <528373EB-C7E9-3682-80CC-0EFCE0F3391D> /usr/lib/libspindump.dylib 0x7fff6d3ca000 - 0x7fff6d5a1fe7 libsqlite3.dylib (274.20) <4434B695-BC65-30D6-AFED-1B6488DB3D2E> /usr/lib/libsqlite3.dylib 0x7fff6d82e000 - 0x7fff6d831ffb libutil.dylib (51.200.4) <91EE9BF4-FB06-3260-B502-7EFDAD5AF59B> /usr/lib/libutil.dylib 0x7fff6d832000 - 0x7fff6d83ffff libxar.1.dylib (404) <4B4D0206-0B62-3E89-AD07-E7BB9E4DFA68> /usr/lib/libxar.1.dylib 0x7fff6d844000 - 0x7fff6d927fff libxml2.2.dylib (32.8) <1CE77741-2E67-34B6-BB9F-B8E043966FCE> /usr/lib/libxml2.2.dylib 0x7fff6d928000 - 0x7fff6d950ff3 libxslt.1.dylib (16.1) <F191E8B9-7530-30CA-873B-2FA2BF2D6374> /usr/lib/libxslt.1.dylib 0x7fff6d951000 - 0x7fff6d963ffb libz.1.dylib (70.200.4) <99A3D725-8388-38B4-B66C-5E9006E6F072> /usr/lib/libz.1.dylib 0x7fff6d9d4000 - 0x7fff6d9d8ff3 libcache.dylib (81) <FE21A7E9-DBEB-33AC-836B-785AD036ACF4> /usr/lib/system/libcache.dylib 0x7fff6d9d9000 - 0x7fff6d9e3ff3 libcommonCrypto.dylib (60118.220.1) <1099E427-6E81-3059-87AF-6F5FD81CA998> /usr/lib/system/libcommonCrypto.dylib 0x7fff6d9e4000 - 0x7fff6d9ebfff libcompiler_rt.dylib (63.4) <A4D9CF37-D076-3CE9-95F1-DA89DA1601B6> /usr/lib/system/libcompiler_rt.dylib 0x7fff6d9ec000 - 0x7fff6d9f5ff3 libcopyfile.dylib (146.200.3) <4BCDADBF-79F5-3829-B47D-64DA0D44BCBF> /usr/lib/system/libcopyfile.dylib 0x7fff6d9f6000 - 0x7fff6da7afdf libcorecrypto.dylib (602.220.6) <E1046E01-A2FD-35B4-B018-ACC372F3880E> /usr/lib/system/libcorecrypto.dylib 0x7fff6db01000 - 0x7fff6db3bff7 libdispatch.dylib (1008.220.2) <D8B56783-152A-34A8-94E9-8E6BAE049384> /usr/lib/system/libdispatch.dylib 0x7fff6db3c000 - 0x7fff6db6bfff libdyld.dylib (635.2) <1B79A5CE-125F-301F-A441-C1869573AED0> /usr/lib/system/libdyld.dylib 0x7fff6db6c000 - 0x7fff6db6cffb libkeymgr.dylib (30) <A73AA788-C35C-3284-BFCA-95B1BBDF0CF3> /usr/lib/system/libkeymgr.dylib 0x7fff6db6d000 - 0x7fff6db79ff7 libkxld.dylib (4903.221.2) <16D75C5C-584A-3848-84C0-3BFB312AEB92> /usr/lib/system/libkxld.dylib 0x7fff6db7a000 - 0x7fff6db7aff7 liblaunch.dylib (1336.220.5) <95EB6EAF-2DC5-344F-BADB-CA4E35E4E503> /usr/lib/system/liblaunch.dylib 0x7fff6db7b000 - 0x7fff6db80fff libmacho.dylib (921) <ECC4E97C-575E-3A08-8191-BF02D7D4E637> /usr/lib/system/libmacho.dylib 0x7fff6db81000 - 0x7fff6db83ffb libquarantine.dylib (86.220.1) <6AE5AEEC-A9FD-3CF8-92DD-12B5AFBE12DE> /usr/lib/system/libquarantine.dylib 0x7fff6db84000 - 0x7fff6db85ff3 libremovefile.dylib (45.200.2) <D74A307B-3DC7-3992-B16C-DACB8207BE13> /usr/lib/system/libremovefile.dylib 0x7fff6db86000 - 0x7fff6db9dff3 libsystem_asl.dylib (356.200.4) <EC9D8AD4-E5CB-3765-804A-9E1E9DC045D2> /usr/lib/system/libsystem_asl.dylib 0x7fff6db9e000 - 0x7fff6db9efff libsystem_blocks.dylib (73) <26419398-C30C-30F1-B656-A92AFA9560F6> /usr/lib/system/libsystem_blocks.dylib 0x7fff6db9f000 - 0x7fff6dc27fff libsystem_c.dylib (1272.200.26) <3DEEE96E-6DF6-35AD-8654-D69AC26B907B> /usr/lib/system/libsystem_c.dylib 0x7fff6dc28000 - 0x7fff6dc2bff7 libsystem_configuration.dylib (963.200.27) <02CC3996-B34E-333C-8806-AE2699D34424> /usr/lib/system/libsystem_configuration.dylib 0x7fff6dc2c000 - 0x7fff6dc2fff7 libsystem_coreservices.dylib (66) <254B6849-2C8F-302C-8616-B8324A11AB30> /usr/lib/system/libsystem_coreservices.dylib 0x7fff6dc30000 - 0x7fff6dc36ffb libsystem_darwin.dylib (1272.200.26) <974E9EF7-DE72-34B7-B056-0A81C10DF8EB> /usr/lib/system/libsystem_darwin.dylib 0x7fff6dc37000 - 0x7fff6dc3dff7 libsystem_dnssd.dylib (878.200.35) <FFC665AA-B257-35AD-BD8B-32FD42C2EEC1> /usr/lib/system/libsystem_dnssd.dylib 0x7fff6dc3e000 - 0x7fff6dc8aff3 libsystem_info.dylib (517.200.9) <0707C387-D7DE-372E-8FF1-3DE5C91932D6> /usr/lib/system/libsystem_info.dylib 0x7fff6dc8b000 - 0x7fff6dcb2ff7 libsystem_kernel.dylib (4903.221.2) <0E882078-7330-3B49-AA5D-3CDB5645A4E5> /usr/lib/system/libsystem_kernel.dylib 0x7fff6dcb3000 - 0x7fff6dcfeff7 libsystem_m.dylib (3158.200.7) <43D1796B-954F-37D6-B1AC-9D80DF0655A2> /usr/lib/system/libsystem_m.dylib 0x7fff6dcff000 - 0x7fff6dd23ff7 libsystem_malloc.dylib (166.220.1) <3B196122-4E0D-3E3F-AA3E-5115B976DE26> /usr/lib/system/libsystem_malloc.dylib 0x7fff6dd24000 - 0x7fff6dd2fff3 libsystem_networkextension.dylib (767.220.1) <C54EB8F6-F305-3452-8DB1-F7DA6859AF8C> /usr/lib/system/libsystem_networkextension.dylib 0x7fff6dd30000 - 0x7fff6dd37fff libsystem_notify.dylib (172.200.21) <BCCB222F-DC64-3954-A836-DCCE6659CA5A> /usr/lib/system/libsystem_notify.dylib 0x7fff6dd38000 - 0x7fff6dd41fef libsystem_platform.dylib (177.200.16) <B75B04AD-69FE-3ADE-84D2-C17972FC8F49> /usr/lib/system/libsystem_platform.dylib 0x7fff6dd42000 - 0x7fff6dd4cfff libsystem_pthread.dylib (330.220.2) <4958273C-4273-3501-8137-E44249E10D9C> /usr/lib/system/libsystem_pthread.dylib 0x7fff6dd4d000 - 0x7fff6dd50ff7 libsystem_sandbox.dylib (851.220.9) <4D6433A8-C703-3ED9-82EB-B9E481A0FD2F> /usr/lib/system/libsystem_sandbox.dylib 0x7fff6dd51000 - 0x7fff6dd53ff3 libsystem_secinit.dylib (30.220.1) <6C681113-8C48-3256-BEF6-0C3723DEB926> /usr/lib/system/libsystem_secinit.dylib 0x7fff6dd54000 - 0x7fff6dd5bff7 libsystem_symptoms.dylib (820.227.2) <3147D594-F41F-35FD-BF0B-6B8B66A407DE> /usr/lib/system/libsystem_symptoms.dylib 0x7fff6dd5c000 - 0x7fff6dd71ff7 libsystem_trace.dylib (906.220.1) <D5045DC5-A165-3238-A470-1796F12BF84F> /usr/lib/system/libsystem_trace.dylib 0x7fff6dd73000 - 0x7fff6dd78ffb libunwind.dylib (35.4) <41222EF6-2233-3CF4-947A-15D48CB8C030> /usr/lib/system/libunwind.dylib 0x7fff6dd79000 - 0x7fff6dda9fff libxpc.dylib (1336.220.5) <B2137772-E202-3656-A089-F6DD517007D5> /usr/lib/system/libxpc.dylib

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

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

                            VIRTUAL   REGION

REGION TYPE                        SIZE    COUNT (non-coalesced)
===========                    =======  =======
Accelerate framework              512K        3
Activity Tracing                  256K        2
CG backing stores                9364K        9
CG image                          192K      14
CoreAnimation                      116K      14
CoreGraphics                        8K        2
CoreImage                          16K        5
CoreUI image data                  608K      12
CoreUI image file                  196K        4
Foundation                          28K        3
Kernel Alloc Once                    8K        2
MALLOC                          303.3M      44
MALLOC guard page                  32K        8
MALLOC_NANO (reserved)          384.0M        2        reserved VM
address space (unallocated)
Memory Tag 242                      12K        2
Memory Tag 251                      16K        2
OpenGL GLSL                        256K        4
SQLite page cache                  64K        2
STACK GUARD                      56.0M      10
Stack                            12.1M      10
VM_ALLOCATE                        328K      34
__DATA                            32.2M      318
__FONT_DATA                          4K        2
__GLSLBUILTINS                    5176K        2
__LINKEDIT                      224.7M      42
__TEXT                          267.7M      314
__UNICODE                          564K        2
mapped file                      61.0M      41
shared memory                      632K      14
===========                    =======  =======
TOTAL                              1.3G      894
TOTAL, minus reserved VM space  974.9M      894

On Wed, Feb 20, 2019 at 10:05 AM Marius Kintel marius@kintel.net wrote:

On Feb 20, 2019, at 10:01, Kevin Toppenberg kdtop3@gmail.com wrote:

I tried launching from the command line, thinking that it might output

some error message there.  But there was no additional info.

It feels like that a certain fontconfig and Mojave combination breaks it.
I didn't really figure out why, but it works for me after careful upgrades
and rebuilds.

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

I am going to include the crash report below for when the 2017.12 version crashed. The newer version is just failing, not crashing, so I can't include a report for that part of the issue. Near the top is a listing of the point of execution at the time of the crash. I don't have experience reading these, but it looks like at line 4, it is dealing with FontCache(). Line 3 is FindFace(), line 2 is Distribute(), and line 1 is put() and line 0 is call_put_last(). I don't know if this is of any help or not. It seems that a healthy part of this problem has to be coming from the OS, in that it used to work, and then started crashing without any change to my OpenSCAD application. Thanks again Kevin T //--------------------------------- Process: OpenSCAD [68825] Path: /Applications/OpenSCAD 2.app/Contents/MacOS/OpenSCAD Identifier: OpenSCAD Version: 2017.12 (2017.12.02) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: OpenSCAD [68825] User ID: 502 Date/Time: 2019-02-20 09:21:06.727 -0500 OS Version: Mac OS X 10.14.1 (18B75) Report Version: 12 Anonymous UUID: 633308DF-7145-F199-0602-B2BDE121A88E Time Awake Since Boot: 1300000 seconds System Integrity Protection: disabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000028 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [68825] VM Regions Near 0x28: --> __TEXT 00000001002d2000-000000010084c000 [ 5608K] r-x/rwx SM=COW /Applications/OpenSCAD 2.app/Contents/MacOS/OpenSCAD Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 org.openscad.OpenSCAD 0x00000001003c802a void boost::io::detail::call_put_last<char, std::__1::char_traits<char>, char*>(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, void const*) + 10 1 org.openscad.OpenSCAD 0x00000001002f47ab void boost::io::detail::put<char, std::__1::char_traits<char>, std::__1::allocator<char>, boost::io::detail::put_holder<char, std::__1::char_traits<char> > const&>(boost::io::detail::put_holder<char, std::__1::char_traits<char> > const&, boost::io::detail::format_item<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, boost::basic_format<char, std::__1::char_traits<char>, std::__1::allocator<char> >::string_type&, boost::basic_format<char, std::__1::char_traits<char>, std::__1::allocator<char> >::internal_streambuf_t&, std::__1::locale*) + 459 2 org.openscad.OpenSCAD 0x00000001002f447a void boost::io::detail::distribute<char, std::__1::char_traits<char>, std::__1::allocator<char>, boost::io::detail::put_holder<char, std::__1::char_traits<char> > const&>(boost::basic_format<char, std::__1::char_traits<char>, std::__1::allocator<char> >&, boost::io::detail::put_holder<char, std::__1::char_traits<char> > const&) + 170 3 org.openscad.OpenSCAD 0x00000001003c5554 FontCache::find_face(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const + 1060 4 org.openscad.OpenSCAD 0x00000001003c50db FontCache::get_font(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 59 5 org.openscad.OpenSCAD 0x00000001003c14e7 FreetypeRenderer::render(FreetypeRenderer::Params const&) const + 151 6 org.openscad.OpenSCAD 0x000000010038c850 TextNode::createGeometryList() const + 64 7 org.openscad.OpenSCAD 0x00000001003af0b6 GeometryEvaluator::visit(State&, TextNode const&) + 262 8 org.openscad.OpenSCAD 0x00000001003af32d non-virtual thunk to GeometryEvaluator::visit(State&, TextNode const&) + 13 9 org.openscad.OpenSCAD 0x00000001003abb97 NodeVisitor::traverse(AbstractNode const&, State const&) + 215 10 org.openscad.OpenSCAD 0x00000001003ac337 GeometryEvaluator::evaluateGeometry(AbstractNode const&, bool) + 567 11 org.openscad.OpenSCAD 0x0000000100354eb0 CSGTreeEvaluator::visit(State&, AbstractPolyNode const&) + 64 12 org.openscad.OpenSCAD 0x00000001003abc10 NodeVisitor::traverse(AbstractNode const&, State const&) + 336 13 org.openscad.OpenSCAD 0x00000001003abbd2 NodeVisitor::traverse(AbstractNode const&, State const&) + 274 14 org.openscad.OpenSCAD 0x00000001003abbd2 NodeVisitor::traverse(AbstractNode const&, State const&) + 274 15 org.openscad.OpenSCAD 0x00000001003abbd2 NodeVisitor::traverse(AbstractNode const&, State const&) + 274 16 org.openscad.OpenSCAD 0x00000001003abbd2 NodeVisitor::traverse(AbstractNode const&, State const&) + 274 17 org.openscad.OpenSCAD 0x00000001003abbd2 NodeVisitor::traverse(AbstractNode const&, State const&) + 274 18 org.openscad.OpenSCAD 0x00000001003abbd2 NodeVisitor::traverse(AbstractNode const&, State const&) + 274 19 org.openscad.OpenSCAD 0x00000001003538cc CSGTreeEvaluator::buildCSGTree(AbstractNode const&) + 44 20 org.openscad.OpenSCAD 0x00000001004b2142 MainWindow::compileCSG(bool) + 898 21 org.openscad.OpenSCAD 0x00000001004b84df MainWindow::csgRender() + 47 22 org.qt-project.QtCore 0x00000001025d9218 QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1288 23 org.qt-project.QtCore 0x00000001025d8776 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 2166 24 org.openscad.OpenSCAD 0x00000001004b0337 MainWindow::compileDone(bool) + 343 25 org.openscad.OpenSCAD 0x00000001004af0bd MainWindow::compile(bool, bool, bool) + 1005 26 org.openscad.OpenSCAD 0x00000001004ae920 MainWindow::actionRenderPreview(bool) + 352 27 org.qt-project.QtCore 0x00000001026003da QMetaObject::activate(QObject*, int, int, void**) + 2954 28 org.qt-project.QtWidgets 0x0000000101800db5 QAction::activate(QAction::ActionEvent) + 309 29 org.qt-project.QtCore 0x00000001026003da QMetaObject::activate(QObject*, int, int, void**) + 2954 30 org.qt-project.QtCore 0x00000001025f8684 QObject::event(QEvent*) + 788 31 org.qt-project.QtWidgets 0x000000010180a5e2 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 306 32 org.qt-project.QtWidgets 0x000000010180b938 QApplication::notify(QObject*, QEvent*) + 360 33 org.openscad.OpenSCAD 0x00000001004ca002 OpenSCADApp::notify(QObject*, QEvent*) + 18 34 org.qt-project.QtCore 0x00000001025cfcaf QCoreApplication::notifyInternal2(QObject*, QEvent*) + 159 35 org.qt-project.QtCore 0x00000001025d0cf2 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 850 36 libqcocoa.dylib 0x000000010450b06e QCocoaEventDispatcherPrivate::processPostedEvents() + 190 37 libqcocoa.dylib 0x000000010450b921 QCocoaEventDispatcherPrivate::postedEventsSourceCallback(void*) + 33 38 com.apple.CoreFoundation 0x00007fff40993155 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 39 com.apple.CoreFoundation 0x00007fff409930fb __CFRunLoopDoSource0 + 108 40 com.apple.CoreFoundation 0x00007fff40976b95 __CFRunLoopDoSources0 + 195 41 com.apple.CoreFoundation 0x00007fff4097613e __CFRunLoopRun + 1219 42 com.apple.CoreFoundation 0x00007fff40975a28 CFRunLoopRunSpecific + 463 43 com.apple.HIToolbox 0x00007fff3fc0eb35 RunCurrentEventLoopInMode + 293 44 com.apple.HIToolbox 0x00007fff3fc0e774 ReceiveNextEventCommon + 371 45 com.apple.HIToolbox 0x00007fff3fc0e5e8 _BlockUntilNextEventMatchingListInModeWithFilter + 64 46 com.apple.AppKit 0x00007fff3decaeb7 _DPSNextEvent + 997 47 com.apple.AppKit 0x00007fff3dec9c56 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362 48 com.apple.AppKit 0x00007fff3dec3cb9 -[NSApplication run] + 699 49 libqcocoa.dylib 0x000000010450a711 QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 2385 50 org.qt-project.QtCore 0x00000001025cc0e2 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 418 51 org.qt-project.QtCore 0x00000001025d0367 QCoreApplication::exec() + 343 52 org.openscad.OpenSCAD 0x0000000100490c14 gui(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&, boost::filesystem::path const&, int, char**) + 2628 53 org.openscad.OpenSCAD 0x0000000100494376 main + 11638 54 libdyld.dylib 0x00007fff6db5308d start + 1 Thread 1: 0 libsystem_pthread.dylib 0x00007fff6dd44428 start_wqthread + 0 1 ??? 0x0000000054485244 0 + 1414025796 Thread 2: 0 libsystem_pthread.dylib 0x00007fff6dd44428 start_wqthread + 0 1 ??? 0x0000000054485244 0 + 1414025796 Thread 3: 0 libsystem_pthread.dylib 0x00007fff6dd44428 start_wqthread + 0 1 ??? 0x0000000054485244 0 + 1414025796 Thread 4: 0 libsystem_pthread.dylib 0x00007fff6dd44428 start_wqthread + 0 1 ??? 0x0000000054485244 0 + 1414025796 Thread 5: 0 libsystem_pthread.dylib 0x00007fff6dd44428 start_wqthread + 0 1 ??? 0x0000000054485244 0 + 1414025796 Thread 6:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff6dc8bc2a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6dc8c174 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff40976da2 __CFRunLoopServiceMachPort + 337 3 com.apple.CoreFoundation 0x00007fff409762f1 __CFRunLoopRun + 1654 4 com.apple.CoreFoundation 0x00007fff40975a28 CFRunLoopRunSpecific + 463 5 com.apple.CFNetwork 0x00007fff3f8784e5 -[__CoreSchedulingSetRunnable runForever] + 195 6 com.apple.Foundation 0x00007fff42cd2014 __NSThread__start__ + 1218 7 libsystem_pthread.dylib 0x00007fff6dd45339 _pthread_body + 126 8 libsystem_pthread.dylib 0x00007fff6dd482a7 _pthread_start + 70 9 libsystem_pthread.dylib 0x00007fff6dd44445 thread_start + 13 Thread 7:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff6dc8bc2a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6dc8c174 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff40976da2 __CFRunLoopServiceMachPort + 337 3 com.apple.CoreFoundation 0x00007fff409762f1 __CFRunLoopRun + 1654 4 com.apple.CoreFoundation 0x00007fff40975a28 CFRunLoopRunSpecific + 463 5 com.apple.AppKit 0x00007fff3ded3add _NSEventThread + 160 6 libsystem_pthread.dylib 0x00007fff6dd45339 _pthread_body + 126 7 libsystem_pthread.dylib 0x00007fff6dd482a7 _pthread_start + 70 8 libsystem_pthread.dylib 0x00007fff6dd44445 thread_start + 13 Thread 8:: Thread (pooled) 0 libsystem_kernel.dylib 0x00007fff6dc8f1b2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6dd485cb _pthread_cond_wait + 724 2 org.qt-project.QtCore 0x000000010241d230 QWaitConditionPrivate::wait_relative(unsigned long) + 288 3 org.qt-project.QtCore 0x000000010241cf7b QWaitConditionPrivate::wait(unsigned long) + 43 4 org.qt-project.QtCore 0x000000010241cf32 QWaitCondition::wait(QMutex*, unsigned long) + 162 5 org.qt-project.QtCore 0x000000010241898a QThreadPoolThread::run() + 426 6 org.qt-project.QtCore 0x000000010241ba2a QThreadPrivate::start(void*) + 362 7 libsystem_pthread.dylib 0x00007fff6dd45339 _pthread_body + 126 8 libsystem_pthread.dylib 0x00007fff6dd482a7 _pthread_start + 70 9 libsystem_pthread.dylib 0x00007fff6dd44445 thread_start + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000001 rcx: 0x0000000000000000 rdx: 0x0000000000000000 rdi: 0x00007ffeef928900 rsi: 0x0000000000000028 rbp: 0x00007ffeef928860 rsp: 0x00007ffeef928850 r8: 0x00007e40fb3c3b40 r9: 0x00000000000007fb r10: 0x0000000000003b40 r11: 0x0000000000000020 r12: 0x00007ffeef9290a0 r13: 0x00007ffeef928fe0 r14: 0x00007ffeef928900 r15: 0x0000000000001002 rip: 0x00000001003c802a rfl: 0x0000000000010246 cr2: 0x0000000000000028 Logical CPU: 0 Error Code: 0x00000004 Trap Number: 14 Binary Images: 0x1002d2000 - 0x10084bff7 +org.openscad.OpenSCAD (2017.12 - 2017.12.02) <2D08EF46-8339-3040-9BF3-67C75A2F6C3C> /Applications/OpenSCAD 2.app/Contents/MacOS/OpenSCAD 0x100a89000 - 0x100aa5fff +libCGAL.dylib (0) <10508EE0-7FB4-37CC-9C06-252217991E33> /Applications/OpenSCAD 2.app/Contents/Frameworks/libCGAL.dylib 0x100ab7000 - 0x100b4afff +libmpfr.dylib (0) <5A0153E4-F888-3FD4-A6E4-8046A8E109BE> /Applications/OpenSCAD 2.app/Contents/Frameworks/libmpfr.dylib 0x100b5e000 - 0x100c02fdf +libgmp.dylib (0) <1C134110-A01E-37DB-B5A2-522FBC4394E1> /Applications/OpenSCAD 2.app/Contents/Frameworks/libgmp.dylib 0x100c15000 - 0x100c22ff7 +libopencsg.dylib (0) <7157C249-C096-3C92-9DB8-B48595685754> /Applications/OpenSCAD 2.app/Contents/Frameworks/libopencsg.dylib 0x100c32000 - 0x100c5efff +libGLEW.dylib (0) <E334262E-7EEF-3BDE-BEAC-64F2257B97A0> /Applications/OpenSCAD 2.app/Contents/Frameworks/libGLEW.dylib 0x100c9b000 - 0x100cacfff +libboost_thread.dylib (0) <B613D992-6831-349E-8FE2-BA79C4E33016> /Applications/OpenSCAD 2.app/Contents/Frameworks/libboost_thread.dylib 0x100cc2000 - 0x100d01fff +libboost_program_options.dylib (0) <FF91E426-56AB-31EC-9EBA-3C0ABDD71236> /Applications/OpenSCAD 2.app/Contents/Frameworks/libboost_program_options.dylib 0x100d36000 - 0x100d48ff7 +libboost_filesystem.dylib (0) <1516FC27-C206-3105-9973-D24B5138421F> /Applications/OpenSCAD 2.app/Contents/Frameworks/libboost_filesystem.dylib 0x100d55000 - 0x100d57fff +libboost_system.dylib (0) <5971726E-492D-3155-A185-29A941BF4B2F> /Applications/OpenSCAD 2.app/Contents/Frameworks/libboost_system.dylib 0x100d5b000 - 0x100e11fff +libboost_regex.dylib (0) <437584ED-96F4-33CE-B700-AB4BAED43F13> /Applications/OpenSCAD 2.app/Contents/Frameworks/libboost_regex.dylib 0x100e65000 - 0x100fdfff7 +libglib-2.0.dylib (0) <939EC89F-839C-3B41-B0CF-EEF62AA26815> /Applications/OpenSCAD 2.app/Contents/Frameworks/libglib-2.0.dylib 0x10100e000 - 0x10101cff7 +libintl.dylib (0) <5884F66B-B7DA-352D-856E-21E21BCAC34E> /Applications/OpenSCAD 2.app/Contents/Frameworks/libintl.dylib 0x101025000 - 0x1011d2ff7 +libxml2.dylib (0) <17025F34-DF22-3828-98FD-B97C0A86EB7F> /Applications/OpenSCAD 2.app/Contents/Frameworks/libxml2.dylib 0x101209000 - 0x101244fff +org.sparkle-project.Sparkle (1.13.1 git-2afc553 - 1.13.1) <40414915-A48C-3DBB-AACB-5C20BAAE6DA6> /Applications/OpenSCAD 2.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle 0x10127e000 - 0x101358ff7 +libharfbuzz.dylib (0) <09B1939A-C59D-33BD-8801-40C8485BA2E0> /Applications/OpenSCAD 2.app/Contents/Frameworks/libharfbuzz.dylib 0x1013b0000 - 0x101490ff7 +libfreetype.dylib (0) <76C7BFEB-FC9E-3E72-959D-0B2AAFF3E156> /Applications/OpenSCAD 2.app/Contents/Frameworks/libfreetype.dylib 0x1014b5000 - 0x1014ffff7 +libfontconfig.dylib (0) <86578671-181C-3B6D-A5CB-5B6BF9706749> /Applications/OpenSCAD 2.app/Contents/Frameworks/libfontconfig.dylib 0x101511000 - 0x1016f3ff7 +libqscintilla2.dylib (0) <C483FA66-8F09-3743-95C3-4691CCE9257D> /Applications/OpenSCAD 2.app/Contents/Frameworks/libqscintilla2.dylib 0x101770000 - 0x101792ff7 +libzip.dylib (0) <227614FF-82A3-3397-A214-135B3D091F8D> /Applications/OpenSCAD 2.app/Contents/Frameworks/libzip.dylib 0x10179e000 - 0x1017d0fff +org.qt-project.QtPrintSupport (5.7 - 5.7.0) <A92F1C00-2C5F-3E10-8B46-B61A6BE1B5B8> /Applications/OpenSCAD 2.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport 0x1017f8000 - 0x101cdcff7 +org.qt-project.QtWidgets (5.7 - 5.7.0) <D872E0B2-A8B4-3F11-A1BD-098FF9A4B1A2> /Applications/OpenSCAD 2.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets 0x101ec8000 - 0x1022b2ff7 +org.qt-project.QtGui (5.7 - 5.7.0) <9A7173DA-DF71-3C68-876D-12819AFC56AC> /Applications/OpenSCAD 2.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui 0x1023f2000 - 0x1028fdfff +org.qt-project.QtCore (5.7 - 5.7.0) <36210B71-AED1-3A73-81AB-AF958751C319> /Applications/OpenSCAD 2.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore 0x102a1d000 - 0x102a26fff +org.qt-project.QtMacExtras (5.7 - 5.7.0) <877E819B-79A6-36E8-9F3D-F4EC84CB8530> /Applications/OpenSCAD 2.app/Contents/Frameworks/QtMacExtras.framework/Versions/5/QtMacExtras 0x102a31000 - 0x102a35fff +org.qt-project.QtConcurrent (5.7 - 5.7.0) <5CF51B67-03B1-3D5F-8F5D-FF51511D2B3C> /Applications/OpenSCAD 2.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent 0x1044e6000 - 0x104657fff +libqcocoa.dylib (0) <AF9BB8DF-6822-3834-91A8-2C24A8F33CA7> /Applications/OpenSCAD 2.app/Contents/PlugIns/platforms/libqcocoa.dylib 0x1046cd000 - 0x104733fff +org.qt-project.QtDBus (5.7 - 5.7.0) <22D4C97B-6B87-317F-8DC7-810F99877254> /Applications/OpenSCAD 2.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus 0x106b2c000 - 0x106b36ff7 +libqdds.dylib (0) <79A022D1-090D-3B36-AE66-F934192746FD> /Applications/OpenSCAD 2.app/Contents/PlugIns/imageformats/libqdds.dylib 0x106b3b000 - 0x106b42ff7 +libqgif.dylib (0) <FB952460-5BAE-3504-A288-F1C697C12E6A> /Applications/OpenSCAD 2.app/Contents/PlugIns/imageformats/libqgif.dylib 0x106b47000 - 0x106b4efff +libqicns.dylib (0) <477C587A-797E-3758-998A-3E31B91BEC16> /Applications/OpenSCAD 2.app/Contents/PlugIns/imageformats/libqicns.dylib 0x106b54000 - 0x106b5afff +libqico.dylib (0) <B32F4477-5E95-31AD-A03D-D4E4C5863394> /Applications/OpenSCAD 2.app/Contents/PlugIns/imageformats/libqico.dylib 0x106b5f000 - 0x106b9fff7 +libqjpeg.dylib (0) <81A2C897-FBA8-3D4F-80FA-D54C8A51DD70> /Applications/OpenSCAD 2.app/Contents/PlugIns/imageformats/libqjpeg.dylib 0x106ba9000 - 0x106bafff7 +libqmacjp2.dylib (0) <83C395BD-8D09-3F92-8F2A-9C6CA4CA2BB8> /Applications/OpenSCAD 2.app/Contents/PlugIns/imageformats/libqmacjp2.dylib 0x106bb4000 - 0x106bb8fff +libqtga.dylib (0) <38A22DD5-724B-3CC3-8B5C-0B3D72225CBC> /Applications/OpenSCAD 2.app/Contents/PlugIns/imageformats/libqtga.dylib 0x106bbd000 - 0x106c21fff +libqtiff.dylib (0) <4B3D2B6D-AEEE-369A-B545-4940F3142C27> /Applications/OpenSCAD 2.app/Contents/PlugIns/imageformats/libqtiff.dylib 0x106c2f000 - 0x106c33ff7 +libqwbmp.dylib (0) <EBB5112A-C442-38FD-A5A8-AFCB1B0C8CDC> /Applications/OpenSCAD 2.app/Contents/PlugIns/imageformats/libqwbmp.dylib 0x106c38000 - 0x106cc0fff +libqwebp.dylib (0) <9CB2B4C4-A54F-3970-B9B7-12524804326B> /Applications/OpenSCAD 2.app/Contents/PlugIns/imageformats/libqwebp.dylib 0x106d02000 - 0x106d05047 libobjc-trampolines.dylib (750.1) <EAFE392F-7BD6-3988-9C6F-DFD359AE0AD3> /usr/lib/libobjc-trampolines.dylib 0x1074fd000 - 0x10757b6a7 dyld (635.2) <1780094A-8FE2-3EAA-B4A3-C4CF14BC5196> /usr/lib/dyld 0x7fff367a5000 - 0x7fff36b1efff com.apple.RawCamera.bundle (8.11.0 - 1031.1.3) <FE033C75-0F5C-3F38-8A11-36A32E9D3F47> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff38b5d000 - 0x7fff3909eff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (12.2.17 - 12.0.2) <4D2E37B2-871F-3E70-8A40-4C42076B8FB0> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver 0x7fff3909f000 - 0x7fff39131fff com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (12.2.17 - 12.0.2) <3D4E1EE9-AFAA-3725-A785-88545BA0B515> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver 0x7fff3c89a000 - 0x7fff3c89efff com.apple.agl (3.3.2 - AGL-3.3.2) <6A6986E0-B527-3E1E-8833-246C40D16C58> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x7fff3cc6b000 - 0x7fff3cc6bfff com.apple.Accelerate (1.11 - Accelerate 1.11) <A09CB6D5-3F8A-3E05-B0EB-63878296A059> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff3cc6c000 - 0x7fff3cc82fef libCGInterfaces.dylib (506.19.1) <8A894DB4-A48B-31A0-9316-DC41061D9549> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff3cc83000 - 0x7fff3d323fe3 com.apple.vImage (8.1 - ???) <DB23E2A0-EA06-3073-AA7E-2873556714A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff3d324000 - 0x7fff3d59bfd7 libBLAS.dylib (1243.200.4) <76710990-AE2B-300E-88BB-797ABAD74956> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff3d59c000 - 0x7fff3d60efe7 libBNNS.dylib (38.200.5) <5F3A4021-8FF8-30E8-B84A-AA2BD70F4151> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff3d60f000 - 0x7fff3d9b5fff libLAPACK.dylib (1243.200.4) <45722A8A-5788-3C4C-ADD9-1812763FA635> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff3d9b6000 - 0x7fff3d9cbffb libLinearAlgebra.dylib (1243.200.4) <E923DA33-B142-3A73-A80A-642878D19099> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff3d9cc000 - 0x7fff3d9d1ff3 libQuadrature.dylib (3.200.2) <6FFAC142-415D-3AF0-BC09-336302F11934> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff3d9d2000 - 0x7fff3da4fffb libSparse.dylib (79.200.5) <0D7E71A4-10D2-3979-B386-D2426ADAF6D7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff3da50000 - 0x7fff3da63ffb libSparseBLAS.dylib (1243.200.4) <00D6FC17-B739-3259-90A4-92AC8BBE03D6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff3da64000 - 0x7fff3dc48ff3 libvDSP.dylib (671.220.1) <2F576522-08B1-3C65-8F00-3427E938ADDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff3dc49000 - 0x7fff3dcfeff3 libvMisc.dylib (671.220.1) <29F59097-A256-38E9-9D55-BF56E9139CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff3dcff000 - 0x7fff3dcfffff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <221E4FEF-0431-3316-8281-22B6F8315A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff3deb0000 - 0x7fff3ecd0ff3 com.apple.AppKit (6.9 - 1671.10.106) <179A5F4A-6467-31BD-93F2-CC27E046221E> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff3ed22000 - 0x7fff3ed22fff com.apple.ApplicationServices (50.1 - 50.1) <470C0943-30AD-3BA2-AFCE-EB7DD26E1709> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff3ed23000 - 0x7fff3ed8eff7 com.apple.ApplicationServices.ATS (377 - 453.11) <7599E619-EE21-3EB7-875B-AE3B8D3E13BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff3ee27000 - 0x7fff3ef46fff libFontParser.dylib (228.6) <E800074F-62CF-340A-A5A7-B8BE5B560045> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff3ef47000 - 0x7fff3ef92fff libFontRegistry.dylib (228.12) <480D472D-C8FB-321D-86EC-2EA6927A97AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff3eff1000 - 0x7fff3f024ff7 libTrueTypeScaler.dylib (228.6) <D23BFDE4-8664-335A-B43B-A13A8EF29E40> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff3f08e000 - 0x7fff3f092ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <90641B6B-D07B-3577-B594-965825544B60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff3f12f000 - 0x7fff3f181ff3 com.apple.HIServices (1.22 - 627.14.2) <01F309D6-32E7-3C4F-A38B-8206EE3076CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff3f182000 - 0x7fff3f190ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <67BC5855-B7A3-39E6-B5DD-52B287EB1532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff3f191000 - 0x7fff3f1ddfff com.apple.print.framework.PrintCore (14.0 - 503.7) <C13BC56A-65F4-35B1-9E33-51FE6F3B06FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff3f1de000 - 0x7fff3f219ff7 com.apple.QD (3.12 - 407.2) <94A30038-C545-327A-B1C0-E19C79D62BAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff3f21a000 - 0x7fff3f226ff7 com.apple.speech.synthesis.framework (8.1.0 - 8.1.0) <823830AC-62A6-36CC-A659-6BC10F2AC6F5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff3f227000 - 0x7fff3f4c3ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <F56518BA-B21B-32D8-B077-40A989815F46> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff3f4c5000 - 0x7fff3f4c5fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <B0F229C4-E8AF-3EB3-8241-7576A115D69F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff3f829000 - 0x7fff3fbeaff7 com.apple.CFNetwork (975.0.3 - 975.0.3) <99BD4FA0-8BD3-35E5-8FB1-C757D439716C> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff3fbff000 - 0x7fff3fbfffff com.apple.Carbon (158 - 158) <BF1EC28F-CBA8-3B2F-B9FA-E583BC2D6C1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff3fc00000 - 0x7fff3fc03ffb com.apple.CommonPanels (1.2.6 - 98) <F1E1C47B-FD1A-30A4-B41B-87BD8B178B56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff3fc04000 - 0x7fff3ff0bff7 com.apple.HIToolbox (2.1.1 - 917.2) <0B91F11C-0895-3A7B-9A3B-2B6B1267EA1A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff3ff0c000 - 0x7fff3ff0fffb com.apple.help (1.3.8 - 66) <4392A63F-9B58-3248-BF73-B46AD3744E6E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff3ff10000 - 0x7fff3ff15ff7 com.apple.ImageCapture (9.0 - 1530.1) <47915C3C-DED4-3E0C-9155-6B130FFF89BB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff3ff16000 - 0x7fff3ffaaff3 com.apple.ink.framework (10.9 - 225) <D6503F37-7EBC-32C1-95CC-A35EFC54E7ED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff3ffab000 - 0x7fff3ffc5fff com.apple.openscripting (1.7 - 179) <BDE14D25-4D82-3EBC-8EF2-D1F6BC957B07> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff3ffe6000 - 0x7fff3ffe7fff com.apple.print.framework.Print (14.0 - 267.3) <5CD250DF-98AD-30B8-A5D5-47634FF9E74D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff3ffe8000 - 0x7fff3ffeaff7 com.apple.securityhi (9.0 - 55006) <C5308CBC-6736-31A7-905B-C635C6D43FDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff3ffeb000 - 0x7fff3fff1ff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1C38B9CB-DD45-3A7B-9D4C-631855A4EE32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff40118000 - 0x7fff40118fff com.apple.Cocoa (6.11 - 23) <4D5D4968-E233-3598-B434-E1009D48A628> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff40126000 - 0x7fff401f2fff com.apple.ColorSync (4.13.0 - 3340) <0618DA46-5A5E-339D-BB2F-ED66A2BFCCF9> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff4038d000 - 0x7fff4041dfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A7F8E168-AB1D-36F4-9693-CFEF12BC197D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff40483000 - 0x7fff404aeff7 com.apple.CoreBluetooth (1.0 - 1) <61235BEA-BF5F-31B2-B9C1-DE722E15840F> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff404af000 - 0x7fff40850fef com.apple.CoreData (120 - 866.1) <B74013FA-621B-30F9-8CFE-3290FF63C2B8> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff40851000 - 0x7fff4093aff7 com.apple.CoreDisplay (101.3 - 104.4) <52C96B6A-B119-3BE2-B47D-65F12E987609> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff4093b000 - 0x7fff40d88fe7 com.apple.CoreFoundation (6.9 - 1560.12) <B5BDC307-6C89-3DE0-B4B9-4C2C650E4528> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff40d8a000 - 0x7fff41417ff7 com.apple.CoreGraphics (2.0 - 1247.4.1) <D2F1DD53-09BD-307B-8B80-46B259530ED8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff41419000 - 0x7fff41742fff com.apple.CoreImage (14.1.0 - 710.2.240) <CAEE3AAA-0781-311A-B987-72C7332C1A3F> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff41a93000 - 0x7fff41b94ff3 com.apple.CoreMedia (1.0 - 2282.19.104.4) <2FF4819F-0D06-38D5-9403-4DA3F6F37D76> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff41bf8000 - 0x7fff41bf8fff com.apple.CoreServices (934 - 934) <EBA4A3BF-0B07-3E1B-9C14-8E6879453C6C> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff41bf9000 - 0x7fff41c77ffb com.apple.AE (771 - 771) <BBFEAB6C-B1F9-3D22-934E-8298155AC459> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff41c78000 - 0x7fff41f50ff7 com.apple.CoreServices.CarbonCore (1178.11 - 1178.11) <9FBE7BFB-3A81-37AC-8E15-E6F7932BBDC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff41f51000 - 0x7fff41f9bff7 com.apple.DictionaryServices (1.2 - 284.16.3) <D9388630-E7F2-321E-81FF-EBD5F3B47A52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff41f9c000 - 0x7fff41fa4ffb com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <E40A3C4A-79C7-37D8-999B-D1169A06870B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff41fa5000 - 0x7fff42170fff com.apple.LaunchServices (934 - 934) <FD3D313D-997B-388B-B208-29774CDDF897> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff42171000 - 0x7fff42213fff com.apple.Metadata (10.7.0 - 1191.52) <5A758D93-4BBD-3C6D-861B-000536ED9B2D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff42214000 - 0x7fff4225fff7 com.apple.CoreServices.OSServices (934 - 934) <1D2AC09A-653F-3C2D-B5B9-F9ABA307E51C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff42260000 - 0x7fff422ceff7 com.apple.SearchKit (1.4.0 - 1.4.0) <C6A34D09-9707-3F28-838F-63B59B8A12D5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff422cf000 - 0x7fff422f3ffb com.apple.coreservices.SharedFileList (71.27 - 71.27) <B46A15E0-4C10-3616-BE49-58E07EC463FE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff4263b000 - 0x7fff427a0ffb com.apple.CoreText (352.0 - 584.25) <AC3B4909-564A-3C26-B055-7687E5DE1697> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff427a1000 - 0x7fff427defff com.apple.CoreVideo (1.8 - 0.0) <C7BB7D0F-3AF2-3046-A387-A802BCA52A3A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff427df000 - 0x7fff42875ffb com.apple.framework.CoreWLAN (13.0 - 1370.8) <735EEBA3-C63B-38C8-A1A7-23B12C2E9550> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff42af2000 - 0x7fff42af7fff com.apple.DiskArbitration (2.7 - 2.7) <C53C1905-9BCF-3AE8-8BB3-C8A2C7DB7D25> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff42cc0000 - 0x7fff4308efff com.apple.Foundation (6.9 - 1560.12) <B5DC275C-12C9-320A-A117-C8FE9034931A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff430ff000 - 0x7fff4312fff3 com.apple.GSS (4.0 - 2.0) <721B6FEF-9E0E-311B-8CAF-93ADEE2AE548> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff43249000 - 0x7fff43353ff3 com.apple.Bluetooth (6.0.9 - 6.0.9f2) <0EDECAF3-FF86-3F7D-B916-2D7E67FF67AE> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff433b5000 - 0x7fff43447ff7 com.apple.framework.IOKit (2.0.2 - 1483.220.15) <B58031DE-A6B7-3685-840F-361670C06836> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff43449000 - 0x7fff43453ff7 com.apple.IOSurface (255.1 - 255.1) <538F0257-A408-36AF-AB1E-1D7037D6359E> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff434aa000 - 0x7fff43648fff com.apple.ImageIO.framework (3.3.0 - 1821.6.4.1) <00BF9654-021D-33C7-B681-461F3EF357FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff43649000 - 0x7fff4364dffb libGIF.dylib (1821.6.4.1) <032CA0C2-8AAA-3D3F-8E61-25CE9267C2A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff4364e000 - 0x7fff43733fef libJP2.dylib (1821.6.4.1) <FED43EEB-2B6C-32FC-94A2-297DA8CE4D87> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff43734000 - 0x7fff43759ff7 libJPEG.dylib (1821.6.4.1) <DD334010-2B8D-3A5E-BC17-39A9D94AC92D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff43a2c000 - 0x7fff43a52fe7 libPng.dylib (1821.6.4.1) <EBAAB8C0-33A7-3C13-B96C-8B6AB8287C7A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff43a53000 - 0x7fff43a55ff7 libRadiance.dylib (1821.6.4.1) <E9BCF8B3-DA07-3F80-B51F-5793BD38AE4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff43a56000 - 0x7fff43aa4fff libTIFF.dylib (1821.6.4.1) <C432D21E-2DA5-3B69-BD04-BA7B6DBEAE2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff43da6000 - 0x7fff44b29fff com.apple.JavaScriptCore (14606 - 14606.2.104.1.1) <3313A815-BFC9-3DED-B778-FCE6F8367A7C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff44b41000 - 0x7fff44b5afff com.apple.Kerberos (3.0 - 1) <8BE3D524-257D-3663-A937-F1AC76BDF4D9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff44e18000 - 0x7fff44e22fff com.apple.MediaAccessibility (1.0 - 114.4) <29D89F2B-6254-3D0D-BD0C-8472FCA373F4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff44edc000 - 0x7fff45579fff com.apple.MediaToolbox (1.0 - 2282.19.104.4) <7603C180-8050-3355-A851-A67B6A4197AD> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff4557b000 - 0x7fff4560efff com.apple.Metal (157.60 - 157.60) <B38C577A-CD24-30AD-A396-219945949F39> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff4562b000 - 0x7fff4564bff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <A9E87429-4788-3B2F-B970-4052F16C5961> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff4564c000 - 0x7fff456caff7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <80DE2FD1-85DB-3E98-98BD-F22A2600DD25> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff456cb000 - 0x7fff456f3fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <49039DEE-D0EC-33FF-BE10-997A520D2E38> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff456f4000 - 0x7fff45826ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <425D1FA4-17A3-3D00-8BE4-7A682FF279B5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff45827000 - 0x7fff45842ff7 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <BB1651A0-05CD-3F97-8355-39CD326C0AFD> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff45843000 - 0x7fff45843ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <3910EC50-5B16-3695-B867-741E3B54FA8B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff46a42000 - 0x7fff46a4effb com.apple.NetFS (6.0 - 4.0) <529E29A9-5E77-3A8C-A982-CF55F949FE5D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff49505000 - 0x7fff4950dfe7 libcldcpuengine.dylib (2.10.3) <B8E5266D-999E-341C-A0CF-1571DD961669> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff4950e000 - 0x7fff49566ff7 com.apple.opencl (2.12.7 - 2.12.7) <CCAC9774-C4BF-33C1-AC87-F2AEB972632F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff49567000 - 0x7fff49583ff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) <7E4EFF02-2596-31E6-88DE-29C89E2837E4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff49584000 - 0x7fff49590ffb com.apple.OpenDirectory (10.14 - 207.200.4) <52A3918E-0F7A-33FD-87EE-21A37B37D13B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff49ef3000 - 0x7fff49ef5fff libCVMSPluginSupport.dylib (17.0.37) <E47B2819-913A-3588-A3F5-CE3EDA8551A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff49ef6000 - 0x7fff49efbff3 libCoreFSCache.dylib (163.20) <BF8F04DD-C1A1-3D2A-BF3F-639FE907E28D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff49efc000 - 0x7fff49f00fff libCoreVMClient.dylib (163.20) <45A2C724-F3D1-316A-9A41-CAB8E2A390EC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff49f01000 - 0x7fff49f09ffb libGFXShared.dylib (17.0.37) <C26CA5C7-8DFC-3BE9-9873-C7A51F139FB0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff49f0a000 - 0x7fff49f15fff libGL.dylib (17.0.37) <8DCB2714-ECB1-39EC-931D-C58D9E91B51C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff49f16000 - 0x7fff49f50fef libGLImage.dylib (17.0.37) <B64C775F-C64F-35D7-8179-1E4F20E76BA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff49f51000 - 0x7fff4a0c3ff3 libGLProgrammability.dylib (17.0.37) <7439D424-E469-33B4-9C6D-CABFDA5C3F95> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff4a0c4000 - 0x7fff4a101fff libGLU.dylib (17.0.37) <B0D434EF-F5AC-3C0A-84DF-FFAFC57F3759> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff4aab1000 - 0x7fff4aac0ff3 com.apple.opengl (17.0.37 - 17.0.37) <6BCCA53E-5621-32ED-BA9A-38B1C2499ED5> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff4aac1000 - 0x7fff4ac57ff7 GLEngine (17.0.37) <1FB756FE-A614-3044-B2BA-155FAC2F2E35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff4ac58000 - 0x7fff4ac80ff7 GLRendererFloat (17.0.37) <A0A86C7A-60B3-3900-AA0C-7CC6A4BF0D86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff4b91c000 - 0x7fff4bb74fff com.apple.QuartzCore (1.11 - 694.22.4.1) <1F5A49A9-370C-311B-B67C-DEA6DF6D2983> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff4c3c2000 - 0x7fff4c6e8ff7 com.apple.security (7.0 - 58286.220.15) <6725D63D-378F-3751-8602-3122016E4AA4> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff4c6e9000 - 0x7fff4c778fff com.apple.securityfoundation (6.0 - 55185.200.14) <236BACD7-163F-3F35-B710-2C62988AA251> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff4c7aa000 - 0x7fff4c7aeff3 com.apple.xpc.ServiceManagement (1.0 - 1) <C200EC23-CAFB-33E8-AF3D-5B36420A21B1> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff4cb6b000 - 0x7fff4cbdbff3 com.apple.SystemConfiguration (1.17 - 1.17) <EED5BC9B-CE8D-343C-BCDC-04A79F704828> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff4ce3c000 - 0x7fff4d19eff7 com.apple.VideoToolbox (1.0 - 2282.19.104.4) <AA64D2D5-B992-301C-B39E-90852E2DFC95> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff4d4ac000 - 0x7fff4da3afe7 libwebrtc.dylib (7606.2.104.1.1) <813EBF5C-B865-3A01-BF1F-8DB7A287FF35> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib 0x7fff4da3b000 - 0x7fff4f2bdff3 com.apple.WebCore (14606 - 14606.2.104.1.1) <50CEEC5A-34FC-339A-A05F-257D9D0F4666> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff4f2be000 - 0x7fff4f4adffb com.apple.WebKitLegacy (14606 - 14606.2.104.1.1) <D42DC5C3-C35F-3990-A7CE-9871C4F4902C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff4f4ae000 - 0x7fff4f9abff7 com.apple.WebKit (14606 - 14606.2.104.1.1) <BFA28A42-A2DA-31A7-86F9-4838F5FEC3B1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff4fe42000 - 0x7fff4fee7fe7 com.apple.APFS (1.0 - 1) <E00222C4-E8CF-302A-8AF3-E8BB9B1C3B0E> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff5047d000 - 0x7fff50487fff com.apple.accessibility.AXCoreUtilities (1.0 - 1) <5C60531F-2E5F-3837-B1FC-2E933A774ED0> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities 0x7fff50931000 - 0x7fff50932ff3 com.apple.AggregateDictionary (1.0 - 1) <1DEBBE36-8945-3AD8-BD48-2850AD845711> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff50f2e000 - 0x7fff50f5aff7 com.apple.framework.Apple80211 (13.0 - 1376.2) <821DE2A3-1CAD-3A7D-A2DD-41EBA3A6FEF3> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff51236000 - 0x7fff51245fcf com.apple.AppleFSCompression (96.200.3 - 1.0) <E093776E-C367-3CCF-BFD5-623476A89E9A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff51343000 - 0x7fff5134efff com.apple.AppleIDAuthSupport (1.0 - 1) <5362D9AD-A2AE-3436-97CE-C353124504E5> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff5138f000 - 0x7fff513d8ff3 com.apple.AppleJPEG (1.0 - 1) <9A690E6E-F987-3660-BED6-B1A4D1906B6C> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff5162a000 - 0x7fff51652ff7 com.apple.applesauce (1.0 - ???) <60BB16D6-DE7E-356A-B9DE-F73EE179934A> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff5171d000 - 0x7fff5176dfff com.apple.AppleVAFramework (5.0.44 - 5.0.44) <A7D2AD26-D52A-39E0-8296-1ADDDB6B6CED> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff517b8000 - 0x7fff517ceffb com.apple.AssertionServices (1.0 - 1) <8FB0D908-6C46-3399-92D6-4E7D4B5F4F19> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff51b0a000 - 0x7fff51dadffb com.apple.AuthKit (1.0 - 1) <8920796A-C818-3163-B6D0-FD05D1A6ADF5> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff51f7e000 - 0x7fff51f87ff3 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <972F41B3-7DF7-3BF1-ACCA-A093A4328ADF> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff51f88000 - 0x7fff5202aff7 com.apple.backup.framework (1.10 - ???) <46534B04-DD0E-357B-9CB5-F88AAC6AF4ED> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff5202b000 - 0x7fff5209cffb com.apple.BaseBoard (360.24 - 360.24) <AC0E4924-994E-3B54-869C-C831B4DE0136> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff53c4d000 - 0x7fff53c56fff com.apple.CommonAuth (4.0 - 2.0) <93CF1D80-A3A8-378B-9DF7-BF17A206C57D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff54116000 - 0x7fff544edfef com.apple.CoreAUC (273.0.0 - 273.0.0) <288EC7ED-A86A-30D0-ADE2-56C33CD93AA8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff544ee000 - 0x7fff5451ffff com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <507AC58B-4527-353B-99CB-67FF183BD4D5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff54968000 - 0x7fff5497cfff com.apple.CoreEmoji (1.0 - 69.19.8) <E909BE8D-AE0C-327E-BE0A-D60B1F4012A4> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff54f52000 - 0x7fff54fc4ff7 com.apple.CoreNLP (1.0 - 130.15.22) <401F5284-A984-32A1-A547-CC8156381070> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff55147000 - 0x7fff5514bff7 com.apple.CoreOptimization (1.0 - 1) <AEF88F43-C928-3DCB-95D6-C6706B565422> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization 0x7fff5527f000 - 0x7fff55287ffb com.apple.CorePhoneNumbers (1.0 - 1) <F47CA56F-6760-3282-BFD8-C8C8D2C33ECF> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff55288000 - 0x7fff552e4fff com.apple.CorePrediction (1.0 - 1) <BD34AB8C-8899-3BB1-95A2-0A2A1C901ADC> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction 0x7fff55416000 - 0x7fff55447fff com.apple.CoreServicesInternal (357 - 357) <2D012EB3-83BF-3E51-A2BE-41AF26F2DDF0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff55811000 - 0x7fff5589fff7 com.apple.CoreSymbolication (10.1 - 64460.6) <F985088F-5323-3D84-80FE-3A3135C4A320> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff5592f000 - 0x7fff55a5bfff com.apple.coreui (2.1 - 498.46) <7637C723-B16D-3001-B3AC-0612349D1CC5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff55a5c000 - 0x7fff55be1fff com.apple.CoreUtils (5.7.4 - 574.17) <CA6C08FE-319A-30C6-9F07-68D12A9FA04E> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff55c38000 - 0x7fff55c9bffb com.apple.framework.CoreWiFi (13.0 - 1370.8) <B44C1B90-3642-3108-96EC-5E3A8FA158E7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff55c9c000 - 0x7fff55cadffb com.apple.CrashReporterSupport (10.13 - 938.23) <36754BB2-680F-36AE-A5DE-548B4F41F0AE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff55d30000 - 0x7fff55d3fff3 com.apple.framework.DFRFoundation (1.0 - 211) <B11AD3BE-42D3-3274-912E-153C015D72EE> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff55d40000 - 0x7fff55d44ff7 com.apple.DSExternalDisplay (3.1 - 380) <B6B26BB3-2DC9-34D0-817E-EB612432EC96> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff55dc7000 - 0x7fff55e3effb com.apple.datadetectorscore (7.0 - 590.24) <1C9AC888-8B75-3CF3-AD70-42D40C435E67> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff55e8c000 - 0x7fff55ecdfff com.apple.DebugSymbols (185 - 185) <12419E0F-BC7A-3F3A-AA53-5F068DAED725> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff55ece000 - 0x7fff56027ff7 com.apple.desktopservices (1.13.1 - ???) <D63561E0-6153-33AD-9689-E0B9167D82C8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff5706f000 - 0x7fff57497fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) <CCBC466A-1AD4-3B0B-80B2-D6CFCBB37FC0> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff5adb9000 - 0x7fff5adbafff libmetal_timestamp.dylib (902.1.60) <16F3973E-20CB-3FFA-9C8B-A2287AF03AA0> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib 0x7fff5c453000 - 0x7fff5c45eff7 libGPUSupportMercury.dylib (17.0.37) <C064C162-B99E-3027-986D-9BAF7B979C5F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff5c45f000 - 0x7fff5c464ff7 com.apple.GPUWrangler (3.25.6 - 3.25.6) <F65BC9B4-77AB-3254-8432-9F7D3B0E169E> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff5d2ca000 - 0x7fff5d2d9fff com.apple.GraphVisualizer (1.0 - 5) <C7040CD7-6CAB-3878-B29E-21F1665341D0> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff5d2da000 - 0x7fff5d2e7fff com.apple.GraphicsServices (1.0 - 1.0) <F099E6ED-E08D-3F37-B381-0DF3109B27AA> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices 0x7fff5d42a000 - 0x7fff5d49ffff com.apple.Heimdal (4.0 - 2.0) <D3A3285B-A45D-38A9-A4E9-D58D76674071> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff5e88b000 - 0x7fff5e892ffb com.apple.IOAccelerator (400.27 - 400.27) <6FA8A133-57A7-3C35-BF94-8469B09885FB> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff5e896000 - 0x7fff5e8affff com.apple.IOPresentment (1.0 - 42.6) <C115E88F-5E16-3804-8ACD-29C0F8895EFA> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff5ecc4000 - 0x7fff5ecf3ff7 com.apple.IconServices (379 - 379) <0A25D75C-35A7-3ED5-8900-EBC05522B5A9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff5ef92000 - 0x7fff5efa5fff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <1DB4E862-C010-38BA-B535-5DAD679FEADA> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff5efc0000 - 0x7fff5f0b7fff com.apple.LanguageModeling (1.0 - 159.15.15) <E524CC46-42C7-3046-AD6C-5D5D768EA478> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff5f0b8000 - 0x7fff5f0f9ff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <90C1CFE1-9935-3F4F-8A9B-1DD697F2FF3D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff5f100000 - 0x7fff5f106ff7 com.apple.LinguisticData (1.0 - 238.15.29) <A8DEE139-5D20-3BAC-AF5E-4E5E0C42C795> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff5f964000 - 0x7fff5f967fff com.apple.Mangrove (1.0 - 25) <8744DBF9-3375-392C-8EE6-24373E0D19E8> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff5fe62000 - 0x7fff5fe8affb com.apple.spotlight.metadata.utilities (1.0 - 1191.52) <38A9B11A-9D5C-3CCA-A163-EC17242FDC68> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff5fe8b000 - 0x7fff5ff1dfff com.apple.gpusw.MetalTools (1.0 - 1) <5B86F005-D12D-3B0B-8906-808926D3DA12> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff5ff32000 - 0x7fff5ff4bfff com.apple.MobileAssets (1.0 - 437.200.49) <0C9B7077-BFCF-3A2E-8F54-D7C2820893FD> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7fff600c7000 - 0x7fff600e2ff3 com.apple.MobileKeyBag (2.0 - 1.0) <6E36F030-D7E8-341D-A493-414F5E13B1E9> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff60170000 - 0x7fff6019aff7 com.apple.MultitouchSupport.framework (2410.5 - 2410.5) <8D87A3ED-4CBD-300F-92E3-B1B79D7E0BF3> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff6040d000 - 0x7fff60417fff com.apple.NetAuth (6.2 - 6.2) <55DC741A-A01A-380C-B2D3-244241DA1F2C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff60ce3000 - 0x7fff60d39fff com.apple.OTSVG (1.0 - ???) <5F2E7A0E-384E-3545-A9D5-EC4406E92AF4> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff61e9f000 - 0x7fff61eaeff3 com.apple.PerformanceAnalysis (1.217 - 217) <8560F263-31F4-3CCA-84B1-30C296DC1A7D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff63e6e000 - 0x7fff63e8cff7 com.apple.ProtocolBuffer (1 - 263) <C5AC21FB-74AD-3FC2-B231-B1376751BBAE> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff6403b000 - 0x7fff64093f0f com.apple.ROCKit (24 - 24) <5437F6F7-453F-3D75-9E87-D2A090D82D25> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit 0x7fff641ae000 - 0x7fff641d1ffb com.apple.RemoteViewServices (2.0 - 128) <68530B4D-B2C0-3271-941B-D9EA62095727> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff6503f000 - 0x7fff65089ff7 com.apple.Safari.SafeBrowsing (14606 - 14606.2.104.1.1) <E7BC40BA-F760-3F28-9E07-7253A08B77D7> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing 0x7fff65b41000 - 0x7fff65c5ffff com.apple.Sharing (1214.9 - 1214.9) <2A377CA5-C66F-3913-8401-951A3AE4D299> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff66a12000 - 0x7fff66cc3ff3 com.apple.SkyLight (1.600.0 - 336.81.5) <DE7FD278-A178-3A5B-8A26-7295340A54BE> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff67493000 - 0x7fff674a0fff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <816EC315-3E76-37B7-A495-B4AE031DA439> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff67b84000 - 0x7fff67bc3ff3 com.apple.StreamingZip (1.0 - 1) <3F13DFEE-A6C9-3815-9120-B5CA6987662E> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7fff68300000 - 0x7fff6838dff7 com.apple.Symbolication (10.1 - 64460.8) <1B488612-4C7F-3D9D-B6DC-64CF8D2CB3D6> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff68896000 - 0x7fff688a3ffb com.apple.TCC (1.0 - 1) <B84E7234-A993-328C-A054-EFEB0402C55C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff68b15000 - 0x7fff68bdcff7 com.apple.TextureIO (3.8.4 - 3.8.1) <F9D5F55D-9A33-326E-8B2F-B533CC91DD64> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff68c96000 - 0x7fff68c97fff com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <BD0BE410-E172-3585-82B2-869A1FE43092> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff68c9d000 - 0x7fff68e57fff com.apple.UIFoundation (1.0 - 551) <7B73C4E0-256B-3C59-8E18-475A42BE0B12> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff68ea6000 - 0x7fff68eacfff com.apple.URLFormatting (59 - 59.34) <D104A904-5B18-368E-8290-35212094D9F5> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting 0x7fff69b46000 - 0x7fff69c2fff7 com.apple.ViewBridge (401.1 - 401.1) <B93A89EB-4421-3FF1-AA28-EBC3AC5076FE> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff6a0b4000 - 0x7fff6a320ffb libAWDSupportFramework.dylib (886) <F277AAEA-4ACE-3918-9651-8E4730AC4ACF> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib 0x7fff6a321000 - 0x7fff6a332fff libprotobuf-lite.dylib (886) <04FE1231-9041-3C52-9C20-AA094C532C92> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib 0x7fff6a333000 - 0x7fff6a395ff7 libprotobuf.dylib (886) <D5E8BAE2-D40B-3A29-9CB7-23242FCE14EA> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib 0x7fff6a396000 - 0x7fff6a3dcfff com.apple.awd (1.0 - 930.11) <5CB90468-CD2B-3741-A950-0916E1C8CBBE> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics 0x7fff6a44f000 - 0x7fff6a452fff com.apple.dt.XCTTargetBootstrap (1.0 - 1) <697834E4-FEFD-305C-80EE-5052E61573FA> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff6a883000 - 0x7fff6a885ff3 com.apple.loginsupport (1.0 - 1) <5F1E000D-0674-3413-AB3E-83F7974666FB> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff6a886000 - 0x7fff6a89bfff com.apple.login (3.0 - 3.0) <474C5E41-1326-3E78-A154-218D618D6BD4> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff6aaab000 - 0x7fff6aabeffb libAccessibility.dylib (2402.39.1) <8DCEF4C2-7004-391B-B872-980AE10BB077> /usr/lib/libAccessibility.dylib 0x7fff6ab3f000 - 0x7fff6ab77fff libCRFSuite.dylib (41.15.4) <62EDD39F-6D1B-334B-A9A2-5800714255BB> /usr/lib/libCRFSuite.dylib 0x7fff6ab7a000 - 0x7fff6ab85ff7 libChineseTokenizer.dylib (28.15.3) <8CD1C213-7F62-3F02-BFB1-D0A5EFF92AB0> /usr/lib/libChineseTokenizer.dylib 0x7fff6ac16000 - 0x7fff6ac17ff7 libDiagnosticMessagesClient.dylib (107) <C542CB3C-AA44-3D7F-B88C-79CC31B481AB> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff6ac4e000 - 0x7fff6ae11ff7 libFosl_dynamic.dylib (18.3.2) <6EF1CB2A-2BDA-3458-B631-F794D72660FD> /usr/lib/libFosl_dynamic.dylib 0x7fff6ae67000 - 0x7fff6ae86fff libMobileGestalt.dylib (645.220.9) <F303B3D9-C6AD-30B9-9414-09DB34357E12> /usr/lib/libMobileGestalt.dylib 0x7fff6ae87000 - 0x7fff6ae87fff libOpenScriptingUtil.dylib (179) <0664670D-C7E1-3D27-814B-B9C445AAF0DC> /usr/lib/libOpenScriptingUtil.dylib 0x7fff6afc8000 - 0x7fff6afc9ffb libSystem.B.dylib (1252.200.5) <D5AFCC78-2AC2-37EB-B0EF-BB00FD38ED00> /usr/lib/libSystem.B.dylib 0x7fff6afca000 - 0x7fff6b052ff7 libTelephonyUtilDynamic.dylib (3609) <56815350-CAD8-33A0-B958-D7503B4DC519> /usr/lib/libTelephonyUtilDynamic.dylib 0x7fff6b053000 - 0x7fff6b054fff libThaiTokenizer.dylib (2.15.1) <A8235B04-F541-3856-BE2E-B58EE0483AD9> /usr/lib/libThaiTokenizer.dylib 0x7fff6b067000 - 0x7fff6b07dffb libapple_nghttp2.dylib (1.24.1) <B8D45114-3868-3154-BC35-22597E3E7D8A> /usr/lib/libapple_nghttp2.dylib 0x7fff6b07e000 - 0x7fff6b0a7ffb libarchive.2.dylib (54.200.3) <B47C54A0-3A30-374A-BD99-2304B9B0EC82> /usr/lib/libarchive.2.dylib 0x7fff6b0a8000 - 0x7fff6b127fef libate.dylib (1.13.8) <C647A80F-6F80-3FDA-A9B4-92800999F963> /usr/lib/libate.dylib 0x7fff6b12b000 - 0x7fff6b12bff3 libauto.dylib (187) <01824E49-F2EF-3FC1-ABF3-782EFDF6CA17> /usr/lib/libauto.dylib 0x7fff6b202000 - 0x7fff6b212ff3 libbsm.0.dylib (39.200.18) <5E5098D0-F7B2-32A1-8038-E709F6718D4E> /usr/lib/libbsm.0.dylib 0x7fff6b213000 - 0x7fff6b221fff libbz2.1.0.dylib (38.200.3) <4EE3C5E8-BEF3-3910-A231-B1AE2B437E01> /usr/lib/libbz2.1.0.dylib 0x7fff6b222000 - 0x7fff6b279ff7 libc++.1.dylib (400.9.4) <D4AB366F-48A9-3C7D-91BD-41198F69DD57> /usr/lib/libc++.1.dylib 0x7fff6b27a000 - 0x7fff6b28ffff libc++abi.dylib (400.17) <BA948A32-9024-3E55-98D4-18E31F6AED25> /usr/lib/libc++abi.dylib 0x7fff6b290000 - 0x7fff6b290ff3 libcharset.1.dylib (51.200.6) <D998A58B-E4A8-3685-9A6A-43AFC28100EB> /usr/lib/libcharset.1.dylib 0x7fff6b291000 - 0x7fff6b2a1ffb libcmph.dylib (6.15.1) <5D776FF6-DF7F-3EDD-B920-C07ED76C672B> /usr/lib/libcmph.dylib 0x7fff6b2a2000 - 0x7fff6b2baffb libcompression.dylib (52.200.13) <EA767836-CBDC-318D-AC14-963C90D6CC67> /usr/lib/libcompression.dylib 0x7fff6b565000 - 0x7fff6b57bfff libcoretls.dylib (155.220.1) <3F98C144-397C-36A2-84F1-BB0D841D3D89> /usr/lib/libcoretls.dylib 0x7fff6b57c000 - 0x7fff6b57dff3 libcoretls_cfhelpers.dylib (155.220.1) <0C190169-8EB8-3BA2-89BB-60265BB502F9> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff6b71c000 - 0x7fff6b8acff3 libcrypto.35.dylib (22.200.4) <B4F83304-FB35-3CA5-8949-DE7D75B8A9D9> /usr/lib/libcrypto.35.dylib 0x7fff6bbf4000 - 0x7fff6bc4affb libcups.2.dylib (462.9) <51E06E95-891F-3B88-A8C3-35B514C57239> /usr/lib/libcups.2.dylib 0x7fff6bd82000 - 0x7fff6bd82fff libenergytrace.dylib (17.200.1) <D62ED169-B91C-3CCB-ADF5-E66AE4007B51> /usr/lib/libenergytrace.dylib 0x7fff6bdb4000 - 0x7fff6bdb9ff7 libgermantok.dylib (17.15.2) <9CBF0658-E83B-32E6-B674-3EE72D22C041> /usr/lib/libgermantok.dylib 0x7fff6bdba000 - 0x7fff6bdbfff7 libheimdal-asn1.dylib (520.220.2) <5302394C-ECF0-3C3B-BA67-4830EEF3CC40> /usr/lib/libheimdal-asn1.dylib 0x7fff6bdeb000 - 0x7fff6bedcff7 libiconv.2.dylib (51.200.6) <3240A278-F537-3EC8-BE0C-983797520A50> /usr/lib/libiconv.2.dylib 0x7fff6bedd000 - 0x7fff6c140ffb libicucore.A.dylib (62108.0.1) <969815D4-A345-31BB-82B7-0C3B58CA7E90> /usr/lib/libicucore.A.dylib 0x7fff6c18d000 - 0x7fff6c18efff liblangid.dylib (128.15.1) <F79B6250-C0B1-3E8E-851F-6CA33B4311A3> /usr/lib/liblangid.dylib 0x7fff6c18f000 - 0x7fff6c1a7fff liblzma.5.dylib (10.200.3) <3ADDFA63-F37A-3C9C-91E4-58EE3113B9A1> /usr/lib/liblzma.5.dylib 0x7fff6c1bf000 - 0x7fff6c26ffff libmecab.1.0.0.dylib (779.19.2) <314FE1B9-3B4E-3B89-A101-33CE7B78FCE6> /usr/lib/libmecab.1.0.0.dylib 0x7fff6c270000 - 0x7fff6c4adfff libmecabra.dylib (779.19.2) <0ECEC3FC-935D-3EA5-8B3D-5CBD4E80AB78> /usr/lib/libmecabra.dylib 0x7fff6c685000 - 0x7fff6c9ddfff libnetwork.dylib (1229.221.1) <CE7ACD18-109F-382E-963B-C68419E301A1> /usr/lib/libnetwork.dylib 0x7fff6ca6e000 - 0x7fff6d1f4fe7 libobjc.A.dylib (750.1) <9CE27EC3-3A12-35D1-8F2F-3550B9668259> /usr/lib/libobjc.A.dylib 0x7fff6d207000 - 0x7fff6d20bffb libpam.2.dylib (22.200.1) <8C419238-675A-3C41-B8D4-95E391CA630F> /usr/lib/libpam.2.dylib 0x7fff6d20e000 - 0x7fff6d244ff7 libpcap.A.dylib (79.200.4) <5939AB23-B2A9-3C03-B6C1-4F0E5A21D9FC> /usr/lib/libpcap.A.dylib 0x7fff6d35e000 - 0x7fff6d376ffb libresolv.9.dylib (65.200.2) <0FEAEB01-B926-37FA-AB47-99BAC481C10B> /usr/lib/libresolv.9.dylib 0x7fff6d3c8000 - 0x7fff6d3c9ff7 libspindump.dylib (267.1) <528373EB-C7E9-3682-80CC-0EFCE0F3391D> /usr/lib/libspindump.dylib 0x7fff6d3ca000 - 0x7fff6d5a1fe7 libsqlite3.dylib (274.20) <4434B695-BC65-30D6-AFED-1B6488DB3D2E> /usr/lib/libsqlite3.dylib 0x7fff6d82e000 - 0x7fff6d831ffb libutil.dylib (51.200.4) <91EE9BF4-FB06-3260-B502-7EFDAD5AF59B> /usr/lib/libutil.dylib 0x7fff6d832000 - 0x7fff6d83ffff libxar.1.dylib (404) <4B4D0206-0B62-3E89-AD07-E7BB9E4DFA68> /usr/lib/libxar.1.dylib 0x7fff6d844000 - 0x7fff6d927fff libxml2.2.dylib (32.8) <1CE77741-2E67-34B6-BB9F-B8E043966FCE> /usr/lib/libxml2.2.dylib 0x7fff6d928000 - 0x7fff6d950ff3 libxslt.1.dylib (16.1) <F191E8B9-7530-30CA-873B-2FA2BF2D6374> /usr/lib/libxslt.1.dylib 0x7fff6d951000 - 0x7fff6d963ffb libz.1.dylib (70.200.4) <99A3D725-8388-38B4-B66C-5E9006E6F072> /usr/lib/libz.1.dylib 0x7fff6d9d4000 - 0x7fff6d9d8ff3 libcache.dylib (81) <FE21A7E9-DBEB-33AC-836B-785AD036ACF4> /usr/lib/system/libcache.dylib 0x7fff6d9d9000 - 0x7fff6d9e3ff3 libcommonCrypto.dylib (60118.220.1) <1099E427-6E81-3059-87AF-6F5FD81CA998> /usr/lib/system/libcommonCrypto.dylib 0x7fff6d9e4000 - 0x7fff6d9ebfff libcompiler_rt.dylib (63.4) <A4D9CF37-D076-3CE9-95F1-DA89DA1601B6> /usr/lib/system/libcompiler_rt.dylib 0x7fff6d9ec000 - 0x7fff6d9f5ff3 libcopyfile.dylib (146.200.3) <4BCDADBF-79F5-3829-B47D-64DA0D44BCBF> /usr/lib/system/libcopyfile.dylib 0x7fff6d9f6000 - 0x7fff6da7afdf libcorecrypto.dylib (602.220.6) <E1046E01-A2FD-35B4-B018-ACC372F3880E> /usr/lib/system/libcorecrypto.dylib 0x7fff6db01000 - 0x7fff6db3bff7 libdispatch.dylib (1008.220.2) <D8B56783-152A-34A8-94E9-8E6BAE049384> /usr/lib/system/libdispatch.dylib 0x7fff6db3c000 - 0x7fff6db6bfff libdyld.dylib (635.2) <1B79A5CE-125F-301F-A441-C1869573AED0> /usr/lib/system/libdyld.dylib 0x7fff6db6c000 - 0x7fff6db6cffb libkeymgr.dylib (30) <A73AA788-C35C-3284-BFCA-95B1BBDF0CF3> /usr/lib/system/libkeymgr.dylib 0x7fff6db6d000 - 0x7fff6db79ff7 libkxld.dylib (4903.221.2) <16D75C5C-584A-3848-84C0-3BFB312AEB92> /usr/lib/system/libkxld.dylib 0x7fff6db7a000 - 0x7fff6db7aff7 liblaunch.dylib (1336.220.5) <95EB6EAF-2DC5-344F-BADB-CA4E35E4E503> /usr/lib/system/liblaunch.dylib 0x7fff6db7b000 - 0x7fff6db80fff libmacho.dylib (921) <ECC4E97C-575E-3A08-8191-BF02D7D4E637> /usr/lib/system/libmacho.dylib 0x7fff6db81000 - 0x7fff6db83ffb libquarantine.dylib (86.220.1) <6AE5AEEC-A9FD-3CF8-92DD-12B5AFBE12DE> /usr/lib/system/libquarantine.dylib 0x7fff6db84000 - 0x7fff6db85ff3 libremovefile.dylib (45.200.2) <D74A307B-3DC7-3992-B16C-DACB8207BE13> /usr/lib/system/libremovefile.dylib 0x7fff6db86000 - 0x7fff6db9dff3 libsystem_asl.dylib (356.200.4) <EC9D8AD4-E5CB-3765-804A-9E1E9DC045D2> /usr/lib/system/libsystem_asl.dylib 0x7fff6db9e000 - 0x7fff6db9efff libsystem_blocks.dylib (73) <26419398-C30C-30F1-B656-A92AFA9560F6> /usr/lib/system/libsystem_blocks.dylib 0x7fff6db9f000 - 0x7fff6dc27fff libsystem_c.dylib (1272.200.26) <3DEEE96E-6DF6-35AD-8654-D69AC26B907B> /usr/lib/system/libsystem_c.dylib 0x7fff6dc28000 - 0x7fff6dc2bff7 libsystem_configuration.dylib (963.200.27) <02CC3996-B34E-333C-8806-AE2699D34424> /usr/lib/system/libsystem_configuration.dylib 0x7fff6dc2c000 - 0x7fff6dc2fff7 libsystem_coreservices.dylib (66) <254B6849-2C8F-302C-8616-B8324A11AB30> /usr/lib/system/libsystem_coreservices.dylib 0x7fff6dc30000 - 0x7fff6dc36ffb libsystem_darwin.dylib (1272.200.26) <974E9EF7-DE72-34B7-B056-0A81C10DF8EB> /usr/lib/system/libsystem_darwin.dylib 0x7fff6dc37000 - 0x7fff6dc3dff7 libsystem_dnssd.dylib (878.200.35) <FFC665AA-B257-35AD-BD8B-32FD42C2EEC1> /usr/lib/system/libsystem_dnssd.dylib 0x7fff6dc3e000 - 0x7fff6dc8aff3 libsystem_info.dylib (517.200.9) <0707C387-D7DE-372E-8FF1-3DE5C91932D6> /usr/lib/system/libsystem_info.dylib 0x7fff6dc8b000 - 0x7fff6dcb2ff7 libsystem_kernel.dylib (4903.221.2) <0E882078-7330-3B49-AA5D-3CDB5645A4E5> /usr/lib/system/libsystem_kernel.dylib 0x7fff6dcb3000 - 0x7fff6dcfeff7 libsystem_m.dylib (3158.200.7) <43D1796B-954F-37D6-B1AC-9D80DF0655A2> /usr/lib/system/libsystem_m.dylib 0x7fff6dcff000 - 0x7fff6dd23ff7 libsystem_malloc.dylib (166.220.1) <3B196122-4E0D-3E3F-AA3E-5115B976DE26> /usr/lib/system/libsystem_malloc.dylib 0x7fff6dd24000 - 0x7fff6dd2fff3 libsystem_networkextension.dylib (767.220.1) <C54EB8F6-F305-3452-8DB1-F7DA6859AF8C> /usr/lib/system/libsystem_networkextension.dylib 0x7fff6dd30000 - 0x7fff6dd37fff libsystem_notify.dylib (172.200.21) <BCCB222F-DC64-3954-A836-DCCE6659CA5A> /usr/lib/system/libsystem_notify.dylib 0x7fff6dd38000 - 0x7fff6dd41fef libsystem_platform.dylib (177.200.16) <B75B04AD-69FE-3ADE-84D2-C17972FC8F49> /usr/lib/system/libsystem_platform.dylib 0x7fff6dd42000 - 0x7fff6dd4cfff libsystem_pthread.dylib (330.220.2) <4958273C-4273-3501-8137-E44249E10D9C> /usr/lib/system/libsystem_pthread.dylib 0x7fff6dd4d000 - 0x7fff6dd50ff7 libsystem_sandbox.dylib (851.220.9) <4D6433A8-C703-3ED9-82EB-B9E481A0FD2F> /usr/lib/system/libsystem_sandbox.dylib 0x7fff6dd51000 - 0x7fff6dd53ff3 libsystem_secinit.dylib (30.220.1) <6C681113-8C48-3256-BEF6-0C3723DEB926> /usr/lib/system/libsystem_secinit.dylib 0x7fff6dd54000 - 0x7fff6dd5bff7 libsystem_symptoms.dylib (820.227.2) <3147D594-F41F-35FD-BF0B-6B8B66A407DE> /usr/lib/system/libsystem_symptoms.dylib 0x7fff6dd5c000 - 0x7fff6dd71ff7 libsystem_trace.dylib (906.220.1) <D5045DC5-A165-3238-A470-1796F12BF84F> /usr/lib/system/libsystem_trace.dylib 0x7fff6dd73000 - 0x7fff6dd78ffb libunwind.dylib (35.4) <41222EF6-2233-3CF4-947A-15D48CB8C030> /usr/lib/system/libunwind.dylib 0x7fff6dd79000 - 0x7fff6dda9fff libxpc.dylib (1336.220.5) <B2137772-E202-3656-A089-F6DD517007D5> /usr/lib/system/libxpc.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 1 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: 669233 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=492.4M resident=0K(0%) swapped_out_or_unallocated=492.4M(100%) Writable regions: Total=710.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=710.9M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 512K 3 Activity Tracing 256K 2 CG backing stores 9364K 9 CG image 192K 14 CoreAnimation 116K 14 CoreGraphics 8K 2 CoreImage 16K 5 CoreUI image data 608K 12 CoreUI image file 196K 4 Foundation 28K 3 Kernel Alloc Once 8K 2 MALLOC 303.3M 44 MALLOC guard page 32K 8 MALLOC_NANO (reserved) 384.0M 2 reserved VM address space (unallocated) Memory Tag 242 12K 2 Memory Tag 251 16K 2 OpenGL GLSL 256K 4 SQLite page cache 64K 2 STACK GUARD 56.0M 10 Stack 12.1M 10 VM_ALLOCATE 328K 34 __DATA 32.2M 318 __FONT_DATA 4K 2 __GLSLBUILTINS 5176K 2 __LINKEDIT 224.7M 42 __TEXT 267.7M 314 __UNICODE 564K 2 mapped file 61.0M 41 shared memory 632K 14 =========== ======= ======= TOTAL 1.3G 894 TOTAL, minus reserved VM space 974.9M 894 On Wed, Feb 20, 2019 at 10:05 AM Marius Kintel <marius@kintel.net> wrote: > > > On Feb 20, 2019, at 10:01, Kevin Toppenberg <kdtop3@gmail.com> wrote: > > > > I tried launching from the command line, thinking that it might output > some error message there. But there was no additional info. > > > It feels like that a certain fontconfig and Mojave combination breaks it. > I didn't really figure out why, but it works for me after careful upgrades > and rebuilds. > > -Marius > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
MK
Marius Kintel
Wed, Feb 20, 2019 3:24 PM

On Feb 20, 2019, at 10:22, Kevin Toppenberg kdtop3@gmail.com wrote:

It seems that a healthy part of this problem has to be coming from the OS, in that it used to work, and then started crashing without any change to my OpenSCAD application.

Yup, it's just not finding the font. The crash was just a bug failing to handle missing fonts.

-Marius

> On Feb 20, 2019, at 10:22, Kevin Toppenberg <kdtop3@gmail.com> wrote: > > It seems that a healthy part of this problem has to be coming from the OS, in that it used to work, and then started crashing without any change to my OpenSCAD application. > Yup, it's just not finding the font. The crash was just a bug failing to handle missing fonts. -Marius
KT
Kevin Toppenberg
Wed, Feb 20, 2019 4:04 PM

Well, the latest version doesn't crash when the fonts are missing.  So I
don't know that you need to fix that part.  But it still leaves the
question of why the old, 2015, version can find the fonts but newer one can
not.

Kevin T

On Wed, Feb 20, 2019 at 10:25 AM Marius Kintel marius@kintel.net wrote:

On Feb 20, 2019, at 10:22, Kevin Toppenberg kdtop3@gmail.com wrote:

It seems that a healthy part of this problem has to be coming from the

OS, in that it used to work, and then started crashing without any change
to my OpenSCAD application.

Yup, it's just not finding the font. The crash was just a bug failing to
handle missing fonts.

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Well, the latest version doesn't crash when the fonts are missing. So I don't know that you need to fix that part. But it still leaves the question of why the old, 2015, version can find the fonts but newer one can not. Kevin T On Wed, Feb 20, 2019 at 10:25 AM Marius Kintel <marius@kintel.net> wrote: > > > On Feb 20, 2019, at 10:22, Kevin Toppenberg <kdtop3@gmail.com> wrote: > > > > It seems that a healthy part of this problem has to be coming from the > OS, in that it used to work, and then started crashing without any change > to my OpenSCAD application. > > > Yup, it's just not finding the font. The crash was just a bug failing to > handle missing fonts. > > -Marius > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
MK
Marius Kintel
Thu, Feb 21, 2019 6:22 AM

Try today's binaries.

-Marius

Try today's binaries. -Marius
KT
Kevin Toppenberg
Fri, Feb 22, 2019 10:37 PM

That work now.  Thanks!

Kevin T

On Thu, Feb 21, 2019 at 1:22 AM Marius Kintel marius@kintel.net wrote:

That work now. Thanks! Kevin T On Thu, Feb 21, 2019 at 1:22 AM Marius Kintel <marius@kintel.net> wrote: > Try today's binaries. > > -Marius > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >