Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Xcode 10 quit unexpectedly while using the XVim2 plug-in. #190

Open
blueguyzhu opened this issue Oct 1, 2018 · 4 comments
Open

Xcode 10 quit unexpectedly while using the XVim2 plug-in. #190

blueguyzhu opened this issue Oct 1, 2018 · 4 comments

Comments

@blueguyzhu
Copy link

Resign xcode
build xvim2 successfully.

When launching Xcode and choosing load bundle, it took a long time. In the end, Xcode quit unexpectedly.

XVim2 commit: f51ce95

Here is crash stack:

Process: Xcode [5164]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 10.0 (14320.25)
Build Info: IDEFrameworks_Fall2018-14320025000000000~2
App Item ID: 497799835
App External ID: 828536089
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [5164]
User ID: 501

PlugIn Path: /Users/USER/Library/Application Support/Developer/*/XVim2
PlugIn Identifier: net.JugglerShu.XVim2
PlugIn Version: 1.0 (1)

Date/Time: 2018-10-01 22:33:53.135 +0200
OS Version: Mac OS X 10.14 (18A391)
Report Version: 12
Bridge OS Version: 3.0 (14Y664)
Anonymous UUID: 8565735E-2DA1-39D8-FA2A-C55076A8B284

Sleep/Wake UUID: 2AA94226-6CB7-40F5-87A7-7510555BA0DA

Time Awake Since Boot: 3900 seconds
Time Since Wake: 110 seconds

System Integrity Protection: enabled

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00007ffeeb56aff8
Exception Note: EXC_CORPSE_NOTIFY

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

VM Regions Near 0x7ffeeb56aff8:
MALLOC_TINY 00007fc1a1000000-00007fc1a1400000 [ 4096K] rw-/rwx SM=PRV
--> STACK GUARD 00007ffee7d6b000-00007ffeeb56b000 [ 56.0M] ---/rwx SM=NUL stack guard for thread 0
Stack 00007ffeeb56b000-00007ffeebd5f000 [ 8144K] rw-/rwx SM=COW thread 0

Application Specific Information:
ProductBuildVersion: 10A255

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_malloc.dylib 0x00007fff69b322eb tiny_malloc_from_free_list + 4
1 libsystem_malloc.dylib 0x00007fff69b31d71 tiny_malloc_should_clear + 273
2 libsystem_malloc.dylib 0x00007fff69b31bac szone_malloc_should_clear + 66
3 libsystem_malloc.dylib 0x00007fff69b32d3a malloc_zone_calloc + 99
4 libsystem_malloc.dylib 0x00007fff69b32cba calloc + 30
5 com.apple.CoreFoundation 0x00007fff3c8cee27 __CFStringAppendFormatCore + 7539
6 com.apple.CoreFoundation 0x00007fff3c941dd4 _CFStringAppendFormatAndArgumentsAux2 + 56
7 com.apple.CoreFoundation 0x00007fff3c941ed3 -[__NSCFString appendFormat:] + 207
8 net.JugglerShu.XVim2 0x000000011d338744 MakeXVimString + 228 (XVimKeyStroke.m:394)
9 net.JugglerShu.XVim2 0x000000011d337afe XVimStringFromKeyNotation + 1566 (XVimKeyStroke.m:461)
10 net.JugglerShu.XVim2 0x000000011d32ad3b -[XVimExCommand mapMode:withArgs:remap:] + 683 (XVimExCommand.m:874)
11 net.JugglerShu.XVim2 0x000000011d32a838 -[XVimExCommand map:inWindow:] + 120 (XVimExCommand.m:818)
12 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
13 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
14 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
15 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
16 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
17 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
18 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
19 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
20 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
21 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
22 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
23 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
24 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
25 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
26 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
27 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
28 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
29 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
30 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
31 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
32 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
33 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
34 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
35 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
36 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
37 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
38 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
39 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
40 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
41 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
42 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
43 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
44 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
45 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
46 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
47 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
48 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
49 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
50 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
51 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
52 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
53 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
54 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
55 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
56 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
57 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
58 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
59 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
60 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
61 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
62 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
63 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
64 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
65 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
66 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
67 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
68 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
69 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
70 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
71 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
72 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
73 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
74 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
75 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
76 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
77 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
78 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
79 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
80 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
81 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
82 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
83 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
84 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
85 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
86 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
87 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
88 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
89 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
90 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
91 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
92 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
93 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
94 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
95 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
96 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
97 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
98 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
99 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
100 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
101 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
102 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
103 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
104 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
105 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
106 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
107 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
108 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
109 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
110 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
111 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
112 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
113 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
114 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
115 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
116 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
117 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
118 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
119 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
120 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
121 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
122 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
123 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
124 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
125 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
126 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
127 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
128 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
129 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
130 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
131 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
132 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
133 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
134 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
135 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
136 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
137 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
138 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
139 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
140 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
141 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
142 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
143 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
144 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
145 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
146 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
147 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
148 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
149 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
150 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
151 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
152 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
153 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
154 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
155 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
156 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
157 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
158 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
159 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
160 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
161 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
162 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
163 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
164 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
165 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
166 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
167 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
168 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
169 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
170 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
171 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
172 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
173 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
174 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
175 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
176 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
177 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
178 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
179 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
180 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
181 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
182 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
183 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
184 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
185 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
186 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
187 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
188 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
189 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
190 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
191 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
192 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
193 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
194 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
195 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
196 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
197 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
198 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
199 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
200 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
201 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
202 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
203 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
204 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
205 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
206 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
207 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
208 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
209 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
210 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
211 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
212 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
213 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
214 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
215 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
216 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
217 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
218 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
219 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
220 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
221 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
222 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
223 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
224 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
225 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
226 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
227 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
228 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
229 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
230 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
231 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
232 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
233 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
234 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
235 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
236 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
237 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
238 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
239 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
240 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
241 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
242 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
243 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
244 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
245 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
246 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
247 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
248 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
249 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
250 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
251 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
252 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
253 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
254 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
255 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
256 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
257 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
258 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
259 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
260 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
261 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
262 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
263 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
264 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
265 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
266 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
267 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
268 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
269 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
270 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
271 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
272 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
273 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
274 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
275 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
276 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
277 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
278 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
279 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
280 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
281 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
282 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
283 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
284 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
285 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
286 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
287 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
288 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
289 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
290 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
291 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
292 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
293 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
294 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
295 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
296 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
297 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
298 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
299 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
300 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
301 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
302 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
303 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
304 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
305 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
306 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
307 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
308 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
309 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
310 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
311 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
312 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
313 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
314 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
315 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
316 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
317 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
318 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
319 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
320 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
321 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
322 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
323 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
324 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
325 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
326 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
327 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
328 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
329 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
330 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
331 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
332 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
333 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
334 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
335 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
336 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
337 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
338 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
339 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
340 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
341 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
342 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
343 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
344 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
345 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
346 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
347 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
348 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
349 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
350 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
351 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
352 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
353 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
354 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
355 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
356 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
357 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
358 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
359 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
360 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
361 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
362 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
363 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
364 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
365 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
366 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
367 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
368 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
369 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
370 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
371 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
372 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
373 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
374 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
375 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
376 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
377 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
378 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
379 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
380 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
381 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
382 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
383 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
384 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
385 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
386 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
387 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
388 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
389 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
390 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
391 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
392 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
393 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
394 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
395 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
396 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
397 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
398 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
399 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
400 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
401 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
402 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
403 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
404 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
405 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
406 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
407 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
408 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
409 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
410 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
411 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
412 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
413 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
414 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
415 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
416 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
417 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
418 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
419 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
420 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
421 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
422 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
423 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
424 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
425 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
426 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
427 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
428 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
429 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
430 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
431 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
432 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
433 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
434 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
435 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
436 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
437 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
438 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
439 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
440 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
441 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
442 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
443 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
444 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
445 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
446 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
447 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
448 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
449 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
450 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
451 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
452 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
453 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
454 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
455 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
456 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
457 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
458 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
459 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
460 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
461 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
462 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
463 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
464 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
465 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
466 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
467 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
468 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
469 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
470 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
471 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
472 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
473 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
474 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
475 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
476 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
477 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
478 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
479 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
480 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
481 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
482 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
483 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
484 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
485 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
486 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
487 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
488 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
489 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
490 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
491 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
492 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
493 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
494 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
495 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
496 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
497 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
498 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
499 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
500 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
501 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
502 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
503 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
504 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
505 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
506 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
507 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
508 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)
509 net.JugglerShu.XVim2 0x000000011d32cab7 -[XVimExCommand source:inWindow:] + 55 (XVimExCommand.m:1195)
510 net.JugglerShu.XVim2 0x000000011d329cd8 -[XVimExCommand executeCommand:inWindow:] + 1208 (XVimExCommand.m:655)
511 net.JugglerShu.XVim2 0x000000011d31d8da -[XVim parseRcFile] + 394 (XVim.m:196)

Thread 1:
0 libsystem_pthread.dylib 0x00007fff69b74408 start_wqthread + 0
1 ??? 0x0000000000000903 0 + 2307

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000001400 rbx: 0x0000000000000002 rcx: 0x0000000000000002 rdx: 0x0000000000000002
rdi: 0x0000000104724080 rsi: 0x0000000108fede00 rbp: 0x00007ffeeb56b000 rsp: 0x00007ffeeb56b000
r8: 0x0000000000000008 r9: 0x00007ffeeb56b168 r10: 0x0000000000000004 r11: 0x00007fff3c8d1274
r12: 0x0000000104724080 r13: 0x0000000108feca00 r14: 0x0000000108fede00 r15: 0x0000000000001400
rip: 0x00007fff69b322eb rfl: 0x0000000000010206 cr2: 0x00007ffeeb56aff8

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

Binary Images:
0x103e95000 - 0x103e97ff7 com.apple.dt.Xcode (10.0 - 14320.25) /Applications/Xcode.app/Contents/MacOS/Xcode
0x103ea1000 - 0x10448cfff com.apple.dt.DVTFoundation (10.0 - 14317.18) <8E0F2EFB-D614-385E-A34D-7603D7829588> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
0x104727000 - 0x104b14fff com.apple.dt.DVTKit (10.0 - 14317.18) <338624E4-45AD-3780-9D9A-449F210DE15D> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
0x104e27000 - 0x105643fff com.apple.dt.IDEFoundation (10.0 - 14320.25) <808B2C2D-C004-3752-B4EE-1AAC804CFFA9> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
0x105c16000 - 0x1065befff com.apple.dt.IDEKit (10.0 - 14320.25) /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
0x106d58000 - 0x106d68ff7 +libswiftAVFoundation.dylib (4.2 - 1000.11.37.1) <80762AC9-94FB-35EE-984E-6AF6C7FFF2CF> /Applications/Xcode.app/Contents/Frameworks/libswiftAVFoundation.dylib
0x106d7e000 - 0x107110ff7 +libswiftCore.dylib (4.2 - 1000.11.37.1) <8E89A76B-4A97-353C-82FB-1A27C7913503> /Applications/Xcode.app/Contents/Frameworks/libswiftCore.dylib
0x1073e9000 - 0x1073f0ff7 +libswiftCoreAudio.dylib (4.2 - 1000.11.37.1) <53A4C8C0-09A9-3AA3-9ACD-F062523B2755> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreAudio.dylib
0x1073fe000 - 0x107401fff +libswiftCoreFoundation.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftCoreFoundation.dylib
0x107409000 - 0x107418ff7 +libswiftCoreGraphics.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftCoreGraphics.dylib
0x10743f000 - 0x107444ff7 +libswiftCoreImage.dylib (4.2 - 1000.11.37.1) <35E6605A-9909-377B-83AF-CF08C0F22798> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreImage.dylib
0x10744b000 - 0x107455ff7 +libswiftCoreMedia.dylib (4.2 - 1000.11.37.1) <3A6EAD5B-D4ED-3B6A-BC80-B03396F52EDA> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreMedia.dylib
0x107462000 - 0x10746afff +libswiftDarwin.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftDarwin.dylib
0x10747b000 - 0x10747bff7 com.apple.assetvalidation-plugin (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/assetvalidation.xcplugin/Contents/MacOS/assetvalidation
0x10747f000 - 0x107498ff7 +libswiftDispatch.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftDispatch.dylib
0x1074d5000 - 0x10763dff7 +libswiftFoundation.dylib (4.2 - 1000.11.37.1) <39D7D55A-9561-35E9-8E30-707B95931DCD> /Applications/Xcode.app/Contents/Frameworks/libswiftFoundation.dylib
0x1077db000 - 0x1077defff +libswiftIOKit.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftIOKit.dylib
0x1077e4000 - 0x1077edfff +libswiftMetal.dylib (4.2 - 1000.11.37.1) <86F57E0F-E0CB-3742-A92C-C9D540B09494> /Applications/Xcode.app/Contents/Frameworks/libswiftMetal.dylib
0x1077ff000 - 0x107803fff +libswiftObjectiveC.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftObjectiveC.dylib
0x107810000 - 0x107816ff7 +libswiftQuartzCore.dylib (4.2 - 1000.11.37.1) <5F9CCBEA-9944-3713-ABD6-CFA722EE66B6> /Applications/Xcode.app/Contents/Frameworks/libswiftQuartzCore.dylib
0x10781f000 - 0x107822fff +libswiftXPC.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftXPC.dylib
0x10782a000 - 0x10786dfff +libswiftsimd.dylib (4.2 - 1000.11.37.1) <02AED5CC-8AD2-34E1-A4F6-530D8EE8444B> /Applications/Xcode.app/Contents/Frameworks/libswiftsimd.dylib
0x1078c4000 - 0x1078d8ff7 com.apple.dt.DVTJRPC (1.0 - 1) <2C30C808-5C80-32A9-81BB-96C473243D4F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTJRPC.framework/Versions/A/DVTJRPC
0x1078fa000 - 0x107902ff7 com.apple.dt.DVTDeviceControlServices (1.0 - 1) <5B2CF35D-869A-3FC8-BC29-FCA1ADE8AD5E> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceControlServices.framework/Versions/A/DVTDeviceControlServices
0x10791c000 - 0x10795dfff com.apple.DebugSymbols (185 - 185) /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT
0x107980000 - 0x107a0eff7 com.apple.CoreSymbolicationDT (10.0 - 64235.5) <27C4FA75-F981-3C1C-AC97-02C260555526> /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT
0x107a63000 - 0x107a66047 libobjc-trampolines.dylib (750) /usr/lib/libobjc-trampolines.dylib
0x107a6a000 - 0x107a92fff com.apple.dt.instruments.DTXConnectionServices (10.0 - 64258.6) /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
0x107abe000 - 0x107b87fff com.apple.dt.instruments.DVTInstrumentsFoundation (10.0 - 64258.6) /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation
0x107c3c000 - 0x107c50ff7 +libswiftAppKit.dylib (4.2 - 1000.11.37.1) <828449E3-9DAB-3507-897D-5FD00FD48169> /Applications/Xcode.app/Contents/Frameworks/libswiftAppKit.dylib
0x107c7d000 - 0x107c85fff +libswiftCoreData.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftCoreData.dylib
0x107c94000 - 0x107d21fdf com.apple.SymbolicationDT (10.0 - 64254.5) <17F63E6B-035B-3449-BD93-CAACDE6C5E7C> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT
0x107d80000 - 0x107d87ffb com.apple.kperfdataDT (1.0 - 1) <1BD30457-FA45-3352-BC66-52B1CC42DE1B> /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT
0x107d94000 - 0x107dcaff3 com.apple.libktrace (1.0 - 271.200.30) <00DCA260-5EC9-3FCA-9501-6B5F5A886F57> /Applications/Xcode.app/Contents/SharedFrameworks/ktraceDT.framework/Versions/A/ktraceDT
0x107de9000 - 0x107de9ff7 com.apple.XCWatchKit1Support (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support
0x107df0000 - 0x107e24ff7 com.apple.dt.instruments.DVTInstrumentsUtilities (10.0 - 64258.6) <0F6C0BC2-A9B8-3D8A-ABDC-B06B487558D0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities
0x107e62000 - 0x107e69fff +libswiftos.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftos.dylib
0x107e73000 - 0x107e7dff7 com.apple.dt.DVTServices (10.0 - 14317.18) <45E5CFE7-E9E7-3164-98CA-F7E579221C1A> /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices
0x107e8c000 - 0x107e8cfff com.apple.Metal (1.0 - 1) <8EF70134-E88D-327A-A377-D49FBC7A27A2> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
0x107e93000 - 0x107ed4ff7 com.apple.dt.DVTPortal (10.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal
0x107f0b000 - 0x108017fff com.apple.dt.XCTest (1.0 - 14302.9) <44E56129-EC76-3870-800C-7D9DC6489B16> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest
0x1080cd000 - 0x1080cdfff com.apple.IBCompilerPlugin (10.0 - 14313.18) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/IBCompilerPlugin.xcplugin/Contents/MacOS/IBCompilerPlugin
0x1080d3000 - 0x1080ebff3 com.apple.dt.DVTDeviceFoundation (10.0 - 1) <263CC068-457D-38FF-979C-42985487B8AC> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/Versions/A/DVTDeviceFoundation
0x108107000 - 0x108107ff7 com.apple.xcode.compilers.coredata (12.0 - 14306.16) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
0x10810d000 - 0x108141ffb com.apple.dt.XCTAutomationSupport (1.0 - 1) <4CB47649-7FB1-33EC-BB60-31E110BEDC23> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/Versions/A/XCTAutomationSupport
0x10816d000 - 0x108207fff com.apple.dt.SourceKit (1.0 - 14232.1) /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/SourceKit
0x108241000 - 0x1082c5fff com.apple.dt.DVTAnalytics (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics
0x10834d000 - 0x108384ff7 com.apple.dt.DVTDocumentation (1.0 - 14317.18) <3ADB94D6-39E3-37DB-9390-7105DBD94735> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/DVTDocumentation
0x1083c2000 - 0x1084acff7 com.apple.DNTDocumentationModel (1.0 - 14230.2) <58FA11C6-CF9B-3AFF-BF23-8CEBC60AA259> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationModel.framework/Versions/A/DNTDocumentationModel
0x1085e2000 - 0x108736fff com.apple.DNTDocumentationSupport (1.0 - 14230.2) <5577858A-2B6E-3B1C-8899-D70774B7F50B> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationSupport.framework/Versions/A/DNTDocumentationSupport
0x10886e000 - 0x108889ffb com.apple.dt.XCTDaemonControl (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControl.framework/Versions/A/XCTDaemonControl
0x1088ad000 - 0x1089bcff3 com.apple.LocFramework (2.0 - 39) <41A31F59-F143-3909-B483-336DF1C828CE> /Applications/Xcode.app/Contents/SharedFrameworks/Localization.framework/Versions/A/Localization
0x108a1f000 - 0x108ab2fff com.apple.dt.Xcode.DVTSourceControl (10.0 - 14250.6) <129E1DCA-4326-3C35-B91F-854DB22BE400> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
0x108b1e000 - 0x108b38ffb com.apple.dt.XcodeKit (10.0 - 14320.25) /Applications/Xcode.app/Contents/Developer/Library/Frameworks/XcodeKit.framework/Versions/A/XcodeKit
0x108b55000 - 0x108bbcff7 com.apple.DNTSourceKitSupport (1.0 - 14230.2) /Applications/Xcode.app/Contents/SharedFrameworks/DNTSourceKitSupport.framework/Versions/A/DNTSourceKitSupport
0x108c05000 - 0x108c18ff7 +libswiftXCTest.dylib (4.2 - 1000.11.37.1) <1F9BE1AC-21A5-33D7-B1B8-FB0E66D3D127> /Applications/Xcode.app/Contents/Frameworks/libswiftXCTest.dylib
0x108c25000 - 0x108c50ff7 com.apple.dt.DVTAnalyticsClient (10.0 - 1) <793E3742-AB01-31AF-BD82-C95A05E051A4> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient
0x108c98000 - 0x108d6dff7 com.apple.DNTTransformer (1.0 - 14230.2) /Applications/Xcode.app/Contents/SharedFrameworks/DNTTransformer.framework/Versions/A/DNTTransformer
0x108e34000 - 0x108e6aff7 com.apple.dt.IDEProducts (1.0 - 1) <41E64169-8B14-3617-8FCD-FDF99E8E0155> /Applications/Xcode.app/Contents/SharedFrameworks/IDEProducts.framework/Versions/A/IDEProducts
0x108e95000 - 0x108e97ff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
0x108ea0000 - 0x108f77fff com.apple.dt.instruments.DTGraphKit (10.0 - 64251.5) /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
0x10a667000 - 0x10a66eff7 com.apple.CoreSimulator.CoreSimulatorUtilities (572.2 - 572.2) <21DAF2C0-59AB-3484-9E06-4AB9F83E589A> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimulatorUtilities.framework/Versions/A/CoreSimulatorUtilities
0x10a677000 - 0x10a681ffb com.apple.CoreSimulator.CoreSimDeviceIO (572.2 - 572.2) <349901CB-0359-3185-A136-39DFBE1117CD> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimDeviceIO.framework/Versions/A/CoreSimDeviceIO
0x10a68f000 - 0x10a68ffff com.apple.IDEWatchKit1SupportUI (10.0 - 14206) <95888011-6121-3E3D-851A-9755D03F9132> /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI
0x10a69a000 - 0x10a7186a7 dyld (625.13) /usr/lib/dyld
0x10a77b000 - 0x10d325fff +libclang.dylib (1000.11.45.2) <66AF6457-A439-344C-A185-001B6960CC73> /Applications/Xcode.app/Contents/Frameworks/libclang.dylib
0x10dd20000 - 0x10fd05ff7 +libLTO.dylib (1000.11.45.2) <83E2866A-0B30-313D-AD78-0AA72D679631> /Applications/Xcode.app/Contents/Frameworks/libLTO.dylib
0x111d4c000 - 0x111da1ff3 com.apple.dt.dbg.DebuggerFoundation (10.0 - 14315.18) <3FD0F64F-37A3-3951-AB8F-98CFE8D96BA8> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
0x111de9000 - 0x111e72ff7 com.apple.CoreSimulator (572.2 - 572.2) <8232F002-3F37-31E8-BA30-FC7FAD6ADD29> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator
0x111eb9000 - 0x111ed7fff com.apple.dt.DebugHierarchyFoundation (1.0 - 2) <095560BD-0966-3D7E-9516-894C2D1F93AD> /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyFoundation.framework/Versions/A/DebugHierarchyFoundation
0x111ef4000 - 0x111f0aff7 com.apple.dt.DebugHierarchyKit (1.0 - 2) /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyKit.framework/Versions/A/DebugHierarchyKit
0x111f28000 - 0x111f29ffb com.apple.dt.dbg.DebuggerLLDBService (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
0x111f31000 - 0x111f39fff com.apple.DevToolsFoundation (12.0 - 14306.16) <5F292908-2CBF-3AB9-A552-27F2D72F307D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
0x112049000 - 0x11204eff7 com.apple.dt.XCTDaemonControlMobileDevice (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControlMobileDevice.framework/Versions/A/XCTDaemonControlMobileDevice
0x11205a000 - 0x112070ff3 com.apple.DVTiPhoneSimulatorRemoteClient (10.0 - 14277.17) <29F0F4C1-0BE3-3C46-BCAD-B9A3937827C0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
0x1127d2000 - 0x11285dff7 com.apple.dt.IBAutolayoutFoundation (10.0 - 14313.18) <67B1E2BC-1EA3-37D6-B7FC-50F8089D8734> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
0x1128c0000 - 0x1129fbfff com.apple.dt.IBFoundation (10.0 - 14313.18) /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
0x112ae4000 - 0x112bcffff com.apple.AppleCV3D (1.21.3 - 1.21.3) /Applications/Xcode.app/Contents/SharedFrameworks/AppleCV3D.framework/Versions/A/AppleCV3D
0x112bdf000 - 0x112c62fff com.apple.dt.dbg.DebuggerLLDB (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
0x112ce9000 - 0x116de4ff7 com.apple.LLDB.framework (1.1000.11.37.1 - 1000.11.37.1) <6597E0E4-0EE1-3D26-B107-4D18DE3E19A7> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
0x1180e3000 - 0x11812eff7 com.apple.LLDBRPC (1.0 - 1000.11.37.1) <2F96F707-902C-3B9A-B0C2-A4425F216D04> /Applications/Xcode.app/Contents/SharedFrameworks/LLDBRPC.framework/Versions/A/LLDBRPC
0x118168000 - 0x1181edff7 com.apple.dt.IDE.Xcode3Core (10.0 - 14306.16) <09F1B1A9-66E5-3547-9336-AF475E979B92> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
0x11823f000 - 0x11860bfff com.apple.Xcode.DevToolsCore (12.0 - 14306.16) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
0x1187de000 - 0x118813ffb com.apple.Xcode.DevToolsSupport (12.0 - 14306.16) <0FF0C5DF-9371-341E-9C85-7F7162C5C839> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
0x11883e000 - 0x1188e1ff7 com.apple.dt.IDE.IDEiOSSupportCore (10.0 - 14277.17) <2C6D57AA-10F0-38B3-AF06-7495A0F9203B> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
0x118952000 - 0x1189f4ff7 com.apple.DTDeviceKitBase (10.0 - 14277.17) <2BDD1091-31E0-35C5-B844-C145E74345D9> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
0x118a5f000 - 0x118bc8fe7 com.apple.mobiledevice (988.200.77.100.1 - 988.200.77.100.1) <08E91D2C-64CE-3BCF-BA7F-A98331C8B1B0> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
0x118c65000 - 0x118c68ff7 com.apple.XCWatchOSSupport (1.0 - 1) <369005B3-BE1A-35D0-8AB9-38D1957E9D85> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchOSSupport.xcplugin/Contents/MacOS/XCWatchOSSupport
0x118c71000 - 0x118c8eff3 com.apple.dt.XCLanguageSupport (10.0 - 14226.3) <96332753-665A-388E-97C4-15EF01D86C81> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
0x118ca3000 - 0x118ca6ffb com.apple.xcode.compilers.mlkit (12.0 - 14214) <057D1F29-96CA-321F-9AAC-5FAB4FEA0E6D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/MLKit.xcplugin/Contents/MacOS/MLKit
0x118cae000 - 0x118cb2ffb com.apple.xcode.compilers.intents (10.0 - 14269.7) <0A5E1B3D-B50A-3047-8C6A-E75E6A1BD792> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Intents.xcplugin/Contents/MacOS/Intents
0x118cbb000 - 0x118cc6fff com.apple.xcode.plug-in.CoreBuildTasks (12.0 - 14306.16) <3CB906A2-0423-3466-A40F-DDF7850A375C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
0x118cfd000 - 0x118cfdff7 com.apple.compilers.clang (12.0 - 14306.16) <9D9F96A2-3E11-3C4A-905E-5A4FCAFC3765> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0
0x118d03000 - 0x118d04fff com.apple.dt.IDEWatchSupportCore (1.0 - 1) <0215268D-3EB6-3E05-B860-C49E66108CF3> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore
0x118d0c000 - 0x118d0effb com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore
0x118d19000 - 0x118d1effb com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore
0x118d27000 - 0x118d2cfff com.apple.dt.IDE.IDEOSXSupportCore (10.0 - 14219) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
0x11d2d4000 - 0x11d35dfff +net.JugglerShu.XVim2 (1.0 - 1) <46A71D16-DFEE-371F-BE42-7F5FEBE469E9> /Users/USER/Library/Application Support/Developer/*/XVim2
0x7fff3170e000 - 0x7fff31a6bff7 com.apple.RawCamera.bundle (8.10.0 - 1031) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff31a6e000 - 0x7fff31bb9ff7 com.apple.AMDMTLBronzeDriver (2.0.36 - 2.0.0) <39929A89-44C7-3534-B6A4-AA31B027414A> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
0x7fff35e9b000 - 0x7fff36123ff7 com.apple.driver.AppleIntelSKLGraphicsMTLDriver (12.0.34 - 12.0.0) <89DD88F0-9AA4-3A37-88FB-E542BB56B417> /System/Library/Extensions/AppleIntelSKLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelSKLGraphicsMTLDriver
0x7fff3881a000 - 0x7fff38a08ff3 com.apple.avfoundation (2.0 - 1540.118.2) <1EE74E35-F16B-3034-AEA5-723198E519F8> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff38a09000 - 0x7fff38ad7ff7 com.apple.audio.AVFAudio (1.0 - ???) <727A6D92-D1F2-3179-80D3-51F1481F5A87> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff38be5000 - 0x7fff38be5fff com.apple.Accelerate (1.11 - Accelerate 1.11) <2C602CED-72CA-37C2-BDF5-31697FC9100B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff38be6000 - 0x7fff38bfcfe3 libCGInterfaces.dylib (506.19) <6455899E-BAC7-34D1-802B-FFE19A2337E2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff38bfd000 - 0x7fff3929dfe3 com.apple.vImage (8.1 - ???) <65912AFB-D4C1-3494-AE97-DDFDAF3BE1EB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff3929e000 - 0x7fff39515fd7 libBLAS.dylib (1243.200.4) <76710990-AE2B-300E-88BB-797ABAD74956> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff39516000 - 0x7fff39588fe7 libBNNS.dylib (38.200.5) <5F3A4021-8FF8-30E8-B84A-AA2BD70F4151> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff39589000 - 0x7fff3992ffff libLAPACK.dylib (1243.200.4) <45722A8A-5788-3C4C-ADD9-1812763FA635> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff39930000 - 0x7fff39945ffb libLinearAlgebra.dylib (1243.200.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff39946000 - 0x7fff3994bff3 libQuadrature.dylib (3.200.2) <6FFAC142-415D-3AF0-BC09-336302F11934> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff3994c000 - 0x7fff399c9ffb libSparse.dylib (79.200.5) <0D7E71A4-10D2-3979-B386-D2426ADAF6D7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff399ca000 - 0x7fff399ddffb libSparseBLAS.dylib (1243.200.4) <00D6FC17-B739-3259-90A4-92AC8BBE03D6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff399de000 - 0x7fff39bc2ff3 libvDSP.dylib (671.201.1) <716585BD-04D7-30A9-B315-689184275E38> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff39bc3000 - 0x7fff39c78ff3 libvMisc.dylib (671.201.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff39c79000 - 0x7fff39c79fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff39c7a000 - 0x7fff39cddffb com.apple.Accounts (113 - 113) <516F1A48-D158-3888-91AC-E1C7C3F9CCDD> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff39ce0000 - 0x7fff39e29fff com.apple.AddressBook.framework (11.0 - 1882) <0BA145CD-5D42-31A9-8A41-E56A01589D01> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff39e2a000 - 0x7fff3ac49ff3 com.apple.AppKit (6.9 - 1671) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff3ac9b000 - 0x7fff3ac9bfff com.apple.ApplicationServices (50.1 - 50.1) <1B71604B-9AC5-3A2F-8CB7-0EFA34A20F12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff3ac9c000 - 0x7fff3ad07ff7 com.apple.ApplicationServices.ATS (377 - 453.11) <7599E619-EE21-3EB7-875B-AE3B8D3E13BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff3ada0000 - 0x7fff3aebffff libFontParser.dylib (228.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff3aec0000 - 0x7fff3af0bfff libFontRegistry.dylib (228.12) <480D472D-C8FB-321D-86EC-2EA6927A97AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff3af6a000 - 0x7fff3af9dff7 libTrueTypeScaler.dylib (228.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff3b007000 - 0x7fff3b00bff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <90641B6B-D07B-3577-B594-965825544B60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff3b0a8000 - 0x7fff3b0faff3 com.apple.HIServices (1.22 - 627.14.2) <01F309D6-32E7-3C4F-A38B-8206EE3076CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff3b0fb000 - 0x7fff3b109ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <67BC5855-B7A3-39E6-B5DD-52B287EB1532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff3b10a000 - 0x7fff3b156fff com.apple.print.framework.PrintCore (14.0 - 503.7) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff3b157000 - 0x7fff3b192ff7 com.apple.QD (3.12 - 407.2) <94A30038-C545-327A-B1C0-E19C79D62BAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff3b193000 - 0x7fff3b19fff7 com.apple.speech.synthesis.framework (8.0.15 - 8.0.15) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff3b1a0000 - 0x7fff3b43cff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <89D2529D-CF36-3081-A700-70892F888718> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff3b43e000 - 0x7fff3b43efff com.apple.audio.units.AudioUnit (1.14 - 1.14) <8B9A5ADB-E62C-3838-BB5E-AF20CAE449CC> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff3b7a2000 - 0x7fff3bb63ff7 com.apple.CFNetwork (974.1 - 974.1) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff3bb78000 - 0x7fff3bb78fff com.apple.Carbon (158 - 158) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff3bb79000 - 0x7fff3bb7cffb com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff3bb7d000 - 0x7fff3be84ff7 com.apple.HIToolbox (2.1.1 - 916.32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff3be85000 - 0x7fff3be88ffb com.apple.help (1.3.8 - 66) <4392A63F-9B58-3248-BF73-B46AD3744E6E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff3be89000 - 0x7fff3be8eff7 com.apple.ImageCapture (9.0 - 1529.7) <364EDC6B-6374-31A7-A637-0044B73F8DBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff3be8f000 - 0x7fff3bf23ff3 com.apple.ink.framework (10.9 - 225) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff3bf24000 - 0x7fff3bf3efff com.apple.openscripting (1.7 - 178) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff3bf5f000 - 0x7fff3bf60fff com.apple.print.framework.Print (14.0 - 267.3) <5CD250DF-98AD-30B8-A5D5-47634FF9E74D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff3bf61000 - 0x7fff3bf63ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff3bf64000 - 0x7fff3bf6aff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1C38B9CB-DD45-3A7B-9D4C-631855A4EE32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff3c091000 - 0x7fff3c091fff com.apple.Cocoa (6.11 - 23) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff3c09f000 - 0x7fff3c16bfff com.apple.ColorSync (4.13.0 - 3340) <0618DA46-5A5E-339D-BB2F-ED66A2BFCCF9> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff3c16c000 - 0x7fff3c260ff3 com.apple.contacts (1.0 - 2899) /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
0x7fff3c306000 - 0x7fff3c396fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <5845D43B-BBB5-343B-A164-6F9E2C53CFA3> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff3c3fc000 - 0x7fff3c427ff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff3c428000 - 0x7fff3c7c8feb com.apple.CoreData (120 - 865.2) <90A5058F-A5AF-311A-81CC-B20C2AC9E85E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff3c7c9000 - 0x7fff3c8b2fff com.apple.CoreDisplay (101.3 - 101.17.6) <4AE5C221-B8E1-3A4F-91E0-96ED5926E82B> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff3c8b3000 - 0x7fff3cd02fff com.apple.CoreFoundation (6.9 - 1555.10) <4A4C87BC-4C8E-392A-ABEE-824D4074C485> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff3cd04000 - 0x7fff3d391fff com.apple.CoreGraphics (2.0 - 1245.8.4.8) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff3d393000 - 0x7fff3d6b8ff7 com.apple.CoreImage (14.0.0 - 700.2.220) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff3d79a000 - 0x7fff3da09ff7 com.apple.CoreML (1.0 - 1) /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
0x7fff3da0a000 - 0x7fff3db0bff3 com.apple.CoreMedia (1.0 - 2280.133.4) <5E733D6B-B683-3931-9D02-82300A43378D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff3db0c000 - 0x7fff3db6efff com.apple.CoreMediaIO (900.0 - 5025) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff3db6f000 - 0x7fff3db6ffff com.apple.CoreServices (933 - 933) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff3db70000 - 0x7fff3dbeeffb com.apple.AE (768 - 768) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff3dbef000 - 0x7fff3dec7ff7 com.apple.CoreServices.CarbonCore (1178.11 - 1178.11) <9FBE7BFB-3A81-37AC-8E15-E6F7932BBDC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff3dec8000 - 0x7fff3df12ff7 com.apple.DictionaryServices (1.2 - 284.16.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff3df13000 - 0x7fff3df1bffb com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff3df1c000 - 0x7fff3e0e7ff7 com.apple.LaunchServices (933 - 933) <4614A4B4-C358-3460-9FA7-DF8D6C466806> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff3e0e8000 - 0x7fff3e18affb com.apple.Metadata (10.7.0 - 1191.51) <6B9CCA98-6F68-3908-A7A9-96D3E2AE5968> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff3e18b000 - 0x7fff3e1d6ff7 com.apple.CoreServices.OSServices (933 - 933) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff3e1d7000 - 0x7fff3e245ff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff3e246000 - 0x7fff3e26affb com.apple.coreservices.SharedFileList (71.27 - 71.27) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff3e5ad000 - 0x7fff3e712fff com.apple.CoreText (352.0 - 584.24) <5B55B533-F4DE-32CE-8739-16FFFA1A64F8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff3e713000 - 0x7fff3e750fff com.apple.CoreVideo (1.8 - 0.0) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff3e751000 - 0x7fff3e7e7ffb com.apple.framework.CoreWLAN (13.0 - 1370.8) <19E41424-B956-34DF-AE02-9822308FA3DC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff3e977000 - 0x7fff3e982ffb com.apple.DirectoryService.Framework (10.14 - 207.200.4) <222097B7-D721-3F27-9798-ACC95E73F233> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff3e983000 - 0x7fff3ea3dff7 com.apple.DiscRecording (9.0.3 - 9030.4.5) <55E40DE0-500B-3AC4-81BA-4A54BC04740C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff3ea64000 - 0x7fff3ea69fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff3ec32000 - 0x7fff3f000fff com.apple.Foundation (6.9 - 1555.10) <0CCAF9AF-F7AF-3174-98D4-6C188B1079CC> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff3f002000 - 0x7fff3f02cff7 com.apple.GLKit (1.0 - 101) <9D54B1E5-D6AC-3F68-8261-954127345FDD> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
0x7fff3f071000 - 0x7fff3f0a1ff3 com.apple.GSS (4.0 - 2.0) <74ACB1A1-A5A4-3180-AC00-688C94AA4434> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff3f1ba000 - 0x7fff3f2c3ff3 com.apple.Bluetooth (6.0.8 - 6.0.8f6) <6CB8A08E-1154-3333-83CC-2A939AC94562> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff3f325000 - 0x7fff3f3b6fff com.apple.framework.IOKit (2.0.2 - 1483.201.1) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff3f3b8000 - 0x7fff3f3c2ff7 com.apple.IOSurface (255.1 - 255.1) <538F0257-A408-36AF-AB1E-1D7037D6359E> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff3f3c3000 - 0x7fff3f418ff7 com.apple.ImageCaptureCore (1.0 - 1529.7) <3A387CA8-BC6E-3554-91FB-42C074EECDA7> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff3f419000 - 0x7fff3f5adff7 com.apple.ImageIO.framework (3.3.0 - 1796.5.4.1) <9D078F50-BB75-3D04-8636-3FDDAB9C95DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff3f5ae000 - 0x7fff3f5b2ffb libGIF.dylib (1796.5.4.1) <93AD6FB9-03BA-350E-AF98-D371A2BFD58F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff3f5b3000 - 0x7fff3f698fef libJP2.dylib (1796.5.4.1) <3780EB9B-5219-385D-9472-17B0397697A5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff3f699000 - 0x7fff3f6beff7 libJPEG.dylib (1796.5.4.1) <83CA8BEB-34BD-3B58-A704-C6A875984FAD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff3f991000 - 0x7fff3f9b7fe7 libPng.dylib (1796.5.4.1) <9F30FA63-8AB2-3646-A6A8-FCE9F8436C35> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff3f9b8000 - 0x7fff3f9baff7 libRadiance.dylib (1796.5.4.1) <2C07887C-0584-3538-A9EC-3988AA5B234B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff3f9bb000 - 0x7fff3fa09fff libTIFF.dylib (1796.5.4.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff3fd05000 - 0x7fff40a87ff7 com.apple.JavaScriptCore (14606 - 14606.1.36.1.9) <7FF80E53-3D6B-33BF-9538-A263513475EC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff40a9f000 - 0x7fff40ab8fff com.apple.Kerberos (3.0 - 1) <8BE3D524-257D-3663-A937-F1AC76BDF4D9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff40ab9000 - 0x7fff40aeeffb com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff40d75000 - 0x7fff40d7ffff com.apple.MediaAccessibility (1.0 - 114.4) <29D89F2B-6254-3D0D-BD0C-8472FCA373F4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff40e39000 - 0x7fff414d5ff7 com.apple.MediaToolbox (1.0 - 2280.133.4) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff414d7000 - 0x7fff4156afff com.apple.Metal (157.55 - 157.55) <49CD402F-20CB-3930-B997-BBDC495ABF64> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff4156c000 - 0x7fff41586ff3 com.apple.MetalKit (1.0 - 113) <8949A0FA-337E-3C28-94D1-35853D69761B> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
0x7fff41587000 - 0x7fff415a7ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <9A841A76-43BC-3220-A4DA-99137C42A0BC> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff415a8000 - 0x7fff41625fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff41626000 - 0x7fff4164efff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <8C57A3A2-8EBB-3401-87FC-368D1BE6DAAC> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff4164f000 - 0x7fff41776ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff41777000 - 0x7fff41792ff7 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <8F02CFCA-41E1-3194-915F-3106E8B48B32> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff41793000 - 0x7fff41793ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <8B715D78-8357-38F4-A03C-926EE967CE71> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff41794000 - 0x7fff42911fff com.apple.ModelIO (1.0 - 1) /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO
0x7fff42992000 - 0x7fff4299effb com.apple.NetFS (6.0 - 4.0) <529E29A9-5E77-3A8C-A982-CF55F949FE5D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff4299f000 - 0x7fff42adeff7 com.apple.Network (1.0 - 1) /System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff4545e000 - 0x7fff454b7ff7 com.apple.opencl (2.12.1 - 2.12.1) <3EAE5BC8-E948-3926-9319-9DAC2A8B5484> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff454b8000 - 0x7fff454d4ff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) <7E4EFF02-2596-31E6-88DE-29C89E2837E4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff454d5000 - 0x7fff454e1ffb com.apple.OpenDirectory (10.14 - 207.200.4) <52A3918E-0F7A-33FD-87EE-21A37B37D13B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff45e44000 - 0x7fff45e46fff libCVMSPluginSupport.dylib (17.0.37) <38A18A32-BBF2-3A0F-AE37-51734B6CA91A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff45e47000 - 0x7fff45e4cff3 libCoreFSCache.dylib (163.20) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff45e4d000 - 0x7fff45e51fff libCoreVMClient.dylib (163.20) <45A2C724-F3D1-316A-9A41-CAB8E2A390EC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff45e52000 - 0x7fff45e5affb libGFXShared.dylib (17.0.37) <267B40DF-2939-3D76-89FA-E8DBDEE96D92> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff45e5b000 - 0x7fff45e66fff libGL.dylib (17.0.37) <2E25A83B-B560-34A1-B474-3027C8B75BA4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff45e67000 - 0x7fff45ea1fef libGLImage.dylib (17.0.37) <49C5F799-66E5-3A81-AF88-948DD0E583FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff46015000 - 0x7fff46052fff libGLU.dylib (17.0.37) <79555E42-B816-3106-8FA0-FC14A54AE8B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff46a02000 - 0x7fff46a11ff3 com.apple.opengl (17.0.37 - 17.0.37) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff46ca3000 - 0x7fff46d92ff7 org.python.python (2.7.10 - 2.7.10) <737F51C7-98A2-3ACB-A54B-844A72DB85A2> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x7fff46d93000 - 0x7fff46eddfff com.apple.QTKit (7.7.3 - 3034) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff46ede000 - 0x7fff47139fff com.apple.imageKit (3.0 - 1067) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff4713a000 - 0x7fff47226fff com.apple.PDFKit (1.0 - 737.3) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff47227000 - 0x7fff4773dff7 com.apple.QuartzComposer (5.1 - 370) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff4773e000 - 0x7fff47764ff3 com.apple.quartzfilters (1.10.0 - 83) <06F25528-5474-39BF-BCD4-DD6B3203EA3C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff47765000 - 0x7fff4786bff7 com.apple.QuickLookUIFramework (5.0 - 775) <41F1FDD0-C99A-36D3-AC3A-A5E604D77F63> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff4786c000 - 0x7fff4786cfff com.apple.quartzframework (1.5 - 23) <103A742C-50F3-3A4A-B787-FDD35F36B6F1> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff4786d000 - 0x7fff47ac3fff com.apple.QuartzCore (1.11 - 693.16.4.2) <2C9E3279-3F97-3440-B937-E5FE888232E2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff47ac4000 - 0x7fff47b1dff7 com.apple.QuickLookFramework (5.0 - 775) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff47ce4000 - 0x7fff47cfcffb com.apple.SafariServices.framework (14606 - 14606.1.36.1.9) <99E7035E-6B88-3F4D-A042-A24BEDCB0666> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff482f8000 - 0x7fff48310fff com.apple.ScriptingBridge (1.4 - 77) <3502C869-965C-3D65-AC25-D18636CBA127> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff48311000 - 0x7fff48637fff com.apple.security (7.0 - 58286.200.222) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff48638000 - 0x7fff486c7fff com.apple.securityfoundation (6.0 - 55185.200.14) <770D67D1-3DA6-3FD3-8531-376712BA4F60> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff486c8000 - 0x7fff486f8ffb com.apple.securityinterface (10.0 - 55109.200.8) <8BDA8A18-C4EB-3267-96AB-0C2F2321866D> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff486f9000 - 0x7fff486fdff3 com.apple.xpc.ServiceManagement (1.0 - 1) <20DB899D-3BAF-36FD-86A6-F66A82074607> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff48aba000 - 0x7fff48b2aff3 com.apple.SystemConfiguration (1.17 - 1.17) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff48d8b000 - 0x7fff490edff7 com.apple.VideoToolbox (1.0 - 2280.133.4) <468A9F6D-33AB-31D3-A8A3-A6A432033C9E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff493fb000 - 0x7fff49989ff7 libwebrtc.dylib (7606.1.36.1.9) <9D8EADA7-921A-377C-8B0F-5A1D42AC43A7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
0x7fff4998a000 - 0x7fff4b20aff7 com.apple.WebCore (14606 - 14606.1.36.1.9) <099B8FA5-D49D-3C7E-B40A-613CA6E7B769> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff4b20b000 - 0x7fff4b3faffb com.apple.WebKitLegacy (14606 - 14606.1.36.1.9) <60C1D461-49C9-3B8B-9BD4-B95F1D18335F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff4b3fb000 - 0x7fff4b8f8fff com.apple.WebKit (14606 - 14606.1.36.1.9) <5E4AF277-D207-3647-9D5C-A6F1543A2D4D> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff4bd8f000 - 0x7fff4be34ff7 com.apple.APFS (1.0 - 1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff4c3bd000 - 0x7fff4c3c3ff3 com.apple.accessibility.AXCoreUtilities (1.0 - 1) /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
0x7fff4c6f8000 - 0x7fff4c854ffb com.apple.AddressBook.core (1.0 - 1) <68F1FB1D-2198-3FC6-AC27-94BD7E058058> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
0x7fff4c870000 - 0x7fff4c871ff3 com.apple.AggregateDictionary (1.0 - 1) <1DEBBE36-8945-3AD8-BD48-2850AD845711> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff4cc1d000 - 0x7fff4cd66ff3 com.apple.AnnotationKit (1.0 - 232.3.27) <2F217C3B-CF60-355B-97B4-AF7CB62CA822> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
0x7fff4cd67000 - 0x7fff4cd83ff7 com.apple.AppContainer (4.0 - 360.200.31) <1A86C83E-1FCA-3418-ACBE-07A2A1711920> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff4cd84000 - 0x7fff4cd91ff7 com.apple.AppSandbox (4.0 - 360.200.31) <3DE86891-CEA4-373B-B2B5-F6EF8D86D522> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff4ce6c000 - 0x7fff4ce98ff7 com.apple.framework.Apple80211 (13.0 - 1375.14) <79EBF155-EAB2-37EE-BF8C-57BC453217B1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff4d174000 - 0x7fff4d183fcf com.apple.AppleFSCompression (96.200.3 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff4d281000 - 0x7fff4d28cfff com.apple.AppleIDAuthSupport (1.0 - 1) <5362D9AD-A2AE-3436-97CE-C353124504E5> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff4d2cd000 - 0x7fff4d316ff3 com.apple.AppleJPEG (1.0 - 1) <9A690E6E-F987-3660-BED6-B1A4D1906B6C> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff4d317000 - 0x7fff4d327ff3 com.apple.AppleLDAP (10.14 - 46.200.2) <1CA0C188-D060-3B80-84A1-6FA90812AF11> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
0x7fff4d540000 - 0x7fff4d560ff7 com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff4d561000 - 0x7fff4d565ff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff4d566000 - 0x7fff4d58eff7 com.apple.applesauce (1.0 - ???) <60BB16D6-DE7E-356A-B9DE-F73EE179934A> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff4d655000 - 0x7fff4d658ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <2449197F-DF0D-32BB-B0B1-D78855528692> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff4d659000 - 0x7fff4d6a9fff com.apple.AppleVAFramework (5.0.44 - 5.0.44) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff4d6f4000 - 0x7fff4d70affb com.apple.AssertionServices (1.0 - 1) <8FB0D908-6C46-3399-92D6-4E7D4B5F4F19> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff4da3a000 - 0x7fff4dcddffb com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff4dcde000 - 0x7fff4dd4aff7 com.apple.AuthKitUI (1.0 - 1) <39DA95D3-0A9E-3927-942E-102A1B9A8815> /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI
0x7fff4deae000 - 0x7fff4deb7ff3 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <972F41B3-7DF7-3BF1-ACCA-A093A4328ADF> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff4deb8000 - 0x7fff4df5aff7 com.apple.backup.framework (1.10 - ???) <46534B04-DD0E-357B-9CB5-F88AAC6AF4ED> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff4df5b000 - 0x7fff4dfccffb com.apple.BaseBoard (360.18.4 - 360.18.4) <709EF03C-5BCE-3F47-BD58-A48C1F9378A5> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff4dfd5000 - 0x7fff4dfdbff3 com.apple.BezelServicesFW (317 - 317) <44601C3E-4808-38A4-A554-71F36000B003> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fff4e055000 - 0x7fff4e091ffb com.apple.bom (14.0 - 197) <8BD14107-DB70-3800-9377-618CA230B40A> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff4e377000 - 0x7fff4e396ffb com.apple.CacheDelete (1.0 - 1) <366C4160-5238-363E-8D0E-13D059AFF6F8> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete
0x7fff4e75f000 - 0x7fff4e78dfff com.apple.CalendarAgentLink (8.0 - 250) <3741CC99-814F-3E74-97A7-B658D8DB5C72> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
0x7fff4ee6e000 - 0x7fff4eebbfff com.apple.ChunkingLibrary (194 - 194) <13F1F769-E8E7-372A-8F0B-2BB4B7753248> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff4fb6e000 - 0x7fff4fb7afff com.apple.CommerceCore (1.0 - 708.0.78) <98B0DA78-EFDF-32E6-851C-1F00F2C7406E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff4fb7b000 - 0x7fff4fb84fff com.apple.CommonAuth (4.0 - 2.0) <7105F266-35C3-3582-9383-A2A9D7184A7B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff4fb98000 - 0x7fff4fbaeffb com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff4fcd9000 - 0x7fff4fd4cff7 com.apple.framework.ConfigurationProfiles (11.0 - 1120) <99B2C23F-FE9A-3A6C-BE30-C100C3A852D2> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
0x7fff4fe62000 - 0x7fff4feccff7 com.apple.AddressBook.ContactsFoundation (8.0 - ???) <2A910333-619F-3A27-B40E-0A4BF0F75AA8> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff4fecd000 - 0x7fff4fef1ffb com.apple.contacts.ContactsPersistence (1.0 - ???) <1700A26A-3951-3B33-B503-B0272BF33C3D> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fff50034000 - 0x7fff5040bfef com.apple.CoreAUC (273.0.0 - 273.0.0) <288EC7ED-A86A-30D0-ADE2-56C33CD93AA8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff5040c000 - 0x7fff5043dfff com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <507AC58B-4527-353B-99CB-67FF183BD4D5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff5045a000 - 0x7fff5047cfff com.apple.CoreAnalytics.CoreAnalytics (1.0 - 1) <698E1B63-B193-3431-A1C7-9B8D2D62088C> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff504d4000 - 0x7fff50526ffb com.apple.corebrightness (1.0 - 1) <84B0814D-7DE5-3518-9BA3-2DA235E0EA35> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
0x7fff5066a000 - 0x7fff50673fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <8D971ACD-6A26-30A9-9C5B-BCBF60A661F1> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff50881000 - 0x7fff50894fff com.apple.CoreEmoji (1.0 - 69.15.9) <011E7853-BDD6-3197-BA8D-D6B977EF56EB> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff50a5a000 - 0x7fff50b4eff7 com.apple.CoreHandwriting (161 - 1.2) <0BD558D9-387B-34BA-8FAA-F1F75F1F9F01> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
0x7fff50d11000 - 0x7fff50d27ffb com.apple.CoreMediaAuthoring (2.2 - 958) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff50e6a000 - 0x7fff50edcff7 com.apple.CoreNLP (1.0 - 130.15.22) <401F5284-A984-32A1-A547-CC8156381070> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff5105f000 - 0x7fff51063ff7 com.apple.CoreOptimization (1.0 - 1) /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
0x7fff51064000 - 0x7fff510f1ff7 com.apple.CorePDF (4.0 - 414) <28DEBFFB-BABE-3493-8230-12CE3E5EC1E3> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff51197000 - 0x7fff5119fffb com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff511a0000 - 0x7fff511fcfff com.apple.CorePrediction (1.0 - 1) /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
0x7fff5132e000 - 0x7fff5135ffff com.apple.CoreServicesInternal (357 - 357) <2D012EB3-83BF-3E51-A2BE-41AF26F2DDF0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff51724000 - 0x7fff517b2ff7 com.apple.CoreSymbolication (10.0 - 64235.3.1) <912C63C0-473B-3352-A255-60F7CA3FE3F2> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff517b3000 - 0x7fff51839fff com.apple.CoreThemeDefinition (2.0 - 346.28) <869363AB-DAA0-3412-A092-B3A414460456> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
0x7fff51842000 - 0x7fff5196efff com.apple.coreui (2.1 - 498.46) <05F9736C-5A62-33B3-9607-551A332AEF28> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff5196f000 - 0x7fff51aeeffb com.apple.CoreUtils (5.7 - 570.70) <2554BA12-16A2-399F-A13A-E5C8EB4FC1EC> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff51b45000 - 0x7fff51ba8ffb com.apple.framework.CoreWiFi (13.0 - 1370.8) <5C6ACF32-14D3-35FD-8A4A-629521090F41> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff51ba9000 - 0x7fff51bbaffb com.apple.CrashReporterSupport (10.13 - 938.23) <36754BB2-680F-36AE-A5DE-548B4F41F0AE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff51c3d000 - 0x7fff51c4cff3 com.apple.framework.DFRFoundation (1.0 - 210) <61EF0583-E946-3201-932D-7D117BC62CB2> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff51c4d000 - 0x7fff51c51ff7 com.apple.DSExternalDisplay (3.1 - 380) /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff51c95000 - 0x7fff51cd3fff com.apple.datadetectors (5.0 - 390) <23B6955E-FFDD-36D3-B66C-C321D84CB1A3> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fff51cd4000 - 0x7fff51d4bffb com.apple.datadetectorscore (7.0 - 590.24) <2D4CFF51-BCD4-3D08-AE73-AB2B8BEC8659> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff51d99000 - 0x7fff51ddafff com.apple.DebugSymbols (185 - 185) <01F561DA-4724-32FD-B2C7-6436F4CEB980> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff51ddb000 - 0x7fff51f34ff7 com.apple.desktopservices (1.13 - ???) <053D3A96-9263-3242-8625-101DDB9350DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff51f4a000 - 0x7fff51f5fff3 com.apple.DeviceLinkX (5.0 - 264) <5F293B33-27A9-35A8-BD1E-86C655EBCDA8> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
0x7fff51fcf000 - 0x7fff51fd0ff7 com.apple.diagnosticlogcollection (10.0 - 1000) <2FA552A3-BDFB-3C55-AEC2-69C1EF0F2341> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
0x7fff52066000 - 0x7fff52138ff7 com.apple.DiskImagesFramework (480.201.1 - 480.201.1) <54D2F7DC-DAA6-3667-9590-1407C7B738EC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff52139000 - 0x7fff521fdfff com.apple.DiskManagement (12.0 - 1530) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff521fe000 - 0x7fff52202ff7 com.apple.DisplayServicesFW (3.1 - 380) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff5226e000 - 0x7fff522a2fff com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <8B9C16DF-F188-3867-A091-954DDB66733C> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fff522a3000 - 0x7fff522a6fff com.apple.EFILogin (2.0 - 2) <8FCA68D2-CEA5-39F6-B222-AC31FCF79D1D> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff52a73000 - 0x7fff52a8aff3 com.apple.Engram (1.0 - 1) <76E87C03-AA11-39D7-A732-514BED624A1D> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
0x7fff52a8b000 - 0x7fff52dbdfff com.apple.vision.EspressoFramework (1.0 - 120) <673D7C7E-62BC-3B81-8A32-B9AC3FD13A92> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
0x7fff52f78000 - 0x7fff533a0fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff533aa000 - 0x7fff533ccff7 com.apple.framework.familycontrols (4.1 - 410) <5C0ECAF5-4DDC-38BC-8876-8B7EBC4A5C72> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff56cc2000 - 0x7fff56cc3fff libmetal_timestamp.dylib (902.1.49) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
0x7fff58368000 - 0x7fff5836dff7 com.apple.GPUWrangler (3.22.9 - 3.22.9) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff5871d000 - 0x7fff58742ff7 com.apple.GenerationalStorage (2.0 - 285.101) <089301DF-60C9-3BED-9357-2F91336C1579> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff591cc000 - 0x7fff591dbfff com.apple.GraphVisualizer (1.0 - 5) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff591dc000 - 0x7fff591e9fff com.apple.GraphicsServices (1.0 - 1.0) /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
0x7fff592c2000 - 0x7fff59336fff com.apple.Heimdal (4.0 - 2.0) <793E1D31-6166-37F2-A989-F98FE1706E5D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff59dd5000 - 0x7fff59e0bff3 com.apple.IASUtilities (1.0 - 504.1) /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilities
0x7fff59e0c000 - 0x7fff59f19ffb com.apple.ids (10.0 - 1000) <7B5C217A-82F3-3BD6-BB5D-A788080BDE79> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
0x7fff59f1a000 - 0x7fff5a01eff3 com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
0x7fff5a5d0000 - 0x7fff5a634ff3 com.apple.imfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
0x7fff5a708000 - 0x7fff5a711fff com.apple.IOAccelMemoryInfo (1.0 - 1) /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
0x7fff5a712000 - 0x7fff5a719ffb com.apple.IOAccelerator (400.24 - 400.24) <01551ED8-6AE1-307D-A3F0-DCA85FAA5210> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff5a71c000 - 0x7fff5a71cfff com.apple.IOPlatformPluginFamily (1.0 - 1) <858CBC0E-E362-3BC3-9B6A-591F49A36D3F> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
0x7fff5a71d000 - 0x7fff5a736ff7 com.apple.IOPresentment (1.0 - 37) <751130A1-8639-3BDA-BF8F-A3BE54427E43> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff5ab49000 - 0x7fff5ab78ff7 com.apple.IconServices (379 - 379) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff5aca3000 - 0x7fff5aca7fff com.apple.InternationalSupport (1.0 - 10.15.6) /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff5ad14000 - 0x7fff5ad21fff com.apple.IntlPreferences (2.0 - 227.15.8) <41EA1B38-1F8B-3C58-A51B-37FA2346E8DC> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff5ae17000 - 0x7fff5ae2afff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <10A17A9D-564E-3841-A433-D6D7401ED733> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff5ae45000 - 0x7fff5af3cfff com.apple.LanguageModeling (1.0 - 159.15.15) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff5af3d000 - 0x7fff5af7eff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <90C1CFE1-9935-3F4F-8A9B-1DD697F2FF3D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff5af85000 - 0x7fff5af8bff7 com.apple.LinguisticData (1.0 - 238.15.29) /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff5b02b000 - 0x7fff5b083fff com.apple.LoggingSupport (1.0 - 906.200.86) /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport
0x7fff5b084000 - 0x7fff5b089ffb com.apple.LoginUICore (4.0 - 4.0) <991F8731-8845-383F-890C-4CE1BEFE937A> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff5b0f1000 - 0x7fff5b10bfff com.apple.LookupFramework (1.2 - 251) <603045DC-6529-34F6-83B5-59065274AEC4> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup
0x7fff5b7e8000 - 0x7fff5b7ebfff com.apple.Mangrove (1.0 - 25) <8744DBF9-3375-392C-8EE6-24373E0D19E8> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff5b876000 - 0x7fff5b878ff3 com.apple.marco (10.0 - 1000) <12DA3D59-BA1B-3162-B23A-8683E1A3B249> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x7fff5b879000 - 0x7fff5b8a0ffb com.apple.MarkupUI (1.0 - 232.3.27) <1A5E88CA-36C3-30A8-9D39-71CC6923D009> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
0x7fff5b909000 - 0x7fff5b93cff3 com.apple.MediaKit (16 - 906) <15D4EDA2-AAAC-3CF3-BB2B-3A92AECC932D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff5bce5000 - 0x7fff5bd0dffb com.apple.spotlight.metadata.utilities (1.0 - 1191.51) <7CD28A81-F0D6-3575-8F83-3D45D53F72BB> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff5bd0e000 - 0x7fff5bda0fff com.apple.gpusw.MetalTools (1.0 - 1) <60BE7793-D8DE-3DF1-94D7-503301EC1E72> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff5bdb5000 - 0x7fff5bdcefff com.apple.MobileAssets (1.0 - 437.200.49) <0C9B7077-BFCF-3A2E-8F54-D7C2820893FD> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff5bf4a000 - 0x7fff5bf65fff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff5bf76000 - 0x7fff5bff2ff7 com.apple.Montreal (1.0 - 42.15.8) /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
0x7fff5bff3000 - 0x7fff5c01dff7 com.apple.MultitouchSupport.framework (2400.15 - 2400.15) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff5c28f000 - 0x7fff5c299fff com.apple.NetAuth (6.2 - 6.2) <55DC741A-A01A-380C-B2D3-244241DA1F2C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff5c37a000 - 0x7fff5c395ffb com.apple.network.statistics.framework (1.2 - 1) /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fff5cb64000 - 0x7fff5cbbafff com.apple.OTSVG (1.0 - ???) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff5d651000 - 0x7fff5d77dfd7 com.apple.PackageKit (3.0 - 828) <0DCACD45-295B-3CAF-84A2-0DDA714A1B65> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x7fff5dc16000 - 0x7fff5dd1cfff com.apple.PencilKit (1.0 - 1) <30261DA0-5099-3ECE-8DF6-E2D15BFA2B5C> /System/Library/PrivateFrameworks/PencilKit.framework/Versions/A/PencilKit
0x7fff5dd1d000 - 0x7fff5dd2cff3 com.apple.PerformanceAnalysis (1.217 - 217) <8560F263-31F4-3CCA-84B1-30C296DC1A7D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff5df87000 - 0x7fff5df87fff com.apple.PhoneNumbers (1.0 - 1) <739CE787-1F32-3EE3-90C7-4D0522A25092> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff5f844000 - 0x7fff5f869ff7 com.apple.pluginkit.framework (1.0 - 1) <279FC41A-AEAA-3400-9AE7-1FC6E53BC549> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff5f894000 - 0x7fff5f8a6ff3 com.apple.PowerLog (1.0 - 1) /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
0x7fff5f8a7000 - 0x7fff5f8a7ff7 com.apple.PowerlogControl (1.0 - 1) /System/Library/PrivateFrameworks/PowerlogControl.framework/Versions/A/PowerlogControl
0x7fff5fc8d000 - 0x7fff5fce4fff com.apple.ProtectedCloudStorage (1.0 - 1) <737DEC8B-342E-3BB2-AF69-D4428D467E4E> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff5fce5000 - 0x7fff5fd03ff7 com.apple.ProtocolBuffer (1 - 263) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff5fe97000 - 0x7fff5fe9aff3 com.apple.QuickLookNonBaseSystem (1.0 - 1) <941AB8E3-BA18-326D-AA59-BA30FFC4C6AC> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
0x7fff5fe9b000 - 0x7fff5feb1ff3 com.apple.QuickLookThumbnailing (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fff5feb2000 - 0x7fff5ff0af0f com.apple.ROCKit (24 - 24) <5437F6F7-453F-3D75-9E87-D2A090D82D25> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
0x7fff5ffcb000 - 0x7fff5ffd7ff3 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.201.2) /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff5ffea000 - 0x7fff6000dffb com.apple.RemoteViewServices (2.0 - 128) <68530B4D-B2C0-3271-941B-D9EA62095727> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff6000e000 - 0x7fff60022fff com.apple.xpc.RemoteXPC (1.0 - 1336.201.2) <1E00A78B-1934-39A0-8F35-48CBEB93D04C> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff60e79000 - 0x7fff60ec3ff7 com.apple.Safari.SafeBrowsing (606 - 606.1.36.1.9) <5ABFF535-18D9-395C-877F-66013774824D> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
0x7fff61813000 - 0x7fff61816ff7 com.apple.SecCodeWrapper (4.0 - 360.200.31) <5BEC98A0-698B-3EAF-9524-00A5B101C297> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff6197b000 - 0x7fff61a9afff com.apple.Sharing (1176.11 - 1176.11) <9881AEAD-5410-33F7-A852-770C7FE677C9> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff6284c000 - 0x7fff62afcff7 com.apple.SkyLight (1.600.0 - 336.80.6) <5F7D2312-0003-354C-82BC-DC346B1A98E6> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff632cb000 - 0x7fff632d8fff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <816EC315-3E76-37B7-A495-B4AE031DA439> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff63395000 - 0x7fff635fdffb com.apple.spotlight.index (10.7.0 - 1191.51) <583CD37E-9C0E-3842-B2C8-B809F0A6DD6D> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
0x7fff636e9000 - 0x7fff636f9ff7 com.apple.StorageManagement (1.0 - 1) <7FBD1946-0936-3CAF-9F3F-D120314EF265> /System/Library/PrivateFrameworks/StorageManagement.framework/Versions/A/StorageManagement
0x7fff639bd000 - 0x7fff639fcff3 com.apple.StreamingZip (1.0 - 1) <3F13DFEE-A6C9-3815-9120-B5CA6987662E> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff64139000 - 0x7fff641c6ff7 com.apple.Symbolication (10.0 - 64254.5) <7D5FB79E-1121-3DB0-9CBE-C023835ACE60> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff64422000 - 0x7fff6444efff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff646cf000 - 0x7fff646dcff3 com.apple.TCC (1.0 - 1) <55C045F7-D8AB-3BE6-970B-9457FA78E7E3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff6494b000 - 0x7fff64a12ff7 com.apple.TextureIO (3.8.4 - 3.8.1) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff64a70000 - 0x7fff64a8bfff com.apple.ToneKit (1.0 - 1) /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff64a8c000 - 0x7fff64ab4ffb com.apple.ToneLibrary (1.0 - 1) <3AEA8490-6454-3156-B11D-6B816EA2FE9A> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff64acc000 - 0x7fff64acdfff com.apple.TrustEvaluationAgent (2.0 - 31.200.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff64ad3000 - 0x7fff64c8dfff com.apple.UIFoundation (1.0 - 550.35) <1CAAA3AC-1477-3E24-B55C-07A704D7CA03> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff64cdc000 - 0x7fff64ce2fff com.apple.URLFormatting (59 - 59.34) /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
0x7fff64ce3000 - 0x7fff64ce7fff com.apple.Uninstall (1.0.1 - 211) /System/Library/PrivateFrameworks/Uninstall.framework/Versions/A/Uninstall
0x7fff64d40000 - 0x7fff64d42fff libUAPreferences.dylib (361.48) <12C52723-04E6-313C-B188-EF0BF8087964> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
0x7fff6597b000 - 0x7fff65a64fff com.apple.ViewBridge (400.1 - 400.1) <0BCCA232-710B-3F84-8341-A30F77B3A4E9> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff65ee4000 - 0x7fff66150ffb libAWDSupportFramework.dylib (865) <054B6F72-B75B-3AFC-9E9C-9929C9634200> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
0x7fff66151000 - 0x7fff66162fff libprotobuf-lite.dylib (865) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
0x7fff66163000 - 0x7fff661c5ff7 libprotobuf.dylib (865) <7867D62B-1FDC-3F06-B234-4B6CE5D10602> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
0x7fff661c6000 - 0x7fff6620cfff com.apple.awd (1.0 - 930.11) <534B230C-8453-3F01-B6B8-4C1226D3F1E8> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
0x7fff6627f000 - 0x7fff66282fff com.apple.dt.XCTTargetBootstrap (1.0 - 1) <63A533F6-988D-3FED-A1C7-20BC725A0D4B> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff66668000 - 0x7fff6666cff7 com.apple.kperf (1.0 - 1) <2D6EDDA6-4D44-31EF-84CE-14A6F50A135E> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
0x7fff666b3000 - 0x7fff666b5ff3 com.apple.loginsupport (1.0 - 1) <5F1E000D-0674-3413-AB3E-83F7974666FB> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff666b6000 - 0x7fff666cbfff com.apple.login (3.0 - 3.0) <474C5E41-1326-3E78-A154-218D618D6BD4> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff66702000 - 0x7fff66734ffb com.apple.contacts.vCard (1.0 - ???) <18815F93-065A-3A4D-BEFB-243C1A5D9F91> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff668db000 - 0x7fff668eeffb libAccessibility.dylib (2402.6.10.3) <3044BCB8-1470-3054-9FB6-3D88AA57115B> /usr/lib/libAccessibility.dylib
0x7fff6696f000 - 0x7fff669a7fff libCRFSuite.dylib (41.15.4) <62EDD39F-6D1B-334B-A9A2-5800714255BB> /usr/lib/libCRFSuite.dylib
0x7fff669aa000 - 0x7fff669b5ff7 libChineseTokenizer.dylib (28.15.3) <8CD1C213-7F62-3F02-BFB1-D0A5EFF92AB0> /usr/lib/libChineseTokenizer.dylib
0x7fff669b6000 - 0x7fff66a42ff7 libCoreStorage.dylib (546.50.1) /usr/lib/libCoreStorage.dylib
0x7fff66a46000 - 0x7fff66a47ff7 libDiagnosticMessagesClient.dylib (107) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff66a7e000 - 0x7fff66c41ff7 libFosl_dynamic.dylib (18.3.2) <6EF1CB2A-2BDA-3458-B631-F794D72660FD> /usr/lib/libFosl_dynamic.dylib
0x7fff66c62000 - 0x7fff66c69fff libMatch.1.dylib (31.200.1) <20216A5F-C625-3D87-9D95-C577F8687F6F> /usr/lib/libMatch.1.dylib
0x7fff66c97000 - 0x7fff66cb6ffb libMobileGestalt.dylib (645.200.76) /usr/lib/libMobileGestalt.dylib
0x7fff66cb7000 - 0x7fff66cb7fff libOpenScriptingUtil.dylib (178) <2EEBF84D-9E00-3570-AC0C-C49C8D25A8BF> /usr/lib/libOpenScriptingUtil.dylib
0x7fff66df8000 - 0x7fff66df9ffb libSystem.B.dylib (1252.200.5) /usr/lib/libSystem.B.dylib
0x7fff66dfa000 - 0x7fff66e82ff7 libTelephonyUtilDynamic.dylib (3608) <05694AE8-9065-36CD-A03B-15D23D09414E> /usr/lib/libTelephonyUtilDynamic.dylib
0x7fff66e83000 - 0x7fff66e84fff libThaiTokenizer.dylib (2.15.1) /usr/lib/libThaiTokenizer.dylib
0x7fff66e85000 - 0x7fff66e88ffb libUniversalAccess.dylib (361.48) /usr/lib/libUniversalAccess.dylib
0x7fff66e97000 - 0x7fff66eadffb libapple_nghttp2.dylib (1.24.1) /usr/lib/libapple_nghttp2.dylib
0x7fff66eae000 - 0x7fff66ed7ffb libarchive.2.dylib (54.200.3) /usr/lib/libarchive.2.dylib
0x7fff66ed8000 - 0x7fff66f57fef libate.dylib (1.13.8) /usr/lib/libate.dylib
0x7fff66f5b000 - 0x7fff66f5bff3 libauto.dylib (187) <01824E49-F2EF-3FC1-ABF3-782EFDF6CA17> /usr/lib/libauto.dylib
0x7fff66f5c000 - 0x7fff67032ff7 libboringssl.dylib (109.201.1) /usr/lib/libboringssl.dylib
0x7fff67033000 - 0x7fff67043ff3 libbsm.0.dylib (39.200.18) <5E5098D0-F7B2-32A1-8038-E709F6718D4E> /usr/lib/libbsm.0.dylib
0x7fff67044000 - 0x7fff67052fff libbz2.1.0.dylib (38.200.3) <4EE3C5E8-BEF3-3910-A231-B1AE2B437E01> /usr/lib/libbz2.1.0.dylib
0x7fff67053000 - 0x7fff670aaff7 libc++.1.dylib (400.9.4) /usr/lib/libc++.1.dylib
0x7fff670ab000 - 0x7fff670c0fff libc++abi.dylib (400.17) /usr/lib/libc++abi.dylib
0x7fff670c1000 - 0x7fff670c1ff3 libcharset.1.dylib (51.200.6) /usr/lib/libcharset.1.dylib
0x7fff670c2000 - 0x7fff670d2ffb libcmph.dylib (6.15.1) <5D776FF6-DF7F-3EDD-B920-C07ED76C672B> /usr/lib/libcmph.dylib
0x7fff670d3000 - 0x7fff670ebffb libcompression.dylib (52.200.13) /usr/lib/libcompression.dylib
0x7fff67396000 - 0x7fff673acfff libcoretls.dylib (155.200.6) <6E68F922-752C-311F-B56D-EE391E6AE1F7> /usr/lib/libcoretls.dylib
0x7fff673ad000 - 0x7fff673aeff3 libcoretls_cfhelpers.dylib (155.200.6) <7300BA76-39D2-349E-9FB8-EBE5947A708A> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6754d000 - 0x7fff676ddff3 libcrypto.35.dylib (22.200.4) /usr/lib/libcrypto.35.dylib
0x7fff67878000 - 0x7fff67a10ff7 libcrypto.42.dylib (22.200.4) /usr/lib/libcrypto.42.dylib
0x7fff67a11000 - 0x7fff67a1cff7 libcsfde.dylib (546.50.1) <65E8F1F1-665A-381E-8932-D7CBA451991B> /usr/lib/libcsfde.dylib
0x7fff67a25000 - 0x7fff67a7bffb libcups.2.dylib (462.9) <51E06E95-891F-3B88-A8C3-35B514C57239> /usr/lib/libcups.2.dylib
0x7fff67aa5000 - 0x7fff67af9ff3 libcurl.4.dylib (105.200.2) <607613FE-3D84-3035-9C79-C6F72AF287D7> /usr/lib/libcurl.4.dylib
0x7fff67b05000 - 0x7fff67b81fff libdtrace.dylib (284.200.15) <8340FC5E-769E-3B30-9CC9-AE2C8C0CAC43> /usr/lib/libdtrace.dylib
0x7fff67b82000 - 0x7fff67b85ff7 libdz.dylib (1.0.0 - 110.200.62) <9D5C1F67-A907-3F95-A112-C1C8194AE120> /usr/lib/libdz.dylib
0x7fff67b95000 - 0x7fff67bb2ffb libedit.3.dylib (50.200.2) <4E821CC0-D8CB-33D7-9C8C-27B789ACB7B5> /usr/lib/libedit.3.dylib
0x7fff67bb3000 - 0x7fff67bb3fff libenergytrace.dylib (17.200.1) /usr/lib/libenergytrace.dylib
0x7fff67bce000 - 0x7fff67bdafff libexslt.0.dylib (16.1) <24E42113-9B18-39D3-B071-203CAC1E17D6> /usr/lib/libexslt.0.dylib
0x7fff67be5000 - 0x7fff67beaff7 libgermantok.dylib (17.15.2) <9CBF0658-E83B-32E6-B674-3EE72D22C041> /usr/lib/libgermantok.dylib
0x7fff67beb000 - 0x7fff67bf0ff7 libheimdal-asn1.dylib (520.200.17) <58971629-3850-3905-A9A1-09FCF7A32815> /usr/lib/libheimdal-asn1.dylib
0x7fff67c1c000 - 0x7fff67d0dff7 libiconv.2.dylib (51.200.6) <3240A278-F537-3EC8-BE0C-983797520A50> /usr/lib/libiconv.2.dylib
0x7fff67d0e000 - 0x7fff67f71ffb libicucore.A.dylib (62107.0.1) /usr/lib/libicucore.A.dylib
0x7fff67fbe000 - 0x7fff67fbffff liblangid.dylib (128.15.1) /usr/lib/liblangid.dylib
0x7fff67fc0000 - 0x7fff67fd8fff liblzma.5.dylib (10.200.3) <3ADDFA63-F37A-3C9C-91E4-58EE3113B9A1> /usr/lib/liblzma.5.dylib
0x7fff67ff0000 - 0x7fff680a0fff libmecab.1.0.0.dylib (779.15.23) <6A38FCDA-17CE-30C3-AB66-A714CF645384> /usr/lib/libmecab.1.0.0.dylib
0x7fff680a1000 - 0x7fff682defff libmecabra.dylib (779.15.23) <30E102AA-F3D3-3572-A1AE-1F2287DEF696> /usr/lib/libmecabra.dylib
0x7fff682e3000 - 0x7fff68313ff7 libncurses.5.4.dylib (53.200.3) /usr/lib/libncurses.5.4.dylib
0x7fff684b6000 - 0x7fff6880efff libnetwork.dylib (1229.200.109) /usr/lib/libnetwork.dylib
0x7fff6889f000 - 0x7fff69025fe7 libobjc.A.dylib (750) <2E868147-8818-359E-8CD7-A8B80665928F> /usr/lib/libobjc.A.dylib
0x7fff69026000 - 0x7fff69027fff libodfde.dylib (24.50.1) /usr/lib/libodfde.dylib
0x7fff69038000 - 0x7fff6903cffb libpam.2.dylib (22.200.1) <8C419238-675A-3C41-B8D4-95E391CA630F> /usr/lib/libpam.2.dylib
0x7fff6903d000 - 0x7fff6903eff7 libpanel.5.4.dylib (53.200.3) <3425F113-98A7-335F-9145-CA0AF939BE0B> /usr/lib/libpanel.5.4.dylib
0x7fff6903f000 - 0x7fff69075ff7 libpcap.A.dylib (79.200.4) <5939AB23-B2A9-3C03-B6C1-4F0E5A21D9FC> /usr/lib/libpcap.A.dylib
0x7fff6918d000 - 0x7fff6918efff libquit.dylib (266) <1CEAAD9D-5BB9-3EC7-8E05-59E674AF760B> /usr/lib/libquit.dylib
0x7fff6918f000 - 0x7fff691a7ffb libresolv.9.dylib (65.200.2) <0FEAEB01-B926-37FA-AB47-99BAC481C10B> /usr/lib/libresolv.9.dylib
0x7fff691a9000 - 0x7fff691e5ff7 libsandbox.1.dylib (851.201.1) <4498F061-7DEA-323C-88AC-3310556CE865> /usr/lib/libsandbox.1.dylib
0x7fff691e6000 - 0x7fff691f8ff7 libsasl2.2.dylib (211) <205CC13E-4ED7-3CE9-987F-12B28C6115A7> /usr/lib/libsasl2.2.dylib
0x7fff691f9000 - 0x7fff691faffb libspindump.dylib (266) <0E60D709-0A48-3905-ACD1-9DDE6FD8B476> /usr/lib/libspindump.dylib
0x7fff691fb000 - 0x7fff693d2fe7 libsqlite3.dylib (274.20) <4434B695-BC65-30D6-AFED-1B6488DB3D2E> /usr/lib/libsqlite3.dylib
0x7fff6942f000 - 0x7fff69482ffb libssl.35.dylib (22.200.4) <6C42D9B4-1E35-3102-BA4A-164AD070F519> /usr/lib/libssl.35.dylib
0x7fff694d5000 - 0x7fff69522fff libssl.44.dylib (22.200.4) /usr/lib/libssl.44.dylib
0x7fff69523000 - 0x7fff69574ff7 libstdc++.6.dylib (104.1) <0E48A478-4CFD-3111-8027-1047508A1D73> /usr/lib/libstdc++.6.dylib
0x7fff6957a000 - 0x7fff6957bff7 libsysmon.dylib (100) <5764BD9E-119A-3DB7-B71C-2F5150A9BAEB> /usr/lib/libsysmon.dylib
0x7fff695ab000 - 0x7fff695dbfff libtidy.A.dylib (16.1) <435FB24F-0289-3330-B485-713909D6DA44> /usr/lib/libtidy.A.dylib
0x7fff695ff000 - 0x7fff6965eff3 libusrtcp.dylib (1229.200.109) <07B2AEC8-5FD4-34BE-B35B-B595283D9DC9> /usr/lib/libusrtcp.dylib
0x7fff6965f000 - 0x7fff69662ffb libutil.dylib (51.200.4) <91EE9BF4-FB06-3260-B502-7EFDAD5AF59B> /usr/lib/libutil.dylib
0x7fff69663000 - 0x7fff69670fff libxar.1.dylib (404) <4B4D0206-0B62-3E89-AD07-E7BB9E4DFA68> /usr/lib/libxar.1.dylib
0x7fff69675000 - 0x7fff69758fff libxml2.2.dylib (32.6) /usr/lib/libxml2.2.dylib
0x7fff69759000 - 0x7fff69781ff3 libxslt.1.dylib (16.1) /usr/lib/libxslt.1.dylib
0x7fff69782000 - 0x7fff69794ffb libz.1.dylib (70.200.4) <99A3D725-8388-38B4-B66C-5E9006E6F072> /usr/lib/libz.1.dylib
0x7fff697c2000 - 0x7fff697c3ffb liblog_network.dylib (1229.200.109) <932F8E45-9A5A-3A42-9C5E-3FAE6CD8938E> /usr/lib/log/liblog_network.dylib
0x7fff69805000 - 0x7fff69809ff3 libcache.dylib (81) /usr/lib/system/libcache.dylib
0x7fff6980a000 - 0x7fff69814ff3 libcommonCrypto.dylib (60118.200.6) <78093D4F-91DB-35C8-981A-13375778B2E7> /usr/lib/system/libcommonCrypto.dylib
0x7fff69815000 - 0x7fff6981cfff libcompiler_rt.dylib (63.4) /usr/lib/system/libcompiler_rt.dylib
0x7fff6981d000 - 0x7fff69826ff3 libcopyfile.dylib (146.200.3) <4BCDADBF-79F5-3829-B47D-64DA0D44BCBF> /usr/lib/system/libcopyfile.dylib
0x7fff69827000 - 0x7fff698abfff libcorecrypto.dylib (602.200.50) <7AEC5B72-0B92-37E8-808B-6732DB714139> /usr/lib/system/libcorecrypto.dylib
0x7fff69931000 - 0x7fff6996bff7 libdispatch.dylib (1008.200.78) /usr/lib/system/libdispatch.dylib
0x7fff6996c000 - 0x7fff6999bfff libdyld.dylib (625.13) <4B16C209-83D4-3817-9B62-C2F7FFB23755> /usr/lib/system/libdyld.dylib
0x7fff6999c000 - 0x7fff6999cffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib
0x7fff6999d000 - 0x7fff699a9ff7 libkxld.dylib (4903.201.2) /usr/lib/system/libkxld.dylib
0x7fff699aa000 - 0x7fff699aaff7 liblaunch.dylib (1336.201.2) <43E6698E-155E-3EAE-BAFF-CA5FCB35325C> /usr/lib/system/liblaunch.dylib
0x7fff699ab000 - 0x7fff699b0fff libmacho.dylib (917) <17BF7038-9C70-3EE1-9E96-3AE10D49669E> /usr/lib/system/libmacho.dylib
0x7fff699b1000 - 0x7fff699b3ff3 libquarantine.dylib (86.200.11) /usr/lib/system/libquarantine.dylib
0x7fff699b4000 - 0x7fff699b5ff3 libremovefile.dylib (45.200.2) /usr/lib/system/libremovefile.dylib
0x7fff699b6000 - 0x7fff699cdff3 libsystem_asl.dylib (356.200.4) /usr/lib/system/libsystem_asl.dylib
0x7fff699ce000 - 0x7fff699cefff libsystem_blocks.dylib (73) <26419398-C30C-30F1-B656-A92AFA9560F6> /usr/lib/system/libsystem_blocks.dylib
0x7fff699cf000 - 0x7fff69a57fff libsystem_c.dylib (1272.200.26) <3DEEE96E-6DF6-35AD-8654-D69AC26B907B> /usr/lib/system/libsystem_c.dylib
0x7fff69a58000 - 0x7fff69a5bff7 libsystem_configuration.dylib (963.200.27) <02CC3996-B34E-333C-8806-AE2699D34424> /usr/lib/system/libsystem_configuration.dylib
0x7fff69a5c000 - 0x7fff69a5fff7 libsystem_coreservices.dylib (66) <254B6849-2C8F-302C-8616-B8324A11AB30> /usr/lib/system/libsystem_coreservices.dylib
0x7fff69a60000 - 0x7fff69a66ffb libsystem_darwin.dylib (1272.200.26) <974E9EF7-DE72-34B7-B056-0A81C10DF8EB> /usr/lib/system/libsystem_darwin.dylib
0x7fff69a67000 - 0x7fff69a6dff7 libsystem_dnssd.dylib (878.200.35) /usr/lib/system/libsystem_dnssd.dylib
0x7fff69a6e000 - 0x7fff69abaff3 libsystem_info.dylib (517.200.9) <0707C387-D7DE-372E-8FF1-3DE5C91932D6> /usr/lib/system/libsystem_info.dylib
0x7fff69abb000 - 0x7fff69ae2ff7 libsystem_kernel.dylib (4903.201.2) <45FAA4C0-D553-34FD-ADF8-884886AE0D2A> /usr/lib/system/libsystem_kernel.dylib
0x7fff69ae3000 - 0x7fff69b2eff7 libsystem_m.dylib (3158.200.7) <43D1796B-954F-37D6-B1AC-9D80DF0655A2> /usr/lib/system/libsystem_m.dylib
0x7fff69b2f000 - 0x7fff69b53ff7 libsystem_malloc.dylib (166.200.60) <846F6898-117C-3427-A8FB-3772FFC2410B> /usr/lib/system/libsystem_malloc.dylib
0x7fff69b54000 - 0x7fff69b5fffb libsystem_networkextension.dylib (767.200.40) /usr/lib/system/libsystem_networkextension.dylib
0x7fff69b60000 - 0x7fff69b67fff libsystem_notify.dylib (172.200.21) /usr/lib/system/libsystem_notify.dylib
0x7fff69b68000 - 0x7fff69b71fef libsystem_platform.dylib (177.200.16) /usr/lib/system/libsystem_platform.dylib
0x7fff69b72000 - 0x7fff69b7cfff libsystem_pthread.dylib (330.201.1) <87A6B136-E423-3B6D-A58A-137F392D7D9D> /usr/lib/system/libsystem_pthread.dylib
0x7fff69b7d000 - 0x7fff69b80ff7 libsystem_sandbox.dylib (851.201.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fff69b81000 - 0x7fff69b83ff7 libsystem_secinit.dylib (30.200.13) /usr/lib/system/libsystem_secinit.dylib
0x7fff69b84000 - 0x7fff69b8bff7 libsystem_symptoms.dylib (820.207.88) /usr/lib/system/libsystem_symptoms.dylib
0x7fff69b8c000 - 0x7fff69ba1ff7 libsystem_trace.dylib (906.200.86) <7983ED77-18B5-39A5-BE19-AE4F2832ADEA> /usr/lib/system/libsystem_trace.dylib
0x7fff69ba3000 - 0x7fff69ba8ffb libunwind.dylib (35.4) <41222EF6-2233-3CF4-947A-15D48CB8C030> /usr/lib/system/libunwind.dylib
0x7fff69ba9000 - 0x7fff69bd9fff libxpc.dylib (1336.201.2) <0A8747D1-33AA-37E1-B97A-BA9B95FE4E8C> /usr/lib/system/libxpc.dylib

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

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 640K 4
Activity Tracing 256K 2
CG backing stores 880K 3
CG image 152K 3
CoreAnimation 2992K 11
CoreGraphics 8K 2
CoreImage 24K 3
CoreUI image data 976K 9
CoreUI image file 316K 6
Dispatch continuations 16.0M 2
Foundation 4K 2
Kernel Alloc Once 8K 2
MALLOC 1.1G 115
MALLOC guard page 48K 11
Memory Tag 242 12K 2
Memory Tag 251 32K 2
SQLite page cache 64K 2
STACK GUARD 56.0M 3
Stack 8712K 5
VM_ALLOCATE 92K 11
__DATA 63.0M 514
__FONT_DATA 4K 2
__LINKEDIT 272.9M 165
__TEXT 500.2M 492
__UNICODE 560K 2
libnetwork 1152K 5
mapped file 80.4M 42
shared memory 2696K 17
=========== ======= =======
TOTAL 2.1G 1411

Model: MacBookPro13,3, BootROM MBP133.0247.B00, 4 processors, Intel Core i7, 2,6 GHz, 16 GB, SMC 2.38f7
Graphics: Intel HD Graphics 530, Intel HD Graphics 530, Built-In
Graphics: Radeon Pro 450, AMD Radeon Pro 450, PCIe
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x15A), Broadcom BCM43xx 1.0 (7.77.61.1 AirPortDriverBrcmNIC-1305.2)
Bluetooth: Version 6.0.8f6, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
USB Device: iBridge
Thunderbolt Bus: MacBook Pro, Apple Inc., 37.1
Thunderbolt Bus: MacBook Pro, Apple Inc., 37.1

@chrisdembia
Copy link

I had the same issue.

@blueguyzhu blueguyzhu changed the title Xcode 10 quit unexpectedly Xcode quit unexpectedly while using the XVim2 plug-in. Oct 9, 2018
@blueguyzhu blueguyzhu changed the title Xcode quit unexpectedly while using the XVim2 plug-in. Xcode 10 quit unexpectedly while using the XVim2 plug-in. Oct 9, 2018
@pebble8888
Copy link
Member

Insufficient information.
paste your .xvimrc.
Or remove your .xvimrc.

@blueguyzhu
Copy link
Author

Hi @pebble8888 ,
You are right, it is related to my .xvimrc file. I think it can be closed.
Thank you!

@chrisdembia
Copy link

Same! Related to my .xvimrc.

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

No branches or pull requests

3 participants