I have the same Xquartz as you.
I have rgl-0.100.50 from CRAN
Apple is macOS Catalina, Version 10.15.4
Do you need hardware information?
MacBpok Air (13 -inch, Mid 2012)
Processor 2GHz Dual-Core Intel Core i7
Memory 8 GB 1600 MHz DDR3
Graphics Intel HD Graphics 4000 1536 MB


from the Terminal App:
The Apple Crash Report is in the attached tmp.txt
I didn't send it to Apple.

R version 4.0.0 (2020-04-24) -- "Arbor Day"

Copyright (C) 2020 The R Foundation for Statistical Computing

Platform: x86_64-apple-darwin17.0 (64-bit)


R is free software and comes with ABSOLUTELY NO WARRANTY.

You are welcome to redistribute it under certain conditions.

Type 'license()' or 'licence()' for distribution details.


  Natural language support but running in an English locale


R is a collaborative project with many contributors.

Type 'contributors()' for more information and

'citation()' on how to cite R or R packages in publications.


Type 'demo()' for some demos, 'help()' for on-line help, or

'help.start()' for an HTML browser interface to help.

Type 'q()' to quit R.


> library(rgl)

> plot(1:10)

> 2020-05-29 12:30:00.536 R[24961:3275889] *** Assertion failure in BOOL 
> NSScreenConfigurationInvalidateIfNeededForReason(_NSScreenConfigurationUpdateReason)(),
>  
> /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1894.40.150/AppKit.subproj/NSScreenConfiguration.m:473

2020-05-29 12:30:00.543 R[24961:3275889] *** Terminating app due to
uncaught exception 'NSInternalInconsistencyException', reason:
'NSScreen reconfig must only happen on the main thread.'

*** First throw call stack:

(

0   CoreFoundation                      0x00007fff371698d7
__exceptionPreprocess + 250

1   libobjc.A.dylib                     0x00007fff6ff47a9e
objc_exception_throw + 48

2   CoreFoundation                      0x00007fff37192bb0
+[NSException raise:format:arguments:] + 88

3   Foundation                          0x00007fff398de456
-[NSAssertionHandler
handleFailureInFunction:file:lineNumber:description:] + 166

4   AppKit                              0x00007fff34503083
+[_NSScreenConfiguration invalidateConfigurationIfNeededForReason:] +
361

5   AppKit                              0x00007fff34e4bda8
_NSApplicationInvalidateScreenConfigurationMaybeIfNeeded + 243

6   AppKit                              0x00007fff34502c85
-[NSApplication(ScreenHandling) _reactToDockChanged] + 144

7   AppKit                              0x00007fff345024dc
_NSCGSDockMessageReceive + 268

8   HIToolbox                           0x00007fff35d34a3c
_ZL12DockCallbackjjPvS_ + 1987

9   HIServices                          0x00007fff3539c8ec
dockClientNotificationProc + 217

10  SkyLight                            0x00007fff6626f174
_ZN12_GLOBAL__N_123notify_datagram_handlerEj15CGSDatagramTypePvmS1_ +
1002

11  SkyLight                            0x00007fff6626de71
CGSSnarfAndDispatchDatagrams + 1671

12  SkyLight                            0x00007fff6649d5a5
SLSGetNextEventRecordInternal + 83

13  SkyLight                            0x00007fff6633bfbe
SLEventCreateNextEvent + 136

14  libXplugin.1.dylib                  0x000000010686df0c
___xp_init_service_cg_event_port_block_invoke + 104

15  libdispatch.dylib                   0x00007fff7108d658
_dispatch_client_callout + 8

16  libdispatch.dylib                   0x00007fff7108f818
_dispatch_continuation_pop + 414

17  libdispatch.dylib                   0x00007fff7109f4be
_dispatch_source_invoke + 2084

18  libdispatch.dylib                   0x00007fff71092af6
_dispatch_lane_serial_drain + 263

19  libdispatch.dylib                   0x00007fff710935d6
_dispatch_lane_invoke + 363

20  libdispatch.dylib                   0x00007fff7109cc09
_dispatch_workloop_worker_thread + 596

21  libsystem_pthread.dylib             0x00007fff712eba3d
_pthread_wqthread + 290

22  libsystem_pthread.dylib             0x00007fff712eab77 start_wqthread + 15

)

libc++abi.dylib: terminating with uncaught exception of type NSException

zsh: abort      R

rmh@rmhs-Air ~ %


On Fri, May 29, 2020 at 12:16 PM Duncan Murdoch
<murdoch.dun...@gmail.com> wrote:
>
> I'm not seeing that with R-patched r78557, run from the console.  I'm
> not sure I have the same MacOS version as you (R prints the same thing,
> Apple says High Sierra 10.13.6).  I tried with the CRAN binary of rgl
> 0.100.54.  I'd guess the version of XQuartz may be important:  I'm not
> seeing rgl in the call stack, but libXplugin is there.  Mine is "XQuartz
> 2.7.11 (xorg-server 1.18.4)".
>
> Duncan Murdoch
>
>
>
> On 29/05/2020 11:44 a.m., Richard M. Heiberger wrote:
> > R version 4.0.0 (2020-04-24) -- "Arbor Day"
> > Copyright (C) 2020 The R Foundation for Statistical Computing
> > Platform: x86_64-apple-darwin17.0 (64-bit)
> >
> > R is free software and comes with ABSOLUTELY NO WARRANTY.
> > You are welcome to redistribute it under certain conditions.
> > Type 'license()' or 'licence()' for distribution details.
> >
> >    Natural language support but running in an English locale
> >
> > R is a collaborative project with many contributors.
> > Type 'contributors()' for more information and
> > 'citation()' on how to cite R or R packages in publications.
> >
> > Type 'demo()' for some demos, 'help()' for on-line help, or
> > 'help.start()' for an HTML browser interface to help.
> > Type 'q()' to quit R.
> >
> >> if(identical(getOption('pager'), file.path(R.home('bin'), 'pager'))) 
> >> options(pager='cat') # rather take the ESS one
> >> options(STERM='iESS', str.dendrogram.last="'", editor='emacsclient', 
> >> show.error.locations=TRUE)
> >> version
> >                 _
> > platform       x86_64-apple-darwin17.0
> > arch           x86_64
> > os             darwin17.0
> > system         x86_64, darwin17.0
> > status
> > major          4
> > minor          0.0
> > year           2020
> > month          04
> > day            24
> > svn rev        78286
> > language       R
> > version.string R version 4.0.0 (2020-04-24)
> > nickname       Arbor Day
> >>
> >> library(rgl)
> >> plot(1:10)
> >>
> >
> > Process R abort trap: 6 at Fri May 29 11:32:59 2020
> > 2020-05-29 11:32:59.542 R[24448:3255600] *** Assertion failure in BOOL
> > NSScreenConfigurationInvalidateIfNeededForReason(_NSScreenConfigurationUpdateReason)(),
> > /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1894.40.150/AppKit.subproj/NSScreenConfiguration.m:473
> > 2020-05-29 11:32:59.560 R[24448:3255600] *** Terminating app due to
> > uncaught exception 'NSInternalInconsistencyException', reason:
> > 'NSScreen reconfig must only happen on the main thread.'
> > *** First throw call stack:
> > (
> > 0   CoreFoundation                      0x00007fff371698d7
> > __exceptionPreprocess + 250
> > 1   libobjc.A.dylib                     0x00007fff6ff47a9e
> > objc_exception_throw + 48
> > 2   CoreFoundation                      0x00007fff37192bb0
> > +[NSException raise:format:arguments:] + 88
> > 3   Foundation                          0x00007fff398de456
> > -[NSAssertionHandler
> > handleFailureInFunction:file:lineNumber:description:] + 166
> > 4   AppKit                              0x00007fff34503083
> > +[_NSScreenConfiguration invalidateConfigurationIfNeededForReason:] +
> > 361
> > 5   AppKit                              0x00007fff34e4bda8
> > _NSApplicationInvalidateScreenConfigurationMaybeIfNeeded + 243
> > 6   AppKit                              0x00007fff34502c85
> > -[NSApplication(ScreenHandling) _reactToDockChanged] + 144
> > 7   AppKit                              0x00007fff345024dc
> > _NSCGSDockMessageReceive + 268
> > 8   HIToolbox                           0x00007fff35d34a3c
> > _ZL12DockCallbackjjPvS_ + 1987
> > 9   HIServices                          0x00007fff3539c8ec
> > dockClientNotificationProc + 217
> > 10  SkyLight                            0x00007fff6626f174
> > _ZN12_GLOBAL__N_123notify_datagram_handlerEj15CGSDatagramTypePvmS1_ +
> > 1002
> > 11  SkyLight                            0x00007fff6626de71
> > CGSSnarfAndDispatchDatagrams + 1671
> > 12  SkyLight                            0x00007fff6649d5a5
> > SLSGetNextEventRecordInternal + 83
> > 13  SkyLight                            0x00007fff6633bfbe
> > SLEventCreateNextEvent + 136
> > 14  libXplugin.1.dylib                  0x000000010ffa5f0c
> > ___xp_init_service_cg_event_port_block_invoke + 104
> > 15  libdispatch.dylib                   0x00007fff7108d658
> > _dispatch_client_callout + 8
> > 16  libdispatch.dylib                   0x00007fff7108f818
> > _dispatch_continuation_pop + 414
> > 17  libdispatch.dylib                   0x00007fff7109f4be
> > _dispatch_source_invoke + 2084
> > 18  libdispatch.dylib                   0x00007fff71092af6
> > _dispatch_lane_serial_drain + 263
> > 19  libdispatch.dylib                   0x00007fff710935d6
> > _dispatch_lane_invoke + 363
> > 20  libdispatch.dylib                   0x00007fff7109cc09
> > _dispatch_workloop_worker_thread + 596
> > 21  libsystem_pthread.dylib             0x00007fff712eba3d
> > _pthread_wqthread + 290
> > 22  libsystem_pthread.dylib             0x00007fff712eab77 start_wqthread + 
> > 15
> > )
> > libc++abi.dylib: terminating with uncaught exception of type NSException
> >
> > _______________________________________________
> > R-SIG-Mac mailing list
> > R-SIG-Mac@r-project.org
> > https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> >
>
Process:               R [24961]
Path:                  /Library/Frameworks/R.framework/Resources/bin/exec/R
Identifier:            R
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        zsh [24956]
Responsible:           Terminal [24953]
User ID:               501

Date/Time:             2020-05-29 12:30:01.799 -0400
OS Version:            Mac OS X 10.15.4 (19E287)
Report Version:        12
Anonymous UUID:        5552737F-F617-CAAA-C5DF-6427B39D67D1

