Code Monkey home page Code Monkey logo

x-plane_plugin's Introduction

TeensyControls Plugin for X-Plane Flight Simulator

This plugin for the X-Plane simulator allows sharing of flight simulator variables with Arduino sketches running on Teensy. A video demo is available here.

http://www.youtube.com/watch?v=gVZtq7NBJOo

The primary discussion regarding this plugin's development is here:

http://forums.x-plane.org/index.php?s=2bd25a88f1732936c50e18439f6f645f&showtopic=55952

No Technical Support

Since the development of Teensy 3.0 in late 2012, PJRC simply as not had the resources to continue developing this plugin. This source code is being released in the hope it can benefit software developers and flight simulatation enthusiasts, who might be able to update is needed for newer versions of X-Plane. In 2015, Jorg Bliesener provided some additions for datarefs with more than 58 characters, a cross-compile build script and a patch that resolves crashes on exit for OSX.

There is no technical support available for this software.

THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Binaries

There is a compiled version of the plugin in the target folder of this repository. You can download it as either a zip file or as a directory. Copy it to your X-Plane's Resources\plugin folder. After this, you should have the following folder structure:

-+- X-Plane 10
 |--- ...
 |-+- Resources
   |--- ...
   |-+- plugins
   |-+- ...
     |-+- TeensyPlugin
       |-+- 32
       | |--- lin.xpl
       | |--- win.xpl
       |
	   |-+- 64
	   | |--- lin.xpl
	   | |--- win.xpl
	   |
	   |--- mac.xpl

Building The Code

A makefile is provided to build the code. Simply type "make" on the command line to build the code. There is no support for other build environments (eg, GUI-based IDEs).

The makefile requires the X-Plane SDK to be copied to the "SDK" folder. The X-Plane SDK is not distrubuted with this code. You must obtain it separately and copy its contents to the SDK folder.

You need to edit the Makefile to select your operating system. Building on Macintosh requires the X-Code command line utilities, available from Apple's developer program (historically, available without paying the developer subscription). Building on Linux may require installing the "libudev-dev" package.

If you get errors while compiling, the X-Plane forum is the place to ask for help.

Microsoft Windows Build is NOT Supported

PJRC built the plugin for Windows using the MinGW cross compiler running on Ubuntu Linux.

To install the necessary software on Ubuntu Linux, use one of these commands:

sudo apt-get install mingw32 mingw32-binutils mingw32-runtime

sudo apt-get install gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64

Then simply edit the makefile and run make, as with the other systems. A script is provided to automate copying the compiled code to a Windows machine named "xp" on your local network. Of course, that Windows machine must be running a FTP server. If a password is required, you can automate it with ".netrc" in your home directory.

This plugin has never been compiled on a native Windows system. Paul does not use Windows and will not be pleased if asked any questions regarding how to build this code on Windows. There is no technical support of any kind for this code, but especially when it comes to native Windows compilation, please do not ask. Building on Linux is the best way.

Cross-build - multi arch ("fat") plugin

