Getting an EXC_BAD_ACCESS message

I'm suddenly getting a mysterious crash before my app even displays anything. I've figured out that it happens when I add my view controller's view as a subview of the window. I changed (fixed is more like it) my app so that rather than drawing to layers in drawRect I'm using drawLayer:inContext:. The problem can't be with this code in particular because it never even gets to it.
The two main changes I've made since the last version, which worked, are that I am creating, modifying, and adding CALayers in the view initWithFrame method rather than drawRect. Is this a no-no of some kind? It seems to me that the crash must be related to either this or the suddenly empty drawRect. Regardless, I'm stumped.
Message was edited by: shonday
Message was edited by: shonday

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

Similar Messages

  • Word to Pages translation crash EXE SEGVS:I uses Pages and a colleague uses Word. When he send me a document and I open it, the document crashes and I get the EXC_BAD_ACCESS (SIGSEGV) MESSAGE.  Bad Accesss at 00000006574785.  What's up? message

    As in the heading, my problem arises when using pages to opening documents my colleague, working in Word, sends me. I get the crash message set out above.  This only happens with this particular document, even after we unformatted it, saved at as RTF then reformatted it again (I realize these issues may be unrelated).
    Any suggestions appreciated.

    There is obviously something in that document that is corrupt, perhaps a font. A couple of things to try would be to open it in TextEdit or an Office clone such as LibreOffice.

  • Safari won't open.  I get an error message saying the pp quit unexpectedly.  If I click on the 'reopen' button, I just get the same error message.

    I'm using Mavericks on an iMac.  when I try to open Safari I get the error message 'aplication quit unexpectedly'.  When I click the 'reopen' button, I just get the same error message.  Any suggestions to fix it?
    MJF

    Here is the crash report:
    Process:    
    Safari [781]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    7.0.1 (9537.73.11)
    Build Info: 
    WebBrowser-7537073011000000~21
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [188]
    Responsible:
    Safari [781]
    User ID:    
    501
    Date/Time:  
    2014-01-14 15:27:56.428 +0000
    OS Version: 
    Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  DE303636-5980-86E0-2098-CB817D8C0084
    Crashed Thread:  15
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    External Modification Warnings:
    Thread creation by external task.
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Enabled Extensions:
    com.app34068-DU386F5V4G (176 - 1.176) GoPhoto.it
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x00007fff881cea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff881cdd18 mach_msg + 64
    2   com.apple.CoreGraphics   
    0x00007fff91e23994 _CGSGetDisplaySystemState + 102
    3   com.apple.CoreGraphics   
    0x00007fff91e2389a CGSGetDisplaySystemState + 84
    4   com.apple.CoreGraphics   
    0x00007fff91e237e9 get_current_display_system_state + 76
    5   com.apple.CoreGraphics   
    0x00007fff91e28a93 get_display_logging + 62
    6   com.apple.CoreGraphics   
    0x00007fff91e28ad4 updateAllDisplayInfoAsNeeded + 15
    7   com.apple.CoreGraphics   
    0x00007fff91ee797a CGSCopyDisplayUUID + 63
    8   com.apple.AppKit         
    0x00007fff8d2151ef -[NSScreen _copyDisplayUUID] + 33
    9   com.apple.AppKit         
    0x00007fff8cbfa019 +[NSScreen _screenForUUID:] + 183
    10  com.apple.AppKit         
    0x00007fff8cbf9eab _NXScreenForRectOnSpace + 86
    11  com.apple.AppKit         
    0x00007fff8cbf9ad1 +[NSScreen mainScreen] + 182
    12  com.apple.AppKit         
    0x00007fff8cbfc602 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 350
    13  com.apple.AppKit         
    0x00007fff8ce85460 -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 51
    14  com.apple.AppKit         
    0x00007fff8cbfc498 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
    15  com.apple.AppKit         
    0x00007fff8ce85413 -[NSPanel initWithContentRect:styleMask:backing:defer:] + 78
    16  com.apple.AppKit         
    0x00007fff8cbf8405 -[NSWindowTemplate nibInstantiate] + 561
    17  com.apple.AppKit         
    0x00007fff8cbce550 -[NSIBObjectData instantiateObject:] + 309
    18  com.apple.AppKit         
    0x00007fff8cbcd845 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 413
    19  com.apple.AppKit         
    0x00007fff8cbc25fe loadNib + 327
    20  com.apple.AppKit         
    0x00007fff8cbc1b9c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288
    21  com.apple.AppKit         
    0x00007fff8ce565b2 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 140
    22  com.apple.AppKit         
    0x00007fff8cf2dc8c _NXLoadNib + 193
    23  com.apple.AppKit         
    0x00007fff8cf2d69f -[NSAlert init] + 95
    24  com.apple.AppKit         
    0x00007fff8cf6a658 +[NSAlert alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextW ithFormat:] + 141
    25  com.apple.AppKit         
    0x00007fff8cbe4119 __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1038
    26  com.apple.AppKit         
    0x00007fff8cbe3cce -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    27  com.apple.AppKit         
    0x00007fff8cbe3c6f -[NSPersistentUIRestorer promptToIgnorePersistentState] + 213
    28  com.apple.AppKit         
    0x00007fff8cbe3b93 -[NSPersistentUIManager promptToIgnorePersistentState] + 28
    29  com.apple.AppKit         
    0x00007fff8cbe39b4 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 252
    30  com.apple.AppKit         
    0x00007fff8cbe3789 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    31  com.apple.AppKit         
    0x00007fff8cbe31eb -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    32  com.apple.Foundation     
    0x00007fff8fabaeaa -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    33  com.apple.Foundation     
    0x00007fff8fabad1d _NSAppleEventManagerGenericHandler + 106
    34  com.apple.AE             
    0x00007fff86b64e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    35  com.apple.AE             
    0x00007fff86b64c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    36  com.apple.AE             
    0x00007fff86b64b36 aeProcessAppleEvent + 315
    37  com.apple.HIToolbox      
    0x00007fff8a6935f1 AEProcessAppleEvent + 56
    38  com.apple.AppKit         
    0x00007fff8cbdf0f6 _DPSNextEvent + 1026
    39  com.apple.AppKit         
    0x00007fff8cbde8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    40  com.apple.Safari.framework
    0x00007fff8ff97ec0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    41  com.apple.AppKit         
    0x00007fff8cbd29cc -[NSApplication run] + 553
    42  com.apple.AppKit         
    0x00007fff8cbbd803 NSApplicationMain + 940
    43  com.apple.Safari.framework
    0x00007fff90169f3d SafariMain + 267
    44  libdyld.dylib            
    0x00007fff92c445fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib   
    0x00007fff881d2e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cbb5f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cbb8fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff881d3662 kevent64 + 10
    1   libdispatch.dylib        
    0x00007fff9151e43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib        
    0x00007fff9151e152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff881d2e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cbb5f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cbb8fb9 start_wqthread + 13
    Thread 4:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x00007fff881d2716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cbb6c3b _pthread_cond_wait + 727
    2   com.apple.WebCore        
    0x00007fff8e048c0b WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore        
    0x00007fff8e04579f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore 
    0x00007fff8850c0af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff8cbb4899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8cbb472a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8cbb8fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff881d2e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cbb5f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cbb8fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x00007fff881d2e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cbb5f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cbb8fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib   
    0x00007fff881d2e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cbb5f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cbb8fb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib   
    0x00007fff881d2e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cbb5f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cbb8fb9 start_wqthread + 13
    Thread 9:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib   
    0x00007fff881cea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff881cdd18 mach_msg + 64
    2   com.apple.QuartzCore     
    0x00007fff892fe3b7 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore     
    0x00007fff892fe2ed thread_fun + 25
    4   libsystem_pthread.dylib  
    0x00007fff8cbb4899 _pthread_body + 138
    5   libsystem_pthread.dylib  
    0x00007fff8cbb472a _pthread_start + 137
    6   libsystem_pthread.dylib  
    0x00007fff8cbb8fc9 thread_start + 13
    Thread 10:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x00007fff881cea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff881cdd18 mach_msg + 64
    2   com.apple.CoreFoundation 
    0x00007fff89162315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation 
    0x00007fff89161939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation 
    0x00007fff89161275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation     
    0x00007fff8fb00907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation     
    0x00007fff8fb0070b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cbb4899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cbb472a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cbb8fc9 thread_start + 13
    Thread 11:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x00007fff881d2716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cbb6c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff88517266 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore 
    0x00007fff88516d85 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore 
    0x00007fff8850c0af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff8cbb4899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8cbb472a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8cbb8fc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff881d2716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cbb6c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff88517887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x00007fff88517718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x00007fff8850c0af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff8cbb4899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8cbb472a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8cbb8fc9 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff881d2716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cbb6c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff88517887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x00007fff88517718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x00007fff8850c0af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff8cbb4899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8cbb472a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8cbb8fc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff881d2716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cbb6c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore 
    0x00007fff88517887 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x00007fff88517718 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x00007fff8850c0af ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib  
    0x00007fff8cbb4899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8cbb472a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8cbb8fc9 thread_start + 13
    Thread 15 Crashed:
    0   libsystem_c.dylib        
    0x00007fff9086c541 __xvprintf + 106
    Thread 15 crashed with X86 Thread State (64-bit):
      rax: 0x0000000149170864  rbx: 0x00007fff77760002  rcx: 0x00007fff7776d920  rdx: 0x00007fff7776e480
      rdi: 0xffffffffffffffff  rsi: 0x0000000000000000  rbp: 0x0000000149170e44  rsp: 0x0000000149170844
       r8: 0x0000000149173c37   r9: 0x0000000149170f34  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x000000000000000a  r13: 0x0000000000000000  r14: 0xffffffffffffffff  r15: 0x00007fff7776e480
      rip: 0x00007fff9086c541  rfl: 0x0000000000010202  cr2: 0x000000014916f050
    Logical CPU:
    0
    Error Code: 
    0x00000000
    Trap Number:
    13
    Binary Images:
    0x10496a000 -   
    0x10496affd  com.apple.Safari (7.0.1 - 9537.73.11) <26B9451D-36DC-3EC9-AF48-B32519F9BFF6> /Applications/Safari.app/Contents/MacOS/Safari
    0x7fff679d0000 -
    0x7fff67a03817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
    0x7fff85c6b000 -
    0x7fff85ca3ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff85ca4000 -
    0x7fff85cf6fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff85d62000 -
    0x7fff85df1fff  com.apple.Metadata (10.7.0 - 800.12.2) <A9F5D471-8732-3F95-A4A2-33864B92A181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff85df2000 -
    0x7fff85ebdfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff86149000 -
    0x7fff8614affb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff8614b000 -
    0x7fff86156ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff864b3000 -
    0x7fff866fbfff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff866fc000 -
    0x7fff867e6fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff867e7000 -
    0x7fff86846fff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff86847000 -
    0x7fff86853ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff86861000 -
    0x7fff8686aff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff86b0d000 -
    0x7fff86b54ff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
    0x7fff86b57000 -
    0x7fff86bb2ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff86bb3000 -
    0x7fff86bcffff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff86bd0000 -
    0x7fff86c23fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff86c65000 -
    0x7fff86c68fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff86c6b000 -
    0x7fff86d59fff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff86df6000 -
    0x7fff86df8fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff86e03000 -
    0x7fff86e28ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff86edd000 -
    0x7fff86eebfff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff86f2f000 -
    0x7fff86f39ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff8719c000 -
    0x7fff871b3fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff871b4000 -
    0x7fff87277ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <FC4E949B-B41A-3F21-8AF8-AEDB13146FEA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff872d5000 -
    0x7fff875bffff  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <B00BEB34-A9F5-381F-99FD-11E405768A9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff87685000 -
    0x7fff8768afff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8768b000 -
    0x7fff8768cfff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff87690000 -
    0x7fff87694fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff87695000 -
    0x7fff8769efff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8779d000 -
    0x7fff8779dfff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8779e000 -
    0x7fff877a5fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff877ad000 -
    0x7fff877e7ff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff877e8000 -
    0x7fff8780cff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8780d000 -
    0x7fff8780dffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8780e000 -
    0x7fff87853ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff87854000 -
    0x7fff878e0ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff878e4000 -
    0x7fff87931ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff87a13000 -
    0x7fff87a17ff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff87aa6000 -
    0x7fff87d7afc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff87d7b000 -
    0x7fff87db9ff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff87dba000 -
    0x7fff87dbdfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff87f5d000 -
    0x7fff8804cfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff881bb000 -
    0x7fff881bcfff  libquit.dylib (161) <12162287-B8C8-36D0-B000-ADC28731FC66> /usr/lib/libquit.dylib
    0x7fff881bd000 -
    0x7fff881d9ff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    0x7fff881da000 -
    0x7fff881e2ffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff884bc000 -
    0x7fff884d4ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff88503000 -
    0x7fff88879ffa  com.apple.JavaScriptCore (9537 - 9537.73.10) <4A4AE781-6F76-3412-B0E5-67E0BAEE22A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff88e60000 -
    0x7fff88ecdfff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff88ee7000 -
    0x7fff88ef6ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff88ef7000 -
    0x7fff890afff3  libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
    0x7fff890b0000 -
    0x7fff890b7ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff890f1000 -
    0x7fff892d6ff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff892d7000 -
    0x7fff89473ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff89474000 -
    0x7fff89485ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff8951d000 -
    0x7fff8951dfff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff895c2000 -
    0x7fff895e9ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff895ea000 -
    0x7fff895f6ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff895f7000 -
    0x7fff895fcff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff89ec1000 -
    0x7fff89ec5ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff89ed3000 -
    0x7fff89eddfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff89ede000 -
    0x7fff89f07ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
    0x7fff8a658000 -
    0x7fff8a902ffd  com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff8ac39000 -
    0x7fff8ac51ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8ac52000 -
    0x7fff8ac54fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff8ac67000 -
    0x7fff8ac95ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8acd2000 -
    0x7fff8acd9ff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
    0x7fff8acf9000 -
    0x7fff8acfcfff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff8acfd000 -
    0x7fff8af8bfff  com.apple.RawCamera.bundle (5.02 - 725) <4DE37ECB-24CD-38B1-B5AF-1EE911E19B80> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8afbe000 -
    0x7fff8afcbfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8b00d000 -
    0x7fff8b070ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8b15e000 -
    0x7fff8b34eff5  com.apple.WebKit2 (9537 - 9537.73.11) <FE8D26BB-F8B7-37D6-94A0-D82161541F30> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x7fff8b352000 -
    0x7fff8b391fff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8b44b000 -
    0x7fff8b44bfff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8b44c000 -
    0x7fff8b454fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8b455000 -
    0x7fff8b723ff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff8b774000 -
    0x7fff8b7a3fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff8b894000 -
    0x7fff8b91dfff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8b91e000 -
    0x7fff8b920ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff8b921000 -
    0x7fff8bd02ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8bdc7000 -
    0x7fff8bdccfff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff8bdcd000 -
    0x7fff8c025ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8c02b000 -
    0x7fff8c04ffff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
    0x7fff8c0ae000 -
    0x7fff8c0ccff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff8c0e7000 -
    0x7fff8c113fff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff8c1a7000 -
    0x7fff8c21efff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8c21f000 -
    0x7fff8c34fff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8c353000 -
    0x7fff8c415ff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8c416000 -
    0x7fff8c489ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8c48a000 -
    0x7fff8c48cff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8c48d000 -
    0x7fff8c4b4ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff8c4b5000 -
    0x7fff8c4bbff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
    0x7fff8c4bc000 -
    0x7fff8c4d7ff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8c6b4000 -
    0x7fff8c6c6ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8c6c7000 -
    0x7fff8c71fff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8c720000 -
    0x7fff8c77eff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8c9af000 -
    0x7fff8c9fdfff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8cb3a000 -
    0x7fff8cb93fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8cbb3000 -
    0x7fff8cbbaff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8cbbb000 -
    0x7fff8d72fff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8d787000 -
    0x7fff8d7b8ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
    0x7fff8d7bc000 -
    0x7fff8d7d7ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff8d7d8000 -
    0x7fff8d7e0ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8d7e1000 -
    0x7fff8d7e2ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8d856000 -
    0x7fff8d8bcfff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8d99f000 -
    0x7fff8daa4fff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8db31000 -
    0x7fff8db4aff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8db5e000 -
    0x7fff8db88ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff8dbe3000 -
    0x7fff8dbe5ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8dbe6000 -
    0x7fff8dbf7ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff8dbfe000 -
    0x7fff8dc09fff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
    0x7fff8dc0a000 -
    0x7fff8dc0bff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8dc0c000 -
    0x7fff8e03fffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8e040000 -
    0x7fff8ee8dffb  com.apple.WebCore (9537 - 9537.73.13) <A468175D-078A-3377-A883-0BC5C8A4339F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff8f29d000 -
    0x7fff8f458ff6  com.apple.GeoServices (1.0 - 702.14.9) <A3A4D6AC-72B2-39F3-AAE0-9AF3B88C5C8E> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8f459000 -
    0x7fff8f466ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8f48e000 -
    0x7fff8f5feff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8f6a5000 -
    0x7fff8f6beff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8f776000 -
    0x7fff8f7a5ff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8f7a6000 -
    0x7fff8f88afff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8f91f000 -
    0x7fff8f928fff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8f938000 -
    0x7fff8f939fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff8f941000 -
    0x7fff8fa77ffa  com.apple.WebKit (9537 - 9537.73.11) <5F583526-8D71-30AD-B97C-56EC51E94E85> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8fa99000 -
    0x7fff8fd98fff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8ff3b000 -
    0x7fff90441ff3  com.apple.Safari.framework (9537 - 9537.73.11) <D3F772B3-4AD9-32F1-A0CB-CF307FF1B283> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
    0x7fff907ee000 -
    0x7fff907fefff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff907ff000 -
    0x7fff90888ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
    0x7fff90894000 -
    0x7fff9097bff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff9097c000 -
    0x7fff909acfff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x7fff909ad000 -
    0x7fff909dcfd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff909ea000 -
    0x7fff90a59ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff90a5a000 -
    0x7fff90bc8ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff90bd5000 -
    0x7fff90c1cfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff90c1d000 -
    0x7fff90c20ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff90c21000 -
    0x7fff90c2cfff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff90c6e000 -
    0x7fff90d37fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff90d38000 -
    0x7fff90d3ffff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff90d40000 -
    0x7fff90d65ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff90d66000 -
    0x7fff90dcaff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff90dcb000 -
    0x7fff90e04ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff9137c000 -
    0x7fff91397ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
    0x7fff913d7000 -
    0x7fff91400fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff91436000 -
    0x7fff91477fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff9151b000 -
    0x7fff91535fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
    0x7fff91536000 -
    0x7fff91536fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff91537000 -
    0x7fff91544ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff91545000 -
    0x7fff9154dff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x7fff9154e000 -
    0x7fff9163fff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff9164d000 -
    0x7fff916cdfff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff916d7000 -
    0x7fff916d7ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff91792000 -
    0x7fff917afff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff917fa000 -
    0x7fff91822ffb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
    0x7fff91d94000 -
    0x7fff91da6fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff91da7000 -
    0x7fff91daaffa  libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
    0x7fff91dab000 -
    0x7fff91db5ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x7fff91db6000 -
    0x7fff91e20ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff91e21000 -
    0x7fff9273d05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff9273e000 -
    0x7fff927a2ff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff927a3000 -
    0x7fff927a4ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff92933000 -
    0x7fff92935fff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff92936000 -
    0x7fff9293afff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/syste

  • I want to Sync my iPhone 4 to iTunes however I get an error message from iTunes each time I connect the phone to the PC saying that I should restore to factory settings. Frustrating because it's already annoying enough that I can't drag and drop mp3's!!!

    I have never been so frustrated before in my life with any phone. I find it obnoxious as it is that I cannot simply drag and drop files (especially MP3's) straight from my PC directly into my phone, which I have been used to doing up until now. Everyone who convinced me to get the iPhone has instructed me that my frustration can be fixed by downloading iTunes and syncing it all up via that program (which I have never used before). So, I downloaded the program successfully, however when I connect the iPhone 4 to the PC and iTunes is open, I get an error message that 'iTunes cannot read the content of the iPhone "iPhone" and that I should go to the Preferences tab of the iPhone and select 'restore' to restore this phone to factory settings. First of all, I don't understand why I need to do that. I have already downloaded apps and other important things in the 2 days that I have the phone. I am also scared that it will erase my contacts. This is such a headache. Music is very imporatant to me, but I am getting so frustrated that I don't have freedom over the phone which I thought was supposed to be one of the best out there. I would really appreciate help in this matter. I am sure the phone is great but I am on the verge of taking it back and getting something else.

    Hey joshuafromisr,
    If you resintall iTunes, it should fix the issue. The following document will go over how to remove iTunes fully and then reinstall. Depending on what version of Windows you're running you'll either follow the directions here:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    or here:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    Best,
    David

  • I am getting a warning message when i am trying to create a host-named sitecollection.

    Hi guys,
          I am trying to create a host-named site collection. I have created the root site collection. After that i have tried to create customer root site. I have doing this process with the guidance of this link.
    http://technet.microsoft.com/en-us/library/cc424952.aspx#section2a
    When i tried to create a customer root site. I am getting a warning message
    " WARNING: The port specified for the new host header site does not match any known bindings in the specified Web
    Application.  The new site will not be accessible if the Web Application is not extended to an IIS Web Site serving
    this port."
    I couldn't when this warning message comes. I tried to bind the server with webapplication which is created for host-named site collection. No use.
    Can anyone help me to solve. And i wanna know why this error message comes!!!
    Thanks in advance
    Rajendran.

    First, you shouldn't create a host named site collection on a Web app that has host header named.  Doing that implements host names at two different levels and will not work reliably.  Second I'm not sure what you mean when you say you didn't
    use the FQDN but used just the domain name.  A Full url will always be either an FQDN or a shorter Netbios name.  If you use a Netbios name it simply assumes the local AD domain of the workstation to create an FQDN as the url  There is no way
    to use just the domain name.  For example, Contoso.com is the domain name.  Server.contoso.com or WEbsite.contoso.com are FQDNs.  YOu can also use a shorter version that is just server or website, but when those resolve in TCP/IP they would
    still resolve using server.contoso.com or website.contoso.com if the workstation where your browser is was in the contoso.com domain.  What is the URL for your root site and your host named site?
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • I am trying to open my iTunes on a Windows XP laptop and get the error message 42404 "iTunes application could not be opened.  Please repair or reinstall QuickTime".  I did that and it did not help.  Any ideas?

    I am trying to open my iTunes on a Windows XP laptop and get the error message 42404 "iTunes application could not be opened.  Please repair or reinstall QuickTime".  I did that and it did not help.  Any ideas?

    Let's see if a more rigorous uninstall/reinstall procedure gets us past that, nancy. See the following troubleshooting document:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP

  • Can't get itunes.  I get the following message when I click on either the shortcut or the program.  It says ITunes has stopped working and I can either check on line for a solution and close the program or just close the program.

    When I click on the itunes shortcut or the program  I get the following message:
    ITunes has stopped working.  My two options are:  Windows can check on line for a solution to the problem or close the program. 
    It seems that my entire library is not there.  If I sync my ipod will it add it back into my library on the computer? 
    I've even tried installing again and nothing works.  Tried the "repair" and it says that ITunes is loaded but I stil get the above error when I try to open the program.
    Thanks

    Let's try the following user tip with that one:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • When I click on any of my movie or TV shows in Itunes I immediately get an error message that says Itunes has stopped working and closes the program. I can sync the movies and shows to my phone okay but I can't watch on Itunes. Can anyone help?

    When I click on any of my movie or TV shows in Itunes I immediately get an error message that says Itunes has stopped working and closes the program. I can sync the movies and shows to my phone okay but I can't watch on Itunes. Can anyone help?

    Let's try the following user tip with that one:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

  • In iCal - I keep getting the error message " This calendar was created by Mail" and it will not accept any input; why..??

    In iCal - I keep getting the error message “ This calendar was created by Mail” and it will not accept any input; why..??

    use Disk Utility and Verify Permisions then fix and Verify Disk and fix, this should fix it.

  • When I update my nano ipod I get an error message "User ipod cannot be updated.  The disk couldnot be read from or written to."   How can I overcome this error message.

    In the iTunes window, when I update my nano ipod, I get an error message "User ipod cannot be updated.  The disk could not be read from or written to."   How can I overcome this error message.

    Hello there dilip77707,
    It sounds like you are getting this error message that your iPod cannot be read from or written to when you are trying to update your iPod Nano. I recommend the troubleshooting from the following article to help you get that resolved. Its pretty straight forward, just start at the top and work your way down as needed:
     'Disk cannot be read from or written to' when syncing iPod or 'Firmware update failure' error when updating or restoring iPod
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • My LR 4 suddenly no longer recognized my memory cards. I am using the same cards and cameras but consisitently get the error message:"files not imported because the files could not be read. they are jpg and nef files...I am stuck without my workhorse! Any

    My LR 4 suddenly no longer recognized my memory cards. I am using the same cards and cameras but consisitently get the error message:"files not imported because the files could not be read. they are jpg and nef files...I am stuck without my workhorse! Any advice is helpful. This has never happened in 6 years

    answered in your other thread LR 4 suddenly no longer recognizes files.

  • I've only had my iphone 5s for a week. I keep getting an error message of "Server has stopped responding."  I need the server to work. Does anyone know if there is a "fix" for the problem? Other wise, I probably best return for a refund and get a Samsung.

    I've only had my iphone 5s for a week. I keep getting an error message of "Server has stopped responding."  I need the server to work. Does anyone know if there is a "fix" for the problem? Other wise, I probably best return for a refund and get a Samsung.  Thanks

    sandyzotz wrote:
    Other wise, I probably best return for a refund and get a Samsung.
    Unlikely.  Based on the complete lack of detail of the issue provided it is entirely possible the same issue would occur.
    Unless and until the user provides some actual details of the problem, there is nothing the indicate that the issue is with the iPhone.

  • I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded"

    I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded".  Any advice on what I can do in order to watch this movie that I rented a couple of weeks ago?

    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.

  • I have an older iMAC that once burned CD's with no issues. Now I get an error message saying "The attempt to burn a disc failed. The device is not accessible, probably because it was removed". I have never had it touched so the device was not removed.Help

    I have an olde iMac that once I have an older iMAC that once burned CD's with no issues. Now I get an error message saying "The attempt to burn a disc failed. The device is not accessible, probably because it was removed". I have never had it touched so the device was not removed. Please advise as to what could be the problem. How to fix. Thanks

    Try resetting the SMC and PRAM first, if that doesn't help try a cleaning disc.....and then buy an inexpensive external burner. Slimline super drive failures are all too common.
    To reset the SMC
    Shut down the computer.
    Unplug the computer's power cord.
    Wait fifteen seconds.
    Attach the computer's power cord.
    Wait five seconds, then press the power button to turn on the computer.
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • When I am writing an email, I get an alert message that says "The message could not be copied or moved to the drafts folder. Writing to the folder failed. To ga

    When I am writing an email, I get an alert message that says “The message could not be copied or moved to the drafts folder. Writing to the folder failed. To gain disc space, choose Empty Deleted and choose Compact Folders and try again.”
    If I do that, I get a message saying “There was an error copying to the Sent folder,, retry?”
    If I retry it sends the uncompleted email. All I can do is keep deleting the message and carry on. Then the whole business might repeat itself.
    Help!
    Frank

    Because the location for each song in your library is on your hard drive.  If the hard drive isn't there, how can iTunes play it?
    You'll have to move/copy the music from your hard drive to your computer's hard drive.
    Basically, EASIEST way to do all this, if you don't care about your play counts, etc...
    -Delete EVERYTHING from iTunes, so that your library is now empty.
    -Go to "Advanced" inside of the "Preferences" window, found in the "Edit" drop-down.  You can also access Preferences by pressing Ctrl+, (Press Ctrl and the comma key)
    -Change your iTunes Media Folder Location to something simple, but on your computer. I use C:/iTunes.  Make sure "Keep iTunes Media Folder Organized" and "Copy files to...." are both checked.  You can close Preferences now.
    -Now, drag and drop your music from your hard drive into your iTunes library.  iTunes will automatically add the music to your library, as you would expect, and also creates a copy of each file to place into that iTunes Media Folder you just created.
    Shouldn't have any more problems...

Maybe you are looking for

  • Refresh data in JTable

    hi, i hava a problem, i have a jtable where same Data column depend from another column of the same jtable and a jtextfield that is external to jtable my jtable is jcombobox | text | text | text ecc.... when the user change the SelectedItem of jcombo

  • Remove password from .pst file

    Dear Support, How to remove forgetten password from .pst file. I use OS win7 professional and Ms office 2013. So please help me for removing forgetting pst password. When I add pst file in new outlook. Then Pst file ask password. please help me. I wi

  • Report Compilation Error REP-1430 on Linux

    Good Day, I've been trying to compile a few reports on Linux Report Builder: Release 11.1.1.7.0 All the other report can convert into .rep but there are 1 reports gives this error in the .tex file Conversion of CL3198.rdf canceled Inside the cmd it s

  • How to convert a integer into bytes!!!

    I am trying to pack the length of the data transamitted over a stream into 2 bytes (Each byte is a unsigned char in terms of 'C' language). When i am using the bytes in java any value greater than 127 is a negative number (I understand the very defin

  • How to implement a conversion rule in KC7R (External Data transfer-Tool)

    Hi, I am familiar with programming conversion rules in ABAP in the LSMW and IS-U Migration workbench. Unfortunately we have to work with EDT (transaction KCLJ). I need to implement a simple conversion rule: migration file has the external BP number B