Sleep/Wake UUID:       83F0B801-A761-47D6-BB58-57AFB94F1369

Time Awake Since Boot: 610000 seconds
Time Since Wake:       12000 seconds

System Integrity Protection: enabled

Crashed Thread:        1  Dispatch queue: com.apple.Xplugin.CGEventPort

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

Application Specific Information:
*** Terminating app due to uncaught exception 
'NSInternalInconsistencyException', reason: 'NSScreen reconfig must only happen 
on the main thread.'
abort() called
terminating with uncaught exception of type NSException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff371698d7 
__exceptionPreprocess + 250
1   libobjc.A.dylib                     0x00007fff6ff47a9e objc_exception_throw 
+ 48
2   CoreFoundation                      0x00007fff37192bb0 +[NSException 
raise:format:arguments:] + 88
3   Foundation                          0x00007fff398de456 -[NSAssertionHandler 
handleFailureInFunction:file:lineNumber:description:] + 166
4   AppKit                              0x00007fff34503083 
+[_NSScreenConfiguration invalidateConfigurationIfNeededForReason:] + 361
5   AppKit                              0x00007fff34e4bda8 
_NSApplicationInvalidateScreenConfigurationMaybeIfNeeded + 243
6   AppKit                              0x00007fff34502c85 
-[NSApplication(ScreenHandling) _reactToDockChanged] + 144
7   AppKit                              0x00007fff345024dc 
_NSCGSDockMessageReceive + 268
8   HIToolbox                           0x00007fff35d34a3c 
_ZL12DockCallbackjjPvS_ + 1987
9   HIServices                          0x00007fff3539c8ec 
dockClientNotificationProc + 217
10  SkyLight                            0x00007fff6626f174 
_ZN12_GLOBAL__N_123notify_datagram_handlerEj15CGSDatagramTypePvmS1_ + 1002
11  SkyLight                            0x00007fff6626de71 
CGSSnarfAndDispatchDatagrams + 1671
12  SkyLight                            0x00007fff6649d5a5 
SLSGetNextEventRecordInternal + 83
13  SkyLight                            0x00007fff6633bfbe 
SLEventCreateNextEvent + 136
14  libXplugin.1.dylib                  0x000000010686df0c 
___xp_init_service_cg_event_port_block_invoke + 104
15  libdispatch.dylib                   0x00007fff7108d658 
_dispatch_client_callout + 8
16  libdispatch.dylib                   0x00007fff7108f818 
_dispatch_continuation_pop + 414
17  libdispatch.dylib                   0x00007fff7109f4be 
_dispatch_source_invoke + 2084
18  libdispatch.dylib                   0x00007fff71092af6 
_dispatch_lane_serial_drain + 263
19  libdispatch.dylib                   0x00007fff710935d6 
_dispatch_lane_invoke + 363
20  libdispatch.dylib                   0x00007fff7109cc09 
_dispatch_workloop_worker_thread + 596
21  libsystem_pthread.dylib             0x00007fff712eba3d _pthread_wqthread + 
290
22  libsystem_pthread.dylib             0x00007fff712eab77 start_wqthread + 15

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib              0x00007fff71227dfa mach_msg_trap + 10
1   libsystem_kernel.dylib              0x00007fff71228170 mach_msg + 60
2   com.apple.ApplicationServices.ATS   0x00007fff35129f79 
SendFontManagementMessageWithMessageStatus + 186
3   com.apple.ApplicationServices.ATS   0x00007fff35129e3f 
RendezvousWithServer(char*) + 364
4   com.apple.ApplicationServices.ATS   0x00007fff35129bea 
NewHookUpWithATSServer(unsigned char) + 502
5   com.apple.ApplicationServices.ATS   0x00007fff35129556 FOLazyInitialize + 
371
6   com.apple.ApplicationServices.ATS   0x00007fff35160a0d ATSFontFindFromName 
+ 33
7   grDevices.so                        0x000000010626262b RQuartz_Font + 827
8   grDevices.so                        0x0000000106260ab2 RQuartz_StrWidth + 66
9   libR.dylib                          0x0000000103945956 GEStrWidth + 406
10  graphics.so                         0x0000000106a82b3b Rf_GStrWidth + 91
11  graphics.so                         0x0000000106a90cf5 C_axis + 6085
12  libR.dylib                          0x000000010392f8a3 do_External + 307
13  libR.dylib                          0x0000000103932817 do_Externalgr + 71 
(dotcode.c:1346)
14  libR.dylib                          0x00000001039497c6 GEplayDisplayList + 
294
15  grDevices.so                        0x00000001062600f6 
QuartzDevice_ReplayDisplayList + 54
16  grDevices.so                        0x0000000106265eac -[QuartzCocoaView 
drawRect:] + 508
17  com.apple.AppKit                    0x00007fff344e41ff _NSViewDrawRect + 139
18  com.apple.AppKit                    0x00007fff344e350e -[NSView(NSInternal) 
_recursive:displayRectIgnoringOpacity:inContext:stopAtLayerBackedViews:] + 2170
19  com.apple.AppKit                    0x00007fff344e290a 
-[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 1271
20  com.apple.QuartzCore                0x00007fff42bf3edd 
CABackingStoreUpdate_ + 595
21  com.apple.QuartzCore                0x00007fff42c53935 invocation function 
for block in CA::Layer::display_() + 53
22  com.apple.QuartzCore                0x00007fff42bf33ce -[CALayer _display] 
+ 2103
23  com.apple.AppKit                    0x00007fff344e22fa -[_NSBackingLayer 
display] + 537
24  com.apple.AppKit                    0x00007fff34443de7 
-[_NSViewBackingLayer display] + 800
25  com.apple.QuartzCore                0x00007fff42bf2469 
CA::Layer::display_if_needed(CA::Transaction*) + 757
26  com.apple.QuartzCore                0x00007fff42bd0716 
CA::Context::commit_transaction(CA::Transaction*, double) + 334
27  com.apple.QuartzCore                0x00007fff42bcf304 
CA::Transaction::commit() + 644
28  com.apple.AppKit                    0x00007fff344f8a01 
__62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke 
+ 266
29  com.apple.AppKit                    0x00007fff34c17950 
___NSRunLoopObserverCreateWithHandler_block_invoke + 41
30  com.apple.CoreFoundation            0x00007fff370ed02c 
__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
31  com.apple.CoreFoundation            0x00007fff370ecf5c 
__CFRunLoopDoObservers + 457
32  com.apple.CoreFoundation            0x00007fff370ec4f4 __CFRunLoopRun + 884
33  com.apple.CoreFoundation            0x00007fff370ebb23 CFRunLoopRunSpecific 
+ 466
34  com.apple.HIToolbox                 0x00007fff35d0dabd 
RunCurrentEventLoopInMode + 292
35  com.apple.HIToolbox                 0x00007fff35d0d6f4 
ReceiveNextEventCommon + 359
36  com.apple.HIToolbox                 0x00007fff35d0d579 
_BlockUntilNextEventMatchingListInModeWithFilter + 64
37  com.apple.AppKit                    0x00007fff34358c99 _DPSNextEvent + 883
38  com.apple.AppKit                    0x00007fff343574e0 
-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] 
+ 1352
39  grDevices.so                        0x00000001062666dc input_handler + 156
40  libR.dylib                          0x0000000103aae7a6 Rstd_ReadConsole + 
2070 (sys-std.c:1065)
41  libR.dylib                          0x00000001039b7a14 Rf_ReplIteration + 
100 (main.c:213)
42  libR.dylib                          0x00000001039b91ff run_Rmainloop + 207 
(main.c:1113)
43  R                                   0x00000001038a0f5b main + 27
44  libdyld.dylib                       0x00007fff710e6cc9 start + 1

Thread 1 Crashed:: Dispatch queue: com.apple.Xplugin.CGEventPort
0   libsystem_kernel.dylib              0x00007fff7122e33a __pthread_kill + 10
1   libsystem_pthread.dylib             0x00007fff712eee60 pthread_kill + 430
2   libsystem_c.dylib                   0x00007fff711b5808 abort + 120
3   libc++abi.dylib                     0x00007fff6e41d458 abort_message + 231
4   libc++abi.dylib                     0x00007fff6e40e8bf 
demangling_terminate_handler() + 262
5   libobjc.A.dylib                     0x00007fff6ff49a57 _objc_terminate() + 
96
6   libc++abi.dylib                     0x00007fff6e41c887 
std::__terminate(void (*)()) + 8
7   libc++abi.dylib                     0x00007fff6e41c829 std::terminate() + 41
8   libdispatch.dylib                   0x00007fff7108d66c 
_dispatch_client_callout + 28
9   libdispatch.dylib                   0x00007fff7108f818 
_dispatch_continuation_pop + 414
10  libdispatch.dylib                   0x00007fff7109f4be 
_dispatch_source_invoke + 2084
11  libdispatch.dylib                   0x00007fff71092af6 
_dispatch_lane_serial_drain + 263
12  libdispatch.dylib                   0x00007fff710935d6 
_dispatch_lane_invoke + 363
13  libdispatch.dylib                   0x00007fff7109cc09 
_dispatch_workloop_worker_thread + 596
14  libsystem_pthread.dylib             0x00007fff712eba3d _pthread_wqthread + 
290
15  libsystem_pthread.dylib             0x00007fff712eab77 start_wqthread + 15

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

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

Thread 4:
0   libsystem_kernel.dylib              0x00007fff712300fe __select + 10
1   grDevices.so                        0x00000001062664e8 -[ELThread 
eventsThread:] + 152
2   com.apple.Foundation                0x00007fff3979a882 __NSThread__start__ 
+ 1064
3   libsystem_pthread.dylib             0x00007fff712ef109 _pthread_start + 148
4   libsystem_pthread.dylib             0x00007fff712eab8b thread_start + 15

Thread 1 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000700008132000  rcx: 0x0000700008131208  
rdx: 0x0000000000000000
  rdi: 0x0000000000002703  rsi: 0x0000000000000006  rbp: 0x0000700008131230  
rsp: 0x0000700008131208
   r8: 0x00007000081310d0   r9: 0x00007000081312a0  r10: 0x0000700008132000  
r11: 0x0000000000000246
  r12: 0x0000000000002703  r13: 0x0000003000000008  r14: 0x0000000000000006  
r15: 0x0000000000000016
  rip: 0x00007fff7122e33a  rfl: 0x0000000000000246  cr2: 0x000000010ad18000