Once you have the the standard build procedure working, you may want to create a so-called "fat" plugin, that contains all six architectures (Windows, Linux and OSX, each on 32 and 64 bits). Actually, that will give you five binaries, as the OSX version contains 32 and 64 bits in a single file (see http://www.xsquawkbox.net/xpsdk/mediawiki/BuildInstall#Fat_Plugins)

The provided shell script makeall.sh was developed and tested by Jorg Bliesener on a Linux 64 bit machine running Fedora 22. It has an extensive list of prerequisites, notably osxcross (https://github.com/tpoechtrager/osxcross), which requires a dedicated download and setup procedure. Please check the comments at the start of the makeall.sh file about what is required to run it.

Printf Style Debugging

The TeensyControls plugin code is loaded with printf() lines, which by default are not compiled. To enable these, edit TeensyControls.h. Uncomment these lines, and edit the IP number to the computer where you will display the messages.

//#define USE_PRINTF_DEBUG
//#define PRINTF_ADDR "192.168.194.2"
//#define PRINTF_ADDR "127.0.0.1"

The printf output is transmitted to a server which listens for these messages and prints them to a terminal. The source code for this server is in the "listen" directory. It has only been used on Linux.

x-plane_plugin's People

Contributors

jbliesener avatar paulstoffregen 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

x-plane_plugin's Issues

TeensyControls on OSX 10.10.1 causes abnormal termination on normal shutdown

With the 32-bit/64-bit TeensyControls installed and running 64-bit X-Plane 10.31r3 and 32-bit X-Plane 10.31r3, a normal exit (Using File>Quit) results in an abnormal termination with the following content:

Process: X-Plane [2066]
Path: /Users/USER/Library/Application Support/Steam/*/X-Plane.app/Contents/MacOS/X-Plane
Identifier: com.laminar_research.X-Plane
Version: 10.31r3 (398)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: X-Plane [2066]
User ID: 501

Date/Time: 2014-12-19 17:51:47.792 -0600
OS Version: Mac OS X 10.10.1 (14B25)
Report Version: 11
Anonymous UUID: B38E88C0-4D2E-D6CC-EC3D-4410828D03C5

Sleep/Wake UUID: A988BFDD-4B02-4B4F-9290-41B8E7628FFC

Time Awake Since Boot: 16000 seconds
Time Since Wake: 2500 seconds

Crashed Thread: 5 Dispatch queue: NSPersistentUI Work

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000157d9320

VM Regions Near 0x157d9320:
__LINKEDIT 000000001573f000-00000000157d5000 [ 600K] r--/rwx SM=COW /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
-->
__TEXT 00000000157df000-00000000157eb000 [ 48K] r-x/rwx SM=COW /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib

Thread 0:: MainThrd Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff94d7352e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff94d7269f mach_msg + 55
2 com.apple.framework.IOKit 0x00007fff9580023a io_connect_method + 381
3 com.apple.framework.IOKit 0x00007fff957a4216 IOConnectCallMethod + 265
4 com.apple.framework.IOKit 0x00007fff957a446e IOConnectCallStructMethod + 56
5 com.apple.IOAccelerator 0x00007fff9c22d56e IOAccelGLContextClearDrawable + 51
6 libGPUSupportMercury.dylib 0x00007fff96b03a77 gldAttachDrawable + 485
7 GLEngine 0x00007fff96b307e4 gliAttachDrawableWithOptions + 257
8 com.apple.opengl 0x00007fff95aad802 CGLClearDrawable + 130
9 com.apple.CoreFoundation 0x00007fff99a7ecbc CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 12
10 com.apple.CoreFoundation 0x00007fff999701b4 _CFXNotificationPost + 3140
11 com.apple.Foundation 0x00007fff93128ea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
12 com.apple.AppKit 0x00007fff8e06bb36 -[NSSurface _disposeSurface] + 152
13 com.apple.CoreFoundation 0x00007fff99a7ecbc CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 12
14 com.apple.CoreFoundation 0x00007fff999701b4 _CFXNotificationPost + 3140
15 com.apple.Foundation 0x00007fff93128ea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
16 com.apple.AppKit 0x00007fff8e1ca557 __18-[NSWindow _close]_block_invoke + 732
17 com.apple.AppKit 0x00007fff8e1ca245 -[NSWindow _close] + 363
18 com.laminar_research.X-Plane 0x000000010039a3dc WIN_ogl_window_destroy + 28
19 com.laminar_research.X-Plane 0x00000001002e9476 cons_class::cons_nuke(int) + 38
20 com.laminar_research.X-Plane 0x00000001000475cc MACIBM_finishup(int) + 284
21 com.laminar_research.X-Plane 0x00000001006048d2 main + 1106
22 com.laminar_research.X-Plane 0x000000010047b1f0 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff94d7922e kevent64 + 10
1 libdispatch.dylib 0x00007fff90630a6a _dispatch_mgr_thread + 52

Thread 2:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff94d7352e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff94d7269f mach_msg + 55
2 com.apple.audio.CoreAudio 0x00007fff9638f980 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t_, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff9638f90e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff9638df60 HALC_ProxyIOContext::IOWorkLoop() + 952
5 com.apple.audio.CoreAudio 0x00007fff9638db0e HALC_ProxyIOContext::IOThreadEntry(void_) + 88
6 com.apple.audio.CoreAudio 0x00007fff9638d9eb HALB_IOThread::Entry(void*) + 157
7 libsystem_pthread.dylib 0x00007fff95c292fc _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff95c29279 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff95c274b1 thread_start + 13

Thread 3:: IOPollingHelperThread
0 libsystem_kernel.dylib 0x00007fff94d79216 kevent + 10
1 libtier0_s.dylib 0x00000000807b9c0f CatchAndWriteContext_t::Invoke() + 111
2 libtier0_s.dylib 0x00000000807b9642 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 209
3 libtier0_s.dylib 0x00000000807b9716 CatchAndWriteMiniDumpExForVoidPtrFn + 78
4 steamclient.dylib 0x000000007f4a1153 OSXHelpers::CIOPollingHelper::Run() + 27
5 libtier0_s.dylib 0x00000000807bd8dd SteamThreadTools::CThread::ThreadExceptionWrapper(void_) + 15
6 libtier0_s.dylib 0x00000000807b9c0f CatchAndWriteContext_t::Invoke() + 111
7 libtier0_s.dylib 0x00000000807b9642 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 209
8 libtier0_s.dylib 0x00000000807b9716 CatchAndWriteMiniDumpExForVoidPtrFn + 78
9 libtier0_s.dylib 0x00000000807bd851 SteamThreadTools::CThread::ThreadProc(void_) + 205
10 libsystem_pthread.dylib 0x00007fff95c292fc _pthread_body + 131
11 libsystem_pthread.dylib 0x00007fff95c29279 _pthread_start + 176
12 libsystem_pthread.dylib 0x00007fff95c274b1 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff94d78946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff95c274a1 start_wqthread + 13

Thread 5 Crashed:: Dispatch queue: NSPersistentUI Work
0 com.apple.CoreFoundation 0x00007fff99966098 CFRetain + 24
1 com.apple.CoreFoundation 0x00007fff999a45b8 CFBasicHashCreateCopy + 1304
2 com.apple.CoreFoundation 0x00007fff999befd0 CFSetCreateCopy + 144
3 com.apple.CoreFoundation 0x00007fff999d9708 CFRunLoopAddTimer + 344
4 com.apple.AppKit 0x00007fff8dfac1a5 NSApplicationInvalidateQuietSafeQuitState + 117
5 com.apple.AppKit 0x00007fff8dfabf52 __73-[NSPersistentUIManager changeWindow:toStatus:withConditionalGeneration:]_block_invoke + 14
6 com.apple.AppKit 0x00007fff8df93726 run_cocoa_block + 41
7 com.apple.AppKit 0x00007fff8df936e3 run_cocoa_block_with_release + 14
8 libdispatch.dylib 0x00007fff9062dc13 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff90631365 _dispatch_queue_drain + 1100
10 libdispatch.dylib 0x00007fff90632ecc _dispatch_queue_invoke + 202
11 libdispatch.dylib 0x00007fff906306b7 _dispatch_root_queue_drain + 463
12 libdispatch.dylib 0x00007fff9063efe4 _dispatch_worker_thread3 + 91
13 libsystem_pthread.dylib 0x00007fff95c296cb _pthread_wqthread + 729
14 libsystem_pthread.dylib 0x00007fff95c274a1 start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff94d78946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff95c274a1 start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff94d78946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff95c274a1 start_wqthread + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff94d78946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff95c274a1 start_wqthread + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff94d78946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff95c274a1 start_wqthread + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff94d78946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff95c274a1 start_wqthread + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff94d78946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff95c274a1 start_wqthread + 13

Thread 12:
0 libsystem_kernel.dylib 0x00007fff94d78946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff95c274a1 start_wqthread + 13

Thread 5 crashed with X86 Thread State (64-bit):
rax: 0x00007fff7ed09cf0 rbx: 0x00000000157d9318 rcx: 0x00007fff7ed087a8 rdx: 0x0000000000000300
rdi: 0x00000000157d9318 rsi: 0x00000000157d9318 rbp: 0x00000000b0093410 rsp: 0x00000000b0093400
r8: 0x000000005494ba13 r9: 0x0000000000000000 r10: 0x0000000000000001 r11: 0x0000000000000202
r12: 0x0000000000000008 r13: 0x000061000266e3c0 r14: 0x00007fff99969000 r15: 0x0000000000000001
rip: 0x00007fff99966098 rfl: 0x0000000000010246 cr2: 0x00000000157d9320

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

Binary Images:
0x10000 - 0x38ff7 +gameoverlayrenderer.dylib (1) <1AEF5CA8-92A4-3FAC-A67E-6CC058BE7B5D> /Applications/Steam.app/Contents/MacOS/gameoverlayrenderer.dylib
0x5e000 - 0x5efff +steamloader.dylib (0) /Applications/Steam.app/Contents/MacOS/steamloader.dylib
0x61000 - 0x87ff7 com.apple.audio.OpenAL (1.8 - 1.8) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x99000 - 0x9dfff com.apple.agl (3.3.0 - AGL-3.3.0) <3B0D06B0-99F1-3D5F-8977-340FC462B511> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0xa4000 - 0xa6fff com.apple.ForceFeedback (1.0.6 - 1.0.6) /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
0xab000 - 0xb2fff +com.googlecode.google-breakpad (1.0) /Users/USER/Library/Application Support/Steam//X-Plane.app/Contents/Frameworks/Breakpad.framework/Versions/A/Breakpad
0xbe000 - 0xcffe7 +breakpadUtilities.dylib (1) /Users/USER/Library/Application Support/Steam/
/X-Plane.app/Contents/Frameworks/Breakpad.framework/Resources/breakpadUtilities.dylib
0x9bbe000 - 0x9bbefef +cl_kernels (???) cl_kernels
0x9bcc000 - 0x9bccfe7 +cl_kernels (???) <4AFC7BFB-B105-425D-BFAB-B30127E8F560> cl_kernels
0xbf85000 - 0xc06bfef unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x12f88000 - 0x12f8cfff com.apple.audio.AppleHDAHALPlugIn (267.0 - 267.0) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x15500000 - 0x1571afff com.apple.audio.units.Components (1.12 - 1.12) <95245456-EE5C-3D29-8E18-5E02E74A2683> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x157df000 - 0x157eafff com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <7A27B325-E6BC-3E64-BD0A-67A2FEE3CA53> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0x7ed27000 - 0x7ed2dff7 +libsteam_api.dylib (1) <56C05395-4A03-34F3-8504-5930EBF9976C> /Users/USER/Library/Application Support/Steam//libsteam_api.dylib
0x7ed3a000 - 0x7fa07ff7 +steamclient.dylib (1) <71DEBE12-E6D9-3C12-8FB2-7A20DEC64642> /Applications/Steam.app/Contents/MacOS/steamclient.dylib
0x807b3000 - 0x807caff7 +libtier0_s.dylib (1) <6D02F60E-71DB-37F0-8AE2-9A99747932DA> /Applications/Steam.app/Contents/MacOS/libtier0_s.dylib
0x807eb000 - 0x80813ff7 +libvstdlib_s.dylib (1) /Applications/Steam.app/Contents/MacOS/libvstdlib_s.dylib
0x8084a000 - 0x8085bff7 +libaudio.dylib (1) /Applications/Steam.app/Contents/MacOS/libaudio.dylib
0x8087b000 - 0x8088dff7 +crashhandler.dylib (1) /Applications/Steam.app/Contents/MacOS/crashhandler.dylib
0x808ab000 - 0x808b3fff +com.googlecode.google-breakpad (1.0) <93DADE0F-8791-30F2-9A8D-526BB12AE54C> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Breakpad
0x808c1000 - 0x808d1fff +breakpadUtilities.dylib (1) <1D47FFAB-06EB-3EC6-9413-998362AEA107> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Resources/breakpadUtilities.dylib
0x100000000 - 0x10148cfcf +com.laminar_research.X-Plane (10.31r3 - 398) /Users/USER/Library/Application Support/Steam/
/X-Plane.app/Contents/MacOS/X-Plane
0x123400000000 - 0x1234004f7ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.0.86 - 10.0.0) <03454F0A-EEE2-3B25-8DB2-A32FA24CE699> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
0x123440000000 - 0x123440864fff com.apple.GeForceGLDriver (10.0.43 - 10.0.0) <4E749711-614F-32F8-8373-1F0307082D7B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fff6f856000 - 0x7fff6f88c837 dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
0x7fff8cc7b000 - 0x7fff8cd0cff7 libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
0x7fff8cd0d000 - 0x7fff8cd0fffb libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8d01a000 - 0x7fff8d01cff7 libsystem_sandbox.dylib (358.1.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fff8d01d000 - 0x7fff8d01efff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff8d1c1000 - 0x7fff8d1c2ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff8d2f8000 - 0x7fff8d2f9fff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x7fff8d2fa000 - 0x7fff8d2fafff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8d5b7000 - 0x7fff8d603ff7 libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
0x7fff8d604000 - 0x7fff8d678fff com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8d679000 - 0x7fff8d6b4fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8d6b5000 - 0x7fff8d6bdffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff8d6be000 - 0x7fff8d6c2fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8d6ce000 - 0x7fff8d9d0fff com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8dade000 - 0x7fff8dadfff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8dae0000 - 0x7fff8db34fff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff8db35000 - 0x7fff8db68ff7 com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8dce9000 - 0x7fff8dceafff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff8de0e000 - 0x7fff8de34ff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8de35000 - 0x7fff8de42fff com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff8dea2000 - 0x7fff8dee2fff com.apple.CloudDocs (1.0 - 280.1.2) <49E75BC1-6556-36B4-804A-E49BC41241CF> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff8dee3000 - 0x7fff8dee3fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8df0c000 - 0x7fff8df1dff7 libsystem_coretls.dylib (35.1.2) /usr/lib/system/libsystem_coretls.dylib
0x7fff8df1e000 - 0x7fff8df2dfff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8df8e000 - 0x7fff8eacffff com.apple.AppKit (6.9 - 1343.16) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8eaf5000 - 0x7fff8edc4ff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8edc5000 - 0x7fff8edd2ff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
0x7fff8edd3000 - 0x7fff8ef61fff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8ef62000 - 0x7fff8ef81fff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff8ef90000 - 0x7fff8ef90fff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib
0x7fff8f551000 - 0x7fff8f55cff7 com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8f55d000 - 0x7fff8f568ff7 libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
0x7fff8f60f000 - 0x7fff8f611ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff8f706000 - 0x7fff8f72efff libsystem_info.dylib (459) /usr/lib/system/libsystem_info.dylib
0x7fff8f72f000 - 0x7fff8f746ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff8f747000 - 0x7fff8f768fff com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8f7cd000 - 0x7fff8f7e7ff7 com.apple.AppleVPAFramework (1.0.30 - 1.0.30) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8f83a000 - 0x7fff8f83efff com.apple.LoginUICore (3.0 - 3.0) /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff8f83f000 - 0x7fff8f85cffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff8f877000 - 0x7fff8f877ff7 liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
0x7fff8f87b000 - 0x7fff8f897ff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
0x7fff8f898000 - 0x7fff8f9aaff7 libvDSP.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8f9b0000 - 0x7fff8f9bbff7 com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8f9bc000 - 0x7fff8f9e4fff libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
0x7fff8f9e5000 - 0x7fff8fb0cfff com.apple.coreui (2.1 - 305) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8fb0d000 - 0x7fff8fb1eff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff8fd9e000 - 0x7fff8fe32fff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8fe33000 - 0x7fff8fe3bfff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8fe3c000 - 0x7fff8fe3efff libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
0x7fff8ff84000 - 0x7fff8ffb4ffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8ffce000 - 0x7fff9001dff7 com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff9001e000 - 0x7fff90022fff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff90023000 - 0x7fff9003dff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff9003e000 - 0x7fff9004bfff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff9004c000 - 0x7fff90070fef libJPEG.dylib (1231) <3F87A0CA-14FA-3034-A332-DD57A092B08F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff90074000 - 0x7fff9007cffb com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff9007d000 - 0x7fff90080fff com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff90081000 - 0x7fff900c2fff libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff900c3000 - 0x7fff900c4ffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff9062c000 - 0x7fff90656ff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff90659000 - 0x7fff9066bff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9067b000 - 0x7fff90683ff7 com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff908ea000 - 0x7fff909dafef libJP2.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff90a1a000 - 0x7fff90a1dfff com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff90a4c000 - 0x7fff90a66ff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff90a6b000 - 0x7fff90b5dfff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff90b77000 - 0x7fff90d5c267 libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
0x7fff91dbc000 - 0x7fff91deeff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff91fdb000 - 0x7fff92000fff libPng.dylib (1231) <759DF465-B08C-3E97-9A07-3CD447F84F78> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff92001000 - 0x7fff92006ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff92007000 - 0x7fff92054ff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff922c0000 - 0x7fff92528ffb com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff9287e000 - 0x7fff9287eff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff9288e000 - 0x7fff92890fff libRadiance.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff928e1000 - 0x7fff92921ff7 libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff92922000 - 0x7fff92926fff libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
0x7fff92927000 - 0x7fff92b0cff3 libicucore.A.dylib (531.30) /usr/lib/libicucore.A.dylib
0x7fff92b0d000 - 0x7fff92b15fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff92b16000 - 0x7fff92b17ff7 libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
0x7fff92b18000 - 0x7fff92c52ff7 com.apple.ImageIO.framework (3.3.0 - 1038) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff92c53000 - 0x7fff92c6cff7 com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff92c6d000 - 0x7fff92cb3ffb libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff92cb4000 - 0x7fff92cbdfff libGFXShared.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff92cc0000 - 0x7fff92d42fff com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff92d43000 - 0x7fff92d45ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff92d7c000 - 0x7fff92d8dfff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff92d8e000 - 0x7fff92dbefff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff92dc7000 - 0x7fff92e58fff com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff92e59000 - 0x7fff92ec5fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff92ec6000 - 0x7fff92ee2fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff92ee3000 - 0x7fff92f0cffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff92f3f000 - 0x7fff92f55ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff92fc4000 - 0x7fff92fc9ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff92ff9000 - 0x7fff930ebff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff930ec000 - 0x7fff93124ffb libsystem_network.dylib (411) /usr/lib/system/libsystem_network.dylib
0x7fff93125000 - 0x7fff93125fff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff93126000 - 0x7fff93454ff7 com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff93455000 - 0x7fff9349bff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff9349c000 - 0x7fff934a0ff7 libGIF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff934a1000 - 0x7fff9374dfff com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff9374e000 - 0x7fff93756ff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff93757000 - 0x7fff939d1fff com.apple.CoreData (110 - 526) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff93a2d000 - 0x7fff93e3aff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff93e55000 - 0x7fff93e60ff7 libkxld.dylib (2782.1.97) /usr/lib/system/libkxld.dylib
0x7fff93e84000 - 0x7fff93e8ffff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib
0x7fff93e90000 - 0x7fff93e98fe7 libcldcpuengine.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff93e99000 - 0x7fff93f25fff libsystem_c.dylib (1044.1.2) /usr/lib/system/libsystem_c.dylib
0x7fff9404f000 - 0x7fff941ffff7 com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff94200000 - 0x7fff9422bfff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff9422c000 - 0x7fff94256fff GLRendererFloat (11.0.7) <3B3B74F4-E63C-3241-8807-E2407C4020B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff94944000 - 0x7fff9494eff7 com.apple.CrashReporterSupport (10.10 - 629) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff94ba2000 - 0x7fff94ba5fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff94c02000 - 0x7fff94c5dfef libTIFF.dylib (1231) <115791FB-8C49-3410-AC23-56F4B1CFF124> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff94c5e000 - 0x7fff94c96fff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff94c97000 - 0x7fff94cbfffb libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff94d62000 - 0x7fff94d7ffff libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
0x7fff956c6000 - 0x7fff95767ff7 com.apple.Bluetooth (4.3.1 - 4.3.1f2) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff9579e000 - 0x7fff9580fff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff95aa7000 - 0x7fff95ab5ff7 com.apple.opengl (11.0.7 - 11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff95ac3000 - 0x7fff95ac6ff7 libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
0x7fff95ac7000 - 0x7fff95ad9ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff95ada000 - 0x7fff95afdfff com.apple.Sharing (328.3 - 328.3) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff95afe000 - 0x7fff95b00fff libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff95b01000 - 0x7fff95b05fff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff95b0f000 - 0x7fff95b29ff7 libextension.dylib (55.1) /usr/lib/libextension.dylib
0x7fff95c26000 - 0x7fff95c2ffff libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
0x7fff95cba000 - 0x7fff95cbaff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff95cfd000 - 0x7fff95d17ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff95d18000 - 0x7fff95d18fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff95d19000 - 0x7fff95d3cff7 com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff95d3d000 - 0x7fff95d68fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff95d69000 - 0x7fff95d6afff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff95d6b000 - 0x7fff95e9bfff com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff95e9c000 - 0x7fff961cfff7 libmecabra.dylib (666.1) /usr/lib/libmecabra.dylib
0x7fff961ea000 - 0x7fff96216fff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff96217000 - 0x7fff962edff3 com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff962ee000 - 0x7fff962eefff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <01E92F9F-EF29-3745-8631-AEA692F7F29C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff962f9000 - 0x7fff962fbfff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff96350000 - 0x7fff96359ff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff96367000 - 0x7fff963b8ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff963c3000 - 0x7fff96462df7 com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff964ec000 - 0x7fff96546ff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff96547000 - 0x7fff9655cff7 com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff9655d000 - 0x7fff9655fff7 libquarantine.dylib (76) /usr/lib/system/libquarantine.dylib
0x7fff96560000 - 0x7fff96562ff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
0x7fff96628000 - 0x7fff9682bff3 com.apple.CFNetwork (720.1.1 - 720.1.1) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff9698b000 - 0x7fff96998ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff96999000 - 0x7fff969e7fff libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
0x7fff969e8000 - 0x7fff96a1fffb com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff96a20000 - 0x7fff96a30ff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff96a31000 - 0x7fff96a5ffff com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff96af8000 - 0x7fff96b04ff7 libGPUSupportMercury.dylib (11.0.7) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff96b05000 - 0x7fff96b19ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff96b1a000 - 0x7fff96cc9fff GLEngine (11.0.7) <3CB7447A-1A1D-3D55-A6A4-4814B49F6678> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff96cca000 - 0x7fff96ce3fff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff96ce4000 - 0x7fff96cffff7 com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff96d2f000 - 0x7fff96d4aff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff96d6f000 - 0x7fff975f7ff7 libclh.dylib (4.0.3 - 4.0.3) /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fff976b9000 - 0x7fff976d9fff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff976e3000 - 0x7fff976e9fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff97732000 - 0x7fff9773dfff libGL.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff9773e000 - 0x7fff97751ff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff97dcb000 - 0x7fff97df8fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff97df9000 - 0x7fff97dfbfff com.apple.OAuth (25 - 25) /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff97dfc000 - 0x7fff97f42fef libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
0x7fff97fbc000 - 0x7fff98023ff7 com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff98024000 - 0x7fff98026ff7 com.apple.SecCodeWrapper (4.0 - 238) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff98046000 - 0x7fff9804bffb libheimdal-asn1.dylib (398.1.2) /usr/lib/libheimdal-asn1.dylib
0x7fff9804d000 - 0x7fff98054fff libCGCMS.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff98055000 - 0x7fff98080ff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
0x7fff98081000 - 0x7fff980f5ff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff9810b000 - 0x7fff9810dfff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff9810e000 - 0x7fff9817cffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff9817d000 - 0x7fff9821bfff com.apple.Metadata (10.7.0 - 916.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff9821c000 - 0x7fff98225ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff986ff000 - 0x7fff9872cfff com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff9872d000 - 0x7fff987ecfff com.apple.backup.framework (1.6.1 - 1.6.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff987ed000 - 0x7fff988e1ff7 libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff98998000 - 0x7fff98a10ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff9936e000 - 0x7fff99451fff libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
0x7fff99452000 - 0x7fff99457fff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff99458000 - 0x7fff99462ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff99463000 - 0x7fff99475fff libsasl2.2.dylib (193) /usr/lib/libsasl2.2.dylib
0x7fff995bb000 - 0x7fff99676ff7 com.apple.DiscRecording (9.0 - 9000.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff99677000 - 0x7fff99683ff7 com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff996b0000 - 0x7fff996b0fff com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff996b1000 - 0x7fff9973afff com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff997a5000 - 0x7fff99910ff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff99913000 - 0x7fff9995ffff com.apple.corelocation (1486.17 - 1615.21) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff99960000 - 0x7fff99cf6fff com.apple.CoreFoundation (6.9 - 1151.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff99d0d000 - 0x7fff99d5cff7 libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
0x7fff99d5d000 - 0x7fff99d64ff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff99ecc000 - 0x7fff99ed2ff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
0x7fff99ed3000 - 0x7fff9a062fff libGLProgrammability.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff9a063000 - 0x7fff9a09dffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff9a09e000 - 0x7fff9a11bfff com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff9a11c000 - 0x7fff9a955ff3 com.apple.CoreGraphics (1.600.0 - 772) <936D081F-37B3-3DA3-B725-118D0B07DDD2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff9a956000 - 0x7fff9aa05fe7 libvMisc.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff9aa06000 - 0x7fff9aa4fff3 com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff9ab00000 - 0x7fff9ab01fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9ab02000 - 0x7fff9ab78fe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x7fff9ae2e000 - 0x7fff9ae34fff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib
0x7fff9b1a1000 - 0x7fff9b2c3ff7 com.apple.LaunchServices (644.12 - 644.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff9b2c4000 - 0x7fff9b6f4fff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff9b752000 - 0x7fff9b759fff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff9b75a000 - 0x7fff9b872ffb com.apple.CoreText (352.0 - 454.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff9b88d000 - 0x7fff9b8ecff3 com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff9b920000 - 0x7fff9bc07ffb com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff9bc08000 - 0x7fff9bc9dff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff9bc9e000 - 0x7fff9bca0fff com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff9bca1000 - 0x7fff9bca1fff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff9bca2000 - 0x7fff9bdb1ffb com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff9bdb2000 - 0x7fff9be21fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff9be3c000 - 0x7fff9c157fcf com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff9c158000 - 0x7fff9c1bfff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff9c1ef000 - 0x7fff9c22afff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff9c22b000 - 0x7fff9c22ffff com.apple.IOAccelerator (156.4 - 156.4) <56092CAF-5F0F-3DCA-9047-4F6B93425BFD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff9c230000 - 0x7fff9c23bff7 com.apple.CommerceCore (1.0 - 376.0.5) <57E5C067-52F6-3854-86C0-D878EDA24B55> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff9c25c000 - 0x7fff9c260ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff9c4e2000 - 0x7fff9c4f6ff7 com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff9c507000 - 0x7fff9c50bfff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=269.2M resident=215.2M(80%) swapped_out_or_unallocated=54.0M(20%)
Writable regions: Total=5.3G written=910.8M(17%) resident=1.4G(27%) swapped_out=0K(0%) unallocated=3.9G(73%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 4152K
CG image 28K
CG shared images 240K
CoreImage 16K
CoreServices 2340K
CoreUI image data 68K
IOKit 422.2M
Kernel Alloc Once 8K
MALLOC 2.9G
MALLOC (admin) 32K
MALLOC_LARGE (reserved) 75.9M reserved VM address space (unallocated)
Memory Tag 242 12K
Memory Tag 249 156K
OpenCL 16K
OpenGL GLSL 256K
STACK GUARD 56.0M
Stack 14.2M
VM_ALLOCATE 259.9M
VM_ALLOCATE (reserved) 1.6G reserved VM address space (unallocated)
__DATA 55.7M
__GLSLBUILTINS 2588K
__IMAGE 528K
__LINKEDIT 96.0M
__TEXT 173.1M
__UNICODE 544K
mapped file 60.9M
shared memory 68K
=========== =======
TOTAL 5.7G
TOTAL, minus reserved VM space 4.0G

Model: MacBookPro11,3, BootROM MBP112.0138.B11, 4 processors, Intel Core i7, 2.8 GHz, 16 GB, SMC 2.19f12
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.15.124.12.10)
Bluetooth: Version 4.3.1f2 15015, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
USB Device: Internal Memory Card Reader
USB Device: Teensy Flight Sim Controls
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

Process: X-Plane-32bit [2040]
Path: /Users/USER/Library/Application Support/Steam/*/X-Plane-32bit.app/Contents/MacOS/X-Plane-32bit
Identifier: com.laminar_research.X-Plane
Version: 10.31r3 (398)
Code Type: X86 (Native)
Parent Process: ??? [1]
Responsible: X-Plane-32bit [2040]
User ID: 501

Date/Time: 2014-12-19 17:49:04.439 -0600
OS Version: Mac OS X 10.10.1 (14B25)
Report Version: 11
Anonymous UUID: B38E88C0-4D2E-D6CC-EC3D-4410828D03C5

Sleep/Wake UUID: A988BFDD-4B02-4B4F-9290-41B8E7628FFC

Time Awake Since Boot: 15000 seconds
Time Since Wake: 2300 seconds

Crashed Thread: 6 Dispatch queue: NSPersistentUI Work

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000019447190

VM Regions Near 0x19447190:
VM_ALLOCATE 00000000193a5000-00000000193f5000 [ 320K] rw-/rwx SM=SHM
-->
__TEXT 000000001944c000-0000000019459000 [ 52K] r-x/rwx SM=COW /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib

Thread 0:: MainThrd Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x93464a2e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x93463ad0 mach_msg + 68
2 com.apple.framework.IOKit 0x93b2e8da io_connect_method + 415
3 com.apple.framework.IOKit 0x93ac4fed IOConnectCallMethod + 408
4 com.apple.framework.IOKit 0x93ac5348 IOConnectCallStructMethod + 87
5 com.apple.IOAccelerator 0x9493d5c5 IOAccelGLContextClearDrawable + 74
6 libGPUSupportMercury.dylib 0x995f3dda gldAttachDrawable + 509
7 GLEngine 0x94b296d4 gliAttachDrawableWithOptions + 246
8 com.apple.opengl 0x97bdea4b CGLClearDrawable + 151
9 com.apple.AppKit 0x9269e55a -[NSOpenGLContext _surfaceWillGoAway:] + 20
10 com.apple.Foundation 0x98e704a3 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke + 50
11 com.apple.CoreFoundation 0x9462b6e4 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 20
12 com.apple.CoreFoundation 0x9450c3f1 _CFXNotificationPost + 3713
13 com.apple.Foundation 0x98e5e3c4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
14 com.apple.Foundation 0x98e7cc32 -[NSNotificationCenter postNotificationName:object:] + 56
15 com.apple.AppKit 0x924772b7 -[NSSurface _disposeSurface] + 151
16 com.apple.AppKit 0x925e8226 -[NSSurface _windowWillClose:] + 33
17 com.apple.Foundation 0x98e704a3 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke + 50
18 com.apple.CoreFoundation 0x9462b6e4 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 20
19 com.apple.CoreFoundation 0x9450c3f1 _CFXNotificationPost + 3713
20 com.apple.Foundation 0x98e5e3c4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
21 com.apple.Foundation 0x98e7cc32 -[NSNotificationCenter postNotificationName:object:] + 56
22 com.apple.AppKit 0x925e6005 __18-[NSWindow _close]_block_invoke + 946
23 com.apple.AppKit 0x925e5c1c -[NSWindow _close] + 367
24 com.apple.AppKit 0x925e5aa2 -[NSWindow close] + 33
25 com.laminar_research.X-Plane 0x003a00ee WIN_ogl_window_destroy + 30
26 com.laminar_research.X-Plane 0x002ee9be cons_class::cons_nuke(int) + 30
27 com.laminar_research.X-Plane 0x00043fbc MACIBM_finishup(int) + 268
28 com.laminar_research.X-Plane 0x006257dc main + 1388
29 com.laminar_research.X-Plane 0x004a08ad start + 53

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x9346b8d2 kevent64 + 10
1 libdispatch.dylib 0x9491673f _dispatch_mgr_invoke + 245
2 libdispatch.dylib 0x949163a2 _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x9346ae6e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9b1ee36d _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x9b1ebeea start_wqthread + 30

Thread 3:
0 libsystem_kernel.dylib 0x9346ae6e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9b1ee36d _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x9b1ebeea start_wqthread + 30

Thread 4:
0 libsystem_kernel.dylib 0x9346ae6e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9b1ee36d _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x9b1ebeea start_wqthread + 30

Thread 5:
0 libsystem_kernel.dylib 0x9346ae6e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9b1ee36d _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x9b1ebeea start_wqthread + 30

Thread 6 Crashed:: Dispatch queue: NSPersistentUI Work
0 com.apple.CoreFoundation 0x9450314a CFRetain + 26
1 com.apple.CoreFoundation 0x94506054 __CFTypeCollectionRetain + 212
2 com.apple.CoreFoundation 0x945439f3 CFBasicHashCreateCopy + 771
3 com.apple.CoreFoundation 0x945604b8 CFSetCreateCopy + 152
4 com.apple.CoreFoundation 0x9457b956 CFRunLoopAddTimer + 358
5 com.apple.AppKit 0x923acdee NSApplicationInvalidateQuietSafeQuitState + 174
6 com.apple.AppKit 0x923acb44 __73-[NSPersistentUIManager changeWindow:toStatus:withConditionalGeneration:]_block_invoke + 22
7 com.apple.AppKit 0x92391d69 run_cocoa_block + 148
8 com.apple.AppKit 0x92391ccb run_cocoa_block_with_release + 17
9 libdispatch.dylib 0x94916d05 _dispatch_queue_drain + 1017
10 libdispatch.dylib 0x9491899d _dispatch_queue_invoke + 186
11 libdispatch.dylib 0x94915f89 _dispatch_root_queue_drain + 395
12 libdispatch.dylib 0x9492563d _dispatch_worker_thread3 + 97
13 libsystem_pthread.dylib 0x9b1ee296 _pthread_wqthread + 724
14 libsystem_pthread.dylib 0x9b1ebeea start_wqthread + 30

Thread 7:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x93464a2e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x93463ad0 mach_msg + 68
2 com.apple.audio.CoreAudio 0x96366c3a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t_, bool, unsigned int) + 142
3 com.apple.audio.CoreAudio 0x96360a74 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 72
4 com.apple.audio.CoreAudio 0x9635f11f HALC_ProxyIOContext::IOWorkLoop() + 1145
5 com.apple.audio.CoreAudio 0x9635ebe8 HALC_ProxyIOContext::IOThreadEntry(void_) + 156
6 com.apple.audio.CoreAudio 0x9636a277 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20
7 com.apple.audio.CoreAudio 0x9635eb09 HALB_IOThread::Entry(void*) + 173
8 libsystem_pthread.dylib 0x9b1edecf _pthread_body + 138
9 libsystem_pthread.dylib 0x9b1ede45 _pthread_start + 162
10 libsystem_pthread.dylib 0x9b1ebf0e thread_start + 34

Thread 8:: IOPollingHelperThread
0 libsystem_kernel.dylib 0x9346b8b6 kevent + 10
1 steamclient.dylib 0x1b26427e OSXHelpers::CIOPollingHelper::RealRun() + 286
2 libtier0_s.dylib 0x19482a9d CatchAndWriteContext_t::Invoke() + 159
3 libtier0_s.dylib 0x1948249f CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
4 libtier0_s.dylib 0x19482586 CatchAndWriteMiniDumpExForVoidPtrFn + 87
5 libtier0_s.dylib 0x194825af CatchAndWriteMiniDumpForVoidPtrFn + 35
6 steamclient.dylib 0x1b26414f OSXHelpers::CIOPollingHelper::Run() + 41
7 libtier0_s.dylib 0x19487030 SteamThreadTools::CThread::ThreadExceptionWrapper(void_) + 16
8 libtier0_s.dylib 0x19482a9d CatchAndWriteContext_t::Invoke() + 159
9 libtier0_s.dylib 0x1948249f CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
10 libtier0_s.dylib 0x19482586 CatchAndWriteMiniDumpExForVoidPtrFn + 87
11 libtier0_s.dylib 0x194825af CatchAndWriteMiniDumpForVoidPtrFn + 35
12 libtier0_s.dylib 0x19486fa4 SteamThreadTools::CThread::ThreadProc(void_) + 238
13 libsystem_pthread.dylib 0x9b1edecf _pthread_body + 138
14 libsystem_pthread.dylib 0x9b1ede45 _pthread_start + 162
15 libsystem_pthread.dylib 0x9b1ebf0e thread_start + 34

Thread 9:
0 libsystem_kernel.dylib 0x9346ae6e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9b1ee36d _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x9b1ebeea start_wqthread + 30

Thread 10:
0 libsystem_kernel.dylib 0x9346ae6e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9b1ee36d _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x9b1ebeea start_wqthread + 30

Thread 11:
0 libsystem_kernel.dylib 0x9346ae6e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x9b1ee36d _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x9b1ebeea start_wqthread + 30

Thread 12:
0 libsystem_kernel.dylib 0x9346a516 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x9b1eeb06 _pthread_cond_wait + 726
2 libsystem_pthread.dylib 0x9b1f221d pthread_cond_timedwait$UNIX2003 + 71
3 ??? 0x19444cca 0 + 423906506
4 ??? 0x194467d1 0 + 423913425
5 libsystem_pthread.dylib 0x9b1edecf _pthread_body + 138
6 libsystem_pthread.dylib 0x9b1ede45 _pthread_start + 162
7 libsystem_pthread.dylib 0x9b1ebf0e thread_start + 34

Thread 6 crashed with X86 Thread State (32-bit):
eax: 0xa079fbd0 ebx: 0x19447190 ecx: 0x00000300 edx: 0xa07a9194
edi: 0x9450313e esi: 0x19447190 ebp: 0xb039e878 esp: 0xb039e860
ss: 0x00000023 efl: 0x00010206 eip: 0x9450314a cs: 0x0000001b
ds: 0x00000023 es: 0x00000023 fs: 0x00000023 gs: 0x0000000f
cr2: 0x19447190

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

Binary Images:
0x1000 - 0x1331fef +com.laminar_research.X-Plane (10.31r3 - 398) <8A6FA3DD-2203-2893-57DF-F2B02130E50D> /Users/USER/Library/Application Support/Steam//X-Plane-32bit.app/Contents/MacOS/X-Plane-32bit
0x3622000 - 0x3647ffb +gameoverlayrenderer.dylib (1) <7FB89F7E-C995-34DD-ADDA-628929B1ADC9> /Applications/Steam.app/Contents/MacOS/gameoverlayrenderer.dylib
0x3668000 - 0x3669ff3 +steamloader.dylib (0) /Applications/Steam.app/Contents/MacOS/steamloader.dylib
0x366c000 - 0x3694ff7 com.apple.audio.OpenAL (1.8 - 1.8) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x36a5000 - 0x36a8fff com.apple.ForceFeedback (1.0.6 - 1.0.6) <3DF3D232-8417-30E1-A56D-5B13E78DE9F6> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
0x36ad000 - 0x36b4fff +com.googlecode.google-breakpad (1.0) /Users/USER/Library/Application Support/Steam/
/X-Plane-32bit.app/Contents/Frameworks/Breakpad.framework/Versions/A/Breakpad
0x36c1000 - 0x36d2fef +breakpadUtilities.dylib (1) <276C38A9-8719-1BE7-20CD-79919345B1EB> /Users/USER/Library/Application Support/Steam//X-Plane-32bit.app/Contents/Frameworks/Breakpad.framework/Resources/breakpadUtilities.dylib
0x10296000 - 0x102d8ff3 com.apple.CloudDocs (1.0 - 280.1.2) <0F6DAB87-5A29-38A4-9D39-EA299E06BA13> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x103f9000 - 0x103f9ffb +cl_kernels (???) <568A07F2-CC12-472A-91FD-7D472D5E8B40> cl_kernels
0x11822000 - 0x1190dff7 unorm8_bgra.dylib (2.4.5) <92A32497-932A-3966-91AD-DEA4CA456A5A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x11949000 - 0x11949ffb +cl_kernels (???) <62666FF1-3B29-4AF4-931B-BE9AE6F6B1AC> cl_kernels
0x163db000 - 0x163dffff com.apple.audio.AppleHDAHALPlugIn (267.0 - 267.0) <956F0C44-2B7B-35B5-AE3F-0422E7D742A5> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x1944c000 - 0x19458ff7 com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <0C49418C-675F-3D52-97BD-7F03AE928D3F> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0x1946a000 - 0x19470fff +libsteam_api.dylib (1) <0AF869ED-EA89-39D3-A8C1-41CC63883393> /Users/USER/Library/Application Support/Steam/
/libsteam_api.dylib
0x1947c000 - 0x19492ff7 +libtier0_s.dylib (1) /Applications/Steam.app/Contents/MacOS/libtier0_s.dylib
0x194b0000 - 0x194d8ff7 +libvstdlib_s.dylib (1) <9C0E24C7-5AC5-33A5-9432-398C51FCE2F2> /Applications/Steam.app/Contents/MacOS/libvstdlib_s.dylib
0x19505000 - 0x19516fff +libaudio.dylib (1) <2B0E8C97-7E37-3F37-A8BF-19430276CA1C> /Applications/Steam.app/Contents/MacOS/libaudio.dylib
0x19532000 - 0x19542ffb +crashhandler.dylib (1) <36097C58-B88C-31E6-97C2-7790C46FD0A9> /Applications/Steam.app/Contents/MacOS/crashhandler.dylib
0x19559000 - 0x19560ff7 +com.googlecode.google-breakpad (1.0) <3973DF39-C1B1-3C63-A3D7-45D90A2D6392> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Breakpad
0x1956d000 - 0x1957bff7 +breakpadUtilities.dylib (1) <16BA8CCE-6961-35AA-B312-B4EBEA29FB36> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Resources/breakpadUtilities.dylib
0x1a400000 - 0x1a653fff com.apple.audio.units.Components (1.12 - 1.12) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x1aa4c000 - 0x1b70bfaf +steamclient.dylib (1) <5BAFF686-684F-38A9-A0E5-1FD4E759FA1D> /Applications/Steam.app/Contents/MacOS/steamclient.dylib
0x1c32d000 - 0x1c5b9fff +libsteam.dylib (1) /Applications/Steam.app/Contents/MacOS/libsteam.dylib
0x40000000 - 0x40522fff com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.0.86 - 10.0.0) /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
0x48000000 - 0x488cbff7 com.apple.GeForceGLDriver (10.0.43 - 10.0.0) /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x8fe0c000 - 0x8fe3fe03 dyld (353.2.1) /usr/lib/dyld
0x90008000 - 0x90059fff libcups.2.dylib (408) <08C5D411-533C-345A-B820-092C96215F2E> /usr/lib/libcups.2.dylib
0x9005a000 - 0x9021eff3 com.apple.QuartzCore (1.10 - 361.11) <9CED60CF-9B7F-3288-A7E9-3AE087F9E076> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9044a000 - 0x9044cffb libsystem_secinit.dylib (18) <3CBA3BD3-8BA2-358D-BD1A-A1C3DF5D84E6> /usr/lib/system/libsystem_secinit.dylib
0x90481000 - 0x904d7fff libc++.1.dylib (120) /usr/lib/libc++.1.dylib
0x9085b000 - 0x90c96feb com.apple.vImage (8.0 - 8.0) <56F6B317-9D70-3DC5-9868-BB6D7CB6E55D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90c97000 - 0x90c9bfff libCoreVMClient.dylib (79) <85CBF1F3-3CE1-304F-88DF-15608C9A2367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x90c9c000 - 0x90cd6fff com.apple.MediaKit (16 - 757) <430EC569-B083-3608-B91F-3EC6B6065519> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x90cd7000 - 0x90cdafff com.apple.xpc.ServiceManagement (1.0 - 1) <942B9491-B97C-36DB-A9F0-3EA3273FCD2C> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x91d0c000 - 0x91d0dfff com.apple.TrustEvaluationAgent (2.0 - 25) <28BBD931-EF7C-3753-B50E-6568F4075086> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x91d0e000 - 0x91d31ffb com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x91d32000 - 0x91ea3ffb libBLAS.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x91ea4000 - 0x92137ff7 com.apple.CoreData (110 - 526) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x92138000 - 0x92138fff libOpenScriptingUtil.dylib (162) <9872C464-DF90-37C2-9871-8A3F53C615EC> /usr/lib/libOpenScriptingUtil.dylib
0x92139000 - 0x92142ff7 libsystem_notify.dylib (133.1.1) /usr/lib/system/libsystem_notify.dylib
0x92143000 - 0x921cfff3 com.apple.PerformanceAnalysis (1.0 - 1) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x921d0000 - 0x921d4fff com.apple.CommonPanels (1.2.6 - 96) <955375E6-2416-38E1-AFC6-477827119329> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x921d5000 - 0x92223ff7 libcurl.4.dylib (83.1.2) /usr/lib/libcurl.4.dylib
0x92224000 - 0x9222aff7 libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib
0x9222b000 - 0x92230ff7 libmacho.dylib (862) <48DE74F8-09E3-344F-A82F-665083A3BF8F> /usr/lib/system/libmacho.dylib
0x92231000 - 0x92233fff com.apple.loginsupport (1.0 - 1) <47A71885-BB14-3DB8-AE19-F74ABA120290> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x92234000 - 0x9223bfff com.apple.agl (3.3.0 - AGL-3.3.0) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x9223c000 - 0x92262ff7 com.apple.IconServices (47.1 - 47.1) <9C537499-B375-3F84-BF4A-EEF757FC26A9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x92263000 - 0x922ceff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <632A811D-4706-3ED7-85E3-DD2CDB47CF8F> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x922d7000 - 0x92369fff com.apple.CoreSymbolication (3.1 - 56072) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x92380000 - 0x92388fff com.apple.CoreServices.FSEvents (1210 - 1210) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x9238c000 - 0x92f78fff com.apple.AppKit (6.9 - 1343.16) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92f79000 - 0x93079ff7 com.apple.LaunchServices (644.12 - 644.12) <4C578D41-6004-38F8-A0DF-81B15BA3864E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9307a000 - 0x93450ff7 com.apple.HIToolbox (2.1.1 - 756) <5204085A-4D56-3430-889F-11C42E43729B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93451000 - 0x93470fff libsystem_kernel.dylib (2782.1.97) <9F86CA37-93FC-31F0-8ACC-53D244AF9EC2> /usr/lib/system/libsystem_kernel.dylib
0x93471000 - 0x934b4fff libGLU.dylib (11.0.7) <3519CD46-386A-3702-A5EE-AE59923C5AA7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x934b5000 - 0x934b5fff com.apple.Accelerate (1.10 - Accelerate 1.10) <180BFBE5-2218-3A6F-A1B2-CCA1C92B66F7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x934b6000 - 0x934b8ffb libCGXType.A.dylib (772) <9F0C0190-2E25-361D-9713-33C3DDADE8F3> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x934b9000 - 0x934bafff libremovefile.dylib (35) <49DCAF7B-4466-3775-9E58-EA5D7CBA8AE0> /usr/lib/system/libremovefile.dylib
0x934bb000 - 0x934bdfff com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x934be000 - 0x934befff com.apple.audio.units.AudioUnit (1.12 - 1.12) <64ED443E-25D5-3A2C-A028-0D0C7FAF57C6> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x934bf000 - 0x934c1fff libquarantine.dylib (76) <9ADD861F-A66E-3AD1-A77E-C622E91BD203> /usr/lib/system/libquarantine.dylib
0x934c2000 - 0x934c4fff libsystem_configuration.dylib (699.1.5) /usr/lib/system/libsystem_configuration.dylib
0x9377e000 - 0x93787fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x93a9d000 - 0x93abcff7 com.apple.GenerationalStorage (2.0 - 209.11) <34CF76B2-8052-359D-816D-092608FB6919> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x93abe000 - 0x93b3bff3 com.apple.framework.IOKit (2.0.2 - 1050.1.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x93b3f000 - 0x93b47feb libcldcpuengine.dylib (2.4.5) <7DB7526E-F292-3C24-B78A-BB7C2C9038BC> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x93b48000 - 0x93b48fff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x93b49000 - 0x93b4cfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x93b4d000 - 0x93b68ff7 com.apple.CFOpenDirectory (10.10 - 187) <12F3D599-88CE-3952-8987-7F6CEA2A809A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x93b69000 - 0x93c03fff com.apple.ColorSync (4.9.0 - 4.9.0) <091CDCEC-1B25-3FE7-94C2-8AEFA6564E95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93c04000 - 0x93c08ffb com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x93c09000 - 0x93cfaffb libiconv.2.dylib (42) <4AF77F10-0BEC-3BE0-99DF-C5170EDB316B> /usr/lib/libiconv.2.dylib
0x93cfb000 - 0x93d12ff3 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x93d13000 - 0x93d53fff libauto.dylib (186) <1609D0F9-6E3A-3C67-87EF-BB0BD93EDAC9> /usr/lib/libauto.dylib
0x93d54000 - 0x93d94ffb libGLImage.dylib (11.0.7) <1F2F2EFE-1EFA-398F-80D6-8AC6EA5160DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x93d95000 - 0x940edfff libmecabra.dylib (666.1) <540C2537-35BD-3909-B98D-66783A3FB334> /usr/lib/libmecabra.dylib
0x940ee000 - 0x94373fff com.apple.QuickTime (7.7.3 - 2890) <34289D2B-07CC-3D12-8F32-6F97D96DEE81> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94374000 - 0x94480fe3 libvDSP.dylib (512) <54403134-29AE-3806-89D7-2CBA7B455736> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x94481000 - 0x944bbff7 com.apple.DebugSymbols (115 - 115) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x944e6000 - 0x944fbffb com.apple.MultitouchSupport.framework (260.30 - 260.30) <2E28AF1C-AC6C-364F-B181-C5926A7F5A4D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x944fc000 - 0x948affff com.apple.CoreFoundation (6.9 - 1151.16) <2F4FE1E8-D09B-3C62-B884-7A41111F4FBB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x948b9000 - 0x948cbfff com.apple.Sharing (328.3 - 328.3) <460DD833-B33A-369E-A5EF-B21D5AA231EF> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x948d4000 - 0x94911ff7 libsystem_network.dylib (411) <4D5BCDE3-5155-3D97-84C5-778D56A5122A> /usr/lib/system/libsystem_network.dylib
0x94912000 - 0x94939fff libdispatch.dylib (442.1.4) /usr/lib/system/libdispatch.dylib
0x9493a000 - 0x9493ffff com.apple.IOAccelerator (156.4 - 156.4) <2CC96B97-79E1-3621-B868-98817AA819A1> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x94940000 - 0x9497afff com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9497b000 - 0x949aafff com.apple.CoreVideo (1.8 - 145.1) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x949ab000 - 0x949b6ff7 com.apple.CrashReporterSupport (10.10 - 629) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x949b7000 - 0x949feff3 com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x949ff000 - 0x94a3efff com.apple.NavigationServices (3.8 - 215.1) <46D8B66D-CB59-36F5-BD26-FD8309337BB3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x94a3f000 - 0x94a42fff libextension.dylib (55.1) <6FF35E52-648C-3F90-932C-5EB9FFEEEB49> /usr/lib/libextension.dylib
0x94a43000 - 0x94a96fff libstdc++.6.dylib (104.1) /usr/lib/libstdc++.6.dylib
0x94a97000 - 0x94af2fff com.apple.LanguageModeling (1.0 - 1) <9B39E059-F48E-31AF-B1B3-B0872F362627> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x94af3000 - 0x94af3fff liblaunch.dylib (559.1.22) <2FDDB7A5-C022-3C40-A263-1DC74F0B446D> /usr/lib/system/liblaunch.dylib
0x94af4000 - 0x94b07fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x94b08000 - 0x94b13ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x94b14000 - 0x94cc2ffb GLEngine (11.0.7) <80C15A08-641F-3957-94B4-6CCCA9061F3F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x94d52000 - 0x94d65fff libcmph.dylib (1) <2449B048-208E-36FB-9DFA-47E0F3BCF132> /usr/lib/libcmph.dylib
0x94d66000 - 0x94d93ff7 GLRendererFloat (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x94d98000 - 0x94e0cfff com.apple.Heimdal (4.0 - 2.0) <5D2BE254-CFCD-3A15-9A89-1CBBDE0FF265> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x94e1b000 - 0x94e2cff3 libsystem_coretls.dylib (35.1.2) <87AE2CBB-A397-3392-A152-02AEA6D194D6> /usr/lib/system/libsystem_coretls.dylib
0x94e2d000 - 0x94e3dff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x94e3e000 - 0x94e3ffff liblangid.dylib (117) <34A0F807-755F-300B-B01F-AABAE3838451> /usr/lib/liblangid.dylib
0x94e40000 - 0x94e73fe3 libsystem_m.dylib (3086.1) <951F633F-57B7-398B-912F-F6ED4DB1C597> /usr/lib/system/libsystem_m.dylib
0x94e74000 - 0x94e8dfff libsystem_malloc.dylib (53.1.1) <58CD8BC7-55D1-3862-8E5D-728EE2EBE447> /usr/lib/system/libsystem_malloc.dylib
0x94e8e000 - 0x94f15fff com.apple.CoreServices.OSServices (640.3 - 640.3) <8DD52AC8-238C-3E5C-ADBB-ABDA770D708A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x94f16000 - 0x94f1efff libsystem_dnssd.dylib (561.1.1) <45CDAF46-03DE-33DB-A627-14F245993EF2> /usr/lib/system/libsystem_dnssd.dylib
0x94f1f000 - 0x94f28fff com.apple.CommonAuth (4.0 - 2.0) <88D8A3D8-5F27-3545-8CD2-456FFDE5383D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x94f29000 - 0x94f32fff com.apple.AppleSRP (5.0 - 1) <41C48FA8-C249-3800-A551-7F4AFA3E723F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x9548f000 - 0x95534fff com.apple.Metadata (10.7.0 - 916.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x95535000 - 0x955e4ff7 com.apple.Bluetooth (4.3.1 - 4.3.1f2) <5BCD60EC-DAD3-369F-B836-49086A6A6D39> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x955e5000 - 0x955f2fff com.apple.OpenDirectory (10.10 - 187) <94A3ED17-CD64-3D4A-8470-69C937CABF50> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x955f3000 - 0x955ffff3 libcommonCrypto.dylib (60061) <024B3913-15C6-3005-9E5A-EB24918F6977> /usr/lib/system/libcommonCrypto.dylib
0x956c1000 - 0x956c3ff3 com.apple.EFILogin (2.0 - 2) <414F4023-49B5-3FB8-8778-55D4025EB6E8> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x956c4000 - 0x956ceffb com.apple.audio.SoundManager (4.2 - 4.2) <4312D0A7-4B6F-3A1E-9A47-24C6E8C65E51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x956cf000 - 0x957c6fff libFontParser.dylib (134) <95F8F2D1-B28D-3687-95A9-45033FEE0504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x957c7000 - 0x95846fff com.apple.SystemConfiguration (1.14 - 1.14) <89A67A1E-850F-3ED1-AB7D-9057A5B0FF0D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x95956000 - 0x95c48ffb com.apple.CoreImage (10.0.33) <75B23F45-8D99-3521-89AE-AF2AF4487096> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x95c49000 - 0x95c5afff libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x95c5b000 - 0x95c89ff7 libarchive.2.dylib (30) <8758D35F-ADF8-30F6-8EB2-9B852876EAC8> /usr/lib/libarchive.2.dylib
0x95cf2000 - 0x95d32fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x95d33000 - 0x95d4afff libsystem_asl.dylib (267) <85BD88AD-618E-3325-AC31-10DBAB8E9AF3> /usr/lib/system/libsystem_asl.dylib
0x95d4b000 - 0x95d74fff libRIP.A.dylib (772) <0B645C55-5450-320B-BF84-408B66A29364> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x95e89000 - 0x95ea8ffb libresolv.9.dylib (57) /usr/lib/libresolv.9.dylib
0x95ea9000 - 0x960852ef libobjc.A.dylib (646) /usr/lib/libobjc.A.dylib
0x96086000 - 0x960b8ff7 com.apple.GSS (4.0 - 2.0) <36CBBD76-19AC-333E-AB52-A93800ABC89A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x960b9000 - 0x96335ff3 com.apple.security (7.0 - 57031.1.35) <4721C22E-D6C2-3202-B80D-5E67169466D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9634e000 - 0x963a3ff3 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x963a4000 - 0x963beff7 liblzma.5.dylib (7) /usr/lib/liblzma.5.dylib
0x963bf000 - 0x964d5ff7 com.apple.CoreText (352.0 - 454.1) <02F310BE-E185-328C-A461-6D6B762D4A6D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x96531000 - 0x9654efff libCRFSuite.dylib (34) <781A92EF-410E-39B2-953D-FEE12748D834> /usr/lib/libCRFSuite.dylib
0x9654f000 - 0x96572fff libJPEG.dylib (1231) <33D03A5B-CED8-3FDC-8892-723DD6E423FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x96573000 - 0x96575ffb libRadiance.dylib (1231) <2F86BE82-404D-335C-B83E-F71D3C4969B8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x96576000 - 0x965a2fff com.apple.ChunkingLibrary (2.1 - 163.1) <2B0CBB85-EF91-351A-8750-A185996E4CDB> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x96f27000 - 0x96f40fff com.apple.Kerberos (3.0 - 1) <92735F11-CF1C-3FA6-8682-9A30AC9E2651> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96f41000 - 0x96f53ff7 libsasl2.2.dylib (193) /usr/lib/libsasl2.2.dylib
0x96ff6000 - 0x9713afff com.apple.ImageIO.framework (3.3.0 - 1038) <98EC2248-5270-3CB5-84FD-CD225A9875D4> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9713b000 - 0x9713cfff libsystem_blocks.dylib (65) <5D98F022-E863-31D4-8ADE-D53B2AE0D331> /usr/lib/system/libsystem_blocks.dylib
0x9713d000 - 0x97163ff3 libc++abi.dylib (125) /usr/lib/libc++abi.dylib
0x97164000 - 0x971f9ff3 libsystem_c.dylib (1044.1.2) <819FD4E2-3B29-38F0-AC5C-BEE865489F5F> /usr/lib/system/libsystem_c.dylib
0x971fa000 - 0x9722dfff com.apple.CoreServicesInternal (221.1 - 221.1) <045D0E8B-6935-3A11-B56B-45FF9A5474FF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9722e000 - 0x97277ffb libFontRegistry.dylib (134) <023BB8A2-8BBA-30DC-B0C2-A5F0AE3667D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x97516000 - 0x9751affb libcache.dylib (69) <55501A00-AF64-3554-8F46-8D5AFEDEC332> /usr/lib/system/libcache.dylib
0x9751b000 - 0x9752efff com.apple.ProtectedCloudStorage (1.0 - 1) <0A330FB7-44EE-359F-BAB7-48351AACD305> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x9752f000 - 0x9754aff3 com.apple.openscripting (1.4 - 162) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9754b000 - 0x9755bfff libGL.dylib (11.0.7) <2AF64D8C-3447-3C85-B4A1-77F03456E402> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9757f000 - 0x979b2ff3 com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x979b3000 - 0x97aa9ff7 libxml2.2.dylib (26) <2F37833C-4D55-3A09-9A0C-5904E8B6892A> /usr/lib/libxml2.2.dylib
0x97aaa000 - 0x97b75fff com.apple.DiscRecording (9.0 - 9000.4.1) <490CDFC5-B1BF-36CA-AB7E-FEAF99BF272A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x97b76000 - 0x97b78fff libsystem_coreservices.dylib (9) <20E66A47-8D67-344A-A393-73926F0E5FB2> /usr/lib/system/libsystem_coreservices.dylib
0x97b79000 - 0x97bd6ff3 com.apple.print.framework.PrintCore (10.0 - 451) <2563665B-7B7F-3B8A-83B1-E5AC8D389909> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x97bd7000 - 0x97be6ff3 com.apple.opengl (11.0.7 - 11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x97be7000 - 0x97be7fff libunc.dylib (29) /usr/lib/system/libunc.dylib
0x97be8000 - 0x97c5eff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x97c5f000 - 0x97c68fff libcopyfile.dylib (118.1.2) /usr/lib/system/libcopyfile.dylib
0x97c69000 - 0x97e19ff7 libGLProgrammability.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x97e1a000 - 0x97e27ff7 libbz2.1.0.dylib (36) <6BC7B049-8F03-3217-9840-B1804CCBF742> /usr/lib/libbz2.1.0.dylib
0x97e28000 - 0x97e34ff7 libkxld.dylib (2782.1.97) <779DF7F9-9B34-3FD9-9BC1-482CDA59E17A> /usr/lib/system/libkxld.dylib
0x97fcc000 - 0x982caff7 com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x982cb000 - 0x98334ff7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x98335000 - 0x983a8ffb com.apple.framework.CoreWLAN (5.0 - 500.35.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x98513000 - 0x98640ff7 com.apple.coreui (2.1 - 305) <8D2978A1-8152-32CB-B265-4C923FDF3017> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x98641000 - 0x9865effb com.apple.Ubiquity (1.3 - 313) <9ED23769-0725-3D4B-B7F4-AF08020D73C3> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x986af000 - 0x9870affb libTIFF.dylib (1231) <14F5E31A-4ABC-3DF7-AB85-9DB406D3613C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9870b000 - 0x9870bfff com.apple.Carbon (154 - 157) <5A078967-8437-3721-A6B1-70CC00461D7B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9870c000 - 0x9870fffb libutil.dylib (38) /usr/lib/libutil.dylib
0x98710000 - 0x98714fff libheimdal-asn1.dylib (398.1.2) <71FCB9F7-A330-3C02-89F3-B483B1C67E54> /usr/lib/libheimdal-asn1.dylib
0x98776000 - 0x9896cfff libicucore.A.dylib (531.30) /usr/lib/libicucore.A.dylib
0x9896d000 - 0x989d9ffb com.apple.datadetectorscore (6.0 - 396.1) <77C29022-34D1-3556-95F6-FDBE4576CAF9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x989da000 - 0x98a2fff7 com.apple.htmlrendering (77 - 1.1.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x98a30000 - 0x98a56ffb libPng.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x98a57000 - 0x98a65ff3 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
0x98a72000 - 0x98e5aff7 libLAPACK.dylib (1128) <4E3D1289-2C98-3E53-BB8D-AD911357FF66> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x98e5b000 - 0x991baffb com.apple.Foundation (6.9 - 1151.16) <76BF64BB-34C4-3409-BB6F-CAACDEE7681A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x991bb000 - 0x991bdff7 libsystem_sandbox.dylib (358.1.1) <12A90EA1-A218-3B6B-A441-E1A8F866FA44> /usr/lib/system/libsystem_sandbox.dylib
0x991be000 - 0x9934dff3 libsqlite3.dylib (168) /usr/lib/libsqlite3.dylib
0x9934e000 - 0x99352ffb libGIF.dylib (1231) <9DE811E6-6151-32B2-8C89-AD97EC7815B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x99356000 - 0x99359ff7 com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9935a000 - 0x9935bfff libSystem.B.dylib (1213) <77FA0B3F-4412-31F6-A798-21D068AE16C3> /usr/lib/libSystem.B.dylib
0x9935c000 - 0x9935cfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <96675103-6E3D-326A-83C0-82D3A34C3A1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x995e8000 - 0x995f4ff3 libGPUSupportMercury.dylib (11.0.7) <018F9987-D700-31C6-BEF2-474C02DE7CEA> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x995f5000 - 0x99f02ffb libclh.dylib (4.0.3 - 4.0.3) /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x99f03000 - 0x9a2f9ff3 com.apple.CoreGraphics (1.600.0 - 772) <0D322365-219E-3D67-96BB-2B2416ACB4F5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9a2fa000 - 0x9a370fff com.apple.securityfoundation (6.0 - 55126) <64E4CE02-8BE6-3408-99A5-23E5CF7545BC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9a3a3000 - 0x9a3d7ffb com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x9a3d8000 - 0x9a414ff3 com.apple.RemoteViewServices (2.0 - 99) <2839C2F1-88DA-3843-87BF-441A374A8967> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x9a415000 - 0x9a4fefff libcrypto.0.9.8.dylib (52) <8BA9026A-18DA-3F45-9850-85DF4378F284> /usr/lib/libcrypto.0.9.8.dylib
0x9a4ff000 - 0x9a507ffb com.apple.NetFS (6.0 - 4.0) <141BFE7E-634E-32A0-8EC9-0A1A4DFEA7D9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9a508000 - 0x9a582fff com.apple.ApplicationServices.ATS (360 - 375) <7E075657-314E-3130-97A7-AFD826000C7B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9a583000 - 0x9a5adfff libxslt.1.dylib (13) <0F55B64A-6C55-304E-ACE0-B531027AA066> /usr/lib/libxslt.1.dylib
0x9a5ae000 - 0x9a660fff libCoreStorage.dylib (471) <3E1DA770-7958-3243-B0D3-126E71E36BAA> /usr/lib/libCoreStorage.dylib
0x9a661000 - 0x9a66fff7 com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <637E7AB2-1077-319C-A6A2-D0D0F01951BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x9a670000 - 0x9a67eff7 libz.1.dylib (55) /usr/lib/libz.1.dylib
0x9a67f000 - 0x9a6a8ff7 libsystem_info.dylib (459) <4F7A7111-7F0D-3891-9DC9-41F5D79949FE> /usr/lib/system/libsystem_info.dylib
0x9a6a9000 - 0x9a6adffb com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x9a6ae000 - 0x9a6b6ff7 libCGCMS.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x9a6b7000 - 0x9a70aff7 com.apple.HIServices (1.22 - 519) <5B54AB76-C487-367B-ACD5-2AF6BC85E1B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9a70b000 - 0x9a70dfff libCVMSPluginSupport.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x9a70e000 - 0x9a71aff7 libcsfde.dylib (471) <36D1C779-E345-3B11-84C1-B13E7504335B> /usr/lib/libcsfde.dylib
0x9a71b000 - 0x9a71bfff libkeymgr.dylib (28) <06DDCEF8-EB84-3F68-9E19-FD1A12B764FD> /usr/lib/system/libkeymgr.dylib
0x9a71c000 - 0x9a84effb com.apple.UIFoundation (1.0 - 1) <00A59CFF-A217-3998-B22E-6E452278A302> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x9a84f000 - 0x9a965ff3 com.apple.desktopservices (1.9 - 1.9) <01A07F2E-9F9A-3847-AB11-C550827B3778> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9a966000 - 0x9a995ff7 com.apple.DictionaryServices (1.2 - 229) <1F5C35C7-67AA-30A0-A366-EB4B361152A3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9a996000 - 0x9a99dff3 libunwind.dylib (35.3) <29D9343F-9A0A-3535-B0AE-E7CC761D95EE> /usr/lib/system/libunwind.dylib
0x9ae45000 - 0x9af35ff3 com.apple.DiskImagesFramework (10.10 - 389.1) <2C988912-3B5E-3E13-A172-01221AAC91E6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9b0ac000 - 0x9b0b9ff7 com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9b0ba000 - 0x9b11eff7 com.apple.AE (681 - 681) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9b11f000 - 0x9b11ffff com.apple.ApplicationServices (48 - 48) <76C301A4-705B-33DE-BA11-C89DCF1EDCDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9b120000 - 0x9b1eafff com.apple.backup.framework (1.6.1 - 1.6.1) <82A5ADA6-6434-3801-AE63-4C56ADC93B28> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9b1eb000 - 0x9b1f3fff libsystem_pthread.dylib (105.1.4) /usr/lib/system/libsystem_pthread.dylib
0x9b1f4000 - 0x9b245fff com.apple.opencl (2.4.2 - 2.4.2) <33B19D84-C463-3762-B1AB-C5CB8F7DC87F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9b246000 - 0x9b24cff3 libsystem_platform.dylib (63) <509993B7-3F26-3360-B899-0BBB15152516> /usr/lib/system/libsystem_platform.dylib
0x9b24d000 - 0x9b339fe7 libvMisc.dylib (512) <56B7DE45-36B1-32BE-B823-DB14F315EEB9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9b33a000 - 0x9b43eff7 libJP2.dylib (1231) <77B25D2E-F9DE-3565-894A-970DE207B0EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x9b43f000 - 0x9b448fff libGFXShared.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9b449000 - 0x9b44afff libDiagnosticMessagesClient.dylib (100) <3EE83437-AA9C-356B-810B-589346B73797> /usr/lib/libDiagnosticMessagesClient.dylib
0x9b44b000 - 0x9b471ffb libxpc.dylib (559.1.22) /usr/lib/system/libxpc.dylib
0x9b472000 - 0x9b512fff com.apple.QD (301 - 301) <4DFE3689-59DE-3FBC-806B-6A4056573E52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9b513000 - 0x9b520ff7 com.apple.ProtocolBuffer (1 - 225.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x9b521000 - 0x9b526ff7 libcompiler_rt.dylib (35) <6630682F-AB76-3E55-BE51-0A3E61B6CFC2> /usr/lib/system/libcompiler_rt.dylib
0x9b527000 - 0x9b72bff3 com.apple.CFNetwork (720.1.1 - 720.1.1) <8485A7F6-5217-355E-8501-385C557A97EA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9c0db000 - 0x9c0dbfff com.apple.Cocoa (6.8 - 21) <6AF80DDB-C28E-36FF-BC11-D7D561AC52A9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9c0dc000 - 0x9c0dffff libdyld.dylib (353.2.1) <6533C0BC-6FE5-3E43-A44D-EF2193978EC0> /usr/lib/system/libdyld.dylib
0x9c0e0000 - 0x9c0e7fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <5D268178-3812-3777-92A6-D7D3395405B8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9c0e8000 - 0x9c273ffb com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <44BCEAB8-306D-307F-92C8-6656F3578220> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9c274000 - 0x9c311fff com.apple.ink.framework (10.9 - 213) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9c312000 - 0x9c326fff com.apple.ImageCapture (9.0 - 9.0) <4B84B5D5-A5F3-3B35-93CE-568A73486B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9c327000 - 0x9c32cfff com.apple.print.framework.Print (10.0 - 265) <7C3984BB-8337-3B90-A414-17C181A45744> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9c32d000 - 0x9c333ff7 libsystem_networkextension.dylib (167.1.10) /usr/lib/system/libsystem_networkextension.dylib
0x9c334000 - 0x9c33cff7 com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice

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: 6593
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=240.9M resident=146.6M(61%) swapped_out_or_unallocated=94.2M(39%)
Writable regions: Total=1.4G written=626.6M(44%) resident=1.2G(84%) swapped_out=0K(0%) unallocated=236.5M(16%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 4152K
CG image 28K
CG shared images 240K
CoreServices 2340K
CoreUI image data 68K
IOKit 433.8M
Kernel Alloc Once 4K
MALLOC 606.5M
MALLOC (admin) 48K
MALLOC_LARGE (reserved) 75.9M reserved VM address space (unallocated)
Memory Tag 242 12K
Memory Tag 249 156K
OpenCL 16K
OpenGL GLSL 256K
Stack 70.2M
VM_ALLOCATE 280.2M
VM_ALLOCATE (reserved) 36K reserved VM address space (unallocated)
__DATA 40.5M
__GLSLBUILTINS 2588K
__IMAGE 528K
__LINKEDIT 65.7M
__OBJC 2276K
__TEXT 175.2M
__UNICODE 544K
mapped file 139.4M
shared memory 68K
=========== =======
TOTAL 1.9G
TOTAL, minus reserved VM space 1.8G

Model: MacBookPro11,3, BootROM MBP112.0138.B11, 4 processors, Intel Core i7, 2.8 GHz, 16 GB, SMC 2.19f12
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.15.124.12.10)
Bluetooth: Version 4.3.1f2 15015, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
USB Device: Internal Memory Card Reader
USB Device: Teensy Flight Sim Controls
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

DataRef string limited to 58 characters

Communication between this plugin and a Teensy uses 64 byte packets. The first 6 bytes describe the data within the rest of the packet. Teensy sends the dataref names in those remaining 58 bytes.

Some time ago, FlightSimClass::xmit_big_packet was contributed on the Teensy side. It tries to send a larger message as multiple 64 byte packets. The problem is this plugin doesn't recognize and parse the multi-packet message.

I'm not really working on this plugin anymore. In fact, I no longer have any computer with xplane installed, much less the dev setup to compile and test the plugin. Help wanted from any Xplane enthusiast on this plugin....

License unclear

There doesn't seem to be a LICENSE file or anything in the README.md about what the license for this code is, other than that it has been released as "open source" which could mean anything. Could you please add an explicit license so that the community will know what it may or may not do or add something to the README.md releasing it as public domain explicitly if you don't wish to license it?

Thank you very much for making this code available!

dataref seems to not be read

Hi. I'm using the plugin from https://www.pjrc.com/teensy/td_flightsim.html with teensy 3.1 (code below) and I only see 0.0 for the time ( the dataref browser shows network_time_sec increasing ). Is this a common problem with a well known ( except to me ) solution? Is this a possible bug and should I fork repo, instrument and try to fix?

cheers

-------8<---------8<-------

FlightSimFloat time_ref;

void setup() {
time_ref = XPlaneRef("sim/network/misc/network_time_sec");
time_ref.onChange(time_change);
pinMode(13, OUTPUT);
Serial.begin(9600);
Serial.println("TimeRef Demo");
}

float time_value = 0.;
void time_change(float val) { time_value = val; }

static float tickstep = .1;
boolean tick()
{
static float tickval = 0;
tickval += tickstep;
if( tickval < 0. || tickval > 10000. ) { tickstep *= -1.; return true; }
return false;
}

void loop() {
FlightSim.update();

if( tickstep > 0 ) digitalWrite(13, HIGH); else digitalWrite(13, LOW);
if( tick() ) { Serial.print("network time = "); Serial.println( time_value ); }
}

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.