Crash when trying to play in editor with Unity 3

I recently attempted to open my existing Unity 2.6 project with my new Unity 3. It opened fine but when attempting to play in in editor, Unity crashes. Without any meaningful error message that is.

If I create a build then the game plays fine (except for a few anim quirks) but the issue is with the play in editor. It appears to have something to do with the cache, as deleting that one does fix the crash bug. Unfortunately that also pretty much fucks up all references and all kinds of shit so it’s not really an option.

I also tried re-importing all assets instead, but that did not fix the crash issue.

Anyone who would have any ideas on what to try?

Having what sounds like a similar problem. I downloaded Unity 3 and downloaded the 3D Platform Game tutorial as well. It works fine until I drag the SpringFollowCamera script onto the NearCamera object (page 14 here). At that point, clicking Play in the editor on that step, and any step after it, will cause Unity Editor to crash with the “Unity Editor has stopped working” message.

Following Zacker’s advice, I can continue to use the tutorial by choosing “Build and Run” instead of clicking Play. However, this quickly becomes very tedious.

I’m running Windows 2008 Server R2 (it’s 64-bit, based on the Windows 7 kernel I believe), with all updates installed. No virus scanners running, no strange programs, nothing like that. I installed and updated it fresh a week ago, so there shouldn’t be any conflicts causing Unity to crash. If it helps, my graphics accelerator is a Nvidia 9600M with the latest drivers from nvidia.com, and I’m running with 4GB of RAM. Unity runs very quickly and smoothly, with no noticeable problems or errors other than the crash.

Here is the crash report, if it’s useful:

Problem Event Name: APPCRASH
Application Name: Unity.exe
Application Version: 3.0.0.51258
Application Timestamp: 4c9f87e1
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7600.16385
Fault Module Timestamp: 4a5bdbdf
Exception Code: 40010006
Exception Offset: 0000b727
OS Version: 6.1.7600.2.0.0.272.7
Locale ID: 1033
Additional Information 1: ef57
Additional Information 2: ef570707de2e00daeb706a56607e3fa4
Additional Information 3: 77ec
Additional Information 4: 77ec0279ed498836a32aa5681342e7e1

Thank you for your time. Hoping this problem sounds remotely familiar to someone.

I have the exact same problem with my game when I brought it over to 3… Trying to search around to see if it’s been answered anywhere else.

I tried deleting everything in the Hierarchy so there’s nothing in the scene, and yet it still crashes. Building the game and running it is not a problem, but that’s no way to work.

When I create a new scene, in the same project folder, it works. That should be the same as me cleaning out everything from the Hierarchy? I am going to try and re-setup one of my scenes in a new scene and see if that works…

I’m very new to programming and using Unity, but I’ve come across a similar situation too. At first everything seems to be working, but if I add a code (which is probably the reason for the crash), Unity stops working. If I remove the code, everything runs just fine. And because the debugger doesn’t inform any errors before running the game, I’ve got some suggestions where you can try to start solving this problem:

  1. Scripts. This is where my problem usually lies. As a new user of C# and Unity, I noticed there are some things with loops (especially while-loops) you might want to consider. The code would seem to be ok as an independent piece of work, but during the gameplay it might create infinite loops/other situations where the program just gets confused :smile:

(I was supposed to have other suggestions, but I forgot them :smile: Feel free to continue the list, even if it’s only guesses… like mine. What matters is that we could be able to locate the problem(s))

I was able to solve my problem by re-importing it and then watching my every change and play it with every change. So far no problems. The only thing I did different last time was go through my bitmaps and change the settings once I had the project in Unity3.

A little bit unnerving, but I backup after every day’s worth of work anyway so I’ll never loose too much.

I have the same problem right now. Actually, I didn’t change that much code, maybe few lines so I’ve already checked them.

When I hit play, Unity crash and it didn’t even log any error message in the Editor-prev.Log
It just says that everything compile well no errors etc…

Pretty hard to debug, anyone have an idea ?

This is my current version : 3.0.0f5 (51258)

Oh, for my part, my problem was that i were using a property that Unity Editor needed to access in order to do the loading process. So, I put back my variable instead and it’s working again.

Why does Unity Editor doesn’t support Property by the way? They are using it in their internal code anyway.

I checked out my Unity Project from SVN and after that I have the same behaviour like you all had.

Unity 3.3 crashes without telling me why. Since this is a really big project I really dont know how to fix that. Any suggestions how to figure out why Unity is crashing ?

Process: Unity [8716]
Path: /Applications/Unity/Unity.app/Contents/MacOS/Unity
Identifier: com.unity3d.UnityEditor3.x
Version: Unity version 3.3.0f4 (3.3.0f4)
Code Type: X86 (Native)
Parent Process: launchd [107]

Date/Time: 2011-05-17 13:43:19.906 +0200
OS Version: Mac OS X 10.6.7 (10J869)
Report Version: 6

Interval Since Last Report: 227084 sec
Crashes Since Last Report: 7
Per-App Interval Since Last Report: 227749 sec
Per-App Crashes Since Last Report: 6
Anonymous UUID: 8C961D48-DAFA-4D91-A159-220949EEE380

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000bf7ffffc
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

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

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x98a22922 kevent + 10
1 libSystem.B.dylib 0x98a2303c _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x98a224f9 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x98a2229e _dispatch_worker_thread2 + 240
4 libSystem.B.dylib 0x98a21d21 _pthread_wqthread + 390
5 libSystem.B.dylib 0x98a21b66 start_wqthread + 30

Thread 2:
0 libSystem.B.dylib 0x989fc0fa semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x98a29c85 _pthread_cond_wait + 1066
2 libSystem.B.dylib 0x98a58aa8 pthread_cond_timedwait_relative_np + 47
3 …ple.CoreServices.CarbonCore 0x91572e3d TSWaitOnConditionTimedRelative + 242
4 …ple.CoreServices.CarbonCore 0x91572b7b TSWaitOnSemaphoreCommon + 511
5 …ple.CoreServices.CarbonCore 0x91596deb TimerThread + 97
6 libSystem.B.dylib 0x98a297fd _pthread_start + 345
7 libSystem.B.dylib 0x98a29682 thread_start + 34

Thread 3:
0 libSystem.B.dylib 0x989fc0fa semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x98a29c85 _pthread_cond_wait + 1066
2 libSystem.B.dylib 0x98a58aa8 pthread_cond_timedwait_relative_np + 47
3 …ple.CoreServices.CarbonCore 0x91572e3d TSWaitOnConditionTimedRelative + 242
4 …ple.CoreServices.CarbonCore 0x91572b7b TSWaitOnSemaphoreCommon + 511
5 …ple.CoreServices.CarbonCore 0x9160609e DeferredTaskThread + 84
6 libSystem.B.dylib 0x98a297fd _pthread_start + 345
7 libSystem.B.dylib 0x98a29682 thread_start + 34

Thread 4:
0 libSystem.B.dylib 0x989fc0d6 semaphore_wait_trap + 10
1 libmono.0.dylib 0x01f91d94 mono_sem_wait + 24
2 libmono.0.dylib 0x01ecfdbd mono_gc_run_finalize + 1239
3 libmono.0.dylib 0x01f5a23d mono_thread_init_apartment_state + 547
4 libmono.0.dylib 0x01f8908d ExitThread + 322
5 libmono.0.dylib 0x01fae154 GC_start_routine + 100
6 libSystem.B.dylib 0x98a297fd _pthread_start + 345
7 libSystem.B.dylib 0x98a29682 thread_start + 34

Thread 5:
0 libSystem.B.dylib 0x98a746fa accept$UNIX2003 + 10
1 libmono.0.dylib 0x01e6ec67 mini_gc_create_gc_map + 1477
2 libmono.0.dylib 0x01e708a2 mono_debugger_agent_single_step_event + 1238
3 libmono.0.dylib 0x01e7f5d6 mono_debugger_agent_handle_exception + 36393
4 libmono.0.dylib 0x01f8908d ExitThread + 322
5 libmono.0.dylib 0x01fae154 GC_start_routine + 100
6 libSystem.B.dylib 0x98a297fd _pthread_start + 345
7 libSystem.B.dylib 0x98a29682 thread_start + 34

Thread 6: com.apple.CFSocket.private
0 libSystem.B.dylib 0x98a1b066 select$DARWIN_EXTSN + 10
1 com.apple.CoreFoundation 0x96f0bc83 __CFSocketManager + 1091
2 libSystem.B.dylib 0x98a297fd _pthread_start + 345
3 libSystem.B.dylib 0x98a29682 thread_start + 34

Thread 7:
0 libSystem.B.dylib 0x989fc1ae mach_wait_until + 10
1 libSystem.B.dylib 0x98a83809 nanosleep + 345
2 com.unity3d.UnityEditor3.x 0x0064a023 Thread::Sleep(double) + 115
3 com.unity3d.UnityEditor3.x 0x009aeb9e CurlRequest::MessageThread() + 1742
4 com.unity3d.UnityEditor3.x 0x0064a368 Thread::RunThreadWrapper(void*) + 72
5 libSystem.B.dylib 0x98a297fd _pthread_start + 345
6 libSystem.B.dylib 0x98a29682 thread_start + 34

Thread 8:
0 libSystem.B.dylib 0x989fc09a mach_msg_trap + 10
1 libSystem.B.dylib 0x989fc807 mach_msg + 68
2 com.apple.CoreFoundation 0x96ecc37f __CFRunLoopRun + 2079
3 com.apple.CoreFoundation 0x96ecb464 CFRunLoopRunSpecific + 452
4 com.apple.CoreFoundation 0x96ed13a4 CFRunLoopRun + 84
5 com.unity3d.UnityEditor3.x 0x00aee9ed LookForNewDevices(void*) + 349
6 com.unity3d.UnityEditor3.x 0x0064a368 Thread::RunThreadWrapper(void*) + 72
7 libSystem.B.dylib 0x98a297fd _pthread_start + 345
8 libSystem.B.dylib 0x98a29682 thread_start + 34

Thread 9:
0 libSystem.B.dylib 0x989fc0ee semaphore_timedwait_trap + 10
1 …ple.CoreServices.CarbonCore 0x91584bb2 MPWaitOnSemaphore + 125
2 com.unity3d.UnityEditor3.x 0x0064a722 ThreadMessageQueue::GetRaw(ThreadMessageQueue volatile*, void*, bool) + 226
3 com.unity3d.UnityEditor3.x 0x0064a7b0 ThreadMessageQueue::GetBlocking(void*) + 32
4 com.unity3d.UnityEditor3.x 0x00649792 JobScheduler::FetchAndProcessJob(bool) + 34
5 com.unity3d.UnityEditor3.x 0x00649a40 JobScheduler::WorkLoop(void*) + 32
6 com.unity3d.UnityEditor3.x 0x0064a368 Thread::RunThreadWrapper(void*) + 72
7 libSystem.B.dylib 0x98a297fd _pthread_start + 345
8 libSystem.B.dylib 0x98a29682 thread_start + 34

Thread 10:
0 libSystem.B.dylib 0x989fc0fa semaphore_timedwait_signal_trap + 10
1 libSystem.B.dylib 0x98a29c85 _pthread_cond_wait + 1066
2 libSystem.B.dylib 0x98a58aa8 pthread_cond_timedwait_relative_np + 47
3 com.apple.audio.CoreAudio 0x9050f3c7 CAGuard::WaitFor(unsigned long long) + 219
4 com.apple.audio.CoreAudio 0x905123f9 CAGuard::WaitUntil(unsigned long long) + 289
5 com.apple.audio.CoreAudio 0x9050fcf6 HP_IOThread::WorkLoop() + 1892
6 com.apple.audio.CoreAudio 0x9050f58d HP_IOThread::ThreadEntry(HP_IOThread*) + 17
7 com.apple.audio.CoreAudio 0x9050f4a4 CAPThread::Entry(CAPThread*) + 140
8 libSystem.B.dylib 0x98a297fd _pthread_start + 345
9 libSystem.B.dylib 0x98a29682 thread_start + 34

Thread 11:
0 libSystem.B.dylib 0x989fc1ae mach_wait_until + 10
1 libSystem.B.dylib 0x98a83809 nanosleep + 345
2 libSystem.B.dylib 0x98a836aa usleep + 61
3 fmod_editor.dylib 0x020c8bbf 0x20c5000 + 15295
4 fmod_editor.dylib 0x0213280b FMOD::SystemI::createChannelGroupInternal(char const*, FMOD::ChannelGroupI**, bool, bool) + 38695
5 libSystem.B.dylib 0x98a297fd _pthread_start + 345
6 libSystem.B.dylib 0x98a29682 thread_start + 34

Thread 12:
0 libSystem.B.dylib 0x989fc1ae mach_wait_until + 10
1 libSystem.B.dylib 0x98a83809 nanosleep + 345
2 com.unity3d.UnityEditor3.x 0x0064a023 Thread::Sleep(double) + 115
3 com.unity3d.UnityEditor3.x 0x00499fa7 PreloadManager::Run() + 775
4 com.unity3d.UnityEditor3.x 0x00499fe1 PreloadManager::Run(void*) + 17
5 com.unity3d.UnityEditor3.x 0x0064a368 Thread::RunThreadWrapper(void*) + 72
6 libSystem.B.dylib 0x98a297fd _pthread_start + 345
7 libSystem.B.dylib 0x98a29682 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x0470e000 ebx: 0x98a0010b ecx: 0x00000000 edx: 0x00000012
edi: 0x00000012 esi: 0x00000000 ebp: 0xbf8000f8 esp: 0xbf800000
ss: 0x0000001f efl: 0x00010286 eip: 0x98a001a6 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0xbf7ffffc

Binary Images:
0x1000 - 0x1257feb +com.unity3d.UnityEditor3.x Unity version 3.3.0f4 (3.3.0f4) /Applications/Unity/Unity.app/Contents/MacOS/Unity
0x1dd1000 - 0x2063fe7 +libmono.0.dylib ??? (???) <932D9048-6693-FA18-6102-7DBC9D00F1C3> /Applications/Unity/Unity.app/Contents/Frameworks/MonoEmbedRuntime/osx/libmono.0.dylib
0x20c5000 - 0x215afe7 +fmod_editor.dylib ??? (???) /Applications/Unity/Unity.app/Contents/Frameworks/fmod_editor.dylib
0x2194000 - 0x21cafff +libS3TC.dylib ??? (???) <704CEB0D-8CC0-D793-D10D-CBA3985779AE> /Applications/Unity/Unity.app/Contents/Frameworks/libS3TC.dylib
0x21d0000 - 0x2231ff3 +libfreetype.dylib ??? (???) <46D8D81F-6C0E-DEBE-1581-3FB62813FA3C> /Applications/Unity/Unity.app/Contents/Frameworks/libfreetype.dylib
0x2239000 - 0x2485fff +libfreeimage-3.11.1.dylib ??? (???) /Applications/Unity/Unity.app/Contents/Frameworks/libfreeimage-3.11.1.dylib
0x250f000 - 0x2522fef +libpq.5.dylib 5.0.0 (compatibility 5.0.0) /Applications/Unity/Unity.app/Contents/Frameworks/libpq.5.dylib
0x252a000 - 0x277affb +libbeast.dylib ??? (???) /Applications/Unity/Unity.app/Contents/Tools/Beast/libbeast.dylib
0x27a0000 - 0x28bcfff +libumbrapvs.dylib ??? (???) <3A4151B6-C5FF-7BC8-DE32-343AA7A6305D> /Applications/Unity/Unity.app/Contents/Frameworks/libumbrapvs.dylib
0x29c5000 - 0x2a0dfff +libmp3lame.dylib ??? (???) /Applications/Unity/Unity.app/Contents/Frameworks/libmp3lame.dylib
0x2a4b000 - 0x2b51fef com.apple.WebKit 533+ (533.16+) /Applications/Unity/Unity.app/Contents/Frameworks/WebKit.framework/Versions/A/WebKit
0x2c79000 - 0x2e6ffff com.apple.JavaScriptCore 533+ (533.16+) /Applications/Unity/Unity.app/Contents/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x2f2b000 - 0x2fe0fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
0x3026000 - 0x304cfff libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <32607000-7573-6D51-ABC3-420B4A0D6629> /usr/lib/libssl.0.9.7.dylib
0x305b000 - 0x3b32fff com.apple.WebCore 533+ (533.16+) <2B2AA10D-7677-2424-FC5A-C2F8EF4CFD33> /Applications/Unity/Unity.app/Contents/Frameworks/WebCore.framework/Versions/A/WebCore
0x4a00000 - 0x4a65fcf +[Unknown Bundle] ??? (???) <4476E73C-19FF-4F99-9D9F-4DF5FF7179B8> [Unknown Bundle]
0x6290000 - 0x62d3fe7 com.apple.driver.AppleIntelGMA950GLDriver 1.6.26 (6.2.6) <8E05CEB4-F1D4-F9DA-7F9B-414570093FDD> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/AppleIntelGMA950GLDriver
0x62dd000 - 0x62eaff7 com.apple.iokit.IOHIDLib 1.6.5 (1.6.5) /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0x6302000 - 0x6306ff3 com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x7fa0000 - 0x7fc4fe7 GLRendererFloat ??? (???) <0C6A1BCF-97F0-F7D6-C840-2991681BB67C> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x806f000 - 0x8075ffb com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <82BFF5E9-2B0E-FE8B-8370-445DD94DA434> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x807a000 - 0x807bff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
0x1b2a0000 - 0x1b418fe7 GLEngine ??? (???) <0E1DF3E4-0EEE-9FD8-8F52-FFFCF0DF23A7> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x1d19d000 - 0x1d2d4fff +[Bundle] ??? (???) [Bundle]
0x3e000000 - 0x3e046ff7 com.apple.glut 3.4.4 (GLUT-3.4.4) /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
0x70000000 - 0x700cbfff com.apple.audio.units.Components 1.6.4 (1.6.4) <67DA329D-A571-6066-953C-4BBFCBF87BD5> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) /usr/lib/dyld
0x90003000 - 0x90003ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90005000 - 0x90010ff7 com.apple.CrashReporterSupport 10.6.7 (258) <71CC59D1-E197-7431-5973-2C079A749257> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x9017c000 - 0x901feffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x903e1000 - 0x90445ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x904b5000 - 0x904edff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x904ee000 - 0x904eeff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x904ef000 - 0x90569fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90755000 - 0x90757ff7 libRadiance.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x907dd000 - 0x907e0ff7 libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x90a1b000 - 0x90bf7ffb libType1Scaler.dylib ??? (???) <494D1BE1-8395-9A53-1224-1CFD4236D40E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x90bf8000 - 0x90d26fe7 com.apple.CoreData 102.1 (251) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x90d27000 - 0x90d37ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x90e3d000 - 0x90e63ffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x90e64000 - 0x90e64ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90e65000 - 0x90f91ffb com.apple.MediaToolbox 0.484.20 (484.20) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x90f92000 - 0x91009ff3 com.apple.backup.framework 1.2.2 (1.2.2) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9106f000 - 0x91079fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x911d4000 - 0x91231ff7 com.apple.framework.IOKit 2.0 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9152c000 - 0x9184cff3 com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9184d000 - 0x91862fff com.apple.ImageCapture 6.0.2 (6.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x91863000 - 0x9191ffff com.apple.ColorSync 4.6.6 (4.6.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91980000 - 0x9199bff7 libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x919cf000 - 0x922afff7 com.apple.AppKit 6.6.7 (1038.35) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9232a000 - 0x9232cff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9232d000 - 0x92371fe7 com.apple.Metadata 10.6.3 (507.15) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x92372000 - 0x92696fef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92697000 - 0x926e7ff7 com.apple.framework.familycontrols 2.0.2 (2020) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x926e8000 - 0x926ebff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x926ec000 - 0x927edfe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x927ee000 - 0x92858fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x932ad000 - 0x933b9ff7 libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x933ba000 - 0x933c8ff7 com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x933c9000 - 0x933ccffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x93513000 - 0x93554ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x93555000 - 0x9359efe7 libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x938a8000 - 0x938f9ff7 com.apple.HIServices 1.8.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x938fa000 - 0x9391afe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
0x9391b000 - 0x93927ff7 libkxld.dylib ??? (???) /usr/lib/system/libkxld.dylib
0x93928000 - 0x93950ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x93951000 - 0x93951ff7 com.apple.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x93952000 - 0x93971ff7 com.apple.CoreVideo 1.6.2 (45.6) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x93972000 - 0x93a0afe7 edu.mit.Kerberos 6.5.11 (6.5.11) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x93a19000 - 0x93a1cfe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x94971000 - 0x94978ff3 com.apple.print.framework.Print 6.1 (237.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x94979000 - 0x9497aff7 com.apple.TrustEvaluationAgent 1.1 (1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9498e000 - 0x94b48feb com.apple.ImageIO.framework 3.0.4 (3.0.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x94b49000 - 0x94b86ff7 com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x94b87000 - 0x94bbaffb libTrueTypeScaler.dylib ??? (???) <574C2C51-65EC-7D2A-086D-C9312287DE22> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x94bbb000 - 0x94f26ff7 com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94f29000 - 0x94f98ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x94f99000 - 0x94fa6ff7 com.apple.NetFS 3.2.2 (3.2.2) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x94fe2000 - 0x95025ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x95026000 - 0x950c1ff7 com.apple.ApplicationServices.ATS 4.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x950c2000 - 0x952c9feb com.apple.AddressBook.framework 5.0.4 (883) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x952ca000 - 0x952d8fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
0x952d9000 - 0x952deff7 com.apple.OpenDirectory 10.6 (10.6) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x95379000 - 0x95389ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) /usr/lib/libsasl2.2.dylib
0x953ac000 - 0x95459fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) /usr/lib/libobjc.A.dylib
0x9545a000 - 0x9545aff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9545b000 - 0x954a1ff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
0x954f9000 - 0x95539ff3 com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x9553a000 - 0x956bcfe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) /usr/lib/libicucore.A.dylib
0x956bd000 - 0x956bdff7 liblangid.dylib ??? (???) /usr/lib/liblangid.dylib
0x956be000 - 0x956e0fef com.apple.DirectoryService.Framework 3.6 (621.11) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x956e1000 - 0x956e5ff7 IOSurface ??? (???) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x956e6000 - 0x95766feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x95787000 - 0x957abff7 libJPEG.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9587b000 - 0x9587bff7 com.apple.Cocoa 6.6 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9594e000 - 0x95987ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
0x95988000 - 0x95a32fe7 com.apple.CFNetwork 454.11.12 (454.11.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x95a77000 - 0x95a77ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x95a78000 - 0x95abbff7 libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95ada000 - 0x95afbfe7 com.apple.opencl 12.3.6 (12.3.6) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x95c85000 - 0x95f7efef com.apple.QuickTime 7.6.6 (1756.15) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x95f7f000 - 0x960c2fef com.apple.QTKit 7.6.6 (1756.15) <32C49374-14BC-53E7-FBFF-E11B42A41F56> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x960c3000 - 0x961c7fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) /usr/lib/libcrypto.0.9.8.dylib
0x961c8000 - 0x962a8fe7 com.apple.vImage 4.1 (4.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x962a9000 - 0x962f6feb com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x96330000 - 0x963deff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x963df000 - 0x963e3ff7 libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x963e5000 - 0x963f6ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x963f7000 - 0x96439ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x96473000 - 0x964eefff com.apple.AppleVAFramework 4.10.23 (4.10.23) <57B7C626-F344-AB15-8556-00425FA765DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x964ef000 - 0x964f5fe7 com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x964f6000 - 0x9692dff3 com.apple.RawCamera.bundle 3.6.4 (561) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x9692e000 - 0x969e5feb libFontParser.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x969e6000 - 0x96a17ff7 libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x96a59000 - 0x96e8eff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x96e8f000 - 0x9700afe7 com.apple.CoreFoundation 6.6.4 (550.42) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9700b000 - 0x970abfff com.apple.Bluetooth 2.4.0 (2.4.0f1) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x970b4000 - 0x970c8fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x971a8000 - 0x97661ffb com.apple.VideoToolbox 0.484.20 (484.20) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x976e5000 - 0x977b0fef com.apple.CoreServices.OSServices 359 (359) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x978b4000 - 0x978ccff7 com.apple.CFOpenDirectory 10.6 (10.6) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x978cd000 - 0x97908feb libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x97909000 - 0x97925fe3 com.apple.openscripting 1.3.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x97926000 - 0x97a1aff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
0x97a1b000 - 0x97e31ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x97e32000 - 0x97f0cffb com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x97f0d000 - 0x97f51ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x980b5000 - 0x98147fe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x98148000 - 0x98284ff7 com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x982af000 - 0x98514feb com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x98515000 - 0x98517fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
0x98518000 - 0x9855fffb com.apple.CoreMediaIOServices 134.0 (1160) <4CD78557-3CDA-A4B5-33CB-BBB876B4463D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x98573000 - 0x98574ff7 com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x985f0000 - 0x986a9fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
0x98728000 - 0x9899bfe7 com.apple.Foundation 6.6.6 (751.53) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x989fb000 - 0x98ba2ff7 libSystem.B.dylib 125.2.10 (compatibility 1.0.0) /usr/lib/libSystem.B.dylib
0x98ba3000 - 0x98be0ff7 com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x98e8b000 - 0x98eecfe7 com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x98f48000 - 0x98f5aff7 com.apple.MultitouchSupport.framework 207.10 (207.10) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x98f5b000 - 0x98f62ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x98f63000 - 0x9900bffb com.apple.QD 3.36 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9900c000 - 0x99012fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x99023000 - 0x9902cff7 com.apple.DiskArbitration 2.3 (2.3) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9902d000 - 0x99041ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x99060000 - 0x9906bff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x99121000 - 0x99154ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x99155000 - 0x9918cfe7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7DCB5938-3140-E71A-92BD-8C242F30C8F5> /usr/lib/libssl.0.9.8.dylib
0x9918d000 - 0x9997c557 com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x999be000 - 0x999c9ff7 libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x999ca000 - 0x999d4ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x99a2e000 - 0x99a32ff7 libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x99a40000 - 0x99addfe3 com.apple.LaunchServices 362.2 (362.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB, SMC 1.17f0
Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.1.14.5
Bluetooth: Version 2.4.0f1, 2 service, 12 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Serial ATA Device: SAMSUNG HM250HI, 232.89 GB
Parallel ATA Device: MATSHITACD-RW CW-8221
USB Device: iPhone, 0x05ac (Apple Inc.), 0x1297, 0xfd300000
USB Device: Hub, 0x058f (Alcor Micro, Corp.), 0x6254, 0xfd100000
USB Device: USB Mouse, 0x046d (Logitech Inc.), 0xc00c, 0xfd120000
USB Device: Logitech USB Keyboard, 0x046d (Logitech Inc.), 0xc315, 0xfd130000
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x1d200000
USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000

Finally I found out what caused the crash. It was because I had a recursive call in my c# code when I tried loading an asset which was not there. But why does not Unity handle recoursion well? There should popup a message: Stack Overflow Error. But instead of that, Unity crashes.

Debugging helped me a little to find out the error in my code. Use MonoDevelop inside Unityfolder to Debug! Close Unity before starting Debug from MonoDevelop. Step through your app until it crashes.

In my case, I was trying to call a singleton class inside its construct…