Logical CPU:     0
Error Code:      0x0100001f
Trap Number:     133


Binary Images:
       0x1038a0000 -        0x1038a0fff +R (0) 
<88DA1AB8-66FB-3730-80EC-A17358DC7FED> 
/Library/Frameworks/R.framework/Resources/bin/exec/R
       0x1038aa000 -        0x103bb1fff +libR.dylib (0) 
<68A05988-8D8E-3034-95BE-E99CDAD41083> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libR.dylib
       0x103d9a000 -        0x103dc2fff +libRblas.dylib (0) 
<FE8F45A3-8DD0-37AB-B105-2945C1CB87E7> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
       0x103dcc000 -        0x103ffdfef +libgfortran.5.dylib (0) 
<5B0F7278-9D16-3B60-A413-59EEF538E568> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libgfortran.5.dylib
       0x10408a000 -        0x1040c2fff +libquadmath.0.dylib (0) 
<856F3E97-EECB-3DDE-AF45-56AEA7758A1E> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libquadmath.0.dylib
       0x1040d6000 -        0x1040d7ffb +mime.so (0) 
<E09379E3-9448-3D82-B2C3-EB6AFB511D96> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/mime/libs/mime.so
       0x1040da000 -        0x1040effef +libgcc_s.1.dylib (1) 
<C1F47CA1-564E-36B8-BE6F-7A5FDD88E2C6> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libgcc_s.1.dylib
       0x10622a000 -        0x106232ff3 +utils.so (0) 
<31F175B0-4986-3570-B501-371FB7629CF0> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/utils/libs/utils.so
       0x10623d000 -        0x106271ff7 +grDevices.so (0) 
<41629F6B-8117-30A6-A6B0-2D14764628D2> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/grDevices/libs/grDevices.so
       0x1062ee000 -        0x1062f3ff7 +methods.so (0) 
<4DEBA375-497E-3707-9882-A397C7A0960C> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/methods/libs/methods.so
       0x10644f000 -        0x106450fff +libXdamage.1.dylib (3) 
<047F8282-2B2D-344A-A297-229259A0F11A> /opt/X11/*/libXdamage.1.dylib
       0x106455000 -        0x106455fff +libX11-xcb.1.dylib (2) 
<C6EA3D8F-5255-3A78-B7B3-9D7066E68FCE> /opt/X11/*/libX11-xcb.1.dylib
       0x1066b9000 -        0x1066c3ff7 +htmltools.so (0) 
<66E53AD5-E9CD-3EE3-A8E2-0245DE893DCD> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/htmltools/libs/htmltools.so
       0x1066d1000 -        0x1066dcff7 +jsonlite.so (0) 
<99A70E75-91E5-3A4D-ADE7-2B59E51AEF17> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/jsonlite/libs/jsonlite.so
       0x10675c000 -        0x10676dffb +tools.so (0) 
<DA9FC02B-0DB0-38BD-BD05-20A89C2725BD> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/tools/libs/tools.so
       0x10677a000 -        0x106799fff +later.so (0) 
<CD7D87A0-844E-3E16-99F3-39C583280623> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/later/libs/later.so
       0x1067bf000 -        0x1067caff7 +promises.so (0) 
<D1890A81-13FD-3C76-9A62-939F1E452D9B> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/promises/libs/promises.so
       0x1067d9000 -        0x1067e0ff7 +fastmap.so (0) 
<B4763645-5C6E-3324-AB67-A1E000ACE68D> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/fastmap/libs/fastmap.so
       0x10686c000 -        0x106879ff7 +libXplugin.1.dylib (1) 
<CAC780C2-5B07-313B-A3A2-74106D525846> /opt/X11/*/libXplugin.1.dylib
       0x106884000 -        0x106885fff +libXau.6.dylib (7) 
<45CD2F7C-EDBB-3575-B883-9C397685B211> /opt/X11/*/libXau.6.dylib
       0x106a75000 -        0x106aaeff7 +graphics.so (0) 
<A691E25D-9E3D-3A21-8080-FF76CD334131> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/graphics/libs/graphics.so
       0x106abe000 -        0x106b64fff +stats.so (0) 
<5A2E0E66-9C18-36DD-9C41-0E09EEA59572> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/stats/libs/stats.so
       0x106b85000 -        0x106d7efef +libRlapack.dylib (0) 
<55895CA0-6B5B-35C0-B0DC-A5DBC552C289> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib
       0x106e34000 -        0x106e4ffff +digest.so (0) 
<85AB9362-6129-38DF-A939-614AB99C610F> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/digest/libs/digest.so
       0x106ec3000 -        0x106ed8fff +rlang.so (0) 
<72C7EFB1-87A5-3897-986B-B7CF42803E64> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/rlang/libs/rlang.so
       0x106f30000 -        0x106f88ff7 +Rcpp.so (0) 
<6062D389-BBE5-3332-8931-65415C8AB32E> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/libs/Rcpp.so
       0x107294000 -        0x107339fff +httpuv.so (0) 
<FF249734-4880-3B85-A9AD-9E574F2D4440> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/httpuv/libs/httpuv.so
       0x10764a000 -        0x10774dff7 +rgl.so (0) 
<A8CE54DE-25EE-3362-93B1-7FAEC3DA04F5> 
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/rgl/libs/rgl.so
       0x1077d3000 -        0x107847fff +libGLU.1.dylib (5.1) 
<242B1D1E-3ABC-34E7-AE1E-41C94FE1E5ED> /opt/X11/*/libGLU.1.dylib
       0x10785f000 -        0x107c4bff7 +libGL.1.dylib (4) 
<092EEE92-FC52-3C6F-A32F-1E20DFC31663> /opt/X11/*/libGL.1.dylib
       0x107d2f000 -        0x107e3afff +libX11.6.dylib (10) 
<1BAB7ED3-D9A4-3AAD-9DBA-CCA9C5F54E49> /opt/X11/*/libX11.6.dylib
       0x107e64000 -        0x107e9cfff +libglapi.0.dylib (1) 
<3B8693CA-AA5E-3F8E-BE38-51482EE180F1> /opt/X11/*/libglapi.0.dylib
       0x107ebb000 -        0x107ebefff +libXfixes.3.dylib (5) 
<4C581BB8-C505-32A0-8D08-11DCDCF6446B> /opt/X11/*/libXfixes.3.dylib
       0x107ec4000 -        0x107ed0fff +libxcb-glx.0.dylib (1) 
<44410977-5E82-3002-90E0-C46EBBA8B2E5> /opt/X11/*/libxcb-glx.0.dylib
       0x107ee2000 -        0x107ee5fff +libXxf86vm.1.dylib (2) 
<41E6682D-2FC1-33D7-AA07-4F8D82C2789C> /opt/X11/*/libXxf86vm.1.dylib
       0x107eeb000 -        0x107ef7fff +libXext.6.dylib (11) 
<899041F6-4E8D-322E-9A21-03BDB005BD63> /opt/X11/*/libXext.6.dylib
       0x107f00000 -        0x107f19ff7 +libxcb.1.dylib (3) 
<FDEDEE32-91A5-3301-AFB5-50B8D4CCCBBD> /opt/X11/*/libxcb.1.dylib
       0x107f2d000 -        0x107f30fff +libXdmcp.6.dylib (7) 
<B8414558-7AF1-357E-9361-79D317C6AB28> /opt/X11/*/libXdmcp.6.dylib
       0x10911f000 -        0x109122047  libobjc-trampolines.dylib (787.1) 
<48095A55-7C82-3AE8-95CE-29A21B6450D8> /usr/lib/libobjc-trampolines.dylib
       0x10a620000 -        0x10a6b1eff  dyld (750.5) 
<1F893B81-89A5-3502-8510-95B97B9F730D> /usr/lib/dyld
    0x7fff2ca1d000 -     0x7fff2cf1dfff  
