Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP hangup #1435

Closed
kapitan-k opened this issue Jul 4, 2019 · 19 comments
Closed

TCP hangup #1435

kapitan-k opened this issue Jul 4, 2019 · 19 comments
Labels

Comments

@kapitan-k
Copy link

Using Linux Mint 19.1 and OpenCPN version 5.0.0 OpenCPN hangs up when I connect via TCP client (in golang or telnet, does not matter) ... port does not matter neither.
CPU usage for OpenCPN moves then to 100% and does not respond until I disconnect the client. After disconnection and further click on the chart OpenCPN crashes.
Log shows nothing special.
Any ideas?

@kapitan-k
Copy link
Author

BTW: TCP client receives messages happily.

@bdbcat
Copy link
Member

bdbcat commented Jul 4, 2019

More information on your attempted configuration, please?

@kapitan-k
Copy link
Author

Protocol TCP, Address: 0.0.0.0 DataPort: 10110 but happens on every DataPort I used until now, no UserComment, Priority does not matter.
Output on this port is checked but hangs up also if it is not checked. Transmit all sentences.
Receive Input on this port is not checked but does not matter.

@bdbcat
Copy link
Member

bdbcat commented Jul 4, 2019

Still not sure what is is that you are trying to do. Create a TCP server? If so, then the address should be something other than 0.0.0.0.

@kapitan-k
Copy link
Author

Oh sorry, then I do have a wrong understanding of the documentation, which states:
'If “0.0.0.0” is entered in the Address box, OpenCPN will act as a TCP server accepting a connection from a remote TCP client.'

@bdbcat
Copy link
Member

bdbcat commented Jul 4, 2019

kapitan...
Sorry, I mean the client address should point to the server exactly. Does it?

@kapitan-k
Copy link
Author

Depends on what you understand of 'which side is client and which is server'.
When I used 0.0.0.0 (thus OpenCPN is the 'server'/listener, according to the documentation), and connect on the 'client' with 127.0.0.1 I definitely get crashes of OpenCPN even whilst 'client' receives messages.
When I use 127.0.0.1 with 'OpenCPN' to connect it 'as a client' to 'a server' (listener) in golang everything works fine now.
So actually I'm happy with it now.
Anyway I strongly believe that 'a piece of software' (OpenCPN) should never crash / hang up by a 'client' connecting which happens in my case.
But I'm not sure if its worth investigating.

@bdbcat
Copy link
Member

bdbcat commented Jul 5, 2019

Probably something going on here, although the server (0.0.0.0) configuration is commonly used on other linux platforms without problem. Would be worth running under gdb, and getting a stack trace on the fault, if possible.

@scadaperspective
Copy link

Ive found using O as a server in that config oV50 it becomes a very fragile thing on macOS as well, but I am still analysing the root cause(s)

I have found rebooting after setting up oV50 as a server seems to stop the initial crash caused by a client initiating the TCP connection but about 4 hours and things get really slow and a reboot Is required of the app

For it to act as a server is it using GPSD? I know I have GPSD installed on my mac Instances but don’t have the service running as per the brew install advice, so I assumed this was something to do with it ?

If it isn’t configured as a server the tcp connections are a lot more robust. Dashboard can be a bit sluggish in seeing the connection changes and to start parseing on not parseing sentences.

Will grab a crash dump and upload it next time I am playing with tcp config’s

/Ron

@bdbcat
Copy link
Member

bdbcat commented Jul 5, 2019

We do not use the GPSD library. I found it to be fragile, also. We parse GPSD messages as received.
Interestingly, we made very superficial changes to TCP/IP code base between O4 and O5. So I would be interested in a crash dump if possible.

@kapitan-k
Copy link
Author

Here you go with the gdb output ... I connected two times and moved the cursor a bit and with the second time disconnecting.

GDB output:
Thread 1 "opencpn" received signal SIGSEGV, Segmentation fault.
0x0000555557ce4170 in ?? ()

`
Thread 1 "opencpn" received signal SIGSEGV, Segmentation fault.
0x00007ffff573126b in ?? () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
(gdb) bt
#0 0x00007ffff573126b in ?? () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#1 0x00007ffff1781185 in g_main_context_dispatch () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007ffff1781550 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff1781862 in g_main_loop_run () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007fffede92a37 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#5 0x00007ffff5729b05 in wxGUIEventLoop::DoRun() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0
#6 0x00007ffff50dca93 in wxEventLoopBase::Run() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#7 0x00007ffff50a40a6 in wxAppConsoleBase::MainLoop() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#8 0x00007ffff512eae9 in wxEntry(int&, wchar_t**) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0
#9 0x00005555556d9628 in main ()

`

@kapitan-k
Copy link
Author

Valgrind output ... see line 553:
opencpn_valgrind.txt

@scadaperspective
Copy link

And from macOS ....

/Ron

Process: OpenCPN [22801]
Path: /private/var/folders/*/OpenCPN.app/Contents/MacOS/OpenCPN
Identifier: org.opencpn
Version: 5.0.0
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: OpenCPN [22801]
User ID: 501

Date/Time: 2019-07-05 15:52:28.782 +1000
OS Version: Mac OS X 10.14.5 (18F132)
Report Version: 12
Anonymous UUID: 2C5872C6-0E22-3A8E-45C3-EBE5776AFDF2

Time Awake Since Boot: 330000 seconds

System Integrity Protection: enabled

Notes: Translocated Process

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

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

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

VM Regions Near 0x71:
-->
__TEXT 00000001036f8000-0000000103ef0000 [ 8160K] r-x/rwx SM=COW /var/folders/*/OpenCPN.app/Contents/MacOS/OpenCPN

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libwx_baseu_net-3.1.2.0.0.dylib 0x00000001042de47a wxSocketBase::Destroy() + 10
1 org.opencpn 0x000000010388b341 DataStream::OnSocketEvent(wxSocketEvent&) + 2065
2 libwx_baseu-3.1.2.0.0.dylib 0x0000000104b0001f wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 367
3 libwx_baseu-3.1.2.0.0.dylib 0x0000000104b00d7a wxEvtHandler::ProcessEventLocally(wxEvent&) + 90
4 libwx_baseu-3.1.2.0.0.dylib 0x0000000104b00c70 wxEvtHandler::ProcessEvent(wxEvent&) + 96
5 libwx_baseu-3.1.2.0.0.dylib 0x0000000104b00ae3 wxEvtHandler::ProcessPendingEvents() + 243
6 libwx_baseu-3.1.2.0.0.dylib 0x0000000104a18717 wxAppConsoleBase::ProcessPendingEvents() + 119
7 libwx_baseu-3.1.2.0.0.dylib 0x0000000104ae16a2 wxCFEventLoop::OSXCommonModeObserverCallBack(__CFRunLoopObserver*, int, void*) + 66
8 com.apple.CoreFoundation 0x00007fff44c61734 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
9 com.apple.CoreFoundation 0x00007fff44c61669 __CFRunLoopDoObservers + 451
10 com.apple.CoreFoundation 0x00007fff44c041fe __CFRunLoopRun + 1143
11 com.apple.CoreFoundation 0x00007fff44c03b35 CFRunLoopRunSpecific + 459
12 com.apple.HIToolbox 0x00007fff43ee296b RunCurrentEventLoopInMode + 292
13 com.apple.HIToolbox 0x00007fff43ee25ad ReceiveNextEventCommon + 355
14 com.apple.HIToolbox 0x00007fff43ee2436 _BlockUntilNextEventMatchingListInModeWithFilter + 64
15 com.apple.AppKit 0x00007fff4227c987 _DPSNextEvent + 965
16 com.apple.AppKit 0x00007fff4227b71f -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
17 com.apple.AppKit 0x00007fff4227583c -[NSApplication run] + 699
18 libwx_osx_cocoau_core-3.1.2.0.0.dylib 0x00000001045146ae wxGUIEventLoop::OSXDoRun() + 174
19 libwx_baseu-3.1.2.0.0.dylib 0x0000000104ae1cfc wxCFEventLoop::DoRun() + 44
20 libwx_baseu-3.1.2.0.0.dylib 0x0000000104a409d5 wxEventLoopBase::Run() + 85
21 libwx_baseu-3.1.2.0.0.dylib 0x0000000104a17f64 wxAppConsoleBase::MainLoop() + 116
22 libwx_osx_cocoau_core-3.1.2.0.0.dylib 0x00000001044b2baa wxApp::OnRun() + 26
23 libwx_baseu-3.1.2.0.0.dylib 0x0000000104a6ffe8 wxEntry(int&, wchar_t**) + 56
24 org.opencpn 0x000000010379c474 main + 20
25 libdyld.dylib 0x00007fff70bcc3d5 start + 1

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

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

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

