Giter Club home page Giter Club logo

osxvnc's Introduction

Build Status

Vine VNC Server (OSXvnc)

The code in this Git repository is based on the CVS repository at http://osxvnc.cvs.sourceforge.net/viewvc/osxvnc/. It was created using this command:

git cvsimport -d :pserver:[email protected]:/cvsroot/osxvnc OSXvnc

Vine was developed at Redstone Software which was acquired by TestPlant.

This is a modified private copy of the original software.

News

2021-01-29

libjpeg-turbo is now included as a git submodule and built using local build rules.

The build rules build now a universal app which supports both Intel and Arm64 Macs.

2017-12-15

libjpeg-turbo now is only needed for building. It is no longer required for running the server.

The software license was updated from GPL 2 to GPL 3.

2016-11-20

Builds now require https://sourceforge.net/projects/libjpeg-turbo/ or a compatible libjpeg.

2015-10-10

Vine VNC server now also works with high resolution (retina) displays (thanks to Tom Sealy who wrote the new code).

Building

Vine VNC server requires Xcode to build a distributable packet from sources.

In addition, it uses the JPEG library libjpeg-turbo. The source code for that library is included as a Git submodule.

Building from Xcode

Build the libjpeg-turbo library first by running ./build-libjpeg-turbo.sh. Then open OSXvnc.xcodeproj in Xcode and build the "Vine Server Package".

You will find the distributable at /tmp/VineServer.dmg

Building from the command line

Run these commands from the command line:

./build-libjpeg-turbo.sh
xcodebuild -configuration Deployment

Again you will find the distributable at /tmp/VineServer.dmg

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/ or the file LICENSE in the distribution.

Links

CVS repository at Sourceforge:

Other Git clones of the CVS code:

Documentation at TestPlant.com:

RFB Standard:

osxvnc's People

Contributors

mykola-mokhnach avatar pinhead84 avatar rdp avatar romanprocopie avatar stweil avatar sunuslee avatar tomsealy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

osxvnc's Issues

Vine stuck on MacOS 10.14/10.14.1

Hi,
After installed Mac OS 10.14 / 10.14.1 - when trying connect to Mac - the display is black and white.
When open Firefox the browser is look like black box.
There is any update for Mojave or any solution for it?

Thanks

Support more VNC features (use libvncserver)

Vine server currently terminates a connection if UltraVNC features like server side scaling, file transfer or chat are selected.

Maybe using libvncserver could provide more VNC features without the need to implement them.

Minimal supported version of macOS

Thank you a lot for this great application. I'm bundling it in this single click support tool.

I'd like to know, which version of macOS is required in order to use your current release of OSXvnc (5.2.1)? - Unfortunately I can't find any information about the minimal requirements on this project page.

The program works fine with my High Sierra system (10.13). But maybe some of my clients use older versions. Therefore I'd like to use OSXvnc with as old systems as possible - 10.7 would be optimal for my use case.

Thanks a lot in advance for any clarification. ;)

The server crashes if the remote cursor shape changes

It looks like the current implementation of cursor bitmap capture does not properly handle "locate cursor" feature which is available in the recent MacOS releases (the arrow grows in size for a moment if one shakes it for a while)

feedbacks

Not sure how to contact you but some random feedback:

First, thank you very much for the repository as well as the builds! About the only place to get 'em these days (a working VNC server).

A few notes:

5.1.0 seems to not have a .dmg file (5.0.1's also "not signed" FWIW).

Also some README links (testplant) are 404's now.

Also this commit might be interesting, ran into it on accident:
browserstack/OSXVNC@26428ca

Might be nice to add some instructions in the README for how to build it (for those of us unfamiliar with XCode) (for followers, it's "open in xcode" click the "play button" then grab a copy from "/private/tmp/VineServer/Vine Server.app"

Thanks :)

Error on launch

Hi. I used Xcode to build the most recent release but the application is crashing with this error:

dyld: Library not loaded: /opt/libjpeg-turbo/lib/libturbojpeg.0.dylib
Reason: image not found
Trace/BPT trap: 5

Only happens on a machine where turbo-jpeg isn't installed. How can I fix this?
Thanks!

Keyboard does not work if run at Login Screen

I am running OSXVnc at login screen with the help of a launchd plist file.
It is loaded as follows
The mouse works fine, however when I press a key, it will be ignore and the following message apears in the OSXVNC log file

2019-07-03 16:45:04.175 OSXvnc-server[338:3465] pid(338)/euid(0) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!

wrong screen connecting to Ventura?

When connecting to a ventura mac, all I see is the menu bar and the current app's menu items, and the desktop background. I don't see the date/time in the menu bar, the dock, desktop icons, or any open app windows.
The menu bar items change when I switch apps using the mac's mouse. But the vnc mouse does not work.

2023-12-12 17:30:02.362 OSXvnc-server[649:6315] Arguments: -rfbauth passwordFile
2023-12-12 17:30:02.429 OSXvnc-server[649:6315] Detected HiDPI Display with scaling factor of 2.000000
2023-12-12 17:30:02.502 OSXvnc-server[649:6315] Running in Little Endian
2023-12-12 17:30:02.503 OSXvnc-server[649:6315] Pasteboard Inaccessible - Pasteboard sharing disabled
2023-12-12 17:30:02.503 OSXvnc-server[649:6315] Waiting for clients
2023-12-12 17:30:02.503 OSXvnc-server[649:6333] Registering Bonjour Service(_rfb._tcp.) - MBP.pj.net
2023-12-12 17:30:02.503 OSXvnc-server[649:6335] Started listener thread on IPv6 port 5900
2023-12-12 17:30:02.504 OSXvnc-server[649:6333] Using Private Event Source
2023-12-12 17:30:02.505 OSXvnc-server[649:6333] Unable to get session dictionary.
2023-12-12 17:30:02.505 OSXvnc-server[649:6333] Using Smart Event Tap -- Session for off-screen user
2023-12-12 17:30:02.505 OSXvnc-server[649:6333] Started listener thread on IPv4 port 5900
2023-12-12 17:30:14.333 OSXvnc-server[649:6447] Protocol version 3.8
2023-12-12 17:30:14.354 OSXvnc-server[649:6447] ENCODING: ZRLE for client 10.0.3.3
2023-12-12 17:30:14.354 OSXvnc-server[649:6447]         Unknown Encoding Type(ignored): 22 (16)
2023-12-12 17:30:14.354 OSXvnc-server[649:6447]         Unknown Encoding Type(ignored): 21 (15)
2023-12-12 17:30:14.354 OSXvnc-server[649:6447]         Unknown Encoding Type(ignored): 15 (F)
2023-12-12 17:30:14.354 OSXvnc-server[649:6447]         Unknown Encoding Type(ignored): 4294966982 (FFFFFEC6)
2023-12-12 17:30:14.354 OSXvnc-server[649:6447]         Enabling Cursor Shape protocol extension for client 10.0.3.3
2023-12-12 17:30:14.354 OSXvnc-server[649:6447]         Enabling Dynamic Desktop Sizing for client 10.0.3.3
2023-12-12 17:30:14.354 OSXvnc-server[649:6447] Pixel format for client 10.0.3.3:
2023-12-12 17:30:14.355 OSXvnc-server[649:6447]   32 bpp, depth 24, little endian
2023-12-12 17:30:14.355 OSXvnc-server[649:6447]   true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
2023-12-12 17:30:14.375 OSXvnc-server[649:6447] Client connected - registering screen update notification

EXC_I386_GPFLT on OS X 10.9.2 with 5.2.1

System Server and Normal Server both crash with the following backtrace (upon connection with RealVNC Viewer or Remmina, or really any VNC client):
$ uname -a
Darwin obfuscated.somewebsite.org 13.1.0 Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 x86_64
Crash Log:

Process:         OSXvnc-server [8465]
Path:            /Applications/Vine Server.app/Contents/MacOS/OSXvnc-server
Identifier:      de.uni-mannheim.VineServer
Version:         5.2.1 (1712161132)
Code Type:       X86-64 (Native)
Parent Process:  Vine Server [7664]
Responsible:     Vine Server [7664]
User ID:         502

Date/Time:       2018-01-29 11:51:32.019 -0500
OS Version:      Mac OS X 10.9.2 (13C64)
Report Version:  11
Anonymous UUID:  E0E7AC48-3491-ABED-BF82-17664FA0C514


Crashed Thread:  5

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff9527ca1a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff9527bd18 mach_msg + 64
2   com.apple.CoreFoundation      	0x00007fff90251155 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation      	0x00007fff90250779 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation      	0x00007fff902500b5 CFRunLoopRunSpecific + 309
5   com.apple.HIToolbox           	0x00007fff8917fa0d RunCurrentEventLoopInMode + 226
6   OSXvnc-server                 	0x000000010cbd44a1 main + 4129
7   libdyld.dylib                 	0x00007fff8fa2d5fd start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff95281662 kevent64 + 10
1   libdispatch.dylib             	0x00007fff890e143d _dispatch_mgr_invoke + 239
2   libdispatch.dylib             	0x00007fff890e1152 _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff9527fe02 __accept + 10
1   OSXvnc-server                 	0x000000010cbd46dd listenerRun + 333
2   libsystem_pthread.dylib       	0x00007fff8b960899 _pthread_body + 138
3   libsystem_pthread.dylib       	0x00007fff8b96072a _pthread_start + 137
4   libsystem_pthread.dylib       	0x00007fff8b964fc9 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        	0x00007fff952809aa __select + 10
1   com.apple.CoreFoundation      	0x00007fff9029cb83 __CFSocketManager + 867
2   libsystem_pthread.dylib       	0x00007fff8b960899 _pthread_body + 138
3   libsystem_pthread.dylib       	0x00007fff8b96072a _pthread_start + 137
4   libsystem_pthread.dylib       	0x00007fff8b964fc9 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff9527fe02 __accept + 10
1   OSXvnc-server                 	0x000000010cbce04e -[VNCServer setupIPv6:] + 350
2   com.apple.Foundation          	0x00007fff8d42476b __NSThread__main__ + 1318
3   libsystem_pthread.dylib       	0x00007fff8b960899 _pthread_body + 138
4   libsystem_pthread.dylib       	0x00007fff8b96072a _pthread_start + 137
5   libsystem_pthread.dylib       	0x00007fff8b964fc9 thread_start + 13

Thread 5 Crashed:
0   com.apple.CoreFoundation      	0x00007fff901f9457 CFRelease + 39
1   com.apple.CoreFoundation      	0x00007fff9020c8d9 -[__NSArrayM dealloc] + 185
2   com.apple.CoreFoundation      	0x00007fff901f967f CFRelease + 591
3   com.apple.CoreFoundation      	0x00007fff9022ed5a -[__NSDictionaryI dealloc] + 154
4   libobjc.A.dylib               	0x00007fff9416c65a (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 502
5   com.apple.CoreFoundation      	0x00007fff90218b72 _CFAutoreleasePoolPop + 50
6   com.apple.Foundation          	0x00007fff8d3dcebc -[NSAutoreleasePool release] + 140
7   OSXvnc-server                 	0x000000010cbd9352 rfbSendClientList + 418
8   OSXvnc-server                 	0x000000010cbd9cfd rfbProcessClientProtocolVersion + 157
9   OSXvnc-server                 	0x000000010cbd2a5e clientInput + 110
10  libsystem_pthread.dylib       	0x00007fff8b960899 _pthread_body + 138
11  libsystem_pthread.dylib       	0x00007fff8b96072a _pthread_start + 137
12  libsystem_pthread.dylib       	0x00007fff8b964fc9 thread_start + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff95280716 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff8b962c3b _pthread_cond_wait + 727
2   OSXvnc-server                 	0x000000010cbd2c1a clientOutput + 186
3   libsystem_pthread.dylib       	0x00007fff8b960899 _pthread_body + 138
4   libsystem_pthread.dylib       	0x00007fff8b96072a _pthread_start + 137
5   libsystem_pthread.dylib       	0x00007fff8b964fc9 thread_start + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff95280e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8b961f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       	0x00007fff8b964fb9 start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib        	0x00007fff95280e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff8b961f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib       	0x00007fff8b964fb9 start_wqthread + 13

Thread 5 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x5000000000000000  rcx: 0xfffffffffffffffd  rdx: 0x0000000000000028
  rdi: 0x5000000000000000  rsi: 0x00007fbbabf00670  rbp: 0x000000010f73f720  rsp: 0x000000010f73f6d0
   r8: 0x000000000000000f   r9: 0xffff8044540ff98f  r10: 0x00007fbbaf823ac0  r11: 0x00007fff79918778
  r12: 0x5000000000000000  r13: 0x0000000000000001  r14: 0x00007fbbabf013f0  r15: 0x00007fff79948f00
  rip: 0x00007fff901f9457  rfl: 0x0000000000010246  cr2: 0x000000010ccfa000
  
Logical CPU:     2
Error Code:      0x00000000
Trap Number:     13


Binary Images:
       0x10cbc5000 -        0x10cc4dff7 +OSXvnc-server (0) <2C36AD2C-1C40-3344-9AAD-061A9443ABCC> /Applications/Vine Server.app/Contents/MacOS/OSXvnc-server
    0x7fff6d1d1000 -     0x7fff6d204817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    0x7fff87de4000 -     0x7fff87deeff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff87e3f000 -     0x7fff87e57ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff87e58000 -     0x7fff87e58fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff87e8f000 -     0x7fff87ef3fff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff88100000 -     0x7fff883d4fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff883d5000 -     0x7fff883feff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff88449000 -     0x7fff88471ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff884fb000 -     0x7fff884fdfff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff884fe000 -     0x7fff886b6ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
    0x7fff886c0000 -     0x7fff886c5fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff886c6000 -     0x7fff886cfffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff886d0000 -     0x7fff886f4ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff886f5000 -     0x7fff88707ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8871f000 -     0x7fff8874bfff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff88777000 -     0x7fff888a7ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff88b3f000 -     0x7fff88b77ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff88be5000 -     0x7fff88caefff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff88cb6000 -     0x7fff88ce6fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff890b8000 -     0x7fff890ddff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff890de000 -     0x7fff890f8fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    0x7fff8914b000 -     0x7fff89150ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff89151000 -     0x7fff893fbff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff89436000 -     0x7fff895a4ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff89813000 -     0x7fff89813fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff89814000 -     0x7fff89818fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff89819000 -     0x7fff898a9fff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff89928000 -     0x7fff89943ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff89946000 -     0x7fff89947ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff89948000 -     0x7fff899abff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff89b35000 -     0x7fff89b3cfff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff89b72000 -     0x7fff89c3dfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff89c3e000 -     0x7fff89d2fff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff89db4000 -     0x7fff89e0fffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff89e10000 -     0x7fff89e39fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff89e7c000 -     0x7fff89ef3fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff89ef7000 -     0x7fff89fe5fff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8a085000 -     0x7fff8a090fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8a091000 -     0x7fff8a097ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff8a098000 -     0x7fff8a0daff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff8a0db000 -     0x7fff8a0e4fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8a0e5000 -     0x7fff8a14aff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8a14b000 -     0x7fff8aa6aaf3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8b3ac000 -     0x7fff8b3c5ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8b3c6000 -     0x7fff8b3cefff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8b3cf000 -     0x7fff8b3dafff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
    0x7fff8b445000 -     0x7fff8b445ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8b450000 -     0x7fff8b467ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8b468000 -     0x7fff8b4c0ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8b4c1000 -     0x7fff8b4c8ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff8b4c9000 -     0x7fff8b51bfff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff8b51c000 -     0x7fff8b52bff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8b55f000 -     0x7fff8b560ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8b633000 -     0x7fff8b662fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff8b663000 -     0x7fff8b6a2fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8b6a3000 -     0x7fff8b8fcff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8b91c000 -     0x7fff8b95aff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8b95b000 -     0x7fff8b95efff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8b95f000 -     0x7fff8b966ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8b979000 -     0x7fff8b9ecfff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8baf2000 -     0x7fff8bbb4ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8bbd9000 -     0x7fff8bcdfff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8bce0000 -     0x7fff8bce3fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8be4b000 -     0x7fff8bed4fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8bf40000 -     0x7fff8bf4cff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8bf4d000 -     0x7fff8bf92ffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8c008000 -     0x7fff8c019ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff8c0b7000 -     0x7fff8c253ff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8c254000 -     0x7fff8c254ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8c255000 -     0x7fff8c305ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8c318000 -     0x7fff8c333ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff8c334000 -     0x7fff8c33bff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x7fff8c3cf000 -     0x7fff8c41dfff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8c969000 -     0x7fff8c973fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8cd91000 -     0x7fff8ce78ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff8ceae000 -     0x7fff8ced2fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff8cf68000 -     0x7fff8cf6afff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8d2a2000 -     0x7fff8d2c9ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff8d2ca000 -     0x7fff8d30bfff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8d30c000 -     0x7fff8d376ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8d3be000 -     0x7fff8d6bcfff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8d8d4000 -     0x7fff8d8e5ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff8d9d0000 -     0x7fff8da09ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8dafd000 -     0x7fff8db50fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8dc03000 -     0x7fff8dc8cff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff8dc8d000 -     0x7fff8dc91ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
    0x7fff8dfb6000 -     0x7fff8dfc8fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8e029000 -     0x7fff8e029fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8e02a000 -     0x7fff8e02eff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
    0x7fff8e075000 -     0x7fff8e079ff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8e08e000 -     0x7fff8e097ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff8e098000 -     0x7fff8e0a4ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8e835000 -     0x7fff8e838fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8e849000 -     0x7fff8e890fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8e891000 -     0x7fff8e891fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8e932000 -     0x7fff8e93fff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff8e959000 -     0x7fff8e95bff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8ecbd000 -     0x7fff8ef05ff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8f040000 -     0x7fff8f044fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff8f56b000 -     0x7fff8f83bffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8f86d000 -     0x7fff8f877ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8fa02000 -     0x7fff8fa29ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff8fa2a000 -     0x7fff8fa2dff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
    0x7fff8fa2e000 -     0x7fff8fb81ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8fbc8000 -     0x7fff8fcb2fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff8fcb3000 -     0x7fff8fd97fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8fd99000 -     0x7fff8fda1ff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff8fda8000 -     0x7fff901dbffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff901e0000 -     0x7fff903c5fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff903c6000 -     0x7fff903caff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff903d2000 -     0x7fff903d5ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff903d6000 -     0x7fff906c0fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff906c1000 -     0x7fff9074dff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff90d9b000 -     0x7fff90db6ff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff90db7000 -     0x7fff9192dfff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff9192e000 -     0x7fff91953ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff91954000 -     0x7fff9195fff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff91960000 -     0x7fff91967fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff91968000 -     0x7fff91bfcff7  com.apple.RawCamera.bundle (5.07 - 760) <EA94F148-975D-32D7-8A20-B06017E5793B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff91c02000 -     0x7fff91c49ff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
    0x7fff91ca9000 -     0x7fff91d29fff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff91d2a000 -     0x7fff91d7bff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff92021000 -     0x7fff92039ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff9203a000 -     0x7fff9204afff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff9204b000 -     0x7fff921bbff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff921c8000 -     0x7fff921cdfff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff921ce000 -     0x7fff921d0ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff9241a000 -     0x7fff9241bfff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff9241c000 -     0x7fff9244bff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff9256a000 -     0x7fff92578fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff92579000 -     0x7fff925c7fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff928b2000 -     0x7fff92c93ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff92c94000 -     0x7fff92c95fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff92c96000 -     0x7fff92c97ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff92e32000 -     0x7fff92e4bff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff92e55000 -     0x7fff92e55ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff92f8a000 -     0x7fff92f8cff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff93f9b000 -     0x7fff93f9cff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff93f9d000 -     0x7fff9400afff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff9401a000 -     0x7fff94022ffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff94023000 -     0x7fff94023fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff94024000 -     0x7fff94031ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff94064000 -     0x7fff94080fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff94081000 -     0x7fff940ceff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff940f5000 -     0x7fff94164ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff94165000 -     0x7fff94312f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff94316000 -     0x7fff94405fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff94406000 -     0x7fff94407fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff94437000 -     0x7fff94466fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff9466c000 -     0x7fff9466dffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff9466e000 -     0x7fff946c7fff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff94d3e000 -     0x7fff94d3fff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    0x7fff95124000 -     0x7fff951e8ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff951e9000 -     0x7fff95224fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff9525d000 -     0x7fff9526afff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff9526b000 -     0x7fff95287ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
    0x7fff952de000 -     0x7fff952e6ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff9536b000 -     0x7fff9536bfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

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

VM Region Summary:
ReadOnly portion of Libraries: Total=156.0M resident=58.3M(37%) swapped_out_or_unallocated=97.7M(63%)
Writable regions: Total=115.0M written=6984K(6%) resident=7760K(7%) swapped_out=0K(0%) unallocated=107.4M(93%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG shared images                    172K
CoreServices                        512K
Dispatch continuations             16.0M
Kernel Alloc Once                     8K
MALLOC                             69.7M
MALLOC (admin)                       32K
MALLOC_LARGE (reserved)            1280K        reserved VM address space (unallocated)
STACK GUARD                        56.0M
Stack                              11.2M
VM_ALLOCATE                        16.3M
__DATA                             19.4M
__IMAGE                             528K
__LINKEDIT                         65.5M
__TEXT                             90.5M
__UNICODE                           544K
mapped file                        27.4M
shared memory                         4K
===========                      =======
TOTAL                             375.0M
TOTAL, minus reserved VM space    373.8M
 

Model: Macmini6,2, BootROM MM61.0106.B03, 4 processors, Intel Core i7, 2.3 GHz, 6 GB, SMC 2.8f1
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463531323634485A2D314736453120
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10E), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Thunderbolt Ethernet, Ethernet, en4
Network Service: Bluetooth PAN, Ethernet, en3
Serial ATA Device: APPLE HDD HTS541010A9E662, 1 TB
USB Device: Hub
USB Device: Hub
USB Device: Hub
USB Device: IR Receiver
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: Mac mini, Apple Inc., 23.4



OSXvnc-server shuts down with โ€˜Received Result: -9876 during event loop, Shutting Downโ€™ error

Issue Summary

OSXvnc-server shuts down unexpectedly with โ€œReceived Result: -9876 during event loop, Shutting Down.โ€

Steps to Reproduce

1.	Start the VNC server with the command: `OSXvnc-server -rfbauth ~/.vnc/.pass -rfbport 5900 -loglevel debug -nobonjour`
2. Observe the server log until it shuts down with the error: `2024-05-23 23:41:09.856 OSXvnc-server[95400:1751548] Received Result: -9876 during event loop, Shutting Down`

Expected Behavior

The VNC server should remain running and accept client connections without shutting down.

Actual Behavior

The server starts and waits for clients, but shuts down unexpectedly with the error โ€œReceived Result: -9876 during event loop, Shutting Down.โ€

Logs
OSXvnc-server -rfbauth ~/.vnc/.pass -rfbport 5900 -loglevel debug -nobonjour
2024-05-23 23:41:05.682 OSXvnc-server[95400:1751548] Arguments: -rfbauth /Users/egigoka/.vnc/.pass -rfbport 5900 -loglevel debug -nobonjour
2024-05-23 23:41:05.743 OSXvnc-server[95400:1751548] Detected HiDPI Display with scaling factor of 2.000000
2024-05-23 23:41:05.836 OSXvnc-server[95400:1751548] Running in Little Endian
2024-05-23 23:41:05.837 OSXvnc-server[95400:1751548] Waiting for clients
2024-05-23 23:41:05.837 OSXvnc-server[95400:1751570] Registering Bonjour Service(_rfb._tcp.) - FuckingM1.local
2024-05-23 23:41:05.838 OSXvnc-server[95400:1751572] Started listener thread on IPv6 port 5900
2024-05-23 23:41:05.839 OSXvnc-server[95400:1751570] Using Private Event Source
2024-05-23 23:41:05.840 OSXvnc-server[95400:1751570] Using Smart Event Tap -- HID for console user
2024-05-23 23:41:05.840 OSXvnc-server[95400:1751570] Started listener thread on IPv4 port 5900
2024-05-23 23:41:09.851 OSXvnc-server[95400:1751916] Protocol version 3.8
2024-05-23 23:41:09.856 OSXvnc-server[95400:1751548] Received Result: -9876 during event loop, Shutting Down
2024-05-23 23:41:09.856 OSXvnc-server[95400:1751548] Disabling Bonjour Service - FuckingM1.local
2024-05-23 23:41:09.856 OSXvnc-server[95400:1751548] Removing Observers
2024-05-23 23:41:09.856 OSXvnc-server[95400:1751548] RFB shutdown complete

Additional Information

โ€ข	macOS version: 14.5
โ€ข	OSXvnc-server version: vine-server: 5.3.2 https://github.com/stweil/OSXvnc/ as reported by Homebrew
โ€ข	Hardware: M1 MacBook Air 2020

Troubleshooting Steps Taken

1.	Checked for port conflicts using lsof -i :5900.
2.	Verified firewall settings to ensure the VNC server is allowed.
3.	Checked system logs for additional error messages.
4.	Disabled Bonjour service with -nobonjour.
5.	Reinstalled vine-server using Homebrew.
6.	Tried running the VNC server as root.
7. 	Tried running Vine Server.app, set password, clicked Start Server, second icon of Vine Server constantly opening and closing, server crashed when I've tried to connect

None of these steps resolved the issue.

Report generated using assistance from ChatGPT due to me being not native English speaker.

Release 5.1.0 through 5.2.1 with APFS disk images โ€“ Cannot mount on Sierra and Older macOS

The .dmg disk images for releases 5.1.0 through 5.2.1 appear to be created with APFS. When attempting to mount the image in El Capitan I get the error 'disk image could not be opened' and "Reason: no mountable file systems". It appears the images were created with APFS instead of HFS but APFS images can only be opened in High Sierra (v10.13).
Can the .dmg release images please be re-released using HFS (like was the case for release v5.0.1 and earlier) so those of us on Mac OS X Sierra and older can open them?

Screen flickering (black / white triangles) on vmware mac sierra when firefox is open

While viewing with vnc & running different programs (chrome, safari, finder ,etc) all is ok, when firefox is opened trianges starting from the upper right corner start to appear, slashing the screen with white or black colors, then the actual screen gets repainted, this type of flickering appears each time a refresh occures
vnc server versions tested: 5.01 & 5.2.1
Clients tested: tightvnc, vncproxy recorder, tiger
This happens only with firefox, i disabled hw acceleration which didn't help.
tried it on my mac - everything ok (no bad triangles) - it might be due to some issue tied to the virtual hardware while running under vmware.
tested different encodings: zrle / rre / raw / tight - all have the same gliches
mac remote desktop (screen sharing) does not contain this bug, everythitng looks ok in firefox as well.
I recorded a session to fbs file, the playback has captured the issue, and replays with glich included.

this might be due to the image capture method, is there any way to configure the server to use polling instead of some mirror driver?

thanks,
Amit.

Fix warnings in Xcode

  • Replace deprecated code (lossyCString, AuthorizationExecuteWithPrivileges, CGPostMouseEvent)
  • Fix warning about incompatible pointer types

Add continuous integration tests

Automated builds with error reporting would be helpful.
Maybe there are also tools for static code analysis which can be applied here.

System Server doesn't always start

with 5.1.0/5.2.0

"Most" times when I click "Start System Server" it prompts for password, then says in green "The System Server is running" but no server is actually started.

I'm not sure what the cause is because Server (menu) -> View Logs doesn't seem to show logs from the system server (?)

Seems to work "great" with 5.0.1 FWIW.
Yet sometimes it start OK. But most times not, seemingly, FWIW...

Keyboard layout problem

I'm trying to connect to a Mac with Vine Server running. The Mac uses FR keyboard layout.
I connect to this Mac from a FreeBSD workstation (running Xorg), the keyboard layout is FR too. I tried different VNC clients, but I've never got FR keyboard inside the connection, it switches to EN-US one. I've found a workaround though - changing the layout on server side to EN-US gives me the correct FR layout inside my VNC session. I tried to change the option "Keyboard Layout" in Vine Server but it does not change anything.
Is there any way to force Vine Server (or OSXvnc server) to use EN-US keyboard in VNC session? Or maybe there is another solution?

Try to login Mac By TightVNC client fail(update)

HI !
I download the newest source code and use it to control My Mac.It look likes all well.However,when I Try to used it to Login Mac(no any users login before),it did not work,then the screen can not update again. the Screen keeped the state before I type anything;

I want to know If I do something Wrong?

Thanks

Update:
I find some artice wrote that CGEventPost not work preLogin,so I replace it with CGPostKeyboardEvent.Then all goes well.

I do not know why!

Segmentation fault on macOS Monterey beta 6

When trying to connect to Vine Server on macos Monterey , vine server gives segmentation fault .

2021-09-08 12:09:55.020 OSXvnc-server[23667:221485] Waiting for clients
2021-09-08 12:09:55.020 OSXvnc-server[23667:221501] Started listener thread on IPv6 port 5901
2021-09-08 12:09:55.021 OSXvnc-server[23667:221500] Using Private Event Source
2021-09-08 12:09:55.021 OSXvnc-server[23667:221500] Using Smart Event Tap -- HID for console user
2021-09-08 12:09:55.021 OSXvnc-server[23667:221500] Started listener thread on IPv4 port 5901
2021-09-08 12:10:02.527 OSXvnc-server[23667:221575] Protocol version 3.8
Segmentation fault: 11

Add -geometry option like x11vnc

Hello,
thanks a lot for working on this great software.

i'd like to share only a part of my screen, for example 1024x768+50+0 ... i can do it with x11vnc on my linux but not with OSXvnc ... could you please add this feature ?

Use avfoundation to capture screen

I noticed that using OSXvnc on a gigabit local network is much slower in terms of update speed vs the default screen sharing (in VNC compatibility mode.) FFmpeg uses avfoundation to capture the screen at full refresh rate via rgba, and it works great. This is an enhancement that I just noticed. OSXvnc calls GL methods directly to get the screen (I think) which is slower.

I use OSXvnc since it supports so many more display modes than the default screensharing. This is especially true when using a non-mac os to remote into a macOS host. Since Screen Sharing supports the apple adaptive codec, it is super smooth. On linux, VNC supports many more modes than default screen sharing doesn't. The speed increase by using ZRLE, i.e is negated if the capture method for the screen is slower than the default screen sharing in VNC backward compatibility mode. I just suggest using avfoundation for a massive increase in capture speed.

Can't log to System Server without logged user in Big Sur 11.4

I'm trying to use Vine Server because of poor performance of free VNC clients on Windows connecting to the stock "Remote Management" feature of MacOS. Vine Server has better performance and other basic features like copy and paste work so I'm very happy with that. What I'm trying to do is connecting to the "System Server" after a reboot, and the service apparently is not running. The machine has also the built-in "Remote Management" enabled on the TCP port 5900, so I can login with that and start a new session to the System Server which automatically starts on a different port (5901) after the user is logged. The UI caption seem to suggest that the System Server should start independently of any logged user so what I should expect here? Is there a bug in Vine Server, am I missing something or simply this is an unsupported scenario?

HUGE MEMORY LEAK.

i will post a PR soon. just start the server and you will see the memory leak.
see PR #11

l1
l2
out

Screen resolution problem

Hello,
I am working with the FOGProject and we are currently getting ready to start on our new client which will include remote control of our clients. I have always used OSXvnc and love how fast and clean it is. I have recently started to work with your code and have come accross two issues. The first which I have fixed was an issue with initial rfb screen grab (rfbScreenInit). The second issue is with the screen size on the client. I was just wondering if you had any pointers to get this resolved. I will be happy to work with you to get this resolved. I should also state this is only an issue with Macs with Retina displays. Other than that your code works great!!

Thanks,

Ton

VineServer Failed

We are using vine server version 5.3.1, on Monterey version 12.4, but facing some issues with vine server failing to quit popup, which is not restarting the machines

image

Cannot log out

Although I can see there is subscription to NSWorkspaceSessionDidResignActiveNotification
and I also tried to add a subscription to NSWorkspaceWillPowerOffNotification,enforcing a rfbShutDown and a clean exit, the user cannot accomplish the logout/reboot.

At some point Mac OS pops up a message saying Vine is preventing it.

If you close the session or stop the listening server the logout/reboot will continue instantly.

I thought it might be because I am running it as a launch agent (just a guess) but I can see same behaviour when running it manually from the GUI session.

Are there any ideas of why it may happen ? I am happy to continue googling as of why the notifications don't work, but so far it turns out that the code already has implemented all bright suggestions (except for subscription to NSWorkspaceWillPowerOffNotification whihc I did with not much luck)

Wrong version number in release 5.3.0

hello - I just noticed that the version number wasn't updated in the latest release - it still contains 5.2.1

info.plist

CFBundleShortVersionString:
5.2.1

CFBundleVersion:
2101301654

Screenshot 2021-02-02 at 18 31 58

Selection of Displays Other than :0 Broken

Vine Server 5.3.1 is not selecting and serving displays other than :0 when applied to the 'Display Number' dropdown in the application preferences. Port numbers are changing correctly, but Display 0 always appears at ports 5900-5909 regardless. Alternatively, when an alternative display is given as an argument (-display 1 for example), it is displayed, however cursor and keyboard input remains on Display 0.

If a different display is set to Display 0 (by moving the white menubar control to another screen in System Prefs > Display > Arrangement) it does become available with input, however this is a less than perfect workaround for multiple screens. The behavior remained the same when tested under Catalina (10.15.7), Mojave (10.14.6) and Sierra (10.12.6).

Few Keys not working after Fn+Left/Right Arrow

After pressing Fn+Left arrow or Fn+Right arrow, On pressing the m key the apple icon on the top left gets highlighted.
image

FYI: Can see this behaviour on my local mac as well on pressing Fn+M. but on clicking somewhere else i can reset it. This is not happening via VNC.

Vine VNC getting stuck on Mac os Mojave

In the latest mac os update vine vnc is getting stuck / image is unclear for some reason.
Tried to delete and reinstall with no luck, on High Sierra everything is working fine

Migration to GitHub is not complete

System Server crashes under High Sierra

Git commit 41fff14 compiled under Xcode8 / Sierra.
Jpeg library installed via brew install libjpeg
Standard server is working for a while and then crashes.
System server crashes immediately or almost immediately after start.
Report for system server:

Process:               OSXvnc-server [466]
Path:                  /Applications/Vine Server.app/Contents/MacOS/OSXvnc-server
Identifier:            de.weilnetz.VineServer
Version:               5.1.0 (1709280558)
Code Type:             X86-64 (Native)
Parent Process:        Vine Server [319]
Responsible:           OSXvnc-server [466]
User ID:               501

Date/Time:             2017-09-28 13:50:32.488 -0500
OS Version:            Mac OS X 10.13 (17A365)
Report Version:        12
Anonymous UUID:        186B3E55-B321-8D90-42DC-8B5AB499FFF3


Time Awake Since Boot: 390 seconds

System Integrity Protection: enabled

Crashed Thread:        4

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

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

VM Regions Near 0x58:
--> 
    __TEXT                 0000000102555000-0000000102584000 [  188K] r-x/rwx SM=COW  /Applications/Vine Server.app/Contents/MacOS/OSXvnc-server

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff585a5e76 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff585a5390 mach_msg + 60
2   com.apple.SkyLight            	0x00007fff523e6d57 CGSGetDisplaySystemState + 204
3   com.apple.SkyLight            	0x00007fff523e6c36 get_current_display_system_state + 90
4   com.apple.SkyLight            	0x00007fff525a4792 SLSGetDisplayBounds + 129
5   com.apple.SkyLight            	0x00007fff525dc683 SLDisplayPixelsHigh + 72
6   OSXvnc-server                 	0x000000010256073d rfbCheckForScreenResolutionChange + 58
7   OSXvnc-server                 	0x00000001025628b3 main + 3571
8   OSXvnc-server                 	0x0000000102556938 start + 52

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff585ae34e __accept + 10
1   OSXvnc-server                 	0x0000000102562ae5 listenerRun + 329
2   libsystem_pthread.dylib       	0x00007fff586e96c1 _pthread_body + 340
3   libsystem_pthread.dylib       	0x00007fff586e956d _pthread_start + 377
4   libsystem_pthread.dylib       	0x00007fff586e8c5d thread_start + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff585ae34e __accept + 10
1   OSXvnc-server                 	0x000000010255d03c -[VNCServer setupIPv6:] + 336
2   com.apple.Foundation          	0x00007fff32f326d8 __NSThread__start__ + 1197
3   libsystem_pthread.dylib       	0x00007fff586e96c1 _pthread_body + 340
4   libsystem_pthread.dylib       	0x00007fff586e956d _pthread_start + 377
5   libsystem_pthread.dylib       	0x00007fff586e8c5d thread_start + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff585af6da __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff586e906a _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff586e8c4d start_wqthread + 13

Thread 4 Crashed:
0   OSXvnc-server                 	0x0000000102566547 rfbProcessClientMessage + 4
1   OSXvnc-server                 	0x0000000102560e91 clientInput + 103
2   libsystem_pthread.dylib       	0x00007fff586e96c1 _pthread_body + 340
3   libsystem_pthread.dylib       	0x00007fff586e956d _pthread_start + 377
4   libsystem_pthread.dylib       	0x00007fff586e8c5d thread_start + 13

Thread 5:
0   libsystem_pthread.dylib       	0x00007fff586e73d5 pthread_mutex_lock + 0
1   OSXvnc-server                 	0x0000000102560f9d clientOutput + 35
2   libsystem_pthread.dylib       	0x00007fff586e96c1 _pthread_body + 340
3   libsystem_pthread.dylib       	0x00007fff586e956d _pthread_start + 377
4   libsystem_pthread.dylib       	0x00007fff586e8c5d thread_start + 13

Thread 4 crashed with X86 Thread State (64-bit):
  rax: 0x000000010266b000  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000001
  rdi: 0x0000000000000000  rsi: 0x0000000102578f4f  rbp: 0x000070000f95bea0  rsp: 0x000070000f95bea0
   r8: 0x00000000080008ff   r9: 0x00000000180008ff  r10: 0x00000001025870e8  r11: 0x00007f8592c113f0
  r12: 0x0000000102560e2a  r13: 0x00007fff57864e80  r14: 0x00007fff42a01d91  r15: 0x0000000102578f4f
  rip: 0x0000000102566547  rfl: 0x0000000000010246  cr2: 0x0000000000000058
  
Logical CPU:     0
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x102555000 -        0x102583ff7 +OSXvnc-server (???) <FB423DBF-118A-3875-AF96-C63398B2BA98> /Applications/Vine Server.app/Contents/MacOS/OSXvnc-server
       0x10259c000 -        0x1025c8fff +libjpeg.9.dylib (0) <D38E53C7-DB1B-3889-A667-62A25704F315> /usr/local/opt/jpeg/lib/libjpeg.9.dylib
       0x10e078000 -        0x10e0c298f  dyld (519.2.1) <002B0442-3D59-3159-BA10-1C0A77859C6A> /usr/lib/dyld
    0x7fff295fb000 -     0x7fff29948ff7  com.apple.RawCamera.bundle (8.00 - 1017) <D3303D4B-A3CE-30C0-9612-5E73FFE8A2C0> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff2d179000 -     0x7fff2d179fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <6DCAB35B-1882-339A-A750-F9232C3078CB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2d192000 -     0x7fff2d8e0ffb  com.apple.vImage (8.1 - ???) <EF6110B2-8BE1-3078-811A-52DB7174494D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2d8e1000 -     0x7fff2da82ffb  libBLAS.dylib (1211) <3D692F26-6E7E-310B-82D9-FB450923E9B0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2da83000 -     0x7fff2dabcff3  libBNNS.dylib (32) <50286FD3-B208-3A36-A8AC-3A235C82D505> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2dabd000 -     0x7fff2de96ff7  libLAPACK.dylib (1211) <7BB8AC39-1333-3C13-BB36-E7057F1C37AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2de97000 -     0x7fff2deadff7  libLinearAlgebra.dylib (1211) <4DA49437-5922-3E50-892D-4A209CEA32CA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2deae000 -     0x7fff2deb3ff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2deb4000 -     0x7fff2df12fff  libSparse.dylib (79.1.1) <7AD0F8A8-FD36-36FE-B83D-58648EBD0027> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2df13000 -     0x7fff2df25ff7  libSparseBLAS.dylib (1211) <508D8382-065F-3133-B61B-ADCD1A401470> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2df26000 -     0x7fff2e08dfc3  libvDSP.dylib (622) <3A203E3E-DDF9-383D-A002-5014A60CF30A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2e08e000 -     0x7fff2e143fe3  libvMisc.dylib (622) <CA8D770A-D2A0-3312-8CB4-8547693A6609> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2e144000 -     0x7fff2e144fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <20C512EB-BD0D-31D1-A863-BC161041D49B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2e42e000 -     0x7fff2f289fff  com.apple.AppKit (6.9 - 1561) <03EDA67C-6B96-33D4-86E9-621E015A31E7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2f2db000 -     0x7fff2f2dbfff  com.apple.ApplicationServices (48 - 50) <FB589B1C-2A76-3F1E-A258-3E12338E8BFC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff2f2dc000 -     0x7fff2f342fff  com.apple.ApplicationServices.ATS (377 - 445) <2303339C-5E2A-37DB-B2B0-E4E5DA9121E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2f3db000 -     0x7fff2f4fdff7  libFontParser.dylib (222.1) <611B6E36-289C-33C9-BF77-B9D13F481F33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff2f4fe000 -     0x7fff2f548ff7  libFontRegistry.dylib (221) <A22F82C0-B4FE-3DB5-B968-79B28257DF2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff2f68a000 -     0x7fff2f68eff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <7C8AD42D-5A89-3BA6-B55D-374D9267E939> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2f72e000 -     0x7fff2f780ff7  com.apple.HIServices (1.22 - 622) <2E83CD6F-ED98-3C29-BD0A-8525E38AB5DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff2f781000 -     0x7fff2f78ffff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71A9C815-AC55-3E36-A618-F6778F5119AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2f790000 -     0x7fff2f7dcfff  com.apple.print.framework.PrintCore (13 - 503) <BC23C22A-7691-3BD4-8013-BAAE3A44763C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2f7dd000 -     0x7fff2f817fff  com.apple.QD (3.12 - 403) <38D8106A-4FFA-3FE9-9999-714CADD7EE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2f818000 -     0x7fff2f824fff  com.apple.speech.synthesis.framework (7.0.14 - 7.0.14) <C8AACF93-9FF5-32FE-A448-E174702509FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2f825000 -     0x7fff2faaefff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <D451B82D-A397-38F0-87CE-D67DB3123365> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2fab0000 -     0x7fff2fab0fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <29B5E5A8-51D1-3528-866E-C4D3B78F80A0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff2fdc6000 -     0x7fff30129fff  com.apple.CFNetwork (887 - 887) <D7DDB735-A244-3A06-A432-135E9E368B51> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff3013e000 -     0x7fff3013efff  com.apple.Carbon (158 - 158) <C34E5FF0-4FDA-35F1-85C2-FDAC4EDE8331> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff3013f000 -     0x7fff30142ffb  com.apple.CommonPanels (1.2.6 - 98) <39C8EBA3-EEB2-335B-8A88-D6C64BAA112F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff30143000 -     0x7fff30447ff7  com.apple.HIToolbox (2.1.1 - 909.1) <39EA833C-2FAD-33B9-BB99-7BDCBCE4B08A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff30448000 -     0x7fff3044bffb  com.apple.help (1.3.8 - 64) <18D02016-119A-33E8-AEB0-E9466BA4AD56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff3044c000 -     0x7fff30451fff  com.apple.ImageCapture (9.0 - 9.0) <2DE590E5-DF0E-3962-A2BE-06EBC79B3D72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff30452000 -     0x7fff304e7ffb  com.apple.ink.framework (10.9 - 220) <D8AECAE3-9FD2-32E3-B659-026F33650BB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff304e8000 -     0x7fff30502ff7  com.apple.openscripting (1.7 - 174) <1CF64DD1-144D-3702-A728-1F476E1A00ED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff30523000 -     0x7fff30524fff  com.apple.print.framework.Print (12 - 267) <E4CBAAFC-9045-38AC-9F93-8C931DDED9D8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff30525000 -     0x7fff30527ff7  com.apple.securityhi (9.0 - 55006) <E7668200-B4CB-3612-96B8-D57E94077787> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff30528000 -     0x7fff3052efff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1F10ED1F-12C7-39AC-88A0-43A1338F9316> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff3063a000 -     0x7fff3063afff  com.apple.Cocoa (6.11 - 22) <E8D8C806-AB5C-37F2-BC36-DF55A566CF7A> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff30648000 -     0x7fff30701ff7  com.apple.ColorSync (4.13.0 - 544) <E959C37C-099B-3DD8-AB3B-67F0625939F7> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff3088c000 -     0x7fff3091fff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <505A5EFB-6BCD-3E94-936F-1722C67F608E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff30986000 -     0x7fff309afffb  com.apple.CoreBluetooth (1.0 - 1) <942F88A5-AD68-3359-90D5-6F1A3311C51A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff309b0000 -     0x7fff30d0ffff  com.apple.CoreData (120 - 847.1) <780C5A23-12F1-365B-8C55-E6CF90570C06> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff30d10000 -     0x7fff30ddbfff  com.apple.CoreDisplay (1.0 - 79.7) <BADA099E-BE1F-3F98-9053-722FB0ECBFBA> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff30ddc000 -     0x7fff31274ff7  com.apple.CoreFoundation (6.9 - 1443.13) <B3A11DC4-7ADE-30C5-88C1-41D99DF8B30A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff31276000 -     0x7fff318a0fff  com.apple.CoreGraphics (2.0 - 1125.1.1) <67D361FA-EC9A-3032-95B3-DC1BC9B75FCB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff318a2000 -     0x7fff31b97ff7  com.apple.CoreImage (13.0.0 - 573) <7949E071-A3C0-30BB-B21D-79992CBE82DA> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff31e06000 -     0x7fff31ee1ffb  com.apple.CoreMedia (1.0 - 2074.3) <A11F305C-75BB-33E2-95F8-9B83B6C8A574> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff31f31000 -     0x7fff31f31fff  com.apple.CoreServices (822.9 - 822.9) <0FF1E8AB-F09A-363F-8839-10D5BBE8F2F4> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff31f32000 -     0x7fff31fa6ff7  com.apple.AE (733 - 733) <09481487-37C2-359E-9E9A-7393B7C8643B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff31fa7000 -     0x7fff3227eff7  com.apple.CoreServices.CarbonCore (1178.2 - 1178.2) <A1FE74F8-953B-371E-A8AC-E87B30FB79C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff3227f000 -     0x7fff322b3ff7  com.apple.DictionaryServices (1.2 - 284) <3FCEE280-8DD0-37C9-BFD4-7BA87AAFC8EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff322b4000 -     0x7fff322bcff3  com.apple.CoreServices.FSEvents (1239 - 1239) <7BBC5CB7-DBC8-316B-99B0-781827159A2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff322bd000 -     0x7fff32474fff  com.apple.LaunchServices (822.9 - 822.9) <E181C2C2-7283-3653-8E19-DA69EBE529E7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff32475000 -     0x7fff32524ff3  com.apple.Metadata (10.7.0 - 1191) <32C57F7B-DAC3-3F12-8DEA-1CB5A062DC02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff32525000 -     0x7fff32582ff7  com.apple.CoreServices.OSServices (822.9 - 822.9) <C91ABD5F-1FE3-3108-AB5E-BF90D56D1F55> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff32583000 -     0x7fff325f1fff  com.apple.SearchKit (1.4.0 - 1.4.0) <14053F88-2C76-35CA-9FC1-2A9BC0B63F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff325f2000 -     0x7fff32616ffb  com.apple.coreservices.SharedFileList (71.2 - 71.2) <41713411-2729-39F9-951A-DE39A00495F0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff328b0000 -     0x7fff329fdfff  com.apple.CoreText (352.0 - 578.3) <8A8D96F6-1FBE-320F-A60B-37F63FE20D89> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff329fe000 -     0x7fff32a38fff  com.apple.CoreVideo (1.8 - 278.0) <9C66B618-8582-3731-A0F1-36FDD730FB07> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff32a39000 -     0x7fff32ac3ffb  com.apple.framework.CoreWLAN (13.0 - 1335) <D9A8EA05-FE12-322E-8761-F05A68DA8B3B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff32d3d000 -     0x7fff32d42fff  com.apple.DiskArbitration (2.7 - 2.7) <44836CE9-A9ED-3017-972A-7A0A3D6B472B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff32f03000 -     0x7fff332c6fff  com.apple.Foundation (6.9 - 1443.14) <360EB3B4-CD31-380E-8E77-4954559F97F8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff33336000 -     0x7fff33366ff7  com.apple.GSS (4.0 - 2.0) <EA4ADB9D-FB33-3D20-BE11-7F833988FDD9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff33477000 -     0x7fff3357affb  com.apple.Bluetooth (6.0.0 - 6.0.0f7) <6C809D0F-049E-3CDB-AB86-54BD3809D79C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff335da000 -     0x7fff33675fff  com.apple.framework.IOKit (2.0.2 - 1445.1.3) <06331786-CF08-3225-B27B-80754BA0ECB6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff33677000 -     0x7fff3367dffb  com.apple.IOSurface (209 - 209) <507843CC-3C5D-3548-B86D-4564123F3993> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff336d2000 -     0x7fff33847ff7  com.apple.ImageIO.framework (3.3.0 - 1694) <CC2D7240-3FBF-3A4B-BBDE-943AE2AB69E0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff33848000 -     0x7fff3384cffb  libGIF.dylib (1694) <4BE4F631-8A70-35FD-BF47-BFDD14B46365> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff3384d000 -     0x7fff33934fff  libJP2.dylib (1694) <F2152290-FF1C-3C38-9EB8-F9DC28C36C57> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff33935000 -     0x7fff33958fff  libJPEG.dylib (1694) <249D971D-44BC-3B3C-89BF-263CF0DA6D0B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff33c35000 -     0x7fff33c5bff3  libPng.dylib (1694) <45BACA0E-AAB2-3AC5-90A0-274E04C5302B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff33c5c000 -     0x7fff33c5eff3  libRadiance.dylib (1694) <4E541FD2-9ED5-3A7A-BA3E-4D380B7F2F94> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff33c5f000 -     0x7fff33cacff3  libTIFF.dylib (1694) <AE6FE673-DA7D-33FF-B90B-78C9D1BD77C9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff349e3000 -     0x7fff349fcff7  com.apple.Kerberos (3.0 - 1) <CAF075C0-4C24-3ACE-9AE6-77BEFDEA3622> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff34cae000 -     0x7fff34cb5fff  com.apple.MediaAccessibility (1.0 - 114) <D72C593A-AC32-3419-AB86-6B07217EBFD5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff34d41000 -     0x7fff3533dff7  com.apple.MediaToolbox (1.0 - 2074.3) <1D00A19E-D592-3CC0-A6CC-16E540950070> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff3533f000 -     0x7fff353beff7  com.apple.Metal (123.3.5 - 123.3.5) <ED65B003-6CE3-3EC7-9E0F-E7F2FA8DC63B> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff353d9000 -     0x7fff353eefff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <D3685A4F-533C-39A6-80B6-7CCA49234329> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff353ef000 -     0x7fff35459fef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <50B454D2-5D46-394E-B089-AC3242FEA9A2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3545a000 -     0x7fff35479fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <0D5F11B0-476D-34EB-8CD0-491BEDA5E4F2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff3547a000 -     0x7fff354f0ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <A4E950B8-380B-3561-8EA4-5C07C3F43816> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff354f1000 -     0x7fff354f1ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <02E0B95E-1F7C-317A-AF09-149E01D2D641> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff364fc000 -     0x7fff36508ffb  com.apple.NetFS (6.0 - 4.0) <81B22AE7-7094-30F2-BF41-84CA05EDB95B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff39368000 -     0x7fff393b5ffb  com.apple.opencl (2.8.11 - 2.8.11) <8A7F27CA-DD5A-38F0-BE6F-01ECCB05C5A3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff393b6000 -     0x7fff393d2ffb  com.apple.CFOpenDirectory (10.13 - 207) <582A03AA-A51C-3DAE-AC03-FA1CEE0C5896> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff393d3000 -     0x7fff393defff  com.apple.OpenDirectory (10.13 - 207) <AAECC5AB-F4ED-38CB-8A7D-7736D97F980A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3a55d000 -     0x7fff3a55ffff  libCVMSPluginSupport.dylib (16.0.3) <5F651C63-E9B9-3794-B541-71B4B6157DD7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3a560000 -     0x7fff3a563ff7  libCoreFSCache.dylib (160.9) <FF64C4CC-F262-3176-B06A-632C47CD636B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3a564000 -     0x7fff3a568fff  libCoreVMClient.dylib (160.9) <390D5A60-55BB-3D7B-928B-52BFCA05FD07> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3a569000 -     0x7fff3a571fff  libGFXShared.dylib (16.0.3) <F0AAA768-B2EB-336B-877C-3F817E78E766> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3a572000 -     0x7fff3a57dfff  libGL.dylib (16.0.3) <6EB2A446-73D8-30B6-97DA-31CB1C42BA27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3a57e000 -     0x7fff3a5b9fe7  libGLImage.dylib (16.0.3) <A8B1C0BD-6DE9-3C3C-8DDB-AC72DA87BA90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3a727000 -     0x7fff3a765ffb  libGLU.dylib (16.0.3) <4F964A5D-BC47-368B-88F7-76DA28C2D8AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3b0dd000 -     0x7fff3b0ebffb  com.apple.opengl (16.0.3 - 16.0.3) <8B17A8DE-89F5-3E2E-897E-315003386475> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3bf3f000 -     0x7fff3c183fff  com.apple.QuartzCore (1.11 - 574.1.4) <D7CFDB66-4913-33AE-98BB-83F2F3EE26DB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff3c9b8000 -     0x7fff3ccd2fff  com.apple.security (7.0 - 58286.1.32) <3315DEBA-A939-352B-B540-2AEF20F64A19> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff3ccd3000 -     0x7fff3cd5cff7  com.apple.securityfoundation (6.0 - 55185.1.1) <A44C7B60-CA5B-3B63-B4DF-7F8D5DD46B4A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3cd8b000 -     0x7fff3cd8effb  com.apple.xpc.ServiceManagement (1.0 - 1) <3763B3EF-0573-36A6-9647-8EBB139B9CAC> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff3d132000 -     0x7fff3d1a2ffb  com.apple.SystemConfiguration (1.17 - 1.17) <77EB81C7-7017-3777-BCB7-8DD078ABE25D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff3d357000 -     0x7fff3d6cffff  com.apple.VideoToolbox (1.0 - 2074.3) <BD5A9A0B-4260-3F4C-A030-5F8F9D51B481> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff3fd66000 -     0x7fff3fdf0fef  com.apple.APFS (1.0 - 1) <81347B7B-1B81-3CBD-A91E-DABA07553AA0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff409d1000 -     0x7fff409f9fff  com.apple.framework.Apple80211 (13.0 - 1335) <0E4FD4E0-D582-3983-A6C8-18D1EA27FBC7> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff409fb000 -     0x7fff40a0afef  com.apple.AppleFSCompression (96.1.1 - 1.0) <B24CC74D-7B69-3313-9DC1-8E8B3E9EEBA2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff40b44000 -     0x7fff40b8cfff  com.apple.AppleJPEG (1.0 - 1) <DCAB2588-8879-3A64-87EA-EAA770BA1ADB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff40bc7000 -     0x7fff40beffff  com.apple.applesauce (1.0 - ???) <32FF4851-2F68-35BA-835F-91856A20C323> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff40cbc000 -     0x7fff40d0cff7  com.apple.AppleVAFramework (5.0.39 - 5.0.39) <754413E6-FFD1-3CE4-9932-2977AD675319> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff413ae000 -     0x7fff413b5ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <7F54A7A8-3667-3071-9DE6-2D915C63F70C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff413b6000 -     0x7fff4143dff7  com.apple.backup.framework (1.9 - 1.9) <3C2E6CB6-3A16-309D-B1E2-ED3930CEE91E> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff42d93000 -     0x7fff42d9cffb  com.apple.CommonAuth (4.0 - 2.0) <F9A7C82E-197F-382E-B854-3DCE83FD6DA3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4302a000 -     0x7fff4340afff  com.apple.CoreAUC (249.0.0 - 249.0.0) <7F406271-A215-3C75-BDAA-B9611BA2822E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4340b000 -     0x7fff4343bff7  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <D0879D8F-488A-3D46-BC50-AD7B0642C0E8> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff437a0000 -     0x7fff437b0ff7  com.apple.CoreEmoji (1.0 - 69) <3945FA6E-D060-3F9F-B392-4228E6630F67> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff44673000 -     0x7fff446a4ff3  com.apple.CoreServicesInternal (309 - 309) <CB3D74CC-1568-3E66-8015-2A3D11BCAF21> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff449c9000 -     0x7fff44a5afff  com.apple.CoreSymbolication (63075) <22359913-3FAE-3FE3-9F88-F3521169FB4E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff44add000 -     0x7fff44c11fd7  com.apple.coreui (2.1 - 489) <8DAE0B7F-186E-333F-8B8E-941DB03BF2FC> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff44c12000 -     0x7fff44d0bffb  com.apple.CoreUtils (5.2 - 520.68) <7F80020B-0208-38A7-B333-EC1463FF1AA4> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff44d60000 -     0x7fff44dc4fff  com.apple.framework.CoreWiFi (13.0 - 1335) <AEF55AE3-983E-31D0-A578-61284964339C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff44dc5000 -     0x7fff44dd4ff7  com.apple.CrashReporterSupport (10.13 - 1) <842680F4-0BFB-386A-A32D-E9ED39DCE790> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff44e51000 -     0x7fff44e60ff7  com.apple.framework.DFRFoundation (1.0 - 189.1) <C7DE4082-6AC1-3971-AAC7-979E33C9D0F1> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff44e63000 -     0x7fff44e67ffb  com.apple.DSExternalDisplay (3.1 - 380) <BEC07C7C-F3AC-3CF3-B13E-3EBFD6224C0D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff44eee000 -     0x7fff44f64ff7  com.apple.datadetectorscore (7.0 - 590) <48B788AF-7927-341E-94EE-119561245659> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff44fb2000 -     0x7fff44ff2ff7  com.apple.DebugSymbols (141 - 141) <99562E28-0E56-3F6F-93A1-EF997A5E1F87> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff44ff3000 -     0x7fff4511dff7  com.apple.desktopservices (1.12 - 1.12) <C6BBDC1D-106A-324A-9325-FCB62F38E7FB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff45e70000 -     0x7fff4629efff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <80C97AD7-D5C2-311A-B268-4AA60CAD6CED> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4a29e000 -     0x7fff4a2adfff  com.apple.GraphVisualizer (1.0 - 5) <0A93C5DE-0D28-312E-8764-6B0FB805ED91> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff4a325000 -     0x7fff4a399fff  com.apple.Heimdal (4.0 - 2.0) <600A9BD5-3DD2-3F7C-B40E-8485026FE936> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff4ac39000 -     0x7fff4ac40ffb  com.apple.IOAccelerator (373 - 373) <22F55498-DF4D-3262-B527-0277E8C6BAA5> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff4ac44000 -     0x7fff4ac5aff7  com.apple.IOPresentment (1.0 - 32.1) <8F468709-520F-360D-AD51-0E13298B8DC0> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff4b019000 -     0x7fff4b03effb  com.apple.IconServices (97.3 - 97.3) <9FB00A91-C46B-3CF1-973A-FDDABCEA088D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff4b2cf000 -     0x7fff4b3c4ff7  com.apple.LanguageModeling (1.0 - 159) <FADD52FC-9B63-3976-9AB1-40230918F84F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff4b3c5000 -     0x7fff4b407ff7  com.apple.Lexicon-framework (1.0 - 33) <CEF5A399-DFD3-347D-8EEE-8F01038B9900> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff4b40b000 -     0x7fff4b412ff7  com.apple.LinguisticData (1.0 - 238) <3DB10488-85F6-3A70-87CF-A2D1B1ABC016> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff4bc20000 -     0x7fff4bc23fff  com.apple.Mangrove (1.0 - 1) <562BB18E-815A-37D1-A373-B46C7853BA94> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff4bfeb000 -     0x7fff4c052ff7  com.apple.gpusw.MetalTools (1.0 - 1) <32E08129-AC43-315C-8A14-3CD7BE507850> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff4c05a000 -     0x7fff4c06eff3  com.apple.MobileAssets (1.0 - 437.1.11) <AF26C530-C18C-32BC-881E-CAFAE4CEF8EE> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff4c267000 -     0x7fff4c28fff7  com.apple.MultitouchSupport.framework (1004.1 - 1004.1) <69BF94F5-9301-3755-98A1-A981DB03C395> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff4c4f3000 -     0x7fff4c4fefff  com.apple.NetAuth (6.2 - 6.2) <5C6F492A-28EF-3A0E-B573-6F3D60CFF0C7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff4dcb6000 -     0x7fff4dcf6ffb  com.apple.PerformanceAnalysis (1.183 - 183) <520FEF4A-4C60-31FA-8BA0-528294BC41ED> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff4fab5000 -     0x7fff4fad3fff  com.apple.ProtocolBuffer (1 - 259) <D047A3FE-C7A8-3CAA-9891-6232BA88C247> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff4fca3000 -     0x7fff4fcc6ffb  com.apple.RemoteViewServices (2.0 - 125) <AEDBCE8C-88B7-315A-9F81-3E068F0D3EDC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff515c7000 -     0x7fff516c0ff7  com.apple.Sharing (910.7 - 910.7) <465C0170-A544-3713-AB5A-894756E6C13E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff516ea000 -     0x7fff516ebfff  com.apple.performance.SignpostNotification (1.0 - 1) <5C953AF5-746A-3049-A2BC-901D6C7B583F> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff523e4000 -     0x7fff5267bfff  com.apple.SkyLight (1.600.0 - 312) <9BF6B34C-532F-3F84-9B47-C9121FFF0A01> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff52e28000 -     0x7fff52e35ff7  com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <AC026FB9-78F8-31F9-BB80-619D5378DB70> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff532ca000 -     0x7fff532f0ff3  com.apple.StreamingZip (1.0 - 1) <3D46509E-3EB7-3EC8-828D-19BF3C8670BD> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff539c1000 -     0x7fff53a45fe7  com.apple.Symbolication (9.0 - 63079.1) <177BC9CA-E6AE-3B40-806F-0080C0CDFF29> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff53f30000 -     0x7fff53f37ff7  com.apple.TCC (1.0 - 1) <1774542A-1E70-3E22-9698-372200D27249> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff5413d000 -     0x7fff541feff7  com.apple.TextureIO (3.4 - 3.4) <7C93B388-7171-3B3D-BD23-0A8280059260> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff542a9000 -     0x7fff54458ff7  com.apple.UIFoundation (1.0 - 543) <A393DE4F-0885-3C7C-9933-F3AF8D58B93F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff55b75000 -     0x7fff55b77ffb  com.apple.loginsupport (1.0 - 1) <5E2C4AA7-066D-3FDB-B0E1-4CDAF287392C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff55cdb000 -     0x7fff55d0efff  libclosured.dylib (519.2.1) <31A6AC03-8F51-367E-9E00-FF0F1AD10F6F> /usr/lib/closure/libclosured.dylib
    0x7fff55dad000 -     0x7fff55de6ff7  libCRFSuite.dylib (41) <AB2DA745-F22C-30CF-81D4-35DD716463B8> /usr/lib/libCRFSuite.dylib
    0x7fff55de7000 -     0x7fff55df2fff  libChineseTokenizer.dylib (28) <D30A7DB6-058F-3286-9583-60C9EEB77A6E> /usr/lib/libChineseTokenizer.dylib
    0x7fff55e84000 -     0x7fff55e85ff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff55ebc000 -     0x7fff56086ff3  libFosl_dynamic.dylib (17.7) <B2476843-7FA7-3E62-B79F-2B15FE557E63> /usr/lib/libFosl_dynamic.dylib
    0x7fff560be000 -     0x7fff560befff  libOpenScriptingUtil.dylib (174) <203D2C39-61BB-3713-A502-2D17B04A42AC> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff561e7000 -     0x7fff561ebffb  libScreenReader.dylib (562.1) <107BB2E9-A973-322E-8BDA-5E4DA4061A77> /usr/lib/libScreenReader.dylib
    0x7fff561ec000 -     0x7fff561edff3  libSystem.B.dylib (1252) <BBBE6ABC-FD84-30A3-B699-95F1D6EFB334> /usr/lib/libSystem.B.dylib
    0x7fff56280000 -     0x7fff56280fff  libapple_crypto.dylib (109.1.6) <1C66C4B7-7E7C-36BC-858E-6661016C971A> /usr/lib/libapple_crypto.dylib
    0x7fff56281000 -     0x7fff56297ff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff56298000 -     0x7fff562c2ff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff562c3000 -     0x7fff563c6fe7  libate.dylib (1.13.1) <DABEA1B1-806C-34C9-8AFF-DEB6AB2829E3> /usr/lib/libate.dylib
    0x7fff563ca000 -     0x7fff563caff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff563cb000 -     0x7fff5647affb  libboringssl.dylib (109.1.6) <BF41A380-8FD1-3043-BF93-171EBAEE395F> /usr/lib/libboringssl.dylib
    0x7fff5647b000 -     0x7fff5648bff3  libbsm.0.dylib (39) <770B341F-3BB7-3123-B53C-F2D58868A963> /usr/lib/libbsm.0.dylib
    0x7fff5648c000 -     0x7fff56499ffb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff5649a000 -     0x7fff564f0fff  libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib
    0x7fff564f1000 -     0x7fff56515ff7  libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib
    0x7fff56517000 -     0x7fff56527fff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff56528000 -     0x7fff5653effb  libcompression.dylib (47) <A1FB6D24-9B71-3DDD-8B12-FABD08CA3F49> /usr/lib/libcompression.dylib
    0x7fff567e4000 -     0x7fff567fcff7  libcoretls.dylib (155) <DFE2454F-2FE3-3B2B-A22B-422947C34C69> /usr/lib/libcoretls.dylib
    0x7fff567fd000 -     0x7fff567feffb  libcoretls_cfhelpers.dylib (155) <D3F4B882-40C1-3CD4-927B-0E0ED6031D0B> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff56cce000 -     0x7fff56d24ff3  libcups.2.dylib (462) <E19FD002-6672-3EE3-B632-34876074270F> /usr/lib/libcups.2.dylib
    0x7fff56da6000 -     0x7fff56dadff3  libdscsym.dylib (183) <B0DD51C0-0628-38B1-8863-635C4AEBB16E> /usr/lib/libdscsym.dylib
    0x7fff56e62000 -     0x7fff56e62fff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff56e99000 -     0x7fff56e9effb  libheimdal-asn1.dylib (520) <D968FE68-7770-3AEA-BFEB-3F7F4CB10DDC> /usr/lib/libheimdal-asn1.dylib
    0x7fff56eca000 -     0x7fff56fbbff7  libiconv.2.dylib (51) <0772997F-4109-38A1-91ED-0F3F16AE99E5> /usr/lib/libiconv.2.dylib
    0x7fff56fbc000 -     0x7fff571e2ffb  libicucore.A.dylib (59117.0.1) <EC29683E-E9DE-3100-8F75-D1FEBB82AAB2> /usr/lib/libicucore.A.dylib
    0x7fff5722f000 -     0x7fff57230fff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff57231000 -     0x7fff5724affb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff5724b000 -     0x7fff57261ff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff57312000 -     0x7fff5753afff  libmecabra.dylib (779.1) <C1A7BAE5-2E7A-396D-A3A2-00484CAA9B40> /usr/lib/libmecabra.dylib
    0x7fff57712000 -     0x7fff577e8ff7  libnetwork.dylib (1229.1.5) <6134BC02-EC6F-342F-8FCE-673798505400> /usr/lib/libnetwork.dylib
    0x7fff5785e000 -     0x7fff57c4f3b7  libobjc.A.dylib (723) <37A7D77E-952C-3F5D-970B-3CDE349B2322> /usr/lib/libobjc.A.dylib
    0x7fff57c62000 -     0x7fff57c66fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff57c69000 -     0x7fff57c9dfff  libpcap.A.dylib (79) <D400B242-A56A-39CD-9445-740460F1A62F> /usr/lib/libpcap.A.dylib
    0x7fff57d1d000 -     0x7fff57d39ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff57d87000 -     0x7fff57d88ff7  libspindump.dylib (247) <E7A7ECD0-1070-390C-A696-A3305CB9BD87> /usr/lib/libspindump.dylib
    0x7fff57d89000 -     0x7fff57f19fff  libsqlite3.dylib (274.1) <AD11D49C-82BC-31B5-897A-CF89F846B0C1> /usr/lib/libsqlite3.dylib
    0x7fff5801b000 -     0x7fff58069fff  libstdc++.6.0.9.dylib (104.1) <92CC5BBD-2FB2-3864-BF6B-B4B1BFF4C1EE> /usr/lib/libstdc++.6.0.9.dylib
    0x7fff580e9000 -     0x7fff58122ffb  libusrtcp.dylib (1229.1.5) <F3338E88-885C-3203-9D5A-5CA51CEBE567> /usr/lib/libusrtcp.dylib
    0x7fff58123000 -     0x7fff58126ffb  libutil.dylib (51) <58C59F00-031B-3798-B697-A8A4C58E70AA> /usr/lib/libutil.dylib
    0x7fff58127000 -     0x7fff58134fff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff58138000 -     0x7fff5821ffff  libxml2.2.dylib (31.7) <49544596-BCF8-3765-8DC5-DB1A9A90EF92> /usr/lib/libxml2.2.dylib
    0x7fff58220000 -     0x7fff58248fff  libxslt.1.dylib (15.10) <66682AF6-C2D5-374C-901F-25A3E72814DC> /usr/lib/libxslt.1.dylib
    0x7fff58249000 -     0x7fff5825bffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff582f8000 -     0x7fff582fcff7  libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib
    0x7fff582fd000 -     0x7fff58307ff3  libcommonCrypto.dylib (60118.1.1) <6C502A55-3B54-3B48-BA7B-FA39F56C0B1E> /usr/lib/system/libcommonCrypto.dylib
    0x7fff58308000 -     0x7fff5830ffff  libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff58310000 -     0x7fff58318fff  libcopyfile.dylib (146) <7E4BD264-5617-339B-AC73-E8D07EF2C51D> /usr/lib/system/libcopyfile.dylib
    0x7fff58319000 -     0x7fff5839dff7  libcorecrypto.dylib (562) <7974762C-DEF7-3056-9856-9821C27846DB> /usr/lib/system/libcorecrypto.dylib
    0x7fff58424000 -     0x7fff5845dff7  libdispatch.dylib (913.1.6) <0DD78497-6A2A-350A-99EF-15BF41EA07DD> /usr/lib/system/libdispatch.dylib
    0x7fff5845e000 -     0x7fff5847bff7  libdyld.dylib (519.2.1) <2597D818-42D2-3375-BD9D-451D5942A6BA> /usr/lib/system/libdyld.dylib
    0x7fff5847c000 -     0x7fff5847cffb  libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib
    0x7fff5847d000 -     0x7fff58489ff3  libkxld.dylib (4570.1.46) <AE8CE609-ECB8-3D2E-8823-C103A56064DF> /usr/lib/system/libkxld.dylib
    0x7fff5848a000 -     0x7fff5848aff7  liblaunch.dylib (1205.1.10) <5AD77A68-BB4D-33AA-AA4F-DF51D0972FD9> /usr/lib/system/liblaunch.dylib
    0x7fff5848b000 -     0x7fff5848fffb  libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib
    0x7fff58490000 -     0x7fff58492ff3  libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib
    0x7fff58493000 -     0x7fff58494ff3  libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib
    0x7fff58495000 -     0x7fff584acfff  libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff584ad000 -     0x7fff584adfff  libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib
    0x7fff584ae000 -     0x7fff58537fff  libsystem_c.dylib (1244.1.7) <2D4C21C0-9938-3552-8DC1-2C1CFAA10D38> /usr/lib/system/libsystem_c.dylib
    0x7fff58538000 -     0x7fff5853bffb  libsystem_configuration.dylib (963) <D7EFEAE6-22A0-348E-BBBE-44FFD41934FA> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5853c000 -     0x7fff5853fffb  libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff58540000 -     0x7fff58541fff  libsystem_darwin.dylib (1244.1.7) <552C05CA-D151-3F93-B570-413340BDA9C7> /usr/lib/system/libsystem_darwin.dylib
    0x7fff58542000 -     0x7fff58548ff7  libsystem_dnssd.dylib (878.1.1) <6E28973E-A258-36F6-ACFB-259ED5885C7A> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff58549000 -     0x7fff58592ff7  libsystem_info.dylib (517) <483BE95B-62EB-3663-ACB3-9915A40C70F5> /usr/lib/system/libsystem_info.dylib
    0x7fff58593000 -     0x7fff585b8ff7  libsystem_kernel.dylib (4570.1.46) <71BA15CB-3056-3CBD-A5F5-EE61566EEA0C> /usr/lib/system/libsystem_kernel.dylib
    0x7fff585b9000 -     0x7fff58604fcb  libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib
    0x7fff58605000 -     0x7fff58624fff  libsystem_malloc.dylib (140.1.1) <9F0745FF-B92F-330D-8812-BB74001D1D33> /usr/lib/system/libsystem_malloc.dylib
    0x7fff58625000 -     0x7fff586c8ff3  libsystem_network.dylib (1229.1.5) <A51EB0A4-9AA5-3F84-8E25-DD8EABE0F97E> /usr/lib/system/libsystem_network.dylib
    0x7fff586c9000 -     0x7fff586d3ffb  libsystem_networkextension.dylib (767.1.4) <E842569D-00BA-3DE7-AD5A-9EF33422CF3E> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff586d4000 -     0x7fff586ddff3  libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib
    0x7fff586de000 -     0x7fff586e5ff7  libsystem_platform.dylib (161) <9F5A67F7-BC65-300F-BD74-07E7732D6372> /usr/lib/system/libsystem_platform.dylib
    0x7fff586e6000 -     0x7fff586f1ff7  libsystem_pthread.dylib (301.1.6) <6D0B0110-2B44-3D3C-B672-BD08FE46378A> /usr/lib/system/libsystem_pthread.dylib
    0x7fff586f2000 -     0x7fff586f5ffb  libsystem_sandbox.dylib (765.1.8) <EC909728-0365-3710-B00B-0BCFCE03DC71> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff586f6000 -     0x7fff586f7ff3  libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib
    0x7fff586f8000 -     0x7fff586ffff7  libsystem_symptoms.dylib (820.1.4) <BF0566B2-9475-3B5C-8641-7910F313BA3C> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff58700000 -     0x7fff58713ff7  libsystem_trace.dylib (829.1.2) <10955EBB-1AC8-3085-9A2D-F3088CA2DF71> /usr/lib/system/libsystem_trace.dylib
    0x7fff58715000 -     0x7fff5871aff7  libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib
    0x7fff5871b000 -     0x7fff58746ff7  libxpc.dylib (1205.1.10) <E7C5DB12-6D0E-3D1E-A743-F750DF112F5F> /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: 88
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=339.4M resident=0K(0%) swapped_out_or_unallocated=339.4M(100%)
Writable regions: Total=98.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=98.4M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        2 
Dispatch continuations            16.0M        2 
Kernel Alloc Once                    8K        2 
MALLOC                            71.4M       18 
MALLOC guard page                   32K        8 
STACK GUARD                       56.0M        7 
Stack                             10.6M       16 
VM_ALLOCATE                         36K        3 
__DATA                            22.2M      232 
__FONT_DATA                          4K        2 
__LINKEDIT                       187.1M        5 
__TEXT                           152.3M      235 
__UNICODE                          556K        2 
mapped file                       28.3M        4 
shared memory                      632K       10 
===========                     =======  ======= 
TOTAL                            545.3M      533 

Model: Macmini6,2, BootROM MM61.010B.B00, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.8f1
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x01BA, 0x202020202020202020202020202020202020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x01BA, 0x202020202020202020202020202020202020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10E), Broadcom BCM43xx 1.0 (7.21.190.13.1a3)
Bluetooth: Version 6.0.0f7, 3 services, 18 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: Samsung SSD 850 PRO 256GB, 256.06 GB
Serial ATA Device: APPLE HDD HTS541010A9E662, 1 TB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: IR Receiver
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
Thunderbolt Bus: Mac mini, Apple Inc., 23.4

Report for standard server:

Process:               OSXvnc-server [562]
Path:                  /Applications/Vine Server.app/Contents/MacOS/OSXvnc-server
Identifier:            de.weilnetz.VineServer
Version:               5.1.0 (1709280558)
Code Type:             X86-64 (Native)
Parent Process:        Vine Server [381]
Responsible:           OSXvnc-server [562]
User ID:               501

Date/Time:             2017-09-28 15:25:20.527 -0500
OS Version:            Mac OS X 10.13 (17A365)
Report Version:        12
Anonymous UUID:        186B3E55-B321-8D90-42DC-8B5AB499FFF3


Time Awake Since Boot: 4300 seconds

System Integrity Protection: enabled

Crashed Thread:        3

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

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

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff56296eae __psynch_mutexwait + 10
1   libsystem_pthread.dylib       	0x00007fff563d1bfe _pthread_mutex_lock_wait + 83
2   libsystem_pthread.dylib       	0x00007fff563cf551 _pthread_mutex_lock_slow + 253
3   OSXvnc-server                 	0x000000010ff0468e refreshCallback + 197
4   com.apple.SkyLight            	0x00007fff502aefdf display_refresh_proc + 808
5   com.apple.SkyLight            	0x00007fff500d94b8 CGSPostLocalNotification + 404
6   com.apple.SkyLight            	0x00007fff500d909f (anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*) + 94
7   com.apple.SkyLight            	0x00007fff500d7cef CGSSnarfAndDispatchDatagrams + 1714
8   com.apple.SkyLight            	0x00007fff5016c5b7 SLSGetNextEventRecordInternal + 81
9   com.apple.SkyLight            	0x00007fff501e3e90 SLEventCreateNextEvent + 44
10  com.apple.HIToolbox           	0x00007fff2de6448f PullEventsFromWindowServerOnConnection(unsigned int, unsigned char, __CFMachPortBoost*) + 45
11  com.apple.HIToolbox           	0x00007fff2de64430 MessageHandler(__CFMachPort*, void*, long, void*) + 51
12  com.apple.CoreFoundation      	0x00007fff2eb4e806 __CFMachPortPerform + 310
13  com.apple.CoreFoundation      	0x00007fff2eb4e6b9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
14  com.apple.CoreFoundation      	0x00007fff2eb4e605 __CFRunLoopDoSource1 + 533
15  com.apple.CoreFoundation      	0x00007fff2eb463c0 __CFRunLoopRun + 2848
16  com.apple.CoreFoundation      	0x00007fff2eb45607 CFRunLoopRunSpecific + 487
17  com.apple.HIToolbox           	0x00007fff2de5a866 RunCurrentEventLoopInMode + 286
18  OSXvnc-server                 	0x000000010ff068c0 main + 3584
19  OSXvnc-server                 	0x000000010fefa938 start + 52

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff5629634e __accept + 10
1   OSXvnc-server                 	0x000000010ff06ae5 listenerRun + 329
2   libsystem_pthread.dylib       	0x00007fff563d16c1 _pthread_body + 340
3   libsystem_pthread.dylib       	0x00007fff563d156d _pthread_start + 377
4   libsystem_pthread.dylib       	0x00007fff563d0c5d thread_start + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff5629634e __accept + 10
1   OSXvnc-server                 	0x000000010ff0103c -[VNCServer setupIPv6:] + 336
2   com.apple.Foundation          	0x00007fff30c1a6d8 __NSThread__start__ + 1197
3   libsystem_pthread.dylib       	0x00007fff563d16c1 _pthread_body + 340
4   libsystem_pthread.dylib       	0x00007fff563d156d _pthread_start + 377
5   libsystem_pthread.dylib       	0x00007fff563d0c5d thread_start + 13

Thread 3 Crashed:
0   libsystem_malloc.dylib        	0x00007fff562f0318 tiny_malloc_from_free_list + 323
1   libsystem_malloc.dylib        	0x00007fff562ef403 szone_malloc_should_clear + 422
2   libsystem_malloc.dylib        	0x00007fff562ef201 malloc_zone_malloc + 103
3   com.apple.CoreFoundation      	0x00007fff2eac70dc _CFRuntimeCreateInstance + 284
4   com.apple.SkyLight            	0x00007fff50146416 SLTypeCreateInstance + 46
5   com.apple.SkyLight            	0x00007fff501e3d13 SLEventCreateWithEventRecord + 50
6   com.apple.SkyLight            	0x00007fff501e84bb CGSEncodeEventRecord + 35
7   com.apple.SkyLight            	0x00007fff50167422 SLSPostEventRecord + 545
8   com.apple.SkyLight            	0x00007fff50167a52 SLSPostMouseEventsVButtons + 975
9   com.apple.SkyLight            	0x00007fff502af8d3 SLPostMouseEvent + 181
10  OSXvnc-server                 	0x000000010ff0b01a rfbProcessClientNormalMessage + 1663
11  OSXvnc-server                 	0x000000010ff04e91 clientInput + 103
12  libsystem_pthread.dylib       	0x00007fff563d16c1 _pthread_body + 340
13  libsystem_pthread.dylib       	0x00007fff563d156d _pthread_start + 377
14  libsystem_pthread.dylib       	0x00007fff563d0c5d thread_start + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff5628de76 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff5628d390 mach_msg + 60
2   com.apple.SkyLight            	0x00007fff502c199f SLSHWCaptureDesktop + 2675
3   com.apple.SkyLight            	0x00007fff502c4be8 SLDisplayCreateImageForRect + 252
4   OSXvnc-server                 	0x000000010ff055cf rfbGetFramebufferUpdateInRect + 151
5   OSXvnc-server                 	0x000000010ff0b718 rfbSendFramebufferUpdate + 720
6   OSXvnc-server                 	0x000000010ff050d4 clientOutput + 346
7   libsystem_pthread.dylib       	0x00007fff563d16c1 _pthread_body + 340
8   libsystem_pthread.dylib       	0x00007fff563d156d _pthread_start + 377
9   libsystem_pthread.dylib       	0x00007fff563d0c5d thread_start + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff562976da __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff563d126f _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff563d0c4d start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff562976da __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff563d106a _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff563d0c4d start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff562976da __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff563d126f _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff563d0c4d start_wqthread + 13

Thread 3 crashed with X86 Thread State (64-bit):
  rax: 0x00f0f0f000000000  rbx: 0x000000000eb4db80  rcx: 0xf00f0f0f00000000  rdx: 0x000000000000000f
  rdi: 0x000000000eb41c07  rsi: 0x000000000000000f  rbp: 0x0000700008d29800  rsp: 0x0000700008d297d0
   r8: 0x00007ff235721670   r9: 0xffffffff00000000  r10: 0x00007ff235721668  r11: 0x00007ff235721670
  r12: 0x000000010ff70080  r13: 0x00007ff235430a00  r14: 0x000000010ff76600  r15: 0x0000000000000011
  rip: 0x00007fff562f0318  rfl: 0x0000000000010206  cr2: 0x000000010904e000
  
Logical CPU:     6
Error Code:      0x00000000
Trap Number:     13


Binary Images:
       0x10fef9000 -        0x10ff27ff7 +OSXvnc-server (???) <FB423DBF-118A-3875-AF96-C63398B2BA98> /Applications/Vine Server.app/Contents/MacOS/OSXvnc-server
       0x10ff3a000 -        0x10ff66fff +libjpeg.9.dylib (0) <D38E53C7-DB1B-3889-A667-62A25704F315> /usr/local/opt/jpeg/lib/libjpeg.9.dylib
       0x11cc61000 -        0x11ccab98f  dyld (519.2.1) <002B0442-3D59-3159-BA10-1C0A77859C6A> /usr/lib/dyld
    0x7fff272e3000 -     0x7fff27630ff7  com.apple.RawCamera.bundle (8.00 - 1017) <D3303D4B-A3CE-30C0-9612-5E73FFE8A2C0> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff2ae61000 -     0x7fff2ae61fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <6DCAB35B-1882-339A-A750-F9232C3078CB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2ae7a000 -     0x7fff2b5c8ffb  com.apple.vImage (8.1 - ???) <EF6110B2-8BE1-3078-811A-52DB7174494D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2b5c9000 -     0x7fff2b76affb  libBLAS.dylib (1211) <3D692F26-6E7E-310B-82D9-FB450923E9B0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2b76b000 -     0x7fff2b7a4ff3  libBNNS.dylib (32) <50286FD3-B208-3A36-A8AC-3A235C82D505> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2b7a5000 -     0x7fff2bb7eff7  libLAPACK.dylib (1211) <7BB8AC39-1333-3C13-BB36-E7057F1C37AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2bb7f000 -     0x7fff2bb95ff7  libLinearAlgebra.dylib (1211) <4DA49437-5922-3E50-892D-4A209CEA32CA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2bb96000 -     0x7fff2bb9bff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2bb9c000 -     0x7fff2bbfafff  libSparse.dylib (79.1.1) <7AD0F8A8-FD36-36FE-B83D-58648EBD0027> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2bbfb000 -     0x7fff2bc0dff7  libSparseBLAS.dylib (1211) <508D8382-065F-3133-B61B-ADCD1A401470> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2bc0e000 -     0x7fff2bd75fc3  libvDSP.dylib (622) <3A203E3E-DDF9-383D-A002-5014A60CF30A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2bd76000 -     0x7fff2be2bfe3  libvMisc.dylib (622) <CA8D770A-D2A0-3312-8CB4-8547693A6609> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2be2c000 -     0x7fff2be2cfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <20C512EB-BD0D-31D1-A863-BC161041D49B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2c116000 -     0x7fff2cf71fff  com.apple.AppKit (6.9 - 1561) <03EDA67C-6B96-33D4-86E9-621E015A31E7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2cfc3000 -     0x7fff2cfc3fff  com.apple.ApplicationServices (48 - 50) <FB589B1C-2A76-3F1E-A258-3E12338E8BFC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff2cfc4000 -     0x7fff2d02afff  com.apple.ApplicationServices.ATS (377 - 445) <2303339C-5E2A-37DB-B2B0-E4E5DA9121E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2d0c3000 -     0x7fff2d1e5ff7  libFontParser.dylib (222.1) <611B6E36-289C-33C9-BF77-B9D13F481F33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff2d1e6000 -     0x7fff2d230ff7  libFontRegistry.dylib (221) <A22F82C0-B4FE-3DB5-B968-79B28257DF2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff2d372000 -     0x7fff2d376ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <7C8AD42D-5A89-3BA6-B55D-374D9267E939> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2d416000 -     0x7fff2d468ff7  com.apple.HIServices (1.22 - 622) <2E83CD6F-ED98-3C29-BD0A-8525E38AB5DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff2d469000 -     0x7fff2d477fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71A9C815-AC55-3E36-A618-F6778F5119AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2d478000 -     0x7fff2d4c4fff  com.apple.print.framework.PrintCore (13 - 503) <BC23C22A-7691-3BD4-8013-BAAE3A44763C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2d4c5000 -     0x7fff2d4fffff  com.apple.QD (3.12 - 403) <38D8106A-4FFA-3FE9-9999-714CADD7EE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2d500000 -     0x7fff2d50cfff  com.apple.speech.synthesis.framework (7.0.14 - 7.0.14) <C8AACF93-9FF5-32FE-A448-E174702509FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2d50d000 -     0x7fff2d796fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <D451B82D-A397-38F0-87CE-D67DB3123365> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2d798000 -     0x7fff2d798fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <29B5E5A8-51D1-3528-866E-C4D3B78F80A0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff2daae000 -     0x7fff2de11fff  com.apple.CFNetwork (887 - 887) <D7DDB735-A244-3A06-A432-135E9E368B51> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff2de26000 -     0x7fff2de26fff  com.apple.Carbon (158 - 158) <C34E5FF0-4FDA-35F1-85C2-FDAC4EDE8331> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff2de27000 -     0x7fff2de2affb  com.apple.CommonPanels (1.2.6 - 98) <39C8EBA3-EEB2-335B-8A88-D6C64BAA112F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff2de2b000 -     0x7fff2e12fff7  com.apple.HIToolbox (2.1.1 - 909.1) <39EA833C-2FAD-33B9-BB99-7BDCBCE4B08A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff2e130000 -     0x7fff2e133ffb  com.apple.help (1.3.8 - 64) <18D02016-119A-33E8-AEB0-E9466BA4AD56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff2e134000 -     0x7fff2e139fff  com.apple.ImageCapture (9.0 - 9.0) <2DE590E5-DF0E-3962-A2BE-06EBC79B3D72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff2e13a000 -     0x7fff2e1cfffb  com.apple.ink.framework (10.9 - 220) <D8AECAE3-9FD2-32E3-B659-026F33650BB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff2e1d0000 -     0x7fff2e1eaff7  com.apple.openscripting (1.7 - 174) <1CF64DD1-144D-3702-A728-1F476E1A00ED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff2e20b000 -     0x7fff2e20cfff  com.apple.print.framework.Print (12 - 267) <E4CBAAFC-9045-38AC-9F93-8C931DDED9D8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff2e20d000 -     0x7fff2e20fff7  com.apple.securityhi (9.0 - 55006) <E7668200-B4CB-3612-96B8-D57E94077787> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff2e210000 -     0x7fff2e216fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1F10ED1F-12C7-39AC-88A0-43A1338F9316> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff2e322000 -     0x7fff2e322fff  com.apple.Cocoa (6.11 - 22) <E8D8C806-AB5C-37F2-BC36-DF55A566CF7A> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff2e330000 -     0x7fff2e3e9ff7  com.apple.ColorSync (4.13.0 - 544) <E959C37C-099B-3DD8-AB3B-67F0625939F7> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff2e574000 -     0x7fff2e607ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <505A5EFB-6BCD-3E94-936F-1722C67F608E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff2e66e000 -     0x7fff2e697ffb  com.apple.CoreBluetooth (1.0 - 1) <942F88A5-AD68-3359-90D5-6F1A3311C51A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff2e698000 -     0x7fff2e9f7fff  com.apple.CoreData (120 - 847.1) <780C5A23-12F1-365B-8C55-E6CF90570C06> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff2e9f8000 -     0x7fff2eac3fff  com.apple.CoreDisplay (1.0 - 79.7) <BADA099E-BE1F-3F98-9053-722FB0ECBFBA> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff2eac4000 -     0x7fff2ef5cff7  com.apple.CoreFoundation (6.9 - 1443.13) <B3A11DC4-7ADE-30C5-88C1-41D99DF8B30A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff2ef5e000 -     0x7fff2f588fff  com.apple.CoreGraphics (2.0 - 1125.1.1) <67D361FA-EC9A-3032-95B3-DC1BC9B75FCB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff2f58a000 -     0x7fff2f87fff7  com.apple.CoreImage (13.0.0 - 573) <7949E071-A3C0-30BB-B21D-79992CBE82DA> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff2faee000 -     0x7fff2fbc9ffb  com.apple.CoreMedia (1.0 - 2074.3) <A11F305C-75BB-33E2-95F8-9B83B6C8A574> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff2fc19000 -     0x7fff2fc19fff  com.apple.CoreServices (822.9 - 822.9) <0FF1E8AB-F09A-363F-8839-10D5BBE8F2F4> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff2fc1a000 -     0x7fff2fc8eff7  com.apple.AE (733 - 733) <09481487-37C2-359E-9E9A-7393B7C8643B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff2fc8f000 -     0x7fff2ff66ff7  com.apple.CoreServices.CarbonCore (1178.2 - 1178.2) <A1FE74F8-953B-371E-A8AC-E87B30FB79C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff2ff67000 -     0x7fff2ff9bff7  com.apple.DictionaryServices (1.2 - 284) <3FCEE280-8DD0-37C9-BFD4-7BA87AAFC8EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2ff9c000 -     0x7fff2ffa4ff3  com.apple.CoreServices.FSEvents (1239 - 1239) <7BBC5CB7-DBC8-316B-99B0-781827159A2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff2ffa5000 -     0x7fff3015cfff  com.apple.LaunchServices (822.9 - 822.9) <E181C2C2-7283-3653-8E19-DA69EBE529E7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff3015d000 -     0x7fff3020cff3  com.apple.Metadata (10.7.0 - 1191) <32C57F7B-DAC3-3F12-8DEA-1CB5A062DC02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff3020d000 -     0x7fff3026aff7  com.apple.CoreServices.OSServices (822.9 - 822.9) <C91ABD5F-1FE3-3108-AB5E-BF90D56D1F55> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff3026b000 -     0x7fff302d9fff  com.apple.SearchKit (1.4.0 - 1.4.0) <14053F88-2C76-35CA-9FC1-2A9BC0B63F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff302da000 -     0x7fff302feffb  com.apple.coreservices.SharedFileList (71.2 - 71.2) <41713411-2729-39F9-951A-DE39A00495F0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff30598000 -     0x7fff306e5fff  com.apple.CoreText (352.0 - 578.3) <8A8D96F6-1FBE-320F-A60B-37F63FE20D89> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff306e6000 -     0x7fff30720fff  com.apple.CoreVideo (1.8 - 278.0) <9C66B618-8582-3731-A0F1-36FDD730FB07> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff30721000 -     0x7fff307abffb  com.apple.framework.CoreWLAN (13.0 - 1335) <D9A8EA05-FE12-322E-8761-F05A68DA8B3B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff30a25000 -     0x7fff30a2afff  com.apple.DiskArbitration (2.7 - 2.7) <44836CE9-A9ED-3017-972A-7A0A3D6B472B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff30beb000 -     0x7fff30faefff  com.apple.Foundation (6.9 - 1443.14) <360EB3B4-CD31-380E-8E77-4954559F97F8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3101e000 -     0x7fff3104eff7  com.apple.GSS (4.0 - 2.0) <EA4ADB9D-FB33-3D20-BE11-7F833988FDD9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff3115f000 -     0x7fff31262ffb  com.apple.Bluetooth (6.0.0 - 6.0.0f7) <6C809D0F-049E-3CDB-AB86-54BD3809D79C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff312c2000 -     0x7fff3135dfff  com.apple.framework.IOKit (2.0.2 - 1445.1.3) <06331786-CF08-3225-B27B-80754BA0ECB6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff3135f000 -     0x7fff31365ffb  com.apple.IOSurface (209 - 209) <507843CC-3C5D-3548-B86D-4564123F3993> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff313ba000 -     0x7fff3152fff7  com.apple.ImageIO.framework (3.3.0 - 1694) <CC2D7240-3FBF-3A4B-BBDE-943AE2AB69E0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff31530000 -     0x7fff31534ffb  libGIF.dylib (1694) <4BE4F631-8A70-35FD-BF47-BFDD14B46365> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff31535000 -     0x7fff3161cfff  libJP2.dylib (1694) <F2152290-FF1C-3C38-9EB8-F9DC28C36C57> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff3161d000 -     0x7fff31640fff  libJPEG.dylib (1694) <249D971D-44BC-3B3C-89BF-263CF0DA6D0B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff3191d000 -     0x7fff31943ff3  libPng.dylib (1694) <45BACA0E-AAB2-3AC5-90A0-274E04C5302B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff31944000 -     0x7fff31946ff3  libRadiance.dylib (1694) <4E541FD2-9ED5-3A7A-BA3E-4D380B7F2F94> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff31947000 -     0x7fff31994ff3  libTIFF.dylib (1694) <AE6FE673-DA7D-33FF-B90B-78C9D1BD77C9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff326cb000 -     0x7fff326e4ff7  com.apple.Kerberos (3.0 - 1) <CAF075C0-4C24-3ACE-9AE6-77BEFDEA3622> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff32996000 -     0x7fff3299dfff  com.apple.MediaAccessibility (1.0 - 114) <D72C593A-AC32-3419-AB86-6B07217EBFD5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff32a29000 -     0x7fff33025ff7  com.apple.MediaToolbox (1.0 - 2074.3) <1D00A19E-D592-3CC0-A6CC-16E540950070> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff33027000 -     0x7fff330a6ff7  com.apple.Metal (123.3.5 - 123.3.5) <ED65B003-6CE3-3EC7-9E0F-E7F2FA8DC63B> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff330c1000 -     0x7fff330d6fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <D3685A4F-533C-39A6-80B6-7CCA49234329> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff330d7000 -     0x7fff33141fef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <50B454D2-5D46-394E-B089-AC3242FEA9A2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff33142000 -     0x7fff33161fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <0D5F11B0-476D-34EB-8CD0-491BEDA5E4F2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff33162000 -     0x7fff331d8ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <A4E950B8-380B-3561-8EA4-5C07C3F43816> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff331d9000 -     0x7fff331d9ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <02E0B95E-1F7C-317A-AF09-149E01D2D641> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff341e4000 -     0x7fff341f0ffb  com.apple.NetFS (6.0 - 4.0) <81B22AE7-7094-30F2-BF41-84CA05EDB95B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff37050000 -     0x7fff3709dffb  com.apple.opencl (2.8.11 - 2.8.11) <8A7F27CA-DD5A-38F0-BE6F-01ECCB05C5A3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3709e000 -     0x7fff370baffb  com.apple.CFOpenDirectory (10.13 - 207) <582A03AA-A51C-3DAE-AC03-FA1CEE0C5896> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff370bb000 -     0x7fff370c6fff  com.apple.OpenDirectory (10.13 - 207) <AAECC5AB-F4ED-38CB-8A7D-7736D97F980A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff38245000 -     0x7fff38247fff  libCVMSPluginSupport.dylib (16.0.3) <5F651C63-E9B9-3794-B541-71B4B6157DD7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff38248000 -     0x7fff3824bff7  libCoreFSCache.dylib (160.9) <FF64C4CC-F262-3176-B06A-632C47CD636B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3824c000 -     0x7fff38250fff  libCoreVMClient.dylib (160.9) <390D5A60-55BB-3D7B-928B-52BFCA05FD07> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff38251000 -     0x7fff38259fff  libGFXShared.dylib (16.0.3) <F0AAA768-B2EB-336B-877C-3F817E78E766> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3825a000 -     0x7fff38265fff  libGL.dylib (16.0.3) <6EB2A446-73D8-30B6-97DA-31CB1C42BA27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff38266000 -     0x7fff382a1fe7  libGLImage.dylib (16.0.3) <A8B1C0BD-6DE9-3C3C-8DDB-AC72DA87BA90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3840f000 -     0x7fff3844dffb  libGLU.dylib (16.0.3) <4F964A5D-BC47-368B-88F7-76DA28C2D8AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff38dc5000 -     0x7fff38dd3ffb  com.apple.opengl (16.0.3 - 16.0.3) <8B17A8DE-89F5-3E2E-897E-315003386475> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff39c27000 -     0x7fff39e6bfff  com.apple.QuartzCore (1.11 - 574.1.4) <D7CFDB66-4913-33AE-98BB-83F2F3EE26DB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff3a6a0000 -     0x7fff3a9bafff  com.apple.security (7.0 - 58286.1.32) <3315DEBA-A939-352B-B540-2AEF20F64A19> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff3a9bb000 -     0x7fff3aa44ff7  com.apple.securityfoundation (6.0 - 55185.1.1) <A44C7B60-CA5B-3B63-B4DF-7F8D5DD46B4A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3aa73000 -     0x7fff3aa76ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <3763B3EF-0573-36A6-9647-8EBB139B9CAC> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff3ae1a000 -     0x7fff3ae8affb  com.apple.SystemConfiguration (1.17 - 1.17) <77EB81C7-7017-3777-BCB7-8DD078ABE25D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff3b03f000 -     0x7fff3b3b7fff  com.apple.VideoToolbox (1.0 - 2074.3) <BD5A9A0B-4260-3F4C-A030-5F8F9D51B481> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff3da4e000 -     0x7fff3dad8fef  com.apple.APFS (1.0 - 1) <81347B7B-1B81-3CBD-A91E-DABA07553AA0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff3e6b9000 -     0x7fff3e6e1fff  com.apple.framework.Apple80211 (13.0 - 1335) <0E4FD4E0-D582-3983-A6C8-18D1EA27FBC7> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff3e6e3000 -     0x7fff3e6f2fef  com.apple.AppleFSCompression (96.1.1 - 1.0) <B24CC74D-7B69-3313-9DC1-8E8B3E9EEBA2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff3e82c000 -     0x7fff3e874fff  com.apple.AppleJPEG (1.0 - 1) <DCAB2588-8879-3A64-87EA-EAA770BA1ADB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff3e8af000 -     0x7fff3e8d7fff  com.apple.applesauce (1.0 - ???) <32FF4851-2F68-35BA-835F-91856A20C323> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff3e9a4000 -     0x7fff3e9f4ff7  com.apple.AppleVAFramework (5.0.39 - 5.0.39) <754413E6-FFD1-3CE4-9932-2977AD675319> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff3f096000 -     0x7fff3f09dff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <7F54A7A8-3667-3071-9DE6-2D915C63F70C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff3f09e000 -     0x7fff3f125ff7  com.apple.backup.framework (1.9 - 1.9) <3C2E6CB6-3A16-309D-B1E2-ED3930CEE91E> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff40a7b000 -     0x7fff40a84ffb  com.apple.CommonAuth (4.0 - 2.0) <F9A7C82E-197F-382E-B854-3DCE83FD6DA3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff40d12000 -     0x7fff410f2fff  com.apple.CoreAUC (249.0.0 - 249.0.0) <7F406271-A215-3C75-BDAA-B9611BA2822E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff410f3000 -     0x7fff41123ff7  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <D0879D8F-488A-3D46-BC50-AD7B0642C0E8> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff41488000 -     0x7fff41498ff7  com.apple.CoreEmoji (1.0 - 69) <3945FA6E-D060-3F9F-B392-4228E6630F67> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4235b000 -     0x7fff4238cff3  com.apple.CoreServicesInternal (309 - 309) <CB3D74CC-1568-3E66-8015-2A3D11BCAF21> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff426b1000 -     0x7fff42742fff  com.apple.CoreSymbolication (63075) <22359913-3FAE-3FE3-9F88-F3521169FB4E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff427c5000 -     0x7fff428f9fd7  com.apple.coreui (2.1 - 489) <8DAE0B7F-186E-333F-8B8E-941DB03BF2FC> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff428fa000 -     0x7fff429f3ffb  com.apple.CoreUtils (5.2 - 520.68) <7F80020B-0208-38A7-B333-EC1463FF1AA4> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff42a48000 -     0x7fff42aacfff  com.apple.framework.CoreWiFi (13.0 - 1335) <AEF55AE3-983E-31D0-A578-61284964339C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff42aad000 -     0x7fff42abcff7  com.apple.CrashReporterSupport (10.13 - 1) <842680F4-0BFB-386A-A32D-E9ED39DCE790> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff42b39000 -     0x7fff42b48ff7  com.apple.framework.DFRFoundation (1.0 - 189.1) <C7DE4082-6AC1-3971-AAC7-979E33C9D0F1> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff42b4b000 -     0x7fff42b4fffb  com.apple.DSExternalDisplay (3.1 - 380) <BEC07C7C-F3AC-3CF3-B13E-3EBFD6224C0D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff42bd6000 -     0x7fff42c4cff7  com.apple.datadetectorscore (7.0 - 590) <48B788AF-7927-341E-94EE-119561245659> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff42c9a000 -     0x7fff42cdaff7  com.apple.DebugSymbols (141 - 141) <99562E28-0E56-3F6F-93A1-EF997A5E1F87> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff42cdb000 -     0x7fff42e05ff7  com.apple.desktopservices (1.12 - 1.12) <C6BBDC1D-106A-324A-9325-FCB62F38E7FB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff43b58000 -     0x7fff43f86fff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <80C97AD7-D5C2-311A-B268-4AA60CAD6CED> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff47f86000 -     0x7fff47f95fff  com.apple.GraphVisualizer (1.0 - 5) <0A93C5DE-0D28-312E-8764-6B0FB805ED91> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff4800d000 -     0x7fff48081fff  com.apple.Heimdal (4.0 - 2.0) <600A9BD5-3DD2-3F7C-B40E-8485026FE936> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff48921000 -     0x7fff48928ffb  com.apple.IOAccelerator (373 - 373) <22F55498-DF4D-3262-B527-0277E8C6BAA5> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff4892c000 -     0x7fff48942ff7  com.apple.IOPresentment (1.0 - 32.1) <8F468709-520F-360D-AD51-0E13298B8DC0> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff48d01000 -     0x7fff48d26ffb  com.apple.IconServices (97.3 - 97.3) <9FB00A91-C46B-3CF1-973A-FDDABCEA088D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff48fb7000 -     0x7fff490acff7  com.apple.LanguageModeling (1.0 - 159) <FADD52FC-9B63-3976-9AB1-40230918F84F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff490ad000 -     0x7fff490efff7  com.apple.Lexicon-framework (1.0 - 33) <CEF5A399-DFD3-347D-8EEE-8F01038B9900> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff490f3000 -     0x7fff490faff7  com.apple.LinguisticData (1.0 - 238) <3DB10488-85F6-3A70-87CF-A2D1B1ABC016> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff49908000 -     0x7fff4990bfff  com.apple.Mangrove (1.0 - 1) <562BB18E-815A-37D1-A373-B46C7853BA94> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff49cd3000 -     0x7fff49d3aff7  com.apple.gpusw.MetalTools (1.0 - 1) <32E08129-AC43-315C-8A14-3CD7BE507850> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff49d42000 -     0x7fff49d56ff3  com.apple.MobileAssets (1.0 - 437.1.11) <AF26C530-C18C-32BC-881E-CAFAE4CEF8EE> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff49f4f000 -     0x7fff49f77ff7  com.apple.MultitouchSupport.framework (1004.1 - 1004.1) <69BF94F5-9301-3755-98A1-A981DB03C395> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff4a1db000 -     0x7fff4a1e6fff  com.apple.NetAuth (6.2 - 6.2) <5C6F492A-28EF-3A0E-B573-6F3D60CFF0C7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff4b99e000 -     0x7fff4b9deffb  com.apple.PerformanceAnalysis (1.183 - 183) <520FEF4A-4C60-31FA-8BA0-528294BC41ED> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff4d79d000 -     0x7fff4d7bbfff  com.apple.ProtocolBuffer (1 - 259) <D047A3FE-C7A8-3CAA-9891-6232BA88C247> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff4d98b000 -     0x7fff4d9aeffb  com.apple.RemoteViewServices (2.0 - 125) <AEDBCE8C-88B7-315A-9F81-3E068F0D3EDC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff4f2af000 -     0x7fff4f3a8ff7  com.apple.Sharing (910.7 - 910.7) <465C0170-A544-3713-AB5A-894756E6C13E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff4f3d2000 -     0x7fff4f3d3fff  com.apple.performance.SignpostNotification (1.0 - 1) <5C953AF5-746A-3049-A2BC-901D6C7B583F> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff500cc000 -     0x7fff50363fff  com.apple.SkyLight (1.600.0 - 312) <9BF6B34C-532F-3F84-9B47-C9121FFF0A01> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff50b10000 -     0x7fff50b1dff7  com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <AC026FB9-78F8-31F9-BB80-619D5378DB70> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff50fb2000 -     0x7fff50fd8ff3  com.apple.StreamingZip (1.0 - 1) <3D46509E-3EB7-3EC8-828D-19BF3C8670BD> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff516a9000 -     0x7fff5172dfe7  com.apple.Symbolication (9.0 - 63079.1) <177BC9CA-E6AE-3B40-806F-0080C0CDFF29> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff51c18000 -     0x7fff51c1fff7  com.apple.TCC (1.0 - 1) <1774542A-1E70-3E22-9698-372200D27249> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff51e25000 -     0x7fff51ee6ff7  com.apple.TextureIO (3.4 - 3.4) <7C93B388-7171-3B3D-BD23-0A8280059260> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff51f91000 -     0x7fff52140ff7  com.apple.UIFoundation (1.0 - 543) <A393DE4F-0885-3C7C-9933-F3AF8D58B93F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff5385d000 -     0x7fff5385fffb  com.apple.loginsupport (1.0 - 1) <5E2C4AA7-066D-3FDB-B0E1-4CDAF287392C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff539c3000 -     0x7fff539f6fff  libclosured.dylib (519.2.1) <31A6AC03-8F51-367E-9E00-FF0F1AD10F6F> /usr/lib/closure/libclosured.dylib
    0x7fff53a95000 -     0x7fff53aceff7  libCRFSuite.dylib (41) <AB2DA745-F22C-30CF-81D4-35DD716463B8> /usr/lib/libCRFSuite.dylib
    0x7fff53acf000 -     0x7fff53adafff  libChineseTokenizer.dylib (28) <D30A7DB6-058F-3286-9583-60C9EEB77A6E> /usr/lib/libChineseTokenizer.dylib
    0x7fff53b6c000 -     0x7fff53b6dff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff53ba4000 -     0x7fff53d6eff3  libFosl_dynamic.dylib (17.7) <B2476843-7FA7-3E62-B79F-2B15FE557E63> /usr/lib/libFosl_dynamic.dylib
    0x7fff53da6000 -     0x7fff53da6fff  libOpenScriptingUtil.dylib (174) <203D2C39-61BB-3713-A502-2D17B04A42AC> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff53ecf000 -     0x7fff53ed3ffb  libScreenReader.dylib (562.1) <107BB2E9-A973-322E-8BDA-5E4DA4061A77> /usr/lib/libScreenReader.dylib
    0x7fff53ed4000 -     0x7fff53ed5ff3  libSystem.B.dylib (1252) <BBBE6ABC-FD84-30A3-B699-95F1D6EFB334> /usr/lib/libSystem.B.dylib
    0x7fff53f68000 -     0x7fff53f68fff  libapple_crypto.dylib (109.1.6) <1C66C4B7-7E7C-36BC-858E-6661016C971A> /usr/lib/libapple_crypto.dylib
    0x7fff53f69000 -     0x7fff53f7fff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff53f80000 -     0x7fff53faaff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff53fab000 -     0x7fff540aefe7  libate.dylib (1.13.1) <DABEA1B1-806C-34C9-8AFF-DEB6AB2829E3> /usr/lib/libate.dylib
    0x7fff540b2000 -     0x7fff540b2ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff540b3000 -     0x7fff54162ffb  libboringssl.dylib (109.1.6) <BF41A380-8FD1-3043-BF93-171EBAEE395F> /usr/lib/libboringssl.dylib
    0x7fff54163000 -     0x7fff54173ff3  libbsm.0.dylib (39) <770B341F-3BB7-3123-B53C-F2D58868A963> /usr/lib/libbsm.0.dylib
    0x7fff54174000 -     0x7fff54181ffb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff54182000 -     0x7fff541d8fff  libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib
    0x7fff541d9000 -     0x7fff541fdff7  libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib
    0x7fff541ff000 -     0x7fff5420ffff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff54210000 -     0x7fff54226ffb  libcompression.dylib (47) <A1FB6D24-9B71-3DDD-8B12-FABD08CA3F49> /usr/lib/libcompression.dylib
    0x7fff544cc000 -     0x7fff544e4ff7  libcoretls.dylib (155) <DFE2454F-2FE3-3B2B-A22B-422947C34C69> /usr/lib/libcoretls.dylib
    0x7fff544e5000 -     0x7fff544e6ffb  libcoretls_cfhelpers.dylib (155) <D3F4B882-40C1-3CD4-927B-0E0ED6031D0B> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff549b6000 -     0x7fff54a0cff3  libcups.2.dylib (462) <E19FD002-6672-3EE3-B632-34876074270F> /usr/lib/libcups.2.dylib
    0x7fff54a8e000 -     0x7fff54a95ff3  libdscsym.dylib (183) <B0DD51C0-0628-38B1-8863-635C4AEBB16E> /usr/lib/libdscsym.dylib
    0x7fff54b4a000 -     0x7fff54b4afff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff54b81000 -     0x7fff54b86ffb  libheimdal-asn1.dylib (520) <D968FE68-7770-3AEA-BFEB-3F7F4CB10DDC> /usr/lib/libheimdal-asn1.dylib
    0x7fff54bb2000 -     0x7fff54ca3ff7  libiconv.2.dylib (51) <0772997F-4109-38A1-91ED-0F3F16AE99E5> /usr/lib/libiconv.2.dylib
    0x7fff54ca4000 -     0x7fff54ecaffb  libicucore.A.dylib (59117.0.1) <EC29683E-E9DE-3100-8F75-D1FEBB82AAB2> /usr/lib/libicucore.A.dylib
    0x7fff54f17000 -     0x7fff54f18fff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff54f19000 -     0x7fff54f32ffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff54f33000 -     0x7fff54f49ff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff54ffa000 -     0x7fff55222fff  libmecabra.dylib (779.1) <C1A7BAE5-2E7A-396D-A3A2-00484CAA9B40> /usr/lib/libmecabra.dylib
    0x7fff553fa000 -     0x7fff554d0ff7  libnetwork.dylib (1229.1.5) <6134BC02-EC6F-342F-8FCE-673798505400> /usr/lib/libnetwork.dylib
    0x7fff55546000 -     0x7fff559373b7  libobjc.A.dylib (723) <37A7D77E-952C-3F5D-970B-3CDE349B2322> /usr/lib/libobjc.A.dylib
    0x7fff5594a000 -     0x7fff5594efff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff55951000 -     0x7fff55985fff  libpcap.A.dylib (79) <D400B242-A56A-39CD-9445-740460F1A62F> /usr/lib/libpcap.A.dylib
    0x7fff55a05000 -     0x7fff55a21ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff55a6f000 -     0x7fff55a70ff7  libspindump.dylib (247) <E7A7ECD0-1070-390C-A696-A3305CB9BD87> /usr/lib/libspindump.dylib
    0x7fff55a71000 -     0x7fff55c01fff  libsqlite3.dylib (274.1) <AD11D49C-82BC-31B5-897A-CF89F846B0C1> /usr/lib/libsqlite3.dylib
    0x7fff55d03000 -     0x7fff55d51fff  libstdc++.6.0.9.dylib (104.1) <92CC5BBD-2FB2-3864-BF6B-B4B1BFF4C1EE> /usr/lib/libstdc++.6.0.9.dylib
    0x7fff55dd1000 -     0x7fff55e0affb  libusrtcp.dylib (1229.1.5) <F3338E88-885C-3203-9D5A-5CA51CEBE567> /usr/lib/libusrtcp.dylib
    0x7fff55e0b000 -     0x7fff55e0effb  libutil.dylib (51) <58C59F00-031B-3798-B697-A8A4C58E70AA> /usr/lib/libutil.dylib
    0x7fff55e0f000 -     0x7fff55e1cfff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff55e20000 -     0x7fff55f07fff  libxml2.2.dylib (31.7) <49544596-BCF8-3765-8DC5-DB1A9A90EF92> /usr/lib/libxml2.2.dylib
    0x7fff55f08000 -     0x7fff55f30fff  libxslt.1.dylib (15.10) <66682AF6-C2D5-374C-901F-25A3E72814DC> /usr/lib/libxslt.1.dylib
    0x7fff55f31000 -     0x7fff55f43ffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff55fe0000 -     0x7fff55fe4ff7  libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib
    0x7fff55fe5000 -     0x7fff55fefff3  libcommonCrypto.dylib (60118.1.1) <6C502A55-3B54-3B48-BA7B-FA39F56C0B1E> /usr/lib/system/libcommonCrypto.dylib
    0x7fff55ff0000 -     0x7fff55ff7fff  libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff55ff8000 -     0x7fff56000fff  libcopyfile.dylib (146) <7E4BD264-5617-339B-AC73-E8D07EF2C51D> /usr/lib/system/libcopyfile.dylib
    0x7fff56001000 -     0x7fff56085ff7  libcorecrypto.dylib (562) <7974762C-DEF7-3056-9856-9821C27846DB> /usr/lib/system/libcorecrypto.dylib
    0x7fff5610c000 -     0x7fff56145ff7  libdispatch.dylib (913.1.6) <0DD78497-6A2A-350A-99EF-15BF41EA07DD> /usr/lib/system/libdispatch.dylib
    0x7fff56146000 -     0x7fff56163ff7  libdyld.dylib (519.2.1) <2597D818-42D2-3375-BD9D-451D5942A6BA> /usr/lib/system/libdyld.dylib
    0x7fff56164000 -     0x7fff56164ffb  libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib
    0x7fff56165000 -     0x7fff56171ff3  libkxld.dylib (4570.1.46) <AE8CE609-ECB8-3D2E-8823-C103A56064DF> /usr/lib/system/libkxld.dylib
    0x7fff56172000 -     0x7fff56172ff7  liblaunch.dylib (1205.1.10) <5AD77A68-BB4D-33AA-AA4F-DF51D0972FD9> /usr/lib/system/liblaunch.dylib
    0x7fff56173000 -     0x7fff56177ffb  libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib
    0x7fff56178000 -     0x7fff5617aff3  libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib
    0x7fff5617b000 -     0x7fff5617cff3  libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib
    0x7fff5617d000 -     0x7fff56194fff  libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff56195000 -     0x7fff56195fff  libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib
    0x7fff56196000 -     0x7fff5621ffff  libsystem_c.dylib (1244.1.7) <2D4C21C0-9938-3552-8DC1-2C1CFAA10D38> /usr/lib/system/libsystem_c.dylib
    0x7fff56220000 -     0x7fff56223ffb  libsystem_configuration.dylib (963) <D7EFEAE6-22A0-348E-BBBE-44FFD41934FA> /usr/lib/system/libsystem_configuration.dylib
    0x7fff56224000 -     0x7fff56227ffb  libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff56228000 -     0x7fff56229fff  libsystem_darwin.dylib (1244.1.7) <552C05CA-D151-3F93-B570-413340BDA9C7> /usr/lib/system/libsystem_darwin.dylib
    0x7fff5622a000 -     0x7fff56230ff7  libsystem_dnssd.dylib (878.1.1) <6E28973E-A258-36F6-ACFB-259ED5885C7A> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff56231000 -     0x7fff5627aff7  libsystem_info.dylib (517) <483BE95B-62EB-3663-ACB3-9915A40C70F5> /usr/lib/system/libsystem_info.dylib
    0x7fff5627b000 -     0x7fff562a0ff7  libsystem_kernel.dylib (4570.1.46) <71BA15CB-3056-3CBD-A5F5-EE61566EEA0C> /usr/lib/system/libsystem_kernel.dylib
    0x7fff562a1000 -     0x7fff562ecfcb  libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib
    0x7fff562ed000 -     0x7fff5630cfff  libsystem_malloc.dylib (140.1.1) <9F0745FF-B92F-330D-8812-BB74001D1D33> /usr/lib/system/libsystem_malloc.dylib
    0x7fff5630d000 -     0x7fff563b0ff3  libsystem_network.dylib (1229.1.5) <A51EB0A4-9AA5-3F84-8E25-DD8EABE0F97E> /usr/lib/system/libsystem_network.dylib
    0x7fff563b1000 -     0x7fff563bbffb  libsystem_networkextension.dylib (767.1.4) <E842569D-00BA-3DE7-AD5A-9EF33422CF3E> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff563bc000 -     0x7fff563c5ff3  libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib
    0x7fff563c6000 -     0x7fff563cdff7  libsystem_platform.dylib (161) <9F5A67F7-BC65-300F-BD74-07E7732D6372> /usr/lib/system/libsystem_platform.dylib
    0x7fff563ce000 -     0x7fff563d9ff7  libsystem_pthread.dylib (301.1.6) <6D0B0110-2B44-3D3C-B672-BD08FE46378A> /usr/lib/system/libsystem_pthread.dylib
    0x7fff563da000 -     0x7fff563ddffb  libsystem_sandbox.dylib (765.1.8) <EC909728-0365-3710-B00B-0BCFCE03DC71> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff563de000 -     0x7fff563dfff3  libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib
    0x7fff563e0000 -     0x7fff563e7ff7  libsystem_symptoms.dylib (820.1.4) <BF0566B2-9475-3B5C-8641-7910F313BA3C> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff563e8000 -     0x7fff563fbff7  libsystem_trace.dylib (829.1.2) <10955EBB-1AC8-3085-9A2D-F3088CA2DF71> /usr/lib/system/libsystem_trace.dylib
    0x7fff563fd000 -     0x7fff56402ff7  libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib
    0x7fff56403000 -     0x7fff5642eff7  libxpc.dylib (1205.1.10) <E7C5DB12-6D0E-3D1E-A743-F750DF112F5F> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=339.4M resident=0K(0%) swapped_out_or_unallocated=339.4M(100%)
Writable regions: Total=108.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=108.2M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        2 
CoreServices                       212K        2 
Dispatch continuations            16.0M        2 
Kernel Alloc Once                    8K        2 
MALLOC                            79.9M       19 
MALLOC guard page                   32K        9 
STACK GUARD                       56.0M        9 
Stack                             11.6M       21 
VM_ALLOCATE                         44K        5 
__DATA                            22.2M      230 
__FONT_DATA                          4K        2 
__LINKEDIT                       187.1M        5 
__TEXT                           152.3M      235 
__UNICODE                          556K        2 
mapped file                       28.9M        4 
shared memory                      632K       10 
===========                     =======  ======= 
TOTAL                            555.7M      543 

Model: Macmini6,2, BootROM MM61.010B.B00, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.8f1
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x01BA, 0x202020202020202020202020202020202020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x01BA, 0x202020202020202020202020202020202020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10E), Broadcom BCM43xx 1.0 (7.21.190.13.1a3)
Bluetooth: Version 6.0.0f7, 3 services, 18 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: Samsung SSD 850 PRO 256GB, 256.06 GB
Serial ATA Device: APPLE HDD HTS541010A9E662, 1 TB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: IR Receiver
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: USB 3.0 Bus
Thunderbolt Bus: Mac mini, Apple Inc., 23.4

Please let me know what further I can provide or how to help with troubleshooting.

Create a new release

Many bug fixes and Retina support have been added since the latest official release, so it is time to make a new one.

Turn on monitor

If you VNC connect to a box that has the "display turned off" (but is still running fine) you are presented with a "black/blank" screen, the mouse works and moves around but no login window is displayed. Keyboard input doesn't wake it up.

If I also ssh in and run something like

$ caffeinate -u -t 2

then suddenly the login screen appears and all starts working as normal.

So probable suggestion: either "always wake up display" or "check and wake it up" somehow or other, at connect time. FWIW. Thanks.

Screen recording doesn't work with Catalina (10.15.1)

Screen recording doesn't work with Catalina (10.15.1). Screen recording prompt being display every time even though screen recording and accessibility rights have been given. Menu bar + System Home screen image being captured task bar at bottom is not there.

CTRL not working correctly with VoiceOver

VoiceOver is MacOS's built-in screen reader (System Preferences > Accessibility > VoiceOver). When enabled, it announces UI elements currently focused on the screen. You normally interact with it via a huge suite of keyboard shortcuts.

A very important shortcut is simply hitting CTRL (the Control key, keysym 0xffe3) to silence VoiceOver. I can't seem to get this working with OSXvnc server.

I've tried the following combinations:

  • User server mode
    • Keyboard Layout: U.S.
      • Keyboard Events: Hardware Events + Event Source: Private Event Source
      • Keyboard Events: Hardware Events + Event Source: HID Event Source
      • Keyboard Events: Hardware Events + Event Source: 10.3 API (No Source)
      • Keyboard Events: User Session Events + Event Source: Private Event Source
      • Keyboard Events: User Session Events + Event Source: 10.3 API (No Source)
    • Keyboard Layout: Unicode Hex Input
      • Keyboard Events: Hardware Events + Event Source: HID Event Source
      • Keyboard Events: Hardware Events + Event Source: 10.3 API (No Source)
    • Keyboard Layout: Current Keyboard
      • Keyboard Events: Hardware Events + Event Source: HID Event Source
      • Keyboard Events: Hardware Events + Event Source: 10.3 API (No Source)
  • System server mode
    • Keyboard Layout: U.S.
      • Keyboard Events: Hardware Events + Event Source: 10.3 API (No Source)

I can see the CTRL key lighting up in System Preferences > Accessibility > Accessibility Keyboard, and https://keycode.info shows the right key events. Any ideas?

More details:

It works correctly with MacOS's built-in VNC server (Apple Remote Desktop, ARD) as well as RealVNC server.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.