Xcode 5 crashes when i try to run a project

Hi everyone! I have very big problem. When I try to run this code in Xcode
//  main.m
//  object-c
//  Created by Ivan on 06.06.14.
//  Copyright (c) 2014 Ivan. All rights reserved.
#import <Foundation/Foundation.h>
int main(int argc, const char * argv[])
    @autoreleasepool {
        // insert code here...
        NSLog(@"Hello, World!");
    return 0;
Xcode says "Build Succeeded" and then a few seconds later it says :
" Could not launch “objective c 2"
process launch failed: invalid host string: '(null)”
And then app suddenly crashes
i don't know to do
Please help!!!!
this is my mac's characteristic:
Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i7, 2.7 GHz, 4 GB, SMC 1.68f99
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.4f1 13674, 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-8A8
USB Device: Hub
USB Device: IR Receiver
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM2070 Hub
USB Device: Bluetooth USB Host Controller
USB Device: FaceTime HD Camera (Built-in)
Thunderbolt Bus: MacBook Pro, Apple Inc., 22.1
this is problem's characteristic:
Process:         Xcode [2475]
Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:      com.apple.dt.Xcode
Version:         5.1.1 (5085)
Build Info:      IDEFrameworks-5085000000000000~10
App Item ID:     497799835
App External ID: 520942841
Code Type:       X86-64 (Native)
Parent Process:  launchd [159]
Responsible:     Xcode [2475]
User ID:         501
Date/Time:       2014-06-07 18:35:43.919 +0400
OS Version:      Mac OS X 10.9.3 (13D65)
Report Version:  11
Anonymous UUID:  EAA71372-94FB-0E98-BD53-370ED4C0E4C2
Sleep/Wake UUID: FA7CE974-79A5-44E8-8416-90E1FF3F4F04
Crashed Thread:  3  Dispatch queue: DBGLLDBLauncher Serial Queue
Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 5B1008
Assertion failed: (out_port != 0), function StartDebugserverProcess, file /SourceCache/lldb/lldb-310.2.37/source/Plugins/Process/gdb-remote/GDBRemoteComm unication.cpp, line 720.
Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
5   com.apple.HIToolbox                     0x00007fff83ac3a0d RunCurrentEventLoopInMode + 226
6   com.apple.HIToolbox                     0x00007fff83ac37b7 ReceiveNextEventCommon + 479
7   com.apple.HIToolbox                     0x00007fff83ac35bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
8   com.apple.AppKit                        0x00007fff84f3b26e _DPSNextEvent + 1434
9   com.apple.AppKit                        0x00007fff84f3a8bb -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
10  com.apple.dt.DVTKit                     0x00000001059e2631 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 84
11  com.apple.AppKit                        0x00007fff852022cb -[NSTextView mouseDown:] + 8035
12  com.apple.dt.DVTKit                     0x0000000105912f92 -[DVTCompletingTextView mouseDown:] + 325
13  com.apple.dt.DVTKit                     0x0000000105912d8b -[DVTSourceTextView mouseDown:] + 687
14  com.apple.AppKit                        0x00007fff8513fa58 -[NSWindow sendEvent:] + 11296
15  com.apple.AppKit                        0x00007fff850de5d4 -[NSApplication sendEvent:] + 2021
16  com.apple.dt.IDEKit                     0x000000010642c600 -[IDEApplication sendEvent:] + 456
17  com.apple.AppKit                        0x00007fff84f2ea19 -[NSApplication run] + 646
18  com.apple.AppKit                        0x00007fff84f197a3 NSApplicationMain + 940
19  libdyld.dylib                           0x00007fff836995fd start + 1
Thread 1:
0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib                  0x00007fff8fa19662 kevent64 + 10
1   libdispatch.dylib                       0x00007fff83641421 _dispatch_mgr_invoke + 239
2   libdispatch.dylib                       0x00007fff83641136 _dispatch_mgr_thread + 52
Thread 3 Crashed:: Dispatch queue: DBGLLDBLauncher Serial Queue
0   libsystem_kernel.dylib                  0x00007fff8fa18866 __pthread_kill + 10
1   libsystem_pthread.dylib                 0x00007fff8fb0335c pthread_kill + 92
2   libsystem_c.dylib                       0x00007fff8f77bb1a abort + 125
3   libsystem_c.dylib                       0x00007fff8f7459bf __assert_rtn + 321
4   com.apple.LLDB.framework                0x0000000112a87265 GDBRemoteCommunication::StartDebugserverProcess(char const*, unsigned short, lldb_private::ProcessLaunchInfo&, unsigned short&) + 1729
5   com.apple.LLDB.framework                0x0000000112a8dde6 ProcessGDBRemote::LaunchAndConnectToDebugserver(lldb_private::ProcessInfo const&) + 216
6   com.apple.LLDB.framework                0x0000000112a8e414 ProcessGDBRemote::DoAttachToProcessWithID(unsigned long long, lldb_private::ProcessAttachInfo const&) + 126
7   com.apple.LLDB.framework                0x0000000112b1614c lldb_private::Process::Attach(lldb_private::ProcessAttachInfo&) + 1532
8   com.apple.LLDB.framework                0x0000000112b5d10a PlatformDarwin::Attach(lldb_private::ProcessAttachInfo&, lldb_private::Debugger&, lldb_private::Target*, lldb_private::Listener&, lldb_private::Error&) + 456
9   com.apple.LLDB.framework                0x0000000112b0c7f1 lldb_private::Platform::DebugProcess(lldb_private::ProcessLaunchInfo&, lldb_private::Debugger&, lldb_private::Target*, lldb_private::Listener&, lldb_private::Error&) + 213
10  com.apple.LLDB.framework                0x0000000112b5ceef PlatformDarwin::DebugProcess(lldb_private::ProcessLaunchInfo&, lldb_private::Debugger&, lldb_private::Target*, lldb_private::Listener&, lldb_private::Error&) + 57
11  com.apple.LLDB.framework                0x0000000112b2ed37 lldb_private::Target::Launch(lldb_private::Listener&, lldb_private::ProcessLaunchInfo&) + 483
12  com.apple.LLDB.framework                0x00000001118b8580 lldb::SBTarget::Launch(lldb::SBLaunchInfo&, lldb::SBError&) + 502
13  com.apple.dt.dbg.DebuggerLLDB           0x0000000116a0a1b3 -[DBGLLDBLauncher _doRegularDebugWithTarget:usingDebugServer:errTargetString:] + 3132
14  com.apple.dt.dbg.DebuggerLLDB           0x0000000116a0be6d __24-[DBGLLDBLauncher start]_block_invoke + 4672
15  libdispatch.dylib                       0x00007fff836421bb _dispatch_call_block_and_release + 12
16  libdispatch.dylib                       0x00007fff8363f28d _dispatch_client_callout + 8
17  libdispatch.dylib                       0x00007fff83641673 _dispatch_queue_drain + 451
18  libdispatch.dylib                       0x00007fff836429c1 _dispatch_queue_invoke + 110
19  libdispatch.dylib                       0x00007fff83640f87 _dispatch_root_queue_drain + 75
20  libdispatch.dylib                       0x00007fff83642177 _dispatch_worker_thread2 + 40
21  libsystem_pthread.dylib                 0x00007fff8fb03ef8 _pthread_wqthread + 314
22  libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
Thread 4:
0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
Thread 5:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
5   com.apple.Foundation                    0x00007fff8a94b967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
6   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
7   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
8   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
9   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 6:: com.apple.CFSocket.private
0   libsystem_kernel.dylib                  0x00007fff8fa189aa __select + 10
1   com.apple.CoreFoundation                0x00007fff8aecaab3 __CFSocketManager + 867
2   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
3   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
4   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 7:
0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
5   com.apple.DTDeviceKitBase               0x000000010fe0f20e -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 162
6   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
7   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
8   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
9   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 8:
0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
Thread 9:: DYMobileDeviceManager
0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
5   com.apple.Foundation                    0x00007fff8a94dadc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
6   com.apple.Foundation                    0x00007fff8aa364aa -[NSRunLoop(NSRunLoop) run] + 74
7   com.apple.GPUToolsMobileFoundation          0x00000001111e3e0d -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
9   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
10  libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
11  libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 10:: CVDisplayLink
0   libsystem_kernel.dylib                  0x00007fff8fa18716 __psynch_cvwait + 10
1   libsystem_pthread.dylib                 0x00007fff8fb04c3b _pthread_cond_wait + 727
2   com.apple.CoreVideo                     0x00007fff90394a38 CVDisplayLink::runIOThread() + 656
3   com.apple.CoreVideo                     0x00007fff9039478f startIOThread(void*) + 147
4   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
5   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
6   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 11:
0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
Thread 12:
0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
Thread 13:
0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
5   com.apple.AppKit                        0x00007fff850db05e _NSEventThread + 144
6   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
7   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
8   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 14:
0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
Thread 15:
0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
Thread 16:
0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
Thread 17:
0   libsystem_kernel.dylib                  0x00007fff8fa18e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib                 0x00007fff8fb03f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib                 0x00007fff8fb06fb9 start_wqthread + 13
Thread 18:
0   libsystem_kernel.dylib                  0x00007fff8fa18716 __psynch_cvwait + 10
1   libsystem_pthread.dylib                 0x00007fff8fb04c3b _pthread_cond_wait + 727
2   com.apple.Xcode.DevToolsCore            0x000000010c29eb63 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 524
3   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
4   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
5   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
6   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 19:
0   libsystem_kernel.dylib                  0x00007fff8fa18716 __psynch_cvwait + 10
1   libsystem_pthread.dylib                 0x00007fff8fb04c3b _pthread_cond_wait + 727
2   com.apple.Xcode.DevToolsCore            0x000000010c29eb63 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 524
3   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
4   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
5   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
6   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 20:
0   libsystem_kernel.dylib                  0x00007fff8fa18716 __psynch_cvwait + 10
1   libsystem_pthread.dylib                 0x00007fff8fb04c3b _pthread_cond_wait + 727
2   com.apple.Xcode.DevToolsCore            0x000000010c29eb63 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 524
3   com.apple.Foundation                    0x00007fff8a94b76b __NSThread__main__ + 1318
4   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
5   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
6   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 21:: <lldb.comm.debugger.input>
0   libsystem_kernel.dylib                  0x00007fff8fa189aa __select + 10
1   com.apple.LLDB.framework                0x00000001129a13d8 lldb_private::ConnectionFileDescriptor::BytesAvailable(unsigned int, lldb_private::Error*) + 888
2   com.apple.LLDB.framework                0x00000001129a0e3a lldb_private::ConnectionFileDescriptor::Read(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 170
3   com.apple.LLDB.framework                0x000000011299f31f lldb_private::Communication::ReadFromConnection(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 97
4   com.apple.LLDB.framework                0x000000011299ef7d lldb_private::Communication::ReadThread(void*) + 147
5   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
6   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
7   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 22:: <lldb.comm.xcode.lldb.comm>
0   libsystem_kernel.dylib                  0x00007fff8fa189aa __select + 10
1   com.apple.LLDB.framework                0x00000001129a13d8 lldb_private::ConnectionFileDescriptor::BytesAvailable(unsigned int, lldb_private::Error*) + 888
2   com.apple.LLDB.framework                0x00000001129a0e3a lldb_private::ConnectionFileDescriptor::Read(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 170
3   com.apple.LLDB.framework                0x000000011299f31f lldb_private::Communication::ReadFromConnection(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 97
4   com.apple.LLDB.framework                0x000000011299ef7d lldb_private::Communication::ReadThread(void*) + 147
5   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
6   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
7   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 23:
0   libsystem_kernel.dylib                  0x00007fff8fa14a1a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff8fa13d18 mach_msg + 64
2   com.apple.CoreFoundation                0x00007fff8ae7efc5 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation                0x00007fff8ae7e5e9 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation                0x00007fff8ae7df25 CFRunLoopRunSpecific + 309
5   com.apple.CoreFoundation                0x00007fff8af33811 CFRunLoopRun + 97
6   com.apple.DebugSymbols                  0x00007fff86abd7e3 SpotlightQueryThread(void*) + 355
7   libsystem_pthread.dylib                 0x00007fff8fb02899 _pthread_body + 138
8   libsystem_pthread.dylib                 0x00007fff8fb0272a _pthread_start + 137
9   libsystem_pthread.dylib                 0x00007fff8fb06fc9 thread_start + 13
Thread 3 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000108b04000  rcx: 0x0000000108b018c8  rdx: 0x0000000000000000
  rdi: 0x0000000000002107  rsi: 0x0000000000000006  rbp: 0x0000000108b018f0  rsp: 0x0000000108b018c8
   r8: 0x00007f9283013200   r9: 0x000000000000021e  r10: 0x000000000c000000  r11: 0x0000000000000206
  r12: 0x0000000112dd42d3  r13: 0x0000000112dd42bb  r14: 0x0000000000000006  r15: 0x0000000112dd40a1
  rip: 0x00007fff8fa18866  rfl: 0x0000000000000206  cr2: 0x00000001080d9000
Logical CPU:     0
Error Code:      0x020000b8
Trap Number:     133
Binary Images:
       0x1052e3000 -        0x1052e3fff  com.apple.dt.Xcode (5.1.1 - 5085) <FD2BA0E4-B9CC-3B2C-9102-1947596C66A1> /Applications/Xcode.app/Contents/MacOS/Xcode
       0x1052ea000 -        0x105720ff7  com.apple.dt.DVTFoundation (5.1.1 - 5074) <B24C82CF-16FA-3C74-8EE4-FBEAE63A6B58> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation
       0x1058a5000 -        0x105bc6ff7  com.apple.dt.DVTKit (5.1.1 - 5074) <D24023C4-F8AF-3007-9854-6C116FA46345> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit
       0x105d6d000 -        0x1061b7fff  com.apple.dt.IDEFoundation (5.1.1 - 5085) <8178F087-409B-3AD7-A379-95828D8EE84E> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation
       0x106413000 -        0x106d6cfff  com.apple.dt.IDEKit (5.1.1 - 5085) <D58FFD9F-A20D-3D32-A576-EA2D07E40A74> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
       0x1072f4000 -        0x1072f5ffb  libsysmon.dylib (58.90.2) <86ECDE0C-6022-3138-AD95-293098B617B7> /usr/lib/libsysmon.dylib
       0x1072fc000 -        0x1072fdfff  libCyrillicConverter.dylib (61) <AA2B224F-1A9F-30B9-BE11-633176790A94> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
       0x107302000 -        0x107d4efff +libclang.dylib (503.0.40) <62D528E6-5BCA-3CB0-ADE4-209207603864> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
       0x107edc000 -        0x107f4aff7  com.apple.CSServiceClient (1.0 - 1) <6A67BDAB-E939-3B1B-B6A7-D0F715898994> /Applications/Xcode.app/Contents/SharedFrameworks/CSServiceClient.framework/Ver sions/A/CSServiceClient
       0x107f8f000 -        0x107fa6fff  com.apple.DADocSetManagement (5.1 - 5007) <5FA5C2A9-23E8-377F-94C9-E1EFFA472C05> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement
       0x107fbd000 -        0x107fbfff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <D99306FF-3E66-39D4-87E4-F9356A3BED75> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper
       0x107fc7000 -        0x107ff0fff  com.apple.dt.instruments.DTGraphKit (5.1 - 55014) <0995B341-781A-3AE1-AD2A-0B3E4EFDB47C> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions /A/DTGraphKit
       0x10800b000 -        0x108074ff7  com.apple.DADocSetAccess (5.1 - 5007) <B3F5F40C-AA75-3EE1-9CA4-F89FE81FED9F> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess
       0x10a378000 -        0x10a43fff7  com.apple.dt.IDE.IDESourceEditor (5.1.1 - 5064) <54302AC0-A6B4-3BBB-9A8C-249C6AC4932B> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor
       0x10a4ad000 -        0x10a4ccff7  com.apple.dt.IDE.IDEQuickHelp (5.1.1 - 5064) <265E4BD5-A65B-30D4-B8FA-73C0E135E5C1> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp
       0x10a4e6000 -        0x10a4eaff7  com.apple.dt.gpu.GPUTraceDebugger (5.1 - 15016) <8AE4532E-AF26-3BF6-AC4D-806738634FAE> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger
       0x10a6f9000 -        0x10a772ff7  com.apple.dt.IDE.IDEDocViewer (5.1.1 - 5064) <696905ED-AE8E-3EFE-9D22-15606C945466> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer
       0x10a7c7000 -        0x10a7cffff  com.apple.dt.IDE.HexEditor (5.1.1 - 5064) <09F524AC-E6D7-3E9B-BA30-B868405B4520> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor
       0x10a7d9000 -        0x10a7e6fff  com.apple.dt.gpu.GPUDebuggerKit (5.1 - 15016) <C74271F3-8D43-35A8-BD9A-274D19EC4449> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit
       0x10ac43000 -        0x10ac44ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (5.1 - 3733) <CDB609A2-39B4-3025-8CCC-8F5CD938DCFB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSuppor t.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport
       0x10ac4b000 -        0x10ac4cfff  com.apple.dt.dbg.DebuggerLLDBService (5.1.1 - 5064) <BA977C27-3503-3D12-BAB3-1B5F0A186E46> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService
       0x10ac52000 -        0x10ac68fff  com.apple.DVTiPhoneSimulatorRemoteClient (5.1.1 - 5053) <B3F69948-6D24-30A9-B47B-7E5FF7CFA899> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Vers ions/A/DVTiPhoneSimulatorRemoteClient
       0x10ac79000 -        0x10ac79ff7  com.apple.xcode.compilers.scntool (7.1.1 - 5069) <92ABF44B-AE1A-3F84-B273-BB99D358C036> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Scene Kit.xcplugin/Contents/MacOS/Scene Kit
       0x10ac7e000 -        0x10b138ff7  com.apple.dt.IDE.IDEInterfaceBuilderKit (5.1.1 - 5056) <3DC7124F-1DFD-393B-B10D-3B9AB44DF963> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit
       0x10b41b000 -        0x10b4a3ff7  com.apple.dt.IBFoundation (1.0 - 5056) <F79001B5-9E60-3F13-9ABA-0D50CF3F7636> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/I BFoundation
       0x10b4f9000 -        0x10b587fff  com.apple.dt.IBAutolayoutFoundation (1.0 - 5056) <F7E2DEAD-48D8-3FE1-BF66-190CCE8002C3> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation
       0x10b5df000 -        0x10b623fff  com.apple.CoreThemeDefinition (2.0 - 146) <B7B5CEE8-A98D-3DDA-9927-364DCF16AD86> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/Core ThemeDefinition
       0x10b654000 -        0x10b6a3ff7  com.apple.dt.IDE.iCloudSupport (5.1.1 - 5064) <77E4FB9A-C157-3AB4-9162-28D59AC94F2C> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS /iCloudSupport
       0x10b6dd000 -        0x10b713fff +com.ridiculousfish.HexFiendFramework (5.1.1 - 5064) <91F04711-C101-3CC5-9A0F-958B4BBF4FF9> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend
       0x10b73a000 -        0x10b76fff7  com.apple.dt.dbg.DebuggerFoundation (5.1.1 - 5064) <EF0001E8-A87E-3613-8D59-21DFF0330BBC> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation
       0x10b79b000 -        0x10b83bfff  com.apple.dt.dbg.DebuggerUI (5.1.1 - 5064) <AFBAC6C9-3B02-3FA4-B5A4-B0AA6330BB0E> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI
       0x10b8b8000 -        0x10b9a5fff  com.apple.dt.gpu.GPUDebuggerFoundation (5.1 - 15016) <1F053D1D-B90B-3EBA-8BB6-C7FA31342B45> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation
       0x10ba01000 -        0x10ba50fff  com.apple.GPUTools (1.0 - 15016) <C7348F5A-3064-3344-9C9D-3597339F2378> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools
       0x10ba7b000 -        0x10bb3dfff  com.apple.GPUToolsCore (1.0 - 15016) <619516EE-D649-340E-AC91-EB1B4613DDDD> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore
       0x10bb7d000 -        0x10bdbfff7  com.apple.GPUToolsAnalysis (1.0 - 15016) <3AC2C00B-2527-3B3A-B98C-4BCF49D4AA1F> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Ve rsions/A/GPUToolsAnalysis
       0x10be14000 -        0x10bebefff  com.apple.GPUToolsServices (1.0 - 15016) <87C41A2A-6F28-3971-A003-59CDB54CEB8E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Ve rsions/A/GPUToolsServices
       0x10bf1f000 -        0x10c0f1ff7  com.apple.dt.gpu.GPUTraceDebuggerUI (5.1 - 15016) <6D532A8B-283C-36F3-9CAF-C88F626A7200> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI
       0x10c145000 -        0x10c173fff  com.apple.dt.IDE.Xcode3Core (5.1.1 - 5069) <CA5467B7-5482-3423-9D1F-75B670CE3132> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core
       0x10c18b000 -        0x10c4fbfff  com.apple.Xcode.DevToolsCore (7.1.1 - 5069) <71CA0744-549D-3141-A01F-FDD5F7D3C4B2> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore
       0x10c68a000 -        0x10c693fff  com.apple.DevToolsFoundation (7.1.1 - 5069) <1560D20B-EF07-3DC8-AAEF-F92668FEA99D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
       0x10c69e000 -        0x10c6ddfff  com.apple.Xcode.DevToolsSupport (7.1.1 - 5069) <67829098-65E2-3E9A-AE8E-91BA6B8385FD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport
       0x10c703000 -        0x10c8b7ff7  com.apple.dt.IDE.Xcode3UI (5.1.1 - 5069) <878B73EE-298A-32CB-83F0-D12D393228D8> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI
       0x10d944000 -        0x10d949fff  com.apple.gputools.GPUToolsShaderProfilerMobileSupport (1.0 - 15008) <F8E1A3B2-D5E8-39E5-89E3-54DDEEF8C0E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/GPUToolsShaderProfilerMobileSupport.gtplugin/Contents /MacOS/GPUToolsShaderProfilerMobileSupport
       0x10d94f000 -        0x10d94ffff  com.apple.dt.IDE.IDEAppleScriptEditor (5.1.1 - 5064) <00F40EE3-FA3C-3559-89E5-2B25CC9FD5A3> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Content s/MacOS/IDEAppleScriptEditor
       0x10d954000 -        0x10d964ff7  com.apple.IDESpriteKitParticleEditor (1.0 - 1) <374121FA-65E0-3E4D-9F46-0B5A81371937> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/C ontents/MacOS/IDESpriteKitParticleEditor
       0x10d97f000 -        0x10d9e5fff  com.apple.dt.IDE.IDEiOSSupportCore (5.1.1 - 5053) <BCCDA697-75F2-3117-A300-57D3ED27A4AF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOS SupportCore
       0x10da06000 -        0x10da1fff7  com.apple.DeviceLinkX (5.0 - 264) <2779E6ED-BD8D-3B81-99E9-1656438F25A1> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
       0x10da30000 -        0x10da3afff  com.apple.iphonesimulator.SimulatorHost (1.0 - 1) <A7FA5C5A-F2FB-3C37-B03E-0EB8C494214D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/SimulatorHost.framework/Versions/A/SimulatorH ost
       0x10da47000 -        0x10dad1fff  com.apple.dt.IDE.IDEiPhoneSupport (5.1.1 - 5053) <3485627B-4D45-3B90-9869-FBB7282748BB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPho neSupport
       0x10db11000 -        0x10db4dfff  com.apple.framework.ConfigurationProfiles (6.0.2 - 667) <6AEA891F-CA82-3DB2-B2B5-735713FF618C> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles
       0x10dc09000 -        0x10dddafff  com.apple.audio.units.Components (1.10 - 1.10) <F74A9407-DDB5-3C4F-A051-47643871ED93> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x10de85000 -        0x10de89ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.1 - 2.6.1f2) <E5405175-7735-3F30-97ED-F44645033DC7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
       0x10de8e000 -        0x10de9efff  com.apple.dt.IDE.IDEQuickLookEditor (5.1.1 - 5064) <DDF8CF41-6714-3E9E-81A9-C1224B6BCF89> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/ MacOS/IDEQuickLookEditor
       0x10deb0000 -        0x10debafff  com.apple.dt.PlistEditor (5.1.1 - 5064) <A93BA7DB-6A06-3CCF-B681-BBAB1C142450> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/P listEditor
       0x10fdf2000 -        0x10fe61fff  com.apple.DTDeviceKitBase (5.1.1 - 5053) <510958A0-EEE0-3E4E-80CD-2431DF877256> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
       0x10fea1000 -        0x10ffb7fff  com.apple.mobiledevice (737 - 737) <E978B923-68DA-3F51-AD49-BEBB9D849699> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
       0x1100e1000 -        0x1100e4fff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
       0x110112000 -        0x110119ff7  com.apple.dt.IDE.IDEOSXSupportCore (5.1 - 5004) <5F32413C-EEE0-32A2-86F7-AD51338776DB> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSu pportCore
       0x110124000 -        0x110125ff7 +liblaunch_sim.dylib (330.10.5) <4C651793-4591-3CA5-BD3B-209FC38C3050> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/SDKs/iPhoneSimulator7.1.sdk/usr/lib/system/host/liblaunch_sim.dylib
       0x11060f000 -        0x11060ffff  com.apple.IBStoryboardCompilerPlugin (5.1 - 3733) <81143726-49EA-39B4-AE48-C76B5C174BEE> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/IBStoryboardCompilerPlugin.xcplugin/Conte nts/MacOS/IBStoryboardCompilerPlugin
       0x110613000 -        0x11061eff7  com.apple.xcode.plug-in.CoreBuildTasks (7.1.1 - 5069) <1E0DB441-26C3-3F96-810E-A8B7ED36A768> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks
       0x110626000 -        0x110626ff7  com.apple.xcode.compilers.coredata (7.1.1 - 5069) <E439E918-BAA8-3A59-929F-411D1EC93E46> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
       0x11064b000 -        0x11064bff7  com.apple.compilers.clang (7.1.1 - 5069) <5D768B37-C0DF-31DD-BA42-34BB6BA879A9> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0
       0x11064f000 -        0x110652ff7  com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <BF5E2897-D204-3D68-B711-DF815D5A212B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
       0x110658000 -        0x11065bfff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <83A4BD46-AE20-3049-A865-BEE5F72E8940> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
       0x110660000 -        0x11081eff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (5.1.1 - 5056) <89AC918E-1F50-3C45-8061-685491610604> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
       0x11093c000 -        0x110961fff  com.apple.DiscRecordingUI (8.0 - 8000.4.6) <9460712B-D256-33E6-A1F0-6C956EC48C32> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
       0x110983000 -        0x1109c3ff7  com.apple.glut (3.6.0 - GLUT-3.6.0) <DC45DBA8-895A-3DD2-ABD6-4BB94F41F0B2> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
       0x110a37000 -        0x110c8fff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (5.1 - 3733) <05B11916-14DF-3BFD-8C64-B999AC1514F6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
       0x110d68000 -        0x110d78ff7  com.apple.DTDeviceKit (4.2 - 5053) <12C220D4-C8EF-3ADF-9731-71EC994F4654> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
       0x110e0a000 -        0x110e95fff  com.apple.dt.gpu.GPURenderTargetEditor (5.1 - 15016) <D3499565-A50D-3470-A30A-A80799EE7F1A> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Conten ts/MacOS/GPURenderTargetEditor
       0x110ee1000 -        0x110f1afff  com.apple.GPUToolsInterface (1.0 - 15016) <FDC2327C-0D05-3FCE-8E9C-AB0E30E91555> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface
       0x110f3a000 -        0x11103cfff  com.apple.dt.IDE.IDEModelEditor (5.1.1 - 5064) <50585AA6-DA06-3A48-93AF-0F3145BCA3FD> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacO S/IDEModelEditor
       0x1110d3000 -        0x11115cfff  com.apple.dt.IDE.IDEModelFoundation (5.1.1 - 5064) <09E519E6-9348-34C0-B90C-E7F26B4D9E11> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/ MacOS/IDEModelFoundation
       0x1111b2000 -        0x1111c9ff7  com.apple.dt.IDE.IDERTFEditor (5.1.1 - 5064) <03F68676-7C63-3C41-B6DD-C3EAF94FA5EA> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/ IDERTFEditor
       0x1111db000 -        0x1111f3fff  com.apple.GPUToolsMobileFoundation (1.0 - 15008) <DA3C2279-E087-3923-889F-D85F276CB994> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToo lsMobileFoundation
       0x11168d000 -        0x1116dbfff  com.apple.dt.IDE.IDESceneKitEditor (5.1 - 5005) <4805781D-8CDB-3698-87C6-BA82A2FCA789> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/M acOS/IDESceneKitEditor
       0x111713000 -        0x11175dff7  com.apple.dt.gpu.GPUDebuggeriOSSupport (5.1 - 15008) <8DE87D09-C5E1-3544-A819-F2E6351F7F7C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GP UDebuggeriOSSupport
       0x111787000 -        0x1117afff7  com.apple.GPUToolsShaderProfiler (1.0 - 15016) <588BF0BE-9752-35B1-808C-15D3AEBB665A> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framew ork/Versions/A/GPUToolsShaderProfiler
       0x1117c3000 -        0x111848ff7  com.apple.GPUToolsExpert (1.0 - 15008) <DF67A417-32C8-300E-9C67-02D0FC1FE892> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsExpert.framework/Versions/A/GPUToolsExpert
       0x111891000 -        0x111899ff7  com.apple.dt.ScriptingDefinitionEditor (5.1.1 - 5064) <E9E01071-A13C-34FB-97D9-E64F726BE9F1> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Co ntents/MacOS/ScriptingDefinitionEditor
       0x1118a1000 -        0x1118a6ff7  com.apple.dt.IDE.IDEPDFViewer (5.1.1 - 5064) <1742CA70-3B93-33A0-82AF-6433B315BB22> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/ IDEPDFViewer
       0x1118ae000 -        0x113327f0f  com.apple.LLDB.framework (1.310.2.37 - 310.2.37) <7BD03D5B-7216-3470-A75C-98FBBDE4AAE4> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/LLDB
       0x11397b000 -        0x113a65fff  org.python.python (2.7.5 - 2.7.5) <8DD65C8B-686D-3BF1-8682-70F02D28D200> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
       0x113b4e000 -        0x113b8afff  com.apple.gputools.MobileAnalysis (1.0 - 15008) <AB993446-7F42-3204-8D69-BADAEE7B93CA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/MobileAnalysis.gtplugin/Contents/MacOS/MobileAnalysis
       0x113da4000 -        0x113eb9ff7  com.apple.SpriteKit (1.0 - 1) <0FD4C8A4-9268-3C97-AFAC-3EE55BAC8DC7> /Applications/Xcode.app/Contents/SharedFrameworks/SpriteKit.framework/Versions/ A/SpriteKit
       0x113f1a000 -        0x113f57fff  com.apple.PhysicsKit (1.0 - 1) <7995F642-C0DA-32A7-891F-7177D8025D6D> /Applications/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework/Versions /A/PhysicsKit
       0x113f71000 -        0x113f96fff  com.apple.GLKit (1.0 - 27) <E87FD290-ACD2-3F2B-91D0-24AC02A39DA4> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
       0x113fbb000 -        0x113fdffff  com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
       0x11524f000 -        0x11525afff  libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
       0x115261000 -        0x115262ff9 +cl_kernels (???) <A0FC519A-B067-406D-92A2-D7CAE711D69A> cl_kernels
       0x1156a3000 -        0x115789fef  unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
       0x115861000 -        0x115862ffa +cl_kernels (???) <73879C92-CB5F-4DEB-808A-CED181D0227F> cl_kernels
       0x1158f0000 -        0x11590dff7  com.apple.dt.IDE.IDEGit (5.1.1 - 5064) <1A896830-2258-3FD1-9675-E637CDCA6349> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
       0x115921000 -        0x115938fff  com.apple.dt.IDE.IDESubversion (5.1.1 - 5064) <5B1542EF-2D0F-3E39-97A7-7A344FF224A5> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS /IDESubversion
       0x115946000 -        0x11594cfff  com.apple.dt.IDE.IDEInstrumentsService (5.1.1 - 5064) <23A1D273-2070-3F44-A6C2-A3B2209A832B> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Conten ts/MacOS/IDEInstrumentsService
       0x115a02000 -        0x115a03ff7  com.apple.dt.IDE.IDEAppleScriptCore (5.1.1 - 5064) <27CE752D-BE13-3D28-A03E-993B0E71B088> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/ MacOS/IDEAppleScriptCore
       0x1168ed000 -        0x1168eefe4 +cl_kernels (???) <E1FFD6B3-0797-446F-B2F3-364D431BE15B> cl_kernels
       0x1169f7000 -        0x116a3cff7  com.apple.dt.dbg.DebuggerLLDB (5.1.1 - 5064) <B5693931-5D42-33A7-A3A2-25B343F3118E> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/ DebuggerLLDB
    0x123400000000 -     0x12340034dff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.24.13 - 8.2.4) <51BA14A4-A2B5-3895-8B9A-E7D71CAC3E5B> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
    0x7fff68984000 -     0x7fff689b7817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
    0x7fff8294b000 -     0x7fff8295bffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff8295c000 -     0x7fff829f9fff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x7fff829fa000 -     0x7fff829fffff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff82a00000 -     0x7fff82b22fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff82b24000 -     0x7fff82b29ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff82b2a000 -     0x7fff82b47ff7  com.apple.framework.Apple80211 (9.3.2 - 932.59) <DA61BF63-978E-342D-8F7F-83D0169A7F48> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff82b87000 -     0x7fff82bb4ff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff82bb5000 -     0x7fff82c49ff7  com.apple.Bluetooth (4.2.4 - 4.2.4f1) <9F1148F5-C476-3AC0-9C8F-C4D29E84C97D> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff82c5e000 -     0x7fff82cc2fff  com.apple.datadetectorscore (5.0 - 354.4) <37093186-6019-3071-8D67-F3EF429F8F08> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff82cdf000 -     0x7fff82d6afff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
    0x7fff82d9f000 -     0x7fff82da1fff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff83585000 -     0x7fff835acffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff835ad000 -     0x7fff835fbff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff835fc000 -     0x7fff835ffffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff83600000 -     0x7fff83631fff  com.apple.MediaKit (15 - 70

I think the suggestion would have been to update Microsoft Office, which is not available from the App Store. You need to get it from Microsoft.
What you can do is run the Microsoft Auto Update utility. Open Finder and click on Go > Go to Folder. Then enter the following (copy and paste)
/Library/Application Support/Microsoft/MAU2.0
If you are running MS Office 2011 then you will see the Microsoft AutoUpdate utility. Double-click to open and get the latest update.

Similar Messages

  • Premiere Elements 9 crashes when I try to open a project

    Premiere Elements 9 was installed on my laptop when I bought it. I have only just tried to use it for the first time this week. When I choose 'create a new project' it opens but there's only a blank screen - no way to start editing, drag video in, etc. When I try to re-open a project, it crashes - saying there has been an error and it has to close.
    I have uninstalled and re-installed from the discs that came with the laptop but this problem continues to happen.
    Any ideas what I can do to fix this?
    Thanks.

    Thanks for your suggestions. I'm working on a Windows 7 laptop.
    When I try to download the 9.0.1 update I get an error message: "There was an error downloading this update. Please quit and try again later". It doesn't say what the problem is.
    1. Yes
    2. I've tried this and got the same blank grey screen as before (no work area) - tried to open a project/ create new and I got the error message: "Sorry, a serious error has occurred that requires Adobe Premiere Elements to shut down." But then it doesn't shut down.
    3. I'm not sure what kind of video card - how do I find this out?
    Unless you have other suggestions, given my replies above, I'll try deleting the folder you suggest next.
    Thanks
    Emily
        Premiere Elements 9 crashes when I try to open a project
        created by A.T. Romano in Premiere Elements - View the full discussion
    emilyw76
    What computer operating system is your Premiere Elements 9 running on? For now I will assume Windows 7, 8, or 8.1 64 bit.
    Have you installed the 9.0.1 Update and are trying to work from it? I suspect not. To do that, you can use Help Menu/Update within the project or, if that is not possible, you can do the update with the program closed. Use the download link
    Adobe - Premiere Elements : For Windows : Premiere Elements 9.0.1 update
    Then the usual
    1. Do you have the latest version of QuickTime installed on your computer?
    2. Are you running the program from a User Account with Administrative Privileges and have you applied Run As Administrator to the desktop icon of the program?
    3. What video card/graphics card does your computer use? How many cards, 1 or 2? And, is the card driver version up to date according to the web site of the manufacturer of the card or the web site of the manufacturer of the computer?
    An important troubleshooting scheme is to delete the Adobe Premiere Elements Prefs file and, if necessary, the whole 9.0 Folder in which the Adobe Premiere Elements Prefs file exists.
    Local Disk C
    Users
    Owner
    AppData
    Roaming
    Adobe
    Premiere Elements
    9.0
    and in the 9.0 Folder is the Adobe Premiere Elements Prefs file that you delete. If that does not work, then you delete the whole 9.0 Folder in which the Adobe Premiere Elements Prefs file exists. Be sure to be working with Folder Option Show Hidden Files, Folders, and Drives active so that you can see the complete path cited.
    After you determine that the video card/graphics card is up to date and the problems persist, the delete the BadDrivers.txt file.
    Local Disk C
    Program Data
    Adobe
    Premiere Elements
    9.0
    and in the 9.0 Folder is the BadDrivers.txt file that you delete. (After you close out of there and open a project, a new BadDrivers.txt file will be generated but the problem should be gone hopefully.)
    Please review and consider the above and then we will decide what next as indicated.
    Thank you.
    ATR

  • DVD studio pro 4 crashes when I try to open a project file. Just upgraded to snow leopard.

    Hey guys,
    I am working with DVD studio pro 4 and it keeps crashing on me. It crashes when I try to open a project file through the top menu, it crashes when I click the "import" button on the assets tab, and it also crashes when I try to save a project file. I am using a legitimate copy and I have tried reinstalling it, repairing disc permissions, and updating it. Oh and also one big thing, I just recently upgraded to snow leopard.
    Any fixes for this?
    Thanks guys!

    Hey guys, here is the crash codes that I am getting.
    Interval Since Last Report:          608 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  57 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      4F049798-25C3-4E24-AC54-FBED8CE6C174
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000022
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: frame
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x956441bf objc_msgSend_stret + 15
    1   ...le.prokit.SnowLeopardPanels          0x16058e2a _NSProNavDrawLabelColorIndexImpl + 11395
    2   ...le.prokit.SnowLeopardPanels          0x1605766e _NSProNavDrawLabelColorIndexImpl + 5319
    3   com.apple.dspinterface                  0x00044d76 -[DSPXProjectBinModule importAsset:] + 276
    4   com.apple.AppKit                        0x92b98a26 -[NSApplication sendAction:to:from:] + 112
    5   com.apple.prokit                        0x00469414 -[NSProApplication sendAction:to:from:] + 127
    6   com.apple.AppKit                        0x92c78255 -[NSControl sendAction:to:] + 108
    7   com.apple.AppKit                        0x92c73d02 -[NSCell _sendActionFrom:] + 169
    8   com.apple.AppKit                        0x92c72ff9 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808
    9   com.apple.AppKit                        0x92cc86ed -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524
    10  com.apple.prokit                        0x004ae21e -[NSProButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 539
    11  com.apple.AppKit                        0x92c71a4f -[NSControl mouseDown:] + 812
    12  com.apple.AppKit                        0x92c6fa58 -[NSWindow sendEvent:] + 5549
    13  com.apple.prokit                        0x004919f0 -[NSProWindow sendEvent:] + 264
    14  com.apple.dspinterface                  0x000abb8e -[DSPXDocumentWindowClass sendEvent:] + 770
    15  com.apple.AppKit                        0x92b8860b -[NSApplication sendEvent:] + 6431
    16  com.apple.prokit                        0x0046c040 -[NSProApplication sendEvent:] + 1901
    17  com.apple.AppKit                        0x92b1c253 -[NSApplication run] + 917
    18  com.apple.prokit                        0x0046c3f6 NSProApplicationMain + 326
    19  com.apple.dvdstudiopro                  0x000034d8 0x1000 + 9432
    20  com.apple.dvdstudiopro                  0x00002ce6 0x1000 + 7398
    21  com.apple.dvdstudiopro                  0x00002c0d 0x1000 + 7181
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x9044a382 kevent + 10
    1   libSystem.B.dylib                       0x9044aa9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x90449f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x90449cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x90449781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x904495c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x90451aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9045175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x904533f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.CoreGraphics                  0x97637b7d layer_blit_work_queue_thread + 973
    4   libSystem.B.dylib                       0x90451259 _pthread_start + 345
    5   libSystem.B.dylib                       0x904510de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x90423b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x904516e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x904805a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9629495c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9624d451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9624d334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.dvdbase                       0x007bc0f9 -[ThreadSafeQueue headItem] + 46
    7   com.apple.dvdbase                       0x007bfa64 -[MPEGEncoderManager generateMPEG_ThreadProc:] + 154
    8   com.apple.Foundation                    0x96258564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x96258514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90451259 _pthread_start + 345
    11  libSystem.B.dylib                       0x904510de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x90451aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9047d9c5 nanosleep$UNIX2003 + 188
    2   com.apple.Foundation                    0x962805d5 +[NSThread sleepUntilDate:] + 147
    3   com.apple.dvdbase                       0x007bfce8 -[MPEGEncoderManager checkEncoderServer] + 87
    4   com.apple.Foundation                    0x96258564 -[NSThread main] + 45
    5   com.apple.Foundation                    0x96258514 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x90451259 _pthread_start + 345
    7   libSystem.B.dylib                       0x904510de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x90423b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x904516e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x904805a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9629495c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x9624d451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x9624d334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.dvdbase                       0x007bc0f9 -[ThreadSafeQueue headItem] + 46
    7   com.apple.dvdbase                       0x007c2d28 -[AIFFEncoderManager generateAIFF_ThreadProc:] + 109
    8   com.apple.Foundation                    0x96258564 -[NSThread main] + 45
    9   com.apple.Foundation                    0x96258514 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90451259 _pthread_start + 345
    11  libSystem.B.dylib                       0x904510de thread_start + 34
    Thread 6:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x90442ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x92624c83 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x90451259 _pthread_start + 345
    3   libSystem.B.dylib                       0x904510de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x90423b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x904516f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9049a05f pthread_cond_wait + 48
    3   com.apple.dvdbase                       0x009db585 -[DVDAssetScheduler mainLoop:] + 191
    4   com.apple.Foundation                    0x96258564 -[NSThread main] + 45
    5   com.apple.Foundation                    0x96258514 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x90451259 _pthread_start + 345
    7   libSystem.B.dylib                       0x904510de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x90423afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90424267 mach_msg + 68
    2   com.apple.CoreFoundation                0x925e530f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x925e43f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x925ea334 CFRunLoopRun + 84
    5   com.apple.DesktopServices               0x90004b3d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6   ...ple.CoreServices.CarbonCore          0x9185054a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x90451259 _pthread_start + 345
    8   libSystem.B.dylib                       0x904510de thread_start + 34
    Thread 9:  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libSystem.B.dylib                       0x90451aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9047d9c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x9047d903 usleep$UNIX2003 + 61
    3   com.apple.DesktopServices               0x9000e731 TNode::WaitToBeSynced(bool) + 197
    4   com.apple.DesktopServices               0x9000e4a0 TNode::StSynchronize::StSynchronize(TNodePtr const&, unsigned long) + 210
    5   com.apple.DesktopServices               0x9005cd2a TNode::GetNodeFromPathName(TUString const&, TNodePtr&) + 76
    6   com.apple.DesktopServices               0x900182a9 TNode::FindUserFolder(unsigned long, bool, TNodePtr&) + 229
    7   com.apple.DesktopServices               0x900180a4 TNode::SetSpecialNodeFromOStype(unsigned long) + 142
    8   com.apple.DesktopServices               0x90017f7c TNode::SetSpecialNode(unsigned long, TNodePtr&) + 276
    9   com.apple.DesktopServices               0x90012683 TNode::GetSpecialNodeWithStatus(unsigned long, OpaqueNodeRequest* const&, unsigned long, TNodePtr&) + 617
    10  com.apple.DesktopServices               0x90029166 TNode::GetSpecialNode(unsigned long, OpaqueNodeRequest* const&, unsigned long) + 50
    11  com.apple.DesktopServices               0x900290de TNode::IsDesktop() const + 98
    12  com.apple.DesktopServices               0x90028a52 TNode::ResolveSharedFileListAliasIfNeeded() + 756
    13  com.apple.DesktopServices               0x9001022b TNode::SynchronizeChildren(unsigned long, TNodeEventPtrSet&) + 4409
    14  com.apple.DesktopServices               0x9000ec08 TNode::HandleSync(unsigned long) + 886
    15  com.apple.DesktopServices               0x9000e85e TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 56
    16  com.apple.DesktopServices               0x900614ea TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1154
    17  com.apple.DesktopServices               0x9000ccbd __PostNodeTaskRequest_block_invoke_2 + 94
    18  libSystem.B.dylib                       0x90457a24 _dispatch_call_block_and_release + 16
    19  libSystem.B.dylib                       0x9044a48c _dispatch_queue_drain + 249
    20  libSystem.B.dylib                       0x90449ee8 _dispatch_queue_invoke + 50
    21  libSystem.B.dylib                       0x90449cfe _dispatch_worker_thread2 + 240
    22  libSystem.B.dylib                       0x90449781 _pthread_wqthread + 390
    23  libSystem.B.dylib                       0x904495c6 start_wqthread + 30
    Thread 10:  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libSystem.B.dylib                       0x90423b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x90429646 pthread_mutex_lock + 490
    2   ...ple.CoreServices.OSServices          0x901f4740 _SFLReleaseSnapshot + 38
    3   com.apple.LaunchServices                0x92166af5 LSSharedFileListCopySnapshot + 1407
    4   com.apple.DesktopServices               0x90026269 TFSInfoSynchronizer::FetchChildren() + 407
    5   com.apple.DesktopServices               0x9000f1e6 TNode::SynchronizeChildren(unsigned long, TNodeEventPtrSet&) + 244
    6   com.apple.DesktopServices               0x9000ec08 TNode::HandleSync(unsigned long) + 886
    7   com.apple.DesktopServices               0x9000e85e TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 56
    8   com.apple.DesktopServices               0x900614ea TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1154
    9   com.apple.DesktopServices               0x9000ccbd __PostNodeTaskRequest_block_invoke_2 + 94
    10  libSystem.B.dylib                       0x90457a24 _dispatch_call_block_and_release + 16
    11  libSystem.B.dylib                       0x9044a48c _dispatch_queue_drain + 249
    12  libSystem.B.dylib                       0x90449ee8 _dispatch_queue_invoke + 50
    13  libSystem.B.dylib                       0x90449cfe _dispatch_worker_thread2 + 240
    14  libSystem.B.dylib                       0x90449781 _pthread_wqthread + 390
    15  libSystem.B.dylib                       0x904495c6 start_wqthread + 30
    Thread 11:  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libSystem.B.dylib                       0x90423b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x90429646 pthread_mutex_lock + 490
    2   ...ple.CoreServices.OSServices          0x901f4740 _SFLReleaseSnapshot + 38
    3   com.apple.LaunchServices                0x92166af5 LSSharedFileListCopySnapshot + 1407
    4   com.apple.DesktopServices               0x90026269 TFSInfoSynchronizer::FetchChildren() + 407
    5   com.apple.DesktopServices               0x9000f1e6 TNode::SynchronizeChildren(unsigned long, TNodeEventPtrSet&) + 244
    6   com.apple.DesktopServices               0x9000ec08 TNode::HandleSync(unsigned long) + 886
    7   com.apple.DesktopServices               0x9000e85e TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 56
    8   com.apple.DesktopServices               0x900614ea TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1154
    9   com.apple.DesktopServices               0x9000ccbd __PostNodeTaskRequest_block_invoke_2 + 94
    10  libSystem.B.dylib                       0x90457a24 _dispatch_call_block_and_release + 16
    11  libSystem.B.dylib                       0x9044a48c _dispatch_queue_drain + 249
    12  libSystem.B.dylib                       0x90449ee8 _dispatch_queue_invoke + 50
    13  libSystem.B.dylib                       0x90449cfe _dispatch_worker_thread2 + 240
    14  libSystem.B.dylib                       0x90449781 _pthread_wqthread + 390
    15  libSystem.B.dylib                       0x904495c6 start_wqthread + 30
    Thread 12:  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libSystem.B.dylib                       0x90423b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x90429646 pthread_mutex_lock + 490
    2   ...ple.CoreServices.OSServices          0x901f4740 _SFLReleaseSnapshot + 38
    3   com.apple.LaunchServices                0x92166af5 LSSharedFileListCopySnapshot + 1407
    4   com.apple.DesktopServices               0x90026269 TFSInfoSynchronizer::FetchChildren() + 407
    5   com.apple.DesktopServices               0x9000f1e6 TNode::SynchronizeChildren(unsigned long, TNodeEventPtrSet&) + 244
    6   com.apple.DesktopServices               0x9000ec08 TNode::HandleSync(unsigned long) + 886
    7   com.apple.DesktopServices               0x9000e85e TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 56
    8   com.apple.DesktopServices               0x900614ea TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1154
    9   com.apple.DesktopServices               0x9000ccbd __PostNodeTaskRequest_block_invoke_2 + 94
    10  libSystem.B.dylib                       0x90457a24 _dispatch_call_block_and_release + 16
    11  libSystem.B.dylib                       0x9044a48c _dispatch_queue_drain + 249
    12  libSystem.B.dylib                       0x90449ee8 _dispatch_queue_invoke + 50
    13  libSystem.B.dylib                       0x90449cfe _dispatch_worker_thread2 + 240
    14  libSystem.B.dylib                       0x90449781 _pthread_wqthread + 390
    15  libSystem.B.dylib                       0x904495c6 start_wqthread + 30
    Thread 13:  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libSystem.B.dylib                       0x9042e11e stat$INODE64 + 10
    1   com.apple.framework.IOKit               0x91545517 symAddrInSC + 165
    2   com.apple.framework.IOKit               0x9154577b SCPreferencesCreate + 54
    3   ...ple.CoreServices.OSServices          0x901ef4d7 StatusMonitor::installSMBPreferencesMonitor() + 65
    4   ...ple.CoreServices.OSServices          0x901ed179 StatusMonitor::start() + 69
    5   ...ple.CoreServices.OSServices          0x901ecbe5 NetworkBrowser::openNode(__NWNode*, __CFString const*, unsigned long) + 105
    6   ...ple.CoreServices.OSServices          0x901ecb04 _NWBrowserOpenNode + 113
    7   com.apple.DesktopServices               0x9001db53 TNode::DoExternalRegistration(TCountedPtr<TNotifier> const&) + 1033
    8   com.apple.DesktopServices               0x9001d4b2 TNode::HandleRegisterForNotification(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 190
    9   com.apple.DesktopServices               0x900613b8 TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 848
    10  com.apple.DesktopServices               0x9000ccbd __PostNodeTaskRequest_block_invoke_2 + 94
    11  libSystem.B.dylib                       0x90457a24 _dispatch_call_block_and_release + 16
    12  libSystem.B.dylib                       0x9044a48c _dispatch_queue_drain + 249
    13  libSystem.B.dylib                       0x90449ee8 _dispatch_queue_invoke + 50
    14  libSystem.B.dylib                       0x90449cfe _dispatch_worker_thread2 + 240
    15  libSystem.B.dylib                       0x90449781 _pthread_wqthread + 390
    16  libSystem.B.dylib                       0x904495c6 start_wqthread + 30
    Thread 14:
    0   libSystem.B.dylib                       0x90449412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x904499a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x904495c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x1beb6a10  ebx: 0x16056e0a  ecx: 0x93302a7c  edx: 0x00000002
      edi: 0x00000000  esi: 0x93302a7c  ebp: 0xbfffeee8  esp: 0xbfffee78
       ss: 0x0000001f  efl: 0x00010202  eip: 0x956441bf   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000022
    Binary Images:
        0x1000 -     0x3fff  com.apple.dvdstudiopro 4.2.1 (431.25) /Applications/DVD Studio Pro.app/Contents/MacOS/DVD Studio Pro
        0x9000 -    0x10ff3  com.apple.AEProfiling 1.2 (18) /Applications/DVD Studio Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
       0x18000 -    0x27fff  com.apple.AERegistration 1.2 (68) /Applications/DVD Studio Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
       0x39000 -   0x2d4fd7  com.apple.dspinterface 4.2.1 (431.25) /Applications/DVD Studio Pro.app/Contents/Frameworks/DSPInterface.framework/Versions/A/DSPInterface
      0x448000 -   0x680fff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
      0x788000 -   0xc69fdc  com.apple.dvdbase 4.2.0 (468.49) /Applications/DVD Studio Pro.app/Contents/Frameworks/DVDBase.framework/Versions/A/DVDBase
      0xf3a000 -   0xf48ffa  com.apple.mediarenderingserver 4.2.0 (325.7) /Applications/DVD Studio Pro.app/Contents/Frameworks/MediaRenderingServer.framework/Versions/A/MediaRend eringServer
      0xf59000 -  0x1198fe7  com.apple.dvdauthoring 4.2.0 (428.41) /Applications/DVD Studio Pro.app/Contents/Frameworks/DVDAuthoring.framework/Versions/A/DVDAuthoring
    0x128a000 -  0x129eff8  com.apple.oxygene.layers 2.0.0 (425) /Applications/DVD Studio Pro.app/Contents/Frameworks/OxygeneLayers.framework/Versions/A/OxygeneLayers
    0x12b1000 -  0x12d6ff7  com.apple.oxygene.engine 2.0.0 (427) /Applications/DVD Studio Pro.app/Contents/Frameworks/Oxygene.framework/Versions/A/Oxygene
    0x12fb000 -  0x130bff7  com.apple.oxygenetransitions 4.2.0 (304.2) /Applications/DVD Studio Pro.app/Contents/Frameworks/OxygeneTransitions.framework/Versions/A/OxygeneTran sitions
    0x1314000 -  0x1314ff7  com.apple.iokit.dvcomponentglue 1.9.9 (1.9.9) <2BA05DB9-D847-CBC7-42D6-A9D96D7E1ED2> /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x1318000 -  0x1358ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x235c000 -  0x235ffef  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x2364000 -  0x23c9fde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x23e9000 -  0x242ffc3  com.apple.motion.component 1.0 (1.0) <77973A13-4E79-426F-853F-2318E52A2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x2435000 -  0x243802f  Motion ??? (???) <B5E862EE-E0FF-4F86-A789-98E3E601A18C> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x16040000 - 0x16075ff7  com.apple.prokit.SnowLeopardPanels 7.0.1 (1331.1) <FF2667E3-621B-071C-77D4-9C3125A9298C> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x1acc7000 - 0x1accfff7  com.apple.proapps.mrcheckpro 1.4 (201) /Applications/DVD Studio Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x1af84000 - 0x1b0fdff7  GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1b12f000 - 0x1b534fe7  libclh.dylib 3.1.1 C  (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x1b5ad000 - 0x1b5d1fe7  GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1edcd000 - 0x1eddcffc  com.apple.oxygene.datadefcontroller 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/DataDefController.oxygene/Contents/MacOS/DataDefContro ller
    0x1ede2000 - 0x1ede7fc0  com.apple.oxygene.datadefevent 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/DataDefEvent.oxygene/Contents/MacOS/DataDefEvent
    0x1edec000 - 0x1edfcfd0  com.apple.oxygene.datadefimage 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/DataDefImage.oxygene/Contents/MacOS/DataDefImage
    0x1ef60000 - 0x1ef65fef  com.apple.oxygene.dvdsupport 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/DVDSupport.oxygene/Contents/MacOS/DVDSupport
    0x1ef69000 - 0x1ef6cfff  com.apple.oxygene.filemanager 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/FileManager.oxygene/Contents/MacOS/FileManager
    0x1ef70000 - 0x1ef79fe7  com.apple.oxygene.fraktalzoom 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/FraktalZoom.oxygene/Contents/MacOS/FraktalZoom
    0x1ef7d000 - 0x1ef80fc7  com.apple.oxygene.imagecapture 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageCapture.oxygene/Contents/MacOS/ImageCapture
    0x1ef84000 - 0x1efa0fd0  com.apple.oxygene.imagedistort 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageDistort.oxygene/Contents/MacOS/ImageDistort
    0x1efa9000 - 0x1efd3ff0  com.apple.oxygene.imageeffects 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageEffects.oxygene/Contents/MacOS/ImageEffects
    0x1efde000 - 0x1efeeffc  com.apple.oxygene.imagefilters 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageFilters.oxygene/Contents/MacOS/ImageFilters
    0x1eff4000 - 0x1eff7fd7  com.apple.oxygene.mpegImporter 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/MPEGImporter.oxygene/Contents/MacOS/MPEGImporter
    0x2146d000 - 0x21477fd4  com.apple.oxygene.imagegenerator 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageGenerator.oxygene/Contents/MacOS/ImageGenerator
    0x2148b000 - 0x21491fc4  com.apple.oxygene.imagemodulation 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageModulation.oxygene/Contents/MacOS/ImageModulation
    0x21498000 - 0x214bcfd8  com.apple.oxygene.imagetransitions 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageTransitions.oxygene/Contents/MacOS/ImageTransitio ns
    0x214c1000 - 0x214d7fc0  com.apple.oxygene.multimediaimporter 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/MultiMediaImporter.oxygene/Contents/MacOS/MultiMediaIm porter
    0x214de000 - 0x214e4ff7  com.apple.oxygene.oldfilm 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/OldFilm.oxygene/Contents/MacOS/OldFilm
    0x214e8000 - 0x214ecfef  com.apple.oxygene.remoteControl 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/RemoteControl.oxygene/Contents/MacOS/RemoteControl
    0x214f0000 - 0x214f5fe7  com.apple.oxygene.textimporter 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/TextImporter.oxygene/Contents/MacOS/TextImporter
    0x21600000 - 0x216cafd8  com.apple.oxygene.imagebasics 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/ImageBasics.oxygene/Contents/MacOS/ImageBasics
    0x216da000 - 0x216e1fc4  com.apple.oxygene.timemanager 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/TimeManager.oxygene/Contents/MacOS/TimeManager
    0x216e5000 - 0x216effff  com.apple.oxygene.trackrecorder 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/TrackRecorder.oxygene/Contents/MacOS/TrackRecorder
    0x216f3000 - 0x21720fc7  com.apple.oxygene.wirelessVideoOutput 2.0.0 (643.2) /Applications/DVD Studio Pro.app/Contents/PlugIns/WirelessVideoOutput.oxygene/Contents/MacOS/WirelessVid eoOutput
    0x3e000000 - 0x3e046ff7  com.apple.glut 3.4.4 (GLUT-3.4.4) <DF15FD36-E1F5-D745-1BF6-DD3AEA2897E4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x8f0c6000 - 0x8f811fff  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90003000 - 0x900ddfff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x900de000 - 0x900e2ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x900e3000 - 0x90130feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x90131000 - 0x901ccfe7  com.apple.ApplicationServices.ATS 275.16 (???) <873C8B8A-B563-50F7-7628-524EE9E8DF0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x901df000 - 0x901dfff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x901e3000 - 0x902aefef  com.apple.CoreServices.OSServices 359 (359) <FE671FE5-9198-8340-24EE-BDB4A31DC378> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x902af000 - 0x902bcff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x902bd000 - 0x902d9fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x902f3000 - 0x903a1ff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x903a2000 - 0x90422feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90423000 - 0x905caff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x905cb000 - 0x9060dff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90652000 - 0x90655ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90656000 - 0x90668ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x90ce5000 - 0x90e28fef  com.apple.QTKit 7.7 (1783) <0C6814E2-98C2-74F4-770F-BA355CA86F0F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90e29000 - 0x90e3dfe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x90e3e000 - 0x90f6cfe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90fa2000 - 0x90ffcfe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x90ffd000 - 0x90ffdff7  com.apple.Carbon 150 (152) <095157D7-B4EE-F73D-72E9-6C5EF55C55E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91029000 - 0x91254ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x912e4000 - 0x91317ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91319000 - 0x91520feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91521000 - 0x9157eff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9157f000 - 0x915f6ff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x915f7000 - 0x917f5ff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <011E271D-4CA4-FFB0-2EDD-13C31C239899> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91802000 - 0x91829ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9182a000 - 0x91b4aff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91b4b000 - 0x91b89ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91b8a000 - 0x91c8cfef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x91c8d000 - 0x91c90ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x91ca5000 - 0x920f6fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x920f7000 - 0x9213aff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92150000 - 0x921edfe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x921ee000 - 0x922f0fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x922f1000 - 0x9235bfe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9236c000 - 0x9236cff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9236d000 - 0x9236dff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9236e000 - 0x9244efe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9244f000 - 0x92471fef  com.apple.DirectoryService.Framework 3.6 (621.12) <A4A47C88-138C-A237-88A5-877E5CAB4494> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x92472000 - 0x9257eff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x92587000 - 0x925a7fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x925a8000 - 0x92723fe7  com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9275d000 - 0x92768ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x92769000 - 0x927e3fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92859000 - 0x928c7ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x928c8000 - 0x928e9fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x928ea000 - 0x929a6fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x929a7000 - 0x929fffe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x92b11000 - 0x92b11ff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92b12000 - 0x933f5ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x933f6000 - 0x93429fff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9342a000 - 0x9342eff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93572000 - 0x935b5ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x935b6000 - 0x93638ffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9363e000 - 0x9367bff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9367c000 - 0x93b37ff7  com.apple.VideoToolbox 0.484.52 (484.52) <F7CF9485-A932-1305-9AA6-3F7AC38B8B15> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x93b38000 - 0x93b78ff3  com.apple.securityinterface 4.0.1 (40418) <FED0C1B5-469E-ADFF-308E-C10B6A68AE45> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x93b79000 - 0x93c7afe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x93f02000 - 0x93f3aff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93f3b000 - 0x93f81ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x93f82000 - 0x94164fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x94165000 - 0x94168ff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x941dc000 - 0x941dffe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x94226000 - 0x9426bff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x9426c000 - 0x94349fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9434a000 - 0x94385feb  libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x94386000 - 0x94394fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x943a0000 - 0x943aeff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x943af000 - 0x943f0ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x943f1000 - 0x943f7fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x943f8000 - 0x94408ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94409000 - 0x9481fff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94983000 - 0x949a7ff7  libJPEG.dylib ??? (???) <0C406884-DAAF-0409-2659-9D1602D752D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x949a8000 - 0x94a60feb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x94a61000 - 0x94aa5ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94aa6000 - 0x94aa6ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94aa7000 - 0x94aebfe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94aec000 - 0x94b7efe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94b7f000 - 0x94b86ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94df0000 - 0x94e18ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x94e5a000 - 0x94e63ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94e64000 - 0x94e83ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94f9d000 - 0x94f9fff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94fa0000 - 0x9501bfff  com.apple.AppleVAFramework 4.10.26 (4.10.26) <B293EC46-9F71-F448-F0E7-2960DC6DAEF7> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9501c000 - 0x95095ff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95163000 - 0x95164ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x95165000 - 0x95292ffb  com.apple.MediaToolbox 0.484.52 (484.52) <C9035045-D1B4-1B1F-7354-B00D1094D804> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x953ba000 - 0x9541effb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9541f000 - 0x9555cfe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x955af000 - 0x955e9fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x955ea000 - 0x9563dff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9563e000 - 0x956ebfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x956ec000 - 0x956fdff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x95731000 - 0x9573efe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <828CCEAB-F193-90F1-F48C-54E3C88B29BC> /usr/lib/libbz2.1.0.dylib
    0x9573f000 - 0x957d7fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x957d8000 - 0x957edfff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96242000 - 0x964b3fef  com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x964b4000 - 0x9681fff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96820000 - 0x96828ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96829000 - 0x96841ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x96842000 - 0x9684dff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9684e000 - 0x96859ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9685a000 - 0x96893fe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x96894000 - 0x968eaff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x969c3000 - 0x969fdff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x969fe000 - 0x96a12ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96a13000 - 0x96a19fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x96a1a000 - 0x96ac2ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96b95000 - 0x96dfbff7  com.apple.security 6.1.2 (55002) <64A20CEB-E614-D35F-7B9F-246BCB25BA23> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96e6c000 - 0x96e76ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96e77000 - 0x96ec0fe7  libTIFF.dylib ??? (???) <10F7E21B-EC59-6594-004F-798DA3F37789> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96f01000 - 0x96f02ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96f03000 - 0x97085fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x97086000 - 0x970b6ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x970e2000 - 0x97113ff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9740e000 - 0x97455ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x97456000 - 0x9745aff7  libGIF.dylib ??? (???) <B7BA65AF-681C-F18B-A434-CBEC76A45646> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9745b000 - 0x9746bff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9746c000 - 0x97c5b557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x97cda000 - 0x97d00ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x97d01000 - 0x97d06ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x97d07000 - 0x97d07ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x97d08000 - 0x97d23ff7  libPng.dylib ??? (???) <4C105512-6FA8-2AE0-D058-6A8AA00F9DA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97d24000 - 0x97ee6feb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <20E90968-E04B-7B68-DBA2-92C729A8243F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x97ee7000 - 0x9831cff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x98351000 - 0x983b2fe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x983ce000 - 0x983d8fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x983d9000 - 0x98429ff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9842a000 - 0x9842aff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9857f000 - 0x98581ff7  libRadiance.dylib ??? (???) <47E300B5-DBEF-86C4-29BD-86DBEDD2FBB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x98582000 - 0x9858fff7  com.apple.AppleFSCompression 24.4 (1.0) <09E7FA6D-4BE8-5CA6-732F-D70EDF0E3910> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x98607000 - 0x986b3fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x986b4000 - 0x98723ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x98724000 - 0x98730ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x98731000 - 0x987eafe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x987eb000 - 0x98828ff7  com.apple.CoreMedia 0.484.52 (484.52) <62B0C876-A931-372F-8947-7CBA0379F427> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98829000 - 0x98829ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9979b000 - 0x99abffef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x99ac7000 - 0x99b44ff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x99c5d000 - 0x99f57fef  com.apple.QuickTime 7.6.6 (1783) <1EC8DC5E-12E3-1DB8-1F7D-44C6EF193C58> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9a04d000 - 0x9a04eff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Any help would be appreciated. I am kind of crippled with out this program running properly.

  • Labview 5.1 Executable crashes when I try to run it a second time

    I created an executable from some labview 5.1 code I wrote. The code works fine when I run it under labview, but when I created an executable, the code crashes. I can run the code once and it will work fine, but when I try to run it again it crashes.
    The coded basic function is to record data displayed on a network analyzer screen. I have the analyzer go into remote mode for data collection and back to local after data collection so changes can be made to the display. When I try running it again after changes were made, the executable crashes.
    Has anyone experience this problem?

    I have run into this problem a couple of times for different (but similar) reasons.
    One was that I used the VISA open and talked to the instrument, but did not CLOSE the VISA session. When trying to OPEN again (second time program is run), the program would crash.
    I had the same problem with opening references once. It is supposed to close all references when the program ends, but I always close my sessions before exiting.
    Look for OPEN without CLOSE in the program.
    Hope this helps.
    Rob

  • Primavera crashes when i try to run it from Citrix. OS is Server 2008

    When i try to run Primavera from Citrix , choose databse and enter user name and password , it crashed and give following error
    Problem Event Name: APPCRASH 
    Application Name: PM.exe 
    Application Version: 7.0.3.3036
       Application Timestamp: 2a425e19
      Fault Module Name: StackHash_1703
       Fault Module Version: 0.0.0.0 
    Fault Module Timestamp: 00000000
       Exception Code: c0000005 
    Exception Offset: 059ab530  
    OS Version: 6.0.6002.2.2.0.18.10 
    Locale ID: 1033
      Additional Information 1: 1703
       Additional Information 2: 2264db07e74365624c50317d7b856ae9 
    Additional Information 3: 1344 
    Additional Information 4: 875fa2ef9d2bdca96466e8af55d1ae6e
    I am able to run Primavera correctly when i Remote login to server and run it froms it desktop
    But the exe crashes when run from Citrix. Dbconfig runs fine. Only problem when i start PM.exe.
    Can any one help what may be the reason.

    Hello,
    I have seen such error with the DEP (Data Execution Protection) that was blocking it. Do you log in into your Citrix with the same  Windows User as remote? Are the permissions to application folders correctly set?
    Regards
    Daniel

  • FCPX crashing when I try to share a project

    When I try to export a project creating a new master file FCPX crashes. I can share to vimeo or youtube, or share a still image, but if I choose to share new master file then the program shuts down, and now it doesn´t even show me the report. I am using FCPX 10.1.3, but had the same problem with previous versions. Anyone has an idea about what can be causing this problem? Thanks!
    Santi
    MacBook Pro 15 inch, Early 2011
    Processor 2,2 GHz Intel Core i7
    Memory 16GB 1333 MHz DDR3
    Graphics AMD Radeon HD 6750M 1024 MB
    OS X 10.9.5

    Set up iMovie Theater and iCloud
    In order to take full advantage of the capabilities of iMovie Theater, you must be signed in to iCloud. If you are signed in to iCloud, movies and trailers shared to iMovie Theater are automatically uploaded to iCloud. You can also turn off automatic uploading, and upload just the movies and trailers you want, or delete individual movies and trailers from iCloud. For more information about the Theater, see iMovie Theater overview.
    If you sign out of your iCloud account on your Mac, all iCloud movies disappear from the Theater, but they are not deleted; the movies reappear when you sign in again. If you ever run out of space in iCloud, an alert icon appears in the top-right corner of your movie, indicating that you can’t upload new movies. For more information, click the icon. After you upgrade your iCloud storage or clear space, your movies automatically appear in iCloud again.
    Hide
    Set up automatic iCloud uploading
    Choose Apple menu > System Preferences, and click iCloud.
    Make sure you’re signed in, and then select the Documents & Data checkbox.
    Click the Options button next to Documents & Data.
    Make sure the iMovie checkbox is selected.
    In iMovie, choose iMovie > Preferences.
    Select the “Automatically upload content to iCloud” checkbox.
    To turn off automatic uploading, deselect the checkbox.

  • Somebody know how to fix that?  Premiere Pro crash when i try to load some project

    Hi!
    I work with Premiere Pro CC
    When i try to open a project ( only that project) i have this error message:
    [/sirreact64/releases/2013.03/shared/adobe/MediaCore/Backend/Make/Mac/../../Src/Content/Vi deoMediaContent.cpp-175]
    How can i fix that?
    thanks!

    Hi 0dbVideo,
    Thanks for choosing adobe forums,
    please provide following information :
    What is the OS and version ?
    What is the Graphics Card installed on the system ?
    How much Ram do you have ?
    Do you use any external Hard Drive ?
    Are you using security software e.g. Norton, etc
    and
    if windows, Please check if you have windows defender turned on ?
    Regards,
    Sandeep

  • Why does my executable crash when I try to run it?

    My vi runs fine in LabView 6i, but when I build an executable and try to run it, it crashes.  The program window starts to open, and then the crash occurs.  This happens every time.  Following the crash, I get Microsoft opportunity to send the details, then the following regarding the nature of the problem:
    Failure : "window.cpp", line 5195
    LabView version 6.0
    For assistance in resolving this problem, please record the preceding information and navigate to www.ni.com/failure, or contact National Instruments.
    I contacted the site addressed above and when searching for the problem, I found no help on the site.
    So here I am.
    I am running Windows XP on a P4 with 512 meg of RAM.
    Following are the contents of the LabView Failure Log File:
    #Date: Sun, Sep 25, 2005 8:44:07 PM
    #Desc: Failure : "window.cpp", line 5195
    LabVIEW version 6.0
    For assistance in resolving this problem, please record the preceding information and navigate to www.ni.com/failure, or contact National Instruments.
    #RCS:
    #OSName: Windows NT
    #OSVers: 5.1
    #AppName: Oven Survey
    #AppKind: AppLib
    0x30195F86 - lvrt DBAssert + 296
    0x30195DE7 - lvrt DBAssert + F7
    0x30195D9E - lvrt DBAssert + AE
    0x301F82AF - lvrt WGetScreenRect + 241F
    0x301F6E40 - lvrt WGetScreenRect + FB0
    0x77D48734 - USER32 GetDC + 6D
    0x77D48816 - USER32 GetDC + 14F
    0x77D4B4C0 - USER32 DefWindowProcW + 184
    0x77D4B50C - USER32 DefWindowProcW + 1D0
    0x7C90EAE3 - ntdll KiUserCallbackDispatcher + 13
    0x77D496C7 - USER32 DispatchMessageA + F
    0x00991855 - swpg <unknown> + F
    0x00991A53 - swpg <unknown> + F
    0x00991F38 - swpg <unknown> + F
    0x009920BA - swpg <unknown> + F
    0x5F11000A - <unknown> <unknown> + F
    0x00401DAE - Oven Survey <unknown> + F
    0x00401B17 - Oven Survey <unknown> + F
    0x7C816D4F - kernel32 RegisterWaitForInputIdle + 49
    0x00000000 - Oven Survey <unknown> + 49
    I don't believe the problem is in my vi since it runs perfectly as a vi.  I have the LabView runtime module installed on my computer.
    I'll welcome any assistance in resolving this problem, since I'm up against a deadline.
    Attachments:
    LabVIEW_Failure_Log.txt ‏3 KB

    Hi ,I just started to have a similar problem. When the exe stores a file to the local drive ,the exe shuts down.
    The same exe will run fine on a diferrent computer.
    The vi runs fine. I'm going to rebuild an exe that worked before. I want to see if i get the same error.
    I'll let you know
    Attachments:
    error.gif ‏19 KB

  • Just installed Quadro 4000 Mac, now Premiere crashes when I try to open existing project

    Mac Pro 4,1
    Premiere Pro 5.5
    OS X 10.6.8
    I just replaced the stock ATI card with a PNY Quadro 4000 for Mac.
    Via CUDA Preferences, have updated CUDA driver to 4.0.50
    GPU driver is 1.6.37.0 (256.02.25f01)
    When I try to open any existing Premiere project, Premiere crashes.
    This happens whether I'm running the OS X 32-bit kernel or the 64-bit kernel.
    If I launch Premiere and create a new project, Premiere seems to run OK. (I haven't yet tried adding any content or working with the content.)
    As you can imagine, the only reason I shelled out for the CUDA-capable card was to take advantage of the hardware acceleration in Mercury. So ... not a very satisfying "upgrade" so far.
    Any clues?

    There are four sequences in all. Two are super-simple, with only one clip in each. A third has only a single clip plus four titles. The main sequence has multiple clips, two stills and three titles plus one extra audio track.
    When the crash occurs, there's no error dialog box. What I see is this:
    After I double-click the project file -- or open Premiere and choose the project from the splash screen -- the "loading" progress bar appears and seems to complete loading.
    Premiere starts to draw the window for its workspace. It creates a solid white rectangle, the wristwatch "wait" icon appears briefly, then Premiere crashes.
    The log captured by the Apple and Adobe crash reporters shows (among much else):
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    The last few lines captured for Thread 0 are:
    77  com.adobe.premiere.frontend  
    0x000000010c7b4aa4 FE::MacApplication::RunSelf(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 164
    78  com.adobe.premiere.frontend  
    0x000000010c7621a7 FE::Application::Run(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 2503
    79  com.adobe.premiere.frontend  
    0x000000010c7b7c1d AppMain + 253
    80  com.adobe.premiere.startup
    0x000000010c9343e8 (anonymous namespace)::LaunchFrontendFramework(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, int, void*) + 232
    81  com.adobe.AdobePremierePro
    0x0000000100003540 (anonymous namespace)::CallStartupFramework(int, char const* const*) + 288
    82  com.adobe.AdobePremierePro
    0x0000000100003ac7 main + 167
    83  com.adobe.AdobePremierePro
    0x00000001000033a8 start + 52

  • My iPod touch (4th gen) keeps crashing when I try to run my apps.

    And that happens with EVERY app I try to launch, and they don't open past the loading interface. For example, if I select iBooks, it starts up and the initial loading empty bookshelf shows up but then after a couple of seconds the app crashes and I'm taken back to my home screen. What should I do?

    I had the same prob
    Luckily i did not have much apps so i deletd all of them

  • Regardless of the PC I use, my BB always make them crash when I try to run DM5

    DM5 asks for my password and then crashes : "Black Desktop Manager has stopped working"
    occurs on my laptop Vista / DM5 (before the upgrade to DM5, it was working except the sync of the calendar)
    on that same laptop my wife's BB syncs perfectly using DM5
    I tried using my old laptop running XP and DM5 and exactly the same issue with my BB so looks like the issue is with my BB
    any help would be appreciated
    PS : I thought about deleting all my calendar entries on my BB but I don't know how do it without using DM

    Hi,
    Are you trying DM with/without media manager? I would recommend you to uninstall Desktop Manager and clean install DM without media manager.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Automator crashes when I try to run a specific workflow..

    Hi there,
    I've been trying to add a workflow to Automator in Lion to Get Contents of Clipboard and then run the action Text to Audio File.  It crashes with the console output below.  I've tried sourcing the text from elsewhere such as the frontmost TextEdit window and this works fine.  Any ideas?
    5/09/11 1:14:20.709 PM Automator: -[NSConcreteAttributedString getCharacters:range:]: unrecognized selector sent to instance 0x402618be0
    5/09/11 1:14:20.710 PM Automator: An uncaught exception was raised
    5/09/11 1:14:20.710 PM Automator: -[NSConcreteAttributedString getCharacters:range:]: unrecognized selector sent to instance 0x402618be0
    5/09/11 1:14:20.710 PM Automator: (
              0   CoreFoundation                      0x00007fff8a59a986 __exceptionPreprocess + 198
              1   libobjc.A.dylib                     0x00007fff8a0e6d5e objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff8a6265ae -[NSObject doesNotRecognizeSelector:] + 190
              3   CoreFoundation                      0x00007fff8a587803 ___forwarding___ + 371
              4   CoreFoundation                      0x00007fff8a587618 _CF_forwarding_prep_0 + 232
              5   CoreFoundation                      0x00007fff8a50e3ab CFStringGetCharacters + 139
              6   SpeechDictionary                    0x000000010865a5e6 _ZN20SLCFStringTextSource6RefillERPtS1_PKt + 270
              7   SpeechDictionary                    0x0000000108659cef _ZN15SLLexerInstance6RefillEi + 33
              8   SpeechDictionary                    0x000000010866e191 _ZN11SLLexerImpl9NextTokenEv + 633
              9   SpeechDictionary                    0x000000010865a0e7 _ZN13SLLexerBufferixEm + 71
              10  SpeechDictionary                    0x000000010866bcdd _ZN15SLPostLexerImpl9NextTokenEv + 43
              11  SpeechDictionary                    0x00000001086acfba _ZN17SLStemTrackerImpl9NextTokenEv + 42
              12  SpeechDictionary                    0x000000010865a0e7 _ZN13SLLexerBufferixEm + 71
              13  SpeechDictionary                    0x0000000108655e24 _ZN12SLTuplesImpl9NextTokenEv + 62
              14  MacinTalk                           0x0000000108559a5e _ZN11MTFEBuilder9PeekTokenEv + 34
              15  MacinTalk                           0x000000010855985a _ZN11MTFEBuilder13ParseSentenceEv + 44
              16  MacinTalk                           0x000000010855965d _ZN14MT3BEngineTask15ParseNextPhraseEPv + 429
              17  MacinTalk                           0x00000001085593af _ZN10MTBEWorker12ExecuteTasksEv + 321
              18  libdispatch.dylib                   0x00007fff894612f1 _dispatch_source_invoke + 614
              19  libdispatch.dylib                   0x00007fff8945dfc7 _dispatch_queue_invoke + 71
              20  libdispatch.dylib                   0x00007fff8945e124 _dispatch_queue_drain + 210
              21  libdispatch.dylib                   0x00007fff8945dfb6 _dispatch_queue_invoke + 54
              22  libdispatch.dylib                   0x00007fff8945d7b0 _dispatch_worker_thread2 + 198
              23  libsystem_c.dylib                   0x00007fff8ed153da _pthread_wqthread + 316
              24  libsystem_c.dylib                   0x00007fff8ed16b85 start_wqthread + 13
    5/09/11 1:14:20.710 PM Automator: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSConcreteAttributedString getCharacters:range:]: unrecognized selector sent to instance 0x402618be0'
    *** First throw call stack:
              0   CoreFoundation                      0x00007fff8a59a986 __exceptionPreprocess + 198
              1   libobjc.A.dylib                     0x00007fff8a0e6d5e objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff8a6265ae -[NSObject doesNotRecognizeSelector:] + 190
              3   CoreFoundation                      0x00007fff8a587803 ___forwarding___ + 371
              4   CoreFoundation                      0x00007fff8a587618 _CF_forwarding_prep_0 + 232
              5   CoreFoundation                      0x00007fff8a50e3ab CFStringGetCharacters + 139
              6   SpeechDictionary                    0x000000010865a5e6 _ZN20SLCFStringTextSource6RefillERPtS1_PKt + 270
              7   SpeechDictionary                    0x0000000108659cef _ZN15SLLexerInstance6RefillEi + 33
              8   SpeechDictionary                    0x000000010866e191 _ZN11SLLexerImpl9NextTokenEv + 633
              9   SpeechDictionary                    0x000000010865a0e7 _ZN13SLLexerBufferixEm + 71
              10  SpeechDictionary                    0x000000010866bcdd _ZN15SLPostLexerImpl9NextTokenEv + 43
              11  SpeechDictionary                    0x00000001086acfba _ZN17SLStemTrackerImpl9NextTokenEv + 42
              12  SpeechDictionary                    0x000000010865a0e7 _ZN13SLLexerBufferixEm + 71
              13  SpeechDictionary                    0x0000000108655e24 _ZN12SLTuplesImpl9NextTokenEv + 62
              14  MacinTalk                           0x0000000108559a5e _ZN11MTFEBuilder9PeekTokenEv + 34
              15  MacinTalk                           0x000000010855985a _ZN11MTFEBuilder13ParseSentenceEv + 44
              16  MacinTalk                           0x000000010855965d _ZN14MT3BEngineTask15ParseNextPhraseEPv + 429
              17  MacinTalk                           0x00000001085593af _ZN10MTBEWorker12ExecuteTasksEv + 321
              18  libdispatch.dylib                   0x00007fff894612f1 _dispatch_source_invoke + 614
              19  libdispatch.dylib                   0x00007fff8945dfc7 _dispatch_queue_invoke + 71
              20  libdispatch.dylib                   0x00007fff8945e124 _dispatch_queue_drain + 210
              21  libdispatch.dylib                   0x00007fff8945dfb6 _dispatch_queue_invoke + 54
              22  libdispatch.dylib                   0x00007fff8945d7b0 _dispatch_worker_thread2 + 198
              23  libsystem_c.dylib                   0x00007fff8ed153da _pthread_wqthread + 316
              24  libsystem_c.dylib                   0x00007fff8ed16b85 start_wqthread + 13
    5/09/11 1:14:20.710 PM [0x0-0x75075].com.apple.Automator: terminate called throwing an exception
    5/09/11 1:14:21.452 PM com.apple.launchd.peruser.501: ([0x0-0x75075].com.apple.Automator[2424]) Job appears to have crashed: Abort trap: 6
    5/09/11 1:14:21.594 PM ReportCrash: Saved crash report for Automator[2424] version 2.2 (329) to /Users/Steve/Library/Logs/DiagnosticReports/Automator_2011-09-05-131421_Stevens -MacBook-Pro.crash

    I think the suggestion would have been to update Microsoft Office, which is not available from the App Store. You need to get it from Microsoft.
    What you can do is run the Microsoft Auto Update utility. Open Finder and click on Go > Go to Folder. Then enter the following (copy and paste)
    /Library/Application Support/Microsoft/MAU2.0
    If you are running MS Office 2011 then you will see the Microsoft AutoUpdate utility. Double-click to open and get the latest update.

  • Newly installed Lightroom 4.1 64bit makes system crash when I try to run it.

    How do I prevent Lightroom from causing my system to crash?

    Moving this discussion to the Photoshop Lightroom forum.
    PhilipWeiner do you receive a specific error message?  Which operating system are you using?  Have you tried installing the Photoshop Lightroom 4.4 update?

  • FCP Crashes when I try to open a project - just one project.

    I even tried going to the Autosave Vault to open the latest saved file.
    "Finder>Documents>Final Cut Pro Documents>Autosave Vault>Look for the folder with the project's name you are trying to open." Someone else had a similar issue and had success with that, but not me.
    When I open the file it launches the latest FCP, but when it gets to 19% loaded FCP crashes and wants to report the error to Apple.
    This file represents about one weeks worth of work, and FCP suddenly won't open this project anymore for some reason.
    I made consistent backups, and even the backups won't work now.
    How do people editing with FCP for a living survive if FCP does this??? This is unbelievable. If anyone can offer any ideas I would appreciate it.

    Here's the first part of the crash log... (Let me know if the rest will help.)
    Process: Final Cut Pro [154]
    Path: /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier: com.apple.FinalCutPro
    Version: 6.0.5 (6.0.5)
    Build Info: FCPApp-810171515~24
    Code Type: X86 (Native)
    Parent Process: launchd [80]
    Date/Time: 2009-02-09 11:27:43.550 -0600
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000606258df
    Crashed Thread: 0
    Thread 0 Crashed:
    0 ??? 0xa08c2ca2 0 + 2693541026
    1 com.apple.FinalCutPro 0x001129eb pKGDictHasNotifier(KGDictInt*, KGErrorCode (*)(long, long, KGDictInt*, void*), KGDictNotifyActOn, unsigned char*, ...) + 53
    2 com.apple.FinalCutPro 0x003b5cac pKGSpeedMakeInOutMessageable(KGDictInt*, unsigned char) + 158
    3 com.apple.FinalCutPro 0x003b40a8 SpeedInOutMsgProc(long, long, KGDictInt*, SpeedNotifyRec*) + 364
    4 com.apple.FinalCutPro 0x0012a7c8 ReadMessageable + 542
    5 com.apple.FinalCutPro 0x0010fc66 ReadNotifiers + 482
    6 com.apple.FinalCutPro 0x0001f378 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 332
    7 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    8 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    9 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    10 com.apple.FinalCutPro 0x0012b21b KGTypeReadPtr + 61
    11 com.apple.FinalCutPro 0x000040ab KGDictReadArray + 341
    12 com.apple.FinalCutPro 0x00113da8 KGDictReadInternal + 142
    13 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    14 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    15 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    16 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    17 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    18 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    19 com.apple.FinalCutPro 0x0012b21b KGTypeReadPtr + 61
    20 com.apple.FinalCutPro 0x000040ab KGDictReadArray + 341
    21 com.apple.FinalCutPro 0x00113da8 KGDictReadInternal + 142
    22 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    23 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    24 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    25 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    26 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    27 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    28 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    29 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    30 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    31 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    32 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    33 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    34 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    35 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    36 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    37 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    38 com.apple.FinalCutPro 0x0012b21b KGTypeReadPtr + 61
    39 com.apple.FinalCutPro 0x000040ab KGDictReadArray + 341
    40 com.apple.FinalCutPro 0x00113da8 KGDictReadInternal + 142
    41 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    42 com.apple.FinalCutPro 0x0012b1d7 KGTypeReadValue + 131
    43 com.apple.FinalCutPro 0x0001f351 KGDictReadHashCommon(KGDictInt**, KGStreamRecord*, KGReferenceTableInt*, KGDictInt* (*)(long)) + 293
    44 com.apple.FinalCutPro 0x0001f460 KGDictReadHash + 38
    45 com.apple.FinalCutPro 0x00113d8e KGDictReadInternal + 116
    46 com.apple.FinalCutPro 0x00124e65 ReadDict(void*, KGStreamRecord*, KGReferenceTableInt*) + 67
    47 com.apple.FinalCutPro 0x0012b21b KGTypeReadPtr + 61
    48 com.apple.FinalCutPro 0x00114114 pKGDictReadWithFlags(KGDictInt**, KGStreamRecord*, KGMessageableRec*, unsigned long, __CFArray const*) + 580
    49 ...FinalCutPro.Plugins.Browser 0x0ae0ba00 BrowserOpenFile(KGFileRec*, unsigned char, unsigned char) + 2680
    50 ...FinalCutPro.Plugins.Browser 0x0ae0eec1 Browser(long, long, KGDictInt*, KGFileRec*) + 10179
    51 com.apple.FinalCutPro 0x00183fd2 pKGDisplayFile(KGFileSpec*, char*, unsigned char, unsigned char) + 426
    52 com.apple.FinalCutPro 0x003ff5ff OpenDocuments(AEDesc const*, AEDesc*, long) + 311
    53 com.apple.AE 0x918bf648 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 144
    54 com.apple.AE 0x918bf57e dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    55 com.apple.AE 0x918bf425 aeProcessAppleEvent + 177
    56 com.apple.HIToolbox 0x935e39a5 AEProcessAppleEvent + 38
    57 com.apple.HIToolbox 0x93641e46 AEProcessEvent + 160
    58 com.apple.HIToolbox 0x93641d99 HIStdAppHandler::HandleEvent(OpaqueEventHandlerCallRef*, TCarbonEvent&) + 219
    59 com.apple.HIToolbox 0x9363f03a TEventHandler::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 70
    60 com.apple.HIToolbox 0x935b9143 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    61 com.apple.HIToolbox 0x935b857d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    62 com.apple.HIToolbox 0x935b83e2 SendEventToEventTargetWithOptions + 58
    63 com.apple.HIToolbox 0x935e6d54 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 356
    64 com.apple.HIToolbox 0x935b94fc DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2134
    65 com.apple.HIToolbox 0x935b857d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    66 com.apple.HIToolbox 0x935d4ed2 SendEventToEventTarget + 52
    67 com.apple.HIToolbox 0x93641b80 ToolboxEventDispatcher + 86
    68 com.apple.HIToolbox 0x9363e3da RunApplicationEventLoop + 222
    69 com.apple.FinalCutPro 0x0014cece KGMainEvent(void*) + 46
    70 com.apple.FinalCutPro 0x002aae53 main + 59
    71 com.apple.FinalCutPro 0x00003122 _start + 216
    72 com.apple.FinalCutPro 0x00003049 start + 41
    Thread 1:
    0 libSystem.B.dylib 0x9506c6f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    2 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x950243ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x9504ed0d pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x96579b32 glvmDoWork + 162
    3 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    4 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9501d20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9504f206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95094539 pthreadcondwait + 48
    3 com.apple.FinalCutPro 0x004292ad Synchronizable::Wait() + 47
    4 com.apple.FinalCutPro 0x004152e8 DisplayQueue::Run() + 702
    5 com.apple.FinalCutPro 0x00453544 Thread::RunHelper(void*) + 20
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9501d20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9504f206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95094539 pthreadcondwait + 48
    3 com.apple.FinalCutPro 0x004292ad Synchronizable::Wait() + 47
    4 com.apple.FinalCutPro 0x004cc3e3 WorkUnitPerformer::Run() + 55
    5 com.apple.FinalCutPro 0x00453544 Thread::RunHelper(void*) + 20
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9501d20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9504f206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95094539 pthreadcondwait + 48
    3 com.apple.FinalCutPro 0x004292ad Synchronizable::Wait() + 47
    4 com.apple.FinalCutPro 0x004cc3e3 WorkUnitPerformer::Run() + 55
    5 com.apple.FinalCutPro 0x00453544 Thread::RunHelper(void*) + 20
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9501d20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9504f206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95094539 pthreadcondwait + 48
    3 com.apple.FinalCutPro 0x004292ad Synchronizable::Wait() + 47
    4 com.apple.FinalCutPro 0x004cc3e3 WorkUnitPerformer::Run() + 55
    5 com.apple.FinalCutPro 0x00453544 Thread::RunHelper(void*) + 20
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9501d20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9504f206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95094539 pthreadcondwait + 48
    3 com.apple.FinalCutPro 0x004292ad Synchronizable::Wait() + 47
    4 com.apple.FinalCutPro 0x004cc3e3 WorkUnitPerformer::Run() + 55
    5 com.apple.FinalCutPro 0x00453544 Thread::RunHelper(void*) + 20
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9501d20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9504f206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95094539 pthreadcondwait + 48
    3 com.apple.FinalCutPro 0x004292ad Synchronizable::Wait() + 47
    4 com.apple.FinalCutPro 0x004cc3e3 WorkUnitPerformer::Run() + 55
    5 com.apple.FinalCutPro 0x00453544 Thread::RunHelper(void*) + 20
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9501d20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9504f206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95094539 pthreadcondwait + 48
    3 com.apple.FinalCutPro 0x004292ad Synchronizable::Wait() + 47
    4 com.apple.FinalCutPro 0x004cc3e3 WorkUnitPerformer::Run() + 55
    5 com.apple.FinalCutPro 0x00453544 Thread::RunHelper(void*) + 20
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x9501d20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9504f206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x95094539 pthreadcondwait + 48
    3 com.apple.FinalCutPro 0x004292ad Synchronizable::Wait() + 47
    4 com.apple.FinalCutPro 0x004cc3e3 WorkUnitPerformer::Run() + 55
    5 com.apple.FinalCutPro 0x00453544 Thread::RunHelper(void*) + 20
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x9501d1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x950249bc mach_msg + 72
    2 com.apple.CoreFoundation 0x94de50ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94de5d34 CFRunLoopRun + 84
    4 com.apple.DVCPROHDMuxer 0x24aa20fb AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 297
    5 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    6 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x9501d1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x950249bc mach_msg + 72
    2 com.apple.CoreFoundation 0x94de50ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94de5cd8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x914fd5dc HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x914fd464 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x9501d1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x950249bc mach_msg + 72
    2 com.apple.CoreFoundation 0x94de50ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94de5cd8 CFRunLoopRunInMode + 88
    4 ....CoreMediaIOServicesPrivate 0x96bccf88 MIO::DAL::RunLoop::OwnThread(void*) + 160
    5 ....CoreMediaIOServicesPrivate 0x96bcf108 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x9501d2e6 machwaituntil + 10
    1 libSystem.B.dylib 0x950943ad nanosleep + 314
    2 libSystem.B.dylib 0x9509426d usleep + 61
    3 com.apple.DesktopVideoOut 0x24b58b92 DVOClockGetTime + 1211
    4 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    5 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x9501d226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9504f1ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x95050a73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x96c2ce62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x96c2cc42 TSWaitOnSemaphoreCommon + 422
    5 ...ickTimeComponents.component 0x942e2bee ReadSchedulerThreadEntryPoint + 4724
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x9501d226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9504f1ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x95050a73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x96c2ce62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x96c2cc42 TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x96c55248 AIOFileThread(void*) + 1056
    6 libSystem.B.dylib 0x9504e095 pthreadstart + 321
    7 libSystem.B.dylib 0x9504df52 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xbfff001f ebx: 0x003b3f3c ecx: 0xa08bbedf edx: 0x49b9d5c4
    edi: 0xbfffd834 esi: 0xbfffd88f ebp: 0xbfffd818 esp: 0xbfffd7ac
    ss: 0x0000001f efl: 0x00010206 eip: 0xa08c2ca2 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x606258df

  • IMovie keeps crashing when I try to export my project! Help!

    I try to export it in many different ways, but evertime I try either iMovie shots down or the progress ends up with an error. I am using the latest version of iMovie 11 version 9.0.8.
    How can I solve this? I even tried deleting a few iMovie files from the Library Preferences etc..

    I'm just using the default settings in iMovie. There is only one type of project and when you go to share, I just click on export to quicktime. So, whatever it's defaulted in (just the normal settings). Nothing out of the ordinary. It was working fine for the first couple of projects, then it just started crashing almost everytime.

Maybe you are looking for