MacOS Sierra (10.12.1) Terminal.app crashes while using Vim

820 views
Skip to first unread message

John Henning

unread,
Dec 19, 2016, 7:57:49 AM12/19/16
to vim_mac
I live my life in Vim.

And since getting a new laptop with Sierra pre-installed, life has had difficulties. All these happened while I was inside of vim:

$ ls -1 Ter*sh
Terminal_2016-12-06-111816_hostname.crash
Terminal_2016-12-06-123823_hostname.crash
Terminal_2016-12-07-115856_hostname.crash
Terminal_2016-12-07-181545_hostname.crash
Terminal_2016-12-07-181912_hostname.crash
Terminal_2016-12-08-125817_hostname.crash
Terminal_2016-12-08-130034_hostname.crash
Terminal_2016-12-08-130845_hostname.crash
Terminal_2016-12-08-210156_hostname.crash
Terminal_2016-12-08-214326_hostname.crash
Terminal_2016-12-08-215326_hostname.crash
Terminal_2016-12-12-175135_hostname.crash
Terminal_2016-12-14-132746_hostname.crash
Terminal_2016-12-14-170328_hostname.crash
Terminal_2016-12-14-201951_hostname.crash
Terminal_2016-12-15-061513_hostname.crash
Terminal_2016-12-15-064843_hostname.crash
Terminal_2016-12-15-090621_hostname.crash
$

There is a great deal more information, including summaries of the call stacks from the above, at the thread
'Terminal.app crashing: Can I disable callbacks?'
at the macOS Sierra apple support community
https://discussions.apple.com/message/31112173

Up until today, it had not occurred to me that Vim might be at "fault" or even remotely close to being the cause. I figured it was just the victim. However, a new complainant has just joined the thread (RogerDavis) who reports that he is also seeing Terminal.app crash while running Vim. While neither of us can really see how it could be Vim's fault, having worked with Editors for a while, I just posted this bit of

Speculation:

Meanwhile, you ask, how could it possibly be the editor's fault if the Terminal crashes. Good question. I can vaguely imagine that perhaps in the interest of performance, there might be code paths in vim+curses+Terminal that optimize screen re-drawing, which are pushed hard by this highly-optimized editor, and which were not pushed by whoever did QA on Terminal. (Once upon a time, it was very important that Editors know a lot about the underlying device, because you were much better off telling the VT100 to do this rather than that; or much better off sending this series of characters at 2400 baud than that series.)

BINARY

Here are the details about the Vim on MacOS Sierra 10.12.1:

$ which vi
/usr/bin/vi
$ ls -l /usr/bin/vi
lrwxr-xr-x 1 root wheel 3 Oct 21 06:10 /usr/bin/vi -> vim
$ ls -l /usr/bin/vim
-rwxr-xr-x 1 root wheel 1745984 Oct 21 05:07 /usr/bin/vim
$ /usr/bin/vim --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 19 2016 15:09:36)
Included patches: 1-898
Compiled by ro...@apple.com
Normal version without GUI. Features included (+) or not (-):
+acl -farsi -mouse_netterm +syntax
-arabic +file_in_path -mouse_sgr +tag_binary
+autocmd +find_in_path -mouse_sysmouse +tag_old_static
-balloon_eval +float -mouse_urxvt -tag_any_white
-browse +folding +mouse_xterm -tcl
+builtin_terms -footer +multi_byte +terminfo
+byte_offset +fork() +multi_lang +termresponse
+cindent -gettext -mzscheme +textobjects
-clientserver -hangul_input +netbeans_intg +title
-clipboard +iconv +path_extra -toolbar
+cmdline_compl +insert_expand -perl +user_commands
+cmdline_hist +jumplist +persistent_undo +vertsplit
+cmdline_info -keymap +postscript +virtualedit
+comments -langmap +printer +visual
-conceal +libcall -profile +visualextra
+cryptv +linebreak +python/dyn +viminfo
+cscope +lispindent -python3 +vreplace
+cursorbind +listcmds +quickfix +wildignore
+cursorshape +localmap +reltime +wildmenu
+dialog_con -lua -rightleft +windows
+diff +menu +ruby/dyn +writebackup
+digraphs +mksession +scrollbind -X11
-dnd +modify_fname +signs -xfontset
-ebcdic +mouse +smartindent -xim
-emacs_tags -mouseshape -sniff -xsmp
+eval -mouse_dec +startuptime -xterm_clipboard
+ex_extra -mouse_gpm +statusline -xterm_save
+extra_search -mouse_jsbterm -sun_workshop -xpm
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
2nd user vimrc file: "~/.vim/vimrc"
user exrc file: "$HOME/.exrc"
fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: gcc -L/usr/local/lib -o vim -lm -lncurses -liconv
$

QUESTIONS:

(1) Do you see anything risky about how 'ro...@apple.com' chose to compile? The above compilation string differs remarkably from the string in the the Vim that came with El Capitan:

$ /Volumes/20161202_BootableJohnMacPro/usr/bin/vi --version | head -2
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jun 14 2016 16:06:49)
Compiled by ro...@apple.com
$ /Volumes/20161202_BootableJohnMacPro/usr/bin/vi --version | tail -3
fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -D_FORTIFY_SOURCE=0 -Iproto -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe
Linking: gcc -arch i386 -arch x86_64 -o vim -lncurses
$

Notice that the El Capitan version used '-Os', which is slightly less aggressive than the '-O2' in the Sierra version; and differs in regards to FORTIFY_SOURCE and the presence of libiconv

(2) If I turn on keystroke tracing (vim -w keys.out) is that likely to be useful? That is, will it be 'current' at the time of the crash? (I'm guessing not, unless vim gets a chance to flush its buffer when Terminal goes away.)

(3) Any suggestions?

Bob Stodola

unread,
Jan 29, 2017, 7:59:10 PM1/29/17
to vim_mac
On Monday, December 19, 2016 at 7:57:49 AM UTC-5, John Henning wrote:
> I live my life in Vim.
...

Me too. Having the same problem - doubly annoying as most of the files I edit are readonly, so I have to +w them to do a recover.

> (3) Any suggestions?

Not really, but, if its any help, pretty sure my problems started after I installed the 10.12.3 update. Digging into the security update info:

"Vim
Available for: macOS Sierra 10.12.2
Impact: Opening a maliciously crafted file may lead to unexpected application termination or arbitrary code execution
Description: An input validation issue existed in modelines. This was addressed through improved input validation.
CVE-2016-1248: Florian Larysch
"
Maybe too much input validation:-)

Anyway, I am going to try to pull back vim from El Capitan and see if I can get that to work while Apple figures this out. Surely someone in Apple uses vim...

Nicolas Hammond

unread,
Jan 30, 2017, 9:39:21 PM1/30/17
to vim_mac
Same problems. vim on Sierra. 20+ crashes this month.

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

__TEXT 0000000102f10000-0000000102fe0000 [ 832K] r-x/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_platform.dylib 0x00007fffb5d970ba _platform_memmove$VARIANT$Nehalem + 90
1 com.apple.Terminal 0x0000000102f48fc5 0x102f10000 + 233413
2 com.apple.Terminal 0x0000000102fa6cc8 0x102f10000 + 617672

Each time I have to rebuilt all of my Terminal sessions, many of which are remote logins.

Peter S. Shenkin