Thread 4:
0 libsystem_pthread.dylib 0x00007fff70dbf3f0 start_wqthread + 0

Thread 5:
0 libsystem_pthread.dylib 0x00007fff70dbf3f0 start_wqthread + 0

Thread 6:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff70d0861a __select + 10
1 com.apple.CoreFoundation 0x00007fff44c32388 __CFSocketManager + 630
2 libsystem_pthread.dylib 0x00007fff70dc02eb _pthread_body + 126
3 libsystem_pthread.dylib 0x00007fff70dc3249 _pthread_start + 66
4 libsystem_pthread.dylib 0x00007fff70dbf40d thread_start + 13

Thread 7:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff70d0122a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff70d0176c mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff44c04e6d __CFRunLoopServiceMachPort + 327
3 com.apple.CoreFoundation 0x00007fff44c043da __CFRunLoopRun + 1619
4 com.apple.CoreFoundation 0x00007fff44c03b35 CFRunLoopRunSpecific + 459
5 com.apple.AppKit 0x00007fff422846a6 _NSEventThread + 175
6 libsystem_pthread.dylib 0x00007fff70dc02eb _pthread_body + 126
7 libsystem_pthread.dylib 0x00007fff70dc3249 _pthread_start + 66
8 libsystem_pthread.dylib 0x00007fff70dbf40d thread_start + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff70d04f32 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff70c90914 nanosleep + 199
2 libsystem_c.dylib 0x00007fff70c90808 usleep + 53
3 libobjsearch_pi.dylib 0x000000011191f929 DbThread::Entry() + 297
4 libwx_baseu-3.1.2.0.0.dylib 0x0000000104aee8ac wxThread::CallEntry() + 12
5 libwx_baseu-3.1.2.0.0.dylib 0x0000000104aee6cc wxThreadInternal::PthreadStart(wxThread*) + 844
6 libsystem_pthread.dylib 0x00007fff70dc02eb _pthread_body + 126
7 libsystem_pthread.dylib 0x00007fff70dc3249 _pthread_start + 66
8 libsystem_pthread.dylib 0x00007fff70dbf40d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000000000002 rdx: 0x000000010388ab30
rdi: 0x0000000000000000 rsi: 0x0000600000f72400 rbp: 0x00007ffeec505fe0 rsp: 0x00007ffeec505fd0
r8: 0x0000600000f72400 r9: 0x0000000104a189b0 r10: 0x0000000000000000 r11: 0x0000600000ad6458
r12: 0x0000000000000002 r13: 0x0000600002a4a8c0 r14: 0x00007fda7b55a9d0 r15: 0x0000600000f72400
rip: 0x00000001042de47a rfl: 0x0000000000010202 cr2: 0x0000000000000071

Logical CPU: 4
Error Code: 0x00000006
Trap Number: 14