com.apple.driver.AppleIntelHD4000GraphicsGLDriver (14.5.22 - 14.0.5) 
<C6B029F9-0785-30D4-B4F2-F8DA8548090B> 
/System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
    0x7fff32c87000 -     0x7fff32c87fff  com.apple.Accelerate (1.11 - 
Accelerate 1.11) <EF0B0F85-2D5F-3543-8B7F-F73251E354F4> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff32c88000 -     0x7fff32c9fff7  libCGInterfaces.dylib (524.2) 
<86A3C54A-786E-34FA-957A-A488CCFAC1D6> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff32ca0000 -     0x7fff3353bfff  com.apple.vImage (8.1 - 524.2) 
<E396BDC6-045F-302D-BA78-67233762C4D7> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff3353c000 -     0x7fff336d1fef  libBLAS.dylib (1303.60.1) 
<8E10CA70-C873-31A5-AE86-FD22FBEC204E> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff336d2000 -     0x7fff33a13fff  libBNNS.dylib (144.100.2) 
<66DC1355-F9D7-3449-83E5-66F155C508E2> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff33a14000 -     0x7fff33dbbfff  libLAPACK.dylib (1303.60.1) 
<457EB68E-5FEB-3940-A9F1-8B6E75AC6FE0> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff33dbc000 -     0x7fff33dd1ffc  libLinearAlgebra.dylib (1303.60.1) 
<5CEBADA6-BE7B-3928-8417-B60EF814B9D0> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff33dd2000 -     0x7fff33dd7ff3  libQuadrature.dylib (7) 
<EB7C9E98-D1E7-314C-90B4-3EB04428CC7C> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff33dd8000 -     0x7fff33e48fff  libSparse.dylib (103) 
<8C55F5F2-6AE3-393C-B2FF-22B8CFCBD7FC> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff33e49000 -     0x7fff33e5bff7  libSparseBLAS.dylib (1303.60.1) 
<9C402FE0-062B-3BCA-8E6B-36AE4BBD8871> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff33e5c000 -     0x7fff33feefe3  libvDSP.dylib (735.100.4) 
<BB2D5A62-C584-3D08-8B51-5BF9BA7BCD55> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff33fef000 -     0x7fff3416dfe7  libvMisc.dylib (735.100.4) 
<ACAF653F-A0E9-3D01-9578-7152EAD1DBA1> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff3416e000 -     0x7fff3416efff  com.apple.Accelerate.vecLib (3.11 - 
vecLib 3.11) <20EC1281-A4CD-352D-817C-1016A8BDEC0A> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff3416f000 -     0x7fff341ceff0  com.apple.Accounts (113 - 113) 
<4B85E422-169E-396D-898A-DD1A7715EC6D> 
/System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff34318000 -     0x7fff350d7ff5  com.apple.AppKit (6.9 - 1894.40.150) 
<FDDF35FF-4007-3F0B-B59C-03CFF3A0A73B> 
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff35127000 -     0x7fff35127fff  com.apple.ApplicationServices (48 - 
50) <CABCF23C-55E5-35E1-AAF0-EE5DDE3FDB03> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff35128000 -     0x7fff35193fff  com.apple.ApplicationServices.ATS (377 
- 493.0.4.1) <6AA4BBCC-43AF-3EBF-8EB5-7916A3B563AA> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff3522c000 -     0x7fff3526aff0  libFontRegistry.dylib (274.0.4.2) 
<FBF6EC26-42C0-334E-B67C-871AD50DB0BC> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff352c5000 -     0x7fff352f4fff  com.apple.ATSUI (1.0 - 1) 
<D8C604E9-D854-3A32-B37B-819197537A63> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff352f5000 -     0x7fff352f9ffb  com.apple.ColorSyncLegacy (4.13.0 - 1) 
<2359E2CD-8FCE-32D7-AF76-F4D9A3D9D9F8> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff35393000 -     0x7fff353eaffa  com.apple.HIServices (1.22 - 675.1) 
<B2DEE96F-ED7A-3924-A2E2-44BB7A950BD8> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff353eb000 -     0x7fff353f9fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) 
<1603F2CC-DC51-3E15-B6B5-0A9F9AB0C045> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff353fa000 -     0x7fff3543fffa  com.apple.print.framework.PrintCore 
(15.4 - 516.2) <525E8A4B-297B-3CAC-8A4A-6C7E211D7A21> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff35440000 -     0x7fff3544aff7  com.apple.QD (4.0 - 413) 
<1EAEF5BC-D649-3E42-87BC-43CCEE4D5274> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff3544b000 -     0x7fff35458ffc  com.apple.speech.synthesis.framework 
(9.0.24 - 9.0.24) <C2E5BBFC-2EF0-3FFE-A1CF-960631DC249C> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff35459000 -     0x7fff3553affa  com.apple.audio.toolbox.AudioToolbox 
(1.14 - 1.14) <4222CBDF-D637-30DB-BA45-C6E222BABB24> 
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff3553c000 -     0x7fff3553cfff  com.apple.audio.units.AudioUnit (1.14 
- 1.14) <73D89D5E-05D5-3F64-BE02-2B2ED6AD6C03> 
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff358cf000 -     0x7fff35c5dffd  com.apple.CFNetwork (1125.2 - 1125.2) 
<1D4D81F7-FC48-3588-87FC-481E2586E345> 
/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff35cd9000 -     0x7fff35cd9fff  com.apple.Carbon (160 - 162) 
<CAA294BD-BC93-384A-8415-B254C89098FC> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff35cda000 -     0x7fff35cddff3  com.apple.CommonPanels (1.2.6 - 101) 
<63261921-DD00-312E-AFD1-C099E1984725> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff35cde000 -     0x7fff35fd2ff3  com.apple.HIToolbox (2.1.1 - 994.6) 
<C03A48FC-1A02-320D-9147-F4687A1BBC6F> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff35fd3000 -     0x7fff35fd6ff3  com.apple.help (1.3.8 - 71) 
<F5E9EA64-5D5E-346F-98D0-D04A2F805D8D> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff35fd7000 -     0x7fff35fdcff7  com.apple.ImageCapture (9.0 - 
1600.60.4.2) <63FE9A8C-A7C6-3ABD-AA1D-EA1BC6613C39> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff35fdd000 -     0x7fff35fddfff  com.apple.ink.framework (10.15 - 227) 
<90518F56-AD8A-3627-905A-16E2B8640F87> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff35fde000 -     0x7fff35ff8ffa  com.apple.openscripting (1.7 - 185.1) 
<718C485A-4167-3A26-B2CD-6C42B5B36D01> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff36019000 -     0x7fff36019fff  com.apple.print.framework.Print (15 - 
271) <29384C24-6667-3BAA-992A-DAD809D6387E> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff3601a000 -     0x7fff3601cff7  com.apple.securityhi (9.0 - 55008) 
<478C57A9-D5A5-3951-B289-DA5323E9044A> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff3601d000 -     0x7fff36023fff  com.apple.speech.recognition.framework 
(6.0.3 - 6.0.3) <E6BE4EC1-5C53-38BB-AAFD-E7BF7A8975BC> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff361cb000 -     0x7fff362c1fff  com.apple.ColorSync (4.13.0 - 3394.7) 
<FC6CFACE-CDD8-3811-BAB6-C9F82AC0A594> 
/System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff365ac000 -     0x7fff36ab5ffb  com.apple.audio.CoreAudio (5.0 - 5.0) 
<CF50C6CC-6753-3D64-A76B-21CE211A98E8> 
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff36b08000 -     0x7fff36b40fff  com.apple.CoreBluetooth (1.0 - 1) 
<D2943204-C3A0-3C09-A7A9-BF75822678B4> 
/System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff36b41000 -     0x7fff36f3cff8  com.apple.CoreData (120 - 977.3) 
<24203985-D683-3460-A21E-9E29E94D0B24> 
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff36f3d000 -     0x7fff37068ffe  com.apple.CoreDisplay (1.0 - 186.5.25) 
<53F750C6-947A-39AE-984E-41939B858A68> 
/System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff37069000 -     0x7fff374e9ff3  com.apple.CoreFoundation (6.9 - 
1675.129) <233ECC64-84C9-3325-8A30-7714FBDF77CD> 
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff374eb000 -     0x7fff37b81ff8  com.apple.CoreGraphics (2.0 - 1355.13) 
<6933695A-C08B-37B6-9BC9-28A4218960C8> 
/System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff37b8f000 -     0x7fff37eeaff0  com.apple.CoreImage (15.0.0 - 940.9) 
<CA78A35D-E15E-3D98-BDEF-9F3D9039DB78> 
/System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff38474000 -     0x7fff38474fff  com.apple.CoreServices (1069.22 - 
1069.22) <888FE7B9-CE6C-3C7C-BA33-63364462228A> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff38475000 -     0x7fff384fafff  com.apple.AE (838.1 - 838.1) 
<2BAB1B88-C198-3D20-8DA3-056E66510E7A> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff384fb000 -     0x7fff387dcff7  com.apple.CoreServices.CarbonCore 
(1217 - 1217) <D0FECC17-7E16-308F-98EA-AF311CB77FE6> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff387dd000 -     0x7fff3882affd  com.apple.DictionaryServices (1.2 - 
323.6) <11513ED9-8B4B-39BB-A6B2-AA6AA0A2DF72> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff3882b000 -     0x7fff38833ff7  com.apple.CoreServices.FSEvents 
(1268.100.1 - 1268.100.1) <CE3D8B13-2583-3527-8532-D5DDAAD7D56B> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff38834000 -     0x7fff38a6dffc  com.apple.LaunchServices (1069.22 - 
1069.22) <E51EE658-608C-3034-9635-4FDF1E241E62> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff38a6e000 -     0x7fff38b06ff1  com.apple.Metadata (10.7.0 - 2076.3) 
<EE42CCA1-FEC2-3F1C-9B62-2E73EFB05FCC> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff38b07000 -     0x7fff38b34fff  com.apple.CoreServices.OSServices 
(1069.22 - 1069.22) <A0654B4E-3194-3066-911F-FF1FBEE1D2C2> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff38b35000 -     0x7fff38b9cfff  com.apple.SearchKit (1.4.1 - 1.4.1) 
<D4F82BC9-FD9B-3E04-B78E-D9E2A73B0BD7> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff38b9d000 -     0x7fff38bc1ff5  com.apple.coreservices.SharedFileList 
(131.4 - 131.4) <AEB4E42C-F5A2-3F63-80B0-4226483AD4F5> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff38ee6000 -     0x7fff3909dffc  com.apple.CoreText (643.1.4.4 - 
643.1.4.4) <5D4EA236-DC1B-3772-95C5-7F4B6CFEAF84> 
/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff3909e000 -     0x7fff390e2ffb  com.apple.CoreVideo (1.8 - 344.3) 
<8507ED54-43C3-3E5B-BC74-512FE510BF8D> 
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff390e3000 -     0x7fff39170ffc  com.apple.framework.CoreWLAN (13.0 - 
1601.2) <C1C2BBD4-EA97-3CC1-845D-1F1578E68380> 
/System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff39407000 -     0x7fff3940dfff  com.apple.DiskArbitration (2.7 - 2.7) 
<D7617B57-B01C-3848-8818-593FB12039E9> 
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff395ff000 -     0x7fff3972affa  com.apple.FileProvider (276 - 276) 
<B3EB6E66-807E-3F67-951F-88B8484FB8CD> 
/System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff39742000 -     0x7fff39b07ff8  com.apple.Foundation (6.9 - 1675.129) 
<9A74FA97-7F7B-3929-B381-D9514B1E4754> 
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff39b09000 -     0x7fff39b30ffe  com.apple.GLKit (114 - 114) 
<17A5B3E7-8E4D-3008-909F-51E88A1D2341> 
/System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
    0x7fff39b74000 -     0x7fff39bc4ff7  com.apple.GSS (4.0 - 2.0) 