unread,
Jan 31, 2017, 5:28:17 PM1/31/17
to vim...@googlegroups.com
Could somebody please say what they have to do to trigger this crash? (I'm on Sierra 10.12.3 now, but never saw it earlier in 10.12.1.) Having said that, I usually just run "mvim <fname>", which brings MacVim up in its own window; but occasionally I do "vi" a file in a terminal window, but have never see this problem.

-P.


--
--
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_mac" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_mac+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Bob Stodola

unread,
Feb 2, 2017, 8:19:34 AM2/2/17
to vim_mac
On Tuesday, January 31, 2017 at 5:28:17 PM UTC-5, Peter Shenkin wrote:
> Could somebody please say what they have to do to trigger this crash? (I'm on Sierra 10.12.3 now, but never saw it earlier in 10.12.1.) Having said that, I usually just run "mvim <fname>", which brings MacVim up in its own window; but occasionally I do "vi" a file in a terminal window, but have never see this problem.
>
>
> -P.

Hi, Peter. After some reflection, I think the problem is terminal, rather than simply vim. I rarely edit files on my Mac, but rather have about 7-8 terminal sessions using ssh to access other (mostly Centos) linux systems, where I am constantly editing files using vim (on the remote systems). It ALWAYS crashes in conjunction with a keystroke on standard vim on the other systems. I've never had it crash just typing keystrokes on the command line, etc., nor when idle. So I would conclude that the problem is in terminal, but the trigger is in vim (probably, based on other comments, the Mac version of vim as well).

Regards, Bob

Stuart Levy

unread,
Feb 14, 2017, 8:33:00 PM2/14/17
to vim_mac
On Tuesday, January 31, 2017 at 4:28:17 PM UTC-6, Peter Shenkin wrote:
> Could somebody please say what they have to do to trigger this crash? (I'm on Sierra 10.12.3 now, but never saw it earlier in 10.12.1.) Having said that, I usually just run "mvim <fname>", which brings MacVim up in its own window; but occasionally I do "vi" a file in a terminal window, but have never see this problem.
>
>
> -P.

I found a small example which reliably crashes Terminal when running vim.

Repeatable crash in Terminal while typing in vim. (Happens whether using macos-supplied vim, or a linux copy of vim run remotely via ssh.)

Repeat-by:

Make a Terminal window that’s not too wide, e.g. 120 columns. (Doesn’t crash in a 150-column-wide terminal, but does crash with some variety of smaller widths.)

Run vim on the following plain ASCII text file (bracketed by ====’s, which should be removed i.e. they’re not part of the text file, which has exactly 5 lines). The file is also attached to this forum message:
====
/goldbaum2-7.bmv already exists; use -y to recreate
/des_surveyBuildup_11-7.bmv already exists; use -y to recreate
/lsst_telescope12-22.bmv 1-2660 /fe0/deslsst/telescope/comps/lsst_obj_12-22_comp4k/lsst_obj_12-22_comp4k.%04d.png
img2bmv -f 30 -p 3 -N 6 -L 42 -t 512x360 -w 4096x2160 -w 3840x2160 -t 480x540 -o /fraid0/movies/ren400My_vars_grids_labels_11-8.bmv 1-2881 /fe0/deslsst/renaissance/comps/ren400My_vars_grids_labels_3840_11-8/ren400My_vars_grids_labels_3840_11-8.%04d.png
Don't know how to make these movies: -f 3
====

In vim, type:
3jdfo
i.e., go down to the 4th line, then delete from start-of-line to the first “o”.
Terminal crashes reliably! I'm running 10.12.3 also.

Lifepillar

unread,
Feb 15, 2017, 3:15:17 AM2/15/17
to vim...@googlegroups.com
I can reproduce this in Terminal.app (also running macOS 10.12.3), with
both macOS's pre-built Vim and Vim 8.0.237 (from Homebrew). More
specifically, I can reproduce the crash if I run any of these:

vim -u NONE
vim -u NONE -N
/usr/bin/vi -u NONE
/usr/bin/vi -u NONE -N

but I *cannot* reproduce it if I run vim with my own .vimrc. I am still
trying to figure out which setting is the culprit.

The problem looks like a bug in Terminal.app to me. I cannot crash
MacVim or iTerm2, for example.

Life.

Lifepillar

unread,
Feb 15, 2017, 3:27:04 AM2/15/17
to vim...@googlegroups.com
It's `set number`. If you have `set number` in your vimrc, Vim won't
crash.

Life.


Lifepillar

unread,
Feb 15, 2017, 3:32:40 AM2/15/17
to vim...@googlegroups.com
On 15/02/2017 09:26, Lifepillar wrote:

> It's `set number`. If you have `set number` in your vimrc, Vim won't
> crash.

...won't crash Terminal.app, that is.

Also, you need `set wrap`.

Life.


Bob Stodola

unread,
Feb 21, 2017, 3:16:21 PM2/21/17
to vim_mac, lifep...@lifepillar.me

Nice work Stuart and Life. In hopes it would be enough, I tried just setting wrap - well, more specifically:

:set wrap
:set linebreak
:set nolist " list disables linebreak
:set textwidth=0
:set wrapmargin=0

It wasn't. A couple of hours in - ctrl-U in mid-line, and poof - gone! I tried adding in set line, but just couldn't cope with that much change...

Lifepillar

unread,
Feb 22, 2017, 2:52:28 AM2/22/17
to vim...@googlegroups.com
Sorry, I was thinking X and writing (not X). What I meant was, you also
need `set wrap` *to trigger the crash.*

In other words, a crash happens if you have both `set nonumber` and `set
wrap`. So, my suggestion is to `set number` or `set nowrap`, or both.

Life.


Omar Eduardo Cornejo Ordaz

unread,
Feb 28, 2017, 7:05:33 PM2/28/17
to vim_mac

It also looks like it is a problem with the Terminal.app. I have been triggering the issue when remotely connecting to an HPC. At times, I could be editing a file using vim (remotely) in another machine via ssh and my terminal would suddenly disappear.
If it were vim, I would expect that I would not experience it working remotely.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_mac+u...@googlegroups.com.

Omar Eduardo Cornejo Ordaz

unread,
Mar 1, 2017, 3:37:02 PM3/1/17
to vim_mac
This is some of the type of errors I find when a crash occurs:

Process: Terminal [2954]
Path: /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
Identifier: com.apple.Terminal
Version: 2.7.1 (388)
Build Info: Terminal-388000000000000~2
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Terminal [2954]
User ID: 501

Date/Time: 2017-02-28 09:27:45.338 -0800
OS Version: Mac OS X 10.12.3 (16D32)
Report Version: 12
Anonymous UUID: F8B0F586-5474-E332-54B3-051EBC5A41FC

Sleep/Wake UUID: E2865260-D353-48DF-A731-479E063A4EEE

Time Awake Since Boot: 17000 seconds
Time Since Wake: 6000 seconds

System Integrity Protection: enabled

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

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

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

VM Regions Near 0:
-->
__TEXT 00000001019e0000-0000000101ab0000 [ 832K] r-x/rwx SM=COW /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_platform.dylib 0x00007fffc19630ba _platform_memmove$VARIANT$Nehalem + 90
1 com.apple.Terminal 0x0000000101a18c4d 0x1019e0000 + 232525
2 com.apple.Terminal 0x0000000101a76bb8 0x1019e0000 + 617400
3 com.apple.UIFoundation 0x00007fffbecf9ab3 -[NSAttributedString(NSAttributedStringUIFoundationAdditions) doubleClickAtIndex:inRange:] + 133
4 com.apple.AppKit 0x00007fffaa25545a -[NSAttributedString(NSAttributedStringDeprecatedKitAdditions) URLAtIndex:effectiveRange:] + 607
5 com.apple.Terminal 0x0000000101a84625 0x1019e0000 + 673317
6 com.apple.Terminal 0x0000000101a4ff81 0x1019e0000 + 458625
7 com.apple.Terminal 0x0000000101a501e9 0x1019e0000 + 459241
8 com.apple.Terminal 0x0000000101a56c1c 0x1019e0000 + 486428
9 com.apple.Foundation 0x00007fffadc0cf7f __NSFireTimer + 83
10 com.apple.CoreFoundation 0x00007fffac163294 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
11 com.apple.CoreFoundation 0x00007fffac162f23 __CFRunLoopDoTimer + 1075
12 com.apple.CoreFoundation 0x00007fffac162a7a __CFRunLoopDoTimers + 298
13 com.apple.CoreFoundation 0x00007fffac15a5d1 __CFRunLoopRun + 2081
14 com.apple.CoreFoundation 0x00007fffac159b54 CFRunLoopRunSpecific + 420
15 com.apple.HIToolbox 0x00007fffab6e4a5c RunCurrentEventLoopInMode + 240
16 com.apple.HIToolbox 0x00007fffab6e4891 ReceiveNextEventCommon + 432
17 com.apple.HIToolbox 0x00007fffab6e46c6 _BlockUntilNextEventMatchingListInModeWithFilter + 71
18 com.apple.AppKit 0x00007fffa9c8a5b4 _DPSNextEvent + 1120
19 com.apple.AppKit 0x00007fffaa404d6b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2789
20 com.apple.AppKit 0x00007fffa9c7ef35 -[NSApplication run] + 926
21 com.apple.AppKit 0x00007fffa9c49850 NSApplicationMain + 1237
22 libdyld.dylib 0x00007fffc1756255 start + 1

Thread 1:: com.apple.terminal.low-disk-space-handler
0 libsystem_kernel.dylib 0x00007fffc1885e2a kevent + 10
1 com.apple.Terminal 0x00000001019e23df 0x1019e0000 + 9183
2 com.apple.Foundation 0x00007fffadb9cc6d __NSThread__start__ + 1243
3 libsystem_pthread.dylib 0x00007fffc196daab _pthread_body + 180
4 libsystem_pthread.dylib 0x00007fffc196d9f7 _pthread_start + 286
5 libsystem_pthread.dylib 0x00007fffc196d1fd thread_start + 13

Thread 2:: com.apple.terminal.sigchld-handler
0 libsystem_kernel.dylib 0x00007fffc18862da read + 10
1 com.apple.Terminal 0x00000001019ece03 0x1019e0000 + 52739
2 com.apple.Foundation 0x00007fffadb9cc6d __NSThread__start__ + 1243
3 libsystem_pthread.dylib 0x00007fffc196daab _pthread_body + 180
4 libsystem_pthread.dylib 0x00007fffc196d9f7 _pthread_start + 286
5 libsystem_pthread.dylib 0x00007fffc196d1fd thread_start + 13

Thread 3:: com.apple.terminal.tty-io
0 libsystem_kernel.dylib 0x00007fffc1884f4a __select + 10
1 com.apple.Terminal 0x00000001019ee61b 0x1019e0000 + 58907
2 com.apple.Foundation 0x00007fffadb9cc6d __NSThread__start__ + 1243
3 libsystem_pthread.dylib 0x00007fffc196daab _pthread_body + 180
4 libsystem_pthread.dylib 0x00007fffc196d9f7 _pthread_start + 286
5 libsystem_pthread.dylib 0x00007fffc196d1fd thread_start + 13

Thread 4:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fffc187d38a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffc187c7d7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffac15ae84 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffac15a301 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffac159b54 CFRunLoopRunSpecific + 420
5 com.apple.AppKit 0x00007fffa9dd7a62 _NSEventThread + 205
6 libsystem_pthread.dylib 0x00007fffc196daab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffc196d9f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffc196d1fd thread_start + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fffc18854e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffc196d5fe _pthread_wqthread + 1023
2 libsystem_pthread.dylib 0x00007fffc196d1ed start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fffc18854e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffc196d791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffc196d1ed start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fffc18854e2 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffc196d791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffc196d1ed start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007fff5e21cf6e rbx: 0x000060000007e700 rcx: 0x000000000000017c rdx: 0x0000000000000002
rdi: 0x00007fff5e21cf6e rsi: 0x0000000000000000 rbp: 0x00007fff5e21ced0 rsp: 0x00007fff5e21ced0
r8: 0x0000000000000000 r9: 0x00007fff5e21cebc r10: 0x00007f85d522922f r11: 0x00007fff5e21cf6e
r12: 0x0000000000000018 r13: 0x0000000000000010 r14: 0x000000000000103c r15: 0x0000000000000000
rip: 0x00007fffc19630ba rfl: 0x0000000000010213 cr2: 0x0000000000000000

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


Binary Images:
0x1019e0000 - 0x101aafff7 com.apple.Terminal (2.7.1 - 388) <3C674CD2-E649-3684-883C-A3A0B01DF572> /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
0x102b3b000 - 0x102b78267 dyld (421.2) <947FC440-80F9-32F7-A773-6FC418FE1AB7> /usr/lib/dyld
0x104dc3000 - 0x10527fff7 com.apple.driver.AppleIntelHD4000GraphicsGLDriver (10.22.29 - 10.2.2) <F60CFC20-FA38-3F61-80C5-F77C9E7BBC21> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
0x105469000 - 0x1054dafff com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (10.22.29 - 10.2.2) <D17E3B23-1C8F-3DD6-82C6-C1DEB2F12E8F> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
0x106fb0000 - 0x106fb4fff com.apple.audio.AppleHDAHALPlugIn (278.56 - 278.56) <CDA14261-23B7-30CD-B27B-1459F5C70F9D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x10703b000 - 0x10705bfff com.apple.CoreNLP (1.0 - 78.2) <D7A0704A-C4EB-3225-9F23-A06EC3318238> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fffa6c6f000 - 0x7fffa6fa8fff com.apple.RawCamera.bundle (7.01 - 889) <155ED09B-673E-3726-8302-E54AADAC5B63> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fffa87d9000 - 0x7fffa8998ffb com.apple.avfoundation (2.0 - 1187.11.13) <0D0BB4A4-F987-381B-885E-88A81F50FD50> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fffa8999000 - 0x7fffa8a3cfff com.apple.audio.AVFAudio (1.0 - ???) <E3CDC215-9272-3F94-8093-865CA181F728> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fffa8b05000 - 0x7fffa8b05fff com.apple.Accelerate (1.11 - Accelerate 1.11) <BDDB2053-BB24-34E4-A452-50D1260BF672> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fffa8b06000 - 0x7fffa8b1dff3 libCGInterfaces.dylib (331.5) <4E2DCEFA-F243-3FAE-8BFC-0B349973DD14> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fffa8b1e000 - 0x7fffa915efe3 com.apple.vImage (8.1 - ???) <77F96C96-725E-31E5-8072-D09C6BD988A2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fffa915f000 - 0x7fffa9326fef libBLAS.dylib (1185) <0D55CF73-6DBD-3D15-B500-189479638551> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fffa9327000 - 0x7fffa933efff libBNNS.dylib (14) <43A9B06E-3C21-3CE6-B0C1-99DA172DEEB0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fffa933f000 - 0x7fffa974afff libLAPACK.dylib (1185) <E7AE9C48-6E42-3EB7-A257-D48E0CB48D00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fffa974b000 - 0x7fffa9761fff libLinearAlgebra.dylib (1185) <08F00EFB-B477-3421-906E-3D364E607E6A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fffa9762000 - 0x7fffa9768fff libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fffa9769000 - 0x7fffa977cff7 libSparseBLAS.dylib (1185) <912E3D25-27C0-3245-B64C-3CAD43A5D633> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fffa977d000 - 0x7fffa98caff7 libvDSP.dylib (600) <87EF1D0A-1F85-31DD-AD8F-AB31E7D8E73B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fffa98cb000 - 0x7fffa9982fff libvMisc.dylib (600) <F6EA539E-0A90-3F8A-9ECA-001E46394E29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fffa9983000 - 0x7fffa9983fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <B4B785D8-CB43-3E5D-AE81-1F27885AA112> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fffa9c43000 - 0x7fffaaa15ff3 com.apple.AppKit (6.9 - 1504.81.100) <0CCB2E18-076E-3D8A-A777-A6E57EF2570A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fffaaa27000 - 0x7fffaaa27fff com.apple.ApplicationServices (48 - 48) <237200C2-28A6-3C19-B34B-53C953F8AE42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fffaaa28000 - 0x7fffaaa96ff7 com.apple.ApplicationServices.ATS (377 - 422.2) <3680281F-DB99-3CA2-9C76-CABFC8DBC980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fffaab30000 - 0x7fffaac5ffff libFontParser.dylib (194.6) <F3DF2CF7-B25D-30BB-9EE6-1EA9F3B8A066> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fffaac60000 - 0x7fffaacaafff libFontRegistry.dylib (196.3) <855AF921-EAE0-3D07-B161-5EF09806B643> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fffaad07000 - 0x7fffaad3aff7 libTrueTypeScaler.dylib (194.6) <D0D7DA50-DF52-3D24-AFD2-03B336AA1929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fffaada6000 - 0x7fffaae50ff7 com.apple.ColorSync (4.12.0 - 502.1) <5F244DE3-A6E8-335F-AE3B-25F0E407DD62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fffaae51000 - 0x7fffaaea1ff7 com.apple.HIServices (1.22 - 591) <34C950CC-1084-354A-BCE6-9396EDB29DF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fffaaea2000 - 0x7fffaaeb1ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fffaaeb2000 - 0x7fffaaefffff com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fffaaf00000 - 0x7fffaaf3bfff com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fffaaf3c000 - 0x7fffaaf47ff7 com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <629831B1-B13C-30F5-AE16-6BB9037E3753> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fffaaf48000 - 0x7fffab158fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <A1B98513-C19E-376F-8DAF-71BB2F263C5F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fffab159000 - 0x7fffab159fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <55C6A958-D52B-3D81-B230-EB949212B5D9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fffab2c2000 - 0x7fffab695ff7 com.apple.CFNetwork (807.2.14 - 807.2.14) <9702C8B9-2984-3DD9-9C59-A83499C2DBC4> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fffab6af000 - 0x7fffab6affff com.apple.Carbon (154 - 157) <1BF9C0EB-45A0-3584-85DC-F64A9914F40D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fffab6b0000 - 0x7fffab6b3fff com.apple.CommonPanels (1.2.6 - 98) <6A71E8CB-3BF7-3A49-A5F7-0579BAE1219D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fffab6b4000 - 0x7fffab9bcff7 com.apple.HIToolbox (2.1.1 - 856.13) <98D5D2A7-55A6-31A7-9056-CC48EBB16654> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fffab9bd000 - 0x7fffab9c0ff7 com.apple.help (1.3.5 - 49) <27C5F9FE-838F-3807-A4AC-D99470185B10> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fffab9c1000 - 0x7fffab9c6fff com.apple.ImageCapture (9.0 - 9.0) <E3E757FD-4060-33A4-A2AC-85EFBD987FCE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fffab9c7000 - 0x7fffaba5eff3 com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fffaba5f000 - 0x7fffaba79fff com.apple.openscripting (1.7 - 172) <B204BF70-C4AA-3699-8493-66E6645A92A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fffaba7a000 - 0x7fffaba7bff3 com.apple.print.framework.Print (12 - 267) <CA7E9448-0903-34C8-AAF6-9070B52BF70E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fffaba7c000 - 0x7fffaba7eff7 com.apple.securityhi (9.0 - 55006) <ACD20DC1-FBDE-3E1B-91BF-867FE7849CBC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fffaba7f000 - 0x7fffaba85ff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fffaba86000 - 0x7fffabb63ff7 com.apple.cloudkit.CloudKit (643.5 - 643.5) <2AB1D950-7EA5-359C-B17C-42AEFE99D360> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fffabb64000 - 0x7fffabb64fff com.apple.Cocoa (6.11 - 22) <CF1AD0E9-2257-35FE-B719-760B58E405C9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fffabca4000 - 0x7fffabd34ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A38A11A5-130B-39CE-BEBA-F5427F6801DC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fffabd35000 - 0x7fffabd48fff com.apple.CoreBluetooth (1.0 - 1) <76AFC4B4-A9FD-3434-B168-90087E71F5C4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fffabd49000 - 0x7fffac047fff com.apple.CoreData (120 - 752.8) <694F9EA9-A785-3F84-8EB1-DAF76E3BDF9B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fffac048000 - 0x7fffac0d4fff com.apple.CoreDisplay (1.0 - 1) <48B568C0-1E12-34F4-943D-EAB447FBA1BE> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fffac0d5000 - 0x7fffac569ff7 com.apple.CoreFoundation (6.9 - 1348.28) <0F1FAA52-1C06-327E-A170-382B48B1846D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fffac56a000 - 0x7fffacc0dff7 com.apple.CoreGraphics (2.0 - 1070.13.2) <ACB5545C-FE91-36C9-8F02-87DF6904A911> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fffacc0e000 - 0x7ffface50fff com.apple.CoreImage (12.2.0 - 451.3.1) <CDAD60F3-74F6-3EA5-A8B5-B42476E350FD> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7ffface51000 - 0x7fffaceb7ff7 com.apple.corelocation (2100.5.34) <64E3F80C-E0FC-309D-B70D-0D0EC002CA70> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fffaceb8000 - 0x7fffacf68fff com.apple.CoreMedia (1.0 - 1907.15.15) <B5B8C128-C1C2-3585-9B43-41141B2C6332> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fffacf69000 - 0x7fffacfb4ff7 com.apple.CoreMediaIO (804.0 - 4929) <54CF2AD2-4928-3A41-9F7D-F135A8A616D1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fffacfb5000 - 0x7fffacfb5fff com.apple.CoreServices (775.9.7 - 775.9.7) <A5C444F3-408B-3062-AF4B-BF8CD919F221> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fffacfb6000 - 0x7fffad007fff com.apple.AE (712.2 - 712.2) <342A13C0-4A6A-3947-B66B-0F624A4A7B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fffad008000 - 0x7fffad2e3ff7 com.apple.CoreServices.CarbonCore (1159.5 - 1159.5) <11CC2194-0C9C-397A-B7F9-CDAB9B68D87D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fffad2e4000 - 0x7fffad317fff com.apple.DictionaryServices (1.2 - 274) <864F3808-FFDD-3C4B-A5B7-F1A6C4668A86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fffad318000 - 0x7fffad320ffb com.apple.CoreServices.FSEvents (1230 - 1230) <13A2FC17-8F8C-35BF-9584-59FDFB738E2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fffad321000 - 0x7fffad48dff7 com.apple.LaunchServices (775.9.7 - 775.9.7) <E350E4F6-822A-3F04-B59B-468A39AF5C64> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fffad48e000 - 0x7fffad53efff com.apple.Metadata (10.7.0 - 1075.28) <DBB524CD-6938-3623-99C2-4B1EC1E1BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fffad53f000 - 0x7fffad59efff com.apple.CoreServices.OSServices (775.9.7 - 775.9.7) <E9625B0B-9AE7-3024-9FEF-FEE0A1876D9D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fffad59f000 - 0x7fffad60ffff com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fffad610000 - 0x7fffad656ff7 com.apple.coreservices.SharedFileList (38 - 38) <E1400999-1F08-35A1-9D07-27D80A2AF89A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fffad6e3000 - 0x7fffad82fff7 com.apple.CoreText (352.0 - 544.5) <E90EA1D8-3491-3014-9043-9928C4E4349C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fffad830000 - 0x7fffad865fff com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fffad866000 - 0x7fffad8d7ffb com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <BEBE9C03-3B9A-3948-99E3-CC8148FA2AB5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fffad9d6000 - 0x7fffad9dbfff com.apple.DiskArbitration (2.7 - 2.7) <16EA6D93-A2EC-31DB-BF52-C4764E7B1630> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fffadb6a000 - 0x7fffadf11ff3 com.apple.Foundation (6.9 - 1349.25) <D820A498-2E62-367D-BC72-5845B14C06E3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fffadf3d000 - 0x7fffadf6efff com.apple.GSS (4.0 - 2.0) <95FAD1F9-1610-3428-B9B4-D32F67C26574> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fffae02e000 - 0x7fffae0d1ffb com.apple.Bluetooth (5.0.3 - 5.0.3f1) <CCB4E097-1ED0-3439-8450-2B6EFFBC4608> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fffae0d2000 - 0x7fffae167ff7 com.apple.framework.IOKit (2.0.2 - 1324.30.13) <163BE7FA-B29A-348F-8B5F-E301F2E8C964> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fffae168000 - 0x7fffae16effb com.apple.IOSurface (153.3 - 153.3) <3DD3BF22-0800-31F2-B179-87F87D6F0548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fffae16f000 - 0x7fffae1bfff3 com.apple.ImageCaptureCore (7.0 - 7.0) <0F899C07-AA23-350E-8670-9090924D670D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fffae1c0000 - 0x7fffae31cff7 com.apple.ImageIO.framework (3.3.0 - 1582) <A9A63D25-DA38-33C0-98C6-F015952568B2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fffae31d000 - 0x7fffae321fff libGIF.dylib (1582) <B0435621-A64F-3E0E-AC03-35ED505A61B1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fffae322000 - 0x7fffae413fff libJP2.dylib (1582) <396280DF-6E69-38A5-883D-1EEBAC80771B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fffae414000 - 0x7fffae437fff libJPEG.dylib (1582) <E2A44AAD-F6E0-3D74-80AE-BF2542AA6954> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fffae438000 - 0x7fffae45efff libPng.dylib (1582) <FB81BC9C-5BB7-373F-8464-C41A780F762A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fffae45f000 - 0x7fffae461ff3 libRadiance.dylib (1582) <825BE3AF-BB9D-3B84-8EFF-8F5FE4C837B8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fffae462000 - 0x7fffae4bbfff libTIFF.dylib (1582) <8C24B061-762D-3EC8-AC64-4961C030D575> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fffae5e7000 - 0x7fffaf08aff7 com.apple.JavaScriptCore (12602 - 12602.4.8) <4FF12BFD-CD3B-33D7-B844-85234A13BD42> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fffaf08b000 - 0x7fffaf0a4ff7 com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fffaf331000 - 0x7fffaf337fff com.apple.MediaAccessibility (1.0 - 97.1.1) <1025DB59-18DE-39EA-9C04-35CE8D6103E5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fffaf34d000 - 0x7fffaf8a1fff com.apple.MediaToolbox (1.0 - 1907.15.15) <22150DE7-8CD3-30DD-8C0F-3D06F865C186> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fffaf8a2000 - 0x7fffaf8fafff com.apple.Metal (86.18 - 86.18) <7DFE0437-25A8-3E87-8318-91573C895742> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fffb01ce000 - 0x7fffb01d6fff com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fffb03ab000 - 0x7fffb03b3ff7 libcldcpuengine.dylib (2.8.5) <341EBC48-CCF4-3292-9097-F61715AC573E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fffb057c000 - 0x7fffb05caff3 com.apple.opencl (2.8.6 - 2.8.6) <553BFCCA-5ACB-3DB0-B958-4BF2DE91838F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fffb05cb000 - 0x7fffb05e4ffb com.apple.CFOpenDirectory (10.12 - 194) <88E97774-6767-3A01-808B-C923F9310E20> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fffb05e5000 - 0x7fffb05f0ff7 com.apple.OpenDirectory (10.12 - 194) <0E4E32DD-6592-3860-9793-BAED6915AE0D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fffb05f1000 - 0x7fffb05f3fff libCVMSPluginSupport.dylib (13.0.10) <43D037C3-9254-3601-9F5B-CD637D517758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fffb05f4000 - 0x7fffb05f7ff7 libCoreFSCache.dylib (151.1) <1910EF80-DE30-3817-8FDF-63F3C8B4BA37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fffb05f8000 - 0x7fffb05fbfff libCoreVMClient.dylib (151.1) <8C8E9295-1918-3763-A0B7-6397EB181EF4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fffb05fc000 - 0x7fffb0604ffb libGFXShared.dylib (13.0.10) <52E92D3C-25EA-31F9-9885-DC0D886D9143> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fffb0605000 - 0x7fffb0610fff libGL.dylib (13.0.10) <B40728B5-13D2-3423-9C39-885B1098698D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fffb0611000 - 0x7fffb064dfe7 libGLImage.dylib (13.0.10) <3E856113-9217-3B13-98AD-4D0D356931B6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fffb064e000 - 0x7fffb07c4ffb libGLProgrammability.dylib (13.0.10) <4C3FD24A-1C43-343E-8EBA-BE1FDCE3F74C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fffb07c5000 - 0x7fffb0805ff3 libGLU.dylib (13.0.10) <BBCAA457-BA34-3D13-8845-803C63960E08> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fffb116d000 - 0x7fffb117bfff com.apple.opengl (13.0.10 - 13.0.10) <B11A2E1B-4B1D-3ECD-BADA-3508BE5775BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fffb117c000 - 0x7fffb1322fff GLEngine (13.0.10) <62CCEC13-1EB3-3A65-9224-3DCD2838E0C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fffb1323000 - 0x7fffb134dffb GLRendererFloat (13.0.10) <E508ABC7-3E67-3845-989F-5B764D36FE12> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fffb13e6000 - 0x7fffb152dfff com.apple.QTKit (7.7.3 - 2978.3) <665AF577-900D-349E-B1C5-D5BDD70DB481> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fffb152e000 - 0x7fffb1798ff7 com.apple.imageKit (3.0 - 1021) <5D77D4A4-F844-376B-93AA-F9CB55C719AE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fffb1799000 - 0x7fffb185dfff com.apple.PDFKit (1.0 - 1) <7375423F-5815-36C5-A345-546843827588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fffb185e000 - 0x7fffb1d84fff com.apple.QuartzComposer (5.1 - 351.1) <A13FD5C2-36D1-3B92-88E6-AB4CAF733907> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fffb1d85000 - 0x7fffb1da8ffb com.apple.quartzfilters (1.10.0 - 1.10.0) <8A8ED06E-3A07-312A-A976-982C51159A45> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fffb1da9000 - 0x7fffb1e96fff com.apple.QuickLookUIFramework (5.0 - 720.5) <85A0BF0F-94B1-33CD-A3DC-4048380A3258> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fffb1e97000 - 0x7fffb1e97fff com.apple.quartzframework (1.5 - 21) <DA6924FE-3D6C-3CCE-9CB6-188B6B1671DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fffb1e98000 - 0x7fffb2093ff7 com.apple.QuartzCore (1.11 - 449.41.15) <3CD775C0-683D-3B4E-8EC2-AB1DAC4C3AE9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffb2094000 - 0x7fffb20e9fff com.apple.QuickLookFramework (5.0 - 720.5) <9E76504A-B17B-3302-82DF-9CE1CB31CAC3> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fffb20ea000 - 0x7fffb20fdff7 com.apple.SafariServices.framework (12602 - 12602.4.8) <D88756B5-91A1-3EE8-B69D-F9CE206DBB14> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fffb25f9000 - 0x7fffb2918fff com.apple.security (7.0 - 57740.31.2) <A47D7BAE-0591-3184-8E44-FB2EB08A19C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fffb2919000 - 0x7fffb298fff7 com.apple.securityfoundation (6.0 - 55132.20.1) <9407620B-B230-3320-B0B7-5AE59F1D135C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fffb29b9000 - 0x7fffb29bcff3 com.apple.xpc.ServiceManagement (1.0 - 1) <4E24C12E-6164-3A7A-8EB8-C2523492BAE8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fffb2d43000 - 0x7fffb2db4ff7 com.apple.SystemConfiguration (1.14 - 1.14) <D9A57D90-E54F-3E1A-AA2F-F5A694BCE4BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffb2db5000 - 0x7fffb3162fff com.apple.VideoToolbox (1.0 - 1907.15.15) <685B6CCD-3027-3D0F-8B31-2388A3CE1BDC> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fffb53ee000 - 0x7fffb5409ff3 com.apple.AppContainer (4.0 - 307.30.3) <EF4C3C83-6F51-38F7-A3D2-2D46EE4560EB> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fffb540a000 - 0x7fffb5417ff3 com.apple.AppSandbox (4.0 - 307.30.3) <D2C978EB-F4F1-3E79-9DB1-BEE2A92590CE> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fffb5418000 - 0x7fffb543affb com.apple.framework.Apple80211 (12.0 - 1200.41) <360012DB-DAE7-3EEF-85F0-E5BE1DE3425D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffb543b000 - 0x7fffb544afdb com.apple.AppleFSCompression (88 - 1.0) <B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fffb5537000 - 0x7fffb55c297f com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffb55fb000 - 0x7fffb55feff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6FF50E26-5BDA-3421-BDAE-B57AE6E4F6AC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fffb55ff000 - 0x7fffb5651fff com.apple.AppleVAFramework (5.0.34 - 5.0.34) <2AA15DE0-9A7E-3CC0-988A-3BB080A8F603> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fffb565a000 - 0x7fffb5661ffb com.apple.AssetCacheServices (31.2 - 31.2) <5E08DBDE-1DF0-37AC-9ED0-035A2ED67573> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
0x7fffb59e7000 - 0x7fffb5a65fff com.apple.backup.framework (1.8.3 - 1.8.3) <B2E28A7A-1727-3052-AA73-CBC108286C07> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffb66eb000 - 0x7fffb6712ffb com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fffb6713000 - 0x7fffb67a5ff7 com.apple.CloudDocs (1.0 - 485.12) <42A562A2-284D-3252-9341-855E52E45A02> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fffb703b000 - 0x7fffb7044ffb com.apple.CommonAuth (4.0 - 2.0) <830B940B-3523-38DE-996D-695739616D10> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffb71c8000 - 0x7fffb75a5fe7 com.apple.CoreAUC (224.0.0 - 224.0.0) <8DF6075A-0711-33A9-9031-6FDA22E85C4F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fffb75a6000 - 0x7fffb75d6fff com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <5E1B0512-E50B-3534-99EF-AD15E601877A> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fffb7764000 - 0x7fffb7774fff com.apple.CoreEmoji (1.0 - 39.1) <0A46D6BF-22F3-39AD-B3DC-DE1EE5C442CC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffb7829000 - 0x7fffb783fff3 com.apple.CoreMediaAuthoring (2.2 - 955) <3E1E33F1-B4FF-320E-B336-7E7F74D73642> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fffb7846000 - 0x7fffb78d6ffb com.apple.CorePDF (4.0 - 4) <254118BE-2E30-3772-B425-6328D1487162> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fffb7a57000 - 0x7fffb7a87ff3 com.apple.CoreServicesInternal (276.2 - 276.2) <7D8DEF04-72F1-39F4-BBFB-09E65D7B8C10> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fffb7d17000 - 0x7fffb7da1fff com.apple.CoreSymbolication (61050) <F4B7C798-F7B7-3977-AA08-59A03F00308E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fffb7da2000 - 0x7fffb7ee0fd7 com.apple.coreui (2.1 - 430.6) <99D08D71-3E9D-300C-9EB2-A73F1B5E228C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffb7ee1000 - 0x7fffb7f91ff3 com.apple.CoreUtils (5.0 - 500.9) <5567181B-721C-339E-A3DC-579E36D92341> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffb7fe1000 - 0x7fffb8046ff3 com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <BEFA276C-D284-3160-8641-7DD47E38C9D7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffb8047000 - 0x7fffb8054ff7 com.apple.CrashReporterSupport (10.12 - 817) <CB5251B1-5BE5-308B-B30B-0050065E04CC> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffb80c6000 - 0x7fffb80d0ff7 com.apple.framework.DFRFoundation (1.0 - 104.14) <258B6CFE-FD64-31C5-9973-2FD80597ECDA> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fffb8106000 - 0x7fffb817dff7 com.apple.datadetectorscore (7.0 - 539.1) <E9892E38-3D5F-36CF-BDC5-E4E3C5516B55> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fffb81ba000 - 0x7fffb81f9fff com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fffb81fa000 - 0x7fffb830bfff com.apple.desktopservices (1.11.3 - 1.11.3) <CCE689AA-85F3-3587-AE12-1231E8ED127E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffb844b000 - 0x7fffb8455ff7 com.apple.DisplayServicesFW (3.1 - 380) <A1B8B6C2-5782-3D5C-B54E-48E96BB807DA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fffb85ef000 - 0x7fffb8a20ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffb9d75000 - 0x7fffb9d75fff libmetal_timestamp.dylib (600.0.48.32) <31DF1B9E-0BBF-308B-B78D-11CCE72DAA68> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffb9d82000 - 0x7fffb9d8dff3 libGPUSupportMercury.dylib (13.0.10) <7CC5CEF8-D132-3234-A078-6D080DFC599F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fffba041000 - 0x7fffba05dff3 com.apple.GenerationalStorage (2.0 - 259.2) <00BF8427-967F-3693-A86F-DA0F29B49BF3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fffba076000 - 0x7fffba715fff com.apple.GeoServices (1.0 - 1228.22.8.29.13) <280AEA5E-2EF5-3A88-B1DE-D0811045F9CC> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fffba75b000 - 0x7fffba7d1fff com.apple.Heimdal (4.0 - 2.0) <00F00E7E-7EF4-3254-86D3-ADA4F67938CF> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffba7d2000 - 0x7fffba7e3fff com.apple.HelpData (2.1.11 - 100) <86213EE9-C049-3084-8824-2A17A8DE2D6B> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fffbadf4000 - 0x7fffbadfbffb com.apple.IOAccelerator (289.32 - 289.32) <6395ACEE-5AD7-3536-AF12-FD6565415D94> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffbadfd000 - 0x7fffbae11ff3 com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffbae12000 - 0x7fffbae34fff com.apple.IconServices (74.3 - 74.3) <3F0BD358-D019-3083-82F2-69CCAD5E5D66> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffbaed0000 - 0x7fffbaee0ff3 com.apple.IntlPreferences (2.0 - 216) <589A5D92-6809-3F3C-900E-DBC60A07A101> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fffbaf17000 - 0x7fffbb0cdfff com.apple.LanguageModeling (1.0 - 123.2.4) <FEB98F96-A9BB-3E6C-85B4-B466825B8C92> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffbb1ad000 - 0x7fffbb27effb com.apple.MMCS (1.3 - 381.1) <5582D879-5F26-3552-8E88-58703456EB7A> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x7fffbb727000 - 0x7fffbb72afff com.apple.Mangrove (1.0 - 1) <05039E9F-9C07-375B-A940-D90D455A2EC2> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fffbb991000 - 0x7fffbba0aff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <6A759DBA-B7DF-363B-9827-AB1D1129BB34> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffbbb70000 - 0x7fffbbb7bff3 com.apple.MobileKeyBag (2.0 - 1.0) <8A7EEA75-8334-3FB5-A83B-F0ECB87952B2> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fffbbb8c000 - 0x7fffbbbb4fff com.apple.MultitouchSupport.framework (368.7 - 368.7) <A29E6031-E9A6-353A-BDE5-D8DF20FD393C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffbbc63000 - 0x7fffbbc6dfff com.apple.NetAuth (6.0 - 6.0) <1E7765FC-4580-3CE4-A0F1-CAA22006AE43> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffbc4e9000 - 0x7fffbc52aff7 com.apple.PerformanceAnalysis (1.145 - 145) <12640C1F-433D-3CD9-B2A8-048D57B8B56D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fffbcba1000 - 0x7fffbcbccffb com.apple.ProtectedCloudStorage (1.0 - 1) <4B38E6F6-AD64-3345-B51D-38E9DD518666> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fffbcbcd000 - 0x7fffbcbe7fff com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffbcbe8000 - 0x7fffbcbf8ffb com.apple.QuickLookThumbnailing (1.0 - 1) <1A91596D-0A8D-3B7A-ACF5-783A78E9723E> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fffbcc01000 - 0x7fffbcc24ff3 com.apple.RemoteViewServices (2.0 - 124) <4765DC2E-CF05-38CF-9564-1FBACB7E167C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fffbd890000 - 0x7fffbd893fff com.apple.SecCodeWrapper (4.0 - 307.30.3) <1B0B2122-C230-3E3F-8A81-EBD58818586B> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fffbd922000 - 0x7fffbd99fff7 com.apple.Sharing (696.1.22 - 696.1.22) <D0A5C682-8996-3851-B332-AD05301E6FA3> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffbd9a0000 - 0x7fffbd9bfff7 com.apple.shortcut (2.16 - 98) <A7D38F28-73EB-3DF5-AE77-A95E4CB60DB9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fffbd9c0000 - 0x7fffbdc2efff com.apple.SkyLight (1.600.0 - 122.8) <C65A18FE-3021-38F2-9AA1-9527B0ADD4A2> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffbde0f000 - 0x7fffbde1bff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <F9F0FCED-3A72-3639-91F2-B7EF248ED1B9> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffbe504000 - 0x7fffbe570ff3 com.apple.Symbolication (61080.2) <27A57DC2-FEB7-3D23-AEB5-E3E76C5AAE79> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffbe96a000 - 0x7fffbe970ff7 com.apple.TCC (1.0 - 1) <956F7C1A-D457-3FE0-9CFE-3F1719F0865C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffbe9ff000 - 0x7fffbebc7ff7 com.apple.TextureIO (1.41 - 1.41) <3A9D9FD9-8997-3BD1-8046-76D0BF709806> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffbec3b000 - 0x7fffbec3cfff com.apple.TrustEvaluationAgent (2.0 - 28) <07C1F711-A1E0-3BAC-8F4D-977516D50925> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fffbec3d000 - 0x7fffbedcdff3 com.apple.UIFoundation (1.0 - 490.7) <047781ED-9E79-361F-8E04-71FF90C650F3> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fffbf829000 - 0x7fffbf8ecff7 com.apple.ViewBridge (280 - 280) <6D4F6019-5ECC-377B-AF7D-9796E96841CB> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fffbfd16000 - 0x7fffbfd1cfff com.apple.XPCService (2.0 - 1) <BC3FCE26-6219-3316-949F-37F7005C9A0F> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fffbfded000 - 0x7fffbfdefffb com.apple.loginsupport (1.0 - 1) <4449ACBA-27A8-3311-BD92-CB7E63583FC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffbfe44000 - 0x7fffbfe5fff7 libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib
0x7fffbfe60000 - 0x7fffbfe6bfff libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib
0x7fffbfefd000 - 0x7fffbfefeff3 libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffbfeff000 - 0x7fffc0112fff libFosl_dynamic.dylib (16.38) <8232FA8A-F16A-3DC0-AE68-B61EFCD5F4A4> /usr/lib/libFosl_dynamic.dylib
0x7fffc012e000 - 0x7fffc0135fff libMatch.1.dylib (27) <5D52A207-E2AF-3E05-8C51-91C1D82FCEE8> /usr/lib/libMatch.1.dylib
0x7fffc0136000 - 0x7fffc0136fff libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib
0x7fffc0137000 - 0x7fffc013bff3 libScreenReader.dylib (477.20.6) <8158E263-B7DF-3B0C-BABE-4FE94A53DFE5> /usr/lib/libScreenReader.dylib
0x7fffc013c000 - 0x7fffc013dff3 libSystem.B.dylib (1238) <9CB018AF-54E9-300F-82BE-81FE553C9154> /usr/lib/libSystem.B.dylib
0x7fffc01a9000 - 0x7fffc01d4ffb libarchive.2.dylib (41.41.1) <D53F0A5C-7FAA-3FCF-8A27-B7DF032C4221> /usr/lib/libarchive.2.dylib
0x7fffc01d5000 - 0x7fffc02cafef libate.dylib (1.12.13) <DD046A96-07D9-3066-8BD6-D0E27FE9E1D3> /usr/lib/libate.dylib
0x7fffc02ce000 - 0x7fffc02ceff3 libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib
0x7fffc02cf000 - 0x7fffc02dfff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffc02e0000 - 0x7fffc02eeff7 libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib
0x7fffc02ef000 - 0x7fffc0345ff7 libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib
0x7fffc0346000 - 0x7fffc0370fff libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib
0x7fffc0371000 - 0x7fffc0381ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffc0382000 - 0x7fffc0397ffb libcompression.dylib (34) <AEF908E6-C0FE-3884-BD45-FB37A035545D> /usr/lib/libcompression.dylib
0x7fffc0398000 - 0x7fffc0398ff7 libcoretls.dylib (121.31.1) <BCC32537-4831-3E9F-876E-8C9F4CF52FD3> /usr/lib/libcoretls.dylib
0x7fffc0399000 - 0x7fffc039aff3 libcoretls_cfhelpers.dylib (121.31.1) <6F37C5AD-7999-3D31-A52F-7AEED935F32D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffc0454000 - 0x7fffc0539ff7 libcrypto.0.9.8.dylib (64.30.2) <D41E1901-06DD-3860-BB4F-B3ACE0284C01> /usr/lib/libcrypto.0.9.8.dylib
0x7fffc06d7000 - 0x7fffc072aff7 libcups.2.dylib (450) <78243BA4-43AB-3364-8111-8D54D3382621> /usr/lib/libcups.2.dylib
0x7fffc077c000 - 0x7fffc0783ff3 libdscsym.dylib (145.1) <E121E3BC-D2B7-37C3-86A8-5DFC3ECF94D6> /usr/lib/libdscsym.dylib
0x7fffc07a5000 - 0x7fffc07a5fff libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
0x7fffc07b5000 - 0x7fffc07baff7 libheimdal-asn1.dylib (498.30.1) <4ED9F6E3-83BC-3302-B004-C25399DA0333> /usr/lib/libheimdal-asn1.dylib
0x7fffc07bb000 - 0x7fffc08adff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffc08ae000 - 0x7fffc0ad3ffb libicucore.A.dylib (57149.0.1) <6B5FDA93-AA88-318F-9608-C2A33D602EC7> /usr/lib/libicucore.A.dylib
0x7fffc0ad9000 - 0x7fffc0adafff liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib
0x7fffc0adb000 - 0x7fffc0af4ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffc0af5000 - 0x7fffc0b0bff7 libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib
0x7fffc0b0c000 - 0x7fffc0db3ff7 libmecabra.dylib (744.5) <EF046855-CB9C-32D8-B2F1-C85B526E386F> /usr/lib/libmecabra.dylib
0x7fffc0db4000 - 0x7fffc0de5ffb libncurses.5.4.dylib (51.30.1) <A8C8F837-86A2-3EC2-B2D2-6E8A267847E4> /usr/lib/libncurses.5.4.dylib
0x7fffc0de6000 - 0x7fffc0e5fff7 libnetwork.dylib (856.30.16) <66C6E4D6-B39C-3309-80C1-CBBE170DDD51> /usr/lib/libnetwork.dylib
0x7fffc0e60000 - 0x7fffc1235127 libobjc.A.dylib (706) <47104A1B-13E8-369F-BC36-27FF465809FD> /usr/lib/libobjc.A.dylib
0x7fffc1238000 - 0x7fffc123cfff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fffc123d000 - 0x7fffc126dff7 libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib
0x7fffc128b000 - 0x7fffc12a7ffb libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
0x7fffc12a8000 - 0x7fffc12e1fff libsandbox.1.dylib (592.31.1) <0B3D5690-EF2C-39A6-B63C-CFB8CBAC0956> /usr/lib/libsandbox.1.dylib
0x7fffc12f5000 - 0x7fffc12f6ff3 libspindump.dylib (230.3) <59FAC445-F8FB-3881-A69A-FD0E98100E19> /usr/lib/libspindump.dylib
0x7fffc12f7000 - 0x7fffc1438fff libsqlite3.dylib (253) <AECBC92F-FF00-3369-8ECB-AE053B3578B8> /usr/lib/libsqlite3.dylib
0x7fffc152d000 - 0x7fffc153afff libxar.1.dylib (357) <58BFB84B-66FE-3299-AA3D-BBA178ADEE39> /usr/lib/libxar.1.dylib
0x7fffc153e000 - 0x7fffc162dffb libxml2.2.dylib (30.11) <E12AF929-0FA5-3214-840F-C81E6AC9F36E> /usr/lib/libxml2.2.dylib
0x7fffc162e000 - 0x7fffc1657fff libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib
0x7fffc1658000 - 0x7fffc1669ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffc1678000 - 0x7fffc167cff7 libcache.dylib (79) <0C8092D3-600F-3ADD-A036-F225B6CDCA43> /usr/lib/system/libcache.dylib
0x7fffc167d000 - 0x7fffc1688ff7 libcommonCrypto.dylib (60092.30.2) <B16E29B6-EC8D-3A8F-9A89-DD9CF35F7C4B> /usr/lib/system/libcommonCrypto.dylib
0x7fffc1689000 - 0x7fffc1690fff libcompiler_rt.dylib (62) <E992E8D9-037C-3454-A366-A25E4D31D6BB> /usr/lib/system/libcompiler_rt.dylib
0x7fffc1691000 - 0x7fffc1699fff libcopyfile.dylib (138) <64E285D9-5485-333B-AEE7-8B0C8FB9275F> /usr/lib/system/libcopyfile.dylib
0x7fffc169a000 - 0x7fffc171dfdf libcorecrypto.dylib (442.30.20) <2074B932-FD79-30A9-8E90-AF25C49F2AF1> /usr/lib/system/libcorecrypto.dylib
0x7fffc171e000 - 0x7fffc1750fff libdispatch.dylib (703.30.5) <EA0CC14E-D559-3802-B4B2-0E8C7579AAC4> /usr/lib/system/libdispatch.dylib
0x7fffc1751000 - 0x7fffc1756ff3 libdyld.dylib (421.2) <6F506653-FFF6-3DB8-84F1-109AE3C52F32> /usr/lib/system/libdyld.dylib
0x7fffc1757000 - 0x7fffc1757ffb libkeymgr.dylib (28) <1A318923-1200-3B06-B432-5007D82F195D> /usr/lib/system/libkeymgr.dylib
0x7fffc1758000 - 0x7fffc1764ffb libkxld.dylib (3789.41.3) <87550136-9353-348B-9CD9-C342B48C5AAF> /usr/lib/system/libkxld.dylib
0x7fffc1765000 - 0x7fffc1765fff liblaunch.dylib (972.30.7) <15FACC21-079A-3BDF-9AFB-4253EFDEB587> /usr/lib/system/liblaunch.dylib
0x7fffc1766000 - 0x7fffc176bfff libmacho.dylib (894) <A2F38EC1-C37C-3B93-B0E4-36B07C177F8C> /usr/lib/system/libmacho.dylib
0x7fffc176c000 - 0x7fffc176eff3 libquarantine.dylib (85) <C1D7749F-5F5F-3BB9-BEFC-1F0B9DA941FD> /usr/lib/system/libquarantine.dylib
0x7fffc176f000 - 0x7fffc1770ffb libremovefile.dylib (45) <CD42974E-BE0B-39FC-9BFC-8A7540A04DC6> /usr/lib/system/libremovefile.dylib
0x7fffc1771000 - 0x7fffc1789ff7 libsystem_asl.dylib (349.30.2) <EFAC72D7-CB13-3DF7-ADF3-EC6635C6F1EA> /usr/lib/system/libsystem_asl.dylib
0x7fffc178a000 - 0x7fffc178aff7 libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib
0x7fffc178b000 - 0x7fffc1818fef libsystem_c.dylib (1158.30.7) <2F881962-03CB-3B9D-A782-D98C1BBA4E3D> /usr/lib/system/libsystem_c.dylib
0x7fffc1819000 - 0x7fffc181cffb libsystem_configuration.dylib (888.30.2) <4FE3983C-E4ED-3939-A578-03AD29C99788> /usr/lib/system/libsystem_configuration.dylib
0x7fffc181d000 - 0x7fffc1820fff libsystem_coreservices.dylib (41.4) <1A572B9E-0C47-320F-8C64-7990D0A5FB5A> /usr/lib/system/libsystem_coreservices.dylib
0x7fffc1821000 - 0x7fffc1839ff3 libsystem_coretls.dylib (121.31.1) <4676F06D-274D-31BE-B61C-4D7A4AEF4858> /usr/lib/system/libsystem_coretls.dylib
0x7fffc183a000 - 0x7fffc1840fff libsystem_dnssd.dylib (765.30.11) <DC708D84-ED7D-3936-B996-A67C66B8DDAA> /usr/lib/system/libsystem_dnssd.dylib
0x7fffc1841000 - 0x7fffc186aff7 libsystem_info.dylib (503.30.1) <9ED9121C-F111-3FAD-BC2F-C95DEE1C9362> /usr/lib/system/libsystem_info.dylib
0x7fffc186b000 - 0x7fffc188dff7 libsystem_kernel.dylib (3789.41.3) <B75B128C-7D7A-3318-91CD-82B5A69C5329> /usr/lib/system/libsystem_kernel.dylib
0x7fffc188e000 - 0x7fffc18d5fe7 libsystem_m.dylib (3121.4) <266DB92B-A86F-3691-80FB-1B26AD73CFF3> /usr/lib/system/libsystem_m.dylib
0x7fffc18d6000 - 0x7fffc18f4ff7 libsystem_malloc.dylib (116.30.3) <F40DEE3B-386A-3529-A3F7-98117ED55BF4> /usr/lib/system/libsystem_malloc.dylib
0x7fffc18f5000 - 0x7fffc194cffb libsystem_network.dylib (856.30.16) <4AE368E9-605D-379D-B04C-2AC7455B8250> /usr/lib/system/libsystem_network.dylib
0x7fffc194d000 - 0x7fffc1956ff3 libsystem_networkextension.dylib (563.30.15) <EB020B0C-7DF0-3EEF-8E3C-15DA3C01D687> /usr/lib/system/libsystem_networkextension.dylib
0x7fffc1957000 - 0x7fffc1960ff3 libsystem_notify.dylib (165.20.1) <E7FD3A7C-DD07-36E2-9FA4-7561F9F114DA> /usr/lib/system/libsystem_notify.dylib
0x7fffc1961000 - 0x7fffc1969fe7 libsystem_platform.dylib (126.1.2) <3CA06D4E-C00A-36DE-AA65-3A390097D1F6> /usr/lib/system/libsystem_platform.dylib
0x7fffc196a000 - 0x7fffc1974ff7 libsystem_pthread.dylib (218.30.1) <C869ED7C-BE29-3532-8E69-3A8DA1447EDC> /usr/lib/system/libsystem_pthread.dylib
0x7fffc1975000 - 0x7fffc1978ff7 libsystem_sandbox.dylib (592.31.1) <7BBFDF96-293F-3DD9-B3A4-7C168280B441> /usr/lib/system/libsystem_sandbox.dylib
0x7fffc1979000 - 0x7fffc197afff libsystem_secinit.dylib (24) <5C1F1E47-0F7D-3E25-8DEB-D9DB1F902281> /usr/lib/system/libsystem_secinit.dylib
0x7fffc197b000 - 0x7fffc1982fff libsystem_symptoms.dylib (532.30.6) <5D990CF5-B58F-39F7-B375-99B4EC62CFBD> /usr/lib/system/libsystem_symptoms.dylib
0x7fffc1983000 - 0x7fffc19a3ff7 libsystem_trace.dylib (518.30.7) <6D34D1EA-2A3C-3D2D-803E-A666E6AEEE52> /usr/lib/system/libsystem_trace.dylib
0x7fffc19a4000 - 0x7fffc19a9ffb libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib
0x7fffc19aa000 - 0x7fffc19d3ff7 libxpc.dylib (972.30.7) <65E41BB6-EBD5-3D93-B0BE-B190CEE4DD93> /usr/lib/system/libxpc.dylib

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

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

VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 256K 3
Activity Tracing 256K 2
CG backing stores 4232K 7
CG image 128K 13
CoreUI image data 732K 6
CoreUI image file 180K 5
Foundation 4K 2
Image IO 108K 6
Kernel Alloc Once 8K 2
MALLOC 98.9M 44
MALLOC guard page 48K 10
Memory Tag 242 12K 2
STACK GUARD 56.0M 9
Stack 11.6M 9
VM_ALLOCATE 112K 20
__DATA 28.7M 261
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 113.3M 8
__TEXT 190.8M 264
__UNICODE 556K 2
mapped file 76.9M 20
shared memory 16.4M 14
=========== ======= =======
TOTAL 602.1M 690

Jon Ward

unread,
Mar 14, 2017, 6:17:09 AM3/14/17
to vim_mac

I've just noticed if you change Terminal to be anything other than xterm, xterm16, xterm256 vim works fine.

All of the .vimrc suggestions above failed form me. Even installing vim from homebrew didn't help.

Reply all
Reply to author
Forward
0 new messages