Binary Images:
0x1036f8000 - 0x103eefff7 +org.opencpn (5.0.1 - ???) <80064272-89BD-3E6E-92D5-74FA588BACDC> /var/folders//OpenCPN.app/Contents/MacOS/OpenCPN
0x104274000 - 0x10428eff3 +libexif.12.dylib (0) <95386256-6B4E-3E2E-8822-6FDBA31B1926> /var/folders/
/OpenCPN.app/Contents/Frameworks/libexif.12.dylib
0x1042a9000 - 0x1042b4fff +libwx_osx_cocoau_gl-3.1.2.0.0.dylib (0) <22ABE09B-8F94-31CB-9F4C-587796357F1A> /var/folders//OpenCPN.app/Contents/Frameworks/libwx_osx_cocoau_gl-3.1.2.0.0.dylib
0x1042c8000 - 0x1042e7ff3 +libwx_baseu_net-3.1.2.0.0.dylib (0) /var/folders/
/OpenCPN.app/Contents/Frameworks/libwx_baseu_net-3.1.2.0.0.dylib
0x1042ff000 - 0x10430afff +libwx_baseu_xml-3.1.2.0.0.dylib (0) <12256F44-83C6-38C4-8862-D30C0F6A4761> /var/folders//OpenCPN.app/Contents/Frameworks/libwx_baseu_xml-3.1.2.0.0.dylib
0x104317000 - 0x10437affb +libwx_osx_cocoau_html-3.1.2.0.0.dylib (0) <14D23C1C-9205-381B-A21C-57296793071B> /var/folders/
/OpenCPN.app/Contents/Frameworks/libwx_osx_cocoau_html-3.1.2.0.0.dylib
0x1043ce000 - 0x10441dfff +libwx_osx_cocoau_aui-3.1.2.0.0.dylib (0) /var/folders//OpenCPN.app/Contents/Frameworks/libwx_osx_cocoau_aui-3.1.2.0.0.dylib
0x10445b000 - 0x104796ffb +libwx_osx_cocoau_core-3.1.2.0.0.dylib (0) <4D641421-9265-3AF7-BCDA-524D722E125D> /var/folders/
/OpenCPN.app/Contents/Frameworks/libwx_osx_cocoau_core-3.1.2.0.0.dylib
0x104a10000 - 0x104b46ff7 +libwx_baseu-3.1.2.0.0.dylib (0) /var/folders//OpenCPN.app/Contents/Frameworks/libwx_baseu-3.1.2.0.0.dylib
0x104bd8000 - 0x104bebfff +libwx_osx_cocoau_webview-3.1.2.0.0.dylib (0) <9F3F6F79-1923-3032-B58F-C864FD72A33B> /var/folders/
/OpenCPN.app/Contents/Frameworks/libwx_osx_cocoau_webview-3.1.2.0.0.dylib
0x104c01000 - 0x104cafff3 +libcairo.2.dylib (0) <7FCCDAFB-29A9-3EDE-874C-343C4DB222AA> /var/folders//OpenCPN.app/Contents/Frameworks/libcairo.2.dylib
0x104ce2000 - 0x104d39fff +libsndfile.1.dylib (0) <9DAFC7D0-EA04-3451-803C-AD05EF570511> /var/folders/
/OpenCPN.app/Contents/Frameworks/libsndfile.1.dylib
0x104d4d000 - 0x104d70ff7 +libpng16.16.dylib (0) /var/folders//OpenCPN.app/Contents/Frameworks/libpng16.16.dylib
0x104d80000 - 0x104dadff3 +libjpeg.9.dylib (0) <097A43C2-81FA-3EDB-BB6E-94062657531D> /var/folders/
/OpenCPN.app/Contents/Frameworks/libjpeg.9.dylib
0x104db6000 - 0x104e10ff3 +libtiff.5.dylib (0) /var/folders//OpenCPN.app/Contents/Frameworks/libtiff.5.dylib
0x104e23000 - 0x104e99fff +libpixman-1.0.dylib (0) <524D10A3-8009-3310-8776-FC52151C2ED3> /var/folders/
/OpenCPN.app/Contents/Frameworks/libpixman-1.0.dylib
0x104eb4000 - 0x104ee3fff +libfontconfig.1.dylib (0) /var/folders//OpenCPN.app/Contents/Frameworks/libfontconfig.1.dylib
0x104ef2000 - 0x104f6dff3 +libfreetype.6.dylib (0) /var/folders/
/OpenCPN.app/Contents/Frameworks/libfreetype.6.dylib
0x104f8b000 - 0x104fb0fff +libFLAC.8.dylib (0) /var/folders//OpenCPN.app/Contents/Frameworks/libFLAC.8.dylib
0x104fc3000 - 0x104fc6fff +libogg.0.dylib (0) /var/folders/
/OpenCPN.app/Contents/Frameworks/libogg.0.dylib
0x104fd1000 - 0x104ff3fff +libvorbis.0.dylib (0) <17DC4D9F-F9E6-366F-95B0-0ACBA0E8EE66> /var/folders//OpenCPN.app/Contents/Frameworks/libvorbis.0.dylib
0x104ffa000 - 0x105071fff +libvorbisenc.2.dylib (0) <54178AFB-59F1-381E-9FAB-64F73D95B133> /var/folders/
/OpenCPN.app/Contents/Frameworks/libvorbisenc.2.dylib
0x10822e000 - 0x10829efff +libchartdldr_pi.dylib (0) /var/folders//OpenCPN.app/Contents/PlugIns/libchartdldr_pi.dylib
0x1082ee000 - 0x108368fff +libarchive.13.dylib (0) <915B48F5-E453-3196-907B-7443103712D6> /var/folders/
/OpenCPN.app/Contents/Frameworks/libarchive.13.dylib
0x108381000 - 0x10839cff3 +liblzma.5.dylib (0) /var/folders//OpenCPN.app/Contents/Frameworks/liblzma.5.dylib
0x1083a4000 - 0x108447ff7 +libtactics_pi.dylib (0) <3746A4E4-FA31-34A7-BDBB-CC7FF2FAE48E> /var/folders/
/OpenCPN.app/Contents/PlugIns/libtactics_pi.dylib
0x10878a000 - 0x10878d047 libobjc-trampolines.dylib (756.2) /usr/lib/libobjc-trampolines.dylib
0x1087c3000 - 0x10888bfff com.apple.AMDRadeonX4000GLDriver (2.9.26 - 2.0.9) <374F374F-D27E-3A02-A4B9-E074674BC0F9> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
0x10e66e000 - 0x10e69cff7 +libstatusbar_pi.dylib (0) <2395C21F-FA54-3E9E-94D1-A6B4F6E0CBB4> /var/folders//OpenCPN.app/Contents/PlugIns/statusbar_pi/libstatusbar_pi.dylib
0x10e707000 - 0x10e779fff +libs63_pi.dylib (0) /var/folders/
/OpenCPN.app/Contents/PlugIns/s63_pi/libs63_pi.dylib
0x10e7e0000 - 0x10e7f4fff +libnmeaconverter_pi.dylib (0) /var/folders//OpenCPN.app/Contents/PlugIns/nmeaconverter_pi/libnmeaconverter_pi.dylib
0x10e827000 - 0x10e830ff3 +libtinyxml.dylib (0) <6D57636E-ECD9-37FE-886A-11794F3B5469> /usr/local/opt/tinyxml/lib/libtinyxml.dylib
0x110045000 - 0x11028efff +libocpn_draw_pi.dylib (0) <2F715C50-786A-3236-A3E1-C545A8904EB6> /var/folders/
/OpenCPN.app/Contents/PlugIns/ocpn_draw_pi/libocpn_draw_pi.dylib
0x110d5a000 - 0x110d88ff7 +libtwocan_pi.dylib (0) <1A210D3F-254F-3543-9E05-4D74BCB48B25> /var/folders//OpenCPN.app/Contents/PlugIns/twocan_pi/libtwocan_pi.dylib
0x110dbd000 - 0x110e1eff7 +libplots_pi.dylib (0) <190AC3B5-C7D9-3BEA-B429-E0AE83F11FA0> /var/folders/
/OpenCPN.app/Contents/PlugIns/libplots_pi.dylib
0x111269000 - 0x111375fff +libgrib_pi.dylib (0) /var/folders//OpenCPN.app/Contents/PlugIns/libgrib_pi.dylib
0x111400000 - 0x11144bfff +libpolar_pi.dylib (0) /var/folders/
/OpenCPN.app/Contents/PlugIns/libpolar_pi.dylib
0x11148e000 - 0x1114dbfff +libwmm_pi.dylib (0) /var/folders//OpenCPN.app/Contents/PlugIns/libwmm_pi.dylib
0x11190d000 - 0x111a4aff7 +libobjsearch_pi.dylib (0) <93E02105-BF81-3E1F-A3FF-618058CE341E> /var/folders/
/OpenCPN.app/Contents/PlugIns/libobjsearch_pi.dylib
0x111acb000 - 0x111adcff7 +libmessagescope_pi.dylib (0) /var/folders//OpenCPN.app/Contents/PlugIns/libmessagescope_pi.dylib
0x111b16000 - 0x111b8cfff +libdashboard_pi.dylib (0) <87C6FBCB-5F16-38D6-BAC8-03B9261A8EEA> /var/folders/
/OpenCPN.app/Contents/PlugIns/libdashboard_pi.dylib
0x111c29000 - 0x111d3eff7 +libSimulator_pi.dylib (0) /var/folders//OpenCPN.app/Contents/PlugIns/libSimulator_pi.dylib
0x111daa000 - 0x111e49ff7 +libclimatology_pi.dylib (0) <8323CD1F-8A25-35CF-8F3C-C30CD4073521> /var/folders/
/OpenCPN.app/Contents/PlugIns/libclimatology_pi.dylib
0x111f60000 - 0x111f69ff7 +libocpndebugger_pi.dylib (0) <059DD205-996F-3504-B806-35CC6731687E> /var/folders/*/OpenCPN.app/Contents/PlugIns/libocpndebugger_pi.dylib
0x112452000 - 0x1124bc6ef dyld (655.1.1) /usr/lib/dyld
0x7fff3954b000 - 0x7fff39656ff7 com.apple.AMDMTLBronzeDriver (2.9.26 - 2.0.9) /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
0x7fff39657000 - 0x7fff39feeff3 ATIRadeonX4000SCLib.dylib (2.9.26) <489CDFF1-EB11-3923-85B0-8D14E469DB5F> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
0x7fff40a9d000 - 0x7fff40aa1fff com.apple.agl (3.3.2 - AGL-3.3.2) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff40e4c000 - 0x7fff40e4cfff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff40e4d000 - 0x7fff40e63fff libCGInterfaces.dylib (506.22) <29EAAC2B-683B-397F-A79C-1E3ABAD554B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff40e64000 - 0x7fff41758fcb com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff41759000 - 0x7fff418fffeb libBLAS.dylib (1243.200.4) <02059CCF-0B14-3BFA-9B74-B5685219682E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff41900000 - 0x7fff41944ff7 libBNNS.dylib (38.250.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff41945000 - 0x7fff41cfdff3 libLAPACK.dylib (1243.200.4) <2CD8E9C6-E489-38E1-8A08-42CBE87FAC77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff41cfe000 - 0x7fff41d13ffb libLinearAlgebra.dylib (1243.200.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff41d14000 - 0x7fff41d19ff3 libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff41d1a000 - 0x7fff41d96ff3 libSparse.dylib (79.200.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff41d97000 - 0x7fff41da9ffb libSparseBLAS.dylib (1243.200.4) <069BE0D3-FEDF-3848-81B7-B5D64F511EC6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff41daa000 - 0x7fff41f4afef libvDSP.dylib (671.250.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff41f4b000 - 0x7fff420bffdf libvMisc.dylib (671.250.4) <32F2043A-9CBB-36F0-91C0-088D50C31BF1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff420c0000 - 0x7fff420c0fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff42262000 - 0x7fff43017ff3 com.apple.AppKit (6.9 - 1671.50.111) <933155DC-6404-3646-B6AE-087D34F611BE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff43069000 - 0x7fff43069fff com.apple.ApplicationServices (50.1 - 50.1) <4A6ACC13-2623-36B8-A196-2300980803CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff4306a000 - 0x7fff430d5fff com.apple.ApplicationServices.ATS (377 - 453.11.2.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff4316e000 - 0x7fff43285fff libFontParser.dylib (228.6.2.3) <3602D55B-3B9E-3B3A-A814-08C1244A8AE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff43286000 - 0x7fff432c8fff libFontRegistry.dylib (228.12.2.3) <2A56347B-2809-3407-A8B4-2AB88E484062> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff43322000 - 0x7fff43354fff libTrueTypeScaler.dylib (228.6.2.3) <7E4C5D9C-51AF-3EC1-8FA5-11CD4BEE477A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff433b9000 - 0x7fff433bdff3 com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff43458000 - 0x7fff434aaff7 com.apple.HIServices (1.22 - 628) <26A8B7C0-41CC-3DB4-99D7-BD922866DC77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff434ab000 - 0x7fff434bafff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff434bb000 - 0x7fff43504ff7 com.apple.print.framework.PrintCore (14.2 - 503.8) <57C2FE32-0E74-3079-B626-C2D52F2D2717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff43505000 - 0x7fff4353eff7 com.apple.QD (3.12 - 407.2) <28C7D39F-59C9-3314-BECC-67045487229C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff4353f000 - 0x7fff4354bfff com.apple.speech.synthesis.framework (8.1.3 - 8.1.3) <80FA7439-EC77-3CEC-B5D1-5EFE9E503E11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff4354c000 - 0x7fff437c3ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff437c5000 - 0x7fff437c5fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <121176B6-7ABE-3AFB-A252-CCED694D98D4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff43b1d000 - 0x7fff43ebefff com.apple.CFNetwork (978.0.7 - 978.0.7) <9FDEFE50-BE1B-386E-8B3C-AEF251069E52> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff43ed3000 - 0x7fff43ed3fff com.apple.Carbon (158 - 158) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff43ed4000 - 0x7fff43ed7ffb com.apple.CommonPanels (1.2.6 - 98) <1CD6D56D-8EC7-3528-8CBC-FC69533519B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff43ed8000 - 0x7fff441ceff7 com.apple.HIToolbox (2.1.1 - 918.5) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff441cf000 - 0x7fff441d2ff3 com.apple.help (1.3.8 - 66) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff441d3000 - 0x7fff441d8ff7 com.apple.ImageCapture (9.0 - 1534.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff441d9000 - 0x7fff4426eff3 com.apple.ink.framework (10.9 - 225) <7C7E9483-2E91-3DD3-B1E0-C238F42CA0DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff4426f000 - 0x7fff44287ff7 com.apple.openscripting (1.7 - 179.1) <9B8C1ECC-5864-3E21-9149-863E884EA25C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff442a7000 - 0x7fff442a8ff7 com.apple.print.framework.Print (14.2 - 267.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff442a9000 - 0x7fff442abff7 com.apple.securityhi (9.0 - 55006) <05717F77-7A7B-37E6-AB3E-03F063E9095B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff442ac000 - 0x7fff442b2ff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <3CC050FB-EBCB-3087-8EA5-F378C8F99217> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff443d4000 - 0x7fff443d4fff com.apple.Cocoa (6.11 - 23) <9378783B-65FE-3E78-A7D5-0D11EE9117AE> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff443e2000 - 0x7fff444aeff7 com.apple.ColorSync (4.13.0 - 3340.7) <74B373AB-42C7-330D-A577-1C43BFA6024F> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff4463a000 - 0x7fff446c0fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff44724000 - 0x7fff4474effb com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff4474f000 - 0x7fff44ae1ff7 com.apple.CoreData (120 - 866.5) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff44ae2000 - 0x7fff44bc9ff7 com.apple.CoreDisplay (101.3 - 109.19) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff44bca000 - 0x7fff4500eff7 com.apple.CoreFoundation (6.9 - 1575.12) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff45010000 - 0x7fff456bcff7 com.apple.CoreGraphics (2.0 - 1260.2) <06B01A87-6CB4-3046-9D97-595BD8A9061A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff456be000 - 0x7fff459defff com.apple.CoreImage (14.4.0 - 750.0.140) <96FA4D1B-AC88-305C-8F4D-D7D44657B733> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff45cdb000 - 0x7fff45ddfff7 com.apple.CoreMedia (1.0 - 2288.40) <9BB054FB-68F1-3F03-A8B3-3E55471A6F9B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff45e3c000 - 0x7fff45e3cfff com.apple.CoreServices (945 - 945) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff45e3d000 - 0x7fff45eb9ff7 com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff45eba000 - 0x7fff46191fff com.apple.CoreServices.CarbonCore (1178.32 - 1178.32) <52F5484E-94B1-37B7-B1AC-E210DF5721AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff46192000 - 0x7fff461daff7 com.apple.DictionaryServices (1.2 - 284.16.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff461db000 - 0x7fff461e3ffb com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8406D379-8D33-3611-861B-7ABD26DB50D2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff461e4000 - 0x7fff46396fff com.apple.LaunchServices (945 - 945) <05FA145B-75AA-3AE6-BB82-F156B29F4FF1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff46397000 - 0x7fff46435ff7 com.apple.Metadata (10.7.0 - 1191.57) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff46436000 - 0x7fff46480ff7 com.apple.CoreServices.OSServices (945 - 945) <119C5548-59C3-3F94-B23F-8AF02CA10EAA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff46481000 - 0x7fff464e8ff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff464e9000 - 0x7fff4650aff3 com.apple.coreservices.SharedFileList (71.28 - 71.28) <487A8464-729E-305A-B5D1-E3FE8EB9CFC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff46815000 - 0x7fff46977ff3 com.apple.CoreText (352.0 - 584.26.3.2) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff46978000 - 0x7fff469b7fff com.apple.CoreVideo (1.8 - 0.0) <1AD23C58-E68E-329B-A1FA-6BF7DD577687> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff469b8000 - 0x7fff46a47fff com.apple.framework.CoreWLAN (13.0 - 1375.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff46c9e000 - 0x7fff46ca3ffb com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff46e69000 - 0x7fff47216fff com.apple.Foundation (6.9 - 1575.12) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff47285000 - 0x7fff472b4ffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff473b4000 - 0x7fff474befff com.apple.Bluetooth (6.0.12 - 6.0.12f1) <58A607F0-A818-3535-A7BD-858D5BB0A807> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff47520000 - 0x7fff475affff com.apple.framework.IOKit (2.0.2 - 1483.260.4) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff475b1000 - 0x7fff475c0ffb com.apple.IOSurface (255.5.4 - 255.5.4) <83F58E47-0D06-3E78-9D19-D38D3205464B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff47614000 - 0x7fff477a2fff com.apple.ImageIO.framework (3.3.0 - 1850.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff477a3000 - 0x7fff477a7ffb libGIF.dylib (1850.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff477a8000 - 0x7fff47885ff7 libJP2.dylib (1850.2) <2DE256E2-FA27-38A3-BFDF-5C1E0A135BCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff47886000 - 0x7fff478abfff libJPEG.dylib (1850.2) <16A9719C-DB6E-37EE-B62F-DD81A822160A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff47b6f000 - 0x7fff47b95ff7 libPng.dylib (1850.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff47b96000 - 0x7fff47b98ffb libRadiance.dylib (1850.2) <19C26767-DE6D-3DE9-B5ED-F6BF148FBDBC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff47b99000 - 0x7fff47be6ffb libTIFF.dylib (1850.2) <527F8740-9B75-39D6-AFD9-519817724B5D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff47ee1000 - 0x7fff48d45ff3 com.apple.JavaScriptCore (14607 - 14607.2.6.1.1) <63604178-EF3B-3CD3-AD4B-F4189963C51D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff48d5d000 - 0x7fff48d76fff com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff48d77000 - 0x7fff48dacff3 com.apple.LDAPFramework (2.4.28 - 194.5) <95DAD9EE-9B6F-3FF5-A5EF-F6672AD3CC55> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff49030000 - 0x7fff4903afff com.apple.MediaAccessibility (1.0 - 114.4) <76C449C5-DB45-3D7F-BFAD-3DACEF15DA21> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff49792000 - 0x7fff4983aff7 com.apple.Metal (161.9.16 - 161.9.16) /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff49856000 - 0x7fff49875ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff49876000 - 0x7fff498f2fe7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <5A78F2DC-9D2B-37BA-B21F-ECFFCC6F7720> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff498f3000 - 0x7fff4991afff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <096DB3E6-7DDF-3B47-857A-46A203642ACF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff4991b000 - 0x7fff49a46ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff49a47000 - 0x7fff49a61fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff49a62000 - 0x7fff49a63ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <515A92B3-A23B-3AC2-8D1B-85B248595B76> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff4a85a000 - 0x7fff4a866ff7 com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff4d2fb000 - 0x7fff4d303fe3 libcldcpuengine.dylib (2.11) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff4d304000 - 0x7fff4d35bff7 com.apple.opencl (2.15.3 - 2.15.3) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff4d35c000 - 0x7fff4d377ff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff4d378000 - 0x7fff4d383ffb com.apple.OpenDirectory (10.14 - 207.200.4) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff4dcd3000 - 0x7fff4dcd5fff libCVMSPluginSupport.dylib (17.7.2) <247121BB-626C-318E-B24E-3D436E752DF7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff4dcd6000 - 0x7fff4dcdbff3 libCoreFSCache.dylib (166.2) <222C2A4F-7E32-30F6-8459-2FAB98073A3D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff4dcdc000 - 0x7fff4dce0fff libCoreVMClient.dylib (166.2) <6789ECD4-91DD-32EF-A1FD-F27D2344CD8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff4dce1000 - 0x7fff4dce9ff7 libGFXShared.dylib (17.7.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff4dcea000 - 0x7fff4dcf5fff libGL.dylib (17.7.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff4dcf6000 - 0x7fff4dd30fe7 libGLImage.dylib (17.7.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff4dd31000 - 0x7fff4dea3ff7 libGLProgrammability.dylib (17.7.2) <4866D792-5676-3F2F-877E-B9751D4E3F76> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff4dea4000 - 0x7fff4dee2fff libGLU.dylib (17.7.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff4e87f000 - 0x7fff4e88effb com.apple.opengl (17.7.2 - 17.7.2) <8EFFA6F9-ABE8-3131-9D3F-37E9796DDF34> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff4e88f000 - 0x7fff4ea26ff7 GLEngine (17.7.2) <874C8157-78AF-32A8-8BD1-85FDBCEF9E2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff4ea27000 - 0x7fff4ea50ff3 GLRendererFloat (17.7.2) <81263D77-B1BE-3F43-934C-1D7DB42F31FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff4f691000 - 0x7fff4f8e7fff com.apple.QuartzCore (1.11 - 699.27.4.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff5011c000 - 0x7fff5041bfff com.apple.security (7.0 - 58286.260.20) <59B4100E-5A31-3EF4-954A-2A69341995F3> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff5041c000 - 0x7fff504a8fff com.apple.securityfoundation (6.0 - 55185.260.1) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff504a9000 - 0x7fff504d9ffb com.apple.securityinterface (10.0 - 55109.200.8) <4F6896A5-4947-39A9-817A-3C23D97946AD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff504da000 - 0x7fff504defff com.apple.xpc.ServiceManagement (1.0 - 1) <4AD0F8EE-884C-3FA7-85D9-27F201BC3C64> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff50876000 - 0x7fff508e3fff com.apple.SystemConfiguration (1.17 - 1.17) <1562078D-3251-31B2-B9C6-2667C567F883> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff50b42000 - 0x7fff50ea1ff7 com.apple.VideoToolbox (1.0 - 2288.40) <17BD9E7F-3B8E-3B62-BACE-AE04824F4B7B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff51176000 - 0x7fff51783ff7 libwebrtc.dylib (7607.2.6.1.1) <3F40BD92-BDB6-3969-B898-F519ED661E55> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
0x7fff51784000 - 0x7fff53153ff7 com.apple.WebCore (14607 - 14607.2.6.1.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff53154000 - 0x7fff53345ff3 com.apple.WebKitLegacy (14607 - 14607.2.6.1.1) <33D50B13-5473-3DDF-9D2B-D39E00CB8C79> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff53346000 - 0x7fff53891fff com.apple.WebKit (14607 - 14607.2.6.1.1) <019283CC-5A1D-34FE-85CD-307B8C15D637> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff53b62000 - 0x7fff53c07feb com.apple.APFS (1.0 - 1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff54192000 - 0x7fff5419cfff com.apple.accessibility.AXCoreUtilities (1.0 - 1) <5C32D5F7-4A89-3262-B3AC-461603A69E42> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
0x7fff54619000 - 0x7fff5461aff7 com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff54c18000 - 0x7fff54c44ff7 com.apple.framework.Apple80211 (13.0 - 1380.2) <3850E3A9-E00A-374E-87EA-AB01E503E769> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff54d6c000 - 0x7fff54d7bfc7 com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff54e77000 - 0x7fff54e82fff com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff54ec3000 - 0x7fff54f0cff3 com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff5515b000 - 0x7fff5515fff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff55160000 - 0x7fff55182fff com.apple.applesauce (1.0 - ???) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff55246000 - 0x7fff55296ff7 com.apple.AppleVAFramework (5.1.4 - 5.1.4) <63EBC1A7-25B5-3FF2-AA73-BB378B5FE8D4> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff552e1000 - 0x7fff552f5ffb com.apple.AssertionServices (1.0 - 1) <11FC4241-6069-3B3A-9BCE-9B68F3A4D2AB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff556c4000 - 0x7fff557b0ff7 com.apple.AuthKit (1.0 - 1) <34496FD5-4BAB-3DF3-BF7F-70F38C66848D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff55972000 - 0x7fff5597afff com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff5597b000 - 0x7fff55a10fff com.apple.backup.framework (1.10.5 - ???) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff55a11000 - 0x7fff55a7eff3 com.apple.BaseBoard (360.28 - 360.28) /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff576e8000 - 0x7fff576f1ffb com.apple.CommonAuth (4.0 - 2.0) <81C987FD-69EB-344B-94D9-B9D93624D257> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff581c6000 - 0x7fff581cffff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <89BDACE6-32AA-3933-BD8C-A44650488873> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff583c9000 - 0x7fff583daff7 com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff58983000 - 0x7fff589e9ff7 com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff58b50000 - 0x7fff58b54ff7 com.apple.CoreOptimization (1.0 - 1) <1C724E01-E9FA-3AEE-BE4B-C4DB8EC0C812> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
0x7fff58c96000 - 0x7fff58c9eff7 com.apple.CorePhoneNumbers (1.0 - 1) <7A826DA2-4725-39D8-AF27-6F034DC53C4E> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff58c9f000 - 0x7fff58cf5ff7 com.apple.CorePrediction (1.0 - 1) /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
0x7fff58e1a000 - 0x7fff58e4bff3 com.apple.CoreServicesInternal (358 - 358) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff59212000 - 0x7fff59296fff com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff59326000 - 0x7fff59451ff7 com.apple.coreui (2.1 - 499.10) <105F61F3-D0AE-332B-A485-8615187BB409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff59452000 - 0x7fff595f0fff com.apple.CoreUtils (5.8 - 580.19) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff59644000 - 0x7fff596a7ff7 com.apple.framework.CoreWiFi (13.0 - 1375.2) <77E078A7-A34F-333B-B50F-8829537D6E9D> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff596a8000 - 0x7fff596b9ff7 com.apple.CrashReporterSupport (10.13 - 938.25) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff59749000 - 0x7fff59758fff com.apple.framework.DFRFoundation (1.0 - 211.1) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff59759000 - 0x7fff5975dfff com.apple.DSExternalDisplay (3.1 - 380) <645C719D-05D4-3CD7-84D7-4C5218859E0C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff597de000 - 0x7fff59853ff3 com.apple.datadetectorscore (7.0 - 590.24) <72F0CBF1-D3E9-36C5-B877-F42E1EC59A0E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff5989f000 - 0x7fff598dcff7 com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff598dd000 - 0x7fff59a18ff7 com.apple.desktopservices (1.13.5 - ???) <4AF2E011-2CB0-3588-83CB-882ADDA78CAD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff5a955000 - 0x7fff5ad70fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff5e624000 - 0x7fff5e625fff libmetal_timestamp.dylib (902.3.2) <05389463-AF2E-33E2-A14F-1416E4A30835> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
0x7fff5fcb9000 - 0x7fff5fcc4ff7 libGPUSupportMercury.dylib (17.7.2) <3D6CEEFC-4A13-3841-A958-2077BD0A51AC> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff5fcc5000 - 0x7fff5fccafff com.apple.GPUWrangler (3.40.16 - 3.40.16) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff60ad5000 - 0x7fff60ae4fff com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff60ae5000 - 0x7fff60af2ff7 com.apple.GraphicsServices (1.0 - 1.0) <56646B62-B331-31DC-80EB-7996DCAB6944> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
0x7fff60c34000 - 0x7fff60ca8ffb com.apple.Heimdal (4.0 - 2.0) <5E8F6B79-960D-3030-B889-D29A4015D205> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff61f8d000 - 0x7fff61f96fff com.apple.IOAccelMemoryInfo (1.0 - 1) <7CA112AF-7062-3E56-B4E1-3C06BBAE0B5F> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
0x7fff61f97000 - 0x7fff61f9effb com.apple.IOAccelerator (404.9 - 404.9) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff61fa2000 - 0x7fff61fbafff com.apple.IOPresentment (1.0 - 42.6) <55CB91EF-90F1-3D0A-A59E-2F75CD2EB4AE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff62362000 - 0x7fff6238fff7 com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff62623000 - 0x7fff62635ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <5AAC527E-D197-39B2-A6C9-E0D0FB9CA9B9> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff62650000 - 0x7fff6272bff7 com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff6272c000 - 0x7fff62768ff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff6276f000 - 0x7fff62774fff com.apple.LinguisticData (1.0 - 238.25) <61910887-D5CE-3567-9A5F-6DFEC942EC1F> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff63469000 - 0x7fff63491ff7 com.apple.spotlight.metadata.utilities (1.0 - 1191.57) <38BB1FB7-3336-384C-B71F-4D0D402EB606> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff63492000 - 0x7fff6351fff7 com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff636cc000 - 0x7fff636e7ffb com.apple.MobileKeyBag (2.0 - 1.0) <4678FECE-538B-381C-80F2-27AA4805F160> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff63770000 - 0x7fff6379affb com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <3BF81F33-89A8-3A2D-84B3-B343020B6D98> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff639d6000 - 0x7fff639e0fff com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff64241000 - 0x7fff64292ff3 com.apple.OTSVG (1.0 - ???) <3976F8CC-1CFB-3E09-9009-FE985550565B> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff65417000 - 0x7fff65426ff7 com.apple.PerformanceAnalysis (1.218.2 - 218.2) <65F3DB3E-6D4E-33A0-B510-EF768D323DAB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff672b6000 - 0x7fff672d4ff7 com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff6746c000 - 0x7fff674bcfff com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
0x7fff6760f000 - 0x7fff67631fff com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff6836f000 - 0x7fff683b8fff com.apple.Safari.SafeBrowsing (14607 - 14607.2.6.1.1) <9083E333-A8A3-32AF-AB92-39DC0EC4FC4B> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
0x7fff68e36000 - 0x7fff68f54fff com.apple.Sharing (1288.43 - 1288.43) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff69d65000 - 0x7fff6a013ffb com.apple.SkyLight (1.600.0 - 340.26) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff6a7b5000 - 0x7fff6a7c1fff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff6af12000 - 0x7fff6af9dfc7 com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff6b485000 - 0x7fff6b491ffb com.apple.TCC (1.0 - 1) <968ECAE1-FBB9-3478-BDCE-85E54B6C422D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff6b6f7000 - 0x7fff6b7bfff3 com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff6b875000 - 0x7fff6b876fff com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <15DF9C73-54E4-3C41-BCF4-378338C55FB4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff6b87c000 - 0x7fff6ba32ff7 com.apple.UIFoundation (1.0 - 551) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff6ba80000 - 0x7fff6ba86ffb com.apple.URLFormatting (59 - 59.42) /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
0x7fff6c6ae000 - 0x7fff6c787fff com.apple.ViewBridge (401.1 - 401.1) <18144EC1-5DEF-369C-8EBA-2826E7142784> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff6cbca000 - 0x7fff6ce3bfff libAWDSupportFramework.dylib (2128) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
0x7fff6ce3c000 - 0x7fff6ce4dfff libprotobuf-lite.dylib (2128) <01384CD9-734E-3614-B55E-8FDCF8AF7A5B> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
0x7fff6ce4e000 - 0x7fff6cea8fff libprotobuf.dylib (2128) <7E183D4E-E6F6-3FAC-8AEA-9842B050F331> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
0x7fff6cea9000 - 0x7fff6ceeaff7 com.apple.awd (1.0 - 930.11) <99842C06-BBA9-339A-A235-F8195F2DDEB9> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
0x7fff6cf5e000 - 0x7fff6cf61fff com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff6d362000 - 0x7fff6d364ffb com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff6d59e000 - 0x7fff6d5b2ffb libAccessibility.dylib (2402.92) /usr/lib/libAccessibility.dylib
0x7fff6d62e000 - 0x7fff6d662fff libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
0x7fff6d665000 - 0x7fff6d66fff7 libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
0x7fff6d6fd000 - 0x7fff6d6feffb libDiagnosticMessagesClient.dylib (107) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6d735000 - 0x7fff6d98cff3 libFosl_dynamic.dylib (18.3.4) <45E50221-1A39-3AB3-8267-C1E4E39ECF83> /usr/lib/libFosl_dynamic.dylib
0x7fff6d9ac000 - 0x7fff6d9b3fff libMatch.1.dylib (31.200.1) /usr/lib/libMatch.1.dylib
0x7fff6d9dd000 - 0x7fff6d9fbfff libMobileGestalt.dylib (645.260.6) <0232958E-1EF2-3627-B8FF-09C6522594C7> /usr/lib/libMobileGestalt.dylib
0x7fff6d9fc000 - 0x7fff6d9fcfff libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
0x7fff6db3c000 - 0x7fff6db3dffb libSystem.B.dylib (1252.250.1) <1A13E822-B59C-3A36-A2E4-9968149714F9> /usr/lib/libSystem.B.dylib
0x7fff6db3e000 - 0x7fff6dbb8ff7 libTelephonyUtilDynamic.dylib (3705) /usr/lib/libTelephonyUtilDynamic.dylib
0x7fff6dbb9000 - 0x7fff6dbbafff libThaiTokenizer.dylib (2.15.1) /usr/lib/libThaiTokenizer.dylib
0x7fff6dbcc000 - 0x7fff6dbe2ffb libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
0x7fff6dbe3000 - 0x7fff6dc0cffb libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
0x7fff6dc0d000 - 0x7fff6dd0cfef libate.dylib (1.13.8) <461F7EA4-05E2-3091-8905-473A63A75300> /usr/lib/libate.dylib
0x7fff6dd10000 - 0x7fff6dd10ff3 libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
0x7fff6dde0000 - 0x7fff6ddf0ffb libbsm.0.dylib (39.200.18) /usr/lib/libbsm.0.dylib
0x7fff6ddf1000 - 0x7fff6ddfefff libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
0x7fff6ddff000 - 0x7fff6de52ff7 libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
0x7fff6de53000 - 0x7fff6de68ff7 libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
0x7fff6de69000 - 0x7fff6de69ff3 libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
0x7fff6de6a000 - 0x7fff6de7affb libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
0x7fff6de7b000 - 0x7fff6de93ffb libcompression.dylib (52.250.2) /usr/lib/libcompression.dylib
0x7fff6e108000 - 0x7fff6e11efff libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
0x7fff6e11f000 - 0x7fff6e120ff3 libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6e2be000 - 0x7fff6e3b6ff7 libcrypto.35.dylib (22.260.1) <03FBCE39-6B59-314E-A18C-CF045D132C4A> /usr/lib/libcrypto.35.dylib
0x7fff6e4b8000 - 0x7fff6e5b8fcb libcrypto.42.dylib (22.260.1) /usr/lib/libcrypto.42.dylib
0x7fff6e5cc000 - 0x7fff6e622ff7 libcups.2.dylib (462.10) <2AC7B8C3-0D25-3E0F-A34A-94658A06FF94> /usr/lib/libcups.2.dylib
0x7fff6e64b000 - 0x7fff6e69efff libcurl.4.dylib (105.200.2) /usr/lib/libcurl.4.dylib
0x7fff6e756000 - 0x7fff6e756fff libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
0x7fff6e757000 - 0x7fff6e770ffb libexpat.1.dylib (16.1.1) <28A385F1-4210-32D2-861B-C1B2189A5294> /usr/lib/libexpat.1.dylib
0x7fff6e788000 - 0x7fff6e78dff7 libgermantok.dylib (17.15.2) /usr/lib/libgermantok.dylib
0x7fff6e78e000 - 0x7fff6e793ff7 libheimdal-asn1.dylib (520.260.1) /usr/lib/libheimdal-asn1.dylib
0x7fff6e7be000 - 0x7fff6e8aefff libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
0x7fff6e8af000 - 0x7fff6eb10fff libicucore.A.dylib (62135.0.1) <2B292561-798A-381C-AA41-90EE6549C7CF> /usr/lib/libicucore.A.dylib
0x7fff6eb5d000 - 0x7fff6eb5efff liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
0x7fff6eb5f000 - 0x7fff6eb77ff3 liblzma.5.dylib (10.200.3) /usr/lib/liblzma.5.dylib
0x7fff6eb8f000 - 0x7fff6ec33ff7 libmecab.1.0.0.dylib (779.24.1) /usr/lib/libmecab.1.0.0.dylib
0x7fff6ec34000 - 0x7fff6ee38fff libmecabra.dylib (779.24.1) /usr/lib/libmecabra.dylib
0x7fff6f010000 - 0x7fff6f361ff7 libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
0x7fff6f3f3000 - 0x7fff6fb7bfd7 libobjc.A.dylib (756.2) <20942D4E-CE6F-376A-8BCD-016F88E4BFD5> /usr/lib/libobjc.A.dylib
0x7fff6fb8d000 - 0x7fff6fb91ffb libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
0x7fff6fb94000 - 0x7fff6fbc9fff libpcap.A.dylib (79.250.1) /usr/lib/libpcap.A.dylib
0x7fff6fce2000 - 0x7fff6fcfaffb libresolv.9.dylib (65.200.2) <893142A5-F153-3437-A22D-407EE542B5C5> /usr/lib/libresolv.9.dylib
0x7fff6fcfc000 - 0x7fff6fd37ff3 libsandbox.1.dylib (851.260.2) <5BB0426C-6DE4-3E12-B6B6-35D4FC318A89> /usr/lib/libsandbox.1.dylib
0x7fff6fd38000 - 0x7fff6fd4aff7 libsasl2.2.dylib (211) <10987614-6763-3B5D-9F28-91D121BB4924> /usr/lib/libsasl2.2.dylib
0x7fff6fd4b000 - 0x7fff6fd4cff7 libspindump.dylib (267.3) /usr/lib/libspindump.dylib
0x7fff6fd4d000 - 0x7fff6ff1effb libsqlite3.dylib (274.25) /usr/lib/libsqlite3.dylib
0x7fff6ffe2000 - 0x7fff70011fff libssl.44.dylib (22.260.1) /usr/lib/libssl.44.dylib
0x7fff70137000 - 0x7fff7013aff7 libutil.dylib (51.200.4) /usr/lib/libutil.dylib
0x7fff7013b000 - 0x7fff70148fff libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
0x7fff7014d000 - 0x7fff7022fff3 libxml2.2.dylib (32.8) <54F896CF-6D83-300B-9CD9-1636BE5375A4> /usr/lib/libxml2.2.dylib
0x7fff70230000 - 0x7fff70258ff3 libxslt.1.dylib (16.1) <31F7018B-D8F2-36ED-A13B-1E5A16DFAAA1> /usr/lib/libxslt.1.dylib
0x7fff70259000 - 0x7fff7026bff7 libz.1.dylib (70.200.4) /usr/lib/libz.1.dylib
0x7fff70a4f000 - 0x7fff70a53ff3 libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
0x7fff70a54000 - 0x7fff70a5eff3 libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
0x7fff70a5f000 - 0x7fff70a66ff7 libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
0x7fff70a67000 - 0x7fff70a70ff7 libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
0x7fff70a71000 - 0x7fff70af5fc3 libcorecrypto.dylib (602.260.2) /usr/lib/system/libcorecrypto.dylib
0x7fff70b7c000 - 0x7fff70bb5ff7 libdispatch.dylib (1008.250.7) <26DF5B1E-A388-38EF-B73B-AF0E93FB02DB> /usr/lib/system/libdispatch.dylib
0x7fff70bb6000 - 0x7fff70be2ff7 libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
0x7fff70be3000 - 0x7fff70be3ffb libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
0x7fff70be4000 - 0x7fff70bf0ff3 libkxld.dylib (4903.261.4) <71CF1ECD-AC4E-3FDD-BEDF-14933D843EEE> /usr/lib/system/libkxld.dylib
0x7fff70bf1000 - 0x7fff70bf1ff7 liblaunch.dylib (1336.261.2) /usr/lib/system/liblaunch.dylib
0x7fff70bf2000 - 0x7fff70bf7fff libmacho.dylib (927.0.2) <3C5C9024-45FD-38C2-B01A-07A322966063> /usr/lib/system/libmacho.dylib
0x7fff70bf8000 - 0x7fff70bfaffb libquarantine.dylib (86.220.1) <6D0BC770-7348-3608-9254-F7FFBD347634> /usr/lib/system/libquarantine.dylib
0x7fff70bfb000 - 0x7fff70bfcff7 libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
0x7fff70bfd000 - 0x7fff70c14ff3 libsystem_asl.dylib (356.200.4) /usr/lib/system/libsystem_asl.dylib
0x7fff70c15000 - 0x7fff70c15ff7 libsystem_blocks.dylib (73) /usr/lib/system/libsystem_blocks.dylib
0x7fff70c16000 - 0x7fff70c9dfff libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
0x7fff70c9e000 - 0x7fff70ca1ffb libsystem_configuration.dylib (963.260.1) /usr/lib/system/libsystem_configuration.dylib
0x7fff70ca2000 - 0x7fff70ca5ff7 libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
0x7fff70ca6000 - 0x7fff70cacfff libsystem_darwin.dylib (1272.250.1) /usr/lib/system/libsystem_darwin.dylib
0x7fff70cad000 - 0x7fff70cb3ff7 libsystem_dnssd.dylib (878.260.1) <64B79B01-B1B0-3C7E-87A1-023B71843F1F> /usr/lib/system/libsystem_dnssd.dylib
0x7fff70cb4000 - 0x7fff70cffffb libsystem_info.dylib (517.200.9) /usr/lib/system/libsystem_info.dylib
0x7fff70d00000 - 0x7fff70d28ff7 libsystem_kernel.dylib (4903.261.4) <7B0F52C4-4CC9-3282-8457-C18C6FE1B99E> /usr/lib/system/libsystem_kernel.dylib
0x7fff70d29000 - 0x7fff70d74ff7 libsystem_m.dylib (3158.200.7) /usr/lib/system/libsystem_m.dylib
0x7fff70d75000 - 0x7fff70d9ffff libsystem_malloc.dylib (166.261.1) <4D1CEF38-DE32-3ECF-9F70-0ADDD5C8775F> /usr/lib/system/libsystem_malloc.dylib
0x7fff70da0000 - 0x7fff70daaff7 libsystem_networkextension.dylib (767.250.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fff70dab000 - 0x7fff70db2fff libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
0x7fff70db3000 - 0x7fff70dbcfef libsystem_platform.dylib (177.250.1) <16949870-9152-3B0D-9EF0-40FAF84B0F1E> /usr/lib/system/libsystem_platform.dylib
0x7fff70dbd000 - 0x7fff70dc7ff7 libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
0x7fff70dc8000 - 0x7fff70dcbff7 libsystem_sandbox.dylib (851.260.2) <9CACC5F5-3859-3A1F-BCC6-96DDD4A556A8> /usr/lib/system/libsystem_sandbox.dylib
0x7fff70dcc000 - 0x7fff70dceff3 libsystem_secinit.dylib (30.260.2) <88F3CE61-5FAD-3CDA-AA13-B5B18B3EBD26> /usr/lib/system/libsystem_secinit.dylib
0x7fff70dcf000 - 0x7fff70dd6ff3 libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
0x7fff70dd7000 - 0x7fff70decfff libsystem_trace.dylib (906.260.1) <100013AE-0443-3CF0-AC17-5D934608B60B> /usr/lib/system/libsystem_trace.dylib
0x7fff70dee000 - 0x7fff70df3ffb libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
0x7fff70df4000 - 0x7fff70e23fff libxpc.dylib (1336.261.2) <9A0FFA79-082F-3293-BF49-63976B073B74> /usr/lib/system/libxpc.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 202941
thread_create: 0
thread_set_state: 0

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 640K 2
Activity Tracing 256K 1
CG backing stores 632K 2
CG image 54.0M 139
CG raster data 8K 1
CoreAnimation 103.5M 113
CoreGraphics 8K 1
CoreImage 8K 2
CoreServices 172K 1
CoreUI image data 808K 19
CoreUI image file 404K 5
Foundation 24K 2
Kernel Alloc Once 8K 1
MALLOC 361.6M 39
MALLOC guard page 48K 8
MALLOC_MEDIUM (reserved) 656.0M 6 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
Memory Tag 242 12K 1
STACK GUARD 56.0M 9
Stack 12.1M 9
VM_ALLOCATE 1596K 47
__DATA 74.5M 342
__FONT_DATA 4K 1
__GLSLBUILTINS 5176K 1
__LINKEDIT 237.0M 46
__TEXT 256.7M 322
__UNICODE 564K 1
mapped file 84.1M 27
shared memory 704K 13
=========== ======= =======
TOTAL 2.2G 1162
TOTAL, minus reserved VM space 1.2G 1162

Model: MacPro6,1, BootROM 130.0.0.0.0, 8 processors, 8-Core Intel Xeon E5, 3 GHz, 64 GB, SMC 2.20f18
Graphics: kHW_AMDFireProD700Item, AMD FirePro D700, spdisplays_pcie_device, 6 GB
Graphics: kHW_AMDFireProD700Item, AMD FirePro D700, spdisplays_pcie_device, 6 GB
Memory Module: DIMM1, 16 GB, DDR3 ECC, 1866 MHz, 0x80AD, 0x484D54343247523744465234432D52442020
Memory Module: DIMM2, 16 GB, DDR3 ECC, 1866 MHz, 0x80AD, 0x484D54343247523744465234432D52442020
Memory Module: DIMM3, 16 GB, DDR3 ECC, 1866 MHz, 0x80AD, 0x484D54343247523744465234432D52442020
Memory Module: DIMM4, 16 GB, DDR3 ECC, 1866 MHz, 0x80AD, 0x484D54343247523744465234432D52442020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x135), Broadcom BCM43xx 1.0 (7.77.61.2 AirPortDriverBrcmNIC-1305.8)
Bluetooth: Version 6.0.12f1, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en2
PCI Card: AMD FirePro D700, Display Controller, Slot-2
PCI Card: AMD FirePro D700, Display Controller, Slot-1
Serial ATA Device: APPLE SSD SM0512G, 500.28 GB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: USB3.0 Hub
USB Device: USB3.0 Hub
USB Device: eLicenser
USB Device: USB2.0 Hub
USB Device: LaCie Hard Drive USB
USB Device: USB2.0 Hub
USB Device: E-MU 0404 | USB
USB Device: Microsoft® Nano Transceiver v1.0
USB Device: Hub
USB Device: MG-XU
Thunderbolt Bus: Mac Pro, Apple Inc., 19.2
Thunderbolt Bus: Mac Pro, Apple Inc., 19.2
Thunderbolt Bus: Mac Pro, Apple Inc., 19.2

@CarCode
Copy link

CarCode commented Jul 5, 2019

scadaperspective

Why you have OpenCPN here: /private/var/folders/*/OpenCPN.app
and not in /Applications/ as usual in macOS ?