<16DE732E-4A48-3C8A-BD61-8AF810F3A48C> 
/System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff39d01000 -     0x7fff39e15ff3  com.apple.Bluetooth (7.0.4 - 7.0.4f6) 
<9003721F-8543-3A21-BF11-2A981614F481> 
/System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff39e7b000 -     0x7fff39f1fff3  com.apple.framework.IOKit (2.0.2 - 
1726.100.16) <3D8BA34A-AAF7-3AF2-9B5B-189AC4755404> 
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff39f21000 -     0x7fff39f32ffb  com.apple.IOSurface (269.11 - 269.11) 
<887CD3FD-1BB8-3BB7-B7F8-6A0BA4B3AEAE> 
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff39fb1000 -     0x7fff3a10fffe  com.apple.ImageIO.framework (3.3.0 - 
1976.3.4.4) <A3A69400-1E28-3E29-9E3C-9CEA76254318> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff3a110000 -     0x7fff3a113fff  libGIF.dylib (1976.3.4.4) 
<200D5E38-08A3-3073-81F3-654C30F28FB9> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff3a114000 -     0x7fff3a1cdfff  libJP2.dylib (1976.3.4.4) 
<C5C790E7-259E-3EFD-A5BA-12D71E308AA8> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff3a1ce000 -     0x7fff3a1f2ff7  libJPEG.dylib (1976.3.4.4) 
<4B64A128-E898-336D-9ECF-C90244DA7EEB> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff3a46e000 -     0x7fff3a488ff7  libPng.dylib (1976.3.4.4) 
<A74FA015-6DBB-34F9-8552-AB5AF571CE4F> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff3a489000 -     0x7fff3a48afff  libRadiance.dylib (1976.3.4.4) 
<85FD74FF-E9A6-3837-A7D9-F5641FEE01C1> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff3a48b000 -     0x7fff3a4d3ff3  libTIFF.dylib (1976.3.4.4) 
<DEAF04DB-89C6-3D08-AD1C-59C422A0344D> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff3ba35000 -     0x7fff3ba47ff3  com.apple.Kerberos (3.0 - 1) 
<DC673FF3-4DC9-3C23-9718-343AB36B2984> 
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff3ba48000 -     0x7fff3ba48fff  libHeimdalProxy.dylib (77) 
<A970C7A8-7CCD-3701-A459-078BD5E8FE4E> 
/System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff3c5fd000 -     0x7fff3c6c7fff  com.apple.Metal (212.5.15 - 212.5.15) 
<2CBB178E-434E-31D3-BAE2-ED3EA801D4BC> 
/System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff3c6e4000 -     0x7fff3c721ff7  
com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) 
<5DF84B7A-9DD0-36DB-8686-D669CDA93D59> 
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff3c722000 -     0x7fff3c7acfe2  
com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) 
<CDC36001-66DA-3BBD-A9AA-2470B634B9C9> 
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3c7ad000 -     0x7fff3c7d2ff4  
com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) 
<1E4FE6EF-6D42-3439-835C-F4F20B05E0F5> 
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff3c7d3000 -     0x7fff3c7e8ffb  
com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) 
<8F8F0C2E-C4EC-3418-A06A-42B8280DDC9D> 
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff3c7e9000 -     0x7fff3c947ffc  
com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) 
<6BEFB262-2538-3A12-9E9F-A7CF94D2B68A> 
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff3c948000 -     0x7fff3c997ff4  
com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) 
<4D352B8E-97D8-34FA-B2AF-3AB4E3149E2E> 
/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff3c998000 -     0x7fff3c999ff5  
com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) 
<07F3B58C-F362-35F2-9A79-F38015A78DDA> 
/System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3c9a7000 -     0x7fff3d99aff1  com.apple.ModelIO (217.42 - 217.42) 
<78A833E0-22C1-3F0E-BBA6-ECA7668C673C> 
/System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO
    0x7fff3da20000 -     0x7fff3da2cffe  com.apple.NetFS (6.0 - 4.0) 
<7A96A8FE-17F3-3850-8E81-9DDDC5A48DDB> 
/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3da2d000 -     0x7fff3db84ff3  com.apple.Network (1.0 - 1) 
<D1C8FDDE-C822-3C40-BB26-18F24CFC8AE2> 
/System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff405ac000 -     0x7fff405b4ff7  libcldcpuengine.dylib (2.14) 
<BB23A727-5F40-3D27-AD3B-3197A7241F84> 
/System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff405b5000 -     0x7fff4060dfff  com.apple.opencl (3.5 - 3.5) 
<3F0E363C-9380-3226-A4D1-67E740079AAD> 
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff4060e000 -     0x7fff4062afff  com.apple.CFOpenDirectory (10.15 - 
220.40.1) <58835104-9E7A-32E8-862B-530CE899C9B4> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff4062b000 -     0x7fff40636ffd  com.apple.OpenDirectory (10.15 - 
220.40.1) <D846BA35-59A1-3B78-B1C8-7E0EDE972AD2> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff40f9c000 -     0x7fff40f9efff  libCVMSPluginSupport.dylib (17.10.22) 
<65052150-BEFD-38D8-A789-560C2FB1644A> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff40f9f000 -     0x7fff40fa4fff  libCoreFSCache.dylib (176.11) 
<AEAEE894-BA4B-334F-90E1-7374DFB41979> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff40fa5000 -     0x7fff40fa9fff  libCoreVMClient.dylib (176.11) 
<29D2B5C2-CBFF-308A-ADD8-A559B760C494> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff40faa000 -     0x7fff40fb2ff7  libGFXShared.dylib (17.10.22) 
<7FF5455A-3D5D-33D2-9C41-A51ABE53CE66> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff40fb3000 -     0x7fff40fbdfff  libGL.dylib (17.10.22) 
<08450555-3BC8-3457-8F5E-E2BBE895C0C7> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff40fbe000 -     0x7fff40ff2ff7  libGLImage.dylib (17.10.22) 
<5182EE22-2914-30E0-A87D-C38F345F695B> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff40ff3000 -     0x7fff41187ff7  libGLProgrammability.dylib (17.10.22) 
<942CCB23-9868-3D76-98CC-3430E45590D2> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff41188000 -     0x7fff411c4fff  libGLU.dylib (17.10.22) 
<2FE69FE7-B60D-3D05-824B-CD4958E2C7B8> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff41c00000 -     0x7fff41c0fff7  com.apple.opengl (17.10.22 - 17.10.22) 
<4E9C4B23-6D44-3804-AFF8-84C3B060E8F5> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff41c10000 -     0x7fff41d89fff  GLEngine (17.10.22) 
<803CEBEC-8BA2-3B48-B6E7-23F080B7EE75> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff41d8a000 -     0x7fff41db2fff  GLRendererFloat (17.10.22) 
<EE9FB4C6-8D39-39CC-9A91-7D3EFB16B2DB> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff42bcd000 -     0x7fff42e4fff2  com.apple.QuartzCore (1.11 - 840.18) 
<16502545-A0F3-3367-929B-DD80A6440226> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff439d0000 -     0x7fff43d19ff1  com.apple.security (7.0 - 59306.101.1) 
<430E04FE-F068-3476-9CA2-72CB5F040D1F> 
/System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff43d1a000 -     0x7fff43da2ffb  com.apple.securityfoundation (6.0 - 
55236.60.1) <BC15B825-955D-33CF-B416-A64D69A1D008> 
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff43dd1000 -     0x7fff43dd5ff8  com.apple.xpc.ServiceManagement (1.0 - 
1) <C66FC9CF-224B-348C-94A5-ABAC579F5C0A> 
/System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff44a80000 -     0x7fff44aeeff7  com.apple.SystemConfiguration (1.19 - 
1.19) <71AC15DE-7018-3D2B-B599-F2972F0288AE> 
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff48a4b000 -     0x7fff48b10ff7  com.apple.APFS (1412.101.1 - 
1412.101.1) <2F5A48FB-9788-3A24-87FE-C1B7DDBC8A07> 
/System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff49c1d000 -     0x7fff49c1eff1  com.apple.AggregateDictionary (1.0 - 
1) <FE9B8728-9C37-367E-91A6-2D1321D485A0> 
/System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff4a1b8000 -     0x7fff4a1d5ff4  com.apple.AppContainer (4.0 - 
448.100.6) <FBA274DA-2172-31C8-9759-AFB227E0E7E7> 
/System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff4a22a000 -     0x7fff4a238ff7  com.apple.AppSandbox (4.0 - 448.100.6) 
<B38CE066-5303-3FBF-B0D3-A0D3889E2005> 
/System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff4a6b3000 -     0x7fff4a6d7ffb  com.apple.framework.Apple80211 (13.0 - 
1602.3) <7D1A08A0-27B0-3F53-BFC4-A2A482B055A0> 
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff4a995000 -     0x7fff4a9a4fd7  com.apple.AppleFSCompression 
(119.100.1 - 1.0) <E1B024EB-DAB1-30A1-A43D-01D9E9357F2B> 
/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff4aaa3000 -     0x7fff4aaaeff7  com.apple.AppleIDAuthSupport (1.0 - 1) 
<BE6A7C6D-060E-38E9-A010-61975ECE5E43> 
/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff4aaf0000 -     0x7fff4ab38ff7  com.apple.AppleJPEG (1.0 - 1) 
<C163D80A-6818-3C36-B9A9-7CC8777FE593> 
/System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff4af26000 -     0x7fff4af48fff  com.apple.applesauce (1.0 - 16.25) 
<A6C6D37B-9AA5-3137-A02E-F61798A908B0> 
/System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4b007000 -     0x7fff4b00affb  com.apple.AppleSystemInfo (3.1.5 - 
3.1.5) <52444963-7A5E-36C8-BAAA-FFF8A0D14612> 
/System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff4b0a4000 -     0x7fff4b0b3ff9  com.apple.AssertionServices (1.0 - 
223.100.31) <2DA45CD2-C755-397C-977C-F4C6435A1272> 
/System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff4bc46000 -     0x7fff4be86ff0  com.apple.audio.AudioToolboxCore (1.0 
- 1104.80) <EE6A2BD9-843C-3CC3-AEFC-6D7855DBB331> 
/System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff4be8a000 -     0x7fff4bfa6ff3  com.apple.AuthKit (1.0 - 1) 
<0A3A05D4-0795-35B8-8729-4BF252D52E60> 
/System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff4c163000 -     0x7fff4c16cff7  
com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) 
<2088BC70-5329-3390-A851-C4ECF654047C> 
/System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff4c16d000 -     0x7fff4c20eff5  com.apple.backup.framework (1.11.4 - 
1298.4.19) <1F848C06-11E3-3D85-8358-7E37AD2BE9D7> 
/System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff4c20f000 -     0x7fff4c29bff6  com.apple.BaseBoard (466.3 - 466.3) 
<1EFE4339-9393-3B15-8DC9-2BE9B03F3062> 
/System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff4c39d000 -     0x7fff4c3d9ff7  com.apple.bom (14.0 - 219.2) 
<4B7C18B2-1E51-376E-9D6A-CE3F58D2AE53> 
/System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4cf55000 -     0x7fff4cfa4fff  com.apple.ChunkingLibrary (307 - 307) 
<4A5C3E8E-1E95-3363-8A78-CCD55770F064> 
/System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff4de15000 -     0x7fff4de25ffb  com.apple.CommonAuth (4.0 - 2.0) 
<E09BBBBE-ECDD-3442-8D4E-27A12F5E2347> 
/System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4de39000 -     0x7fff4de50fff  com.apple.commonutilities (8.0 - 900) 
<1E6CE910-4B06-3704-A47D-06337A6F0992> 
/System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff4e97c000 -     0x7fff4e99bffc  com.apple.analyticsd (1.0 - 1) 
<F33987F5-A14A-3A55-8D26-FDE9A57B9269> 
/System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4ef22000 -     0x7fff4ef32ff3  com.apple.CoreEmoji (1.0 - 107) 
<AC83B860-61BD-384E-81BF-CA3CBE655968> 
/System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4f572000 -     0x7fff4f5dcff0  com.apple.CoreNLP (1.0 - 213) 
<687A4C31-A307-3255-83BE-9B123971FF62> 
/System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff4fa0a000 -     0x7fff4fa12ff8  com.apple.CorePhoneNumbers (1.0 - 1) 
<17E6A3B0-A181-3295-8B19-E139EDF12E4B> 
/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff503ff000 -     0x7fff50422fff  com.apple.CoreSVG (1.0 - 129) 
<53213F48-F888-3EBE-AE30-E9303E9B712C> 
/System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff50423000 -     0x7fff50456fff  com.apple.CoreServicesInternal (446.7 
- 446.7) <4C4834E0-EA46-36DE-BA11-16B8826DD754> 
/System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff50457000 -     0x7fff50485ffd  com.apple.CSStore (1069.22 - 1069.22) 
<39E431F9-3584-34DF-A64D-C5895AA72068> 
/System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff509a9000 -     0x7fff50a3fff7  com.apple.CoreSymbolication (11.4 - 
64535.33.1) <DCA00787-D285-3944-AAFA-CAF78775B8D3> 
/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff50ad7000 -     0x7fff50c03ff6  com.apple.coreui (2.1 - 609.4) 
<55EACF17-86EA-3F6E-A2CF-AF2F08C5F295> 
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff50c04000 -     0x7fff50dbaff5  com.apple.CoreUtils (6.2 - 620.34) 
<172FC306-619F-3451-9BCA-F0B0D0B58EFD> 
/System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff50ef4000 -     0x7fff50f07ff1  com.apple.CrashReporterSupport (10.13 
- 15016) <8AB4A416-A174-386B-8A96-5F16EAA3FCDE> 
/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff50fc0000 -     0x7fff50fd2ff8  com.apple.framework.DFRFoundation (1.0 
- 252.40.1) <852E7EE8-EC39-3CFF-9605-9F971F7BCED5> 
/System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff50fd3000 -     0x7fff50fd8fff  com.apple.DSExternalDisplay (3.1 - 
380) <61597AB3-7E66-339D-A709-50D4F9B3D8E9> 
/System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff51062000 -     0x7fff510dcff0  com.apple.datadetectorscore (8.0 - 
659) <F7BA8B28-FD51-34A7-A423-63878638D00E> 
/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff51128000 -     0x7fff51165ff8  com.apple.DebugSymbols (194 - 194) 
<0406F803-6865-370E-9D32-01EF177B5E7A> 
/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff51166000 -     0x7fff512edff2  com.apple.desktopservices (1.14.4 - 
1281.4.19) <82777143-A900-33D0-BCFA-2511C89C9EAD> 
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff52c86000 -     0x7fff530a1ff1  com.apple.vision.FaceCore (4.3.0 - 
4.3.0) <E081D201-B82C-3AE3-8B58-1E909CE053B3> 
/System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff53732000 -     0x7fff53869ffc  libFontParser.dylib (277.2.4.2) 
<B59E080A-9FC3-3511-9024-E6D5461E60D1> 
/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff5386a000 -     0x7fff5389efff  libTrueTypeScaler.dylib (277.2.4.2) 
<3A485687-23E8-3C53-83B0-1AA9625DCD37> 
/System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
    0x7fff53903000 -     0x7fff53913ff6  libhvf.dylib (1.0 - 
$[CURRENT_PROJECT_VERSION]) <5A0F87CA-81C0-3444-B958-AAC7BD4319BC> 
/System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff58499000 -     0x7fff584a4ff7  libGPUSupportMercury.dylib (17.10.22) 
<FE3E328E-F2AC-3FE3-BE4C-31592ABB168B> 
/System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff584a5000 -     0x7fff584abfff  com.apple.GPUWrangler (5.1.16 - 
5.1.16) <F91AD6D6-8242-348C-8296-AF1DD8DBA2EF> 
/System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff587ca000 -     0x7fff587f0ff1  com.apple.GenerationalStorage (2.0 - 
314) <54182052-9E17-3A2A-8943-8915E6D319CE> 
/System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff5991f000 -     0x7fff5992dffb  com.apple.GraphVisualizer (1.0 - 
100.1) <7289AEE6-C577-3D89-A99E-98551218EB7D> 
/System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff59acd000 -     0x7fff59b8bff4  com.apple.Heimdal (4.0 - 2.0) 
<C4838DCE-48FB-3828-9FB2-097BA2848C99> 
/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff5bd0c000 -     0x7fff5bd14ff5  com.apple.IOAccelerator (438.4.5 - 
438.4.5) <4B2F1D11-C36B-3C48-9934-8A973348A966> 
/System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff5bd21000 -     0x7fff5bd37fff  com.apple.IOPresentment (1.0 - 37) 
<2FE66352-4CF9-3F79-944D-053E2AD451D6> 
/System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff5c0bf000 -     0x7fff5c10aff1  com.apple.IconServices (438.3 - 438.3) 
<2431AD46-37B8-367F-A1DC-119C781B1453> 
/System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff5c2c8000 -     0x7fff5c2cfffa  com.apple.InternationalSupport (1.0 - 
45.2) <296B6979-342E-35B8-A58B-B0797DFBA789> 
/System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff5c55c000 -     0x7fff5c57bffd  
com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) 
<D0F59C6D-F069-3F0D-81C2-CBFC2E6B7101> 
/System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff5c6b0000 -     0x7fff5c77effd  com.apple.LanguageModeling (1.0 - 
215.1) <3FAF1700-F7D4-3F92-88AA-A3920702B8BB> 
/System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff5c77f000 -     0x7fff5c7c7fff  com.apple.Lexicon-framework (1.0 - 72) 
<212D02CE-11BC-3C7F-BDFD-DF1A0C4017EE> 
/System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff5c7ce000 -     0x7fff5c7d3ff3  com.apple.LinguisticData (1.0 - 
353.18) <BA3869B7-9C39-32DA-A4BA-12F1BC4B04CF> 
/System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5db3a000 -     0x7fff5db86fff  com.apple.spotlight.metadata.utilities 
(1.0 - 2076.3) <EF8AC054-B15F-375F-AACB-018DC73CD16E> 
/System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff5db87000 -     0x7fff5dc58ffa  com.apple.gpusw.MetalTools (1.0 - 1) 
<BA343D96-58EA-374A-818C-E42968101EA8> 
/System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff5de8b000 -     0x7fff5dea9fff  com.apple.MobileKeyBag (2.0 - 1.0) 
<0837C5C4-A860-387C-8F31-9A4627A3132F> 
/System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff5e10c000 -     0x7fff5e13cff7  com.apple.MultitouchSupport.framework 
(3440.1 - 3440.1) <0AA68A0D-23F6-3628-A93F-8F8018B84920> 
/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff5e63b000 -     0x7fff5e645fff  com.apple.NetAuth (6.2 - 6.2) 
<D324C7CC-E614-35F6-8619-DECBE90ECAEB> 
/System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff5f050000 -     0x7fff5f09bffb  com.apple.OTSVG (1.0 - 643.1.4.4) 
<DCCAD72C-ED3E-3FB9-80C8-4DB36362C28A> 
/System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff602a3000 -     0x7fff602aeff2  com.apple.PerformanceAnalysis (1.243.2 
- 243.2) <FFE831BE-C133-38BE-A6B4-BEEB9FD6BF37> 
/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff602af000 -     0x7fff602d7ffb  com.apple.persistentconnection (1.0 - 
1.0) <F16D4768-61F2-3298-8E37-0EAF612A55C0> 
/System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff62c95000 -     0x7fff62caeffb  com.apple.ProtocolBuffer (1 - 
274.24.9.16.3) <05BE7640-A9FD-3963-8199-E60DE3C37A7E> 
/System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff6310d000 -     0x7fff63136ff1  com.apple.RemoteViewServices (2.0 - 
148) <680F9F89-C44B-3AB3-B9EA-155B41B7295A> 
/System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff6329b000 -     0x7fff632d6ff0  com.apple.RunningBoardServices (1.0 - 
223.100.31) <28C26D68-F1F5-3ADC-832B-AF63336F35FB> 
/System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff64bb3000 -     0x7fff64bb6ff5  com.apple.SecCodeWrapper (4.0 - 
448.100.6) <87710569-BCB4-37C1-B56D-F0EB89863A78> 
/System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff64d29000 -     0x7fff64e50ff1  com.apple.Sharing (1526.14 - 1526.14) 
<8D0C1BC4-5133-399B-9EFC-74CAEF4FA389> 
/System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff66263000 -     0x7fff66559fff  com.apple.SkyLight (1.600.0 - 450.9) 
<C6AF6A79-C673-3B9E-95E0-993F43AE7EED> 
/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff66da6000 -     0x7fff66db4ffb  com.apple.SpeechRecognitionCore 
(6.0.91 - 6.0.91) <4678A6DB-D56E-393F-90BD-5AF4F3664440> 
/System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff675e6000 -     0x7fff675efff7  com.apple.SymptomDiagnosticReporter 
(1.0 - 1238.100.26) <A2197A8A-796E-321C-8EBB-075AED9995B0> 
/System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff678a5000 -     0x7fff678b5ff3  com.apple.TCC (1.0 - 1) 
<AEE98D6E-03FD-3C80-90AC-5B45B4AE7A2E> 
/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff67dd8000 -     0x7fff67e9eff0  com.apple.TextureIO (3.10.9 - 3.10.9) 
<362C5815-6A2B-3CA8-B577-C5D4978EF981> 
/System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6805f000 -     0x7fff682b7ff0  com.apple.UIFoundation (1.0 - 661.2) 
<27837A1C-A833-3F99-B8D8-84A583EEA523> 
/System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff68f2a000 -     0x7fff68f4affc  com.apple.UserManagement (1.0 - 1) 
<6F223C62-641C-3F7E-BE20-B0C9F19709C7> 
/System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff69f86000 -     0x7fff69f87fff  com.apple.WatchdogClient.framework 
(1.0 - 67.101.1) <1D6C2858-0A09-380E-8718-14131D9A0FE1> 
/System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff6abb3000 -     0x7fff6abb6ffa  com.apple.dt.XCTTargetBootstrap (1.0 - 
16091) <B40E4B60-2DB5-30ED-A210-3ED708862162> 
/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff6ac30000 -     0x7fff6ac3eff5  com.apple.audio.caulk (1.0 - 32.3) 
<DFE1EBB6-9A42-3227-8601-5CFCB1F665CD> 
/System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff6af80000 -     0x7fff6af82ff3  com.apple.loginsupport (1.0 - 1) 
<B84ABC31-431B-3F99-BABE-44ED0A7DB3C0> 
/System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6af83000 -     0x7fff6af96ffd  com.apple.login (3.0 - 3.0) 
<8FAC178E-0C61-3E48-844A-CB4446CC7BC6> 
/System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff6da61000 -     0x7fff6da94ffa  libAudioToolboxUtility.dylib (1104.80) 
<C34C8FCE-54DE-3884-8074-057B06807D22> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff6da9b000 -     0x7fff6dacffff  libCRFSuite.dylib (48) 
<E52BECF7-1819-3998-ACC4-8D1A332CE4EB> /usr/lib/libCRFSuite.dylib
    0x7fff6dad2000 -     0x7fff6dadcfff  libChineseTokenizer.dylib (34) 
<EE842A48-3D30-34B0-B9D2-F045DE582650> /usr/lib/libChineseTokenizer.dylib
    0x7fff6db68000 -     0x7fff6db6aff7  libDiagnosticMessagesClient.dylib 
(112) <BE749883-9400-334A-8FBF-F3321CF205F5> 
/usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6dbb0000 -     0x7fff6dd67ffb  libFosl_dynamic.dylib (100.4) 
<68038226-8CAA-36B5-B5D6-510F900B318D> /usr/lib/libFosl_dynamic.dylib
    0x7fff6dd8e000 -     0x7fff6dd94ff3  libIOReport.dylib (54) 
<FA47D01E-E02C-3178-9C10-DF4E7F6351B0> /usr/lib/libIOReport.dylib
    0x7fff6de76000 -     0x7fff6de7dfff  libMatch.1.dylib (36) 
<815A4553-4763-369F-A77C-62663A586D60> /usr/lib/libMatch.1.dylib
    0x7fff6deac000 -     0x7fff6deccfff  libMobileGestalt.dylib (826.100.27) 
<4B771C86-0CB7-3B06-8F41-5A40DDF66D72> /usr/lib/libMobileGestalt.dylib
    0x7fff6e03e000 -     0x7fff6e03ffff  libSystem.B.dylib (1281.100.1) 
<DB8310F1-272D-3533-A840-3B390AF55C26> /usr/lib/libSystem.B.dylib
    0x7fff6e0cc000 -     0x7fff6e0cdfff  libThaiTokenizer.dylib (3) 
<DC582222-7C1F-3C27-8C3A-BAF696A2197D> /usr/lib/libThaiTokenizer.dylib
    0x7fff6e0e5000 -     0x7fff6e0fbfff  libapple_nghttp2.dylib (1.39.2) 
<268F4E3E-95DC-35FB-82DC-5B0D1855A676> /usr/lib/libapple_nghttp2.dylib
    0x7fff6e130000 -     0x7fff6e1a2ff7  libarchive.2.dylib (72.100.1) 
<65E0870E-02AB-365D-84F9-5800B5BB69FC> /usr/lib/libarchive.2.dylib
    0x7fff6e1a3000 -     0x7fff6e2d2fed  libate.dylib (3.0.1) 
<36D6D909-6CC1-3E21-ABCD-15DABD2B8563> /usr/lib/libate.dylib
    0x7fff6e2d6000 -     0x7fff6e2d6ff3  libauto.dylib (187) 
<FD0E5750-7004-36A7-B9C2-D6B6B4EF559B> /usr/lib/libauto.dylib
    0x7fff6e39c000 -     0x7fff6e3acffb  libbsm.0.dylib (60.100.1) 
<B0373A39-DBC6-3A84-879B-BA46E30D04BF> /usr/lib/libbsm.0.dylib
    0x7fff6e3ad000 -     0x7fff6e3b9fff  libbz2.1.0.dylib (44) 
<FFCD4427-AF87-36D2-8097-8870FDC75A1B> /usr/lib/libbz2.1.0.dylib
    0x7fff6e3ba000 -     0x7fff6e40cfff  libc++.1.dylib (902.1) 
<08199809-33CA-321E-9B9D-FD5B2BC64580> /usr/lib/libc++.1.dylib
    0x7fff6e40d000 -     0x7fff6e422ffb  libc++abi.dylib (902) 
<1C880020-396D-3F91-BE27-5A09A9239F68> /usr/lib/libc++abi.dylib
    0x7fff6e423000 -     0x7fff6e423fff  libcharset.1.dylib (59) 
<4E63BA25-04A3-329A-923D-251155C03F30> /usr/lib/libcharset.1.dylib
    0x7fff6e424000 -     0x7fff6e435fff  libcmph.dylib (8) 
<D4C5E0A8-92D9-33D5-9F83-6F4742FFBE29> /usr/lib/libcmph.dylib
    0x7fff6e436000 -     0x7fff6e44efd7  libcompression.dylib (87) 
<34D9E608-EEE0-3FD6-97DC-FF16D823ABC3> /usr/lib/libcompression.dylib
    0x7fff6e728000 -     0x7fff6e73eff7  libcoretls.dylib (167) 
<EFC237BB-78F7-33C6-BFF9-53860062DD99> /usr/lib/libcoretls.dylib
    0x7fff6e73f000 -     0x7fff6e740fff  libcoretls_cfhelpers.dylib (167) 
<2E542A2B-7730-33EE-9B3B-154B08608AA6> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6ecfd000 -     0x7fff6ed5cff7  libcups.2.dylib (483.6) 
<F446DEF0-66C0-31AD-88E1-919B05F06C90> /usr/lib/libcups.2.dylib
    0x7fff6ee68000 -     0x7fff6ee68fff  libenergytrace.dylib (21) 
<FFB9FB70-8DBD-3025-BC92-51F02481A489> /usr/lib/libenergytrace.dylib
    0x7fff6ee69000 -     0x7fff6ee81fff  libexpat.1.dylib (19.60.2) 
<1ED53818-578C-3D17-8761-68792CCAD685> /usr/lib/libexpat.1.dylib
    0x7fff6ee8f000 -     0x7fff6ee91fff  libfakelink.dylib (149.1) 
<B04F9A05-7E52-3382-9186-F603BE4BFBB2> /usr/lib/libfakelink.dylib
    0x7fff6eea0000 -     0x7fff6eea5fff  libgermantok.dylib (24) 
<8091F952-B592-38E3-982B-7DEA0A44E211> /usr/lib/libgermantok.dylib
    0x7fff6eea6000 -     0x7fff6eeafff7  libheimdal-asn1.dylib (564.100.1) 
<2D639331-43CF-331F-98F4-CDF41990A468> /usr/lib/libheimdal-asn1.dylib
    0x7fff6eeb0000 -     0x7fff6efa0fff  libiconv.2.dylib (59) 
<9458704B-A702-37CB-9707-66ABBB5DB71E> /usr/lib/libiconv.2.dylib
    0x7fff6efa1000 -     0x7fff6f1f8fff  libicucore.A.dylib (64260.0.1) 
<DCC4A4EE-32FD-350F-84D8-E857F2F29855> /usr/lib/libicucore.A.dylib
    0x7fff6f212000 -     0x7fff6f213fff  liblangid.dylib (133) 
<E9595222-602B-38F0-8572-0F1872A00527> /usr/lib/liblangid.dylib
    0x7fff6f214000 -     0x7fff6f22cff3  liblzma.5.dylib (16) 
<0AA1EB11-A433-327E-B8DB-7395CFF06554> /usr/lib/liblzma.5.dylib
    0x7fff6f244000 -     0x7fff6f2ebff7  libmecab.dylib (883.10) 
<13136C11-8763-37BA-AEB2-676092798DAA> /usr/lib/libmecab.dylib
    0x7fff6f2ec000 -     0x7fff6f54efe1  libmecabra.dylib (883.10) 
<6AC22857-F528-35CE-94A9-D70F6F766C15> /usr/lib/libmecabra.dylib
    0x7fff6f8bb000 -     0x7fff6f8eafff  libncurses.5.4.dylib (57) 
<6BD6F430-C8B3-39D8-87B5-2C16E6578FD5> /usr/lib/libncurses.5.4.dylib
    0x7fff6fa1a000 -     0x7fff6fe95ff5  libnetwork.dylib (1880.100.30) 
<9519B6F8-44E2-3F53-B995-1527C5333240> /usr/lib/libnetwork.dylib
    0x7fff6ff35000 -     0x7fff6ff67fde  libobjc.A.dylib (787.1) 
<1355CEE9-4B15-3137-BB9E-D1686D6D2A0E> /usr/lib/libobjc.A.dylib
    0x7fff6ff7a000 -     0x7fff6ff7efff  libpam.2.dylib (25.100.1) 
<D5CEC1AD-A2EC-362C-B71A-22FD521917F1> /usr/lib/libpam.2.dylib
    0x7fff6ff81000 -     0x7fff6ffb7ff7  libpcap.A.dylib (89.100.1) 
<171BAAB0-A5C8-32C5-878E-83D46073BF8C> /usr/lib/libpcap.A.dylib
    0x7fff7003b000 -     0x7fff70053fff  libresolv.9.dylib (67.40.1) 
<92A522F9-95E2-35EE-A8AD-FC8DEE6B2C1F> /usr/lib/libresolv.9.dylib
    0x7fff70055000 -     0x7fff70099ff7  libsandbox.1.dylib (1217.101.2) 
<5E362637-203E-3170-B988-1C470A6B0642> /usr/lib/libsandbox.1.dylib
    0x7fff700af000 -     0x7fff70291ff7  libsqlite3.dylib (308.4) 
<E097B676-FF88-3EF4-92FD-6A5DBC3A4384> /usr/lib/libsqlite3.dylib
    0x7fff703b5000 -     0x7fff703ffff7  libstdc++.6.dylib (104.1) 
<3779D567-DCA6-3175-AC9B-0A8293DA5E70> /usr/lib/libstdc++.6.dylib
    0x7fff704e2000 -     0x7fff704e5ffb  libutil.dylib (57) 
<07ED7CF0-1744-3386-B8B2-0DDBD446999E> /usr/lib/libutil.dylib
    0x7fff704e6000 -     0x7fff704f3ff7  libxar.1.dylib (425.2) 
<625F24E1-1A0F-3301-9F99-F0F3DADE0287> /usr/lib/libxar.1.dylib
    0x7fff704f9000 -     0x7fff705dbff7  libxml2.2.dylib (33.3) 
<24147A90-E3EB-3926-BFB0-5F0FC9F706E2> /usr/lib/libxml2.2.dylib
    0x7fff705df000 -     0x7fff70607fff  libxslt.1.dylib (16.9) 
<8C8648B1-F2CA-38EA-A409-D6F19715C6E6> /usr/lib/libxslt.1.dylib
    0x7fff70608000 -     0x7fff7061aff3  libz.1.dylib (76) 
<6A449C6A-DF88-36C1-8F2D-DB9A808263B5> /usr/lib/libz.1.dylib
    0x7fff70ec8000 -     0x7fff70ecdff3  libcache.dylib (83) 
<5F90FFCE-403B-3724-991D-BA32401D99C5> /usr/lib/system/libcache.dylib
    0x7fff70ece000 -     0x7fff70ed9fff  libcommonCrypto.dylib (60165) 
<C7A5E3F7-1E5A-3785-875A-B6647082B614> /usr/lib/system/libcommonCrypto.dylib
    0x7fff70eda000 -     0x7fff70ee1fff  libcompiler_rt.dylib (101.2) 
<A517E149-2D25-3C04-BCEF-F69149C85B18> /usr/lib/system/libcompiler_rt.dylib
    0x7fff70ee2000 -     0x7fff70eebff7  libcopyfile.dylib (166.40.1) 
<1A5270B5-0D97-35DA-9296-4F4A428BC6A2> /usr/lib/system/libcopyfile.dylib
    0x7fff70eec000 -     0x7fff70f7efe3  libcorecrypto.dylib (866.100.30) 
<FCDEC0D1-8C30-3989-BDD1-996BBC715C29> /usr/lib/system/libcorecrypto.dylib
    0x7fff7108b000 -     0x7fff710cbff0  libdispatch.dylib (1173.100.2) 
<EB592997-B11C-3AB3-85B1-F725F3D0B412> /usr/lib/system/libdispatch.dylib
    0x7fff710cc000 -     0x7fff71102fff  libdyld.dylib (750.5) 
<D2A07EF5-A64B-3692-BE13-89DAA2EC5E80> /usr/lib/system/libdyld.dylib
    0x7fff71103000 -     0x7fff71103ffb  libkeymgr.dylib (30) 
<CC5A2B43-770B-3C6C-BA10-AA3A6B4A142D> /usr/lib/system/libkeymgr.dylib
    0x7fff71104000 -     0x7fff71110ff3  libkxld.dylib (6153.101.6) 
<77282DCB-83D6-3199-874E-9A4A0FD7D4F3> /usr/lib/system/libkxld.dylib
    0x7fff71111000 -     0x7fff71111ff7  liblaunch.dylib (1738.100.39) 
<A7FF7357-600F-3014-8C28-A4F367717E8D> /usr/lib/system/liblaunch.dylib
    0x7fff71112000 -     0x7fff71117ff7  libmacho.dylib (959.0.1) 
<D8FED478-25A2-3844-AE4B-A5C9F9827615> /usr/lib/system/libmacho.dylib
    0x7fff71118000 -     0x7fff7111aff3  libquarantine.dylib (110.40.3) 
<51E0304F-AB11-3BF7-99DC-BB916CC9088B> /usr/lib/system/libquarantine.dylib
    0x7fff7111b000 -     0x7fff7111cff7  libremovefile.dylib (48) 
<078F29AB-26BA-3493-BCAA-E1E75A187521> /usr/lib/system/libremovefile.dylib
    0x7fff7111d000 -     0x7fff71134ff3  libsystem_asl.dylib (377.60.2) 
<0F1BAC19-2AE0-3F8E-9B90-AACF819B2BF7> /usr/lib/system/libsystem_asl.dylib
    0x7fff71135000 -     0x7fff71135ff7  libsystem_blocks.dylib (74) 
<32224AFF-C06F-3279-B753-097194EDEF49> /usr/lib/system/libsystem_blocks.dylib
    0x7fff71136000 -     0x7fff711bdfff  libsystem_c.dylib (1353.100.2) 
<4F5EED22-4D46-3F04-8C64-C492CDAD70EB> /usr/lib/system/libsystem_c.dylib
    0x7fff711be000 -     0x7fff711c1ffb  libsystem_configuration.dylib 
(1061.101.1) <2A2C778D-07EB-35C7-A954-8BF8FD74BD75> 
/usr/lib/system/libsystem_configuration.dylib
    0x7fff711c2000 -     0x7fff711c5fff  libsystem_coreservices.dylib (114) 
<FDA41CC4-170A-3D93-85BD-838A563B03C4> 
/usr/lib/system/libsystem_coreservices.dylib
    0x7fff711c6000 -     0x7fff711cefff  libsystem_darwin.dylib (1353.100.2) 
<B567B86D-8818-38A4-A861-03EB83B55867> /usr/lib/system/libsystem_darwin.dylib
    0x7fff711cf000 -     0x7fff711d6fff  libsystem_dnssd.dylib (1096.100.3) 
<7C690DF5-E119-33FB-85CD-9EFC67A36E40> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff711d7000 -     0x7fff711d8ffb  libsystem_featureflags.dylib (17) 
<415D83EF-084C-3485-B757-53001870EA94> 
/usr/lib/system/libsystem_featureflags.dylib
    0x7fff711d9000 -     0x7fff71226ff7  libsystem_info.dylib (538) 
<17049D3F-C798-3651-B391-1551FC699D3E> /usr/lib/system/libsystem_info.dylib
    0x7fff71227000 -     0x7fff71253ff7  libsystem_kernel.dylib (6153.101.6) 
<E76440E1-D1E8-3D9A-8B47-D01F554FF1C4> /usr/lib/system/libsystem_kernel.dylib
    0x7fff71254000 -     0x7fff7129ffef  libsystem_m.dylib (3178) 
<D9099D98-4E16-3EA1-8BF8-2EA3FCC4A282> /usr/lib/system/libsystem_m.dylib
    0x7fff712a0000 -     0x7fff712c7fff  libsystem_malloc.dylib (283.100.5) 
<97833239-2F83-3AEB-A426-0593997C8A54> /usr/lib/system/libsystem_malloc.dylib
    0x7fff712c8000 -     0x7fff712d5ffb  libsystem_networkextension.dylib 
(1095.100.29) <C9E988B2-6A18-35C0-9577-63201E9D6018> 
/usr/lib/system/libsystem_networkextension.dylib
    0x7fff712d6000 -     0x7fff712dfff7  libsystem_notify.dylib (241.100.2) 
<E405F84B-BD4F-3874-9755-CB3EC86E18D5> /usr/lib/system/libsystem_notify.dylib
    0x7fff712e0000 -     0x7fff712e8fef  libsystem_platform.dylib (220.100.1) 
<6EF12F34-C33F-36BF-9A9A-2A35EA19EFE0> /usr/lib/system/libsystem_platform.dylib
    0x7fff712e9000 -     0x7fff712f3fff  libsystem_pthread.dylib (416.100.3) 
<A8514582-E000-3854-911A-0A73D2C79600> /usr/lib/system/libsystem_pthread.dylib
    0x7fff712f4000 -     0x7fff712f8ff3  libsystem_sandbox.dylib (1217.101.2) 
<E9D78CDE-FB67-32E7-BABC-9EFC23AA0DC6> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff712f9000 -     0x7fff712fbfff  libsystem_secinit.dylib (62.100.2) 
<AAC639E5-7103-3366-A602-8FC6944E2C13> /usr/lib/system/libsystem_secinit.dylib
    0x7fff712fc000 -     0x7fff71303ffb  libsystem_symptoms.dylib (1238.100.26) 
<487B92DE-45F9-39F9-A478-89BBD478157D> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff71304000 -     0x7fff7131aff2  libsystem_trace.dylib (1147.100.8) 
<BB90B1FD-8C09-3DF4-BD8B-9E4AEADFEA2B> /usr/lib/system/libsystem_trace.dylib
    0x7fff7131c000 -     0x7fff71321ff7  libunwind.dylib (35.4) 
<CC87C836-BE9D-334E-A0E6-0297D52E9D73> /usr/lib/system/libunwind.dylib
    0x7fff71322000 -     0x7fff71357ffe  libxpc.dylib (1738.100.39) 
<32B0E31E-9DA3-328B-A962-BC9591B93537> /usr/lib/system/libxpc.dylib

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

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

                                VIRTUAL   REGION
REGION TYPE                        SIZE    COUNT (non-coalesced)
===========                     =======  =======
ATS (font support)                   4K        1
Activity Tracing                   256K        1
CG image                            12K        2
CoreAnimation                     4040K        2
CoreUI image data                   44K        1
Dispatch continuations            8192K        1
Foundation                           4K        1
Kernel Alloc Once                    8K        1
MALLOC                           103.7M       90
MALLOC guard page                   32K        7
MALLOC_LARGE (reserved)            228K        1         reserved VM address 
space (unallocated)
STACK GUARD                       56.0M        5
Stack                             10.0M        5
VM_ALLOCATE                         84K        9
__DATA                            25.7M      326
__DATA_CONST                        20K        1
__FONT_DATA                          4K        1
__GLSLBUILTINS                    5176K        1
__LINKEDIT                       392.8M       42
__OBJC_RO                         32.2M        1
__OBJC_RW                         1892K        2
__TEXT                           201.8M      310
__UNICODE                          564K        1
mapped file                       45.6M       15
shared memory                      632K       14
===========                     =======  =======
TOTAL                            888.6M      841
TOTAL, minus reserved VM space   888.4M      841

Model: MacBookAir5,2, BootROM 262.0.0.0.0, 2 processors, Dual-Core Intel Core 
i7, 2 GHz, 8 GB, SMC 2.5f9
Graphics: kHW_IntelHD4000Item, Intel HD Graphics 4000, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 
0x484D5434353153364D465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 
0x484D5434353153364D465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom 
BCM43xx 1.0 (7.21.190.33 AirPortDriverBrcm4360-1601.1)
Bluetooth: Version 7.0.4f6, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM512E, 500.28 GB
USB Device: USB 3.0 Bus
USB Device: Photosmart C4600 series
USB Device: USB Receiver
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: Internal Memory Card Reader
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Air, Apple Inc., 23.4
_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to