Python crashes with pygame

I had this working and at some point my system configuration must've changed and now I get python crashes when trying to play music with pygame. I'm hoping someone can steer me in the right direction by looking at my crash logs. Any advice on what to look for is greatly appreciated. I don't have macports installed, but do use brew and pip.
System: MacBook Pro, OS X Mavericks (10.9.1), 2.9Ghz Core i7 8GB ram
Python 2.7.5
with ipython:
Fatal Python error: (pygame parachute) Segmentation Fault
Process:         Python [46106]
Path:            /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/C ontents/MacOS/Python
Identifier:      Python
Version:         2.7.5 (2.7.5)
Code Type:       X86-64 (Native)
Parent Process:  Python [46105]
Responsible:     Terminal [459]
User ID:         1178966759
Date/Time:       2014-01-23 13:17:40.578 -0800
OS Version:      Mac OS X 10.9.1 (13B42)
Report Version:  11
Anonymous UUID:  20A4631D-1B03-0C20-D110-8F5EE37C25C5
Sleep/Wake UUID: A700BF05-163E-417E-A58B-F97EA804B30C
Crashed Thread:  0  Dispatch queue: com.apple.main-thread
Exception Type:  EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000110
VM Regions Near 0x110:
-->
    __TEXT                 000000010271f000-0000000102720000 [    4K] r-x/rwx SM=COW  /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/C ontents/MacOS/Python
Application Specific Information:
crashed on child side of fork pre-exec
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib                  0x00007fff85cc1866 __pthread_kill + 10
1   libsystem_pthread.dylib                 0x00007fff9216735c pthread_kill + 92
2   libsystem_c.dylib                       0x00007fff89f62bba abort + 125
3   org.python.python                       0x00000001027c4ec1 Py_FatalError + 49
4   libsystem_platform.dylib                0x00007fff888d45aa _sigtramp + 26
5   ???                                     0x00007fb459c56250 0 + 140412576948816
6   libdispatch.dylib                       0x00007fff9062085a _dispatch_resume_slow + 14
7   com.apple.CoreServices.CarbonCore          0x00007fff888eb825 connectToCoreServicesD() + 338
8   com.apple.CoreServices.CarbonCore          0x00007fff888eb6b4 getStatus() + 42
9   com.apple.CoreServices.CarbonCore          0x00007fff888f13dd scCreateCacheable + 29
10  com.apple.CoreServices.CarbonCore          0x00007fff889378c8 ___ZL24GetComponentCacheableRefv_block_invoke + 63
11  libdispatch.dylib                       0x00007fff9061f2ad _dispatch_client_callout + 8
12  libdispatch.dylib                       0x00007fff9061f21c dispatch_once_f + 79
13  com.apple.CoreServices.CarbonCore          0x00007fff88937828 GetComponentCacheableRef() + 73
14  com.apple.CoreServices.CarbonCore          0x00007fff88937421 registerSystemComponents + 73
15  com.apple.CoreServices.CarbonCore          0x00007fff8893eaed FindNextComponentInternal(ComponentRecord*, ComponentDescription*, unsigned int) + 68
16  com.apple.CoreServices.CarbonCore          0x00007fff8893f2f0 FindNextComponent + 44
17  libSDL-1.2.0.dylib                      0x0000000103e6d3ef Core_OpenAudio + 159
18  libSDL-1.2.0.dylib                      0x0000000103e45253 SDL_OpenAudio + 617
19  libSDL_mixer-1.2.0.dylib                0x00000001040e7cfe Mix_OpenAudio + 140
20  mixer.so                                0x000000010412cdff _init + 330
21  mixer.so                                0x000000010412d008 init + 120
22  org.python.python                       0x00000001027a914d PyEval_EvalFrameEx + 8080
23  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
24  org.python.python                       0x00000001027ad8c8 0x102727000 + 551112
25  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
26  org.python.python                       0x00000001027ad864 0x102727000 + 551012
27  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
28  org.python.python                       0x00000001027ad864 0x102727000 + 551012
29  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
30  org.python.python                       0x00000001027ad864 0x102727000 + 551012
31  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
32  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
33  org.python.python                       0x000000010274e796 0x102727000 + 161686
34  org.python.python                       0x0000000102730f72 PyObject_Call + 101
35  org.python.python                       0x00000001027ab395 PyEval_EvalFrameEx + 16856
36  org.python.python                       0x00000001027ad864 0x102727000 + 551012
37  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
38  org.python.python                       0x00000001027ad864 0x102727000 + 551012
39  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
40  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
41  org.python.python                       0x000000010274e796 0x102727000 + 161686
42  org.python.python                       0x0000000102730f72 PyObject_Call + 101
43  org.python.python                       0x000000010273b9a7 0x102727000 + 84391
44  org.python.python                       0x0000000102730f72 PyObject_Call + 101
45  org.python.python                       0x00000001027766ce 0x102727000 + 325326
46  org.python.python                       0x0000000102772184 0x102727000 + 307588
47  org.python.python                       0x0000000102730f72 PyObject_Call + 101
48  org.python.python                       0x00000001027aadf5 PyEval_EvalFrameEx + 15416
49  org.python.python                       0x00000001027ad864 0x102727000 + 551012
50  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
51  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
52  org.python.python                       0x00000001027a6a24 PyEval_EvalCode + 54
53  org.python.python                       0x00000001027c5c2c 0x102727000 + 650284
54  org.python.python                       0x00000001027c5cd3 PyRun_FileExFlags + 137
55  org.python.python                       0x00000001027a33f0 0x102727000 + 508912
56  org.python.python                       0x00000001027ab12f PyEval_EvalFrameEx + 16242
57  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
58  org.python.python                       0x000000010274e796 0x102727000 + 161686
59  org.python.python                       0x0000000102730f72 PyObject_Call + 101
60  org.python.python                       0x00000001027ab395 PyEval_EvalFrameEx + 16856
61  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
62  org.python.python                       0x00000001027ad8c8 0x102727000 + 551112
63  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
64  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
65  org.python.python                       0x00000001027ad8c8 0x102727000 + 551112
66  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
67  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
68  org.python.python                       0x00000001027ad8c8 0x102727000 + 551112
69  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
70  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
71  org.python.python                       0x00000001027ad8c8 0x102727000 + 551112
72  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
73  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
74  org.python.python                       0x000000010274e796 0x102727000 + 161686
75  org.python.python                       0x0000000102730f72 PyObject_Call + 101
76  org.python.python                       0x00000001027ab395 PyEval_EvalFrameEx + 16856
77  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
78  org.python.python                       0x00000001027ad8c8 0x102727000 + 551112
79  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
80  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
81  org.python.python                       0x00000001027ad8c8 0x102727000 + 551112
82  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
83  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
84  org.python.python                       0x000000010274e796 0x102727000 + 161686
85  org.python.python                       0x0000000102730f72 PyObject_Call + 101
86  org.python.python                       0x00000001027ab395 PyEval_EvalFrameEx + 16856
87  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
88  org.python.python                       0x00000001027ad8c8 0x102727000 + 551112
89  org.python.python                       0x00000001027aa4d4 PyEval_EvalFrameEx + 13079
90  org.python.python                       0x00000001027a7093 PyEval_EvalCodeEx + 1641
91  org.python.python                       0x00000001027a6a24 PyEval_EvalCode + 54
92  org.python.python                       0x00000001027c5c2c 0x102727000 + 650284
93  org.python.python                       0x00000001027c5cd3 PyRun_FileExFlags + 137
94  org.python.python                       0x00000001027c5821 PyRun_SimpleFileExFlags + 718
95  org.python.python                       0x00000001027d6363 Py_Main + 2995
96  libdyld.dylib                           0x00007fff8796e5fd start + 1
Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fff76da3310  rcx: 0x00007fff5d4dc7a8  rdx: 0x0000000000000000
  rdi: 0x0000000000000203  rsi: 0x0000000000000006  rbp: 0x00007fff5d4dc7d0  rsp: 0x00007fff5d4dc7a8
   r8: 0x0000000000000040   r9: 0x00007fff5d4dc700  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x0000000000000000  r13: 0x00007fff5d4dd130  r14: 0x0000000000000006  r15: 0x00007fff5d4dceb0
  rip: 0x00007fff85cc1866  rfl: 0x0000000000000206  cr2: 0x0000000103ecc5a0
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133
Binary Images:
       0x10271f000 -        0x10271ffff  org.python.python (2.7.5 - 2.7.5) <2E89A7CC-BF9F-341D-951F-D4BCAEDE52E3> /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/C ontents/MacOS/Python
       0x102727000 -        0x102811fff  org.python.python (2.7.5 - 2.7.5) <0202C38E-0354-34FA-9996-8D2ADCE353D8> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
       0x102926000 -        0x102927fff  nxutils.so (35) <60AB3795-BBC9-3E06-AF9A-AABB76013F33> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matp lotlib/nxutils.so
       0x10292b000 -        0x10292eff7  _cntr.so (35) <8003DB46-218C-34B7-8B24-92C1D44B4F46> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matp lotlib/_cntr.so
       0x102932000 -        0x10293bff7  _delaunay.so (35) <68FB9585-F1EC-3355-92BA-A4B934F16430> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matp lotlib/_delaunay.so
       0x102a16000 -        0x102a17fff  time.so (76) <60566D0D-485D-3EE6-BD9F-3C330C973922> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/time.so
       0x102a1e000 -        0x102a21fff  strop.so (76) <935E433D-305A-303F-A01A-80DEE79CD72C> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/strop.so
       0x102a67000 -        0x102a69fff  binascii.so (76) <B0E73D99-049D-3871-940A-64B4C87305FE> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/binascii.so
       0x102a6d000 -        0x102a76fff  datetime.so (76) <0DDECD56-F93B-38D2-8012-2D7F021BF41D> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/datetime.so
       0x102a7f000 -        0x102a80fff  cStringIO.so (76) <33F5D92E-34D7-3B43-8626-BDB07AB03941> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/cStringIO.so
       0x102a85000 -        0x102a8afff  pyexpat.so (76) <0D2CD180-56F8-3AB7-B5B2-7BFCA54B6ED4> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/pyexpat.so
       0x102b11000 -        0x102b13fff  _collections.so (76) <6E5B8C6C-361D-34FA-8883-E385DECFC519> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_collections.so
       0x102b19000 -        0x102b1cfff  operator.so (76) <57797464-DDAA-32B0-A680-BC3583B4BDEF> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/operator.so
       0x102b22000 -        0x102b26fff  itertools.so (76) <0FFE8556-9608-3A7C-B0D0-995902493A91> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/itertools.so
       0x102b2f000 -        0x102b30fff  _heapq.so (76) <EBFA8646-5C30-3853-8800-C4BDFC9D201E> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_heapq.so
       0x102c35000 -        0x102c36fff  _functools.so (76) <4A72F6F8-BB2F-357F-8CF1-FAF3CD4371C2> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_functools.so
       0x102c7a000 -        0x102c7bfff  _locale.so (76) <129B3BEC-CA63-36F8-BA69-974D874BE59C> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_locale.so
       0x102c7f000 -        0x102c82fff  _struct.so (76) <32BDEED3-1674-30E5-8C71-9536BFFEB0DE> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_struct.so
       0x102cc8000 -        0x102cc8fff  grp.so (76) <2BA0ACBA-C009-384C-8981-E882A2DE01B1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/grp.so
       0x102ccc000 -        0x102ccfff7  math.so (76) <76BA19D5-48F5-31C5-9AF7-0C855F30890B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/math.so
       0x102cd5000 -        0x102cd6fff  _hashlib.so (76) <81D1416F-11BD-33BF-BDB5-9D432BF241C4> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_hashlib.so
       0x102cdb000 -        0x102cdcff7  _random.so (76) <45324BA4-BC2A-3342-B41E-9ADDF6AD12F5> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_random.so
       0x102ce0000 -        0x102ceefff  _io.so (76) <C18AD571-D722-3780-AAF6-F586F97A10F3> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_io.so
       0x102cfd000 -        0x102cfefff  fcntl.so (76) <90ABCE6A-D5CE-3870-97A6-E3C46FC7D4A2> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/fcntl.so
       0x102d02000 -        0x102d04fff  select.so (76) <50E27D67-1E2C-3481-81A3-CCB53750968B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/select.so
       0x102d4a000 -        0x102d4cfff  zlib.so (76) <5CBC403F-1518-3592-928F-4140E0C59320> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/zlib.so
       0x102d52000 -        0x102d53fff  resource.so (76) <1D1B2CC9-4F41-32BA-B113-80326CF36118> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/resource.so
       0x102d57000 -        0x102d58fff  termios.so (76) <D8E846F9-BB9A-3D9C-924B-D3E8282E3042> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/termios.so
       0x102f1d000 -        0x102f25fff  _sqlite3.so (76) <DF0CE4AA-00B4-3FC5-8351-9C43E5633B5B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_sqlite3.so
       0x102f2f000 -        0x102f36ff7  _socket.so (76) <ABDAD166-1FB8-3B83-AFC1-7BF6A97F229B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_socket.so
       0x102f40000 -        0x102f43fff  _ssl.so (76) <E4C0816B-0AFD-3360-89AC-6E4B5FB42976> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_ssl.so
       0x102f89000 -        0x102f94fff  cPickle.so (76) <A49A9059-2F96-3054-9069-3CC5A6D71C44> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/cPickle.so
       0x102f9a000 -        0x102f9efff  _json.so (76) <BBE6083D-B443-36E3-8DB2-0720B1B94B53> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_json.so
       0x102fe3000 -        0x102fe4fff  _lsprof.so (76) <0CE8E9ED-1E91-38EC-91FA-8BE7C7A56112> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_lsprof.so
       0x103029000 -        0x103037fff  _ctypes.so (76) <421053C0-2110-3BCA-AE7C-25DF92BEA34A> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_ctypes.so
       0x1030a3000 -        0x1030e1ff7 +readline.so (???) <91E41C1B-723F-375F-B456-45B90A19C9F6> /Library/Python/2.7/site-packages/readline-6.2.4.1-py2.7-macosx-10.7-intel.egg/ readline.so
       0x10317c000 -        0x10317efff  _multiprocessing.so (76) <2BF33A65-8B88-34AB-BD18-DE6D6B264F87> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_multiprocessing.so
       0x103183000 -        0x103185fff  _csv.so (76) <BAD4C636-3BF3-35EA-B892-16228F4299A2> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_csv.so
       0x1031cb000 -        0x1031cefff +base.so (0) <3DCCE045-F9D2-32A9-B578-04DBD5C16D37> /Library/Python/2.7/site-packages/pygame/base.so
       0x1031ec000 -        0x1031eefff +constants.so (0) <4470EBA8-1B81-36F4-8C5E-64C39CE61F7B> /Library/Python/2.7/site-packages/pygame/constants.so
       0x1031f1000 -        0x1031f4fff +rect.so (0) <C0DD9477-23C8-3871-A9F0-13DAAB73AE26> /Library/Python/2.7/site-packages/pygame/rect.so
       0x1031f9000 -        0x1031fafff +rwobject.so (0) <80AB3D5E-62CB-32E2-8FCF-2CC50E6B4D27> /Library/Python/2.7/site-packages/pygame/rwobject.so
       0x103e43000 -        0x103e7dff7 +libSDL-1.2.0.dylib (0) <698B549B-46A4-3F4B-AC9E-057BB827D4CC> /usr/local/lib/libSDL-1.2.0.dylib
       0x103ea5000 -        0x103ea5fff +surflock.so (0) <91952C24-87BA-3DA8-9D50-70DD4F8C7697> /Library/Python/2.7/site-packages/pygame/surflock.so
       0x103ea8000 -        0x103eabfff +color.so (0) <23144F65-7292-3C82-B030-D791B3B33227> /Library/Python/2.7/site-packages/pygame/color.so
       0x103ef0000 -        0x103ef1fff +bufferproxy.so (0) <C51A02F3-149D-305D-BAA2-000F9D067BCE> /Library/Python/2.7/site-packages/pygame/bufferproxy.so
       0x103ef5000 -        0x103efcfff +math.so (0) <27464C0C-689A-3A05-99A1-47CE6879651A> /Library/Python/2.7/site-packages/pygame/math.so
       0x103f04000 -        0x103f05fff +cdrom.so (0) <1EFE4DBE-9C6B-36C1-B5A8-41C9B452DF12> /Library/Python/2.7/site-packages/pygame/cdrom.so
       0x103f09000 -        0x103f0cfff +display.so (0) <E186BEF5-9401-30C8-A962-79D8896A49B9> /Library/Python/2.7/site-packages/pygame/display.so
       0x103f11000 -        0x103f4afff +surface.so (0) <32808878-2DC4-3605-900F-D3BEFA10ABC3> /Library/Python/2.7/site-packages/pygame/surface.so
       0x103f51000 -        0x103f56fff +draw.so (0) <E1D399F3-76BE-3EA1-8296-1B618608CD16> /Library/Python/2.7/site-packages/pygame/draw.so
       0x103f5a000 -        0x103f5cfff +event.so (0) <35A94C6E-77DB-30E9-A556-9056BB52D36D> /Library/Python/2.7/site-packages/pygame/event.so
       0x103f60000 -        0x103f63fff +image.so (0) <9F1C0332-8D32-3D09-A714-ACC93E02F8DD> /Library/Python/2.7/site-packages/pygame/image.so
       0x103f67000 -        0x103f68fff +imageext.so (0) <E458A0A1-14F9-37EE-B839-9F1743417311> /Library/Python/2.7/site-packages/pygame/imageext.so
       0x103f6c000 -        0x103f71ff7 +libSDL_image-1.2.0.dylib (0) <CE7F0B3D-427D-3277-B135-8E77EEA4B036> /usr/local/lib/libSDL_image-1.2.0.dylib
       0x103f76000 -        0x103f95fff +libpng15.15.dylib (0) <05519689-28C2-3A1F-A7B7-CC2D0B3E7BD8> /usr/local/lib/libpng15.15.dylib
       0x103f9d000 -        0x103fccff7 +libjpeg.8.dylib (0) <9EC07360-CF18-3529-AE54-E60DBF1313DC> /usr/local/lib/libjpeg.8.dylib
       0x103fd3000 -        0x103fd4fff +joystick.so (0) <ED9745CA-D672-3464-9B19-00A7D869C711> /Library/Python/2.7/site-packages/pygame/joystick.so
       0x103fd8000 -        0x103fd8fff +key.so (0) <692F73DB-D3C8-3BD7-AF11-EF6D0736CC89> /Library/Python/2.7/site-packages/pygame/key.so
       0x103fdb000 -        0x103fdcfff +mouse.so (0) <364168F2-9F1C-3749-AA03-45EECC4E3840> /Library/Python/2.7/site-packages/pygame/mouse.so
       0x103fdf000 -        0x103fe0fff +time.so (0) <331E5B14-6AA3-33DF-8781-596D8F4A42D5> /Library/Python/2.7/site-packages/pygame/time.so
       0x103fe4000 -        0x103fe9fff +mask.so (0) <E0CD0CF9-657F-3567-8C55-11A1EC19281A> /Library/Python/2.7/site-packages/pygame/mask.so
       0x103fed000 -        0x103ff0fff +pixelcopy.so (0) <257ADFFF-E175-301F-8CDD-7B1905D1EB2D> /Library/Python/2.7/site-packages/pygame/pixelcopy.so
       0x103ff3000 -        0x103ff8fff +pixelarray.so (0) <6E67870C-0D9D-3A69-AA08-10755132B6F3> /Library/Python/2.7/site-packages/pygame/pixelarray.so
       0x103ffd000 -        0x103ffdfff +overlay.so (0) <F2B82239-66A5-3939-83A9-DDD8358B6157> /Library/Python/2.7/site-packages/pygame/overlay.so
       0x104000000 -        0x104008ff7 +transform.so (0) <43A3610F-1C29-3274-90DD-94D7280F716D> /Library/Python/2.7/site-packages/pygame/transform.so
       0x10400d000 -        0x10400fff7 +font.so (0) <E57730C2-D3E0-326F-A031-9C80BA53C8CD> /Library/Python/2.7/site-packages/pygame/font.so
       0x104013000 -        0x104016fff +libSDL_ttf-2.0.0.dylib (0) <E7FADC8D-008A-3FC8-869B-04AB142AE23F> /usr/local/lib/libSDL_ttf-2.0.0.dylib
       0x10401a000 -        0x104089ff7 +libfreetype.6.dylib (0) <490EDE42-5B78-34BA-85E7-D0547BE778E1> /usr/local/lib/libfreetype.6.dylib
       0x1040de000 -        0x1040dffff +mixer_music.so (0) <BC0EDA66-3359-32D1-BFD2-F13DB7FA8FF4> /Library/Python/2.7/site-packages/pygame/mixer_music.so
       0x1040e3000 -        0x1040f9fff +libSDL_mixer-1.2.0.dylib (0) <4FF036F8-0CF0-33E7-958F-BA7DBF6D6E3A> /usr/local/lib/libSDL_mixer-1.2.0.dylib
       0x10412b000 -        0x10412fff7 +mixer.so (0) <B0C043EA-95ED-3BA5-9560-537ADF4BA47D> /Library/Python/2.7/site-packages/pygame/mixer.so
       0x104173000 -        0x10420dfff  multiarray.so (35) <BDC71991-4282-3023-A711-55792248B150> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/nump y/core/multiarray.so
       0x104228000 -        0x10425cfff  umath.so (35) <1F649AF2-34C9-3E1E-BC74-9C6288A99AA1> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/nump y/core/umath.so
       0x1042aa000 -        0x1042bbff7  _sort.so (35) <E89CA527-D4F3-38CD-BABB-97278F320489> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/nump y/core/_sort.so
       0x1042c0000 -        0x1042c3fff  _dotblas.so (35) <698E0B22-A515-3DA5-B0E8-CD99A630D61D> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/nump y/core/_dotblas.so
       0x104307000 -        0x104320ff7  scalarmath.so (35) <ADAEDF1E-4BF4-3D20-8592-B9BEE84EBA9B> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/nump y/core/scalarmath.so
       0x104366000 -        0x104369ff7  _compiled_base.so (35) <5F9A6BD6-8883-3AAA-859D-1F48B9D8A9F2> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/nump y/lib/_compiled_base.so
       0x1043ae000 -        0x1043b1fff  lapack_lite.so (35) <4575678D-83FF-3B93-8242-A56ED2B6811D> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/nump y/linalg/lapack_lite.so
       0x1043f5000 -        0x1043fcff7  fftpack_lite.so (35) <EF3DE397-9002-3756-9DB3-1BC7E698A9F2> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/nump y/fft/fftpack_lite.so
       0x104500000 -        0x10452aff7  mtrand.so (35) <B30F73BE-3CAD-3224-A911-E020F4A0F872> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/nump y/random/mtrand.so
       0x104565000 -        0x104566fff +fastevent.so (0) <8238ECF3-A010-3B0E-94AB-C8695D55C30C> /Library/Python/2.7/site-packages/pygame/fastevent.so
       0x10456a000 -        0x10456efff  array.so (76) <622968CE-6E2E-38BB-A1AE-03D30ED25485> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/array.so
       0x104574000 -        0x104574fff  _bisect.so (76) <BEC58E05-E56E-3EC9-82A7-22387D18DF56> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_bisect.so
       0x1045b8000 -        0x1045b8fff  _scproxy.so (76) <C61BD17F-8394-3733-B519-51B56D545DA9> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/_scproxy.so
       0x1049fd000 -        0x104accfff  ft2font.so (35) <D12B39AF-8F0A-3104-94A1-0B8040574C59> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matp lotlib/ft2font.so
       0x104b39000 -        0x104b5fff7  _path.so (35) <BBE2F1D9-A392-3E8F-9F04-AFF69E0782E8> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matp lotlib/_path.so
       0x104d3c000 -        0x104de0fff  unicodedata.so (76) <6D7D0AD4-5806-33B9-BDC7-2A537227319F> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynl oad/unicodedata.so
       0x104de6000 -        0x104e2cfff  _png.so (35) <E5319FBE-6FC9-3B59-8F78-2B8C59876A9F> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matp lotlib/_png.so
       0x104f88000 -        0x104fb0ff7  _image.so (35) <28CC1A1A-6F8E-3215-93F4-AF309C000312> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matp lotlib/_image.so
       0x105012000 -        0x10502ffff  _tri.so (35) <6C282935-D765-35F8-AB44-BA3FF2ACAA7B> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matp lotlib/_tri.so
       0x1050d0000 -        0x10510ffff  _backend_agg.so (35) <77E3A9C8-159D-3E83-8A11-152530A4A6DA> /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/matp lotlib/backends/_backend_agg.so
    0x7fff672da000 -     0x7fff6730d817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
    0x7fff845f2000 -     0x7fff845f3ff7  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
    0x7fff845f4000 -     0x7fff845fffff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
    0x7fff84626000 -     0x7fff84637ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff84745000 -     0x7fff847a8ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff847a9000 -     0x7fff847e3ff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff84803000 -     0x7fff8480cff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff8480d000 -     0x7fff84896fff  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
    0x7fff84bd4000 -     0x7fff84bd4fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff84c42000 -     0x7fff84eecffd  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
    0x7fff84ef0000 -     0x7fff850d5ff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff853bb000 -     0x7fff853fcfff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff853fd000 -     0x7fff853feff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff853ff000 -     0x7fff85404fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff85405000 -     0x7fff85406fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff854c5000 -     0x7fff854cfff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff854d0000 -     0x7fff854d9fff  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
    0x7fff854da000 -     0x7fff854dafff  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
    0x7fff854db000 -     0x7fff854e6ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff854f9000 -     0x7fff854fdff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff854fe000 -     0x7fff8550bff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff8550c000 -     0x7fff85510fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff85539000 -     0x7fff8553cffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff85881000 -     0x7fff85885ff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
    0x7fff85886000 -     0x7fff85915fff  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
    0x7fff85916000 -     0x7fff85963ff2  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
    0x7fff85964000 -     0x7fff8596ffff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff85abc000 -     0x7fff85b20ff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff85b21000 -     0x7fff85c08ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff85c09000 -     0x7fff85c24ff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff85ca8000 -     0x7fff85cabfff  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
    0x7fff85cac000 -     0x7fff85cc8ff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
    0x7fff85ccb000 -     0x7fff860acffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff86471000 -     0x7fff86489fff  libexpat.1.dylib (12) <97F4A9A7-CB3E-3BBF-9314-4997FC770E52> /usr/lib/libexpat.1.dylib
    0x7fff8653a000 -     0x7fff8653bfff  libffi.dylib (18.1) <FEB76C94-97BA-39BC-B713-D086B9757BA5> /usr/lib/libffi.dylib
    0x7fff86e06000 -     0x7fff86e0dfff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8717b000 -     0x7fff871c9fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff871d3000 -     0x7fff871faff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff871fb000 -     0x7fff87254fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff87255000 -     0x7fff8725cff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff8725d000 -     0x7fff87267fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8739f000 -     0x7fff8748dfff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8748e000 -     0x7fff8756dfff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff875f6000 -     0x7fff87669ffb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8766a000 -     0x7fff8793efc7  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
    0x7fff8793f000 -     0x7fff87967ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff87968000 -     0x7fff8796aff7  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
    0x7fff8796b000 -     0x7fff8796eff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
    0x7fff8796f000 -     0x7fff879b4ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff879b5000 -     0x7fff879daff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff87ac2000 -     0x7fff87acaff7  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
    0x7fff87acb000 -     0x7fff87ad4fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8824b000 -     0x7fff8824bfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff8824c000 -     0x7fff882b6ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff88317000 -     0x7fff88317fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff88361000 -     0x7fff883b4fff  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
    0x7fff883dc000 -     0x7fff8840bff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8840c000 -     0x7fff8870bfff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff88814000 -     0x7fff88844fff  libncurses.5.4.dylib (42) <BF763D62-9149-37CB-B1D2-F66A2510E6DD> /usr/lib/libncurses.5.4.dylib
    0x7fff888d1000 -     0x7fff888d7ff7  libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
    0x7fff888e9000 -     0x7fff888e9ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff888ea000 -     0x7fff88bd4fff  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
    0x7fff88bd5000 -     0x7fff88c0dff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff88c0e000 -     0x7fff89041ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff895e1000 -     0x7fff89606ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff89639000 -     0x7fff897a9ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff897eb000 -     0x7fff89a43ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff89a44000 -     0x7fff89a52fff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff89aae000 -     0x7fff89c1cff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff89c30000 -     0x7fff89c59ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
    0x7fff89f06000 -     0x7fff89f8fff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
    0x7fff89ffb000 -     0x7fff8a00dfff  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
    0x7fff8a0ac000 -     0x7fff8a11bff1  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
    0x7fff8a11c000 -     0x7fff8a180ff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8a181000 -     0x7fff8a18bff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8a1bc000 -     0x7fff8a1beff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff8a1bf000 -     0x7fff8a1bfffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8a1c0000 -     0x7fff8a211ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8a212000 -     0x7fff8a213ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    0x7fff8a214000 -     0x7fff8a220ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8a641000 -     0x7fff8a70afff  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
    0x7fff8a70b000 -     0x7fff8a71cff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff8a71d000 -     0x7fff8a71eff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8a71f000 -     0x7fff8a7abff7  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
    0x7fff8ab5f000 -     0x7fff8ab66fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8ac92000 -     0x7fff8aca2fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff8aca3000 -     0x7fff8aca8fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff8aca9000 -     0x7fff8ad93fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff8ad94000 -     0x7fff8ad95fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff8ad96000 -     0x7fff8af4eff3  libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
    0x7fff8af4f000 -     0x7fff8af91ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff8aff4000 -     0x7fff8aff5ff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8b0c9000 -     0x7fff8b0d5ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff8b0d9000 -     0x7fff8b0e1ffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff8b0e2000 -     0x7fff8b0e6fff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
    0x7fff8b263000 -     0x7fff8b27cff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8b4b7000 -     0x7fff8b512ffb  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
    0x7fff8c364000 -     0x7fff8c469fff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8c4d9000 -     0x7fff8c4e1fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8c4e2000 -     0x7fff8c4f1ff8  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
    0x7fff8c4f2000 -     0x7fff8c521fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff8c5fd000 -     0x7fff8c636ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8c66a000 -     0x7fff8c7bdff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8c80c000 -     0x7fff8d380ff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8d381000 -     0x7fff8d393ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8d442000 -     0x7fff8d472fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x7fff8d473000 -     0x7fff8d476fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8d95e000 -     0x7fff8d96bff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8d9cf000 -     0x7fff8d9d3fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff8d9d4000 -     0x7fff8d9f8ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8dc30000 -     0x7fff8dd1ffff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8dd66000 -     0x7fff8dd67fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8ddbb000 -     0x7fff8ddbdff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8e04d000 -     0x7fff8e0fdff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8e104000 -     0x7fff8e1f5ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff8e20e000 -     0x7fff8e215ff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
    0x7fff8e639000 -     0x7fff8e63cfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8e684000 -     0x7fff8e768fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8e833000 -     0x7fff8e84eff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8e853000 -     0x7fff8e87affb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff8e88a000 -     0x7fff8e88cfff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff8e9a9000 -     0x7fff8e9c5fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff8e9c6000 -     0x7fff8eb73f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff8ebca000 -     0x7fff8ebcafff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8ec0a000 -     0x7fff8ec8afff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8f597000 -     0x7fff8f865ff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff8f866000 -     0x7fff8f8ddfff  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
    0x7fff8f8de000 -     0x7fff8f8f9ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff8f94a000 -     0x7fff8fa7aff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8fa97000 -     0x7fff8fad6fff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff90137000 -     0x7fff9015bfff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
    0x7fff9015c000 -     0x7fff9015dffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff90167000 -     0x7fff901bfff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff905c7000 -     0x7fff905dfff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff905e0000 -     0x7fff905edfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff905ee000 -     0x7fff9061dfd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff9061e000 -     0x7fff90638fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
    0x7fff9068c000 -     0x7fff9074eff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff90930000 -     0x7fff9097efff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff90bf7000 -     0x7fff90cc2fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff90cd7000 -     0x7fff90d1eff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
    0x7fff90d51000 -     0x7fff90d51ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff90d52000 -     0x7fff90d56ff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff90d57000 -     0x7fff90d9efff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff90d9f000 -     0x7fff90e0cfff  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
    0x7fff90e39000 -     0x7fff90e51ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff90e52000 -     0x7fff90feeff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff91011000 -     0x7fff9102aff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff91047000 -     0x7fff91049fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff9106e000 -     0x7fff9198a05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff91d02000 -     0x7fff91d54fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff91d6f000 -     0x7fff91fb7fff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff91fcd000 -     0x7fff91fd2ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff91fd3000 -     0x7fff91feafff  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
    0x7fff91ff2000 -     0x7fff920b5ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <FC4E949B-B41A-3F21-8AF8-AEDB13146FEA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff92115000 -     0x7fff92153ff7  libG

Trev Greenbank wrote:
As an alternative, does anyone know how i can get rid of everything python-related and reinstall it from scratch?
Easiset way to do that would be to resintall the OS (it'll just reinstall the system files, and leave your personal data alone; that said, you should make sure you have a full back up first for precaution's sake).
To do so, restart the mac while also holding down 'command' and 'R' keys. You''ll get shunted into recovery disk. From there, choose 'Reinstall OS X'.

Similar Messages

  • Several programs crash with Glib-GIO error

    in my notebook several programs crash with an error ouput:
    (here for firefox)
    (firefox:6303): GLib-GIO-CRITICAL **: g_simple_async_result_set_from_error: assertion `error != NULL' failed
    (firefox:6303): GLib-CRITICAL **: g_error_free: assertion `error != NULL' failed
    (firefox:6303): GLib-GIO-CRITICAL **: g_simple_async_result_set_from_error: assertion `error != NULL' failed
    (firefox:6303): GLib-GIO-WARNING **: (gfile.c:5244):IA__g_file_load_partial_contents_finish: runtime check failed: (g_simple_async_result_get_source_tag (simple) == g_file_load_contents_async)
    Speicherzugriffsfehler
    - firefox crashes every time i try to browse for a file (fileupload form).
    - nautilus --no-desktop crashes also before the gui is loaded with the same error output.
    - same to brasero
    - same to gnomebaker
    - evince crashes on open/file (again when browser should be opened)
    thunar works, seems there is a problem with nautilus or any gnome's lib
    on my another pc also running arch, there are no such problems.. would be great if anyone would help.
    every hint is welcome, since i'm pretty frustrated.. google and irc didn't help.
    thank you in advance

    Hi
    I experience a very similar problem.
    Whenever I insert a blank CDrom or a blank dvd some applications crash that somehow access the dvd drive. these are brasero or listen, that I'm aware of, for the moment.
    others like gnome-baker do fine. nautilus as well is doing fine.
    brasero:
    (brasero:25610): GLib-GIO-CRITICAL **: g_simple_async_result_set_from_error: assertion `error != NULL' failed
    (brasero:25610): GLib-CRITICAL **: g_error_free: assertion `error != NULL' failed
    (brasero:25610): GLib-GIO-CRITICAL **: g_simple_async_result_set_from_error: assertion `error != NULL' failed
    (brasero:25610): GLib-GIO-WARNING **: (gfile.c:5244):IA__g_file_load_partial_contents_finish: runtime check failed: (g_simple_async_result_get_source_tag (simple) == g_file_load_contents_async)
    Segmentation fault
    listen does:
    (listen.py:25694): GLib-GIO-CRITICAL **: g_simple_async_result_set_from_error: assertion `error != NULL' failed
    sys:1: Warning: g_error_free: assertion `error != NULL' failed
    (listen.py:25694): GLib-GIO-CRITICAL **: g_simple_async_result_set_from_error: assertion `error != NULL' failed
    (listen.py:25694): GLib-GIO-WARNING **: (gfile.c:5244):IA__g_file_load_partial_contents_finish: runtime check failed: (g_simple_async_result_get_source_tag (simple) == g_file_load_contents_async)
    /usr/bin/listen: line 1: 25694 Segmentation fault LD_LIBRARY_PATH=/usr/lib/firefox python -OO /usr/lib/listen/listen.py $@
    So it's bothering as all the time i want to burn something listen will crash.
    Otherwise I'm using gnome-baker for burning, so it's ok.
    but bothering.
    This might help you.
    If I can give u more information, just tell me (but I have to tell u: I'm not a big pro!)

  • Python crashes.  Core dump inside xcurses2/tgetent(): cur_term is nil

    I tried to build latest Python sources with Sun C compiler on Solaris snv_145 (sparc or x86)
    There is no issue to build the binary, but then Python's
    harness runs it as: 'python -E ./setup.py build' it core dumps.
    Actually, Python's version and Sun compiler versions are not essential.
    I tried viariety of them, and all produce the same core dump.
    I ran dbx with this and pinpointed the place:
    At some moment python binary calls rlinit_terminal_io() from
    open source readline.so library, which in turn invokes kernel's tgetent()
    function from libcurses.so.2. That tgetent() function crashes on the
    following line where cur_term is nil:
    if (strcmp(cur_term->_term, name) == 0)
    The top of crashed stack looks like this:
    ========================
    t@1 (l@1) signal SEGV (no mapping at the fault address) in tgetent at line 65 in file "tgetent.c"
    65      if (strcmp(cur_term->_term, name) == 0)
    (dbx) print name
    name = 0x8047a4d "sun-cmd"
    (dbx) print cur_term
    cur_term = (nil)
    (dbx) where
    current thread: t@1
    =>[1] tgetent(buffer = 0x8786dd0 "", name = 0x8047a4d "sun-cmd"), line 65 in "tgetent.c"
    [2] rlinit_terminal_io(terminal_name = 0x8047a4d "sun-cmd"), line 460 in "terminal.c"
    [3] readline_initialize_everything(), line 1066 in "readline.c"
    [4] rl_initialize(), line 968 in "readline.c"
    [5] setup_readline(), line 884 in "readline.c"
    [6] PyInit_readline(), line 1133 in "readline.c"
    [7] PyImportLoadDynamicModule(name = 0x8747698 "readline", pathname = 0x8656e38 "build/lib.solaris-2.11-i86pc-3.2-pydebug/readline.so", fp = (nil)), line 57 in "importdl.c"
    ===================
    May be to prevent this crash I need to define some
    environment variable which ultimately will initialize 'cur_term' global?
    Please advise.

    Please edit your post and use code tags when posting logs and error messages to the boards:
    https://wiki.archlinux.org/index.php/Fo … s_and_Code
    As to your errors, this is documented in the wiki:
    https://wiki.archlinux.org/index.php/Pa … stem.22.21

  • IPhoto 9.4.2 crashes with OS X 10.8.2

    I am using iPhoto 9.1, which works fine with OS X 10.8.2. I upgraded to iPhoto 9.4.2 via the App Store, but whenever I tried to open an iPhoto library, it immediately crashed and I got an error message saying that iPhoto had closed unexpectedly and asking if I wanted to reopen it. If I click on reopen, it would justbdo the same message over and over.

    Nothing worked, so I uninstalled iLife 11 and reinstalled it from DVD. iPhoto 9.1 worked fine. Then I upgraded to iPhoto 9.4.2 and whenever I try to launch iPhoto or open a library, it crashes.
    Build Info:      iPhotoProject-710042000000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [128]
    User ID:         501
    Date/Time:       2013-02-20 16:33:52.454 -0500
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          141029 sec
    Per-App Interval Since Last Report:  789 sec
    Anonymous UUID:                      C4869B82-D14F-264C-8339-6B81E22E1091
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/iPhoto.app/Contents/MacOS/iPhoto
        VM_ALLOCATE            0000000000001000-0000000000009000 [   32K] ---/--- SM=NUL 
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x95b785e0 strlen + 16
    1   com.apple.AddressBook.framework          0x92b8c0c8 ABInitFileLock + 29
    2   com.apple.AddressBook.framework          0x92b88403 -[ABAddressBook nts_InitDefaultContactManager] + 310
    3   com.apple.AddressBook.framework          0x92b88160 +[ABAddressBook nts_SharedAddressBook] + 106
    4   com.apple.AddressBook.framework          0x92b88002 +[ABAddressBook nts_CreateSharedAddressBook] + 68
    5   com.apple.AddressBook.framework          0x92b87167 +[ABAddressBook sharedAddressBook] + 180
    6   com.apple.imcore                        0x0516e668 0x50ff000 + 456296
    7   com.apple.imcore                        0x05101569 0x50ff000 + 9577
    8   com.apple.imcore                        0x0513416f 0x50ff000 + 217455
    9   com.apple.imcore                        0x05136924 0x50ff000 + 227620
    10  com.apple.imfoundation                  0x051d416d 0x51c7000 + 53613
    11  com.apple.imfoundation                  0x051d5be3 0x51c7000 + 60387
    12  libobjc.A.dylib                         0x9204c4ee +[NSObject performSelector:withObject:] + 69
    13  com.apple.Foundation                    0x9066d0c0 __NSThreadPerformPerform + 395
    14  com.apple.CoreFoundation                0x963bd66f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    15  com.apple.CoreFoundation                0x963bd169 __CFRunLoopDoSources0 + 441
    16  com.apple.CoreFoundation                0x963e2e46 __CFRunLoopRun + 934
    17  com.apple.CoreFoundation                0x963e263a CFRunLoopRunSpecific + 378
    18  com.apple.CoreFoundation                0x963e24ab CFRunLoopRunInMode + 123
    19  com.apple.HIToolbox                     0x979b915a RunCurrentEventLoopInMode + 242
    20  com.apple.HIToolbox                     0x979b8df5 ReceiveNextEventCommon + 162
    21  com.apple.HIToolbox                     0x979b8d44 BlockUntilNextEventMatchingListInMode + 88
    22  com.apple.AppKit                        0x911d7a3a _DPSNextEvent + 724
    23  com.apple.AppKit                        0x911d726c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    24  com.apple.AppKit                        0x9142a2c0 -[NSApplication _realDoModalLoop:peek:] + 667
    25  com.apple.AppKit                        0x9142a404 -[NSApplication _doModalLoop:peek:] + 67
    26  com.apple.AppKit                        0x9142a5c5 -[NSApplication runModalForWindow:] + 198
    27  com.apple.AppKit                        0x914213f4 _NXDoLocalRunAlertPanel + 903
    28  com.apple.AppKit                        0x91421068 NSRunAlertPanel + 59
    29  com.apple.iPhoto                        0x00238793 0x9000 + 2291603
    30  com.apple.iPhoto                        0x0003d206 0x9000 + 213510
    31  com.apple.iPhoto                        0x0003aa87 0x9000 + 203399
    32  com.apple.iPhoto                        0x00039e28 0x9000 + 200232
    33  com.apple.iPhoto                        0x0022a30f 0x9000 + 2233103
    34  com.apple.iPhoto                        0x0021f679 0x9000 + 2188921
    35  com.apple.iPhoto                        0x00037c20 0x9000 + 191520
    36  com.apple.iPhoto                        0x0003636b 0x9000 + 185195
    37  com.apple.Foundation                    0x90635c52 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_0 + 49
    38  com.apple.CoreFoundation                0x964a8e01 ___CFXNotificationPost_block_invoke_0 + 257
    39  com.apple.CoreFoundation                0x963f443a _CFXNotificationPost + 2794
    40  com.apple.Foundation                    0x9061e788 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    41  com.apple.AppKit                        0x911df18e -[NSApplication _postDidFinishNotification] + 367
    42  com.apple.AppKit                        0x911dee48 -[NSApplication _sendFinishLaunchingNotification] + 249
    43  com.apple.AppKit                        0x911dbd9f -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 751
    44  com.apple.AppKit                        0x911db8b4 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 378
    45  libobjc.A.dylib                         0x9204c628 -[NSObject performSelector:withObject:withObject:] + 77
    46  com.apple.Foundation                    0x9063923a __76-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_0 + 121
    47  com.apple.Foundation                    0x90638d91 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 430
    48  com.apple.Foundation                    0x90638b8e _NSAppleEventManagerGenericHandler + 173
    49  com.apple.AE                            0x97429535 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 331
    50  com.apple.AE                            0x973ff9de dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    51  com.apple.AE                            0x973ff89d aeProcessAppleEvent + 318
    52  com.apple.HIToolbox                     0x979c4e48 AEProcessAppleEvent + 100
    53  com.apple.AppKit                        0x911d7ddd _DPSNextEvent + 1655
    54  com.apple.AppKit                        0x911d726c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    55  com.apple.AppKit                        0x911cd6cc -[NSApplication run] + 855
    56  com.apple.AppKit                        0x911706f6 NSApplicationMain + 1053
    57  com.apple.iPhoto                        0x00018c99 0x9000 + 64665
    58  com.apple.iPhoto                        0x000182e5 0x9000 + 62181
    Thread 1:
    0   libsystem_kernel.dylib                  0x957420ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x95b8f04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x95b8ee19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x95b76cca start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x957429ae kevent + 10
    1   libdispatch.dylib                       0x96397c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x963977a9 _dispatch_mgr_thread + 53
    Thread 3:
    0   libsystem_kernel.dylib                  0x957420ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x95b8f04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x95b8ee19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x95b76cca start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x957420ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x95b8f04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x95b8ee19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x95b76cca start_wqthread + 30
    Thread 5:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x9573f7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9573ecb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x963dd599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x963e2f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x963e263a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x963e24ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x90675946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.apple.AppKit                        0x910f0307 -[NSAnimation(NSInternal) _runBlocking] + 458
    8   com.apple.AppKit                        0x910f011e -[NSAnimation(NSInternal) _animationThread] + 79
    9   com.apple.AppKit                        0x910f00b6 __42-[NSAnimation(NSInternal) _runInNewThread]_block_invoke_0 + 36
    10  libdispatch.dylib                       0x96398f8f _dispatch_call_block_and_release + 15
    11  libdispatch.dylib                       0x96394c82 _dispatch_client_callout + 46
    12  libdispatch.dylib                       0x96395f02 _dispatch_worker_thread2 + 285
    13  libsystem_c.dylib                       0x95b8ee12 _pthread_wqthread + 441
    14  libsystem_c.dylib                       0x95b76cca start_wqthread + 30
    Thread 6:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x95741c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x95c16a61 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x95c1692a usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x913bcd4d -[NSUIHeartBeat _heartBeatThread:] + 879
    4   com.apple.Foundation                    0x906701d8 -[NSThread main] + 45
    5   com.apple.Foundation                    0x9067015b __NSThread__main__ + 1396
    6   libsystem_c.dylib                       0x95b8c557 _pthread_start + 344
    7   libsystem_c.dylib                       0x95b76cee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x957418e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x95b91289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x95b91512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9069e3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9069e1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x906a3740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fbbe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fbaefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x906701d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9067015b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x95b8c557 _pthread_start + 344
    11  libsystem_c.dylib                       0x95b76cee thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x957420ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x95b8f04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x95b8ee19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x95b76cca start_wqthread + 30
    Thread 9:
    0   libsystem_kernel.dylib                  0x957418e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x95b91289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x95b91512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9069e3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9069e1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x906a3740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fbbe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fbaefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x906701d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9067015b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x95b8c557 _pthread_start + 344
    11  libsystem_c.dylib                       0x95b76cee thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x957418e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x95b91289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x95b91512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9069e3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9069e1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x906a3740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fbbe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fbaefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x906701d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9067015b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x95b8c557 _pthread_start + 344
    11  libsystem_c.dylib                       0x95b76cee thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x957418e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x95b91289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x95b91512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9069e3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9069e1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x906a3740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fbbe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fbaefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x906701d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9067015b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x95b8c557 _pthread_start + 344
    11  libsystem_c.dylib                       0x95b76cee thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x957418e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x95b91289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x95b91512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9069e3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9069e1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x906a3740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fbbe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fbaefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x906701d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9067015b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x95b8c557 _pthread_start + 344
    11  libsystem_c.dylib                       0x95b76cee thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x957418e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x95b91289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x95b91512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9069e3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9069e1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x906a3740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fbbe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fbaefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x906701d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9067015b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x95b8c557 _pthread_start + 344
    11  libsystem_c.dylib                       0x95b76cee thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x957418e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x95b91289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x95b91512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9069e3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9069e1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x906a3740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fbbe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fbaefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x906701d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9067015b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x95b8c557 _pthread_start + 344
    11  libsystem_c.dylib                       0x95b76cee thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xffffffff  ebx: 0x92b882db  ecx: 0x00000000  edx: 0x00000000
      edi: 0x00000000  esi: 0x00000000  ebp: 0xbfff47b8  esp: 0xbfff478c
       ss: 0x00000023  efl: 0x00010286  eip: 0x95b785e0   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 1
    Binary Images:
        0x9000 -   0xcf5feb  com.apple.iPhoto (9.4.2 - 9.4.2) <3AC6405B-33E2-3184-9F20-4C9CC5256A3A> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xe88000 -   0xe88fff +iPLMLoader.dylib (201) <EFE17450-94B4-3DC2-AC7E-F2E0841CBA75> /Applications/iPhoto Library Manager.app/Contents/Resources/iPhoto/iPLMLoader.dylib
      0xe8d000 -   0xf67ffc  org.python.python (2.6.7 - 2.6.7) <AEF0F842-12A1-3139-9187-6B33EBE4100F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
      0xfb1000 -   0xfb9fff  com.apple.PhotoFoundation (1.0 - 10.17) <228E0350-AA23-372E-8D42-5285DEF45C2D> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x1027000 -  0x1203ffb  com.apple.geode (1.5.3 - 270.7) <F09009D2-846B-3190-965A-D6600D682573> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1293000 -  0x1298ff7  com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <65A74F18-5020-31EC-B7E9-EBC14E2D9CA1> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x12a1000 -  0x12d0ff7  com.apple.iLifeAssetManagement (2.7 - 40.34) <2B65BA8A-2C25-360D-B50E-0A9EECA1CE57> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x12f5000 -  0x131cff3  com.apple.iPhoto.Tessera (1.1 - 70.18) <F190FD9B-9CC9-3D4D-9744-113F7CA36097> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x1330000 -  0x1354ffb  com.apple.iPhoto.Tellus (1.3 - 70.18) <768463A7-60B4-3D50-B36B-D6E5AFA43DC9> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x136a000 -  0x1375fff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <86E53BF3-BCAD-36F9-999B-013E359EF079> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x1380000 -  0x1395ffb  com.apple.iLifeFaceRecognition (1.0 - 30.11) <4A781CBF-9764-3531-91E0-94C5B4DFCFDF> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
    0x13a4000 -  0x13cdff3  com.apple.DiscRecordingUI (7.0 - 7000.2.4) <F503C1F1-2E26-348A-86C1-B2E447112AC9> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x13e8000 -  0x13eafff  com.apple.ExceptionHandling (1.5 - 10) <435C80BD-F463-360B-86CA-5E001CACD421> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x13f2000 -  0x13fdff7  com.apple.UpgradeChecker (9.2 - 9.2) <D34CC218-8200-34D7-816C-B747EE4BF5F7> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x1408000 -  0x1487ff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <824E7748-CA28-3105-B5C3-27E9D8C6D465> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x14cd000 -  0x15ebff3  com.apple.WebKit (8536 - 8536.26.14) <C98F734D-D579-3F89-9A58-9EE890B1748E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x169f000 -  0x16b4ff7  com.apple.iChat.InstantMessage (7.0.1 - 3305) <2EB77610-6036-3CCD-9A93-51F7D6DE6EB2> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x16c4000 -  0x1a5dff3  com.apple.iLifeSlideshow (3.1 - 1151.4) <36D94EEC-7C08-31C9-BE91-612EBCE8E528> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1b58000 -  0x1de9ff3  com.apple.iLifePageLayout (1.3 - 200.9) <067ACE80-5B73-39EE-850B-E392F6573AAC> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1ec2000 -  0x1f59ff7  com.apple.MobileMe (13 - 1.0.4) <5E6C6DEC-1F48-358F-8117-40FAAEB8AFAD> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x1fb7000 -  0x201fff3  com.apple.proxtcore (1.4.1 - 250.56) <BBADA727-FB78-32AF-8D45-4498F68343A7> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x2063000 -  0x2161ff7  com.apple.iLifeSQLAccess (1.7.1 - 60.5) <845C6292-8EC2-3B4A-8E2E-8D98986148C2> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x21ab000 -  0x21d6ffb  com.apple.ProUtils (1.1 - 200.36) <DD23930A-A4CD-36B5-A3CB-0C4D61A2E4A6> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x21f0000 -  0x225bfff  com.apple.iLifeKit (1.3.1 - 156.11) <61CDA3C7-7EEA-38B7-8458-E91BD8BF214A> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x22a1000 -  0x24d2ff3  com.apple.prokit (7.3.1 - 1943) <4F8BB1EA-FA77-3B98-8889-8045F3F23A38> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x25eb000 -  0x2b17ffb  com.apple.RedRock (1.9.4 - 310.33) <548258F5-3AE9-3AD4-B986-A9674D131164> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2d14000 -  0x2d37ffb  com.apple.AOSAccounts (1.1.2 - 1.1.94) <B0C709CB-DB8D-37D3-A58C-542703F4856B> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2d50000 -  0x2d50fff  com.apple.SafariServices.framework (8536 - 8536.26.17) <7AC5C0A5-0A71-33DD-A5C2-72545BEE3D3C> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x2d56000 -  0x2d5dff7  com.apple.AOSNotification (1.7.0 - 636.2) <F68F735D-0B5C-3F27-9E39-FB296CF82958> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x2d68000 -  0x2d68ffc  com.apple.SafariDAVNotifier (1.1.1 - 1) <4173B9EB-A1C5-31BD-955B-E9D3CAB862C4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2d6e000 -  0x2fddfff  com.apple.CalendarStore (6.0 - 1245) <F1909196-2119-3516-952D-32E756BCC04D> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x30e2000 -  0x313efff  com.apple.corelocation (1.0 - 1239.39) <8159C021-DE49-332F-859E-00D7544EB568> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x316d000 -  0x319fff3  com.apple.GeoServices (1.0 - 1) <2E4033FA-18BD-3E73-B00E-CBFEE0ACCB6A> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x31b2000 -  0x31bbfff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x31c4000 -  0x31ccff3  com.apple.AppSandbox (2.0 - 1) <5C586FB0-9EBB-3F14-A63F-497C7A034359> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x31d5000 -  0x3219ff3  com.apple.CalDAV (6.0 - 112.5) <DF589033-DBDE-3162-A17D-401B39897767> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x324a000 -  0x3253ff3  com.apple.CalendarAgentLink (1.0 - 37) <2D0AFE12-0235-3B60-B786-0EC07AC9F52C> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x3262000 -  0x3273fff  com.apple.CalendarFoundation (1.0 - 29) <D8714276-78B5-35A5-8C34-694E51AD9EB6> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
    0x3284000 -  0x32e6fff  com.apple.coredav (1.0.1 - 179.6) <80D3EE71-AA9C-3954-B262-6BB8FCB293BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x3320000 -  0x336dffb  com.apple.ExchangeWebServices (3.0 - 157) <29FBE8CC-2EC5-3209-B2CB-DD32E3E2ECC7> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x33c1000 -  0x340ffff  com.apple.iCalendar (6.0 - 126.5) <C30CAF95-3D02-3E2E-8855-51DCDF8DB219> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x343a000 -  0x3447ffb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x3454000 -  0x35a0fff  com.apple.syncservices (7.0 - 713) <442C8E15-8870-3D65-98EC-82C0E2580EC0> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x361c000 -  0x361cff7 +cl_kernels (???) <CC1D3993-917A-4FE2-BA65-4B63F4BF8264> cl_kernels
    0x361e000 -  0x368bffb  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6879CD26-8E35-315B-897C-D52B6EB741F6> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x36bb000 -  0x36e2ff3  libsandbox.1.dylib (220) <E0C000DD-DA39-3A7E-BDA9-4699D264729E> /usr/lib/libsandbox.1.dylib
    0x36eb000 -  0x36feff3  com.apple.AppContainer (2.0 - 1) <799C8E8B-F983-3A3D-91CF-A2C9B5B7D007> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x370f000 -  0x3713fff  com.apple.SecCodeWrapper (2.0 - 1) <EBB54594-C7F3-37FA-9759-09BD098ED688> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x371c000 -  0x3720ffe  libMatch.1.dylib (17) <29090908-32A9-3087-B197-00128F5954CD> /usr/lib/libMatch.1.dylib
    0x3726000 -  0x3728ffb  com.apple.LibraryRepair (1.0 - 1) <73246564-BF68-3833-B9A3-3CDA607BA706> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air
    0x3731000 -  0x378bfff  com.apple.proapps.MIO (1.0.6 - 512) <DFB10D40-23B3-3666-9F1F-161BE25AB59D> /Applications/iPhoto.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x37a3000 -  0x4432ff3  com.apple.WebCore (8536 - 8536.26.14) <82E97E6B-3F31-39A7-B41F-CD308E6EF238> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4bb4000 -  0x4bb5fff +eOkaoCom.dylib (1) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
    0x4bb9000 -  0x4bdeff2 +eOkaoPt.dylib (1) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
    0x4be5000 -  0x4c19fe7 +eOkaoDt.dylib (1) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
    0x4c1f000 -  0x4d86fff +eOkaoFr.dylib (1) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
    0x4d8a000 -  0x4de6fff  com.apple.NyxAudioAnalysis (12.4 - 12.4) <DC8444CC-FAAB-3DCA-A644-8712001A5F2E> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x4dfd000 -  0x4f17ff3  com.apple.avfoundation (2.0 - 361.25) <0CB46B4A-8330-3BD8-B081-71314C6687A5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x4fb7000 -  0x4fefff3  com.apple.CoreMediaIOServicesPrivate (52.0 - 3311.1) <1F651752-FD09-3CF5-BCCC-5C1366DDFACD> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x500a000 -  0x500bffd +cl_kernels (???) <329EA995-005B-4A9C-BBC9-6F83DF63821C> cl_kernels
    0x500d000 -  0x5034ff7  com.apple.CoreMediaPrivate (20.0 - 20.0) <D963392A-4B4C-3B81-A873-E1C06C6829E6> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x504a000 -  0x507bff3  com.apple.FWAVCPrivate (52.47 - 47) <14C9A9D3-4065-3395-A8BC-C0535162017E> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/Versions/A/FWAVCPrivat e
    0x5093000 -  0x50dbffb  com.apple.CoreMediaIOServices (171.0 - 3244) <9563BB38-F23A-3FC6-855D-05487E700465> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x50ff000 -  0x519efff  com.apple.imcore (8.0 - 900) <2052F6C8-BDD3-339B-B0E2-6A3E282010A4> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x51c7000 -  0x521bff7  com.apple.imfoundation (8.0 - 900) <7A1506BB-DDAD-3DB7-8557-19AB1B519FB0> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
    0x5248000 -  0x5250ff7  com.apple.marco (8.0 - 900) <C2AE3F46-EFC9-349E-8D24-DF686C9BE2E7> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x5259000 -  0x5280ff7  com.apple.ExpressCheckout (1.0 - 1.0) <ACE460FA-35FB-3C0E-9BA8-937F560F0847> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/ExpressCheckout.framework/Versions/A/ExpressCheckout
    0x529b000 -  0x52c9ffb  com.apple.iLifeImageAnalysis (3.0 - 3) <C3A267E3-176C-3708-9099-E9F33400A1D5> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/iLifeImageAnalysis.framework/Versions/A/iLifeImageAnalysis
    0x6632000 -  0x6640ffb +com.mac.bwebster.iPLM (201) <66D52604-AB50-37FE-A50C-F93CC38B30AC> /Applications/iPhoto Library Manager.app/Contents/Resources/iPLM/iPLM.bundle/Contents/MacOS/iPLM
    0xce63000 -  0xce70ff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0xce7e000 -  0xce7effd +com.plaxo.ABPlugin (1.0) <6C1A3DA0-EFB4-A0E4-0B29-CF89649C66F2> /Library/InputManagers/*/PlaxoABAddIn.bundle/Contents/MacOS/PlaxoABAddIn
    0xd92e000 -  0xdabaff8  GLEngine (8.6.1) <2660B1D4-5783-3BED-8C05-F5A4C5A29715> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xdaf1000 -  0xdafdffb  libGPUSupport.dylib (8.6.1) <FB98F9CE-31D0-321C-90FE-87D30294921B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0xdb04000 -  0xdb0cffc  libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0xdb13000 -  0xdb15fff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0xf123000 -  0xf274ff7  libGLProgrammability.dylib (8.6.1) <E134D5DE-5A89-338A-A938-C7D80F272C9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xf2a2000 -  0xf2ceffa  GLRendererFloat (8.6.1) <D0348D87-ADBD-302B-95D0-FB3100C219BA> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x13017000 - 0x130a9ff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x151b4000 - 0x15272ff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x15490000 - 0x154d2fff  com.apple.facetimeservices (8.0 - 900) <CB59547A-C7DE-3F20-8A1F-724AF15F664E> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x8ed4a000 - 0x8f58bffb  com.apple.GeForceGLDriver (8.0.61 - 8.0.0) <36946D7B-4FF7-34CC-B6FE-D6F48406A60F> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe08000 - 0x8fe3ae57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
    0x90007000 - 0x90099ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9009a000 - 0x90170fff  com.apple.DiscRecording (7.0 - 7000.2.4) <BCFA6387-F4B4-3B16-A46E-B7E77C8FB769> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x90171000 - 0x90174ff9  libCGXType.A.dylib (324.6) <3004616B-51F6-3B9D-8B85-DCCA3DF9BC10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90175000 - 0x90179ff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x9017a000 - 0x9017cfff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x9017d000 - 0x901d4ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x9022c000 - 0x902a1ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x902a2000 - 0x90308fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <F8CF762B-B707-3021-958F-BB8D33DB3576> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90309000 - 0x903a3fff  com.apple.CoreSymbolication (3.0 - 87) <1A13CC83-4635-3AC6-9A86-E8DCE99562B5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x903e7000 - 0x9041cff7  com.apple.framework.internetaccounts (2.1 - 210) <8F2D0EB8-C997-3833-AA80-95AF7AA377BE> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x9041d000 - 0x9045dfff  com.apple.MediaKit (13 - 659) <37B8C1E3-B67D-3FE6-8A14-7FFD9F31C556> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x90466000 - 0x904a8ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x904a9000 - 0x904b2ff9  com.apple.CommonAuth (3.0 - 2.0) <A1A6CC3D-AA88-3519-A305-9B5D76C5D63B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x904b3000 - 0x90503ff7  com.apple.CoreMediaIO (301.0 - 4147) <D245C998-5E2B-3559-8E08-AADCE51F9456> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x90504000 - 0x90568ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x90569000 - 0x905d1ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <9A80E97E-544F-3A45-916D-6DB7ED217E33> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x905d2000 - 0x908efff3  com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x908f0000 - 0x90d32fff  com.apple.CoreGraphics (1.600.0 - 324.6) <66556166-F9A7-3EEC-A562-46061C7A79E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90d8b000 - 0x90d94ffe  com.apple.aps.framework (3.0 - 3.0) <09D5F4F3-03FD-3077-A51D-B368F18ED1D4> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x90d95000 - 0x90db2ff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x90db3000 - 0x91073fff  com.apple.security (7.0 - 55179.1) <CB470E48-621B-34D9-9E78-8B773358CB6B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91074000 - 0x91c30ffb  com.apple.AppKit (6.8 - 1187.34) <06EDB1D1-3B8A-3699-8E3A-D8F50A27AB7C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91c31000 - 0x91c3bfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x91c3c000 - 0x91c7dff7  com.apple.framework.CoreWiFi (1.0 - 100.10) <944B3FAE-F901-3276-A676-9D52295DA817> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x91c7e000 - 0x91c85ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x91c86000 - 0x91c89ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x91c8a000 - 0x91c8affd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <4C13DEA2-1EB0-3D06-901A-DB93184C06F0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91c8b000 - 0x91cb5ff9  com.apple.framework.Apple80211 (8.0.1 - 801.17) <8A8BBBFD-496B-35A6-A26E-ADF8D672D908> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x91cb6000 - 0x91cc1fff  libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib
    0x91cc2000 - 0x91ce6fff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x91ce7000 - 0x91ce9fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x91cea000 - 0x91cf7fff  libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91cf8000 - 0x91f84ffb  com.apple.RawCamera.bundle (4.04 - 680) <DD1D3CFC-1710-3186-A6C4-89B42F100117> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91f85000 - 0x91fb3ff3  com.apple.framework.Admin (12.0 - 12.0) <E7364F79-8DF9-3A64-9C78-4CF317AD1123> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x91fb4000 - 0x92016fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x92019000 - 0x92019fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9201a000 - 0x9202dff9  com.apple.MultitouchSupport.framework (235.28 - 235.28) <5C8CFA21-D4FC-32E8-B199-0F7155E6ED9A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9202e000 - 0x9213b057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x9213c000 - 0x92143fff  libsystem_dnssd.dylib (379.32.1) <6A505284-2382-3F27-B96F-15FFDACF004E> /usr/lib/system/libsystem_dnssd.dylib
    0x92144000 - 0x927d0feb  com.apple.CoreAUC (6.16.00 - 6.16.00) <654A0AB8-F24F-3489-8F70-F0A22414FE08> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x927d1000 - 0x92812ff7  libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib
    0x92813000 - 0x92814ffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x92815000 - 0x92857ffb  com.apple.RemoteViewServices (2.0 - 80.5) <60E04F2F-AFD8-3B1F-BF07-8A3A7EABB8E9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x92858000 - 0x92ab0ff1  com.apple.JavaScriptCore (8536 - 8536.26.7) <75629E05-65FE-3699-8CDC-80C95015CF42> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x92ab1000 - 0x92ac8fff  com.apple.GenerationalStorage (1.1 - 132.2) <93694E0D-35D3-3633-976E-F354CBD92F54> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x92ac9000 - 0x92b61fff  com.apple.CoreServices.OSServices (557.4 - 557.4) <C724AB29-A596-3E1E-9FF1-A4E509AD843A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x92b62000 - 0x92b7ffff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x92b83000 - 0x92e1cff3  com.apple.AddressBook.framework (7.1 - 1167) <AF7B18F2-D0FF-33AA-9CE9-4106B1CDAE1D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x92e1d000 - 0x92e4affe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x92e4b000 - 0x92e77ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x92e9e000 - 0x92e9fffb  libodfde.dylib (18) <3A56DA84-5ACC-3D91-B31A-B87BC4BC34F1> /usr/lib/libodfde.dylib
    0x92ea0000 - 0x92f4fff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x92f50000 - 0x92f8fff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x92f90000 - 0x92f93ffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x92f94000 - 0x9311dff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9311e000 - 0x93162fff  libGLU.dylib (8.6.1) <06BAFDCA-800C-35E3-B1A3-F05E105B86AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93163000 - 0x93163fff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x931a1000 - 0x931a2fff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x931a3000 - 0x938aaff0  libclh.dylib (4.0.3 - 4.0.3) <36281EB0-2A92-3DCA-858D-698636E3B900> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x938ab000 - 0x93bb0ff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <4571EDDC-704A-3FB1-B9A6-59870AA6165F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93bb1000 - 0x93bd5fff  libJPEG.dylib (845) <547FA9A5-0BBB-3E39-BACA-F3E2DAE57DB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93bd6000 - 0x93c2ffff  com.apple.QuickLookFramework (4.0 - 555.4) <96911441-FDD4-3B68-9E0C-51BA11A97C2E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x93c30000 - 0x93cc7ff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93ccd000 - 0x93cd3fff  libGFXShared.dylib (8.6.1) <E32A7266-FCDD-352C-9C2A-8939265974AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x93cd4000 - 0x93cf2ff3  com.apple.openscripting (1.3.6 - 148.2) <55738D66-CC15-3F43-9265-00C3322D39C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93cf3000 - 0x93f6fff7  com.apple.QuickTime (7.7.1 - 2599.13) <FE609160-E1EF-341D-9B6A-205D3E03A4D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x93f70000 - 0x93fb2fff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x93fb3000 - 0x940cbff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x940cc000 - 0x943b7ff7  com.apple.AOSKit (1.05 - 151) <F470C45E-620C-3FF2-AB1C-2D57FCD215E7> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x943b8000 - 0x943c6ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x943c7000 - 0x943cffff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x944b9000 - 0x944bcff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x944bd000 - 0x944ecff7  com.apple.securityinterface (6.0 - 55024.4) <7C5E28DC-F8BE-3238-883F-E1646A2AF895> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x944ed000 - 0x94584ffb  libCoreStorage.dylib (274.7) <1F99649B-4407-35F2-B419-9FE010360816> /usr/lib/libCoreStorage.dylib
    0x94585000 - 0x94918ffb  com.apple.MediaToolbox (1.0 - 926.62) <7290B07B-4D03-3B46-809C-64C8FB97B40C> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x94919000 - 0x949b9ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x949ba000 - 0x949bdfff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x949be000 - 0x949c6fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <25A7232F-9B6A-3746-A3A8-12479D086B1E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94ad8000 - 0x94ad9fff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x94ada000 - 0x94ae8ff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x94ae9000 - 0x94c41ffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94c4e000 - 0x94c5affa  com.apple.CrashReporterSupport (10.8.2 - 415) <BAE9900A-51E7-3AD4-A7FB-7E6CCFFB2F21> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94c5b000 - 0x94c74fff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94c75000 - 0x94c79fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x94c7a000 - 0x94cd5ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <4BA2AAEA-4936-375C-B4D8-4BBE2EDC7FF5> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x94d22000 - 0x94d2bffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94d2c000 - 0x94d36fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94d37000 - 0x94d50ffb  com.apple.frameworks.preferencepanes (15.0 - 15.0) <802C922C-CF94-357F-B1AE-4244AA025C04> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x94d51000 - 0x94d96ff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94d97000 - 0x94deeff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94def000 - 0x94df1ffb  libRadiance.dylib (845) <3F87840F-217D-3074-A29D-919BAAED2F4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x94df2000 - 0x94df8fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94df9000 - 0x94e22fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x94e23000 - 0x94e38fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94e6f000 - 0x94e81fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x94e82000 - 0x94ea4fff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x94f43000 - 0x94f76ff5  libssl.0.9.8.dylib (47) <3224FBB3-3074-3022-AD9A-187703680C03> /usr/lib/libssl.0.9.8.dylib
    0x94f77000 - 0x94fd0ff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <541529F7-063E-370B-9EB2-DF5BE39073E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x94fd1000 - 0x94fd3fff  com.apple.securityhi (4.0 - 55002) <79E3B880-3AB7-3BF3-9CDF-117A45599545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94fd4000 - 0x95131ffb  com.apple.QTKit (7.7.1 - 2599.13) <2DC9E2BB-9895-3D02-A318-88431052E70B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95132000 - 0x95226ff3  com.apple.QuickLookUIFramework (4.0 - 555.4) <D66F61A6-2C4C-359F-A2E3-7D023C33CB5A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x95227000 - 0x95231ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x95232000 - 0x95257ffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x95258000 - 0x952d4ff3  com.apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x952d5000 - 0x952d5fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x952d6000 - 0x952f5ff3  com.apple.Ubiquity (1.2 - 243.10) <D2C9F356-1681-31D2-B292-5227E2DDEB0B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x952f6000 - 0x95331fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9533c000 - 0x9536fff3  com.apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x95370000 - 0x9537afff  libCSync.A.dylib (324.6) <D2E8AC70-C6D1-3C40-8A82-E50422EDCFBF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9537b000 - 0x953caff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x953cb000 - 0x953fcfff  com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x953fd000 - 0x956a0ffb  com.apple.CoreImage (8.2.2 - 1.0.1) <85BFFB09-D765-3F5F-AF65-FB136DDCAEF3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x956a1000 - 0x956a2ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x956a3000 - 0x956a3fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x956a4000 - 0x956b1ff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x956b2000 - 0x9572cff3  com.apple.securityfoundation (6.0 - 55115.4) <8A3DA1FE-1985-3ECB-945A-6B1E853B4BDC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9572d000 - 0x95747ffc  libsystem_kernel.dylib (2050.18.24) <C17D49D0-7961-3B67-B443-C788C6E5AA76> /usr/lib/system/libsystem_kernel.dylib
    0x95748000 - 0x957c1ff0  com.apple.CorePDF (2.0 - 2) <6B5BF755-F336-359C-9A99-F006F61442CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x957c2000 - 0x957efffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x957f0000 - 0x95835ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95836000 - 0x9583efff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x9583f000 - 0x9589cfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9589d000 - 0x9589dfff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9

  • Excel crash with MSVBVM60 error

    Hi
    I have a problem with my input schedules, everytime I send data excel crash with an error in msvbvm60.dll.
    I have checked that the version of msvbvm60 is the newest one and it is.
    I havn't made any system changes in the past dayes and we have the error on at least 2 different PC's and on 2 different AppSets. It was working fine this morning.
    The error occures when the dialogbox showing the send data result appear. The data are saved in the database.
    Any suggestion on why and how to fix this problem is greatly appreaciated.
    J

    Please try to install into one computer:Visual Basic 6 runtime files.
    You can use the follow link for download.
    http://www.microsoft.com/downloads/details.aspx?FamilyID=7B9BA261-7A9C-43E7-9117-F673077FFB3C&displaylang=en
    I hope this will help.
    Regards
    Sorin Radulescu

  • Constant crashing with FF13 and newest Flash. Tried reinstall of previous version; nothing but trouble

    A few weeks ago, everything worked very nicely on my desktop computer. Then I succumbed to the nagging and "upgraded" to FF13, as well as the new Flash and Real players. Immediately, FF started crashing. First, it would instantly crash with any tab that had Flash embedded.
    OK, I disabled and then finally uninstalled Flash and Real, but that didn't solve the problem; it would still crash 3 or 4 times a day, and with as few as 30 tabs open (the previous version could easily run 100+ tabs). Apart from those 3 "updates", the only other thing I had done was to update my existing plug-ins and add-ons, but I even tried disabling all of my plug-ins and add-ons; FF still kept crashing!
    Today, I got fed up and uninstalled FF13 (after using MozBackup), and d/loaded and installed the previous version of FF. Did that solve the problem? Nope. Now, I can't get Tab Mix Plus to work, nor can I find my hundreds of old saved Sessions with Session Manager.
    I tried uninstalling Tab Mix Plus and then reinstalling it, but I just get an error message saying it couldn't be installed. In fact, this is the THIRD time I've had to type this post, since the first time, I mistakenly tried to open a new tab to search Tab Mix Plus in Google, but the f{ck1ng tab opened Google right over this page, wiping out my almost finished post, and the second time, I went to Tools-->Options-->Manage Add-Ons-->Tab Mix Plus-->Options, and it froze up FF, requiring restarting it! Indeed, it seems as if the entire Manage Add-Ons menu is now buggy and generally freezes up.
    I am *this*far*away* from ditching FF entirely (after 7 years of being loyal to it) and trying Chrome. It really is infuriating how difficult it is to get this straightened out! Any help would be greatly appreciated.

    Have you tried creating a new Firefox profile and testing whether that will run without crashes? This is a non-destructive test that creates a new settings folder. It picks up plugins from the registry, but otherwise looks like a fresh install.
    If you haven't used the Profile Manager before, this article describes how to start up into it and create a new profile: [[Use the Profile Manager to create and remove Firefox profiles]].
    You can import your bookmarks by restoring a backup from your previous profile folder. For convenience of access, make a copy of your last bookmarks backup on the desktop. You can find that folder using Help > Troubleshooting Information > Show Folder; navigate up one level to view your last active profile, then into the bookmarkbackups folder. Copy the latest .json file to the desktop. Then in the dialog pictured in the article "[[Back up your bookmarks or move them to another computer]]", use Restore > Choose File to import that file into your new profile.
    Can you get through a day without crashing?

  • Macbook pro early 2011 - overheat and crash with blue screen and glitches

    Hi
    since last wednesday my MBP has started to freeze and then crash with bluescreen, glitches and so on...
    Most of the time doesnt not restart with any command as is overheating as well.
    I did a clean installation on friday night and i am now running mavericks and then again on sunday it start with all the above issue. At the moment i am able to restart only if i reset NVRAM each time, which i do not think is really safe to do it everytime.
    i also tried
    Macs Fan Control
    gfxCardStatus
    to fix but they doesn't help.
    I read many customers are now experiencing similar problems with this mac as the GPU Amd is faulty.
    APPLE SHOULD RECALL AND REPLACE IT or will lose many custumers
    I am now waiting to be seen at Genius bar on sunday, however i read about etrecheck in this related post
    http:/https://discussions.apple.com/thread/5081857?start=0&tstart=0
    and meanwhile i want to hear your opinion...
    Looking forward
    Hardware Information:
              MacBook Pro (15-inch, Early 2011)
              MacBook Pro - model: MacBookPro8,2
              1 2 GHz Intel Core i7 CPU: 4 cores
              8 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 512 MB
              AMD Radeon HD 6490M - VRAM: 256 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:13:20
    Disk Information:
              Hitachi HTS545050B9A302 disk0 : (500,11 GB)
                        EFI (disk0s1) <not mounted>: 209,7 MB
                        Macintosh HD (disk0s2) /: 499,25 GB (455,18 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-898 
    USB Information:
              Microsoft Microsoft Notebook Receiver v2.0
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [System] com.genieoinnovation.macextension.client.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.torch.update.agent.plist 3rd-Party support link
    Launch Agents:
              [System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [System] com.genieoinnovation.macextension.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
    User Login Items:
              iTunesHelper
              Macs Fan Control
              gfxCardStatus
              BetterSnapTool
    Internet Plug-ins:
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              None
    Bad Fonts:
              None
    Old Applications:
              None
    Time Machine:
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 464.96 GB Disk used: 41.04 GB
              Destinations:
                        Backup di Time Machine [Local] (Last used)
                        Total size: 297.77 GB
                        Total number of backups: 3
                        Oldest backup: 2014-02-04 20:47:26 +0000
                        Last backup: 2014-02-08 20:21:58 +0000
                        Size of backup disk: Adequate
                                  Backup size 297.77 GB > (Disk used 41.04 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                  16%          mds
                   3%          WindowServer
                   1%          EtreCheck
                   0%          MacsFanControl
                   0%          SystemUIServer
    Top Processes by Memory:
              508 MB          firefox
              106 MB          com.apple.IconServicesAgent
              66 MB          mds_stores
              57 MB          Finder
              57 MB          WindowServer
    Virtual Memory Information:
              5.25 GB          Free RAM
              1.25 GB          Active RAM
              395 MB          Inactive RAM
              1.11 GB          Wired RAM
              257 MB          Page-ins
              0 B          Page-outs

    Hi, sorry but my mac is early 2011 not 2010...
    Hardware Information:
              MacBook Pro (15-inch, Early 2011)
              MacBook Pro - model: MacBookPro8,2
              1 2 GHz Intel Core i7 CPU: 4 cores
              8 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 512 MB
              AMD Radeon HD 6490M - VRAM
    i don't have the disable graphic switching options in the energy saving preferences...
    i am using mavericks now.
    about this VST how can i check or who can check it?
    And this last kernel:
    Anonymous UUID:  
    3068FDF2-8835-F87B-3AC0-A00C76A699D9
    Sun Feb  9 14:53:24 2014
    panic(cpu 2 caller 0xffffff80280dc19e): Kernel trap at 0xffffff7fa9efefc1, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff8148564428, CR3: 0x000000002ac24000, CR4: 0x00000000000606e0
    RAX: 0x0000000080000000, RBX: 0x000000000000150a, RCX: 0xffffff815c72bcc0, RDX: 0x000000000000150a
    RSP: 0xffffff815c72bc10, RBP: 0xffffff815c72bc30, RSI: 0xffffff814855f000, RDI: 0xffffff803c4b5c00
    R8:  0xffffff815c72bcc0, R9:  0xffffff810aa84ce8, R10: 0xffffff815c72b900, R11: 0x0000000000000000
    R12: 0x000000000000000f, R13: 0xffffff803b447e00, R14: 0xffffff814855f000, R15: 0xffffff803c4b5c00
    RFL: 0x0000000000010206, RIP: 0xffffff7fa9efefc1, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff8148564428, Error code: 0x0000000000000002, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff815c72b8a0 : 0xffffff8028022f69
    0xffffff815c72b920 : 0xffffff80280dc19e
    0xffffff815c72baf0 : 0xffffff80280f3606
    0xffffff815c72bb10 : 0xffffff7fa9efefc1
    0xffffff815c72bc30 : 0xffffff7fa9ef835e
    0xffffff815c72bc90 : 0xffffff7fa9f0bab6
    0xffffff815c72bcb0 : 0xffffff7fa9ebc148
    0xffffff815c72bd10 : 0xffffff7fa9ebc189
    0xffffff815c72bd30 : 0xffffff7fa9e5b4b1
    0xffffff815c72bd60 : 0xffffff7fa9e62a57
    0xffffff815c72bd80 : 0xffffff7fa9e6730d
    0xffffff815c72bdf0 : 0xffffff7fa9e5f094
    0xffffff815c72be10 : 0xffffff7fa9e5d62c
    0xffffff815c72be50 : 0xffffff7fa9e5d4b4
    0xffffff815c72be90 : 0xffffff7fa9e5c67c
    0xffffff815c72beb0 : 0xffffff7fa9e7af5a
    0xffffff815c72bef0 : 0xffffff80284ada80
    0xffffff815c72bf30 : 0xffffff80284ac522
    0xffffff815c72bf80 : 0xffffff80284ac5f7
    0xffffff815c72bfb0 : 0xffffff80280d6aa7
    Kernel Extensions in backtrace:
    com.apple.iokit.IOAcceleratorFamily(98.7.1)[024BF8EC-2925-3C4B-ADBB-CFE36F7D41C5 ]@0xffffff7fa9e53000->0xffffff7fa9eabfff
    dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7fa86ba000
    dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7fa8ed7000
    com.apple.AMDRadeonX3000(1.1.4)[4333F950-8969-31AB-93E2-DF7D2DE76A9F]@0xffffff7f a9eb8000->0xffffff7faa258fff
    dependency: com.apple.iokit.IOAcceleratorFamily(98.7.1)[024BF8EC-2925-3C4B-ADBB-CFE36F7D41C 5]@0xffffff7fa9e53000
    dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7fa86ba000
    dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7fa8ed7000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:
    0x0000000027e00000
    Kernel text base: 0xffffff8028000000
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 19122777411521
    last loaded kext at 7525516373620: com.apple.filesystems.smbfs
    2.0.0 (addr 0xffffff7faa5db000, size 335872)
    last unloaded kext at 4160298711302: com.apple.driver.AppleUSBCDC
    4.2.1b2 (addr 0xffffff7faa5c9000, size 16384)
    loaded kexts:
    com.apple.filesystems.smbfs
    2.0.0
    com.apple.filesystems.msdosfs
    1.9
    com.apple.driver.AppleHWSensor
    1.9.5d0
    com.apple.driver.AudioAUUC
    1.60
    com.apple.driver.AGPM
    100.14.11
    com.apple.filesystems.autofs
    3.0
    com.apple.driver.AppleMikeyHIDDriver
    124
    com.apple.driver.AppleHDA
    2.5.3fc1
    com.apple.iokit.IOBluetoothSerialManager
    4.2.0f6
    com.apple.driver.AppleUpstreamUserClient
    3.5.13
    com.apple.iokit.IOUserEthernet
    1.0.0d1
    com.apple.driver.AppleIntelHD3000Graphics
    8.1.8
    com.apple.driver.AppleMikeyDriver
    2.5.3fc1
    com.apple.kext.AMDFramebuffer
    1.1.4
    com.apple.driver.AppleSMCLMU
    2.0.4d1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
    4.2.0f6
    com.apple.driver.AppleSMCPDRC
    1.0.0
    com.apple.Dont_Steal_Mac_OS_X
    7.0.0
    com.apple.driver.AppleHWAccess
    1
    com.apple.driver.SMCMotionSensor
    3.0.4d1
    com.apple.driver.AppleIntelSNBGraphicsFB
    8.1.8
    com.apple.driver.AppleMuxControl
    3.4.12
    com.apple.driver.ACPI_SMC_PlatformPlugin
    1.0.0
    com.apple.driver.AppleMCCSControl
    1.1.12
    com.apple.driver.AppleLPC
    1.7.0
    com.apple.AMDRadeonX3000
    1.1.4
    com.apple.kext.AMD6000Controller
    1.1.4
    com.apple.driver.AppleThunderboltIP
    1.0.10
    com.apple.driver.AppleUSBTCButtons
    240.2
    com.apple.driver.AppleUSBTCKeyboard
    240.2
    com.apple.driver.AppleIRController
    325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless
    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib
    1.0.0d1
    com.apple.BootCache
    35
    com.apple.iokit.SCSITaskUserClient
    3.6.0
    com.apple.driver.XsanFilter
    404
    com.apple.iokit.IOAHCIBlockStorage
    2.4.0
    com.apple.driver.AppleUSBHub
    650.4.4
    com.apple.driver.AppleSDXC
    1.4.0
    com.apple.iokit.AppleBCM5701Ethernet
    3.6.9b9
    com.apple.driver.AirPort.Brcm4331
    700.20.22
    com.apple.driver.AppleFWOHCI
    4.9.9
    com.apple.driver.AppleAHCIPort
    2.9.5
    com.apple.driver.AppleUSBEHCI
    650.4.1
    com.apple.driver.AppleSmartBatteryManager
    161.0.0
    com.apple.driver.AppleACPIButtons
    2.0
    com.apple.driver.AppleRTC
    2.0
    com.apple.driver.AppleHPET
    1.8
    com.apple.driver.AppleSMBIOS
    2.0
    com.apple.driver.AppleACPIEC
    2.0
    com.apple.driver.AppleAPIC
    1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient
    216.0.0
    com.apple.nke.applicationfirewall
    153
    com.apple.security.quarantine
    3
    com.apple.driver.AppleIntelCPUPowerManagement
    216.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice
    3.6.0
    com.apple.iokit.IOUSBMassStorageClass
    3.6.0
    com.apple.kext.triggers
    1.0
    com.apple.driver.DspFuncLib
    2.5.3fc1
    com.apple.vecLib.kext
    1.0.0
    com.apple.iokit.IOAudioFamily
    1.9.4fc11
    com.apple.kext.OSvKernDSPLib
    1.14
    com.apple.iokit.IOSerialFamily
    10.0.7
    com.apple.iokit.IOSurface
    91
    com.apple.iokit.IOBluetoothFamily
    4.2.0f6
    com.apple.iokit.IOBluetoothHostControllerUSBTransport
    4.2.0f6
    com.apple.driver.AppleHDAController
    2.5.3fc1
    com.apple.iokit.IOHDAFamily
    2.5.3fc1
    com.apple.driver.AppleBacklightExpert
    1.0.4
    com.apple.iokit.IONDRVSupport
    2.3.6
    com.apple.driver.AppleGraphicsControl
    3.4.12
    com.apple.driver.IOPlatformPluginLegacy
    1.0.0
    com.apple.driver.AppleSMBusController
    1.0.11d1
    com.apple.iokit.IOFireWireIP
    2.2.5
    com.apple.driver.AppleSMBusPCI
    1.0.12d1
    com.apple.driver.IOPlatformPluginFamily
    5.5.1d27
    com.apple.driver.AppleSMC
    3.1.6d1
    com.apple.iokit.IOAcceleratorFamily
    98.7.1
    com.apple.kext.AMDSupport
    1.1.4
    com.apple.AppleGraphicsDeviceControl
    3.4.12
    com.apple.iokit.IOGraphicsFamily
    2.3.6
    com.apple.driver.AppleThunderboltDPInAdapter
    2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily
    2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter
    1.4.0
    com.apple.driver.AppleUSBMultitouch
    240.6
    com.apple.iokit.IOUSBHIDDriver
    650.4.4
    com.apple.driver.AppleUSBMergeNub
    650.4.0
    com.apple.driver.AppleUSBComposite
    650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice
    3.6.0
    com.apple.iokit.IOBDStorageFamily
    1.7
    com.apple.iokit.IODVDStorageFamily
    1.7.1
    com.apple.iokit.IOCDStorageFamily
    1.7.1
    com.apple.iokit.IOAHCISerialATAPI
    2.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily
    3.6.0
    com.apple.driver.AppleThunderboltNHI
    1.9.2
    com.apple.iokit.IOThunderboltFamily
    2.8.5
    com.apple.iokit.IOUSBUserClient
    650.4.4
    com.apple.iokit.IOEthernetAVBController
    1.0.3b3
    com.apple.driver.mDNSOffloadUserClient
    1.0.1b4
    com.apple.iokit.IO80211Family
    600.34
    com.apple.iokit.IONetworkingFamily
    3.2
    com.apple.iokit.IOFireWireFamily
    4.5.5
    com.apple.iokit.IOAHCIFamily
    2.6.0
    com.apple.iokit.IOUSBFamily
    650.4.4
    com.apple.driver.AppleEFINVRAM
    2.0
    com.apple.driver.AppleEFIRuntime
    2.0
    com.apple.iokit.IOHIDFamily
    2.0.0
    com.apple.iokit.IOSMBusFamily
    1.1
    com.apple.security.sandbox
    278.10
    com.apple.kext.AppleMatch
    1.0.0d1
    com.apple.security.TMSafetyNet
    7
    com.apple.driver.AppleKeyStore
    2
    com.apple.driver.DiskImages
    371.1
    com.apple.iokit.IOStorageFamily
    1.9
    com.apple.iokit.IOReportFamily
    21
    com.apple.driver.AppleFDEKeyStore
    28.30
    com.apple.driver.AppleACPIPlatform
    2.0
    com.apple.iokit.IOPCIFamily
    2.8
    com.apple.iokit.IOACPIFamily
    1.4
    com.apple.kec.corecrypto
    1.0
    com.apple.kec.pthread
    1
    System Profile:
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2 GHz, 8 GB, SMC 1.69f4
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393955353432382D3034302E4130314C4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393955353432382D3034302E4130314C4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9A302, 500,11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Microsoft Notebook Receiver v2.0
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Hub
    USB Device: Cruzer Blade
    USB Device: IR Receiver
    Thunderbolt Bus: MacBook Pro, Apple Inc., 22.1

  • Crashing with Kernel Panics for no apparent reason - HELP!!

    Hello - new to this forum, and I hope someone can help me resolve a problem I've been recently having with my PowerMac G5.
    It all started when I installed some an additional 2GB of RAM (bought from Crucial, which is always very good and reliable) to add to my existing 2GB of Apple RAM, and soon afterwards, found the Mac crashing with the 'grey veil of death' happening quite a lot.
    I ran Memtest several times, which showed n problem with the RAM, but I removed it anyway, to see if it was that which was causing it, and the Mac still keeps crashing with either a grey veil of death, or just a total freezeup, requiring a hard-reboot.
    I have tried everything - removing all attached devices, resetting the PRAM, pressing the little reset button on the logic board, removing the battery and unplugging the Mac for a day, swapping the Apple RAM (which has always been fine) into different slots.... nothing seems to work.
    At the weekend, the Mac wouldn't even boot up, and kept turning itself off during startup after in the grey screen with the Apple logo and spinning radar-wheel.
    I got it to boot up OK from an external firewire drive I have, but Disk Utility said it couldn't fix the drive and Diskwarrior also said it was irreparable.
    I did manage to get Techtool to repair it though, which took about 9 hours but it did successfully rebuild the volume structure and the Mac would then boot up fine and all seemed ok, but it still crashes randomly and for no apparent reason.
    I never did put the new RAM back into the machine so it's all as it was before all this trouble started, and I have no devices attached to the Mac anymore, except the original Apple keyboard and mouse (which I don't normally use, but my wireless one doesn't let me start up from an external drive or reset PRAM or anything...).
    I'm going mad trying to figure out what is wrong with this thing, and I have just read how to get a crash-report (although it means nothing to me), so am posting it here.. I hope that's OK....
    If anyone has any suggestions, please let me know!
    Thanks
    Matt
    Process: qmasterd [163]
    Path: /usr/sbin/qmasterd
    Identifier: qmasterd
    Version: ??? (???)
    Code Type: PPC (Native)
    Parent Process: qmasterd [145]
    Date/Time: 2009-10-20 19:58:44.746 +0100
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: EBB4E270-A250-4F35-8B65-F8098BD63AFB
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000001, 0x0000000095583e0c
    Crashed Thread: 0
    Application Specific Information:
    * single-threaded process forked *
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x95583e0c __CFRunLoopFindMode + 328
    1 com.apple.CoreFoundation 0x95585d88 CFRunLoopAddSource + 276
    2 com.apple.CFNetwork 0x9546c600 _CFTypeScheduleOnMultipleRunLoops + 508
    3 com.apple.CFNetwork 0x9548b7a8 ScheduleSources(_CFArray const*, __CFArray const*) + 60
    4 com.apple.CFNetwork 0x95479e08 CFNetServiceRegisterWithOptions + 880
    5 com.apple.Foundation 0x90e2a2e0 -[NSNetService publishWithOptions:] + 240
    6 com.apple.Foundation 0x90e40e1c -[NSSocketPortNameServer registerPort:name:nameServerPortNumber:] + 532
    7 com.apple.swamp.SwampCore 0x000c84d8 -[CDOHostInfoFactory publish:] + 172
    8 com.apple.swamp.SwampCore 0x000c82ac +[CDOHostInfoFactory sharedInstance] + 156
    9 qmasterd 0x0000a5ec 0x1000 + 38380
    10 qmasterd 0x0000e3f8 0x1000 + 54264
    11 qmasterd 0x000099ec 0x1000 + 35308
    12 dyld 0x8fe01044 dyldstart + 56
    Thread 1:
    0 libSystem.B.dylib 0x964d4d74 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x95593808 __CFSocketManager + 764
    Thread 0 crashed with PPC Thread State 32:
    srr0: 0x95583e0c srr1: 0x0002f030 dar: 0xe5615c10 dsisr: 0x40000000
    r0: 0x95583e04 r1: 0xbfffe880 r2: 0x00000000 r3: 0x0000000f
    r4: 0x00000003 r5: 0x00000028 r6: 0x0000002c r7: 0x00000903
    r8: 0x00000000 r9: 0x00000000 r10: 0xa094547c r11: 0xa0ab868c
    r12: 0x964711f0 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000008 r19: 0x003121a8
    r20: 0xbffff748 r21: 0x003121b0 r22: 0x00000000 r23: 0xbfffea88
    r24: 0x003124c0 r25: 0x00000001 r26: 0xa0208354 r27: 0x00308290
    r28: 0xa0953ccc r29: 0x00312450 r30: 0x00000000 r31: 0x95583ccc
    cr: 0x28000224 xer: 0x20000000 lr: 0x95583e04 ctr: 0x964711f0
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x64aeb +qmasterd ??? (???) /usr/sbin/qmasterd
    0xba000 - 0x126ffb com.apple.swamp.SwampCore 1.2.1 (1.2.1) /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampCore.framework /Versions/A/SwampCore
    0x174000 - 0x2326a3 com.apple.AECore 1.2.1 (1.2.1) /Library/Frameworks/AECore.framework/Versions/A/AECore
    0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <89a0055b0e7ea2db881b73c6e63bc774> /usr/lib/dyld
    0x90003000 - 0x90034fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90035000 - 0x9007cfff com.apple.NavigationServices 3.5.2 (163) <cb063c95a55ba12994a64c7e47f5706a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9007d000 - 0x9007dffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9007e000 - 0x90087fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90088000 - 0x90088ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9029d000 - 0x9031ffff com.apple.print.framework.PrintCore 5.5.4 (245.6) <9e01c05323b526bfc4d8f28940c373c2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9046f000 - 0x90476fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x904dd000 - 0x90c53fff com.apple.AppKit 6.5.9 (949.54) <687f1742c249d7c9268e2eb57713cef6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90c54000 - 0x90c60ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90c61000 - 0x90c7bffb com.apple.CoreVideo 1.6.0 (20.0) <2bc359d0334aa51fcf0534320dee89e9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90c7c000 - 0x90c7cff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90cb4000 - 0x90cdcfff libxslt.1.dylib ??? (???) <a628a1484428ce3c87c56cf663faeb54> /usr/lib/libxslt.1.dylib
    0x90d09000 - 0x90f4fffb com.apple.Foundation 6.5.9 (677.26) <c30e4aea51bbae480d4550cd53abb441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90f50000 - 0x90f9ffff com.apple.Metadata 10.5.8 (398.26) <1a261534027b9d1518327d1fabe1182b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9100b000 - 0x9111fffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91156000 - 0x911b7fff com.apple.CoreText 2.0.4 (???) <72b950056b8bced5bacaad5e0712fcf8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x911b8000 - 0x911f1fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <1a39075165bf7447fe8be1e93db49346> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91242000 - 0x912a4ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x912d3000 - 0x912dbfff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x91f11000 - 0x91f2dffb libPng.dylib ??? (???) <82a7ac26fb2dd17c6c6159f1227d4de6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91f8d000 - 0x9228fffb com.apple.CoreServices.CarbonCore 786.11 (786.14) <4da8e0984e333f8cea32a24ba4364e8c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92290000 - 0x92295ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x92437000 - 0x92521fff libxml2.2.dylib ??? (???) <eb2970f2b786b495449127b4945dcee5> /usr/lib/libxml2.2.dylib
    0x925f4000 - 0x925f7fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x925f8000 - 0x925f8fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x925f9000 - 0x9264ffff libGLU.dylib ??? (???) <4307c8f9f09bca8afc78fa089c3f074e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92650000 - 0x92654ffe libGIF.dylib ??? (???) <755ca03546f380942649cb38cec37ba2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92655000 - 0x92660ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x92661000 - 0x926fafc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x926fb000 - 0x92842ffb com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x92843000 - 0x92843fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92844000 - 0x92863fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9288e000 - 0x9293efff edu.mit.Kerberos 6.0.13 (6.0.13) <c8137653dbdf02a3f508fe8d2d744748> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9293f000 - 0x92c71ff7 com.apple.QuickTime 7.6.4 (1327.73) <2a47a570627b516ad5d7e2ee611c49fa> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92c80000 - 0x92c83ffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92d7b000 - 0x92dbcffb libTIFF.dylib ??? (???) <da8860d4d8b2a54970a81fca35968366> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92dbd000 - 0x92e8dfff com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92e8e000 - 0x92eadfff libresolv.9.dylib ??? (???) <d4538f370cadea5d74d3ac86c610e570> /usr/lib/libresolv.9.dylib
    0x92eec000 - 0x92efaff3 com.apple.opengl 1.5.10 (1.5.10) <f90db7f5e4a5144afd040236f8343280> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92efb000 - 0x92f17ffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9302c000 - 0x93391ffe com.apple.QuartzCore 1.5.8 (1.5.8) <173de39401d774ee555d15681ba13be1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93d21000 - 0x93dabfff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93f93000 - 0x93fa6fff com.apple.LangAnalysis 1.6.5 (1.6.5) <2a661ad6e432dd62dd831e234904061f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93fa7000 - 0x943d5ffe libGLProgrammability.dylib ??? (???) <79e91a3ef8d13e2d1eaca2a38d5575bb> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x943dd000 - 0x94465ffb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <6fc8a8cb43506b57b951da899a55d3b9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94470000 - 0x945bcffb com.apple.ImageIO.framework 2.0.6 (2.0.6) <c20e33d5ff7076c0855c874db7df320d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x945bd000 - 0x945e8ff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
    0x945ef000 - 0x94928ff7 com.apple.HIToolbox 1.5.6 (???) <a3b713a77c16da495c886463985f1e39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94970000 - 0x94a20fff com.apple.QD 3.11.56 (???) <3afac2b8eb501201f91672a32c4ecf99> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94a8e000 - 0x94abbfff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94c02000 - 0x94c51fff libGLImage.dylib ??? (???) <69eba6e64ea12c7392286db4f29d7a1d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94c52000 - 0x94cdafff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94cdb000 - 0x94ec4ffb com.apple.security 5.0.5 (36371) <cfd97bfeda0ff5301a635ba6b6e4f83a> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94ec5000 - 0x94f22ffb com.apple.HIServices 1.7.1 (???) <a6c5c0bf2d68aeb453dbc493b7d0c8d9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94f23000 - 0x94f3affb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94f3b000 - 0x94f4effb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <dc8dac074f4d19175c5613b35aa529b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95051000 - 0x95071ff7 libJPEG.dylib ??? (???) <65edcc6af826566c94cfa1f19fd02291> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9536b000 - 0x95372ffb com.apple.print.framework.Print 218.0.3 (220.2) <48f5dd2ce80e9f7c8e3be2acbca8584f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95403000 - 0x9546affb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x9546b000 - 0x9551effc com.apple.CFNetwork 438.14 (438.14) <6e213ab40eabfc276ca46a7c7cfad01a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9551f000 - 0x95644ff3 com.apple.CoreFoundation 6.5.7 (476.19) <dee0f0024f3bf976cfa0a0816e8aa338> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9567b000 - 0x956f6fff com.apple.SearchKit 1.2.2 (1.2.2) <a9d0033a5e1e55b5e382e52fe578d734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x95736000 - 0x95738ffd libRadiance.dylib ??? (???) <34621dd441aab91846ed399a4801e9f8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9573f000 - 0x95cbbffb com.apple.CoreGraphics 1.409.4 (???) <e5f06c8ccf181e362a13a96940b454ac> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x95cbc000 - 0x95d9ffff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
    0x95da0000 - 0x95e25fff libsqlite3.0.dylib ??? (???) <c7ac09d5d803e12b655e41a992ed10c0> /usr/lib/libsqlite3.0.dylib
    0x95e26000 - 0x95ef9fff com.apple.CoreServices.OSServices 228 (228) <8610aed4edbd5d21e887a68c32b5c216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95efa000 - 0x95f21fff libcups.2.dylib ??? (???) <5cefcc0e9090a7587981a69a9b2ffc2a> /usr/lib/libcups.2.dylib
    0x95f22000 - 0x95fb7ff7 com.apple.framework.IOKit 1.5.2 (???) <ced0a498252f76a2d2ba9f2a0ae02160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x95fb8000 - 0x962e1fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9631b000 - 0x9631cfff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x963a2000 - 0x96439fff com.apple.LaunchServices 292 (292) <06cb373fd960fbc2b4a0201f55c7dd6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9643a000 - 0x9646ffff com.apple.AE 402.3 (402.3) <6a6f752bba2d537eb8590e1cec01ac9a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x96470000 - 0x96610ff3 libSystem.B.dylib ??? (???) <900415cd2c829b2de9a6cdcdaa6307e3> /usr/lib/libSystem.B.dylib
    0x9664f000 - 0x9666efff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9666f000 - 0x9666ffff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96670000 - 0x96688ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96741000 - 0x967fbfff libcrypto.0.9.7.dylib ??? (???) <d0c8f3918053b8cb84c43e5fb40fa066> /usr/lib/libcrypto.0.9.7.dylib
    0x967fc000 - 0x967fdff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x967fe000 - 0x968c6ffb com.apple.CoreData 100.2 (186.2) <be912ff41bd4506438a71d5665e89069> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96aa6000 - 0x96ab4fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x96ab5000 - 0x96b44ffb com.apple.DesktopServices 1.4.8 (1.4.8) <efaf20fbcdf58c7da37ddbcf190bba75> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96b45000 - 0x96c8dff3 libicucore.A.dylib ??? (???) <07d0cefd48d11d5d5b1817c198013f0b> /usr/lib/libicucore.A.dylib
    0x96d75000 - 0x9732ffff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x97330000 - 0x973caff7 com.apple.ApplicationServices.ATS 3.7 (???) <58dd60fd70b041c0e226f973cdd09617> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x973cb000 - 0x973d6fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Ah ha - yes, I've just found that out!
    Here are the latest panic logs then....:
    Tue Oct 20 19:58:40 2009
    Unresolved kernel trap(cpu 1): 0x300 - Data access DAR=0x0000000005A37EF0 PC=0x00000000000841BC
    Latest crash info for cpu 1:
    Exception state (sv=0x3e51c500)
    PC=0x000841BC; MSR=0x00009030; DAR=0x05A37EF0; DSISR=0x40000000; LR=0x00067374; R1=0x35707D40; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x0412DF80 0x00067374 0x000B110C 0x000B4278
    backtrace terminated - frame not mapped or invalid: 0xBFFFC350
    Proceeding back via exception chain:
    Exception state (sv=0x3e51c500)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x3e2a7a00)
    PC=0x91F906B4; MSR=0x0200F030; DAR=0x01219334; DSISR=0x40000000; LR=0x91F90688; R1=0xBFFFC350; XCP=0x0000000C (0x300 - Data access)
    BSD process name corresponding to current thread: DragThing Helper
    Mac OS version:
    9L30
    Kernel version:
    Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
    System model name: PowerMac7,3
    System uptime in nanoseconds: 129319156249
    unloaded kexts:
    (none)
    loaded kexts:
    com.sophos.kext.sav 1.0.4 - last loaded 1502179652
    at.obdev.nke.LittleSnitch 2.0.38
    com.Logitech.Control Center.HID Driver 2.6.0
    com.echofx.driver.USBVision_Seize 1.1.3
    com.echofx.driver.USBVision_X 1.1.3
    com.apple.filesystems.autofs 2.0.2
    com.apple.driver.AppleTopazAudio 2.5.8f1
    com.apple.driver.AppleTAS3004Audio 2.5.8f1
    com.apple.driver.DiskImages 199
    com.apple.driver.AppleTexasAudio 2.5.8f1
    com.apple.driver.InternalModemSupport 2.4.0
    com.apple.driver.AppleFCU 1.3.2b0
    com.apple.driver.AudioIPCDriver 1.0.6
    com.apple.GeForcePPC 5.4.8
    com.apple.driver.AppleTexas2Audio 2.5.8f1
    com.apple.driver.MotorolaSM56K 1.3.9
    com.apple.driver.AppleFan 1.0.10f1
    com.apple.driver.AppleK2Fan 1.0.10f1
    com.apple.driver.AppleSCCSerial 1.3.2
    com.apple.driver.AppleDACAAudio 2.5.8f1
    com.apple.driver.AppleSlewClock 1.5.2d0
    com.apple.driver.AppleADT746x 1.0.10f1
    com.apple.driver.AppleHWSensor 1.9d0
    com.apple.nvidia.nv30hal 5.4.8
    com.apple.driver.AppleUSBOpticalMouse 3.2.0
    com.apple.iokit.AppleGMACEthernet 1.5.9f1
    com.apple.driver.AppleCPUVoltage 1.5.2d0
    com.apple.iokit.IOFireWireIP 1.7.7
    com.apple.driver.AppleVSP 2.2.2
    com.apple.driver.AppleThermal 1.0.1f2
    com.apple.driver.AppleSEP 1.3.0
    com.apple.driver.AppleK2Driver 1.7.2f1
    com.apple.driver.AppleHWClock 1.5.2d0
    com.apple.driver.AppleADM103x 1.0.10f1
    com.apple.driver.PowerMac72PlatformPlugin 3.4.0d0
    com.apple.driver.AppleMaxim6690 1.9d0
    com.apple.driver.AppleI2S 1.0.1f1
    com.apple.driver.AppleAD741x 1.9d0
    com.apple.driver.AppleLM7x 1.9d0
    com.apple.driver.AppleFileSystemDriver 1.1.0
    com.apple.driver.AppleUSBMergeNub 3.4.6
    com.apple.driver.PioneerSuperDrive 2.0.9
    com.apple.driver.XsanFilter 2.7.91
    com.apple.iokit.SCSITaskUserClient 2.1.1
    com.apple.iokit.IOATABlockStorage 2.0.6
    com.apple.driver.AppleUSBHub 3.4.9
    com.apple.iokit.IOATAPIProtocolTransport 1.5.3
    com.apple.iokit.IOUSBUserClient 3.4.9
    com.apple.driver.ApplePMU 2.5.6d2
    com.apple.driver.AppleK2SATA 1.0.4f2
    com.apple.driver.AppleGPIO 1.3.0d0
    com.apple.driver.AppleVIA 1.5.1d1
    com.apple.driver.MacIOGPIO 1.3.0d0
    com.apple.driver.AppleK2SATARoot 1.0.5b1
    com.apple.driver.AppleFWOHCI 3.9.7
    com.apple.driver.AppleKauaiATA 1.2.1f4
    com.apple.driver.AppleUSBEHCI 3.4.6
    com.apple.driver.AppleCPUThermo 2.0.0a0
    com.apple.driver.AppleMPIC 1.5.3
    com.apple.driver.AppleI0
    Sat Oct 17 15:12:50 2009
    Unresolved kernel trap(cpu 1): 0x300 - Data access DAR=0x000000000C077B40 PC=0x0000000000035DB8
    Latest crash info for cpu 1:
    Exception state (sv=0x35b34280)
    PC=0x00035DB8; MSR=0x00001030; DAR=0x0C077B40; DSISR=0x42000000; LR=0x00035D90; R1=0x3E2A2FB0; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x00000000 0x00036B7C 0x00030BCC 0x000AC898 0x00338CD8 0x00F557E4
    0x00F591DC 0x00F4EB7C 0x00F51D1C 0x008125F8 0x008156D8 0x00819474 0x008183FC 0x008197A8
    0x00813D10 0x0081EEB8 0x00825E30 0x0081EEB8 0x00823728 0x00823888 0x0011A888 0x000DFA3C
    0x0010CE78 0x000E50DC 0x000E5DB8 0x0025706C 0x0010C658 0x002EE7D0 0x0008C9D4 0x0008CAA8
    0x00065F64 0x00067CB8
    backtrace continues...
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOATABlockStorage(2.0.6)@0xf4c000->0xf5efff
    dependency: com.apple.iokit.IOATAFamily(2.0.1)@0x944000
    dependency: com.apple.iokit.IOStorageFamily(1.5.6)@0x80e000
    com.apple.iokit.IOStorageFamily(1.5.6)@0x80e000->0x82efff
    Proceeding back via exception chain:
    Exception state (sv=0x35b34280)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x3de56280)
    PC=0x924711F8; MSR=0x4000D030; DAR=0x0845C1F4; DSISR=0x40000000; LR=0x96478120; R1=0xBFFF71A0; XCP=0x00000010 (0x400 - Inst access)
    BSD process name corresponding to current thread: Safari
    Mac OS version:
    9L30
    Kernel version:
    Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC
    System model name: PowerMac7,3
    System uptime in nanoseconds: 92566509558837
    unloaded kexts:
    com.echofx.driver.USBVision_Information 1.1.3 - last unloaded 3019317555231
    loaded kexts:
    com.Logitech.Control Center.HID Driver 2.6.0 - last loaded 3017304882897
    com.echofx.driver.USBVision_Information 1.1.3
    com.echofx.driver.USBVision_AudioDevice 1.1.3
    com.echofx.driver.USBVision_Seize 1.1.3
    com.echofx.driver.USBVision_X 1.1.3
    com.sophos.kext.sav 1.0.4
    at.obdev.nke.LittleSnitch 2.0.38
    com.apple.filesystems.autofs 2.0.2
    com.apple.driver.AudioIPCDriver 1.0.6
    com.apple.GeForcePPC 5.4.8
    com.apple.driver.AppleUSBOpticalMouse 3.2.0
    com.apple.driver.AppleUSBMergeNub 3.4.6
    com.apple.driver.MotorolaSM56K 1.3.9
    com.apple.driver.AppleTopazAudio 2.5.8f1
    com.apple.driver.AppleTAS3004Audio 2.5.8f1
    com.apple.driver.AppleFCU 1.3.2b0
    com.apple.driver.AppleK2Fan 1.0.10f1
    com.apple.driver.AppleSlewClock 1.5.2d0
    com.apple.driver.AppleHWSensor 1.9d0
    com.apple.nvidia.nv30hal 5.4.8
    com.apple.driver.AppleCPUVoltage
    The line which starts "BSD process name corresponding to current thread...." says something different in most of the panic logs, so it doesn't seem to be constantly mentioning one app or anything....
    Does any of this make sense to anyone?!
    Thanks
    Matt

  • Stock variance report Crashes with error code REP-56048

    SR : 6990718.992
    gtcr : http://qmon.oraclecorp.com/qmon3/quickpicks.pl?t=t&q=6990718.992
    Problem Statement : When the user is trying to generate report for Stock variance report from Oracle Retail Merchandising System the report crashes with error code REP-56048.
    The steps to reproduce are specific to Oracle Retail Merchandising system application and hence I have not mentioned here.
    The REP-56048 error seems to be generic. Could you please advise me on this issue.
    Thanks & Regards,
    Sameer

    You can review the following Oracle Metalink Document;
    Comprehensive REP-56048 Troubleshooting and Overview Guide: Doc ID: Note:285281.1
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:88153902823984055::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,285281.1,1,1,1,helvetica
    Hope it would be useful.
    Adith

  • RH6 crashes with th and conditional build tags

    Hello together,
    The attached code worked fine with RH X5, but leads to a
    crash with X6. To fix, you have to replace the <th> by
    <td>, but it is not too easy to find the topic within a
    project. The fix is quite easy, but it is hard to find in a big
    project.
    This happens, when the conditional build tag is used.
    Thanks and best regards,
    Katrin Lusser

    Hello Peter,
    My wife created the topic with X3 or X5.
    She just tried again with X6 and after several changes (set
    heading, insert, delete, etc.) she had the same constellation.
    Unfortunately, until now, she could not find out the exact way to
    reproduce. But it is definitely possible. We will post here, when
    we find out, how to do it.
    Best regards,
    Michael

  • CMS crash with core files and multiple report output generation

    Happy new year to everyone,
    Our BOXIR3.1SP6FP2 env has recently started behaving weirdly by triggering multiple output to users inbox and email notification out of scheduled reports. Also we have noticed the CMS crash with core file (almost 4GB) generation at the time of multiple report output.
    Most of the times, CMC crashes and recycles itself. At few times, CMS services alone went shut down.
    OS details: RHEL 5.5, 32 GB RAM, 8 core processor on each of the clustered node, Oracle 10GR2.4 CMS DB server, 11GR2.4 oracle reporting DB server and oracle 11.1.0.6 client.
    2015/01/21 23:54:37.946|>=| | |28123|1534131088|{|||||||||||||||DBQueue::Read
    2015/01/21 23:54:37.946|==| | |28123|1496185744|
    |||||||||||||||(OracleStatement.cpp:156) Prepare: SQL: SELECT ObjectID,
    Version, LastModifyTime, CRC, Properties FROM CMS_InfoObjects6 WHERE ObjectID
    IN (1004050) ORDER BY ObjectID
    2015/01/21 23:54:37.946|==| | |28123|1496185744| ||||||||||||||(OracleStatement.cpp:183) Prepared statement Execute
    2015/01/21 23:54:37.965|==| | |28123|1496451984| |||||||||||||||SResourceSource::LoadString 50293
    2015/01/21 23:54:37.966|==| | |28123|1496451984| |||||||||||||||SResourceSource::LoadString Unknown exception in database thread
    2015/01/21 23:54:37.967|==| | |28123|1496451984| |||||||||||||||SResourceSource::LoadString 33007
    2015/01/21 23:54:37.967|==| | |28123|1496451984| |||||||||||||||SResourceSource::LoadString CMS is unstable and will shut down immediately. Reason: %1...
    2015/01/21 23:54:38.506|==| | |28123|1496185744| |||||||||||||||(OracleStatement.cpp:156) Prepare: SQL: SELECT ObjectID,
    Version, LastModifyTime, CRC, Properties FROM CMS_InfoObjects6 WHERE ObjectID IN (1009213) ORDER BY ObjectID
    2015/01/21 23:54:38.506|==| | |28123|1496185744| |||||||||||||||(OracleStatement.cpp:183) Prepared statement Execute
    2015/01/21 23:54:38.512|==| | |28123|1455592672| |||||||||||||||(sidaemon.cpp:549) SUNIXDaemon::run: server restart flag is 1..
    2015/01/21 23:54:38.513|==| | |28123|1455592672| |||||||||||||||(sidaemon.cpp:552) SUNIXDaemon::run: in abort ...
    2015/01/21 23:54:38.513|==| | |28123|1455592672| |||||||||||||||(sidaemon.cpp:555) SUNIXDaemon::run: doing the WithAbort case ...
    2015/01/21 23:54:38.520|==| | |28123|1496185744| |||||||||||||||(dbq.cpp:1357) DBQ: Time required to read 1 objects: 20.000000 ms
    Thank you,
    Karthik

    Hi Denis,
    I'm trying my best for the last few weeks to understand the core issue along with SAP however it is still a mystery.
    >Ulimit -a
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 270335
    max locked memory       (kbytes, -l) 32
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 1024
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) 10240
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 270335
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    Below is the observation as part of troubleshooting:
    1. CMS breaks at threshold of 3.9 G.
    2. CMS DB sits in a different Linux server than BOE server.
    3. All core files were generated by boe_cmsd process and are almost 4GB in size (same as max threshold which it breaks).
    4. Shell script which I've added in the BOE servers shows that the CMS DB is available/connecting at the time of CMS crash.
    5. SAP analysed the Core files and skeptical about the below lines.
         #3  0x58687b80 in skgesigCrash ()
          from /opt/oracle/product/11.1.0/client_1/lib32/libclntsh.so
         #4  0x58687e0d in skgesig_sigactionHandler ()
    I'll continue troubleshooting with a hope to fix it at the earliest.
    Thanks,
    Karthik

  • Logic keeps on crashing with E/W Play and Absynth

    Recently Logic 9.1.8 (running on 64 bit 10.6.8) is crashing every 5 minutes or so.
    I'm not doing anything particularly intensive (there are only 8 tracks or so) however I am using some 3rd pary plugins, namely "Play" from East West and Absynth.
    It crashes seemingly randomly during playback. I've done far more complicated stuff than I'm doing now a couple of years ago (with the same plugins) and didn't have this issue.
    The only odd thing I've seen is that Absynth is filling, at times, over half of the CPU bar at the bottom, despite it only playing one track. That said, sometimes it crashes during playback when absynth isn't in the music.
    I'm using a 2.7Ghz quad-core 2011 iMac with (only) 4gb of RAM (though when it crashes there is still often in excess of half a gb free.
    Please help me!
    here's a copy of the crash report
    Process:    
    Logic Pro [428]
    Path:       
    /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: 
    com.apple.logic.pro
    Version:    
    9.1.8 (1700.67)
    Build Info: 
    Logic-17006700~1
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [107]
    Date/Time:  
    2014-05-25 13:11:12.796 +0100
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    199326 sec
    Crashes Since Last Report:      
    17
    Per-App Interval Since Last Report:  93131 sec
    Per-App Crashes Since Last Report:   16
    Anonymous UUID:                 
    7A6C67A1-B014-4C31-988F-AFA17F3616E5
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  16
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreFoundation 
    0x00007fff83a03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox      
    0x00007fff8849d74e RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox      
    0x00007fff8849d553 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox      
    0x00007fff8849d40c BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit         
    0x00007fff81bffeb2 _DPSNextEvent + 708
    8   com.apple.AppKit         
    0x00007fff81bff801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   com.apple.AppKit         
    0x00007fff81bc568f -[NSApplication run] + 395
    10  com.apple.prokit         
    0x000000010120d04b NSProApplicationMain + 267
    11  com.apple.logic.pro      
    0x000000010002aa58 DummyConnection::DummyConnection() + 86
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib        
    0x00007fff803dcc0a kevent + 10
    1   libSystem.B.dylib        
    0x00007fff803deadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib        
    0x00007fff803de7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib        
    0x00007fff803de2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib        
    0x00007fff803ddc08 _pthread_wqthread + 353
    5   libSystem.B.dylib        
    0x00007fff803ddaa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreFoundation 
    0x00007fff83a03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation     
    0x00007fff806fb14f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation     
    0x00007fff8067c114 __NSThread__main__ + 1429
    6   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    7   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 3:  com.apple.CFSocket.private
    0   libSystem.B.dylib        
    0x00007fff80407932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation 
    0x00007fff83a25468 __CFSocketManager + 824
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.apple.music.apps.MAFiles 
    0x00000001030384d4 ExtendedAudioFileScheduler::WorkerThreadProc() + 100
    3   com.apple.music.apps.MAFiles 
    0x0000000103038589 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.apple.music.apps.MAFiles 
    0x00000001030384d4 ExtendedAudioFileScheduler::WorkerThreadProc() + 100
    3   com.apple.music.apps.MAFiles 
    0x0000000103038589 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib        
    0x00007fff803c3dda semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib        
    0x00007fff80402772 _pthread_cond_wait + 1015
    2   com.apple.audio.CoreAudio
    0x00007fff83b6768c CAGuard::WaitFor(unsigned long long) + 168
    3   com.apple.audio.CoreAudio
    0x00007fff83b69c1b CAGuard::WaitUntil(unsigned long long) + 185
    4   com.apple.audio.CoreAudio
    0x00007fff83b67d85 HP_IOThread::WorkLoop() + 1369
    5   com.apple.audio.CoreAudio
    0x00007fff83b67827 HP_IOThread::ThreadEntry(HP_IOThread*) + 9
    6   com.apple.audio.CoreAudio
    0x00007fff83b67755 CAPThread::Entry(CAPThread*) + 125
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib        
    0x00007fff803c3e82 mach_wait_until + 10
    1   ...ple.CoreServices.CarbonCore
    0x00007fff826b4df5 MPDelayUntil + 28
    2   ...ple.CoreServices.CarbonCore
    0x00007fff826c3361 Delay + 93
    3   ...opellerheads.rewire.library
    0x000000012662627b RWIsReWireMixerAppRunningImp + 31035
    4   ...opellerheads.rewire.library
    0x0000000126633c59 RWIsReWireMixerAppRunningImp + 86809
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   ...ropellerheads.reason.engine
    0x0000000126c1a408 RWDEFLaunchPanelApp + 3224984
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117f2b MD::CallProcessThread1(void*) + 299
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117d0e MD::CallProcessThread2(void*) + 302
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117a35 MD::CallProcessThread3(void*) + 85
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x00000001031161ee MD::CallProcessThread15(void*) + 302
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff8044b9ac sleep + 61
    3   ...sic.apps.MAAudioUnitSupport
    0x00000001010ce98a CAudioUnitClient::WatchDog(void*) + 26
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103132cd0 CAudioFileBlockManager::GetBlock(MDFile const*, long, int) + 2064
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.audio.midi.CoreMIDI
    0x00000001016eb9c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI
    0x000000010170873d MIDIProcess::RunMIDIInThread() + 147
    4   com.apple.audio.midi.CoreMIDI
    0x00000001016ecace XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI
    0x00000001016ec509 CAPThread::Entry(CAPThread*) + 67
    6   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    7   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 16 Crashed:
    0   libSystem.B.dylib        
    0x00007fff804369ce __semwait_signal_nocancel + 10
    1   libSystem.B.dylib        
    0x00007fff804368d0 nanosleep$NOCANCEL + 129
    2   libSystem.B.dylib        
    0x00007fff804933ce usleep$NOCANCEL + 57
    3   libSystem.B.dylib        
    0x00007fff804b29a1 __abort + 113
    4   libSystem.B.dylib        
    0x00007fff804b2a05 abort_report_np + 0
    5   com.apple.logic.pro      
    0x00000001003b3226 std::_Rb_tree<short, std::pair<short const, CGRect>, std::_Select1st<std::pair<short const, CGRect> >, std::less<short>, std::allocator<std::pair<short const, CGRect> > >::_M_erase(std::_Rb_tree_node<std::pair<short const, CGRect> >*) + 98486
    6   libSystem.B.dylib        
    0x00007fff804241ba _sigtramp + 26
    7   ???                      
    0x000000012cb0a910 0 + 5044742416
    8   com.apple.logic.pro      
    0x000000010035a146 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 58566
    9   com.apple.logic.pro      
    0x0000000100353c8f void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 32783
    10  com.apple.logic.pro      
    0x00000001003514a6 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 22566
    11  com.apple.logic.pro      
    0x0000000100356e02 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 45442
    12  com.apple.logic.pro      
    0x000000010034f52a void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 14506
    13  ...ple.CoreServices.CarbonCore
    0x00007fff826c369f TimerThread + 294
    14  libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    15  libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib        
    0x00007fff80407932 select$DARWIN_EXTSN + 10
    1   com.apple.logic.pro      
    0x00000001009101f2 std::vector<std::pair<double, AttachedTimerListener>, std::allocator<std::pair<double, AttachedTimerListener> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener>, std::allocator<std::pair<double, AttachedTimerListener> > > >, std::pair<double, AttachedTimerListener> const&) + 1554
    2   com.apple.logic.pro      
    0x000000010055859d std::vector<TOSCService, std::allocator<TOSCService> >::erase(__gnu_cxx::__normal_iterator<TOSCService*, std::vector<TOSCService, std::allocator<TOSCService> > >, __gnu_cxx::__normal_iterator<TOSCService*, std::vector<TOSCService, std::allocator<TOSCService> > >) + 40333
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f99f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f99f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f99f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f99f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...st.midi.wordbuildervstplayj
    0x000000013777b29f juce::WaitableEventImpl::wait(int) + 57
    3   ...st.midi.wordbuildervstplayj
    0x000000013776d3c4 juce::WaitableEvent::wait(int) const + 12
    4   ...st.midi.wordbuildervstplayj
    0x000000013778d105 juce::Thread::wait(int) const + 13
    5   ...st.midi.wordbuildervstplayj
    0x0000000137653c8d MyTimerThread::run() + 69
    6   ...st.midi.wordbuildervstplayj
    0x000000013778d53e juce::Thread::threadEntryPoint() + 86
    7   ...st.midi.wordbuildervstplayj
    0x00000001377747dd juce::threadEntryProc(void*) + 29
    8   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    9   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreFoundation 
    0x00007fff83a03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation 
    0x00007fff83a02b16 CFRunLoopRun + 70
    5   com.eastwest.Play        
    0x000000012fb9896d CUSBDeviceNotifyThread::M192D295BF6D8B650() + 325
    6   com.eastwest.Play        
    0x000000012fb99324 CPThread::thread_routine(void*) + 112
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   com.eastwest.Play        
    0x000000012fb9952f CPTTimer::M192D295BF6D8B650() + 103
    4   com.eastwest.Play        
    0x000000012fb99324 CPThread::thread_routine(void*) + 112
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   ...nth 5.MusicDevice.component
    0x000000013c0ddebe ProgramChangeThread::run() + 30
    4   ...nth 5.MusicDevice.component
    0x000000013c57e949 NI::GP::Thread::execute(void*) + 73
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   ...nth 5.MusicDevice.component
    0x000000013c0ddebe ProgramChangeThread::run() + 30
    4   ...nth 5.MusicDevice.component
    0x000000013c57e949 NI::GP::Thread::execute(void*) + 73
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef8ec juce::WaitableEventImpl::wait(int) + 186
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7fedeb juce::Thread::wait(int) const + 13
    5   com.eastwest.Play        
    0x000000012f7096fa juce::InternalTimerThread::run() + 230
    6   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    7   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    8   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    9   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 29:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f7ef86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f7e4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f90e365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f7ff25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f7eb1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   ...nth 5.MusicDevice.component
    0x000000013c9ae295 NI::SND::PresetManagerDB::scanForBackground(CppSQLite3DB&) + 485
    4   ...nth 5.MusicDevice.component
    0x000000013c9af20b NI::SND::PresetManagerDB::run() + 283
    5   ...nth 5.MusicDevice.component
    0x000000013c57e949 NI::GP::Thread::execute(void*) + 73
    6   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    7   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib        
    0x00007fff803dda2a __workq_kernreturn + 10
    1   libSystem.B.dylib        
    0x00007fff803dde3c _pthread_wqthread + 917
    2   libSystem.B.dylib        
    0x00007fff803ddaa5 start_wqthread + 13
    Thread 16 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x000000012cb0a240  rcx: 0x000000012cb0a1f8  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x000000012cb0a230  rsp: 0x000000012cb0a1f8
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0xffffff80002e4730
      r12: 0x0000000000000000  r13: 0x000000014550e922  r14: 0x0000000145483000  r15: 0x0000000000000000
      rip: 0x00007fff804369ce  rfl: 0x0000000000000247  cr2: 0x0000000104063000
    Binary Images:
    0x100000000 -   
    0x100c18fef  com.apple.logic.pro 9.1.8 (1700.67) <5CBBDF7C-6505-0A14-61F1-483839F57524> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0x101086000 -   
    0x1010a4fef  com.apple.XSKey 1.0.0 (52) <800DD908-E341-2BCD-11D9-DEAC7E8197E9> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x1010b6000 -   
    0x1010f0ff7  com.apple.music.apps.MAAudioUnitSupport 9.1.8 (233.53) <B5939861-E5F9-3218-0989-4ED074B1323D> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0x101113000 -   
    0x101141ff7  com.apple.musicaudiodataservices 1.1 (251.4) <93B2F8C3-E091-C1CA-8932-91840CC968BC> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0x101153000 -   
    0x1011b6ff7  com.apple.music.apps.MALoopManagement 9.1.8 (219.66) <FE447B07-89A4-E025-DFB8-4C71A0EFEBF0> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0x1011ed000 -   
    0x10147bff7  com.apple.prokit 7.0.1 (1331.1) <0C6C56BB-83E2-7090-90D0-C9005C955F8A> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1015fd000 -   
    0x101693fe7  com.apple.music.apps.MACore 9.1.8 (477.58) <3E8020EA-9B42-63A5-613D-FD2D7675546F> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x1016dd000 -   
    0x10172dff7  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <872D18F1-18CB-DDC1-FBC8-B144604A39B1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x101755000 -   
    0x1017b3fef  com.apple.music.apps.MAHarmony 9.1.8 (199.72) <EE991E63-1236-765D-3C95-4AE3494B295C> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x1017db000 -   
    0x101c1cfff  com.apple.music.apps.MAPlugInGUI 9.1.8 (424.79) <6FEA2031-69A3-9209-54EF-36BA3DAD1883> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x101ee0000 -   
    0x101fbcfff  com.apple.music.apps.OMF 9.1.8 (109.7) <F72235D0-517D-CCCB-3B91-78396786EB34> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x101fdb000 -   
    0x10260bfef  com.apple.music.apps.MADSP 9.1.8 (588.98) <D794D156-112C-29E3-EB9D-62604A9807DE> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x102e69000 -   
    0x102e8eff7  com.apple.music.apps.LogicFileBrowser 9.1.8 (1700.67) <8E130979-83FB-56BD-DE18-A723A94B7530> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x102ea1000 -   
    0x102f1ffff  com.apple.music.apps.LogicLoopBrowser 9.1.8 (1700.67) <47AF47CE-F6A1-E025-96FA-5C30EAFA13BC> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x102f4e000 -   
    0x102f72ff7  com.apple.music.apps.MAApogeeSupport 9.1.8 (313.26) <6384895C-60D4-CE0B-0E86-673A20A34D36> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x102f80000 -   
    0x102f85fff  com.apple.music.apps.MAResources 9.1.8 (212.66) <0E66AB42-6F37-9AE7-8766-264DAE455688> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x102f88000 -   
    0x102fb4fff  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <45C04031-42F8-D096-1CC3-0CA266FDAC61> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x102fcd000 -   
    0x102fe0ff7  com.apple.AERegistration 1.2 (401) <A424BA9F-0DD7-BE25-2738-4BCD22F0BB2A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x102ff9000 -   
    0x103006fff  com.apple.music.apps.MAUnitTest 9.1.8 (97.27) <8AF973F8-CBB2-931B-6BFC-D4BCB8A434F6> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x10300f000 -   
    0x1030cafe7  com.apple.music.apps.MAFiles 9.1.8 (144.87) <F9F3C7E2-46F5-0EC3-7297-096AEB83BFD6> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x103103000 -   
    0x10317ffe7  com.apple.music.apps.MAAudioEngine 9.1.8 (158.42) <6944C1FC-7ACD-53A2-5095-E017C39D8CBA> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x1031f3000 -   
    0x1031fefff  com.apple.music.apps.MAToolKit 9.1.8 (359.28) <B9729EDA-E5DB-C831-E473-EED9C906AAA0> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x103205000 -   
    0x103213ff7  com.apple.music.apps.MAVideo 9.1.8 (12.70) <19D30553-8BFE-4F8C-D13E-0D3139AAC22B> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x10321b000 -   
    0x103301fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <64B3566E-5F3A-A466-ED3F-B91F4B3E5F56> /usr/lib/libcrypto.0.9.7.dylib
    0x103359000 -   
    0x103407fec  com.apple.MobileMe 9 (1.01) <F322542E-D3BB-7861-602A-3F405F2BD61B> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x104700000 -   
    0x10473dff7  com.apple.prokit.SnowLeopardPanels 7.0.1 (1331.1) <3585FB91-33B6-1BF3-A716-85D069944820> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x11a7a1000 -   
    0x11a7affff  com.apple.iokit.IOHIDLib 1.6.6 (1.6.6) <E92BCF13-7E55-68CD-22BD-EF427D6EC310> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x11a7d4000 -   
    0x11a7d8fff  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <917E3DC8-E34D-B130-F61F-50808466E674> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x11a7dd000 -   
    0x11a7e3ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.8 (2.0.8f3) <2BC73C66-767B-CA96-B313-B95EC153547B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x11af00000 -   
    0x11af24ff7 +com.akai.mpc.hal ??? (2.1.18) <7CD275B5-FE33-A573-2AFB-C2B3F1C701A4> /Library/Audio/Plug-Ins/HAL/AKAI_MPC.plugin/Contents/MacOS/AKAI_MPC
    0x11af47000 -   
    0x11af49ff7  com.apple.music.apps.anvil.resources 9.1.8 (280.4) <F74756AB-FAB6-3914-5F1C-04FCB54C350A> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x11af4e000 -   
    0x11af50ff7  com.apple.music.apps.common.resources 9.1.8 (280.4) <9FC76C8D-3763-4E4A-DB35-391B07A6FFA8> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x11af55000 -   
    0x11af57ff7  com.apple.music.apps.ebp.resources 9.1.8 (280.4) <2DEA037D-ABCE-771A-618B-091741F6CA7B> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x11af5c000 -   
    0x11af5eff7  com.apple.music.apps.efx.resources 9.1.8 (280.4) <EB5DB45A-C432-2C90-C708-27D5F5EC236A> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x11af63000 -   
    0x11af65ff7  com.apple.music.apps.egt.resources 9.1.8 (280.4) <FAB354A9-88A1-619A-1ECA-A351EADB5A2E> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x11af6a000 -   
    0x11af6cff7  com.apple.music.apps.emx.resources 9.1.8 (280.4) <19FD59CE-314B-6B4B-CEE8-C7BF9DF7F4EB> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x11af71000 -   
    0x11af73ff7  com.apple.music.apps.es1.resources 9.1.8 (280.4) <4BD052E1-1BD4-3C73-93D6-D63493167CB6> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x11af78000 -   
    0x11af7aff7  com.apple.music.apps.es2.resources 9.1.8 (280.4) <31CBF3C9-AD64-1A86-1F99-D362B594F840> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x11af7f000 -   
    0x11af81ff7  com.apple.music.apps.esp.resources 9.1.8 (280.4) <0EA44B59-2772-F013-CF49-B66EE4C77EEB> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x11af86000 -   
    0x11af88ff7  com.apple.music.apps.evb3.resources 9.1.8 (280.4) <F0F73B5A-E44A-FF5C-4C54-0F5B677BFB18> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x11af8d000 -   
    0x11af8fff7  com.apple.music.apps.evd6.resources 9.1.8 (280.4) <45B1F3EB-45CB-418F-A408-C42F7F93802A> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x11af94000 -   
    0x11af96ff7  com.apple.music.apps.evoc.resources 9.1.8 (280.4) <91478393-E7C9-5292-FCA9-83559B588E6E> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x11af9b000 -   
    0x11af9dff7  com.apple.music.apps.evp88.resources 9.1.8 (280.4) <9FAC293E-E8B9-C2D9-F102-D5BFC0AA1DC5> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x11afa2000 -   
    0x11afa4ff7  com.apple.music.apps.exs24.resources 9.1.8 (280.4) <E79F0236-D02B-D3E7-B929-701CEDE000F6> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x11afa9000 -   
    0x11afabff7  com.apple.music.apps.guitaramp.resources 9.1.8 (280.4) <73AC87D5-215E-2FAC-05A2-28A7E9574F5C> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x11afb5000 -   
    0x11afbdff7  com.apple.proapps.mrcheckpro 1.4 (397) <9B320059-8D28-D7DA-8CD4-B42796969065> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x11afe9000 -   
    0x11afebff7  com.apple.music.apps.guitarcontrols.resources 9.1.8 (280.4) <B005E199-DCEE-5935-8E34-48FA59352663> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x11aff0000 -   
    0x11aff2ff7  com.apple.music.apps.mutapdel.resources 9.1.8 (280.4) <392017D1-219B-4AA4-71CF-BAAC4D574FE1> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x11aff7000 -   
    0x11aff9ff7  com.apple.music.apps.pedalboard.resources 9.1.8 (280.4) <F95D6A0D-0179-F17B-59A5-B3B0007E426D> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x11ca02000 -   
    0x11ca28fff  GLRendererFloat ??? (???) <38621D22-8F49-F937-851B-E21BD49A8A88> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x11caa6000 -   
    0x11caa8fef  com.apple.textencoding.unicode 2.3 (2.3) <D95D796E-4D14-665C-F439-4652C0CD453F> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x11cab3000 -   
    0x11cab5fe7  com.apple.music.apps.midi.device.plugin.CS-32 9.1.8 (198.73) <4427150E-7710-4983-8CD5-CE6C4F2AE97C> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0x11cabd000 -   
    0x11cac0ff7  com.apple.music.apps.midi.device.plugin.FW-1884 9.1.8 (198.73) <89696612-EE45-1A1D-CB75-3FEBEE46EF1A> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
    0x11cacc000 -   
    0x11caceff7  com.apple.music.apps.revolver.resources 9.1.8 (280.4) <77102719-1007-5153-B8B3-9EC9FAC4C0BD> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x11cad3000 -   
    0x11cad5ff7  com.apple.music.apps.sphere.resources 9.1.8 (280.4) <3579177A-

    here's another one if that helps:
    Process:    
    Logic Pro [914]
    Path:       
    /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: 
    com.apple.logic.pro
    Version:    
    9.1.8 (1700.67)
    Build Info: 
    Logic-17006700~1
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [107]
    Date/Time:  
    2014-05-25 15:23:56.045 +0100
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    207288 sec
    Crashes Since Last Report:      
    19
    Per-App Interval Since Last Report:  95652 sec
    Per-App Crashes Since Last Report:   18
    Anonymous UUID:                 
    7A6C67A1-B014-4C31-988F-AFA17F3616E5
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  16
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreGraphics   
    0x00007fff89d17230 _CGSSynchronizeWindowBackingStore + 97
    3   com.apple.CoreGraphics   
    0x00007fff89cfcda9 _CGSLockWindow + 4515
    4   com.apple.CoreGraphics   
    0x00007fff89d0393f CGSDeviceLock + 535
    5   libRIP.A.dylib           
    0x00007fff81362e7b ripd_Lock + 46
    6   libRIP.A.dylib           
    0x00007fff813691f9 ripl_BltImage + 294
    7   libRIP.A.dylib           
    0x00007fff81368e61 ripc_RenderImage + 323
    8   libRIP.A.dylib           
    0x00007fff81366f96 ripc_DrawImage + 2411
    9   com.apple.CoreGraphics   
    0x00007fff89d39c0a CGContextDrawImage + 446
    10  com.apple.logic.pro      
    0x00000001006fe71f CSeqEvHdr_Templ<CEvMarker, (TSeqEvHdrType)3, CEv, CEv, std::allocator<CEvMarker> >::EvValidAt(TSignedPureClock) + 38191
    11  com.apple.logic.pro      
    0x000000010051431d std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 193149
    12  com.apple.logic.pro      
    0x0000000100516632 std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 202130
    13  com.apple.logic.pro      
    0x000000010039ad89 std::vector<POINT, std::allocator<POINT> >::erase(__gnu_cxx::__normal_iterator<POINT*, std::vector<POINT, std::allocator<POINT> > >, __gnu_cxx::__normal_iterator<POINT*, std::vector<POINT, std::allocator<POINT> > >) + 19433
    14  com.apple.logic.pro      
    0x000000010050e691 std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 169457
    15  com.apple.logic.pro      
    0x000000010050ea5f std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 170431
    16  com.apple.logic.pro      
    0x00000001005238ee std::vector<unsigned int, std::allocator<unsigned int> >::reserve(unsigned long) + 256078
    17  com.apple.logic.pro      
    0x00000001001aebf8 std::vector<TTempoWarpMerge, std::allocator<TTempoWarpMerge> >::reserve(unsigned long) + 162440
    18  com.apple.logic.pro      
    0x00000001005de46f std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 418447
    19  com.apple.logic.pro      
    0x00000001005d0a4a std::_Rb_tree<std::string, std::pair<std::string const, TOSCMessageData>, std::_Select1st<std::pair<std::string const, TOSCMessageData> >, std::less<std::string>, std::allocator<std::pair<std::string const, TOSCMessageData> > >::insert_unique(std::_Rb_tree_iterator<std::pair<std::string const, TOSCMessageData> >, std::pair<std::string const, TOSCMessageData> const&) + 362602
    20  com.apple.logic.pro      
    0x00000001006ca645 std::_Rb_tree<TPureClock, std::pair<TPureClock const, EuControlSwitch*>, std::_Select1st<std::pair<TPureClock const, EuControlSwitch*> >, std::less<TPureClock>, std::allocator<std::pair<TPureClock const, EuControlSwitch*> > >::insert_unique(std::pair<TPureClock const, EuControlSwitch*> const&) + 269701
    21  com.apple.AppKit         
    0x00007fff81cbcd75 -[NSView _drawRect:clip:] + 3566
    22  com.apple.AppKit         
    0x00007fff81cba54b -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 2112
    23  com.apple.AppKit         
    0x00007fff81cbaed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    24  com.apple.AppKit         
    0x00007fff81cbaed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    25  com.apple.AppKit         
    0x00007fff81cbaed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    26  com.apple.AppKit         
    0x00007fff81cbaed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    27  com.apple.AppKit         
    0x00007fff81cb9b2c -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
    28  com.apple.prokit         
    0x000000010123662d -[NSProWindowFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 85
    29  com.apple.AppKit         
    0x00007fff81cb63de -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    30  com.apple.AppKit         
    0x00007fff81c2fc0e -[NSView displayIfNeeded] + 969
    31  com.apple.AppKit         
    0x00007fff81c2aaba _handleWindowNeedsDisplay + 678
    32  com.apple.CoreFoundation 
    0x00007fff83a27b07 __CFRunLoopDoObservers + 519
    33  com.apple.CoreFoundation 
    0x00007fff83a03434 __CFRunLoopRun + 468
    34  com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    35  com.apple.HIToolbox      
    0x00007fff8849d74e RunCurrentEventLoopInMode + 333
    36  com.apple.HIToolbox      
    0x00007fff8849d553 ReceiveNextEventCommon + 310
    37  com.apple.HIToolbox      
    0x00007fff8849d40c BlockUntilNextEventMatchingListInMode + 59
    38  com.apple.AppKit         
    0x00007fff81bffeb2 _DPSNextEvent + 708
    39  com.apple.AppKit         
    0x00007fff81bff801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    40  com.apple.AppKit         
    0x00007fff81bc568f -[NSApplication run] + 395
    41  com.apple.prokit         
    0x000000010120d04b NSProApplicationMain + 267
    42  com.apple.logic.pro      
    0x000000010002aa58 DummyConnection::DummyConnection() + 86
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib        
    0x00007fff803dcc0a kevent + 10
    1   libSystem.B.dylib        
    0x00007fff803deadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib        
    0x00007fff803de7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib        
    0x00007fff803de2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib        
    0x00007fff803ddc08 _pthread_wqthread + 353
    5   libSystem.B.dylib        
    0x00007fff803ddaa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreFoundation 
    0x00007fff83a03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation     
    0x00007fff806fb14f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation     
    0x00007fff8067c114 __NSThread__main__ + 1429
    6   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    7   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 3:  com.apple.CFSocket.private
    0   libSystem.B.dylib        
    0x00007fff80407932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation 
    0x00007fff83a25468 __CFSocketManager + 824
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.apple.music.apps.MAFiles 
    0x00000001030384d4 ExtendedAudioFileScheduler::WorkerThreadProc() + 100
    3   com.apple.music.apps.MAFiles 
    0x0000000103038589 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.apple.music.apps.MAFiles 
    0x00000001030384d4 ExtendedAudioFileScheduler::WorkerThreadProc() + 100
    3   com.apple.music.apps.MAFiles 
    0x0000000103038589 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib        
    0x00007fff803c3dda semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib        
    0x00007fff80402772 _pthread_cond_wait + 1015
    2   com.apple.audio.CoreAudio
    0x00007fff83b6768c CAGuard::WaitFor(unsigned long long) + 168
    3   com.apple.audio.CoreAudio
    0x00007fff83b69c1b CAGuard::WaitUntil(unsigned long long) + 185
    4   com.apple.audio.CoreAudio
    0x00007fff83b67d85 HP_IOThread::WorkLoop() + 1369
    5   com.apple.audio.CoreAudio
    0x00007fff83b67827 HP_IOThread::ThreadEntry(HP_IOThread*) + 9
    6   com.apple.audio.CoreAudio
    0x00007fff83b67755 CAPThread::Entry(CAPThread*) + 125
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib        
    0x00007fff803c3e82 mach_wait_until + 10
    1   ...ple.CoreServices.CarbonCore
    0x00007fff826b4df5 MPDelayUntil + 28
    2   ...ple.CoreServices.CarbonCore
    0x00007fff826c3361 Delay + 93
    3   ...opellerheads.rewire.library
    0x000000012645a27b RWIsReWireMixerAppRunningImp + 31035
    4   ...opellerheads.rewire.library
    0x0000000126467c59 RWIsReWireMixerAppRunningImp + 86809
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   ...ropellerheads.reason.engine
    0x00000001274ff408 RWDEFLaunchPanelApp + 3224984
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117f2b MD::CallProcessThread1(void*) + 299
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117d0e MD::CallProcessThread2(void*) + 302
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103117a35 MD::CallProcessThread3(void*) + 85
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x00000001031161ee MD::CallProcessThread15(void*) + 302
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff8044b9ac sleep + 61
    3   ...sic.apps.MAAudioUnitSupport
    0x00000001010ce98a CAudioUnitClient::WatchDog(void*) + 26
    4   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    5   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...le.music.apps.MAAudioEngine
    0x0000000103132cd0 CAudioFileBlockManager::GetBlock(MDFile const*, long, int) + 2064
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.audio.midi.CoreMIDI
    0x00000001016eb9c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI
    0x000000010170873d MIDIProcess::RunMIDIInThread() + 147
    4   com.apple.audio.midi.CoreMIDI
    0x00000001016ecace XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI
    0x00000001016ec509 CAPThread::Entry(CAPThread*) + 67
    6   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    7   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 16 Crashed:
    0   libSystem.B.dylib        
    0x00007fff804369ce __semwait_signal_nocancel + 10
    1   libSystem.B.dylib        
    0x00007fff804368d0 nanosleep$NOCANCEL + 129
    2   libSystem.B.dylib        
    0x00007fff804933ce usleep$NOCANCEL + 57
    3   libSystem.B.dylib        
    0x00007fff804b29a1 __abort + 113
    4   libSystem.B.dylib        
    0x00007fff804b2a05 abort_report_np + 0
    5   com.apple.logic.pro      
    0x00000001003b3226 std::_Rb_tree<short, std::pair<short const, CGRect>, std::_Select1st<std::pair<short const, CGRect> >, std::less<short>, std::allocator<std::pair<short const, CGRect> > >::_M_erase(std::_Rb_tree_node<std::pair<short const, CGRect> >*) + 98486
    6   libSystem.B.dylib        
    0x00007fff804241ba _sigtramp + 26
    7   ???                      
    0x000000012ca1f910 0 + 5043779856
    8   com.apple.logic.pro      
    0x000000010035a146 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 58566
    9   com.apple.logic.pro      
    0x0000000100353c8f void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 32783
    10  com.apple.logic.pro      
    0x00000001003514a6 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 22566
    11  com.apple.logic.pro      
    0x0000000100356e02 void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 45442
    12  com.apple.logic.pro      
    0x000000010034f52a void std::__introsort_loop<__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long>(__gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, __gnu_cxx::__normal_iterator<TMixerStrip*, std::vector<TMixerStrip, std::allocator<TMixerStrip> > >, long) + 14506
    13  ...ple.CoreServices.CarbonCore
    0x00007fff826c369f TimerThread + 294
    14  libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    15  libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 17:
    0   libSystem.B.dylib        
    0x00007fff80407932 select$DARWIN_EXTSN + 10
    1   com.apple.logic.pro      
    0x00000001009101f2 std::vector<std::pair<double, AttachedTimerListener>, std::allocator<std::pair<double, AttachedTimerListener> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<std::pair<double, AttachedTimerListener>*, std::vector<std::pair<double, AttachedTimerListener>, std::allocator<std::pair<double, AttachedTimerListener> > > >, std::pair<double, AttachedTimerListener> const&) + 1554
    2   com.apple.logic.pro      
    0x000000010055859d std::vector<TOSCService, std::allocator<TOSCService> >::erase(__gnu_cxx::__normal_iterator<TOSCService*, std::vector<TOSCService, std::allocator<TOSCService> > >, __gnu_cxx::__normal_iterator<TOSCService*, std::vector<TOSCService, std::allocator<TOSCService> > >) + 40333
    3   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    4   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 18:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f85f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f85f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 20:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f85f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 21:
    0   libSystem.B.dylib        
    0x00007fff803c3dce semaphore_timedwait_trap + 10
    1   com.eastwest.Play        
    0x000000012f85f73c ousia::Streams::OSXVoiceFeeder::run(int) + 252
    2   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    3   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 22:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   ...st.midi.wordbuildervstplayj
    0x000000013757b29f juce::WaitableEventImpl::wait(int) + 57
    3   ...st.midi.wordbuildervstplayj
    0x000000013756d3c4 juce::WaitableEvent::wait(int) const + 12
    4   ...st.midi.wordbuildervstplayj
    0x000000013758d105 juce::Thread::wait(int) const + 13
    5   ...st.midi.wordbuildervstplayj
    0x0000000137453c8d MyTimerThread::run() + 69
    6   ...st.midi.wordbuildervstplayj
    0x000000013758d53e juce::Thread::threadEntryPoint() + 86
    7   ...st.midi.wordbuildervstplayj
    0x00000001375747dd juce::threadEntryProc(void*) + 29
    8   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    9   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 23:
    0   libSystem.B.dylib        
    0x00007fff803c3d7a mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x00007fff803c43ed mach_msg + 59
    2   com.apple.CoreFoundation 
    0x00007fff83a03902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation 
    0x00007fff83a02d8f CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation 
    0x00007fff83a02b16 CFRunLoopRun + 70
    5   com.eastwest.Play        
    0x000000012fa5896d CUSBDeviceNotifyThread::M192D295BF6D8B650() + 325
    6   com.eastwest.Play        
    0x000000012fa59324 CPThread::thread_routine(void*) + 112
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 24:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   com.eastwest.Play        
    0x000000012fa5952f CPTTimer::M192D295BF6D8B650() + 103
    4   com.eastwest.Play        
    0x000000012fa59324 CPThread::thread_routine(void*) + 112
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 25:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   ...nth 5.MusicDevice.component
    0x000000013c3ddebe ProgramChangeThread::run() + 30
    4   ...nth 5.MusicDevice.component
    0x000000013c87e949 NI::GP::Thread::execute(void*) + 73
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 26:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 27:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff803fe8f9 nanosleep + 148
    2   libSystem.B.dylib        
    0x00007fff803fe863 usleep + 57
    3   ...nth 5.MusicDevice.component
    0x000000013c3ddebe ProgramChangeThread::run() + 30
    4   ...nth 5.MusicDevice.component
    0x000000013c87e949 NI::GP::Thread::execute(void*) + 73
    5   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    6   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 28:
    0   libSystem.B.dylib        
    0x00007fff803dda2a __workq_kernreturn + 10
    1   libSystem.B.dylib        
    0x00007fff803dde3c _pthread_wqthread + 917
    2   libSystem.B.dylib        
    0x00007fff803ddaa5 start_wqthread + 13
    Thread 29:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af8ec juce::WaitableEventImpl::wait(int) + 186
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f6bedeb juce::Thread::wait(int) const + 13
    5   com.eastwest.Play        
    0x000000012f5c96c8 juce::InternalTimerThread::run() + 180
    6   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    7   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    8   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    9   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 30:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 31:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 32:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 33:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 34:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 35:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 36:
    0   libSystem.B.dylib        
    0x00007fff803fea6a __semwait_signal + 10
    1   libSystem.B.dylib        
    0x00007fff80402881 _pthread_cond_wait + 1286
    2   com.eastwest.Play        
    0x000000012f6af86b juce::WaitableEventImpl::wait(int) + 57
    3   com.eastwest.Play        
    0x000000012f6a4ef2 juce::WaitableEvent::wait(int) const + 12
    4   com.eastwest.Play        
    0x000000012f7ce365 ousia::PartConvolution::Process::run() + 53
    5   com.eastwest.Play        
    0x000000012f6bf25b juce::Thread::threadEntryPoint() + 91
    6   com.eastwest.Play        
    0x000000012f6ab1b0 juce::threadEntryProc(void*) + 29
    7   libSystem.B.dylib        
    0x00007fff803fcfd6 _pthread_start + 331
    8   libSystem.B.dylib        
    0x00007fff803fce89 thread_start + 13
    Thread 16 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x000000012ca1f240  rcx: 0x000000012ca1f1f8  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x000000012ca1f230  rsp: 0x000000012ca1f1f8
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0xffffff80002e4730
      r12: 0x0000000000000000  r13: 0x0000000147715b1a  r14: 0x0000000147683000  r15: 0x0000000000000000
      rip: 0x00007fff804369ce  rfl: 0x0000000000000247  cr2: 0x0000000151964834
    Binary Images:
    0x100000000 -   
    0x100c18fef  com.apple.logic.pro 9.1.8 (1700.67) <5CBBDF7C-6505-0A14-61F1-483839F57524> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0x101086000 -   
    0x1010a4fef  com.apple.XSKey 1.0.0 (52) <800DD908-E341-2BCD-11D9-DEAC7E8197E9> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x1010b6000 -   
    0x1010f0ff7  com.apple.music.apps.MAAudioUnitSupport 9.1.8 (233.53) <B5939861-E5F9-3218-0989-4ED074B1323D> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0x101113000 -   
    0x101141ff7  com.apple.musicaudiodataservices 1.1 (251.4) <93B2F8C3-E091-C1CA-8932-91840CC968BC> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0x101153000 -   
    0x1011b6ff7  com.apple.music.apps.MALoopManagement 9.1.8 (219.66) <FE447B07-89A4-E025-DFB8-4C71A0EFEBF0> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0x1011ed000 -   
    0x10147bff7  com.apple.prokit 7.0.1 (1331.1) <0C6C56BB-83E2-7090-90D0-C9005C955F8A> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1015fd000 -   
    0x101693fe7  com.apple.music.apps.MACore 9.1.8 (477.58) <3E8020EA-9B42-63A5-613D-FD2D7675546F> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x1016dd000 -   
    0x10172dff7  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <872D18F1-18CB-DDC1-FBC8-B144604A39B1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x101755000 -   
    0x1017b3fef  com.apple.music.apps.MAHarmony 9.1.8 (199.72) <EE991E63-1236-765D-3C95-4AE3494B295C> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x1017db000 -   
    0x101c1cfff  com.apple.music.apps.MAPlugInGUI 9.1.8 (424.79) <6FEA2031-69A3-9209-54EF-36BA3DAD1883> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x101ee0000 -   
    0x101fbcfff  com.apple.music.apps.OMF 9.1.8 (109.7) <F72235D0-517D-CCCB-3B91-78396786EB34> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x101fdb000 -   
    0x10260bfef  com.apple.music.apps.MADSP 9.1.8 (588.98) <D794D156-112C-29E3-EB9D-62604A9807DE> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x102e69000 -   
    0x102e8eff7  com.apple.music.apps.LogicFileBrowser 9.1.8 (1700.67) <8E130979-83FB-56BD-DE18-A723A94B7530> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x102ea1000 -   
    0x102f1ffff  com.apple.music.apps.LogicLoopBrowser 9.1.8 (1700.67) <47AF47CE-F6A1-E025-96FA-5C30EAFA13BC> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x102f4e000 -   
    0x102f72ff7  com.apple.music.apps.MAApogeeSupport 9.1.8 (313.26) <6384895C-60D4-CE0B-0E86-673A20A34D36> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x102f80000 -   
    0x102f85fff  com.apple.music.apps.MAResources 9.1.8 (212.66) <0E66AB42-6F37-9AE7-8766-264DAE455688> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x102f88000 -   
    0x102fb4fff  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <45C04031-42F8-D096-1CC3-0CA266FDAC61> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x102fcd000 -   
    0x102fe0ff7  com.apple.AERegistration 1.2 (401) <A424BA9F-0DD7-BE25-2738-4BCD22F0BB2A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x102ff9000 -   
    0x103006fff  com.apple.music.apps.MAUnitTest 9.1.8 (97.27) <8AF973F8-CBB2-931B-6BFC-D4BCB8A434F6> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x10300f000 -   
    0x1030cafe7  com.apple.music.apps.MAFiles 9.1.8 (144.87) <F9F3C7E2-46F5-0EC3-7297-096AEB83BFD6> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x103103000 -   
    0x10317ffe7  com.apple.music.apps.MAAudioEngine 9.1.8 (158.42) <6944C1FC-7ACD-53A2-5095-E017C39D8CBA> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x1031f3000 -   
    0x1031fefff  com.apple.music.apps.MAToolKit 9.1.8 (359.28) <B9729EDA-E5DB-C831-E473-EED9C906AAA0> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x103205000 -   
    0x103213ff7  com.apple.music.apps.MAVideo 9.1.8 (12.70) <19D30553-8BFE-4F8C-D13E-0D3139AAC22B> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x10321b000 -   
    0x103301fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <64B3566E-5F3A-A466-ED3F-B91F4B3E5F56> /usr/lib/libcrypto.0.9.7.dylib
    0x103359000 -   
    0x103407fec  com.apple.MobileMe 9 (1.01) <F322542E-D3BB-7861-602A-3F405F2BD61B> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x10372b000 -   
    0x10372dfe7  com.apple.music.apps.midi.device.plugin.CS-32 9.1.8 (198.73) <4427150E-7710-4983-8CD5-CE6C4F2AE97C> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0x103735000 -   
    0x103738ff7  com.apple.music.apps.midi.device.plugin.FW-1884 9.1.8 (198.73) <89696612-EE45-1A1D-CB75-3FEBEE46EF1A> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884

  • Safari, App Store, Dashboard.. all crash with same error. Please help

    Hi
    I got a new Macbook pro.  And applications crash as soon as they start.  Happens for almost all Apple applications. (My MS Office, firefox, chrome etc all work excellent)
    Here is the report -
    Does anyone have any idea whats going on and how to fix this?
    Thanks,
    Nilesh
    Process:         Safari [3274]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.5 (6533.21.1)
    Build Info:      WebBrowser-75332101~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [581]
    Date/Time:       2011-06-28 17:20:31.934 -0700
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          44154 sec
    Crashes Since Last Report:           74
    Per-App Interval Since Last Report:  346 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      7757F93D-2C1C-4D18-9D37-D70521782E8F
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                 0x00007fff811ac8f1 WebCore::markDOMObjectWrapper(JSC::MarkStack&, JSC::JSGlobalData&, void*) + 33
    1   com.apple.WebCore                 0x00007fff811acb22 WebCore::JSDocument::markChildren(JSC::MarkStack&) + 114
    2   com.apple.JavaScriptCore          0x00007fff84878227 JSC::MarkStack::markChildren(JSC::JSCell*) + 343
    3   com.apple.JavaScriptCore          0x00007fff84878044 JSC::Heap::markConservatively(JSC::MarkStack&, void*, void*) + 676
    4   com.apple.JavaScriptCore          0x00007fff84879936 JSC::JSGlobalObject::markChildren(JSC::MarkStack&) + 4198
    5   com.apple.WebCore                 0x00007fff811ac45e WebCore::JSDOMGlobalObject::markChildren(JSC::MarkStack&) + 30
    6   com.apple.WebCore                 0x00007fff811ac14d WebCore::JSDOMWindow::markChildren(JSC::MarkStack&) + 29
    7   com.apple.JavaScriptCore          0x00007fff84878227 JSC::MarkStack::markChildren(JSC::JSCell*) + 343
    8   com.apple.JavaScriptCore          0x00007fff84878024 JSC::Heap::markConservatively(JSC::MarkStack&, void*, void*) + 644
    9   com.apple.JavaScriptCore          0x00007fff84877d84 JSC::Heap::markCurrentThreadConservativelyInternal(JSC::MarkStack&) + 52
    10  com.apple.JavaScriptCore          0x00007fff84877d48 JSC::Heap::markCurrentThreadConservatively(JSC::MarkStack&) + 40
    11  com.apple.JavaScriptCore          0x00007fff84877c95 JSC::Heap::markStackObjectsConservatively(JSC::MarkStack&) + 21
    12  com.apple.JavaScriptCore          0x00007fff84877968 JSC::Heap::markRoots() + 136
    13  com.apple.JavaScriptCore          0x00007fff84895b31 JSC::Heap::reset() + 17
    14  com.apple.JavaScriptCore          0x00007fff847da17d JSC::Heap::allocate(unsigned long) + 109
    15  com.apple.JavaScriptCore          0x00007fff847de729 JSC::InternalFunction::InternalFunction(JSC::JSGlobalData*, ***::NonNullPassRefPtr<JSC::Structure>, JSC::Identifier const&) + 313
    16  com.apple.JavaScriptCore          0x00007fff8481d291 JSC::JSFunction::JSFunction(JSC::ExecState*, ***::NonNullPassRefPtr<JSC::FunctionExecutable>, JSC::ScopeChainNode*) + 81
    17  com.apple.JavaScriptCore          0x00007fff8481d203 cti_op_new_func + 83
    18  ???                               0x0000220af42529dc 0 + 37430441093596
    19  com.apple.JavaScriptCore          0x00007fff848081cf JSC::Interpreter::execute(JSC::ProgramExecutable*, JSC::ExecState*, JSC::ScopeChainNode*, JSC::JSObject*, JSC::JSValue*) + 495
    20  ???                               000000000000000000 0 + 0
    21  ???                               0x0000000280000003 0 + 10737418243
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff86963c0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff86965add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff869657b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff869652de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff86964c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff86964aa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                 0x00007fff86964a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff86964e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff86964aa5 start_wqthread + 13
    Thread 3:  WebCore: IconDatabase
    0   libSystem.B.dylib                 0x00007fff86985a6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff86989881 _pthread_cond_wait + 1286
    2   com.apple.WebCore                 0x00007fff80ffb199 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                 0x00007fff80ff729c WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                 0x00007fff86983fd6 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff86983e89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                 0x00007fff86964a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff86964e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff86964aa5 start_wqthread + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                 0x00007fff8694ad7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff8694b3ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff8752c932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff8752bdbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                  0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                  0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                 0x00007fff86983fd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff86983e89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                 0x00007fff8694ad7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff8694b3ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff8752c932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff8752bdbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation              0x00007fff894be23f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation              0x00007fff8943f204 __NSThread__main__ + 1429
    6   libSystem.B.dylib                 0x00007fff86983fd6 _pthread_start + 331
    7   libSystem.B.dylib                 0x00007fff86983e89 thread_start + 13
    Thread 7:  com.apple.CFSocket.private
    0   libSystem.B.dylib                 0x00007fff8698e932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation          0x00007fff8754e498 __CFSocketManager + 824
    2   libSystem.B.dylib                 0x00007fff86983fd6 _pthread_start + 331
    3   libSystem.B.dylib                 0x00007fff86983e89 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000011b4b7cd8  rbx: 0x0000000000000008  rcx: 0x0000000000000003  rdx: 0x000000011b4b7cd8
      rdi: 0x0000000100daba90  rsi: 0x0000000000000008  rbp: 0x00007fff5fbfc8d0  rsp: 0x00007fff5fbfc880
       r8: 0x00000000e23f50ff   r9: 0x000000005d4aa25d  r10: 0x000000000000007f  r11: 0x000000011b347368
      r12: 0x0000000100daba90  r13: 0x0000000100daba90  r14: 0x0000000000000001  r15: 0x0000000100daba90
      rip: 0x00007fff811ac8f1  rfl: 0x0000000000010206  cr2: 0x0000000000000010
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.5 (6533.21.1) <B81D1199-542C-D929-A1CA-A139EA6262C1> /Applications/Safari.app/Contents/MacOS/Safari
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <DB8B8AB0-0C97-B51C-BE8B-B79895735A33> /usr/lib/dyld
        0x7fff80033000 -     0x7fff8047afef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff80574000 -     0x7fff8058dfff  com.apple.CFOpenDirectory 10.6 (10.6) <11FAE9D5-6BD2-D302-96B0-2E135049CAA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8058e000 -     0x7fff8060aff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8060b000 -     0x7fff806a5fe7  com.apple.ApplicationServices.ATS 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff80734000 -     0x7fff8076dff7  com.apple.MeshKit 1.1 (49.2) <B85DDDC7-4053-4DB8-E1B5-AA0CBD4CDD1C> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff8076e000 -     0x7fff80c74ff7  com.apple.VideoToolbox 0.484.52 (484.52) <FA1B8197-8F5F-73CB-A9A1-49E0FB49CF51> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff80c75000 -     0x7fff80c89fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff80ceb000 -     0x7fff80dacfff  libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff80dad000 -     0x7fff80e4dfff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff80ebb000 -     0x7fff80ecafff  com.apple.NetFS 3.2.2 (3.2.2) <84419796-36C9-DDCF-5FD1-0C96499EB63E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff80ecb000 -     0x7fff80ed0ff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff80ed1000 -     0x7fff80ee6ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff80efb000 -     0x7fff80f0fff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff80f10000 -     0x7fff80f59ff7  com.apple.securityinterface 4.0.1 (40418) <1C1BD8E9-F128-CE8C-0C20-F29882B8AC32> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff80fa9000 -     0x7fff80fb8fff  libxar.1.dylib ??? (???) <D599B824-2CD1-879B-8468-CF0C85EF3BA5> /usr/lib/libxar.1.dylib
        0x7fff80fb9000 -     0x7fff80ff4fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff80ff5000 -     0x7fff81c70fef  com.apple.WebCore 6533.21 (6533.21.1) <15CE3700-C6DC-7F94-5394-4CF78040A40D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff81c7f000 -     0x7fff81cc6fff  com.apple.QuickLookFramework 2.3 (327.6) <115BCFBD-8BC8-9E9D-BE04-2EC05EF78CC0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff81cf4000 -     0x7fff81d11ff7  libPng.dylib ??? (???) <4815A8F2-24A0-E783-8A5A-7B4959F562D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff81dca000 -     0x7fff8200cfe7  com.apple.AddressBook.framework 5.0.4 (883) <2192ED27-0C79-748F-E590-E1D08845A0D5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8200d000 -     0x7fff8200efff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff8200f000 -     0x7fff82a09ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff82a0a000 -     0x7fff82a87fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff82a8b000 -     0x7fff82abcfff  libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff82ae5000 -     0x7fff82b10ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff82b11000 -     0x7fff82b52fff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff82b53000 -     0x7fff82b56ff7  com.apple.securityhi 4.0 (36638) <4497AC9D-4AD5-5155-B8B8-D47E694613A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff82b57000 -     0x7fff83361fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff83362000 -     0x7fff83363fff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
        0x7fff8337a000 -     0x7fff8342afff  edu.mit.Kerberos 6.5.11 (6.5.11) <CDA011E3-18C9-1573-3A31-497404CD6675> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8342b000 -     0x7fff8342cff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8342d000 -     0x7fff8346afff  com.apple.LDAPFramework 2.0 (120.1) <E5FA9339-4812-E8FE-C366-EE3DC975DBC6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff83472000 -     0x7fff83473ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8347c000 -     0x7fff834fefff  com.apple.QuickLookUIFramework 2.3 (327.6) <8BAA8E90-D3EB-A783-B3CF-501BBF793892> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff83660000 -     0x7fff83663fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff83664000 -     0x7fff8371aff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff8371b000 -     0x7fff8373efff  com.apple.opencl 12.3.6 (12.3.6) <534AD81C-32AB-4C9A-5E0E-D6C6E77FA946> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8373f000 -     0x7fff83750fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff83793000 -     0x7fff837fffe7  com.apple.CorePDF 1.4 (1.4) <06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff83800000 -     0x7fff8388ffff  com.apple.PDFKit 2.5.1 (2.5.1) <C0E3AE4B-E71A-16D8-0D51-FB7D3E3AD793> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff83890000 -     0x7fff83975fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff83976000 -     0x7fff83a9eff7  com.apple.MediaToolbox 0.484.52 (484.52) <F03DAC32-79DB-EA5A-9B8D-CB288AF91A56> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff83a9f000 -     0x7fff83a9fff7  com.apple.Carbon 150 (152) <F31CA1DA-A54B-FEDC-2101-5E902A36DA6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff83aa0000 -     0x7fff83aa4ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff83ca9000 -     0x7fff83ceefff  com.apple.CoreMediaIOServices 140.0 (1496) <D93293EB-0B84-E97D-E78C-9FE8D48AF58E> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff83cef000 -     0x7fff83cfafff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff83cfb000 -     0x7fff83d07fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <A21B7E3A-1EDD-7684-ACC1-72587034A020> /usr/lib/libbz2.1.0.dylib
        0x7fff83d47000 -     0x7fff83db1fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff83db2000 -     0x7fff83e14fe7  com.apple.datadetectorscore 2.0 (80.7) <A73D45FA-8957-6616-3776-593BE2927455> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff83e15000 -     0x7fff83e56fef  com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff83e57000 -     0x7fff83e7ffff  com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff83e80000 -     0x7fff83e8eff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff83e8f000 -     0x7fff841c3fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff841c4000 -     0x7fff841dfff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff841e0000 -     0x7fff8420ffff  com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff84210000 -     0x7fff8432afef  libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff8432b000 -     0x7fff8476efef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8476f000 -     0x7fff84775fff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff84776000 -     0x7fff847bdff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff847be000 -     0x7fff849acfef  com.apple.JavaScriptCore 6533.19 (6533.19.1) <493CE301-005E-94B3-9306-922DA36357FF> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff849ad000 -     0x7fff84d4afe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff84d4b000 -     0x7fff85049fff  com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8504a000 -     0x7fff8504aff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8504b000 -     0x7fff850d7fef  SecurityFoundation ??? (???) <92FAC546-34A0-E65F-05DE-8883D7FECBA4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff85428000 -     0x7fff85449fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9B7AEE96-D18E-5ECF-9837-BD5CFD397831> /usr/lib/libresolv.9.dylib
        0x7fff8544a000 -     0x7fff8549dff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8549e000 -     0x7fff855a2fff  com.apple.PubSub 1.0.5 (65.20) <8517E609-C5B9-F2C7-8FE1-8A79B28F070D> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff855ef000 -     0x7fff85639ff7  com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8563a000 -     0x7fff85644fff  com.apple.DisplayServicesFW 2.3.3 (289) <97F62F36-964A-3E17-2A26-A0EEF63F4BDE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff85645000 -     0x7fff85682ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff8569c000 -     0x7fff856b2fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff856b3000 -     0x7fff85871ff7  com.apple.ImageIO.framework 3.0.4 (3.0.4) <6212CA66-7B18-2AED-6AA8-45185F5D9A03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff85962000 -     0x7fff8599cfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
        0x7fff859b8000 -     0x7fff859b8ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff859b9000 -     0x7fff85a08ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <066A477D-C16C-A6FD-718F-0CE8D39807DE> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff85a09000 -     0x7fff85a1aff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
        0x7fff85a1d000 -     0x7fff85afaff7  com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff85afb000 -     0x7fff85b12fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff85c2b000 -     0x7fff85eb4ff7  com.apple.security 6.1.2 (55002) <4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff85f05000 -     0x7fff86075fff  com.apple.QTKit 7.7 (1783) <DE8DB97C-C058-B40C-492B-D652A30CF571> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff86076000 -     0x7fff861b4fff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8694a000 -     0x7fff86b0bfef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff86b0c000 -     0x7fff86bcdfef  com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff86bce000 -     0x7fff86c4dfe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff86c4e000 -     0x7fff86c59fff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff86de8000 -     0x7fff86e0fff7  libJPEG.dylib ??? (???) <B9AA5816-8CCB-AFCB-61FD-3820C6E8219D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff86e10000 -     0x7fff86e15fff  libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff86e16000 -     0x7fff86e7efff  com.apple.MeshKitRuntime 1.1 (49.2) <A490FE03-313D-1317-A9B8-25EF75CB1A81> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff86e7f000 -     0x7fff86efdff7  com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff86efe000 -     0x7fff86f3ffef  com.apple.CoreMedia 0.484.52 (484.52) <3F868AF8-1089-10C3-DCEB-565690FD9742> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff86f4c000 -     0x7fff87186fef  com.apple.imageKit 2.0.3 (1.0) <9EA216AF-82D6-201C-78E5-D027D85B51D6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff87187000 -     0x7fff871d0fef  libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff87293000 -     0x7fff872dffff  libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib
        0x7fff872e0000 -     0x7fff872e6ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff872e7000 -     0x7fff87332fef  com.apple.ImageCaptureCore 1.1 (1.1) <F23CA537-4F18-76FC-8D9C-ED6E645186FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff87333000 -     0x7fff8733afff  com.apple.OpenDirectory 10.6 (10.6) <13CECF72-D84B-2A88-CB0C-2092FDF0DB5D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8733b000 -     0x7fff87360ff7  com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff87361000 -     0x7fff873e6ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-8785-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff873e7000 -     0x7fff8742afef  libtidy.A.dylib ??? (???) <C32D1061-EF58-9DE1-6D6E-1286E58B83EB> /usr/lib/libtidy.A.dylib
        0x7fff8742b000 -     0x7fff87473ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff874ac000 -     0x7fff874dfff7  libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff874e0000 -     0x7fff87657fe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff87658000 -     0x7fff878c1fff  com.apple.QuartzComposer 4.2 ({156.30}) <C05B97F7-F543-C329-873D-097177226D79> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff878cc000 -     0x7fff87981fe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff87b07000 -     0x7fff87b97fff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff87bd3000 -     0x7fff87d08fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff87d09000 -     0x7fff87e28fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff87e29000 -     0x7fff87e9aff7  com.apple.AppleVAFramework 4.10.26 (4.10.26) <28C1B366-DF2B-111B-1863-0713B105D930> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff87ef9000 -     0x7fff87f0ffef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
        0x7fff87f45000 -     0x7fff87f4bff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff87f4c000 -     0x7fff87f4cff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff87f4d000 -     0x7fff87f9cfef  libTIFF.dylib ??? (???) <5DE9F066-9B64-CBE4-976A-CC7B8DD3C31A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff87f9d000 -     0x7fff8811bff7  com.apple.WebKit 6533.21 (6533.21.1) <C89E93DE-3BFD-2E7A-2A49-356885FA1CDE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8811c000 -     0x7fff88120ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff88196000 -     0x7fff88253fff  com.apple.CoreServices.OSServices 359 (359) <E8336204-1ACB-D433-D569-2CAA22A88F65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff88254000 -     0x7fff88263fef  com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff88264000 -     0x7fff88267ff7  libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff88268000 -     0x7fff882c8fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff882c9000 -     0x7fff883d3ff7  com.apple.MeshKitIO 1.1 (49.2) <D7227401-9DC9-C2CB-C83B-C2B10C61D4E4> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff883d4000 -     0x7fff883e5fff  SyndicationUI ??? (???) <53514778-2D8E-0638-6A5A-776F31681E51> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff883e6000 -     0x7fff883f8fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
        0x7fff884d2000 -     0x7fff885e9fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EF023D83-F9E9-834E-64C1-B2E26151F63B> /usr/lib/libxml2.2.dylib
        0x7fff88614000 -     0x7fff8864aff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8864b000 -     0x7fff8864bff7  com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff886a6000 -     0x7fff886b3fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff888be000 -     0x7fff888c9ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff88910000 -     0x7fff88acefff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff88acf000 -     0x7fff88acfff7  com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff88ad0000 -     0x7fff88b25ff7  com.apple.framework.familycontrols 2.0.2 (2020) <1E8D193F-3236-59AB-2242-14AD94128E81> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff88b26000 -     0x7fff89222ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff89223000 -     0x7fff89225fff  com.apple.print.framework.Print 6.1 (237.1) <87A5BEEC-2D37-5CB7-8B13-7B605397573F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff89228000 -     0x7fff89248ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <36051318-BDA1-E5D6-9751-055A10170980> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff89249000 -     0x7fff8924fff7  IOSurface ??? (???) <27E523B3-6BE6-7D7D-5002-2A0E7ED2DB3D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff89250000 -     0x7fff89252fff  libRadiance.dylib ??? (???) <76C1B129-6F25-E43C-1498-B1B88B37163B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8929e000 -     0x7fff8931bfef  com.apple.backup.framework 1.2.2 (1.2.2) <BB72F0C7-20E2-76DC-6764-5B93A7AC0EB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8931c000 -     0x7fff8935fff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8942d000 -     0x7fff8942dff7  com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8942e000 -     0x7fff896b0fe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff896b1000 -     0x7fff896b1ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff896b2000 -     0x7fff8976bfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
        0x7fff8976c000 -     0x7fff897a9ff7  libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff897aa000 -     0x7fff8987efe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8987f000 -     0x7fff89884fff  libGIF.dylib ??? (???) <95443F88-7D4C-1DEE-A323-A70F7A1B4B0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: MacBookPro8,2, BootROM MBP81.0047.B0E, 4 processors, Intel Core i7, 2.2 GHz, 8 GB, SMC 1.69f1
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 465.76 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 7
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: USB Optical Mouse, 0x046d  (Logitech Inc.), 0xc05a, 0xfd120000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

    If it's a new machine, then simply backup the small amount of files you have to a external drive or DVD/CD.
    Disconnect this and any other drive(s) devices.
    Stick the OS X install disk that came with your computer in and reboot holding c
    Second screen in the utilities menu has Disk Utility
    Select your drive on the left and click Erase > Format HFS+ Journaled > Security Option > Zero All Data (important)
    Let it rip, going to take a hour or so.
    When that's done quit and your back in the installer, install OS X.
    Reboot and go through the setup again, this time use Software Update right away and get on 10.6.8
    When you install programs, leave Microsoft and Adobe stuff for last and give some time (like a few days) between these installs. So you know which one is the problem.
    In fact it might be good to check for updates first before installing.
    There is a free office software that reads Office files, is a lot more stable than MS Office.
    http://www.libreoffice.org/
    (note: sometimes what happens is OS X is injected onto bad sectors on the drive at the factory, it causes a lot of glitches and unexplained behavior. The Disk Utility > Zero maps these sectors off and gives you a more stable computer)

  • My computer crashed with lightroom open, since restart I get a msg LR encounted an error when reading from its preview cache and needs to quit

    Hi All
    My computer crashed with lightroom open, since restart I get a msg 'LR encounted an error when reading from its preview cache and needs to quit'
    I'd appreciate any suggestions
    Many thanks

    Many thanks for your help, at lease the LR is working now. How do I rebuild previews and smart previews or will this happen automatically?
    Many thanks

  • FCP crashes when I try to open project, but only crashes with that ONE proj

    Hello,
    I have a BTS segment that I'm doing for a film and can't open the latest version of the project. It gets to about 12% and then crashes every time. My other projects open just fine, but not this one.
    Here is my system:
    iMac 2ghz
    2GB RAM
    Tiger 10.4.11
    FCP 6.0.5
    What I've tried thus far:
    Trashing prefs (says they are corrupted, I trash, reopen and says they are corrupted again)
    Trashing plist (just one, right?)
    Banging my head against the wall
    Any thoughts?
    Here is the log-Sorry for the length
    Date/Time: 2008-12-08 14:30:29.009 -0800
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Final Cut Pro
    Path: /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Parent: WindowServer [72]
    Version: 6.0.5 (6.0.5)
    Build Version: 24
    Project Name: FCPApp
    Source Version: 810171515
    PID: 489
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x0000000f
    Thread 0 Crashed:
    0 ...FinalCutPro.Plugins.Browser 0x0f122f7a MissingProc(long, long, KGDictInt*, MissingRec*) + 1760
    1 com.apple.FinalCutPro 0x0012a820 ReadMessageable + 630
    2 com.apple.FinalCutPro 0x0010fc66 ReadNotifiers + 482
    3 com.apple.FinalCutPro 0x0001f378 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 332
    4 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    5 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    6 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    7 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    8 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    9 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    10 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    11 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    12 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    13 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    14 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    15 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    16 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    17 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    18 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    19 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    20 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    21 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    22 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    23 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    24 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    25 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    26 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    27 com.apple.FinalCutPro 0x0012b21b KGTypeReadPtr + 61
    28 com.apple.FinalCutPro 0x000040ab KGDictReadArray + 341
    29 com.apple.FinalCutPro 0x00113da8 KGDictReadInternal + 142
    30 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    31 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    32 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    33 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    34 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    35 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    36 com.apple.FinalCutPro 0x0012b21b KGTypeReadPtr + 61
    37 com.apple.FinalCutPro 0x000040ab KGDictReadArray + 341
    38 com.apple.FinalCutPro 0x00113da8 KGDictReadInternal + 142
    39 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    40 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    41 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    42 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    43 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    44 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    45 com.apple.FinalCutPro 0x0012b21b KGTypeReadPtr + 61
    46 com.apple.FinalCutPro 0x000040ab KGDictReadArray + 341
    47 com.apple.FinalCutPro 0x00113da8 KGDictReadInternal + 142
    48 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    49 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    50 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    51 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    52 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    53 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    54 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    55 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    56 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    57 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    58 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    59 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    60 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    61 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    62 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    63 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    64 com.apple.FinalCutPro 0x0012b21b KGTypeReadPtr + 61
    65 com.apple.FinalCutPro 0x000040ab KGDictReadArray + 341
    66 com.apple.FinalCutPro 0x00113da8 KGDictReadInternal + 142
    67 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    68 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    69 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    70 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    71 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    72 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    73 com.apple.FinalCutPro 0x0012b21b KGTypeReadPtr + 61
    74 com.apple.FinalCutPro 0x000040ab KGDictReadArray + 341
    75 com.apple.FinalCutPro 0x00113da8 KGDictReadInternal + 142
    76 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    77 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    78 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    79 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    80 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    81 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    82 com.apple.FinalCutPro 0x0012b21b KGTypeReadPtr + 61
    83 com.apple.FinalCutPro 0x00114114 pKGDictReadWithFlags(KGDictInt**, KGStreamRecord*, KGMessageableRec*, unsigned long, __CFArray const*) + 580
    84 ...FinalCutPro.Plugins.Browser 0x0f128a00 BrowserOpenFile(KGFileRec*, unsigned char, unsigned char) + 2680
    85 ...FinalCutPro.Plugins.Browser 0x0f12bec1 Browser(long, long, KGDictInt*, KGFileRec*) + 10179
    86 com.apple.FinalCutPro 0x00183fd2 pKGDisplayFile(KGFileSpec*, char*, unsigned char, unsigned char) + 426
    87 com.apple.FinalCutPro 0x003ff5ff OpenDocuments(AEDesc const*, AEDesc*, long) + 311
    88 com.apple.AE 0x91521fb5 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 147
    89 com.apple.AE 0x91521ee6 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    90 com.apple.AE 0x91521db2 aeProcessAppleEvent + 190
    91 com.apple.HIToolbox 0x92df4084 AEProcessAppleEvent + 37
    92 com.apple.HIToolbox 0x92e3b12e ProcessHighLevelEvent + 151
    93 com.apple.HIToolbox 0x92e3b06f StandardApplicationEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 265
    94 com.apple.HIToolbox 0x92df04d7 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1093
    95 com.apple.HIToolbox 0x92defb7c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
    96 com.apple.HIToolbox 0x92defa41 SendEventToEventTargetWithOptions + 55
    97 com.apple.HIToolbox 0x92df70e3 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 357
    98 com.apple.HIToolbox 0x92df088e DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2044
    99 com.apple.HIToolbox 0x92defb7c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 304
    100 com.apple.HIToolbox 0x92df6f7c SendEventToEventTarget + 56
    101 com.apple.HIToolbox 0x92e3aeb3 ToolboxEventDispatcher + 81
    102 com.apple.HIToolbox 0x92e398cb RunApplicationEventLoop + 165
    103 com.apple.FinalCutPro 0x0014cece KGMainEvent(void*) + 46
    104 com.apple.FinalCutPro 0x002aae53 main + 59
    105 com.apple.FinalCutPro 0x00003122 _start + 216
    106 com.apple.FinalCutPro 0x00003049 start + 41
    Thread 1:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.FinalCutPro 0x004292ad Synchronizable::Wait() + 47
    2 com.apple.FinalCutPro 0x004152e8 DisplayQueue::Run() + 702
    3 com.apple.FinalCutPro 0x00453544 Thread::RunHelper(void*) + 20
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x900248c7 semaphorewait_signaltrap + 7
    1 com.apple.FinalCutPro 0x004292ad Synchronizable::Wait() + 47
    2 com.apple.FinalCutPro 0x004cc3e3 WorkUnitPerformer::Run() + 55
    3 com.apple.FinalCutPro 0x00453544 Thread::RunHelper(void*) + 20
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082c227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9083d100 CFRunLoopRun + 60
    3 com.apple.DVCPROHDMuxer 0x1e5ac0fb AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 297
    4 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082c227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ba42 CFRunLoopRunInMode + 61
    3 com.apple.audio.CoreAudio 0x91468356 HALRunLoop::OwnThread(void*) + 158
    4 com.apple.audio.CoreAudio 0x91468171 CAPThread::Entry(CAPThread*) + 93
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x90009cd7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082c227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ba42 CFRunLoopRunInMode + 61
    3 ....CoreMediaIOServicesPrivate 0x9c1da0af MIO::DAL::RunLoop::OwnThread(void*) + 159
    4 ....CoreMediaIOServicesPrivate 0x9c1db865 CAPThread::Entry(CAPThread*) + 93
    5 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x90047dd7 semaphoretimedwait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90ce0e54 TSWaitOnSemaphoreCommon + 163
    2 ...ickTimeComponents.component 0x98b09c12 ReadSchedulerThreadEntryPoint + 4723
    3 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x90047dd7 semaphoretimedwait_signaltrap + 7
    1 ...ple.CoreServices.CarbonCore 0x90ce0e54 TSWaitOnSemaphoreCommon + 163
    2 ...ple.CoreServices.CarbonCore 0x90cead80 AIOFileThread(void*) + 1068
    3 libSystem.B.dylib 0x90024227 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x0f1228ab ecx: 0x00000000 edx: 0x00000000
    edi: 0x0075e440 esi: 0x3171f5d0 ebp: 0xbfffd248 esp: 0xbfffcaa0
    ss: 0x0000001f efl: 0x00010246 eip: 0x0f122f7a cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x75cfff com.apple.FinalCutPro 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    0xb23000 - 0xb26fff KGCore /Applications/Final Cut Pro.app/Contents/Frameworks/KGCore.framework/Versions/A/KGCore
    0xb2d000 - 0xb3cfff com.apple.AERegistration 1.2 (72) /Applications/Final Cut Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0xb4e000 - 0xb55fff com.apple.AEProfiling 1.2 (18) /Applications/Final Cut Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0xb5d000 - 0xb8dfff com.apple.AVCVideoServices 1.0 (38) /Applications/Final Cut Pro.app/Contents/Frameworks/AVCVideoServices.framework/Versions/A/AVCVideoServi ces
    0xbaf000 - 0xbb9fff com.apple.finalcutstudio.prometadatasupport 0.5 (1.0) /Library/Frameworks/ProMetadataSupport.framework/Versions/A/ProMetadataSupport
    0xd05000 - 0xd79fff com.apple.ProFX 1.2.3 /Library/Frameworks/ProFX.framework/Versions/A/ProFX
    0xda4000 - 0xdfafff com.apple.proapps.MIO 1.0 /Applications/Final Cut Pro.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0xe36000 - 0xf14fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x1d67000 - 0x1d6ffff com.apple.proapps.mrcheckpro 1.4 (204) /Applications/Final Cut Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x1f05000 - 0x1f08fff com.apple.LiveType.component 2.1.3 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1f0d000 - 0x1f72fff com.apple.LiveType.framework 2.1.3 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x1f9a000 - 0x1fe0fff com.apple.motion.component 1.0 /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x1fe6000 - 0x1fe9fff Motion /Library/Frameworks/Motion.framework/Versions/A/Motion
    0xe1e7000 - 0xe259fff com.DivXInc.DivXDecoder 6.4.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0xec36000 - 0xed8ffff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xedbb000 - 0xefa9fff com.apple.ATIRadeonX1000GLDriver 1.4.56 (4.5.6) /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0xefe5000 - 0xf001fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0xf008000 - 0xf02cfff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0xf08f000 - 0xf0bafff com.apple.FinalCutPro.Plugins.AfterEffects 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/AfterEffects.bundle/Contents/MacOS/AfterEffects
    0xf0c4000 - 0xf0c8fff com.apple.FinalCutPro.Plugins.AudioGroupsExport 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/AudioGroupsExport.bundle/Contents/MacOS/AudioGro upsExport
    0xf0cd000 - 0xf0e4fff com.apple.FinalCutPro.Plugins.AudioMixer 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/AudioMixer.bundle/Contents/MacOS/AudioMixer
    0xf0f3000 - 0xf107fff com.apple.proapps.ControlSurfaceSupport 2.0 (68) /Applications/Final Cut Pro.app/Contents/Frameworks/ControlSurfaceSupport.framework/Versions/A/ControlS urfaceSupport
    0xf11d000 - 0xf1d6fff com.apple.FinalCutPro.Plugins.Browser 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Browser.bundle/Contents/MacOS/Browser
    0xf1f1000 - 0xf1f6fff com.apple.FinalCutPro.Plugins.Cache Manager 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Cache Manager.bundle/Contents/MacOS/Cache Manager
    0xf1fb000 - 0xf211fff com.apple.FinalCutPro.CinemaTools 4.0.1 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Cinema Tools.bundle/Contents/MacOS/Cinema Tools
    0xf21d000 - 0xf228fff com.apple.FinalCutPro.Plugins.CTHelper 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/CTHelper.bundle/Contents/MacOS/CTHelper
    0xf230000 - 0xf254fff com.apple.FinalCutPro.Plugins.EditTape 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/EditTape.bundle/Contents/MacOS/EditTape
    0xf264000 - 0xf2a9fff com.apple.FinalCutPro.Plugins.EDL Export 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/EDL Export.bundle/Contents/MacOS/EDL Export
    0xf2bf000 - 0xf2c7fff com.apple.FinalCutPro.Plugins.Effect Builder 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Effect Builder.bundle/Contents/MacOS/Effect Builder
    0xf2cc000 - 0xf2d7fff com.apple.FinalCutPro.Plugins.FCPExtPluginSupport 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FCPExtPluginSupport.bundle/Contents/MacOS/FCPExt PluginSupport
    0xf2e0000 - 0xf314fff com.apple.FinalCutPro.Plugins.FCS Engine 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FCS Engine.bundle/Contents/MacOS/FCS Engine
    0xf31f000 - 0xf330fff com.apple.FinalCutPro.Plugins.FilterCustomEd 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FilterCustomEd.bundle/Contents/MacOS/FilterCusto mEd
    0xf336000 - 0xf34bfff com.apple.FinalCutPro.Plugins.FilterViewer 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FilterViewer.bundle/Contents/MacOS/FilterViewer
    0xf351000 - 0xf354fff com.apple.FinalCutPro.Plugins.FinalTouchExport 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/FinalTouchExport.bundle/Contents/MacOS/FinalTouc hExport
    0xf35a000 - 0xf378fff com.apple.FinalCutPro.Plugins.Flash 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Flash.bundle/Contents/MacOS/Flash
    0xf389000 - 0xf396fff com.apple.FinalCutPro.Plugins.GenViewer 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/GenViewer.bundle/Contents/MacOS/GenViewer
    0xf39c000 - 0xf3a0fff com.apple.FinalCutPro.Plugins.LayerFileReader 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/LayerFileReader.bundle/Contents/MacOS/LayerFileR eader
    0xf3a5000 - 0xf3f0fff com.apple.FinalCutPro.Plugins.Media Manager 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Media Manager.bundle/Contents/MacOS/Media Manager
    0xf3fd000 - 0xf410fff com.apple.FinalCutPro.Plugins.MolokiniSupport 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/MolokiniSupport.bundle/Contents/MacOS/MolokiniSu pport
    0xf41e000 - 0xf432fff com.apple.FinalCutPro.Frameworks.MolokiniTranslation 1.0 /Applications/Final Cut Pro.app/Contents/Frameworks/MolokiniTranslation.framework/Versions/A/MolokiniTr anslation
    0xf43f000 - 0xf453fff com.apple.FinalCutPro.Plugins.Motion Viewer 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Motion Viewer.bundle/Contents/MacOS/Motion Viewer
    0xf459000 - 0xf475fff com.apple.FinalCutPro.Plugins.Movie Analyzer 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Movie Analyzer.bundle/Contents/MacOS/Movie Analyzer
    0xf485000 - 0xf49bfff com.apple.FinalCutPro.Plugins.Movie Viewer 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Movie Viewer.bundle/Contents/MacOS/Movie Viewer
    0xf4a7000 - 0xf4abfff com.apple.FinalCutPro.Plugins.NuggetExport 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/NuggetExport.bundle/Contents/MacOS/NuggetExport
    0xf4b0000 - 0xf568fff com.apple.FinalCutPro.Plugins.OMF Audio Export 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/OMF Audio Export.bundle/Contents/MacOS/OMF Audio Export
    0xf587000 - 0xf590fff com.apple.FinalCutPro.Plugins.Perf Analyzer 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Perf Analyzer.bundle/Contents/MacOS/Perf Analyzer
    0xf595000 - 0xf5abfff com.apple.FinalCutPro.Plugins.ProAppsIntegration 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/ProAppsIntegration.bundle/Contents/MacOS/ProApps Integration
    0xf5bb000 - 0xf5c8fff com.apple.FinalCutPro.Plugins.Pulldown Support 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Pulldown Support.bundle/Contents/MacOS/Pulldown Support
    0xf5d1000 - 0xf610fff com.apple.FinalCutPro.Plugins.QTM Reader 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/QTM Reader.bundle/Contents/MacOS/QTM Reader
    0xf61d000 - 0xf625fff com.apple.FinalCutPro.Plugins.QuickView 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/QuickView.bundle/Contents/MacOS/QuickView
    0xf62a000 - 0xf63afff com.apple.FinalCutPro.Plugins.Relink Media 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Relink Media.bundle/Contents/MacOS/Relink Media
    0xf641000 - 0xf642fff com.apple.FinalCutPro.Plugins.Text Window 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Text Window.bundle/Contents/MacOS/Text Window
    0xf647000 - 0xf6c2fff com.apple.FinalCutPro.Plugins.Timeline Editor 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Timeline Editor.bundle/Contents/MacOS/Timeline Editor
    0xf6cd000 - 0xf6d4fff com.apple.FinalCutPro.Plugins.Transcoder 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Transcoder.bundle/Contents/MacOS/Transcoder
    0xf6da000 - 0xf6ecfff com.apple.FinalCutPro.Plugins.Transition Viewer 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Transition Viewer.bundle/Contents/MacOS/Transition Viewer
    0xf6f2000 - 0xf707fff com.apple.FinalCutPro.Plugins.Trimming 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Trimming.bundle/Contents/MacOS/Trimming
    0xf70d000 - 0xf713fff com.apple.FinalCutPro.Plugins.VDUSupport 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/VDUSupport.bundle/Contents/MacOS/VDUSupport
    0xf719000 - 0xf71afff com.apple.FinalCutPro.Plugins.Vector Accelerator 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/Vector Accelerator.bundle/Contents/MacOS/Vector Accelerator
    0xf71f000 - 0xf730fff com.apple.FinalCutPro.Plugins.VideoLog 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/VideoLog.bundle/Contents/MacOS/VideoLog
    0xf735000 - 0xf74dfff com.apple.FinalCutPro.Plugins.VoiceOver 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/VoiceOver.bundle/Contents/MacOS/VoiceOver
    0xf754000 - 0xf7b8fff com.apple.FinalCutPro.Plugins.XML Support 6.0.5 /Applications/Final Cut Pro.app/Contents/MacOS/Plugins/XML Support.bundle/Contents/MacOS/XML Support
    0xfae5000 - 0xfaf7fff com.apple.FCP Uncompressed 422.component 1.5 /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0xfcfc000 - 0xfd11fff com.apple.fcp.DVOutputUnit 1.3 /Applications/Final Cut Pro.app/Contents/Resources/DVOutputUnit.bundle/Contents/MacOS/DVOutputUnit
    0xff4a000 - 0xff64fff com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xff69000 - 0xff82fff com.apple.applepixletvideo 1.2.16 (1.2d16) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x10000000 - 0x1005efff com.apple.proapps.AudioMixEngine 2.0 (68) /Applications/Final Cut Pro.app/Contents/Frameworks/AudioMixEngine.framework/Versions/A/AudioMixEngine
    0x12751000 - 0x12855fff com.red.redcode.quicktime 3.1 /Library/QuickTime/REDCODE.QT.component/Contents/MacOS/REDCODE.QT
    0x128b4000 - 0x128eefff com.apple.AppleProRes422 1.0.2 (46) /Library/QuickTime/AppleProRes422.component/Contents/MacOS/AppleProRes422
    0x1293a000 - 0x1297efff com.apple.DVCPROHDCodec 1.4 (231) /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0x12993000 - 0x12a36fff com.apple.AppleHDVCodec 1.4.1 (222) /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x12a54000 - 0x12a74fff com.apple.IMXCodec 1.3.1 (147) /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x12b23000 - 0x12b28fff com.apple.finalcutpro.dvcprohdfrcplugin 1.2.0 (16) /Applications/Final Cut Pro.app/Contents/PlugIns/DVCPROHD Frame Rate Converter.bundle/Contents/MacOS/DVCPROHD Frame Rate Converter
    0x12d05000 - 0x12d53fff com.apple.soundtrackpro.integration 2.0.2 () /Library/Application Support/ProApps/Bundles/Soundtrack Pro Integration.bundle/Contents/MacOS/Soundtrack Pro Integration
    0x12d6e000 - 0x12da5fff com.apple.motion.MotionBundle 3.0.2 /Library/Application Support/ProApps/Bundles/Motion.bundle/Contents/MacOS/Motion
    0x130aa000 - 0x130bafff com.apple.QuartzComposer.FxPlugWrapper 1.2.3 /Library/Application Support/ProApps/Internal Plug-Ins/ProFX/FxPlugWrapper.plugin/Contents/MacOS/FxPlugWrapper
    0x130c5000 - 0x130d1fff com.apple.PluginManager 1.7.3 (34) /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
    0x130dd000 - 0x130e6fff com.apple.QuartzComposer.QCMotionPatch 1.0 /Library/Application Support/ProApps/Internal Plug-Ins/ProFX/QCMotionPatch.plugin/Contents/MacOS/QCMotionPatch
    0x130f2000 - 0x130f3fff com.apple.compressor.stomp 3.0.5 /Library/Frameworks/Compressor.framework/Compressor
    0x13205000 - 0x1321dfff com.redgiantsoftware.MisFire.Basic.Scratches ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Basic Scratches.bundle/Contents/MacOS/MisFire Basic Scratches
    0x13db7000 - 0x13dc7fff com.apple.fxplugframework 1.2.3 /Library/Frameworks/FxPlug.framework/Versions/A/FxPlug
    0x13ddb000 - 0x13ddcfff com.apple.qmaster.swamp 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Qmaster
    0x13f05000 - 0x13f23fff com.redgiantsoftware.MisFire.Deep.Scratches ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Deep Scratches.bundle/Contents/MacOS/MisFire Deep Scratches
    0x14ad1000 - 0x14ae9fff com.redgiantsoftware.MisFire.Displace ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Displacement.bundle/Contents/MacOS/MisFire Displacement
    0x15683000 - 0x1569efff com.redgiantsoftware.MisFire.Dust ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Dust.bundle/Contents/MacOS/MisFire Dust
    0x1624a000 - 0x16261fff com.redgiantsoftware.MisFire.Fading ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Fading.bundle/Contents/MacOS/MisFire Fading
    0x16dfa000 - 0x16e11fff com.redgiantsoftware.MisFire.Flicker ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Flicker.bundle/Contents/MacOS/MisFire Flicker
    0x179aa000 - 0x179c1fff com.redgiantsoftware.MisFire.Funk ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Funk.bundle/Contents/MacOS/MisFire Funk
    0x1855a000 - 0x18575fff com.redgiantsoftware.MisFire.Gate.Weave ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Gate Weave.bundle/Contents/MacOS/MisFire Gate Weave
    0x19121000 - 0x19140fff com.redgiantsoftware.MisFire.Grain ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Grain.bundle/Contents/MacOS/MisFire Grain
    0x19ced000 - 0x19d08fff com.redgiantsoftware.MisFire.MicroScratches ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire MicroScratches.bundle/Contents/MacOS/MisFire MicroScratches
    0x1a8b4000 - 0x1a8cbfff com.redgiantsoftware.MisFire.Post.Contrast ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Post Contrast.bundle/Contents/MacOS/MisFire Post Contrast
    0x1b464000 - 0x1b47ffff com.redgiantsoftware.MisFire.Splotches ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Splotches.bundle/Contents/MacOS/MisFire Splotches
    0x1c02b000 - 0x1c042fff com.redgiantsoftware.MisFire.Vignette ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire Vignette.bundle/Contents/MacOS/MisFire Vignette
    0x1d5a0000 - 0x1d5cdfff com.redgiantsoftware.MisFire ??? (1.1.3) /Library/Application Support/Final Cut Pro System Support/Plugins/MisFire.bundle/Contents/MacOS/MisFire
    0x1e305000 - 0x1e437fff com.apple.motion.filters 3.0.2 /Library/Application Support/ProApps/Internal Plug-Ins/FxPlug/Filters.bundle/Contents/MacOS/Filters
    0x1e4b1000 - 0x1e4b6fff com.apple.SmoothCamFxPlug 1.0.1 /Library/Application Support/ProApps/Internal Plug-Ins/FxPlug/SmoothCam.fxplug/Contents/MacOS/SmoothCam
    0x1e4bd000 - 0x1e4befff com.apple.Helium 2.1.2 /System/Library/PrivateFrameworks/Helium.framework/Versions/A/Helium
    0x1e4c2000 - 0x1e4f6fff com.apple.Helium.HeliumRender 1.0.2 /System/Library/PrivateFrameworks/Helium.framework/Frameworks/HeliumRender.fram ework/Versions/A/HeliumRender
    0x1e514000 - 0x1e56afff com.apple.DVCPROHDAudio 1.3 /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x1e59a000 - 0x1e5e4fff com.apple.DVCPROHDMuxer 1.3 /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x1e6aa000 - 0x1e6b5fff com.apple.fcp.TundraOutputUnit 1.3 /Applications/Final Cut Pro.app/Contents/Resources/TundraOutputUnit.bundle/Contents/MacOS/TundraOutputU nit
    0x1e6c1000 - 0x1e6c6fff com.apple.audio.AppleHDAHALPlugIn 1.3.7 (1.3.7a23) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1e722000 - 0x1e72efff com.apple.DVCPROHDVideoOutput 1.3 /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x1f13e000 - 0x1f873fff com.borisfx.TextScrambler ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Text Scrambler.bundle/Contents/MacOS/Text Scrambler
    0x202b2000 - 0x209e4fff com.borisfx.Title3D ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Title 3D.bundle/Contents/MacOS/Title 3D
    0x21422000 - 0x2144bfff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x21450000 - 0x21455fff com.apple.DesktopVideoOut 1.2.4 /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x2148b000 - 0x21492fff com.apple.compressor.FilterUI 3.0.5 /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/FilterUI.framewo rk/Versions/A/FilterUI
    0x2149a000 - 0x214a3fff com.bensyverson.dvmatte_blast 1.0 (1) /Library/Plug-Ins/FxPlug/dvmatte blast.bundle/Contents/MacOS/dvmatte blast
    0x214a9000 - 0x214b2fff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x214db000 - 0x214e6fff com.apple.compressor.MediaServerAPI 3.0.5 /Library/Frameworks/MediaServerAPI.framework/MediaServerAPI
    0x21605000 - 0x21d35fff com.borisfx.TitleCrawl ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Title Crawl.bundle/Contents/MacOS/Title Crawl
    0x22772000 - 0x22ea8fff com.borisfx.VectorShape ??? (2.1) /Library/Application Support/Final Cut Pro System Support/Plugins/Vector Shape.bundle/Contents/MacOS/Vector Shape
    0x23a2d000 - 0x23a39fff com.apple.compressor.StompUtil 3.0.5 /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/StompUtil.framew ork/Versions/A/StompUtil
    0x23b3f000 - 0x23b49fff com.apple.qmaster.SwampUtil 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampUtil.framework /Versions/A/SwampUtil
    0x23b57000 - 0x23b60fff com.apple.qmaster.SwampService 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampService.framew ork/Versions/A/SwampService
    0x23bbc000 - 0x23bd0fff com.redgiantsoftware.looks3fx 1.0 /Library/Plug-Ins/FxPlug/Looks3.fxplug/Contents/MacOS/Looks3
    0x23d05000 - 0x23d67fff com.redgiantsoftware.MBLooksRenderLib 1.0 /Library/Frameworks/LS3Renderer.framework/Versions/A/LS3Renderer
    0x23de9000 - 0x23df7fff com.apple.qmaster.Status 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/Status.framework/Ve rsions/A/Status
    0x23e12000 - 0x23e1dfff com.apple.qmaster.RequestProcessing 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/RequestProcessing.f ramework/Versions/A/RequestProcessing
    0x23e7c000 - 0x23e88fff com.apple.qmaster.ClusterManager 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/ClusterManager.fram ework/Versions/A/ClusterManager
    0x23eb3000 - 0x23ec4fff com.apple.qmaster.ServiceControl 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/ServiceControl.fram ework/Versions/A/ServiceControl
    0x23f4c000 - 0x248eefff com.apple.ozone.framework 3.0.2 /Applications/Motion.app/Contents/Frameworks/Ozone.framework/Ozone
    0x24ed9000 - 0x24f13fff ProMath /Users/TheWolf/Library/Frameworks/ProMath.framework/Versions/A/ProMath
    0x24f27000 - 0x24fd2fff ProCore /Users/TheWolf/Library/Frameworks/ProCore.framework/Versions/A/ProCore
    0x2501e000 - 0x2509bfff ProMedia /Users/TheWolf/Library/Frameworks/ProMedia.framework/Versions/A/ProMedia
    0x2511d000 - 0x25134fff ThirdPartyPlugins /Users/TheWolf/Library/Frameworks/ThirdPartyPlugins.framework/Versions/A/ThirdP artyPlugins
    0x2514f000 - 0x251abfff ProGraphics /Users/TheWolf/Library/Frameworks/ProGraphics.framework/Versions/A/ProGraphics
    0x25299000 - 0x25402fff Lithium /Users/TheWolf/Library/Frameworks/Lithium.framework/Versions/A/Lithium
    0x254ca000 - 0x2567ffff com.apple.motion.TextFramework 3.0.2 /Applications/Motion.app/Contents/Frameworks/TextFramework.framework/TextFramew ork
    0x2575b000 - 0x257a7fff Bloodhound /Users/TheWolf/Library/Frameworks/Bloodhound.framework/Versions/A/Bloodhound
    0x257ee000 - 0x257f9fff com.apple.motion.Text 3.0.2 /Applications/Motion.app/Contents/PlugIns/Text.ozp/Contents/MacOS/Text
    0x2582d000 - 0x259affff com.apple.motion.Behaviors 3.0.2 /Applications/Motion.app/Contents/PlugIns/Behaviors.ozp/Contents/MacOS/Behavior s
    0x25a65000 - 0x25be9fff com.apple.motion.Particles 3.0.2 /Applications/Motion.app/Contents/PlugIns/Particles.ozp/Contents/MacOS/Particle s
    0x25c93000 - 0x25c98fff com.apple.fxmetaplug.ImageUnit 1.2.2 /Library/Application Support/ProApps/Internal Plug-Ins/FxMetaPlug/ImageUnit.fxmetaplug/Contents/MacOS/ImageUnit
    0x25ca0000 - 0x25ca2fff com.apple.Helium.HCache 2.1.2 /System/Library/PrivateFrameworks/Helium.framework/Plug-ins/HCache.bundle/Conte nts/MacOS/HCache
    0x25e68000 - 0x25e92fff com.apple.mio.DAL.VDC 12.0 /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Resource s/VDC.plugin/Contents/MacOS/VDC
    0x25eb7000 - 0x25ef5fff com.apple.compressor.ImageProcessing 3.0.5 /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/ImageProcessing. framework/Versions/A/ImageProcessing
    0x25f2c000 - 0x25f7afff com.apple.compressor.StompUI 3.0.5 /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/StompUI.framewor k/Versions/A/StompUI
    0x25fa8000 - 0x25fc6fff com.apple.qmaster.SwampUI 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampUI.framework/V ersions/A/SwampUI
    0x26808000 - 0x268eefff com.apple.AECore 3.0.5 /Library/Frameworks/AECore.framework/Versions/A/AECore
    0x26983000 - 0x26a68fff com.apple.compressor.StompTypes 3.0.5 /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/StompTypes.frame work/Versions/A/StompTypes
    0x26b04000 - 0x26c6dfff com.apple.compressor.transcoding 3.0.5 /Library/Frameworks/Compressor.framework/Versions/A/Frameworks/Transcoding.fram ework/Versions/A/Transcoding
    0x26d7e000 - 0x26dbefff com.apple.qmaster.SwampCore 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampCore.framework /Versions/A/SwampCore
    0x26e01000 - 0x26e3efff com.apple.qmaster.SwampTypes 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampTypes.framewor k/Versions/A/SwampTypes
    0x26e83000 - 0x26ec8fff com.apple.qmaster.do 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/DistributedObjects. framework/Versions/A/DistributedObjects
    0x26f1a000 - 0x26f60fff com.apple.qmaster.ContentControl 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/ContentControl.fram ework/Versions/A/ContentControl
    0x26f9b000 - 0x2705cfff com.apple.qmaster.JobControl 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/JobControl.framewor k/Versions/A/JobControl
    0x27104000 - 0x27110fff com.apple.qmaster.SwampExecutor 3.0.5 /Library/Frameworks/Qmaster.framework/Versions/A/Frameworks/SwampExecutor.frame work/Versions/A/SwampExecutor
    0x39b05000 - 0x39d48fff net.telestream.wmv.import 2.2.1.7 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x39d80000 - 0x39fa5fff org.perian.Perian 1.1 /Users/TheWolf/Library/QuickTime/Perian.component/Contents/MacOS/Perian
    0x70000000 - 0x700fafff com.apple.audio.units.Components 1.4.7 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8f4f0000 - 0x8f4f4fff com.apple.CoreMediaAuthoringPrivate 1.5 /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fefff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90441000 - 0x904e7fff com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9080a000 - 0x908d2fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90910000 - 0x90910fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90912000 - 0x90a06fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a56000 - 0x90ad5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afe000 - 0x90b62fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd1000 - 0x90bd8fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bdd000 - 0x90c50fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c65000 - 0x90c77fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7d000 - 0x90f23fff com.apple.CoreServices.CarbonCore 682.30 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f66000 - 0x90fcefff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91007000 - 0x91046fff com.apple.CFNetwork 129.22 (129.23) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91074000 - 0x910f3fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9141bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9141f000 - 0x91445fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91520000 - 0x9154bfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155e000 - 0x91632fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166d000 - 0x916eafff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91717000 - 0x917c0fff com.apple.QD 3.10.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917e6000 - 0x91831fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91850000 - 0x91866fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91872000 - 0x9188cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91896000 - 0x918d3fff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e7000 - 0x918f3fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918fa000 - 0x9193afff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9194d000 - 0x919fffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a45000 - 0x91a5bfff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a60000 - 0x91a7efff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a83000 - 0x91ae2fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91af4000 - 0x91af8fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91afa000 - 0x91b82fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b86000 - 0x91ba1fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ba6000 - 0x91ba8fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91ca5000 - 0x91ce4fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cea000 - 0x91ceafff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cec000 - 0x91d7afff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d81000 - 0x91d81fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d83000 - 0x91ddcfff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91de5000 - 0x91e09fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e11000 - 0x9221afff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92254000 - 0x92608fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92635000 - 0x92722fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92724000 - 0x927a2fff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927e3000 - 0x92a13fff com.apple.Foundation 6.4.10 (567.37) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b2d000 - 0x92b44fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b4f000 - 0x92ba7fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bbb000 - 0x92bbbfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bbd000 - 0x92bcdfff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bdb000 - 0x92be3fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be9000 - 0x92beefff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bf4000 - 0x92c85fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c99000 - 0x92c9cfff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c9f000 - 0x92cbdfff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ccf000 - 0x92cd5fff com.apple.print.framework.Print 5.1 (192.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cdb000 - 0x92d3efff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d62000 - 0x92da3fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dca000 - 0x92dd7fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dde000 - 0x92de3fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de8000 - 0x930ddfff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e3000 - 0x931eefff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931f3000 - 0x9320efff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93222000 - 0x93254fff com.apple.MediaKit 8.11 (351.3) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x9325e000 - 0x9325efff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93260000 - 0x93916fff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c97000 - 0x93d12fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d4b000 - 0x93e04fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e47000 - 0x93e47fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e49000 - 0x9400afff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94050000 - 0x94091fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94099000 - 0x940d3fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d8000 - 0x940eefff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94135000 - 0x9417dfff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94187000 - 0x941c5fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/vmutils
    0x9427f000 - 0x9428efff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94295000 - 0x942a0fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942ec000 - 0x94306fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9430c000 - 0x94627fff com.apple.QuickTime 7.5.5 (990.7) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x947ac000 - 0x948f2fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9497e000 - 0x9498dfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94994000 - 0x949bdfff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949c3000 - 0x949d2fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949d6000 - 0x949fbfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94a07000 - 0x94a24fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94ac9000 - 0x94ac9fff com.apple.DiscRecording 3.2.0 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x94acb000 - 0x94b49fff com.apple.DiscRecordingEngine 3.2.0 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x94b79000 - 0x94bbbfff com.apple.DiscRecordingContent 3.2.0 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x94bd0000 - 0x94ca8fff edu.mit.Kerberos 5.5.26 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94d25000 - 0x94d50fff libcurl.3.dylib /usr/lib/libcurl.3.dylib
    0x95a59000 - 0x95a91fff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95ddd000 - 0x95f76fff com.apple.prokit 4.5 (722) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x966fe000 - 0x96734fff com.apple.audio.midi.CoreMIDI 1.5.1 (41) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x96b07000 - 0x96b07fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9707e000 - 0x97155fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97170000 - 0x97171fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97173000 - 0x97178fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9725b000 - 0x9727efff com.apple.AppleVAFramework 3.3.13 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x974ff000 - 0x97513fff com.apple.audio.CoreAudioKit 1.0.1 /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x97b44000 - 0x97c1bfff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97ca4000 - 0x97ca4fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x98023000 - 0x9812bfff com.apple.DiskImagesFramework 10.4.11 (115.2) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x98199000 - 0x981a6fff libbz2.1.0.dylib /usr/lib/libbz2.1.0.dylib
    0x981a8000 - 0x981edfff com.apple.ISSupport 1.1.2 (16) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9847a000 - 0x9942efff com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9967c000 - 0x9967efff com.apple.QuickTimeH264.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x99680000 - 0x99a8ffff QuickTimeH264.scalar /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x99bf6000 - 0x99c20fff com.apple.CoreMediaPrivate 11.0 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9a4b3000 - 0x9a4b3fff com.apple.iokit.dvcomponentglue 1.9.0 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x9a4c0000 - 0x9a506fff com.apple.viceroy.codec 32.1 /System/Library/Components/VCH263Codec.component/VCH263Codec
    0x9bb0f000 - 0x9bb0ffff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9c1cf000 - 0x9c20dfff com.apple.CoreMediaIOServicesPrivate 12.0 /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9c233000 - 0x9c269fff FWAVCPrivate /System/Library/PrivateFrameworks/FWAVCPrivate.framework/Versions/A/FWAVCPrivat e
    0x9f92f000 - 0x9f96bfff com.apple.QuickTimeFireWireDV.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x9f974000 - 0x9fa3dfff com.apple.QuickTimeMPEG4.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x9fa5a000 - 0x9faf9fff com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9fb14000 - 0x9ff69fff com.apple.CoreGraphics 1.258.79 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    Model: iMac4,1, BootROM IM41.0055.B08, 2 processors, Intel Core Duo, 2 GHz, 2 GB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x89), Broadcom BCM43xx 1.0 (4.170.46.9)
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Maxtor 6L250M0, 233.76 GB
    Parallel ATA Device: MATSHITADVD-R UJ-846, 2.33 GB
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    FireWire Device: > LaCie d2 DVD-RW Firewire, LaCie Group SA, Up to 400 Mb/sec
    FireWire Device: Rugged FW/USB, LaCie, Up to 400 Mb/sec
    FireWire Device: LaCie Bigger Disk Extreme LUN 0, LaCie Group SA, Up to 400 Mb/sec
    FireWire Device: Big Disk Extreme+ (button), LaCie, Up to 400 Mb/sec

    I used FCP Rescue to trash the prefs. Does the program you recommended work differently?
    OK, for the auto save, um, I can't find the auto save file. I see other projects that I've worked on recently in the folder, but not this one. I searched for the folder in spotlight but did not find it. I will continue to search on.

Maybe you are looking for