@scadaperspective
Copy link

Because it is a Mac Pro

@CarCode
Copy link

CarCode commented Jul 6, 2019

Because it is a Mac Pro

Even a Mac Pro runs macOS. So you are doing something wrong.
As seen you are running Mojave 10.14.5. Try to use it as Apple recommends.

@scadaperspective
Copy link

Apologies to everyone else

CarCode,

I have resisted replying to you on other occasions and mediums however I decided to try to give you one last opportunity to pull your head in as we say in Australia.

Please do pull your head in go sailing and stop bothering nice people.

This reply is the last time I will respond to you so your 15 minutes with me is now over.

As far as I am concerned Car Code your comment sadly is as frequently and usually the case nothing to do with what is being posted.

It add's no benefit to me or the conversation at hand and your comments directed towards me are completely unsolicited.

Please don't communicate with me unless I solicit such a response, unless you use / provide your real first name and not some pseudonym or at the very least you are actually being helpful.

I have not had you introduced to me as being part of the actual support team or development team, so why are you commenting at all here unless it is to report or convey an end user issue?

Do you work for Apple computer's Inc USA ? No, I suspect not as you would know better otherwise.

The Machine the dump was captured from IS an Apple Mac Pro business workstation build by Apple computers Inc, it is a standard end user build and not a special features build, It was purchased from them by me as a regular apple business customer, all software applications including operating system was/is installed by them and it was shipped to Apple Australia (Sydney) for final testing before being shipped to me and remained under a controlled chain of custody now residing with me.

It comes with the configuration I purchased from them. I have made no alterations to the machine apart from installing software and hardware approved for use by Apple computers Inc. I am using this equipment correctly, in fact actually my usage is expressly approved by Apple computers Inc as being fair and reasonable use of the product and in full accordance with their terms and conditions of sale in Australia. So you're wrong.

The problems with wxWidgets and for Apple specifically with Xcode frameworks I have been experiencing and are now resolved are external to and un related to the issues associated with wxWidgets 3.1.2 or 3.1.3 for that matter, are more general OpenGL compatibility issues related to the support library, issues that I and others are genuinely experiencing and trying to assist in resolving, people including Mike are reporting is the actual topic being discussed, when you, as usual, rudely interjected.

Please don't do it any more, and more importantly for you please don't do it towards me specifically as I will take affirmative actions to have this pseudonym you are using be blocked here and on the cruisers forum if you continue.

Ron Southworth

@rgleason rgleason added the macOS label Apr 23, 2021
@rgleason
Copy link
Collaborator

@kapitan-k @bdbcat Has this been resolved? Or should it stay open? Original poster needs to close it.

@kapitan-k
Copy link
Author

No resolution. Not important for me, no further issues / comments of others.
Thus, I close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants