Xcode crash when opening project

Hi, my MAC book is late 2008 mode with 4GB RAM upgrade. XCode works fine with Snow Leopard. I upgrade to lion recently and install xcode 4.1 from App Store, however, I never been able to open or create any project. It's crash. Here is the crash log. I uninstall and reinstall xcode. No luck. reinstall iTune. The same. I'm just wondering how to solve this. Here is crash log.
Process:         Xcode [247]
Path:            /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:      com.apple.dt.Xcode
Version:         4.1 (516)
Build Info:      IDEApplication-516000000000000~18
Code Type:       X86-64 (Native)
Parent Process:  launchd [161]
Date/Time:       2011-09-08 21:18:19.772 -0700
OS Version:      Mac OS X 10.7 (11A459e)
Report Version:  9
Interval Since Last Report:          45731 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  139 sec
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      AB39A419-FAB1-40CB-90BB-4CE827DFBE4D
Crashed Thread:  0  Dispatch queue: com.apple.main-thread
Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 4B110
Encountered multiple assertions. First assertion was: UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[IDECustomToolbar setFullScreenAccessoryView:]: unrecognized selector sent to instance 0x40151fb20
UserInfo: (null)
Hints: None
Backtrace:
  0  0x00007fff82b8ccfa __exceptionPreprocess (in CoreFoundation)
  1  0x00007fff8c9959ea objc_exception_throw (in libobjc.A.dylib)
  2  0x00007fff82c17cfe -[NSObject doesNotRecognizeSelector:] (in CoreFoundation)
  3  0x00007fff82b7a073 ___forwarding___ (in CoreFoundation)
  4  0x00007fff82b79e88 _CF_forwarding_prep_0 (in CoreFoundation)
  5  0x000000010f733ff3 -[IDEWorkspaceWindowController windowDidLoad] (in IDEKit)
  6  0x00007fff8a208f6a -[NSWindowController _windowDidLoad] (in AppKit)
  7  0x00007fff8a200646 -[NSWindowController window] (in AppKit)
  8  0x00007fff8a200492 -[NSWindowController showWindow:] (in AppKit)
  9  0x000000010f733752 -[IDEWorkspaceDocument setOrderedWindowControllerNames:] (in IDEKit)
10  0x00007fff832d14c2 _NSSetObjectValueAndNotify (in Foundation)
11  0x000000010f7333ee -[IDEWorkspaceDocument revertStateWithDictionary:] (in IDEKit)
12  0x000000010ee945c7 -[DVTStateToken _pullStateFromDictionary:] (in DVTFoundation)
13  0x000000010ee9438a -[DVTStateToken pullStateFromRepository] (in DVTFoundation)
14  0x000000010f7f8fba -[IDEWorkspaceDocument _readFromURL:ofType:simpleFilesFocused:error:] (in IDEKit)
15  0x000000010f732260 -[IDEWorkspaceDocument readFromURL:ofType:error:] (in IDEKit)
16  0x00007fff8a286b46 -[NSDocument _initWithContentsOfURL:ofType:error:] (in AppKit)
17  0x00007fff8a286a5e -[NSDocument initWithContentsOfURL:ofType:error:] (in AppKit)
18  0x000000010f73190c -[IDEDocumentController makeDocumentWithContentsOfURL:ofType:error:] (in IDEKit)
19  0x00007fff8a3d758e -[NSDocumentController(NSDeprecated) openDocumentWithContentsOfURL:display:error:] (in AppKit)
20  0x000000010f9338da -[IDEDocumentController _openProjectDocument:displayDocument:error:] (in IDEKit)
21  0x000000010f73133e -[IDEDocumentController _openProjectsAndWorkspaces:documents:simpleFileURLs:display:error:] (in IDEKit)
22  0x000000010f7310eb -[IDEDocumentController _openDocumentsForURLs:display:error:] (in IDEKit)
23  0x000000010f73105d -[IDEDocumentController openDocumentWithContentsOfURL:display:error:] (in IDEKit)
24  0x000000010f730e9f -[IDEWelcomeWindowController openSelected:] (in IDEKit)
25  0x00007fff82b7c98d -[NSObject performSelector:withObject:] (in CoreFoundation)
26  0x00007fff8a10fe66 -[NSApplication sendAction:to:from:] (in AppKit)
27  0x000000010f052222 -[DVTApplication sendAction:to:from:] (in DVTKit)
28  0x000000010f730ca2 -[IDEApplication sendAction:to:from:] (in IDEKit)
29  0x00007fff8a10fd98 -[NSControl sendAction:to:] (in AppKit)
30  0x00007fff8a10fcc3 -[NSCell _sendActionFrom:] (in AppKit)
31  0x00007fff8a10f186 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
32  0x00007fff8a18e540 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
33  0x00007fff8a10dd92 -[NSControl mouseDown:] (in AppKit)
34  0x00007fff8a0d87c6 -[NSWindow sendEvent:] (in AppKit)
35  0x00007fff8a07128e -[NSApplication sendEvent:] (in AppKit)
36  0x000000010f7309f6 -[IDEApplication sendEvent:] (in IDEKit)
37  0x00007fff8a0086e2 -[NSApplication run] (in AppKit)
38  0x00007fff8a285cfb NSApplicationMain (in AppKit)
39  0x000000010ee67eec (in Xcode)
objc[247]: garbage collection is ON
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib                  0x00007fff872c4ce2 __pthread_kill + 10
1   libsystem_c.dylib                       0x00007fff86a47852 pthread_kill + 95
2   libsystem_c.dylib                       0x00007fff86a38afa abort + 143
3   com.apple.dt.IDEKit                     0x000000010f8219c3 +[IDEAssertionHandler _handleAssertionWithLogString:] + 462
4   com.apple.dt.IDEKit                     0x000000010f822540 -[IDEAssertionHandler handleUncaughtException:] + 535
5   com.apple.AppKit                        0x00007fff8a008792 -[NSApplication run] + 717
6   com.apple.AppKit                        0x00007fff8a285cfb NSApplicationMain + 860
7   com.apple.dt.Xcode                      0x000000010ee67eec 0x10ee67000 + 3820
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib                  0x00007fff872c57e6 kevent + 10
1   libdispatch.dylib                       0x00007fff857f660e _dispatch_mgr_invoke + 923
2   libdispatch.dylib                       0x00007fff857f519e _dispatch_mgr_thread + 54
Thread 2:
0   libsystem_kernel.dylib                  0x00007fff872c367a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff872c2d71 mach_msg + 73
2   com.apple.CoreFoundation                0x00007fff82b199ac __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation                0x00007fff82b220b4 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation                0x00007fff82b218c6 CFRunLoopRunSpecific + 230
5   com.apple.DTDeviceKit                   0x0000000111950535 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 253
6   com.apple.Foundation                    0x00007fff832c1faa -[NSThread main] + 68
7   com.apple.Foundation                    0x00007fff832c1f22 __NSThread__main__ + 1575
8   libsystem_c.dylib                       0x00007fff86a4593f _pthread_start + 335
9   libsystem_c.dylib                       0x00007fff86a48bf5 thread_start + 13
Thread 3:: com.apple.CFSocket.private
0   libsystem_kernel.dylib                  0x00007fff872c4df2 __select + 10
1   com.apple.CoreFoundation                0x00007fff82b6aedb __CFSocketManager + 1355
2   libsystem_c.dylib                       0x00007fff86a4593f _pthread_start + 335
3   libsystem_c.dylib                       0x00007fff86a48bf5 thread_start + 13
Thread 4:
0   libsystem_kernel.dylib                  0x00007fff872c367a mach_msg_trap + 10
1   libsystem_kernel.dylib                  0x00007fff872c2d71 mach_msg + 73
2   com.apple.CoreFoundation                0x00007fff82b199ac __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation                0x00007fff82b220b4 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation                0x00007fff82b218c6 CFRunLoopRunSpecific + 230
5   com.apple.DebugSymbols                  0x00007fff86f7f4d2 _ZL20SpotlightQueryThreadPv + 434
6   libsystem_c.dylib                       0x00007fff86a4593f _pthread_start + 335
7   libsystem_c.dylib                       0x00007fff86a48bf5 thread_start + 13
Thread 5:
0   libsystem_kernel.dylib                  0x00007fff872c4bca __psynch_cvwait + 10
1   libsystem_c.dylib                       0x00007fff86a492f4 _pthread_cond_wait + 840
2   com.apple.Xcode.DevToolsCore            0x0000000111fe812a -[XCInvocationQueue _processInvocationsInThreadSlotNumber:] + 318
3   com.apple.Foundation                    0x00007fff832c1faa -[NSThread main] + 68
4   com.apple.Foundation                    0x00007fff832c1f22 __NSThread__main__ + 1575
5   libsystem_c.dylib                       0x00007fff86a4593f _pthread_start + 335
6   libsystem_c.dylib                       0x00007fff86a48bf5 thread_start + 13
Thread 6:
0   libsystem_kernel.dylib                  0x00007fff872c5192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff86a47614 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff86a48c05 start_wqthread + 13
Thread 7:: Dispatch queue: IDEIndex PCH Creation Lock
0   libclang.dylib                          0x00000001101af923 llvm::FoldingSetNodeID::AddString(llvm::StringRef) + 211
1   libclang.dylib                          0x000000010fe7a5de clang::OnDiskChainedHashTableGenerator<(anonymous namespace)::ASTDeclContextNameLookupTrait>::insert(clang::DeclarationName, clang::DeclContextLookupResult const&, (anonymous namespace)::ASTDeclContextNameLookupTrait&) + 622
2   libclang.dylib                          0x000000010fe7a102 clang::ASTWriter::WriteDeclContextVisibleBlock(clang::ASTContext&, clang::DeclContext*) + 450
3   libclang.dylib                          0x000000010fe8f706 clang::ASTWriter::WriteDecl(clang::ASTContext&, clang::Decl*) + 214
4   libclang.dylib                          0x000000010fe800fa clang::ASTWriter::WriteASTCore(clang::Sema&, clang::MemorizeStatCalls*, char const*, std::string const&) + 6794
5   libclang.dylib                          0x000000010fdda097 clang::ASTUnit::serialize(llvm::raw_ostream&) + 247
6   libclang.dylib                          0x000000010fdd9f54 clang::ASTUnit::Save(llvm::StringRef) + 180
7   libclang.dylib                          0x000000010fdb372d clang_saveTranslationUnit + 45
8   com.apple.dt.IDEFoundation              0x000000010f47a23f +[IDEIndexClangDataSource createPCHFile:path:arguments:context:] + 1219
9   com.apple.dt.IDEFoundation              0x000000010f454158 __54-[IDEIndex createPCHFile:willIndex:arguments:context:]_block_invoke_0 + 321
10  com.apple.dt.DVTFoundation              0x000000010ee6d7f9 __38-[DVTDispatchLock performLockedBlock:]_block_invoke_0 + 22
11  libdispatch.dylib                       0x00007fff857f6afd _dispatch_barrier_sync_f_invoke + 33
12  com.apple.dt.DVTFoundation              0x000000010ee6d7a9 -[DVTDispatchLock performLockedBlock:] + 289
13  com.apple.dt.IDEFoundation              0x000000010f453fd5 -[IDEIndex createPCHFile:willIndex:arguments:context:] + 870
14  com.apple.dt.IDEFoundation              0x000000010f47a9f8 -[IDEIndexClangDataSource generateDataForJob:] + 1197
15  com.apple.dt.IDEFoundation              0x000000010f44652c -[IDEIndexDataSource processJob:] + 228
16  com.apple.dt.IDEFoundation              0x000000010f4e91c8 +[IDEIndexingEngine runFileJob:] + 429
17  com.apple.dt.IDEFoundation              0x000000010f4ea633 -[IDEIndexingJob run] + 67
18  com.apple.dt.IDEFoundation              0x000000010f4eb61d __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke_0 + 28
19  libdispatch.dylib                       0x00007fff857f490a _dispatch_call_block_and_release + 18
20  libdispatch.dylib                       0x00007fff857f57e9 _dispatch_worker_thread2 + 255
21  libsystem_c.dylib                       0x00007fff86a4745a _pthread_wqthread + 316
22  libsystem_c.dylib                       0x00007fff86a48c05 start_wqthread + 13
Thread 8:: Dispatch queue: com.apple.root.low-priority
0   libsystem_kernel.dylib                  0x00007fff872c36b6 semaphore_wait_trap + 10
1   libdispatch.dylib                       0x00007fff857f7c12 _dispatch_thread_semaphore_wait + 18
2   libdispatch.dylib                       0x00007fff857f6e02 _dispatch_barrier_sync_f_slow + 137
3   com.apple.dt.DVTFoundation              0x000000010ee6d7a9 -[DVTDispatchLock performLockedBlock:] + 289
4   com.apple.dt.IDEFoundation              0x000000010f453fd5 -[IDEIndex createPCHFile:willIndex:arguments:context:] + 870
5   com.apple.dt.IDEFoundation              0x000000010f47a9f8 -[IDEIndexClangDataSource generateDataForJob:] + 1197
6   com.apple.dt.IDEFoundation              0x000000010f44652c -[IDEIndexDataSource processJob:] + 228
7   com.apple.dt.IDEFoundation              0x000000010f4e91c8 +[IDEIndexingEngine runFileJob:] + 429
8   com.apple.dt.IDEFoundation              0x000000010f4ea633 -[IDEIndexingJob run] + 67
9   com.apple.dt.IDEFoundation              0x000000010f4eb61d __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke_0 + 28
10  libdispatch.dylib                       0x00007fff857f490a _dispatch_call_block_and_release + 18
11  libdispatch.dylib                       0x00007fff857f57e9 _dispatch_worker_thread2 + 255
12  libsystem_c.dylib                       0x00007fff86a4745a _pthread_wqthread + 316
13  libsystem_c.dylib                       0x00007fff86a48c05 start_wqthread + 13
Thread 9:
0   libsystem_kernel.dylib                  0x00007fff872c5192 __workq_kernreturn + 10
1   libsystem_c.dylib                       0x00007fff86a47614 _pthread_wqthread + 758
2   libsystem_c.dylib                       0x00007fff86a48c05 start_wqthread + 13
Thread 10:
0   libsystem_c.dylib                       0x00007fff86a48bf8 start_wqthread + 0
Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff6ea66a38  rdx: 0x0000000000000000
  rdi: 0x000000000000060b  rsi: 0x0000000000000006  rbp: 0x00007fff6ea66a60  rsp: 0x00007fff6ea66a38
   r8: 0x00007fff716dbfb8   r9: 0x00007fff71f03800  r10: 0x00007fff872c4d0a  r11: 0x0000000000000246
  r12: 0x00007fff71151020  r13: 0x0000000401b2c7e0  r14: 0x00007fff716de960  r15: 0x00007fff6ea66b68
  rip: 0x00007fff872c4ce2  rfl: 0x0000000000000246  cr2: 0x00000001101b5c70
Logical CPU: 0
Binary Images:
       0x10ee67000 -        0x10ee67fff  com.apple.dt.Xcode (4.1 - 516) <0AEC5D96-FEB3-33D0-A33A-F739802FC079> /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
       0x10ee6c000 -        0x10ef97ff7  com.apple.dt.DVTFoundation (4.1 - 580) <6B17F312-A6B4-38DB-8C60-BE7FD99FEDB5> /Developer/Library/PrivateFrameworks/DVTFoundation.framework/Versions/A/DVTFoun dation
       0x10f04e000 -        0x10f27dfff  com.apple.dt.DVTKit (4.1 - 589) <B5DC8D7C-55FA-369C-988C-492E834F11BF> /Developer/Library/PrivateFrameworks/DVTKit.framework/Versions/A/DVTKit
       0x10f3ad000 -        0x10f5d0fff  com.apple.dt.IDEFoundation (4.1 - 624) <B7945488-556C-39B2-97B0-3B38C19E4E2B> /Developer/Library/PrivateFrameworks/IDEFoundation.framework/Versions/A/IDEFoun dation
       0x10f722000 -        0x10fb2afff  com.apple.dt.IDEKit (4.1 - 632) <13206DCE-D1B8-34F5-B049-0247EF6D4264> /Developer/Library/PrivateFrameworks/IDEKit.framework/Versions/A/IDEKit
       0x10fdb2000 -        0x110291fff +libclang.dylib (163.7.1 - compatibility 1.0.0) <A6A3A1C1-3051-384A-80DA-E1D69A471D15> /Developer/usr/clang-ide/lib/libclang.dylib
       0x111667000 -        0x111668fff  com.apple.dt.dbg.DebuggerGDBService (4.1 - 569) <977CFF74-1E82-3B29-BEED-16D0FA887F8E> /Developer/Library/Xcode/PrivatePlugIns/DebuggerGDBService.ideplugin/Contents/M acOS/DebuggerGDBService
       0x11166d000 -        0x11166efff  com.apple.dt.dbg.DebuggerLLDBService (4.1 - 569) <4EDA6C25-A516-3120-8429-4635A79C47F2> /Developer/Library/Xcode/PrivatePlugIns/DebuggerLLDBService.ideplugin/Contents/ MacOS/DebuggerLLDBService
       0x111673000 -        0x11167aff7  com.apple.DVTiPhoneSimulatorRemoteClient (4.1 - 504) <DD20A116-21F1-3050-9A03-73145CF93E15> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFramewor ks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteC lient
       0x111686000 -        0x111702fff  com.apple.dt.IDE.IDEiPhoneSupport (4.1 - 558) <2B9EEC55-7405-3482-B2AF-430D7C66450F> /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/I DEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
       0x11175f000 -        0x111784ff7  com.apple.DTDeviceKitBase (??? - 515) <3BB007CE-A2B4-30F9-A8DF-7970E0800B2F> /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDe viceKitBase.framework/Versions/A/DTDeviceKitBase
       0x11179c000 -        0x1117b3fff  com.apple.DeviceLinkX (4.1 - 223) <7CE62016-E1A6-3DB6-A9B6-2E4FB50EBBDA> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
       0x1117c2000 -        0x1117c5fff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <30FB0E7A-766F-378E-BB50-5A8D01FFB643> /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/i PhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
       0x1117c9000 -        0x1117cafff  com.apple.dt.IDE.IDEInterfaceBuilderAutomator (4.1 - 518) <E93D37F3-99A3-3E83-918E-2402DEEC753D> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAutomator.ideplugin/ Contents/MacOS/IDEInterfaceBuilderAutomator
       0x1118d2000 -        0x1118d2fff  com.apple.dt.IDE.IDEAppleScriptEditor (4.1 - 504) <0803587F-C46E-30BC-8C39-57DE28F9203A> /Developer/Library/Xcode/PrivatePlugIns/IDEAppleScriptEditor.ideplugin/Contents /MacOS/IDEAppleScriptEditor
       0x1118d6000 -        0x1118ddfff  com.apple.dt.PlistEditor (4.1 - 508) <E6A85CD1-5E55-3F23-8A9B-751FCE8824FC> /Developer/Library/Xcode/PrivatePlugIns/PlistEditor.ideplugin/Contents/MacOS/Pl istEditor
       0x1118e6000 -        0x1118edfff  com.apple.dt.ScriptingDefinitionEditor (4.1 - 501) <C596D2D7-A2E2-32D8-9765-90382F747EB6> /Developer/Library/Xcode/PrivatePlugIns/ScriptingDefinitionEditor.ideplugin/Con tents/MacOS/ScriptingDefinitionEditor
       0x1118f4000 -        0x111906ff7  com.apple.dt.IDE.IDERTFEditor (4.1 - 503) <1BB5CE6C-CFA0-3922-855A-F0A88115980A> /Developer/Library/Xcode/PrivatePlugIns/IDERTFEditor.ideplugin/Contents/MacOS/I DERTFEditor
       0x111916000 -        0x11191cff7  com.apple.dt.IDE.HexEditor (4.1 - 510) <6FE56852-C0A5-3481-A17B-93D59071AD01> /Developer/Library/Xcode/PrivatePlugIns/HexEditor.ideplugin/Contents/MacOS/HexE ditor
       0x111924000 -        0x111927ff7  com.apple.dt.IDE.IDEPDFViewer (4.1 - 504) <279F0866-1E21-3F00-B919-C24C81B5880B> /Developer/Library/Xcode/PrivatePlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/I DEPDFViewer
       0x11193a000 -        0x1119e6ff7  com.apple.DTDeviceKit (4.2 - 515) <6347DCA3-95F1-3153-B15F-8F7B9D19E7D3> /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDe viceKit.framework/Versions/A/DTDeviceKit
       0x111a6e000 -        0x111ae8fff  com.apple.mobiledevice (423.2 - 423.2) <727DF3A6-8F67-943C-69CA-5D6B18B8F7AC> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
       0x111b29000 -        0x111b39ff7  com.apple.dt.IDE.IDEArchivedApplicationsViewer (4.1 - 509) <DFE85051-5572-3076-8FFC-DED3D7578084> /Developer/Library/Xcode/PrivatePlugIns/IDEArchivedApplicationsViewer.ideplugin /Contents/MacOS/IDEArchivedApplicationsViewer
       0x111b4b000 -        0x111c2efff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
       0x111c84000 -        0x111cabfff  libssl.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <B0925A5D-5355-3ECE-BF2F-E576FF105F5A> /usr/lib/libssl.0.9.7.dylib
       0x111df6000 -        0x111e1ffff  libPDFRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22008D4B-BC13-316E-848B-A866244F993A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
       0x111eda000 -        0x111eeefff  com.apple.dt.IDE.Xcode3Core (4.1 - 613) <41C0CF79-666B-3A8E-AD78-3377A31B70BD> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xco de3Core
       0x111efe000 -        0x1121fcfff  com.apple.Xcode.DevToolsCore (6.1 - 613) <8086867E-EB22-3F9A-BCD4-13A45824D491> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Framework s/DevToolsCore.framework/Versions/A/DevToolsCore
       0x112386000 -        0x112392ff7  com.apple.DevToolsFoundation (6.1 - 613) <524E4AEE-C269-30A2-BEE5-AE031CADF929> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Framework s/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
       0x11239f000 -        0x1123dcff7  com.apple.Xcode.DevToolsSupport (6.1 - 613) <833620EA-76FF-3E72-996B-0FFF953658FC> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Framework s/DevToolsSupport.framework/Versions/A/DevToolsSupport
       0x11247e000 -        0x112486ff7  com.apple.xcode.plug-in.CoreBuildTasks (6.1 - 613) <00431651-9050-3387-9EFB-69C2E93A7072> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSup port/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Cor eBuildTasks
       0x11248d000 -        0x1124a4fff  com.apple.dt.IDE.SharedPlugInUtilities (4.1 - 504) <1B4C01A1-14CF-35BE-A9FD-D47CC6EB4897> /Developer/Library/Xcode/PrivatePlugIns/SharedPlugInUtilities.ideplugin/Content s/MacOS/SharedPlugInUtilities
       0x1124b2000 -        0x1125b1ff7  com.apple.dt.IDE.Xcode3UI (4.1 - 613) <53C10CDF-0C65-3BEE-ACD0-EA183D08BF12> /Developer/Library/Xcode/PrivatePlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode 3UI
       0x112660000 -        0x1127caff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (4.1 - 1617) <485004D5-C741-3512-8782-FF3FED95221B> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaIntegration.ide plugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
       0x1128b8000 -        0x112902fff  com.apple.glut (3.4.9 - GLUT-3.4.9) <D9A11984-B5FF-3152-B798-CCBF9755D4B4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
       0x112974000 -        0x112982ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoa (4.1 - 518) <035C58FE-A398-348E-A854-953AC3CD10D1> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoa.ideplugin/Cont ents/MacOS/IDEInterfaceBuilderCocoa
       0x112993000 -        0x1129c2fff  com.apple.DiscRecordingUI (6.0 - 6000.4.1) <E69FEB2A-1F5B-3BF7-80D9-B79717DE349F> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
       0x1129ef000 -        0x112c68ff7  com.apple.dt.IDE.IDEInterfaceBuilderKit (4.1 - 1617) <EC4E088F-4DC2-3F6B-939E-BE24BA454212> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderKit.ideplugin/Conten ts/MacOS/IDEInterfaceBuilderKit
       0x112dfc000 -        0x112ecdfff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (4.1 - 534) <379A9EA3-3CAC-375F-B679-F9AC8C74C5F9> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePl ugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInter faceBuilderCocoaTouchIntegration
       0x1130db000 -        0x1130edff7 +IBThunkTemplates (??? - ???) <09162C22-7124-3C7D-9768-C3AFE7B2F5F2> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderKit.ideplugin/Conten ts/Resources/IBThunkTemplates
       0x113108000 -        0x113153fff  com.apple.dt.IDE.IDEFindReplace (4.1 - 536) <197800E8-A35A-3658-8CE1-913DDD6FD388> /Developer/Library/Xcode/PrivatePlugIns/IDEFindReplace.ideplugin/Contents/MacOS /IDEFindReplace
       0x1131a8000 -        0x1131f3fff  com.apple.DADocSetAccess (4.1 - 504) <3B6E939C-9418-3880-8015-928EF1EC6158> /Developer/Library/PrivateFrameworks/DADocSetAccess.framework/Versions/A/DADocS etAccess
       0x11321e000 -        0x113239ff7  com.apple.DADocSetManagement (4.1 - 508) <2E3C91EC-631A-30EC-91FD-CECC3D3CBBE0> /Developer/Library/PrivateFrameworks/DADocSetManagement.framework/Versions/A/DA DocSetManagement
       0x11324e000 -        0x11329bfff  com.apple.dt.IDE.IDEDocViewer (4.1 - 535) <EACD4DF5-BC6C-3CB5-A172-DAB926D307F9> /Developer/Library/Xcode/PrivatePlugIns/IDEDocViewer.ideplugin/Contents/MacOS/I DEDocViewer
       0x1132f2000 -        0x113442ff7  com.apple.audio.units.Components (1.7 - 1.7) <0DBF8589-8E70-32AB-A7AF-7179FC4CDA75> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x1134b7000 -        0x113577fff  com.apple.dt.IDE.IDEDevkitRefactoring (4.1 - 529) <02DB4D42-DD5C-38B3-A237-10EBBE2E44F9> /Developer/Library/Xcode/PrivatePlugIns/IDEDevkitRefactoring.ideplugin/Contents /MacOS/IDEDevkitRefactoring
       0x1135e2000 -        0x1135e6fff  com.apple.audio.AudioIPCPlugIn (1.2.0 - 1.2.0) <B5564353-4F51-317C-9659-93106AF403DD> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
       0x1135eb000 -        0x1135f1fff  com.apple.audio.AppleHDAHALPlugIn (2.1.1 - 2.1.1b6) <95F9F958-EF2E-3DC0-A9C5-E402B07454F4> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
       0x1135f6000 -        0x113607ff7  com.apple.dt.IDE.IDEQuickHelp (4.1 - 509) <C7647FCB-B967-301B-BD7A-A23131CA6448> /Developer/Library/Xcode/PrivatePlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/I DEQuickHelp
       0x1138d2000 -        0x1138d3ff7  com.apple.dt.IDE.IDEAppleScriptCore (4.1 - 504) <9955BEEC-A45D-328C-8434-01C6403D7AFC> /Developer/Library/Xcode/PrivatePlugIns/IDEAppleScriptCore.ideplugin/Contents/M acOS/IDEAppleScriptCore
       0x1138da000 -        0x1138f7ff7  com.apple.dt.dbg.DebuggerFoundation (4.1 - 569) <DAA1807A-27FA-3DB1-AF31-E50681DE72EE> /Developer/Library/Xcode/PrivatePlugIns/DebuggerFoundation.ideplugin/Contents/M acOS/DebuggerFoundation
       0x113912000 -        0x11391efff  com.apple.dt.IDE.IDEQuickLookEditor (4.1 - 506) <61A9F2B5-76CF-3758-BC75-269922788CB7> /Developer/Library/Xcode/PrivatePlugIns/IDEQuickLookEditor.ideplugin/Contents/M acOS/IDEQuickLookEditor
       0x113fd3000 -        0x114057ff7  com.apple.dt.IDE.IDESourceEditor (4.1 - 581) <74E149BB-E9F6-36DE-8517-C06E80EFC28C> /Developer/Library/Xcode/PrivatePlugIns/IDESourceEditor.ideplugin/Contents/MacO S/IDESourceEditor
       0x1140ac000 -        0x114103ff7  com.apple.dt.dbg.DebuggerUI (4.1 - 569) <5352C8C1-C833-3B42-8D11-47AC1CAB3ABD> /Developer/Library/Xcode/PrivatePlugIns/DebuggerUI.ideplugin/Contents/MacOS/Deb uggerUI
       0x114148000 -        0x114180ff7 +com.ridiculousfish.HexFiendFramework (4.1 - 510) <70AB51F9-A170-328E-B0BA-97145519CCF4> /Developer/Library/PrivateFrameworks/HexFiend.framework/Versions/A/HexFiend
       0x1141a6000 -        0x114284fff  com.apple.dt.IDE.IDEModelEditor (4.1 - 562) <A3EBFCC0-8878-33AE-A97C-0BA4DA8A3E88> /Developer/Library/Xcode/PrivatePlugIns/IDEModelEditor.ideplugin/Contents/MacOS /IDEModelEditor
       0x114311000 -        0x114378fff  com.apple.dt.IDE.IDEModelFoundation (4.1 - 562) <48D9AF4D-530B-387A-93C5-90C98329E1C7> /Developer/Library/Xcode/PrivatePlugIns/IDEModelFoundation.ideplugin/Contents/M acOS/IDEModelFoundation
       0x1143c1000 -        0x1143f3ff7  com.apple.dt.IDE.IDELogNavigator (4.1 - 511) <6884D0D6-AE3C-36EB-B6ED-C7C9EE8B9691> /Developer/Library/Xcode/PrivatePlugIns/IDELogNavigator.ideplugin/Contents/MacO S/IDELogNavigator
       0x1146f0000 -        0x1146f3ff7  libCoreFSCache.dylib (??? - ???) <783C2402-CA3F-3D9B-B909-0F251145CF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
       0x11470e000 -        0x114714fff  libcldcpuengine.dylib (1.50.57 - compatibility 1.0.0) <B16DF1FD-246D-3441-ADDF-3A8F12D55749> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x11471d000 -        0x11471eff3 +cl_kernels (??? - ???) <E5CC7E51-9296-42CA-BB68-802B49F9236B> cl_kernels
       0x114720000 -        0x1147b3ff7  unorm8_bgra.dylib (1.50.57 - compatibility 1.0.0) <6D0AD9FD-22A1-3A37-BC93-359DEB6B651F> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
       0x115d98000 -        0x115da4ff7  com.apple.dt.IDE.IDEIssueNavigator (4.1 - 508) <BC401A4A-B7C7-3AB2-81CE-04CE5C68E0D3> /Developer/Library/Xcode/PrivatePlugIns/IDEIssueNavigator.ideplugin/Contents/Ma cOS/IDEIssueNavigator
       0x115dae000 -        0x115dc8ff7  com.apple.dt.IDE.IDESymbolNavigator (4.1 - 512) <EC8F5F18-70BC-3403-B50E-4E3A5563B8DB> /Developer/Library/Xcode/PrivatePlugIns/IDESymbolNavigator.ideplugin/Contents/M acOS/IDESymbolNavigator
       0x115ddd000 -        0x115decfff  com.apple.dt.IDE.IDEStructureNavigator (4.1 - 510) <A13749F5-02D0-39B6-9B59-10D794E18BAF> /Developer/Library/Xcode/PrivatePlugIns/IDEStructureNavigator.ideplugin/Content s/MacOS/IDEStructureNavigator
       0x115df8000 -        0x115e01fff  com.apple.dt.IDE.IDEProjectsOrganizer (4.1 - 512) <E73E29F5-D9C4-3048-AD88-47839EF767CE> /Developer/Library/Xcode/PrivatePlugIns/IDEProjectsOrganizer.ideplugin/Contents /MacOS/IDEProjectsOrganizer
       0x116f40000 -        0x116f51ff7  com.apple.dt.IDE.IDEGit (4.1 - 515) <BA4182A8-75EB-3225-B047-88AA3BB63A12> /Developer/Library/Xcode/PrivatePlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
       0x116f60000 -        0x116f6cff7  com.apple.dt.IDE.IDESubversion (4.1 - 514) <B1AB3BDE-5BFC-3DAD-BE64-9BBC4B6503EA> /Developer/Library/Xcode/PrivatePlugIns/IDESubversion.ideplugin/Contents/MacOS/ IDESubversion
       0x116f76000 -        0x116f7aff7  com.apple.dt.Instruments (4.1 - 569) <E42CEEBF-A89C-3C33-86F2-DA9F05BF8CA2> /Developer/Library/Xcode/PrivatePlugIns/Instruments.ideplugin/Contents/MacOS/In struments
    0x7fff6ea67000 -     0x7fff6ea9b9ff  dyld (195.3 - ???) <A457CAF6-20BB-39D7-8EEB-E98D79C8838E> /usr/lib/dyld
    0x7fff80740000 -     0x7fff80842ff7  com.apple.backup.framework (1.3 - 1.3) <CECE7759-C0FD-308A-86B9-FDAF5C74DBC3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff80843000 -     0x7fff80c7bff7  com.apple.VideoToolbox (1.0 - 705.22) <0F83F0E2-2D6B-326C-90B9-57439D120276> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff80c7c000 -     0x7fff80ca1fff  com.apple.framework.internetaccounts (1.0 - 1) <782383F2-D072-35D6-AF76-8D670D09391C> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x7fff80ca2000 -     0x7fff80ca3fff  libffi.dylib (??? - ???) <DB96CC4B-0D38-3102-80AA-91DDE9AF3886> /usr/lib/libffi.dylib
    0x7fff80ca4000 -     0x7fff80d09ff7  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <8A33E3DA-3110-3102-B053-C211DD989C1A> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff80d1b000 -     0x7fff811c2ff7  FaceCoreLight (1.4.2 - compatibility 1.0.0) <48952906-CD08-3E34-9CA0-C91FBE523729> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff811c3000 -     0x7fff81362fff  com.apple.QuartzCore (1.7 - 268.0) <42BAA316-D668-302E-ABDE-E4DFE20C5FB1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff81363000 -     0x7fff813d9fff  com.apple.ISSupport (1.9.6 - 54) <1A3C9A01-CDAB-3D36-BF71-6ACD2EB9DFC0> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff813de000 -     0x7fff8140bfe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <328709E0-59BE-3EE1-91A5-73CBA4D29E9F> /usr/lib/libSystem.B.dylib
    0x7fff8140c000 -     0x7fff81491ff7  com.apple.Heimdal (2.1 - 2.0) <534879AD-5D93-3839-9D46-B0E4721F591C> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff81492000 -     0x7fff814f9fff  com.apple.Symbolication (1.2 - 87) <C8F38870-0C4E-3A7F-9B12-0E970DE92F24> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff814fa000 -     0x7fff81539ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <1FB50114-FA39-3E7E-AA84-E5755221CE45> /usr/lib/libcups.2.dylib
    0x7fff8153a000 -     0x7fff81541fff  com.apple.NetFS (4.0 - 4.0) <3D4D258B-8A0A-39F6-B9DD-D5F9B50B74EA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff81542000 -     0x7fff81546fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff81547000 -     0x7fff8155cfff  com.apple.speech.synthesis.framework (4.0.68 - 4.0.68) <1384360A-B922-32DE-A61A-676BA18C0E93> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8155d000 -     0x7fff8155efff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <70F802A1-DEC2-39D4-97A0-2555F74441DD> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff8155f000 -     0x7fff81571ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff81572000 -     0x7fff81579fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <B27E31FB-8554-3B44-A5CF-CAFF58AB0902> /usr/lib/system/libcopyfile.dylib
    0x7fff8157a000 -     0x7fff8157efff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <4F44DEDB-CD99-394C-8499-9D0FF941C9FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8157f000 -     0x7fff81585ff7  com.apple.phonenumbers (1.0 - 47) <6051F574-50CA-3D43-BD18-39AFEDD7A3BB> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x7fff81592000 -     0x7fff815d8fff  com.apple.OSAKit (1.2.2 - 80) <BC142268-F77E-31B2-B58E-6FE4734BF48D> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x7fff815d9000 -     0x7fff815dcff7  com.apple.securityhi (4.0 - 1) <9507967F-6416-3DBB-A41A-5CAB733F4F32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff815dd000 -     0x7fff815e2fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff815e3000 -     0x7fff81607ff7  com.apple.Kerberos (1.0 - 1) <E2C2706D-3E16-35F8-A5D1-48CCFEB7BB5A> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8161b000 -     0x7fff817a1ff7  com.apple.WebKit (7534 - 7534.34.4) <90576421-917F-3E19-AC4F-0AC712233F80> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff817a2000 -     0x7fff818a7fff  libFontParser.dylib (??? - ???) <0AEE78F4-95E1-35D1-ADB1-414F0E52E9EB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff818a8000 -     0x7fff818b3fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <BBD77497-F4AA-3789-8F99-B30FE9604D72> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff818b4000 -     0x7fff818eefff  libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> /usr/lib/libncurses.5.4.dylib
    0x7fff818ef000 -     0x7fff81d1cfff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff81d1d000 -     0x7fff81d2bfff  com.apple.HelpData (2.1.0 - 62) <4ACE80A2-9E54-3F79-8D2F-BC6AFB19ECCB> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff81d2c000 -     0x7fff81d39fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <201F12C9-F69C-370F-A435-6B230048CA76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff81d3c000 -     0x7fff81d4aff7  com.apple.AppleFSCompression (37 - 1.0) <638B7B12-F3BD-30B2-BE8B-D639DF6D5284> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff81d4b000 -     0x7fff82165fff  com.apple.SceneKit (2.0 - 120) <58198A85-9005-31E0-B813-5BD294BD1CA9> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff821e8000 -     0x7fff822fdfff  com.apple.DesktopServices (1.6.0 - 1.6.0) <4796A1A0-B69F-301D-BD46-89994807F122> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff822fe000 -     0x7fff82575ff7  com.apple.imageKit (2.1 - 1.0) <CD2C9EB9-4ED6-326B-AD55-8CF68B446B6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff82576000 -     0x7fff8257ffff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
    0x7fff82580000 -     0x7fff82581fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <4D7B456B-479D-3741-8D4A-989C79C667E8> /usr/lib/system/libunc.dylib
    0x7fff82582000 -     0x7fff82624ff7  com.apple.securityfoundation (5.0 - 55005) <E58EAD88-3435-3FDD-8225-782D30E21ACA> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff82625000 -     0x7fff82626fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff82627000 -     0x7fff82627fff  com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff82628000 -     0x7fff82733ff7  com.apple.avfoundation (2.0 - 180.18) <8D11DCE8-7A7D-39BC-AB81-4F77359689D3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8275e000 -     0x7fff8277eff7  com.apple.RemoteViewServices (1.0 - 1) <68B0A2FF-5623-3A3E-B307-1B608856920D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8277f000 -     0x7fff827deff7  com.apple.coreui (0.3 - 158) <42CFB3FC-6936-30E7-99C5-EFF11B6CC6FB> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8281d000 -     0x7fff828affff  com.apple.CorePDF (3.0 - 3.0) <0A1C986F-D6BD-34ED-A375-6C665B314ADE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff828b0000 -     0x7fff82903ff7  libFontRegistry.dylib (??? - ???) <0AEEF1A3-6264-30C5-A201-2D11B3292A67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff82904000 -     0x7fff829e2ff7  com.apple.DiscRecording (6.0 - 6000.4.1) <31423E26-C16A-3CE5-840B-4758ABEA1C53> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff82ae9000 -     0x7fff82cbafef  com.apple.CoreFoundation (6.7 - 626.1) <C19802BC-E185-3D5B-8DB0-089E82C950D2> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff82cc2000 -     0x7fff82cdcff7  com.apple.CoreMediaAuthoring (2.0 - 888) <E8384656-78C1-3B33-872C-34CE4D0545A9> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff82d37000 -     0x7fff8304afff  com.apple.AddressBook.framework (5.1 - 1032) <D5FD07DC-A313-34FA-A132-663E9262C43F> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8304b000 -     0x7fff83074fff  com.apple.datadetectors (3.0 - 169.0) <9F1F3440-D923-33A9-AA94-43D53516AEAB> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff830c1000 -     0x7fff8312ffff  com.apple.CoreSymbolication (2.1 - 67) <194A355B-58C7-3B1E-A714-00F71ACCDB0A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8322b000 -     0x7fff83258fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <E8A57C6A-0DC3-3D31-8ABA-11ECD6D65FA0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff83259000 -     0x7fff83267fff  com.apple.NetAuth (1.0 - 3.0) <382BDC2A-1E52-38E4-A28A-E6611F82ABB2> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff83268000 -     0x7fff8356efff  com.apple.Foundation (6.7 - 826) <14CCFCD0-DF55-3BE6-940A-53C9B55E0938> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8356f000 -     0x7fff83575fff  IOSurface (??? - ???) <22C7402C-4EE2-32FB-A718-EEA01068EFBE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff83576000 -     0x7fff835f8fff  com.apple.Metadata (10.7.0 - 618.1) <6B35F94C-0C00-39E0-8AF3-8DCCBFCEE2EC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff835f9000 -     0x7fff8364bff7  libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8364c000 -     0x7fff836dcff7  com.apple.PDFKit (2.6 - 2.6) <2E31B954-AEA8-3892-B794-C44EF035C562> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff836dd000 -     0x7fff83719fff  libsystem_info.dylib (??? - ???) <5FA16864-6141-330E-A6B9-22CBAF0DF427> /usr/lib/system/libsystem_info.dylib
    0x7fff8371a000 -     0x7fff837e0fff  com.apple.ColorSync (4.7.0 - 4.7.0) <37B2FA79-38AB-3262-BD2E-10B2816EB8F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff837e1000 -     0x7fff837e2fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8380b000 -     0x7fff83917fef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <65E9D26B-FB9C-3454-A263-1991F6C1BB2D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff83918000 -     0x7fff83993fff  com.apple.print.framework.PrintCore (7.0 - 360) <4378AE96-2BAF-3DF6-A378-CF34A0D288A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff839ae000 -     0x7fff839ddff7  com.apple.DictionaryServices (1.2 - 156) <853338AF-7FA7-32F9-9947-621A8029DCD8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff839de000 -     0x7fff839eafff  com.apple.DirectoryService.Framework (10.7 - 142) <8EE5795E-2593-3314-8FE7-9C5EEBB7602A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff839eb000 -     0x7fff83b24fef  com.apple.vImage (5.0 - 5.0) <C3667258-07CA-32AD-9BF5-21F0489EB9DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff83bb0000 -     0x7fff8427abcf  com.apple.CoreGraphics (1.600.0 - ???) <41C914DC-A740-305A-9997-AE1606725B7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8427b000 -     0x7fff853fafff  com.apple.WebCore (7534 - 7534.34) <093F253E-3907-34D5-9C4B-A260E9E72CA2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff853fb000 -     0x7fff85445fff  com.apple.CoreMedia (1.0 - 705.22) <17C53A74-7382-39E3-A145-5D68291428E8> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff85474000 -     0x7fff8549ffff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
    0x7fff854a0000 -     0x7fff854a3fff  libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff854a4000 -     0x7fff854e4fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff854e5000 -     0x7fff854e5fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff854f8000 -     0x7fff8553efff  com.apple.imfoundation (6.0 - 800) <41FCF3BD-D98B-3D17-9640-77B2A5362061> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/Frameworks/IMFoun dation.framework/Versions/A/IMFoundation
    0x7fff8553f000 -     0x7fff85557fff  com.apple.iChat.InstantMessage (6.0 - 830) <1D9E227B-7D95-3701-BD2C-FF8830F04ADD> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff85558000 -     0x7fff85565fff  libexslt.0.dylib (9.13.0 - compatibility 9.0.0) <0AF8D6E4-BDDC-39F9-84E9-02C3C1E9F82A> /usr/lib/libexslt.0.dylib
    0x7fff85566000 -     0x7fff857d5fff  com.apple.QuartzComposer (5.0 - 221) <4A68366E-FCED-32EF-B5E8-62781CB71392> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff857d6000 -     0x7fff857f2fff  com.apple.GenerationalStorage (1.0 - 120) <88979B4E-BDDD-374F-935B-DA38FA6C6F8E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff857f3000 -     0x7fff85801fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <411BADCC-4BF5-3CF4-8126-FB516004EA2D> /usr/lib/system/libdispatch.dylib
    0x7fff85802000 -     0x7fff85803fff  libdnsinfo.dylib (395.4.0 - compatibility 1.0.0) <1FB30F3A-CAB6-309E-A8FE-DF0073C13CDF> /usr/lib/system/libdnsinfo.dylib
    0x7fff85804000 -     0x7fff85820fff  com.apple.ScriptingBridge (1.2.1 - ???) <865A62C8-FB28-3D1B-80AC-BB9B145AD69F> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff85821000 -     0x7fff85894fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff85895000 -     0x7fff85897fff  libquarantine.dylib (34.0.0 - compatibility 1.0.0) <2AFA0F65-11CD-34A3-9FB3-C075E56370E4> /usr/lib/system/libquarantine.dylib
    0x7fff85b13000 -     0x7fff85b39fff  com.apple.framework.familycontrols (3.0 - 300) <68341C7F-CE67-316D-9773-A9771E977AA8> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff85b3a000 -     0x7fff85c47fff  libJP2.dylib (??? - ???) <E63E9D20-C390-3B00-BEA6-DF5E3EC57A2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff85c48000 -     0x7fff85c48fff  com.apple.quartzframework (1.5 - 1.5) <EAAAECA3-AC3F-3352-92CB-AE6340A92FD4> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff85c49000 -     0x7fff85d4bff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7A11C9EA-73F1-38A2-9B8B-5225425094F6> /usr/lib/libsqlite3.dylib
    0x7fff85d4c000 -     0x7fff8606dfff  com.apple.HIToolbox (1.7 - ???) <6A3EB5CB-AD34-3253-91F6-16412B859B40> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff8606e000 -     0x7fff860d8fff  com.apple.framework.IOKit (2.0 - ???) <D6881CB0-42B0-38F7-A242-C62CD532D3B0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff86126000 -     0x7fff862fbff7  com.apple.AutomatorFramework (1.2.2 - 328) <EDE6321B-95F4-3332-954F-43FCC3AF803F> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
    0x7fff862fc000 -     0x7fff86615fff  com.apple.CoreServices.CarbonCore (960.5 - 960.5) <CE9D36E7-C2A0-3516-9A0C-D0A23C67C522> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff86616000 -     0x7fff86616fff  com.apple.CoreServices (53 - 53) <D13C3BF2-BA6A-385E-99E7-8895B9525ECA> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff86617000 -     0x7fff86619fff  com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff866f9000 -     0x7fff86721ff7  com.apple.CoreVideo (1.7 - 70.0) <7F65D00D-8624-3D1F-ABAD-845B5E4870C5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff86722000 -     0x7fff86732fff  com.apple.opengl (1.7.4 - 1.7.4) <0AD6E284-1BB5-3147-957E-E3FCD351A106> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff86758000 -     0x7fff86758fff  com.apple.Carbon (153 - 153) <13FF49E0-DC75-376D-B8A1-D9893D8B429C> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff86759000 -     0x7fff8675aff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <BB328326-1E2E-3F2B-AF90-6F49E90AFCD8> /usr/lib/system/libremovefile.dylib
    0x7fff8675b000 -     0x7fff867b2fff  libTIFF.dylib (??? - ???) <4A3B0172-9AA3-399C-8342-D1DA7454A9A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff867b3000 -     0x7fff8693dff7  com.apple.QTKit (7.7.1 - 2234) <D39C4187-AC6C-3552-82FB-34A9FBA9F6AF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8693e000 -     0x7fff86943fff  com.apple.OpenDirectory (10.7 - 142) <0E3454FA-D8C5-370A-A9C8-3B5E0EE80C85> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff86944000 -     0x7fff869f6fff  com.apple.CoreText (4.0.0 - ???) <71CF5996-10CA-3BF2-AF6D-8BCA44F10B8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff869f7000 -     0x7fff86ad4fff  libsystem_c.dylib (763.8.0 - compatibility 1.0.0) <B7B0F311-7D5E-3784-AD7A-50F9C1B1EC22> /usr/lib/system/libsystem_c.dylib
    0x7fff86b72000 -     0x7fff86b77fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff86b78000 -     0x7fff86b8eff7  com.apple.ImageCapture (7.0 - 7.0) <64BA3E2A-AB29-30FD-9643-25FEB19B7706> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff86b8f000 -     0x7fff86c91ff7  com.apple.PubSub (1.0.5 - 65.28) <718356F9-CA8F-3677-80AA-379B65C2CB56> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff86c92000 -     0x7fff86c92fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff86c93000 -     0x7fff86f00fff  com.apple.CoreImage (7.73 - 1.0.1) <E9B01B01-D20F-3E44-A6BC-1083D847A9CC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff86f46000 -     0x7fff86f76fff  com.apple.shortcut (2.0 - 2.0) <3903422E-C23E-34B8-8ADE-A53637B4B29E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff86f77000 -     0x7fff86f77fff  com.apple.ApplicationServices (41 - 41) <668BB7B2-9D2D-36B7-9837-F4D6774E341E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff86f78000 -     0x7fff86fb2fef  com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff86fb3000 -     0x7fff87013fff  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <74B62E70-4189-3022-8FC9-1182EA7C6E34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff87014000 -     0x7fff87028ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <76A0C36F-475B-3BE9-BFAC-EF744D9A0020> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff87029000 -     0x7fff8706bfff  libcommonCrypto.dylib (55005.0.0 - compatibility 1.0.0) <0152FDB0-DAB5-3976-8C6E-1CE424FC98CA> /usr/lib/system/libcommonCrypto.dylib
    0x7fff870fa000 -     0x7fff87173ff7  com.apple.imcore (6.0 - 800) <FD0E396E-CEE3-352B-9713-9D4F1FFE9C46> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x7fff87174000 -     0x7fff87191fff  libxpc.dylib (77.14.0 - compatibility 1.0.0) <25A7E61E-02BE-32EA-AFDD-3132E4A7A63A> /usr/lib/system/libxpc.dylib
    0x7fff87192000 -     0x7fff87195fff  com.apple.help (1.3.2 - 42) <C6E4B3AA-8F6A-35ED-A429-9EA9A9D7547B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff87196000 -     0x7fff871c9fff  com.apple.GSS (2.1 - 2.0) <681240F8-90B3-3434-9174-AADF40C636A2> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff871ca000 -     0x7fff871d5ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <3DABF07B-798D-3A04-B8E9-E1FFF1006BB8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff871d6000 -     0x7fff87201ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <4DB5ED11-004B-36B5-AE5F-2AB714754241> /usr/lib/libxslt.1.dylib
    0x7fff87202000 -     0x7fff8720dfff  com.apple.CommonAuth (2.1 - 2.0) <7411485D-13E8-3ACE-A15B-BB20EA32BE6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff872ae000 -     0x7fff872cefff  libsystem_kernel.dylib (1699.22.53 - compatibility 1.0.0) <134B8448-07C4-36B6-A154-9E99B77DA8C4> /usr/lib/system/libsystem_kernel.dylib
    0x7fff872cf000 -     0x7fff87310fff  com.apple.QD (3.10 - ???) <3495FFE2-13FB-3062-9B40-7ADC3F85A364> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff87311000 -     0x7fff8732efff  libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8732f000 -     0x7fff873d3fff  com.apple.ink.framework (1.3.2 - 109) <4964907C-2029-3157-8D0C-D1D2E03567CE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff873d4000 -     0x7fff87409fff  com.apple.securityinterface (5.0 - 55004) <89E1F047-B46C-3CAF-BC85-0E2DD29DC6AA> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8740a000 -     0x7fff8740dfff  com.apple.AppleSystemInfo (1.0 - 1) <F36AE502-104F-326F-8543-5D38E29F07DA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x7fff879e8000 -     0x7fff87de9fff  com.apple.RawCamera.bundle (3.6.5 - 562) <A3F7F0C1-DCA1-3B69-9367-F6C62259FE4E> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff87df2000 -     0x7fff87e05ff7  libCRFSuite.dylib (??? - ???) <E79E43AD-122F-3B78-B56C-FD1C27B4DEA4> /usr/lib/libCRFSuite.dylib
    0x7fff87e06000 -     0x7fff87e61fff  com.apple.QuickLookFramework (3.0 - 479.0) <F984AF90-9DD4-3F74-A509-0714FBDCBA44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff87e62000 -     0x7fff87e66fff  libdyld.dylib (195.3.0 - compatibility 1.0.0) <7D768554-6EAD-31F2-BF44-C1F8911D1C04> /usr/lib/system/libdyld.dylib
    0x7fff87e67000 -     0x7fff87ebbff7  com.apple.ScalableUserInterface (1.0 - 1) <58026B66-010B-3DC3-92D8-ACB218FF22E7> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff88028000 -     0x7fff88036ff7  libkxld.dylib (??? - ???) <514FA622-9F6D-35E4-A41F-BE89DAC54B3E> /usr/lib/system/libkxld.dyli

HELP I GET THE SAME PROGRAM MINES IS

UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[__NSArrayM isEqualToString:]: unrecognized selector sent to instance 0x4025936a0
UserInfo: (null)
Hints: None
Backtrace:
  0  0x00007fff8ebe326a __exceptionPreprocess (in CoreFoundation)
  1  0x00007fff9830bd5e objc_exception_throw (in libobjc.A.dylib)
  2  0x00007fff8ec6f4ce -[NSObject doesNotRecognizeSelector:] (in CoreFoundation)
  3  0x00007fff8ebd0133 ___forwarding___ (in CoreFoundation)
  4  0x00007fff8ebcff48 _CF_forwarding_prep_0 (in CoreFoundation)
  5  0x000000010bfc9b6b -[PBXTarget infoPlistIconPath] (in DevToolsCore)
  6  0x000000010c5acc32 +[Xcode3Target(Xcode3TargetUIAdditions) iconForPBXTarget:] (in Xcode3UI)
  7  0x000000010c557b78 -[Xcode3TargetNavigableItem initWithRepresentedObject:] (in Xcode3UI)
  8  0x000000010876f596 +[IDENavigableItem _navigableItemWithRepresentedObject:parent:inCoordinator:] (in IDEKit)
  9  0x0000000108793aee -[IDENavigableItem objectInChildNavigableItemsAtIndex:] (in IDEKit)
10  0x00007fff93ff6ecc -[NSKeyValueArray objectAtIndex:] (in Foundation)
11  0x00007fff8fe62b56 -[NSTreeControllerTreeNode updateChildNodesForKeyPath:affectedIndexPaths:] (in AppKit)
12  0x00007fff8fe65919 -[NSTreeNode childNodes] (in AppKit)
13  0x00007fff8fc0bc8e -[NSOutlineViewBinder outlineView:numberOfChildrenOfItem:] (in AppKit)
14  0x00007fff8fdd3623 -[_NSBindingAdaptor outlineView:numberOfChildrenOfItem:] (in AppKit)
15  0x00007fff8f9af80f -[NSOutlineView _dataSourceNumberOfChildrenOfItem:] (in AppKit)
16  0x00007fff8f9aefae -[NSOutlineView _expandItemEntry:expandChildren:startLevel:] (in AppKit)
17  0x00007fff8fc08ab4 -[NSOutlineView _batchExpandItemsWithItemEntries:expandChildren:] (in AppKit)
18  0x00007fff8fc087fa -[NSOutlineView expandItem:expandChildren:] (in AppKit)
19  0x000000010c55aebe -[Xcode3ProjectEditor _populateSourceList] (in Xcode3UI)
20  0x000000010c55a673 -[Xcode3ProjectEditor loadView] (in Xcode3UI)
21  0x00007fff8f84ea8a -[NSViewController view] (in AppKit)
22  0x000000010806b40b -[DVTViewController view] (in DVTKit)
23  0x00000001087677d6 -[IDEEditorContext _setEditorView] (in IDEKit)
24  0x00000001087726fa -[IDEEditorContext setEditor:] (in IDEKit)
25  0x00007fff93f72d1a _NSSetObjectValueAndNotify (in Foundation)
26  0x0000000108771cfc __66-[IDEEditorContext _openNavigableItem:documentExtension:document:]_block_invoke_0 (in IDEKit)
27  0x00000001087718c4 -[IDEEditorContext _performBlockInsideReentrantGuard:] (in IDEKit)
28  0x0000000108771713 -[IDEEditorContext _openNavigableItem:documentExtension:document:] (in IDEKit)
29  0x00000001088230b5 -[IDEEditorContext _openNavigableItem:withContentsOfURL:documentExtension:] (in IDEKit)
30  0x00000001088241b9 -[IDEEditorContext _notifyDelegateAndOpenNavigableItem:withContentsURL:documentExtensionIdentifier :locationToSelect:annotationRepresentedObject:stateDictionary:annotationWantsInd icatorAnimation:exploreAnnotationRepresentedObject:] (in IDEKit)
31  0x00000001087b2912 -[IDEEditorContext _notifyDelegateAndOpenEditorHistoryItem:previousHistoryItemOrNil:] (in IDEKit)
32  0x00000001087b26c5 -[IDEEditorContext _openEditorHistoryItem:previousHistoryItemOrNil:] (in IDEKit)
33  0x00000001087b23d7 -[IDEEditorContext _openEditorHistoryItem:updateHistory:] (in IDEKit)
34  0x00000001087c1048 -[IDEEditorContext _openEditorHistoryItemFromStateSaving:] (in IDEKit)
35  0x00000001087845f5 -[IDEEditorBasicMode _setPersistentRepresentation:forIdentifier:] (in IDEKit)
36  0x00007fff8ebdb01e __NSArrayEnumerate (in CoreFoundation)
37  0x000000010878447e -[IDEEditorModeViewController _setPersistentRepresentation:] (in IDEKit)
38  0x00000001087843b7 -[IDEEditorModeViewController revertStateWithDictionary:] (in IDEKit)
39  0x0000000107e7442b -[DVTStateToken _pullStateFromDictionary:] (in DVTFoundation)
40  0x0000000107e741e2 -[DVTStateToken pullStateFromRepository] (in DVTFoundation)
41  0x00000001087620d8 -[IDEEditorArea _updateStateSavingRegistrations] (in IDEKit)
42  0x0000000108783693 -[IDEEditorArea _refreshEditorContextsAndPreserveCurrentEditorHistoryStack:] (in IDEKit)
43  0x000000010877690b __31-[IDEEditorArea viewDidInstall]_block_invoke_0 (in IDEKit)
44  0x00007fff93f52862 NSKeyValueNotifyObserver (in Foundation)
45  0x00007fff93f7399b NSKeyValueDidChange (in Foundation)
46  0x00007fff93f200fb -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] (in Foundation)
47  0x0000000108434281 __81-[IDEWorkspace _finishLoadingAsynchronously:shouldUpgradeFromSimpleFilesFocused:]_block_invoke _0 (in IDEFoundation)
48  0x00007fff93f8ab95 -[NSBlockOperation main] (in Foundation)
49  0x00007fff93f51788 -[__NSOperationInternal start] (in Foundation)
50  0x00007fff93f649e6 ____NSOQSchedule_block_invoke_2 (in Foundation)
51  0x00007fff97ae88ba _dispatch_call_block_and_release (in libdispatch.dylib)
52  0x00007fff97aea72a _dispatch_main_queue_callback_4CF (in libdispatch.dylib)
53  0x00007fff8eb784dc __CFRunLoopRun (in CoreFoundation)
54  0x00007fff8eb77ae6 CFRunLoopRunSpecific (in CoreFoundation)
55  0x00007fff937103d3 RunCurrentEventLoopInMode (in HIToolbox)
56  0x00007fff9371763d ReceiveNextEventCommon (in HIToolbox)
57  0x00007fff937174ca BlockUntilNextEventMatchingListInMode (in HIToolbox)
58  0x00007fff8f7203f1 _DPSNextEvent (in AppKit)
59  0x00007fff8f71fcf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
60  0x00007fff8f71c62d -[NSApplication run] (in AppKit)
61  0x00007fff8f99b80c NSApplicationMain (in AppKit)
62  0x0000000107e46eec (in Xcode)

Similar Messages

  • Frequent crashing when opening projects

    10.5.8, LP 9.0.2, Mac Pro 8-core 6GB RAM
    Logic frequently stalls/crashes when opening projects. This happens most often with projects that have lots of sampler instruments (primarily VSL), but some of the time with no samplers at all. The loading window generally hangs on Vienna Instruments with projects that have them, and on Space Designer with projects that don't.
    The project this happens most frequently with is an orchestral template I'm creating. It has about 25 instances of Vienna Instruments (totalling 1.34GB worth of samples), a few channel EQs and one instance of Space Designer. Other projects that have caused the crash include about 10 native software instrument plugins, 1 Akoustic Piano and 10-15 native effect plugins. I consulted VSL tech support who said the problem was most likely with Logic. I'm inclined to agree, since the problem happens with and without any Vienna Instruments, and Vienna Ensemble Standalone has no problem loading templates with a lot of samples.
    Does anyone have any suggestions to troubleshoot? Has anyone had similar experiences? Thanks.

    Well, this has happened to me too. To the point where I've lost all the work, because Logic can't open the original project or the "crashed" copy it creates. Happened again with a new project I'm working on, albeit on a much more modest laptop system.
    Annoying. Makes me think about switching DAWs...what else can you do if Logic can't be trusted.

  • Ae crashing when opening project

    Since of yesterday AE started crashing when opening a project which i worked on a few weeks ago.
    We opened it on a PC, saved, with a new name. and it would open just fine. When reconnecting the files (AI-drawing) it crashed again. Renamed the drawing and replaced the originals with the new ones, layer by layer. Everything worked ok.
    Just now, same thing, can't open any of the versions of the project. And it gives a warning saying that it crashed when opening windows. Do you want to open those windows again? Some versions of the project, i can open when clicking no. other crash anyway. What the heck is going on?
    Others open fine, but this not. It involves some puppet tools scripts that i bought from aescripts...
    I'm running a new Mac Pro, with the latest version of Mavericks, and latest version of AE.
    tried to open with preview off, tried trashing the prefs etc. nothing seems to help.
    /r
    Process: After Effects [488]
    Path: /Applications/Adobe After Effects CC/Adobe After Effects CC.app/Contents/MacOS/After Effects
    Identifier: com.adobe.AfterEffects
    Version: 12.2 (12.2)
    Code Type: X86-64 (Native)
    Parent Process: launchd [193]
    Responsible: After Effects [488]
    User ID: 501
    Date/Time: 2014-05-09 18:23:39.073 +0300
    OS Version: Mac OS X 10.9.2 (13C1021)
    Report Version: 11
    Anonymous UUID: 54D14E8C-AAA4-87E4-1B62-F54E0133DECE
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000845
    VM Regions Near 0x845:
    -->
    __TEXT 0000000100000000-0000000100004000 [ 16K] r-x/rwx SM=COW /Applications/Adobe After Effects CC/Adobe After Effects CC.app/Contents/MacOS/After Effects
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 BEE.dylib 0x000000010127e703 BEEp_FlattenLayerParamFunc(TDB_ParamLayerStream const*, bool) + 67
    1 TDB.dylib 0x000000010251fbbe TDB_ParamLayerStream::GetFlattenedReserved0() const + 62
    2 TDB.dylib 0x0000000102502ccf TDB_Stream::Write(SLU_File*) const + 1519
    3 TDB.dylib 0x0000000102517f30 TDB_StreamGroup::Write(SLU_File*) const + 992
    4 FLT.dylib 0x00000001019f9228 FLT_FCSeqSpec::Write(SLU_File*) const + 1688
    5 TDB.dylib 0x0000000102517f30 TDB_StreamGroup::Write(SLU_File*) const + 992
    6 TDB.dylib 0x0000000102517f30 TDB_StreamGroup::Write(SLU_File*) const + 992
    7 BEE.dylib 0x000000010124ba08 BEE_Layer::WritePlus(SLU_File*, BEEp_FileInfo*) + 168
    8 BEE.dylib 0x000000010125c615 BEE_ReattachAllItems() + 6517
    9 BEE.dylib 0x00000001011243fc int LIST_ForEachT > >(std::vector >*, long, int (*)(std::vector >*, long, int, std::vector >::value_type), int*) + 76
    10 BEE.dylib 0x000000010124c7c4 BEEp_WriteItemFunc(void*, BEE_Item*, BEE_FolderItem*, int) + 1988
    11 BEE.dylib 0x0000000101197995 BEE_ForEachItem(BEE_Project*, BEE_FolderItem*, int (*)(void*, BEE_Item*, BEE_FolderItem*, int), void*, int) + 261
    12 BEE.dylib 0x000000010124c40a BEEp_WriteItemFunc(void*, BEE_Item*, BEE_FolderItem*, int) + 1034
    13 BEE.dylib 0x000000010119f4b6 BEE_GetDefaultFolder(BEE_Project*, int, unsigned char) + 2038
    14 BEE.dylib 0x0000000101197995 BEE_ForEachItem(BEE_Project*, BEE_FolderItem*, int (*)(void*, BEE_Item*, BEE_FolderItem*, int), void*, int) + 261
    15 BEE.dylib 0x0000000101256a4e BEE_SaveProject(BEE_Project*, unsigned int, unsigned int, int, int, int, int, BEE_ActiveItemInfo const*, std::set, std::allocator > const*, FILE_Spec*) + 5198
    16 com.adobe.AfterEffectsLib.framework 0x0000000100707605 CPDir::SaveProjectToFileSpec(FILE_Spec*, int, bool) + 309
    17 com.adobe.AfterEffectsLib.framework 0x0000000100708ff7 CPDir::DoSave(int) + 55
    18 com.adobe.AfterEffectsLib.framework 0x0000000100709197 CPDir::DoSaveAs(FILE_Spec*) + 183
    19 com.adobe.AfterEffectsLib.framework 0x00000001002bb765 TestEmergencyUnhandledExceptionHandler() + 293
    20 com.adobe.AfterEffectsLib.framework 0x00000001002bb3de SetupEmergencyUnhandledExceptionHandler(bool) + 542
    21 U.dylib 0x0000000102f8071a Up_InvokeUnhandledExceptionOrHardwareErrorHandler() + 74
    22 U.dylib 0x0000000102fbe8a2 SetupHardwareExceptionHandling(bool) + 418
    23 com.adobe.dvacore.framework 0x00000001034f7041 (anonymous namespace)::SignalHandler(int, __siginfo*, void*) + 337
    24 libsystem_platform.dylib 0x00007fff8fd2b5aa _sigtramp + 26
    25 PIN.dylib 0x00000001021c99e1 std::vector<_t_PDOCG*, std::allocator<_t_PDOCG*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<_t_PDOCG**, std::vector<_t_PDOCG*, std::allocator<_t_PDOCG*> > >, _t_PDOCG* const&) + 465
    26 PIN.dylib 0x00000001021c830b PDFLayerOCG::_GetBounds(_t_ASFixedRect&) const + 299
    27 PIN.dylib 0x00000001021be016 D_YMp_GetBounds + 1270
    28 PIN.dylib 0x00000001021bdb74 D_YMp_GetBounds + 84
    29 PIN.dylib 0x00000001021c3b27 D_YM_NewSeqSpecFromFile + 3847
    30 PIN.dylib 0x00000001021c4df2 D_YM_SynchSeqSpec + 1586
    31 PIN.dylib 0x0000000102086c38 PINp_SynchSeqSpec + 840
    32 PIN.dylib 0x000000010203c05e PIN_FinishPartialRead + 1166
    33 PIN.dylib 0x000000010203c4a5 PIN_ReadSeqSpec + 1013
    34 BEE.dylib 0x000000010124f357 BEEp_ReadItemChunk(BEEp_FileInfo*, SLU_ChunkInfo const*, BEE_FolderItem*, M_Ratio const*, BEE_Item**, unsigned char, BEE_Project*) + 2103
    35 BEE.dylib 0x00000001012516fc BEEp_ReadOneItem(BEEp_FileInfo*, SLU_ChunkInfo*, BEE_FolderItem*, unsigned char, BEE_Project*, bool) + 140
    36 BEE.dylib 0x000000010125160a BEEp_ReadItems(BEEp_FileInfo*, SLU_ChunkInfo*, BEE_FolderItem*, unsigned char, BEE_Project*) + 74
    37 BEE.dylib 0x0000000101250d9b BEEp_ReadItemChunk(BEEp_FileInfo*, SLU_ChunkInfo const*, BEE_FolderItem*, M_Ratio const*, BEE_Item**, unsigned char, BEE_Project*) + 8827
    38 BEE.dylib 0x00000001012516fc BEEp_ReadOneItem(BEEp_FileInfo*, SLU_ChunkInfo*, BEE_FolderItem*, unsigned char, BEE_Project*, bool) + 140
    39 BEE.dylib 0x000000010125160a BEEp_ReadItems(BEEp_FileInfo*, SLU_ChunkInfo*, BEE_FolderItem*, unsigned char, BEE_Project*) + 74
    40 BEE.dylib 0x0000000101250d9b BEEp_ReadItemChunk(BEEp_FileInfo*, SLU_ChunkInfo const*, BEE_FolderItem*, M_Ratio const*, BEE_Item**, unsigned char, BEE_Project*) + 8827
    41 BEE.dylib 0x00000001012516fc BEEp_ReadOneItem(BEEp_FileInfo*, SLU_ChunkInfo*, BEE_FolderItem*, unsigned char, BEE_Project*, bool) + 140
    42 BEE.dylib 0x000000010125160a BEEp_ReadItems(BEEp_FileInfo*, SLU_ChunkInfo*, BEE_FolderItem*, unsigned char, BEE_Project*) + 74
    43 BEE.dylib 0x0000000101250d9b BEEp_ReadItemChunk(BEEp_FileInfo*, SLU_ChunkInfo const*, BEE_FolderItem*, M_Ratio const*, BEE_Item**, unsigned char, BEE_Project*) + 8827
    44 BEE.dylib 0x00000001012516fc BEEp_ReadOneItem(BEEp_FileInfo*, SLU_ChunkInfo*, BEE_FolderItem*, unsigned char, BEE_Project*, bool) + 140
    45 BEE.dylib 0x0000000101253f48 BEEp_LoadProject(FILE_Spec*, BEE_FolderItem*, unsigned char, unsigned char, unsigned char*, BEE_ActiveItemInfo*, unsigned int*, BEE_Project*) + 8424
    46 BEE.dylib 0x0000000101251d1f BEE_LoadProject(FILE_Spec*, BEE_FolderItem*, unsigned char, unsigned char, unsigned char*, BEE_ActiveItemInfo*, unsigned int*, BEE_Project*) + 175
    47 BEE.dylib 0x000000010114804c BEE_Idle() + 476
    48 BEE.dylib 0x00000001013239f5 BEEp_DoTask + 69
    49 BEE.dylib 0x0000000101147a17 BEE_DoCommand(short, BEE_CommandInfo*) + 567
    50 com.adobe.AfterEffectsLib.framework 0x0000000100705e4a CPDir::OpenFileSpec(FILE_Spec**, unsigned char, unsigned char, unsigned char) + 474
    51 com.adobe.AfterEffectsLib.framework 0x000000010024afce CEggApp::OpenDocumentGuts(FILE_Spec**, unsigned char, unsigned char, unsigned char) + 414
    52 com.adobe.AfterEffectsLib.framework 0x000000010024b52f CEggApp::OpenDocument(FILE_Spec**, unsigned char, unsigned char, unsigned char) + 383
    53 com.adobe.AfterEffectsLib.framework 0x00000001000ab68a GetAECocoaApplication() + 5978
    54 com.apple.AppKit 0x00007fff9302c0e5 __69-[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:]_block_invoke + 1651
    55 com.apple.AppKit 0x00007fff92e27c23 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_2 + 140
    56 com.apple.AppKit 0x00007fff92e2780d -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 746
    57 com.apple.AppKit 0x00007fff92c92b7b -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completionHandler:] + 323
    58 com.apple.AppKit 0x00007fff9302b9e9 -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 306
    59 com.apple.AppKit 0x00007fff92c9243b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 450
    60 com.apple.Foundation 0x00007fff8e8fef0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    61 com.apple.Foundation 0x00007fff8e8fed7d _NSAppleEventManagerGenericHandler + 106
    62 com.apple.AE 0x00007fff9797ae1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    63 com.apple.AE 0x00007fff9797ac32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    64 com.apple.AE 0x00007fff9797ab36 aeProcessAppleEvent + 315
    65 com.apple.HIToolbox 0x00007fff8dab7161 AEProcessAppleEvent + 56
    66 com.apple.AppKit 0x00007fff92c8e246 _DPSNextEvent + 1026
    67 com.apple.AppKit 0x00007fff92c8da2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    68 com.apple.AppKit 0x00007fff92c81b2c -[NSApplication run] + 553
    69 com.adobe.AfterEffectsLib.framework 0x000000010030d661 CApplication::Run() + 65
    70 com.adobe.AfterEffectsLib.framework 0x000000010027ec96 MainMain(bool, bool, bool, bool, bool, bool, unsigned short const*, bool, void**, int, int, int) + 918
    71 com.adobe.AfterEffectsLib.framework 0x000000010027e8cb EggMain(bool, bool, bool, bool, bool, bool, unsigned short const*, bool, int) + 59
    72 com.adobe.AfterEffects 0x00000001000038ae main + 1838
    73 com.adobe.AfterEffects 0x0000000100003174 start + 52

    Thanks, been trying hard to think what change could cause this, but can't.
    Switched to another hardrive at some point, though. But no software updates.
    Hid the ai-files, and opened up the project. Worked fine.
    Replaced the ai-layers with an jpeg. Seems to work.
    But, did the same thing a few days ago already. Opened up the project without the original ai-file.
    Renamed the ai-file and replaced all the layers with the layers from the new one.
    Worked well for a day or two, then started crashing again.

  • Premiere pro crashes when opening project

    Premiere pro project crashes when opening. I have an imac running OS 10.7.3 (8GB Ram, AMD Radeon HD 6970 2048mb) and have Premiere Pro 5.5.2. I have had 2 projects that I have worked on for hours and saved numerous times and then when I closed pp and tried to reopen the file the screen goes white and then crashes. Please help.

    Ann, THANKS for replying!
    If I open a brand new project, which I could do before, and then IMPORT a previous project, it works and I can edit and export the project.  However, it did crash upon trying to save it and I still can not just open a previously created project.  When I do I get an error message that Says: "Premiere has encountered an error and needs to close down.  We will attempt to save your project."
    Do you or anyone else have any ideas?

  • LabVIEW Crashes when Opening Project

    Hey Guys,
    I'm running into an interesting issue where LabVIEW crashes when opening a project. This is the second time I've run into this issue, on the same project. To get around it the first time I simply deleted and re-made my project, but since it's happened again, I need to figure out how to debug it. The symptom is that LabVIEW will crash when opening the project (sometimes I can see the "vi loading" screen) without any indication that crash has occured. It doesn't even launch the error reporter, the process just dies. Anyone know how I can go about debugging this?
    Solved!
    Go to Solution.

    xkenneth86,
    What version of LabVIEW? Have you ever had previous versions of LabVIEW on your computer? Can you attach a screenshot of the crash?
    David H.
    National Instruments

  • FCP 6.02 Crashing when opening Project

    Hi,
    Going bananas trying to work out why a project I have been working on for 6months now causes FCP to crash when opening. I can open other projects fine, but when I try and open a project with all media offline I get the same issue.
    All drives are external and I have space on both local and external disks.
    I have tried opening the project from the autosave vault - which should work - to no avail.
    I have now reinstalled Final Cut Studio 2 with no change to the above.
    Any help would be appreciated.
    Thanks
    p

    Thanks Shane,
    I was running all the latest apps - Qt 7.3, FCP6.02 OSX 10.411, did all the updates etc.
    By erasing FCP and compressor I was able to get the project to open, but exporting through compressor kept crashing - which was an original fault that started happening before the project crash issue.
    Not wanting to waste any more time I did a complete erase and re-install of my computer, and after spending close to half a day doing it I think it's been worth it - though I'm going through the testing phase - although as it stands the project has been loading and compressor has been working properly (will test more though).
    I was using a couple of plugins that I downloaded from Apple's website: FX plugins manager of sorts, and I was using a filmic filter from that set which I think may have been corrupting the whole project.
    I will keep testing though...
    p

  • Xcode quits when opening project

    Hey everybody. Xcode 3.1 (iPhone OS 3.1.2) is now crashing when I try to open a project. It opens the project, waits a few seconds, then quits. I have no clue what's going on. Thanks for any help!

    Look for error messages using Applications>Utilities>Console.

  • Xcode crashes when opening repository

    Xcode 5.0.3 on Mac OS X 10.9 always crashes when trying to open a repository. How can i totally delete and reinstall Xcode? Tried delting it by using the trash can and also from the terminal with "sudo /Developer/Library/uninstall-devtools --mode=all" but I did not manage at all to fix my problem. Please help!
    Process:         Xcode [1479]
    Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         5.0.2 (3335.32)
    Build Info:      IDEApplication-3335032000000000~4
    App Item ID:     497799835
    App External ID: 106632651
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [163]
    Responsible:     Xcode [1479]
    User ID:         501
    Date/Time:       2013-11-20 16:00:25.067 +0100
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  E76DBC92-4D6D-37CD-89E9-19108F831CA6
    Sleep/Wake UUID: 7317448F-8DC1-4265-83F1-947A97F96BE8
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    Sending openSourceControl: to <IDEWelcomeWindowController: 0x7fc558448430> from <IDEWelcomeWindowHighlightButton: 0x7fc55a96cf40>
    ProductBuildVersion: 5A3005
    ASSERTION FAILURE in /SourceCache/IDEFoundation/IDEFoundation-3582/Framework/Classes/Model/SourceCon trol/IDESourceControlProject.m:780
    Details:  (origin) should not be nil.
    Object:   <IDESourceControlProject: 0x7fc55cc25790>
    Method:   -setOrigin:forConfiguration:
    Thread:   <NSThread: 0x7fc5586150a0>{name = (null), num = 1}
    Hints:  
      0: Sending openSourceControl: to <IDEWelcomeWindowController: 0x7fc558448430> from <IDEWelcomeWindowHighlightButton: 0x7fc55a96cf40>
    Backtrace:
      0  0x000000010c8e5ea8 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
      1  0x000000010b6677a5 _DVTAssertionHandler (in DVTFoundation)
      2  0x000000010b667ad4 _DVTAssertionFailureHandler (in DVTFoundation)
      3  0x000000010c3030f5 -[IDESourceControlProject setOrigin:forConfiguration:] (in IDEFoundation)
      4  0x000000010cbdc133 -[IDESourceControlNewCheckoutWindowController setupServers] (in IDEKit)
      5  0x000000010cbdb776 -[IDESourceControlNewCheckoutWindowController setupChooserViewChoices] (in IDEKit)
      6  0x000000010cbd9bce -[IDESourceControlNewCheckoutWindowController showRecentsView] (in IDEKit)
      7  0x000000010cbd88d6 -[IDESourceControlNewCheckoutWindowController loadWindow] (in IDEKit)
      8  0x00007fff8ef36058 -[NSWindowController window] (in AppKit)
      9  0x000000010cbd8923 -[IDESourceControlNewCheckoutWindowController presentNewCheckoutWindow] (in IDEKit)
    10  0x000000010c925aea -[IDESourceControlCommandHandler quickCheckoutCommand:] (in IDEKit)
    11  0x00007fff8eed83d0 -[NSApplication sendAction:to:from:] (in AppKit)
    12  0x000000010bd4eaff __37-[DVTApplication sendAction:to:from:]_block_invoke (in DVTKit)
    13  0x000000010bb80544 -[DVTApplication sendAction:to:from:] (in DVTKit)
    14  0x000000010c8e1845 +[IDECommandManager sendActionForCommandWithIdentifier:from:] (in IDEKit)
    15  0x00007fff8eed83d0 -[NSApplication sendAction:to:from:] (in AppKit)
    16  0x000000010bd4eaff __37-[DVTApplication sendAction:to:from:]_block_invoke (in DVTKit)
    17  0x000000010b668ab1 DVTInvokeWithFailureHint (in DVTFoundation)
    18  0x000000010bb805ba -[DVTApplication sendAction:to:from:] (in DVTKit)
    19  0x00007fff8eed824e -[NSControl sendAction:to:] (in AppKit)
    20  0x00007fff8ef24d7d -[NSCell _sendActionFrom:] (in AppKit)
    21  0x00007fff8ef3e715 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    22  0x00007fff8ef3dae7 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
    23  0x00007fff8ef3d1fd -[NSControl mouseDown:] (in AppKit)
    24  0x00007fff8eebed08 -[NSWindow sendEvent:] (in AppKit)
    25  0x00007fff8ee5d744 -[NSApplication sendEvent:] (in AppKit)
    26  0x000000010c6e883b -[IDEApplication sendEvent:] (in IDEKit)
    27  0x00007fff8ecada29 -[NSApplication run] (in AppKit)
    28  0x00007fff8ec98803 NSApplicationMain (in AppKit)
    29  0x00007fff8f8ba5fd start (in libdyld.dylib)
    Performing @selector(quickCheckoutCommand:) from sender (null) 0x0
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff84f22866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff83c4735c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff886a4bba abort + 125
    3   com.apple.dt.IDEKit                     0x000000010c8e57af +[IDEAssertionHandler _handleAssertionWithLogString:reason:] + 775
    4   com.apple.dt.IDEKit                     0x000000010c8e600e -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] + 1117
    5   com.apple.dt.DVTFoundation              0x000000010b6677a5 _DVTAssertionHandler + 421
    6   com.apple.dt.DVTFoundation              0x000000010b667ad4 _DVTAssertionFailureHandler + 322
    7   com.apple.dt.IDEFoundation              0x000000010c3030f5 -[IDESourceControlProject setOrigin:forConfiguration:] + 676
    8   com.apple.dt.IDEKit                     0x000000010cbdc133 -[IDESourceControlNewCheckoutWindowController setupServers] + 756
    9   com.apple.dt.IDEKit                     0x000000010cbdb776 -[IDESourceControlNewCheckoutWindowController setupChooserViewChoices] + 853
    10  com.apple.dt.IDEKit                     0x000000010cbd9bce -[IDESourceControlNewCheckoutWindowController showRecentsView] + 254
    11  com.apple.dt.IDEKit                     0x000000010cbd88d6 -[IDESourceControlNewCheckoutWindowController loadWindow] + 1667
    12  com.apple.AppKit                        0x00007fff8ef36058 -[NSWindowController window] + 80
    13  com.apple.dt.IDEKit                     0x000000010cbd8923 -[IDESourceControlNewCheckoutWindowController presentNewCheckoutWindow] + 31
    14  com.apple.dt.IDEKit                     0x000000010c925aea -[IDESourceControlCommandHandler quickCheckoutCommand:] + 47
    15  com.apple.AppKit                        0x00007fff8eed83d0 -[NSApplication sendAction:to:from:] + 327
    16  com.apple.dt.DVTKit                     0x000000010bd4eaff __37-[DVTApplication sendAction:to:from:]_block_invoke + 351
    17  com.apple.dt.DVTKit                     0x000000010bb80544 -[DVTApplication sendAction:to:from:] + 226
    18  com.apple.dt.IDEKit                     0x000000010c8e1845 +[IDECommandManager sendActionForCommandWithIdentifier:from:] + 109
    19  com.apple.AppKit                        0x00007fff8eed83d0 -[NSApplication sendAction:to:from:] + 327
    20  com.apple.dt.DVTKit                     0x000000010bd4eaff __37-[DVTApplication sendAction:to:from:]_block_invoke + 351
    21  com.apple.dt.DVTFoundation              0x000000010b668ab1 DVTInvokeWithFailureHint + 82
    22  com.apple.dt.DVTKit                     0x000000010bb805ba -[DVTApplication sendAction:to:from:] + 344
    23  com.apple.AppKit                        0x00007fff8eed824e -[NSControl sendAction:to:] + 86
    24  com.apple.AppKit                        0x00007fff8ef24d7d -[NSCell _sendActionFrom:] + 128
    25  com.apple.AppKit                        0x00007fff8ef3e715 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2316
    26  com.apple.AppKit                        0x00007fff8ef3dae7 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 487
    27  com.apple.AppKit                        0x00007fff8ef3d1fd -[NSControl mouseDown:] + 706
    28  com.apple.AppKit                        0x00007fff8eebed08 -[NSWindow sendEvent:] + 11296
    29  com.apple.AppKit                        0x00007fff8ee5d744 -[NSApplication sendEvent:] + 2021
    30  com.apple.dt.IDEKit                     0x000000010c6e883b -[IDEApplication sendEvent:] + 444
    31  com.apple.AppKit                        0x00007fff8ecada29 -[NSApplication run] + 646
    32  com.apple.AppKit                        0x00007fff8ec98803 NSApplicationMain + 940
    33  libdyld.dylib                           0x00007fff8f8ba5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff84f22e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff83c47f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff83c4afb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff84f23662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8e2dc43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8e2dc152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff84f22e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff83c47f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff83c4afb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff84f22e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff83c47f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff83c4afb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff84f22e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff83c47f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff83c4afb9 start_wqthread + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff84f1ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff84f1dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8874f315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8874e939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8874e275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8b292907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8b29270b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff84f22e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff83c47f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff83c4afb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff84f1ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff84f1dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8874f315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8874e939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8874e275 CFRunLoopRunSpecific + 309
    5   com.apple.DTDeviceKitBase               0x0000000115c2181a -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 164
    6   com.apple.Foundation                    0x00007fff8b29270b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 9:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff84f229aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff8879ad43 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff84f1ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff84f1dd18 mach_msg + 64
    2   ???                                     0x000000011000d513 0 + 4563457299
    3   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff84f22e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff83c47f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff83c4afb9 start_wqthread + 13
    Thread 12:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff84f22716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff83c48c3b _pthread_cond_wait + 727
    2   com.apple.CoreVideo                     0x00007fff8a15ea38 CVDisplayLink::runIOThread() + 656
    3   com.apple.CoreVideo                     0x00007fff8a15e78f startIOThread(void*) + 147
    4   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff84f1ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff84f1dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8874f315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8874e939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8874e275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff8ee5a1ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 14:: DYMobileDeviceManager
    0   libsystem_kernel.dylib                  0x00007fff84f1ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff84f1dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8874f315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8874e939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8874e275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8b294a7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation                    0x00007fff8b37d70a -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.GPUToolsMobileFoundation          0x000000011730c96b -[DYMobileDeviceManager _deviceNotificationThread:] + 132
    8   com.apple.Foundation                    0x00007fff8b29270b __NSThread__main__ + 1318
    9   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    10  libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    11  libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff84f22e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff83c47f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff83c4afb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff84f22e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff83c47f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff83c4afb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff84f22e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff83c47f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff83c4afb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff84f22716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff83c48c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore            0x0000000111e57fd6 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 506
    3   com.apple.Foundation                    0x00007fff8b29270b __NSThread__main__ + 1318
    4   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff84f22716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff83c48c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore            0x0000000111e57fd6 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 506
    3   com.apple.Foundation                    0x00007fff8b29270b __NSThread__main__ + 1318
    4   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff84f22716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff83c48c3b _pthread_cond_wait + 727
    2   com.apple.Xcode.DevToolsCore            0x0000000111e57fd6 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 506
    3   com.apple.Foundation                    0x00007fff8b29270b __NSThread__main__ + 1318
    4   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff84f1ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff84f1dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8874f315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8874e939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8874e275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff888039d1 CFRunLoopRun + 97
    6   com.apple.DebugSymbols                  0x00007fff8a26d7e3 SpotlightQueryThread(void*) + 355
    7   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff84f22a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff886c3e60 nanosleep + 200
    2   com.apple.CoreSymbolication             0x00007fff888d7681 0x7fff888c4000 + 79489
    3   libsystem_pthread.dylib                 0x00007fff83c46899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff83c4672a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff83c4afc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff73c3d310  rcx: 0x00007fff5463d768  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff5463d790  rsp: 0x00007fff5463d768
       r8: 0x00007fc558823200   r9: 0x000000000000002d  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff5463d8a8  r13: 0x000000010cfb74e8  r14: 0x0000000000000006  r15: 0x00007fc55cc51e00
      rip: 0x00007fff84f22866  rfl: 0x0000000000000206  cr2: 0x00007fc558834625
    Logical CPU:     0
    Error Code:      0x020000b8
    Trap Number:     133
    Binary Images:
           0x10b5c1000 -        0x10b5c1ff7  com.apple.dt.Xcode (5.0.2 - 3335.32) <325477C5-32DB-3091-91B7-41B670C5C0ED> /Applications/Xcode.app/Contents/MacOS/Xcode
           0x10b5c7000 -        0x10b9f4fff  com.apple.dt.DVTFoundation (5.0.2 - 3542) <05454F93-F6FD-3813-B2B9-29D364BAE0F0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation
           0x10bb75000 -        0x10be8ffff  com.apple.dt.DVTKit (5.0.2 - 3553) <0F9EC4BC-158C-3741-8E60-B781AF0CB667> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit
           0x10c036000 -        0x10c474ff7  com.apple.dt.IDEFoundation (5.0.2 - 3582) <65D65E5D-7B32-35A3-858B-C751A86E808D> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation
           0x10c6cf000 -        0x10ce5ffff  com.apple.dt.IDEKit (5.0.2 - 3608) <34C232C6-6036-3F60-9CB5-739A8E93AC73> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x10d2d2000 -        0x10d2d3ffb  libsysmon.dylib (58.1.3) <B5733414-8CD4-3BAB-8C21-8529E682BCFC> /usr/lib/libsysmon.dylib
           0x10d2e0000 -        0x10db9dff7 +libclang.dylib (500.2.79) <32C31E07-4526-3A30-9D1F-06169929BDC7> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
           0x10dc1f000 -        0x10dc8bff7  com.apple.CSServiceClient (1.0 - 1) <DDA02C9A-8F3C-3F7F-AB34-B4EFD49F16CB> /Applications/Xcode.app/Contents/SharedFrameworks/CSServiceClient.framework/Ver sions/A/CSServiceClient
           0x10dccf000 -        0x10dce6fff  com.apple.DADocSetManagement (5.0.2 - 3350) <B385692F-57DD-3AF2-A8F0-3AD1ACF0B82E> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement
           0x10dcfe000 -        0x10dd00ff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <385A175E-6002-32FC-8E16-5011295E859C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper
           0x10dd07000 -        0x10dd30ff7  com.apple.dt.instruments.DTGraphKit (5.0.2 - 51140) <D016A07B-D390-3F97-9986-EC98BCBFD982> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions /A/DTGraphKit
           0x10dd4d000 -        0x10ddb3ff7  com.apple.DADocSetAccess (5.0.2 - 3356) <D465F190-8B44-3675-9B50-442D06FAAED5> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess
           0x110061000 -        0x1100dcfff  com.apple.dt.IDE.IDEFindReplace (5.0.2 - 3434) <22895260-25DA-3373-A22D-BDE954BA1A57> /Applications/Xcode.app/Contents/PlugIns/IDEFindReplace.ideplugin/Contents/MacO S/IDEFindReplace
           0x11012b000 -        0x11017afff  com.apple.dt.IDE.iCloudSupport (5.0.2 - 77) <8BCC1372-0217-3E0F-8422-B148535C5B62> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS /iCloudSupport
           0x1101b5000 -        0x1101bdfff  com.apple.dt.IDE.HexEditor (5.0.2 - 3317) <1759FF3D-09EC-3D55-8ADB-6A710EE94F58> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor
           0x1101c7000 -        0x1101cbff7  com.apple.dt.gpu.GPUTraceDebugger (5.0.2 - 13004) <F6674F1E-48A9-3B96-9615-57B14B766BF2> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger
           0x1102df000 -        0x110323fff  com.apple.CoreThemeDefinition (2.0 - 146) <B7B5CEE8-A98D-3DDA-9927-364DCF16AD86> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/Core ThemeDefinition
           0x110354000 -        0x110373fff  com.apple.dt.IDE.IDEQuickHelp (5.0.2 - 3364) <DDD284AE-29C0-3924-9C99-245565B82EE6> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp
           0x11038d000 -        0x110396fff  com.apple.DevToolsFoundation (7.0.2 - 3575) <33C48628-DD77-30C3-A917-3AF4C44ADCD9> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x110696000 -        0x11069dfff  com.apple.dt.IDE.IDEOSXSupportCore (5.0.2 - 3329) <0817EC4A-8064-337D-BF52-AC4DCC03382B> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSu pportCore
           0x1106ad000 -        0x1106adff7  com.apple.compilers.clang (7.0.2 - 3575) <0FA6DDCC-A11E-3BDA-873D-F2E2BD4A6CFA> /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
           0x1106c6000 -        0x1106c7fff +liblaunch_sim.dylib (330.1.2) <8DC5E472-BB28-36CD-8015-EF38E5FB9786> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/host/liblaunch_sim.dylib
           0x1106d0000 -        0x1106d1fff  com.apple.dt.dbg.DebuggerLLDBService (5.0.2 - 3532) <283453A1-85F2-354B-8C31-E9D1CFBFF8C9> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService
           0x1106dc000 -        0x1106dcff7  com.apple.xcode.compilers.scntool (7.0.2 - 3575) <1067F1D4-C9F1-3D99-ACB3-CF18D616287F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Scene Kit.xcplugin/Contents/MacOS/Scene Kit
           0x1106e0000 -        0x1106e0ff7  com.apple.IBStoryboardCompilerPlugin (5.0.2 - 3747) <983F3C6B-FB46-30A4-B5C4-6E682FD47630> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/IBStoryboardCompilerPlugin.xcplugin/Conte nts/MacOS/IBStoryboardCompilerPlugin
           0x1106e4000 -        0x1106e4ff7  com.apple.xcode.compilers.coredata (7.0.2 - 3575) <5520F32D-3C65-30F7-A798-307D7757C880> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
           0x1107ec000 -        0x1108b2ff7  com.apple.dt.IDE.IDESourceEditor (5.0.2 - 3443) <8D16E3CB-06D4-362C-A1F9-67C6CEF57C11> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor
           0x110921000 -        0x110996fff  com.apple.dt.IDE.IDEDocViewer (5.0.2 - 3464) <AA56E019-B209-3B34-AF4B-5DF5CEA3EC2F> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer
           0x1109ea000 -        0x110e88fff  com.apple.dt.IDE.IDEInterfaceBuilderKit (5.0.2 - 4514) <5E8C3F22-DF06-32CE-8480-2F1626B42AA1> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit
           0x11115a000 -        0x1111e0fff  com.apple.dt.IBFoundation (1.0 - 1) <791FFB3C-9936-381F-9986-58FD89786071> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/I BFoundation
           0x111235000 -        0x1112c0ff7  com.apple.dt.IBAutolayoutFoundation (1.0 - 1) <BAC6F8B7-723B-3566-A51B-28470E22D755> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation
           0x111316000 -        0x11134cfff +com.ridiculousfish.HexFiendFramework (5.0.2 - 3317) <0224A13F-BCAC-3AF6-AB95-AF66F998BFEC> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend
           0x111373000 -        0x1113a8ff7  com.apple.dt.dbg.DebuggerFoundation (5.0.2 - 3532) <91ED13F4-19F3-30C2-B4A6-8BBBCCFF6B58> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation
           0x1113d4000 -        0x111470ff7  com.apple.dt.dbg.DebuggerUI (5.0.2 - 3532) <CF40E0CA-6E2C-3099-8013-A88DD306AD12> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI
           0x1114e9000 -        0x1115c7ff7  com.apple.dt.gpu.GPUDebuggerFoundation (5.0.2 - 13004) <39E570EB-B84A-3768-9E92-18B6FB88A702> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation
           0x111623000 -        0x111672ff7  com.apple.GPUTools (1.0 - 13004) <355C9E6D-F8B6-378C-BF43-00BF3E327291> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools
           0x11169f000 -        0x111727ff7  com.apple.GPUToolsCore (1.0 - 13004) <ED6CD233-B2C1-315F-A808-7A4F9C0D253C> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore
           0x111768000 -        0x11195afff  com.apple.GPUToolsAnalysis (1.0 - 13004) <3254C6A7-AC46-3324-8924-F30526775340> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Ve rsions/A/GPUToolsAnalysis
           0x1119af000 -        0x111a54fff  com.apple.GPUToolsServices (1.0 - 13004) <082B2B38-4D5C-3EED-AD89-624C13B07C9A> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Ve rsions/A/GPUToolsServices
           0x111ab7000 -        0x111ac4fff  com.apple.dt.gpu.GPUDebuggerKit (5.0.2 - 13004) <7856190D-0FE6-34FE-8103-6D477C107660> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit
           0x111ad5000 -        0x111c83fff  com.apple.dt.gpu.GPUTraceDebuggerUI (5.0.2 - 13004) <12E30E52-9C0B-38A8-BD67-BE7084448EA4> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI
           0x111cd8000 -        0x111cf3ff7  com.apple.dt.IDE.SharedPlugInUtilities (5.0.2 - 3316) <1A386B71-B57F-3E03-B5D7-307C942864D5> /Applications/Xcode.app/Contents/PlugIns/SharedPlugInUtilities.ideplugin/Conten ts/MacOS/SharedPlugInUtilities
           0x111d04000 -        0x111d31ff7  com.apple.dt.IDE.Xcode3Core (5.0.2 - 3575) <5CA4F90E-5E64-38C4-A88A-A4A82BD205AB> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core
           0x111d49000 -        0x1120a3fff  com.apple.Xcode.DevToolsCore (7.0.2 - 3575) <AB5A04BD-17DA-3B1C-97A9-5DA1C8B80C6C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x112232000 -        0x112271ff7  com.apple.Xcode.DevToolsSupport (7.0.2 - 3575) <DD067251-CA19-3300-BF72-3A33D1586A56> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x112298000 -        0x112446ff7  com.apple.dt.IDE.Xcode3UI (5.0.2 - 3575) <6621F626-3965-371B-B408-ED65CD6357E3> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI
           0x1133c5000 -        0x11342bff7  com.apple.dt.IDE.IDEiOSSupportCore (5.0.2 - 3796) <9B69761C-25A0-362B-9358-892C384DF73F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOS SupportCore
           0x113464000 -        0x11346dfff  com.apple.iphonesimulator.SimulatorHost (1.0 - 1) <AC1000C8-36A7-3764-B4B1-E7FE3AFED960> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/SimulatorHost.framework/Versions/A/SimulatorH ost
           0x113478000 -        0x11347bfff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x113481000 -        0x113481ff7  com.apple.IBCocoaTouchCompilerPlugin (5.0.2 - 3747) <F5A476A2-5166-3713-92FD-94DEA9CF7EBB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IBCocoaTouchCompilerPlugin.xcplugin/Conten ts/MacOS/IBCocoaTouchCompilerPlugin
           0x1134ac000 -        0x11367dfff  com.apple.audio.units.Components (1.9 - 1.9) <80991B19-4B07-3DBF-A4B3-597DA1AA65B2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x113727000 -        0x11372bffd  com.apple.audio.AppleHDAHALPlugIn (2.5.2 - 2.5.2fc2) <DEB558B7-BACF-3871-A021-B3A904F4FB44> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x11379c000 -        0x11379dfff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (5.0.2 - 3747) <D1F85B4C-BD35-3FDF-B4BF-086D054432B4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSuppor t.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport
           0x1137a2000 -        0x1137a2ff7  com.apple.dt.IDE.IDEAppleScriptEditor (5.0.2 - 3312) <59A8A164-31D9-3E07-90F5-724CC349A258> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Content s/MacOS/IDEAppleScriptEditor
           0x1137bc000 -        0x1137c1fff  com.apple.dt.IDE.IDEPDFViewer (5.0.2 - 3311) <55A5A672-DACB-3682-A19E-CD9DC075BEFC> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/ IDEPDFViewer
           0x115a62000 -        0x115a76fff  com.apple.DTDeviceKit (4.2 - 3697) <4C2034E3-B6CA-3A90-8D1F-1AC492BA3381> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
           0x115a85000 -        0x115b76ff7  com.apple.mobiledevice (710.1 - 710.1) <356F402B-7499-3EA6-8541-A3D89F6D119F> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x115bdb000 -        0x115c46ff7  com.apple.DTDeviceKitBase (5.0.2 - 3697) <F82979E5-140A-33D5-AFAB-9FA6A86B7F68> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
           0x115c84000 -        0x115c9cfff  com.apple.DeviceLinkX (5.0 - 260) <DCCDAA59-4756-37F2-B4E5-02786672F579> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x115cac000 -        0x115cc1ff7  com.apple.DVTiPhoneSimulatorRemoteClient (5.0.2 - 3556) <79CF7E01-7773-3D7E-B5B5-3D085F64158D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Vers ions/A/DVTiPhoneSimulatorRemoteClient
           0x115db6000 -        0x115db9ff7  com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <F05C148B-E513-3A50-8E49-5AC419D15A5A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
           0x115dc8000 -        0x115e55ff7  com.apple.dt.IDE.IDEiPhoneSupport (5.0.2 - 3796) <A1BCA12B-5384-392B-9BE6-EA86D4D36119> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPho neSupport
           0x115ec1000 -        0x115efdfff  com.apple.framework.ConfigurationProfiles (6.0 - 662) <BF363D1B-EFA5-391D-8023-71B25E6034F0> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles
           0x115f1e000 -        0x115f47ff7  com.apple.dt.IDE.IDEArchivedApplicationsViewer (5.0.2 - 3341) <26207B35-3648-3478-8031-954E0538B26B> /Applications/Xcode.app/Contents/PlugIns/IDEArchivedApplicationsViewer.ideplugi n/Contents/MacOS/IDEArchivedApplicationsViewer
           0x115f65000 -        0x115f6ffff  com.apple.xcode.plug-in.CoreBuildTasks (7.0.2 - 3575) <41EEDCDF-F64E-3651-991F-FC2B4B930A11> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks
           0x115fac000 -        0x115faffff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <1C0DA2C4-E749-3D1C-BDC9-60485BCEEA36> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
           0x115fb4000 -        0x115fb4ff7  com.apple.IBCocoaTouchCompilerPlugin (5.0.2 - 3747) <31ED0B0F-CE5F-34BE-8109-D6B938D66612> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IBCocoaTouchCompilerPlugin.xcplugin/Contents/MacO S/IBCocoaTouchCompilerPlugin
           0x115fb8000 -        0x116157fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (5.0.2 - 4514) <29403A35-25F9-3AE7-8696-6A394EAA0D71> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x116257000 -        0x116297ff7  com.apple.glut (3.6.0 - GLUT-3.6.0) <87683C90-4303-3561-9CC8-5772FDEC16F0> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x11637d000 -        0x1165d1ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (5.0.2 - 3747) <839CDECF-2C41-30A4-B1CD-C837EC18155E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
           0x1166a9000 -        0x1166c4fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoa (5.0.2 - 3338) <07BC16A1-DD77-36C3-8609-6D290951CCFB> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoa.ideplugin/Con tents/MacOS/IDEInterfaceBuilderCocoa
           0x1166e5000 -        0x11670afff  com.apple.DiscRecordingUI (8.0 - 8000.4.6) <9460712B-D256-33E6-A1F0-6C956EC48C32> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x11672c000 -        0x11672efff  com.apple.dt.IDE.IDEInterfaceBuilderAutomator (5.0.2 - 3338) <0541CB8B-6C29-37A9-B249-170F96F676C3> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderAutomator.ideplugin /Contents/MacOS/IDEInterfaceBuilderAutomator
           0x1167b7000 -        0x1167c7fff  com.apple.IDESpriteKitParticleEditor (1.0 - 1) <8811DBB1-0EBD-3182-AFB1-618A38E996CC> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/C ontents/MacOS/IDESpriteKitParticleEditor
           0x1167d8000 -        0x116815fff  com.apple.PhysicsKit (1.0 - 1) <A3CF45DF-2806-3B73-94C1-63DCE39F2978> /Applications/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework/Versions /A/PhysicsKit
           0x11682f000 -        0x116854fff  com.apple.GLKit (1.0 - 27) <5CFAC5C9-0BAF-3A87-822B-74E43ECBC542> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
           0x1169ba000 -        0x1169f4fff  com.apple.GPUToolsInterface (1.0 - 13004) <DE83E824-6656-38BC-9116-C214E568602E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface
           0x116a14000 -        0x116a26ff7  com.apple.dt.IDE.IDEIssueNavigator (5.0.2 - 3332) <A8BDDCF9-083D-3C88-815C-721D0901D384> /Applications/Xcode.app/Contents/PlugIns/IDEIssueNavigator.ideplugin/Contents/M acOS/IDEIssueNavigator
           0x116a34000 -        0x116a5afff  com.apple.GPUToolsShaderProfiler (1.0 - 13004) <783C5403-A7F4-309A-8A69-A60DD1390128> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framew ork/Versions/A/GPUToolsShaderProfiler
           0x116b5f000 -        0x116b6afff  libGPUSupport.dylib (9.0.83) <AF15BF74-F9B3-35B9-8728-3B3A2EB6E432> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x116bff000 -        0x116c01ff7  com.apple.dt.IDE.IDEAppleScriptCore (5.0.2 - 3312) <1C09F80B-1EE8-3F20-97D6-7776F745DB4F> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/ MacOS/IDEAppleScriptCore
           0x116c72000 -        0x116c78fff  com.apple.dt.IDE.IDEInstrumentsService (5.0.2 - 3532) <E310E2B7-3D88-3E62-AB6E-7909280125E6> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Conten ts/MacOS/IDEInstrumentsService
           0x116d0a000 -        0x116d0afeb +cl_kernels (???) <A98A1044-D6A5-4370-B74F-546777F4B9FD> cl_kernels
           0x1171bd000 -        0x117245fff  com.apple.dt.gpu.GPURenderTargetEditor (5.0.2 - 13004) <BD2561D5-0C85-3A51-A813-3F0A08EDE327> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Conten ts/MacOS/GPURenderTargetEditor
           0x117291000 -        0x1172dafff  com.apple.dt.gpu.GPUDebuggeriOSSupport (5.0.2 - 13001) <014ACECE-FDAD-36D2-8CA1-2EE5611FD7B5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GP UDebuggeriOSSupport
           0x117304000 -        0x11731dfff  com.apple.GPUToolsMobileFoundation (1.0 - 13001) <CBD9EB03-4F73-3C01-B21A-A19567AB613D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToo lsMobileFoundation
           0x117332000 -        0x1173b3ff7  com.apple.GPUToolsExpert (1.0 - 13001) <A57EAE9D-C417-30DF-89CF-B6B7EC620061> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsExpert.framework/Versions/A/GPUToolsExpert
           0x1173fd000 -        0x117407ff7  com.apple.dt.PlistEditor (5.0.2 - 3317) <F14DA0FD-3A1D-3A09-8EE5-7668F4289189> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/P listEditor
           0x117413000 -        0x11742dfff  com.apple.dt.IDE.IDESymbolNavigator (5.0.2 - 3335) <60230042-434A-3A34-AA4D-D1E11D6CA139> /Applications/Xcode.app/Contents/PlugIns/IDESymbolNavigator.ideplugin/Contents/ MacOS/IDESymbolNavigator
           0x117441000 -        0x117458fff  com.apple.dt.IDE.IDERTFEditor (5.0.2 - 3316) <6B03F5BE-632C-3B31-BF69-67D24E15BD7E> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/ IDERTFEditor
           0x11746a000 -        0x117479ff7  com.apple.dt.IDE.IDEQuickLookEditor (5.0.2 - 3316) <9C6FD612-08F3-3115-87CC-36B5B4A1E190> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/ MacOS/IDEQuickLookEditor
           0x11748a000 -        0x1174d9fff  com.apple.dt.IDE.IDESceneKitEditor (5.0.2 - 3362) <E19074FC-E588-3E28-BE4E-6A3BEFFEBB36> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/M acOS/IDESceneKitEditor
           0x117512000 -        0x117528ff7  com.apple.dt.IDE.IDEStructureNavigator (5.0.2 - 3344) <D886E8F9-93E1-3194-ACD7-53FCCA9AACC1> /Applications/Xcode.app/Contents/PlugIns/IDEStructureNavigator.ideplugin/Conten ts/MacOS/IDEStructureNavigator
           0x117536000 -        0x117637ff7  com.apple.dt.IDE.IDEModelEditor (5.0.2 - 3401) <C5B7B320-714E-3BBB-8F96-9D29AC34D262> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacO S/IDEModelEditor
           0x1176ce000 -        0x117757ff7  com.apple.dt.IDE.IDEModelFoundation (5.0.2 - 3401) <B22FE15C-2357-31BC-AFAD-979943052B0B> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/ MacOS/IDEModelFoundation
           0x1177ac000 -        0x117876fff  com.apple.dt.IDE.IDELogNavigator (5.0.2 - 3462) <1E56046F-233A-3A99-B1C0-E80A793D6A4F> /Applications/Xcode.app/Contents/PlugIns/IDELogNavigator.ideplugin/Contents/Mac OS/IDELogNavigator
           0x117902000 -        0x11790fff7  com.apple.dt.IDE.IDEProjectsOrganizer (5.0.2 - 3323) <6FD81F54-33E5-3B3D-B45F-C7318389B491> /Applications/Xcode.app/Contents/PlugIns/IDEProjectsOrganizer.ideplugin/Content s/MacOS/IDEProjectsOrganizer
           0x11791c000 -        0x117924ff7  com.apple.dt.ScriptingDefinitionEditor (5.0.2 - 3310) <AF7944A6-CCA3-3342-B904-3074E302EEA4> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Co ntents/MacOS/ScriptingDefinitionEditor
           0x1179ac000 -        0x118feafbf  com.apple.LLDB.framework (1.300.2.53 - 300.2.53) <D2B84E68-DB01-35EB-8909-6FD1ED2F9C27> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/LLDB
           0x11959a000 -        0x119684fff  org.python.python (2.7.5 - 2.7.5) <0202C38E-0354-34FA-9996-8D2ADCE353D8> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
           0x119ce1000 -        0x119df5fff  com.apple.SpriteKit (1.0 - 1) <A936991B-7801-3AB4-B0A3-2E13DD28AA67> /Applications/Xcode.app/Contents/SharedFrameworks/SpriteKit.framework/Versions/ A/SpriteKit
           0x119e56000 -        0x119e7afff  com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
           0x11a652000 -        0x11a653ffa +cl_kernels (???) <52C91CEF-60C0-4C97-9C3A-D7388AAE7BAB> cl_kernels
           0x11a661000 -        0x11a662ff9 +cl_kernels (???) <6ECF4802-D1A6-4C5F-947A-93D550CD4215> cl_kernels
           0x11aaad000 -        0x11ab93fef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x11ac20000 -        0x11ac21fe4 +cl_kernels (???) <2B472053-81E7-4BCB-98C6-80D8BB6345B9> cl_kernels
           0x11be92000 -        0x11beaffff  com.apple.dt.IDE.IDEGit (5.0.2 - 3355) <58325CA6-66B9-31E3-8E28-4EE12E1C322F> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
           0x11bec3000 -        0x11bedafff  com.apple.dt.IDE.IDESubversion (5.0.2 - 3359) <106E1C90-0406-35FD-A456-53A486620DA7> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS /IDESubversion
           0x11d30c000 -        0x11d312ff7  com.apple.gputools.GPUToolsShaderProfilerMobileSupport (1.0 - 13001) <B15BA4C6-1924-3B93-8809-32A97334A1F4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/GPUToolsShaderProfilerMobileSupport.gtplugin/Contents /MacOS/GPUToolsShaderProfilerMobileSupport
           0x11d4b2000 -        0x11d4ebfff  com.apple.gputools.MobileAnalysis (1.0 - 13001) <BE0BBC7A-1687-3997-9A85-F0D717D28D85> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/MobileAnalysis.gtplugin/Contents/MacOS/MobileAnalysis
        0x123400000000 -     0x123400366ff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.18.27 - 8.1.8) <10962454-79BD-31BF-8C23-7D3EE0DF8FA5> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
        0x7fff61821000 -     0x7fff61854817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff83c45000 -     0x7fff83c4cff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff83c4d000 -     0x7fff83cb1ff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff83cc9000 -     0x7fff83d64ff7  com.apple.PDFKit (2.9 - 2.9) <AD968A31-6567-30A7-A699-154C88DB56D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff83d65000 -     0x7fff8468105f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff84682000 -     0x7fff846b3fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff846b4000 -     0x7fff84751fff  com.apple.imcore (10.0 - 1000) <027E09B4-B4B6-3710-8806-B4CE41DF3242> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff8480c000 -     0x7fff848dcff7  com.apple.PubSub (1.0.5 - 65.36) <26189018-1C77-3C56-84E8-56C6A400187F> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff848dd000 -     0x7fff848f8ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff848f9000 -     0x7fff848fcfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff848fd000 -     0x7fff8493cfff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8493d000 -     0x7fff84965ffb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff8498f000 -     0x7fff849c0ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff849c1000 -     0x7fff849fafff  com.apple.OSAKit (1.4 - 89) <4FC3119D-A436-387E-9E3A-EBE69CCD6A14> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
        0x7fff849fb000 -     0x7fff84c43fff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff84c44000 -     0x7fff84c4ffff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff84c50000 -     0x7fff84ef1ff5  com.apple.VectorKit (1.0 - 716.19.8) <ACC97486-3F9F-3A1F-B0B0-B1F39CB4AADB> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
        0x7fff84ef5000 -     0x7fff84ef6fff  libffi.dylib (18.1) <FEB76C94-97BA-39BC-B713-D086B9757BA5> /usr/lib/libffi.dylib
        0x7fff84ef7000 -     0x7fff84effff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff84f00000 -     0x7fff84f0cff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff84f0d000 -     0x7fff84f29ff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
        0x7fff84f2a000 -     0x7fff84fbeff7  com.apple.Bluetooth (4.2.0 - 4.2.0f6) <94BCC858-0582-3C2F-8A43-486896564758> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff84fbf000 -     0x7fff850adfff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff850ae000 -     0x7fff85114fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff85115000 -     0x7fff85116ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8513a000 -     0x7fff8513cffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff8513d000 -     0x7fff85162ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8526f000 -     0x7fff85338fff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff85339000 -     0x7fff8533dfff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
        0x7fff8533e000 -     0x7fff85628fff  com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) &lt

    Try this out, I had the same issue then I found out all you have to do is to set the default view to List before opening any previous or new project and it worked for me hope it works for you too, credit goes to this user below who found the solution.
    ahmedMac25
    I was able to resolve by workaround:
    1. Closed all open applications
    2. relaunch Finder
    3. run  sudo find / -name ".DS_Store"  -exec rm {} \;
    4. this removes all  .DS_Store old files on the computer
    5. launch finder and set default view to "LIST VIEW" as shown here:http://macs.about.com/od/usingyourmac/ss/Setting-Finder-Views-For-Folders-And-Su b-Folders_2.htm
    5. rerun the offending application and file chooser works

  • PE 8 crashes when opening project after loading Windows Live/Movie Maker

    Have a new HP computer with Windows 7 and plenty of RAM/ROM.  Loaded all the updates for Windows, PE 8.01, ATI, etc. but still crashed when I open a project.  It worked fine for the first 2 weeks, then I loaded Windows Live/Movie Maker and now PE 8 is unhappy.  Seems like lots of crashing issues but can't find this particular one.  Reload PE 8?  Remove Windows Live/Movie Maker?  Thanks if you have some help.

    The only thing I can think of is that Windows LIVE/Movie Maker is runnin
    g like messenger and Office LIVE and that would be disturbing for
    PE8... You can enter the pro
    ccesses with ctrl-alt-del and kill the Movie Maker proccess manually (in the handler) in that case and you would not need to uninstall it but repeat killing the proccess every time for PE8.
    Otherwise uninstalling LIVE Movie Maker should be fixing it if I take a guess, and I wonder doesn't you have Windows Movie Maker in the computer from start, why would you need/want Windows LIVE Movie Maker (at least my Vista has Movie Maker preinstalled)?

  • Photo app crashing when opening projects

    Every time I try to go into the projects I created using phot and its predecessor, the app crashes and closes

    Have you tried to repair the Photos library?
    Try to repair your Photos library using the First Aid Tools:
    Make a backup copy of your Photos Library  on an external drive.
    To repair hold down the  alt/option and the command key simultaneously while double clicking thePhotos application in the Applications folder  to launch the First aid tools. Hold down both keys firmly and long enough, until the First Aid panel will appear.
    The select "Repair ...".
    Can you create and open projects, if you create a new test library?  Launch Photos while holding down the alt/options key. Import a few photos and try to create a book or another project. Does that work at all, if you use a different library?

  • XCode freezes when opening project after installing iPhone SDK 3.2 beta

    I have problem opening up existing XCode projects, and creating new XCode projects.
    If I open an existing XCode project, no window appears and XCode becomes non-responsive.
    If I create a new XCode project, it shows me the window to create new project, but after entering the project name, XCode becomes non-responsive.
    I've played around with the settings and found out that if I go to
    Preferences>Code Sense and untick the Indexing>'Enable for all projects'
    The problem is solved. But with that turn, I no longer have auto-completion.
    I have tried a few methods to solve this but none was working
    1) I thought the problem was due to documentation. In Preferences>Documentation, I see "Mac OS X 10.6 Core Library" and "iPhone OS 3.2 Library" showing "Getting..." all the time. I compared the file sizes of the docsets to my laptop (no problem with XCode) and there's a big difference in file size. So I copied these files from my laptop to the Mac with problem. This does not solve the problem.
    2) Clear cache .
    3) Disable indexing. Quit XCode. Start XCode and enable indexing. Then quit XCode and start project.
    4) Uninstall XCode completely with sudo /Developer/Library/uninstall-devtools --mode=all , and then reinstall iphonesdk_3.0__snow_leopard_final. I verifed that I was able to open projects normally. Then I installed iphonesdk_3.1_with_xcode_3.2_final__snow_leopard_10a432, followed by
    iphonesdk_3.2_beta_with_xcode3.2.2. Problem comes back
    5) I tried to clear the files below but it does not help
    ~/Library/Preferences/com.apple.Xcode.plist
    ~/Library/Caches/com.apple.Xcode
    ~/Library/Caches/xcodebuild
    ~/Library/Application Support/Developer/Shared/Xcode/
    Anyone able to point me to a solution? Thanks

    Hello honcheng & welcome to discussions.
    I'd recommend doing a custom install during the iPhone OS 3.2 beta installation instead, and putting it into a separate location from the release tools...
    I would also suggest participating in the beta forums as well.

  • Motion Crashes when opening project

    I'm trying to send a sequence from FCP to Motion, but whenever I do that, Motion crashes as soon as it starts. When trying to open that same project from Motion (after saving it as a Motion file with FCP), Motion will still crash.
    Here's the error report:
    Process: Motion [8231]
    Path: /Applications/Motion.app/Contents/MacOS/Motion
    Identifier: com.apple.motion
    Version: 4.0.0 (687)
    Build Info: Motion-6870000~22
    Code Type: X86 (Native)
    Parent Process: launchd [102]
    Date/Time: 2011-02-10 01:58:24.704 -0600
    OS Version: Mac OS X 10.6.6 (10J567)
    Report Version: 6
    Sleep/Wake UUID: 7817C344-A960-4950-8FA6-585F3B0DA4B7
    Interval Since Last Report: 1204028 sec
    Crashes Since Last Report: 17
    Per-App Interval Since Last Report: 1759 sec
    Per-App Crashes Since Last Report: 10
    Anonymous UUID: D933E1E2-DAE2-4245-BF24-1BC18BD8EF2F
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000071
    Crashed Thread: 25
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x943870fa machmsgtrap + 10
    1 libSystem.B.dylib 0x94387867 mach_msg + 68
    2 com.apple.CoreGraphics 0x96d31d8f _CGSAddTrackingAreaInline + 344
    3 com.apple.CoreGraphics 0x96d31bbf CGSAddTrackingArea + 405
    4 com.apple.CoreGraphics 0x96d31a11 CGSAddTrackingRect + 122
    5 com.apple.AppKit 0x97cde584 _NXSetTrackingRect + 218
    6 com.apple.AppKit 0x97cde451 -[NSWindow _installTrackingRect:assumeInside:userData:trackingNum:] + 83
    7 com.apple.AppKit 0x97cde277 _setTrackingRect + 250
    8 com.apple.AppKit 0x97cde168 -[NSWindow _setTrackingRect:inside:owner:userData:useTrackingNum:install:] + 617
    9 com.apple.AppKit 0x97cddef6 -[NSWindow _setTrackingRect:inside:owner:userData:useTrackingNum:] + 99
    10 com.apple.AppKit 0x97cddcc9 -[NSView(NSInternal) _installTrackingArea:] + 384
    11 com.apple.AppKit 0x97c3f7a9 -[NSView(NSInternal) _installTrackingAreas:] + 162
    12 com.apple.AppKit 0x97c3ee8c -[NSView _setWindow:] + 2085
    13 com.apple.AppKit 0x97c72261 -[NSControl _setWindow:] + 104
    14 com.apple.AppKit 0x97c72155 -[NSButton _setWindow:] + 61
    15 com.apple.AppKit 0x97ccc911 -[NSPopUpButton _setWindow:] + 67
    16 com.apple.AppKit 0x97c8e4e9 __NSViewRecursionHelper + 40
    17 com.apple.CoreFoundation 0x918182c0 CFArrayApplyFunction + 224
    18 com.apple.AppKit 0x97c3edf5 -[NSView _setWindow:] + 1934
    19 com.apple.AppKit 0x97c8e4e9 __NSViewRecursionHelper + 40
    20 com.apple.CoreFoundation 0x918182c0 CFArrayApplyFunction + 224
    21 com.apple.AppKit 0x97c3edf5 -[NSView _setWindow:] + 1934
    22 com.apple.AppKit 0x97c8e4e9 __NSViewRecursionHelper + 40
    23 com.apple.CoreFoundation 0x918182c0 CFArrayApplyFunction + 224
    24 com.apple.AppKit 0x97c3edf5 -[NSView _setWindow:] + 1934
    25 com.apple.AppKit 0x97c8e4e9 __NSViewRecursionHelper + 40
    26 com.apple.CoreFoundation 0x918182c0 CFArrayApplyFunction + 224
    27 com.apple.AppKit 0x97c3edf5 -[NSView _setWindow:] + 1934
    28 com.apple.AppKit 0x97c47b1e -[NSView addSubview:] + 411
    29 com.apple.AppKit 0x97ce745b -[NSView replaceSubview:with:] + 164
    30 com.apple.AppKit 0x97ce72b4 -[NSSplitView replaceSubview:with:] + 292
    31 com.apple.ozone.framework 0x00908f83 -[OZDocWindowController windowDidLoad] + 323
    32 com.apple.AppKit 0x97cc1143 -[NSWindowController _windowDidLoad] + 525
    33 com.apple.AppKit 0x97c4ef98 -[NSWindowController window] + 123
    34 com.apple.ozone.framework 0x00814cbc -[OZObjCDocument showWindows] + 156
    35 com.apple.AppKit 0x97fcd914 -[NSDocumentController(NSDeprecated) _openDocumentFileAt:display:] + 342
    36 com.apple.ozone.framework 0x00ab3c65 -[OZDocumentController openDocumentWithContentsOfFile:display:] + 277
    37 com.apple.AppKit 0x97eb6457 -[NSDocumentController openDocumentWithContentsOfURL:display:error:] + 148
    38 com.apple.AppKit 0x97eb4c47 -[NSDocumentController _openDocumentsWithContentsOfURLs:display:presentErrors:] + 169
    39 com.apple.AppKit 0x97fcf407 -[NSDocumentController openDocument:] + 352
    40 com.apple.AppKit 0x97ca9c46 -[NSApplication sendAction:to:from:] + 112
    41 com.apple.prokit 0x001bcc77 -[NSProApplication sendAction:to:from:] + 127
    42 com.apple.AppKit 0x97ca9af9 -[NSMenuItem _corePerformAction] + 435
    43 com.apple.AppKit 0x97ca97eb -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 174
    44 com.apple.AppKit 0x97ca96da -[NSMenu performActionForItemAtIndex:] + 65
    45 com.apple.AppKit 0x97ca968d -[NSMenu _internalPerformActionForItemAtIndex:] + 50
    46 com.apple.AppKit 0x97ca95f3 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 97
    47 com.apple.AppKit 0x97ca9537 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 336
    48 com.apple.AppKit 0x97c9dc61 NSSLMMenuEventHandler + 404
    49 com.apple.HIToolbox 0x9754becf DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    50 com.apple.HIToolbox 0x9754b196 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    51 com.apple.HIToolbox 0x9756da07 SendEventToEventTarget + 52
    52 com.apple.HIToolbox 0x97599fd3 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 448
    53 com.apple.HIToolbox 0x975becc0 SendMenuCommandWithContextAndModifiers + 66
    54 com.apple.HIToolbox 0x975bec75 SendMenuItemSelectedEvent + 121
    55 com.apple.HIToolbox 0x975beb80 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 152
    56 com.apple.HIToolbox 0x9758e34a MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 454
    57 com.apple.HIToolbox 0x9758dabc _HandleMenuSelection2 + 465
    58 com.apple.HIToolbox 0x9758d8da _HandleMenuSelection + 53
    59 com.apple.AppKit 0x97c971a2 _NSHandleCarbonMenuEvent + 285
    60 com.apple.AppKit 0x97c6bd3e _DPSNextEvent + 2304
    61 com.apple.AppKit 0x97c6afce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    62 com.apple.AppKit 0x97c2d247 -[NSApplication run] + 821
    63 com.apple.prokit 0x001bef5c NSProApplicationMain + 326
    64 com.apple.motion 0x00005881 0x1000 + 18561
    65 com.apple.motion 0x00002ad6 0x1000 + 6870
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x943ad982 kevent + 10
    1 libSystem.B.dylib 0x943ae09c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x943ad559 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x943ad2fe dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x943acd81 pthreadwqthread + 390
    5 libSystem.B.dylib 0x943acbc6 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x9438715a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943b4ce5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x943e3ac8 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x91c77ecd TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x91c77c0b TSWaitOnSemaphoreCommon + 511
    5 ...ickTimeComponents.component 0x93376d49 ReadSchedulerThreadEntryPoint + 4698
    6 libSystem.B.dylib 0x943b485d pthreadstart + 345
    7 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9438715a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943b4ce5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x943e3ac8 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x91c77ecd TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x91c77c0b TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x91cd2732 AIOFileThread(void*) + 1127
    6 libSystem.B.dylib 0x943b485d pthreadstart + 345
    7 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 4: QTKit: QTSurfaceRendererScheduledDisplayThread
    0 libSystem.B.dylib 0x943870fa machmsgtrap + 10
    1 libSystem.B.dylib 0x94387867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9182037f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9181f464 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x918253a4 CFRunLoopRun + 84
    5 com.apple.QTKit 0x947c0429 QTSurfaceRendererScheduledDisplayThread + 164
    6 libSystem.B.dylib 0x943b485d pthreadstart + 345
    7 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 5: QTKit: QTVisualContextImageProviderWorkLoop
    0 libSystem.B.dylib 0x943870fa machmsgtrap + 10
    1 libSystem.B.dylib 0x94387867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9182037f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9181f464 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x918253a4 CFRunLoopRun + 84
    5 com.apple.QTKit 0x947bc613 QTVisualContextImageProviderWorkLoop + 128
    6 libSystem.B.dylib 0x943b485d pthreadstart + 345
    7 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x94387142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x943b4cfc pthread_condwait + 1089
    2 libSystem.B.dylib 0x943fd46f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0fd6740b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x943b485d pthreadstart + 345
    Thread 7:
    0 libSystem.B.dylib 0x94387142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x943b4cfc pthread_condwait + 1089
    2 libSystem.B.dylib 0x943fd46f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0fd6740b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x943b485d pthreadstart + 345
    Thread 8:
    0 libSystem.B.dylib 0x94387142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x943b4cfc pthread_condwait + 1089
    2 libSystem.B.dylib 0x943fd46f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0fd6740b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x943b485d pthreadstart + 345
    Thread 9:
    0 libSystem.B.dylib 0x94387142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x943b4cfc pthread_condwait + 1089
    2 libSystem.B.dylib 0x943fd46f pthreadcondwait + 48
    3 com.apple.AppleProResCodec 0x0fd6740b IcpDecompressorComponentDispatch + 1771
    4 libSystem.B.dylib 0x943b485d pthreadstart + 345
    Thread 10:
    0 libSystem.B.dylib 0x9438715a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943b4ce5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x943e3ac8 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x91c77ecd TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x91c77c0b TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x91c9be33 TimerThread + 97
    6 libSystem.B.dylib 0x943b485d pthreadstart + 345
    7 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x9438715a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943b4ce5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x943e3ac8 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x91c77ecd TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x91c77c0b TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x91d0b0ba DeferredTaskThread + 84
    6 libSystem.B.dylib 0x943b485d pthreadstart + 345
    7 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x9438715a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943b4ce5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x943e3ac8 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x91c77ecd TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x91c77c0b TSWaitOnSemaphoreCommon + 511
    5 com.apple.QuickTime 0x94b8410b VideoDecodeThread + 83
    6 libSystem.B.dylib 0x943b485d pthreadstart + 345
    7 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x943aca12 _workqkernreturn + 10
    1 libSystem.B.dylib 0x943acfa8 pthreadwqthread + 941
    2 libSystem.B.dylib 0x943acbc6 start_wqthread + 30
    Thread 14:
    0 libSystem.B.dylib 0x943aca12 _workqkernreturn + 10
    1 libSystem.B.dylib 0x943acfa8 pthreadwqthread + 941
    2 libSystem.B.dylib 0x943acbc6 start_wqthread + 30
    Thread 15:
    0 libSystem.B.dylib 0x943aca12 _workqkernreturn + 10
    1 libSystem.B.dylib 0x943acfa8 pthreadwqthread + 941
    2 libSystem.B.dylib 0x943acbc6 start_wqthread + 30
    Thread 16:
    0 libSystem.B.dylib 0x943870fa machmsgtrap + 10
    1 libSystem.B.dylib 0x94387867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9182037f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9181f464 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x918253a4 CFRunLoopRun + 84
    5 com.apple.DesktopServices 0x9081ee51 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6 ...ple.CoreServices.CarbonCore 0x91c5785a PrivateMPEntryPoint + 68
    7 libSystem.B.dylib 0x943b485d pthreadstart + 345
    8 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x943aca12 _workqkernreturn + 10
    1 libSystem.B.dylib 0x943acfa8 pthreadwqthread + 941
    2 libSystem.B.dylib 0x943acbc6 start_wqthread + 30
    Thread 18: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x943a60c6 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9185fc83 __CFSocketManager + 1091
    2 libSystem.B.dylib 0x943b485d pthreadstart + 345
    3 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x943b50a6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x943e0ee5 nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x943e0e23 usleep$UNIX2003 + 61
    3 com.apple.AppKit 0x97dd4fe1 -[NSUIHeartBeat _heartBeatThread:] + 2039
    4 com.apple.Foundation 0x95eb2bf0 -[NSThread main] + 45
    5 com.apple.Foundation 0x95eb2ba0 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x943b485d pthreadstart + 345
    7 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x9438715a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943b4ce5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x943e3ac8 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x958373c7 CAGuard::WaitFor(unsigned long long) + 219
    4 com.apple.audio.CoreAudio 0x9583a3f9 CAGuard::WaitUntil(unsigned long long) + 289
    5 com.apple.audio.CoreAudio 0x95837cf6 HP_IOThread::WorkLoop() + 1892
    6 com.apple.audio.CoreAudio 0x9583758d HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x958374a4 CAPThread::Entry(CAPThread*) + 140
    8 libSystem.B.dylib 0x943b485d pthreadstart + 345
    9 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x943b50a6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x943b4d62 pthread_condwait + 1191
    2 libSystem.B.dylib 0x943b69f8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.ozone.framework 0x00a0b7ab OZExecutionUnit::executeLoop() + 75
    4 com.apple.ozone.framework 0x00a0b8ae OZExecutionUnit::executeLoopWrapper(void*) + 94
    5 com.apple.procore.framework 0x019940a8 PCThread::startup(void*) + 18
    6 libSystem.B.dylib 0x943b485d pthreadstart + 345
    7 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x943b50a6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x943b4d62 pthread_condwait + 1191
    2 libSystem.B.dylib 0x943b69f8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.procore.framework 0x01993ebf PCSemaphore::wait() + 45
    4 com.apple.ozone.framework 0x009d2b8c GLRenderer::findOrCreateRendererBuilder(OZScene*, OZRenderParams&, bool) + 780
    5 com.apple.ozone.framework 0x009d435e GLRenderer::render(OZScene*, OZRenderParams&) + 4046
    6 com.apple.ozone.framework 0x00a0d718 OZRenderUnit::processRenderInstruction(OZRenderInstruction*) + 2312
    7 com.apple.ozone.framework 0x00a0e02c OZRenderUnit::execute() + 188
    8 com.apple.ozone.framework 0x00a0b825 OZExecutionUnit::executeLoop() + 197
    9 com.apple.ozone.framework 0x00a0b8ae OZExecutionUnit::executeLoopWrapper(void*) + 94
    10 com.apple.procore.framework 0x019940a8 PCThread::startup(void*) + 18
    11 libSystem.B.dylib 0x943b485d pthreadstart + 345
    12 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 23:
    0 libSystem.B.dylib 0x943b50a6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x943b4d62 pthread_condwait + 1191
    2 libSystem.B.dylib 0x943b69f8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.ozone.framework 0x00a0b7ab OZExecutionUnit::executeLoop() + 75
    4 com.apple.ozone.framework 0x00a0b8ae OZExecutionUnit::executeLoopWrapper(void*) + 94
    5 com.apple.procore.framework 0x019940a8 PCThread::startup(void*) + 18
    6 libSystem.B.dylib 0x943b485d pthreadstart + 345
    7 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 24:
    0 libSystem.B.dylib 0x943b50a6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x943b4d62 pthread_condwait + 1191
    2 libSystem.B.dylib 0x943b69f8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.ozone.framework 0x00a0b7ab OZExecutionUnit::executeLoop() + 75
    4 com.apple.ozone.framework 0x00a0b8ae OZExecutionUnit::executeLoopWrapper(void*) + 94
    5 com.apple.procore.framework 0x019940a8 PCThread::startup(void*) + 18
    6 libSystem.B.dylib 0x943b485d pthreadstart + 345
    7 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 25 Crashed:
    0 com.apple.Helium.HeliumRender 0x01d5552c HGNode::PageEnd(HGPage*, int, HGHandler*) + 44
    1 com.apple.Lithium 0x016e9351 LiAgent::makeHeliumXForm(PCMatrix44Tmpl<double> const&, HGNode*) + 65
    2 com.apple.Lithium 0x016e9614 LiAgent::makeHeliumXForm(PCMatrix44Tmpl<double> const&, PCVector2<float> const&, HGNode*) + 212
    3 com.apple.Lithium 0x016f03b8 LiAgent::getHelium(LiImageSource*) + 13448
    4 com.apple.Lithium 0x01700162 LiPolygonInstance::makeNode(LiClipSet const&) + 1682
    5 com.apple.Lithium 0x01730601 LiRenderInstance::collectGeode(LiGeode*, LiCollectState&) + 929
    6 com.apple.Lithium 0x017313f1 LiRenderInstance::collect3D(LiSceneObject*, LiCollectState&) + 1521
    7 com.apple.Lithium 0x01731898 LiRenderInstance::collect3D(LiSceneObject*, LiCollectState&) + 2712
    8 com.apple.Lithium 0x01731898 LiRenderInstance::collect3D(LiSceneObject*, LiCollectState&) + 2712
    9 com.apple.Lithium 0x017339a5 LiRenderInstance::collectPolygons(LiSceneObject*, LiPtrArray<LiPolygonInstance>&) + 1509
    10 com.apple.Lithium 0x01734225 LiRenderInstance::collect() + 949
    11 com.apple.Lithium 0x01734481 LiRenderInstance::buildHeliumGraph(LiAgent&) + 529
    12 com.apple.Lithium 0x01734f2e LiRenderInstance::getHelium(LiAgent&) + 270
    13 com.apple.Lithium 0x0168b5d3 LiRenderer::getHelium(LiAgent&) + 51
    14 com.apple.Lithium 0x016ee1e5 LiAgent::getHelium(LiImageSource*) + 4789
    15 com.apple.ozone.framework 0x009ca44e GLRenderer::getSceneHeNodeFromLiWorld(OZScene*, OZSceneSettings const&, OZRenderParams&, PCPtr<LiGroup>, HGRenderer*, int, int, double, double, long*) + 2254
    16 com.apple.ozone.framework 0x009cec70 GLRenderer::getFrameNodeForSingleTime(OZScene*, OZRenderParams&, HGRenderer*, double, double, long*) + 880
    17 com.apple.ozone.framework 0x009cf598 GLRenderer::getFrameNodeIncludingFields(OZScene*, OZRenderParams&, HGRenderer*, long*) + 312
    18 com.apple.ozone.framework 0x009cfe24 GLRenderer::getFrameNode(OZScene*, OZRenderParams&, HGRenderer*, long*) + 164
    19 com.apple.ozone.framework 0x00d3b3e4 OZRendererBuilderUnit::processRenderInstruction(OZRendererBuilderInstruction*) + 1396
    20 com.apple.ozone.framework 0x00d3b919 OZRendererBuilderUnit::execute() + 25
    21 com.apple.ozone.framework 0x00a0b825 OZExecutionUnit::executeLoop() + 197
    22 com.apple.ozone.framework 0x00a0b8ae OZExecutionUnit::executeLoopWrapper(void*) + 94
    23 com.apple.procore.framework 0x019940a8 PCThread::startup(void*) + 18
    24 libSystem.B.dylib 0x943b485d pthreadstart + 345
    25 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 26:
    0 libSystem.B.dylib 0x94387136 semaphorewaittrap + 10
    1 ...ickTimeComponents.component 0x93a3c498 QTThreadWaitSignal + 107
    2 ...ickTimeComponents.component 0x93401105 audioprepThreadEntry + 68
    3 ...ickTimeComponents.component 0x93a3c412 start_thread + 54
    4 libSystem.B.dylib 0x943b485d pthreadstart + 345
    5 libSystem.B.dylib 0x943b46e2 thread_start + 34
    Thread 25 crashed with X86 Thread State (32-bit):
    eax: 0x00000019 ebx: 0x016e954b ecx: 0x20d5bca0 edx: 0x20d3c638
    edi: 0x20d44d20 esi: 0x20d2f6c0 ebp: 0xb1345d68 esp: 0xb1345d50
    ss: 0x0000001f efl: 0x00010202 eip: 0x01d5552c cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000071
    Binary Images:
    0x1000 - 0x3ffe7 com.apple.motion 4.0.0 (687) <810547A6-E634-5300-8568-7DB2247F0A55> /Applications/Motion.app/Contents/MacOS/Motion
    0x143000 - 0x179ff6 com.apple.proinspector.framework 3.1.0 (711) <F3006443-F4B0-3F23-17CB-2E28F98AB0F9> /Library/Application Support/ProApps/SharedA/Frameworks/ProInspector.framework/Versions/A/ProInspect or
    0x19c000 - 0x3c2fe7 com.apple.prokit 6.0.2 (1177) <5E923F8B-935D-47BB-A26E-E96D6D5C24F0> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x4c6000 - 0x4d5fff com.apple.AERegistration 1.2 (77) <0C4C1300-9E3A-E2A1-4507-380C2544B223> /Applications/Motion.app/Contents/Frameworks/AERegistration.framework/Versions/ A/AERegistration
    0x4e9000 - 0x4f5ff7 com.apple.PluginManager 1.7.5 (50) <C0887ED9-F2B2-347C-9159-DA8524709770> /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
    0x4ff000 - 0x518fff com.apple.promath.framework 4.0.0 (687) <305AE865-1D4F-02D5-E8D3-F6BC8C217C97> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/ProMath.framework/Versions/A/ProMath
    0x522000 - 0x529fff com.apple.AEProfiling 1.2 (22) <50FD5623-D2C1-8102-FD41-D8E745E08353> /Applications/Motion.app/Contents/Frameworks/AEProfiling.framework/Versions/A/A EProfiling
    0x533000 - 0x697ff2 com.apple.ProMedia 4.0.0 (687) <0F9638D9-30E5-6F10-1450-CEC204C2E3E6> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/ProMedia.framework/Versions/A/ProMedi a
    0x705000 - 0xfdcfe2 com.apple.ozone.framework 4.0.0 (687) <D314D462-80C3-A69C-92CC-2BCA2EDEFCBA> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/Ozone.framework/Versions/A/Ozone
    0x1478000 - 0x14e0fff com.apple.ProGraphics 4.0.0 (687) <66BC8748-D129-AF15-637B-4D7C168A7944> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/ProGraphics.framework/Versions/A/ProG raphics
    0x15fc000 - 0x177dff2 com.apple.Lithium 4.0.0 (687) <1690BA2F-1363-9D9B-D105-F519F9D4AE12> /Library/Application Support/ProApps/SharedA/Frameworks/Lithium.framework/Versions/A/Lithium
    0x1800000 - 0x18cdff3 com.apple.prochannel.framework 3.1.0 (711) <62B98BC2-5E32-20E4-0FB1-5A4417ED8899> /Library/Application Support/ProApps/SharedA/Frameworks/ProChannel.framework/Versions/A/ProChannel
    0x196c000 - 0x1a09ff8 com.apple.procore.framework 4.0.2 (757) <D3146F1E-F86D-F2A2-509B-E3F9640CBE40> /Library/Application Support/ProApps/SharedA/Frameworks/ProCore.framework/Versions/A/ProCore
    0x1a49000 - 0x1a67fef com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x1a76000 - 0x1a7fff7 com.apple.finalcutstudio.prometadatasupport 0.6 (1.0) <C4AF1557-3CC8-3BB7-C017-55D66B0873C1> /Library/Frameworks/ProMetadataSupport.framework/Versions/A/ProMetadataSupport
    0x1a87000 - 0x1b5afff org.python.python 2.5.4 (2.5) <2425B12D-D1AB-C0EE-D6EF-64D5600F6905> /System/Library/Frameworks/Python.framework/Versions/2.5/Python
    0x1b9a000 - 0x1bfefe2 com.apple.LiveType.framework 2.1.4 (2.1.4) <C9D29156-2471-2A9D-3657-EF06204229C6> /Library/Application Support/ProApps/SharedA/Frameworks/LiveType.framework/Versions/A/LiveType
    0x1c1e000 - 0x1c1fff7 com.apple.Helium 3.0.3 (359) <1B909921-EE16-B317-3670-B0C63C70F01B> /Library/Application Support/ProApps/SharedA/Frameworks/Helium.framework/Versions/A/Helium
    0x1c24000 - 0x1c24ff7 com.apple.iokit.dvcomponentglue 1.9.9 (1.9.9) <18D9DCBE-A37C-3836-ABEE-09CB7AF6E71C> /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x1c28000 - 0x1c74ffb com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x1c99000 - 0x1caaff7 com.apple.fxplugframework 1.2.3 (1.2.3) <033FEA79-E666-D319-5BD5-25A9A4331190> /Library/Frameworks/FxPlug.framework/Versions/A/FxPlug
    0x1cbd000 - 0x1cd4fe7 libedit.2.dylib 2.11.0 (compatibility 2.0.0) <8EB6180C-FF24-1107-17CC-8A4FDCC50DD6> /usr/lib/libedit.2.dylib
    0x1ce1000 - 0x1cf2fff com.apple.RetimingMath 4.0.0 (687) <6EFB289B-0AE8-64C2-5B5E-0674DA51E905> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/RetimingMath.framework/Versions/A/Ret imingMath
    0x1d07000 - 0x1d08fff com.apple.FxHeliumImage 4.0.0 (1.0) <62A25655-AB02-73F7-FE2B-21823D2D4BA4> /Library/Application Support/ProApps/SharedA/Frameworks/FxHeliumImage.framework/Versions/A/FxHeliumI mage
    0x1d0e000 - 0x1e60fec com.apple.Helium.HeliumRender 2.0.3 (359) <93D90702-A8F2-B483-818A-6C5E85D7000F> /Library/Application Support/ProApps/SharedA/Frameworks/Helium.framework/Versions/A/Frameworks/Heliu mRender.framework/Versions/A/HeliumRender
    0x1eb9000 - 0x1f6efe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <78B6EEB6-50D9-4479-D1A5-B4C381A07E4D> /usr/lib/libcrypto.0.9.7.dylib
    0x27c9000 - 0x27edfe7 GLRendererFloat ??? (???) <1274B762-2FB9-48FE-EAFD-C459B2B4BECC> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x86b0000 - 0x8828fe7 GLEngine ??? (???) <3A6C5513-7428-2242-2892-B429C72343CB> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x885a000 - 0x8c19feb com.apple.ATIRadeonX3000GLDriver 1.6.26 (6.2.6) <440B85D1-5BDA-EB13-2C8F-94D8D62929A8> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
    0x8cba000 - 0x8cccfff com.apple.motion.Text 4.0.0 (687) <41EB0254-7D99-E54B-438D-372FD449425D> /Library/Application Support/ProApps/SharedA/Plug-Ins/Motion/Text.ozp/Contents/MacOS/Text
    0x8ce4000 - 0x8ce9ffb com.apple.fxmetaplug.ImageUnit 1.2.2 (1.2.2) <874EE8A7-B644-32C8-D8E2-1E4EA379C31B> /Library/Application Support/ProApps/Internal Plug-Ins/FxMetaPlug/ImageUnit.fxmetaplug/Contents/MacOS/ImageUnit
    0x8d37000 - 0x8d39ff3 com.apple.LiveType.component 2.1.4 (2.1.4) <D60E2537-3B47-EA99-0077-6CE394378D07> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x8d3f000 - 0x8d85ffb com.apple.motion.component 1.0 (687) <B2FD93AF-0488-C687-C7B5-A8FC8AE2D40C> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x8d8b000 - 0x8d8dff7 Motion 687.0.0 (compatibility 1.0.0) <BA03F73F-DCB2-6B73-8EBD-87C2A5A93317> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x8e4d000 - 0x8fe2ff7 com.apple.motion.Behaviors 4.0.0 (687) <DE2FBA30-738C-104F-1275-24B1967C54B3> /Library/Application Support/ProApps/SharedA/Plug-Ins/Motion/Behaviors.ozp/Contents/MacOS/Behaviors
    0x9081000 - 0x90ccff4 com.apple.Bloodhound 4.0.0 (687) <1E9D1F25-9333-F9EC-B42C-B0B7D15D7098> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/Bloodhound.framework/Versions/A/Blood hound
    0x90f7000 - 0x9293ff8 com.apple.motion.Particles 4.0.0 (687) <BD2C7BA3-3028-A407-68DD-A6284CD051DF> /Library/Application Support/ProApps/SharedA/Plug-Ins/Motion/Particles.ozp/Contents/MacOS/Particles
    0x92ed000 - 0x969aff2 com.apple.motion.TextFramework 4.0.0 (687) <D4C3BF4C-5173-9DE1-E1E1-171072EF12DB> /Library/Application Support/ProApps/SharedA/Frameworks/Motion/TextFramework.framework/Versions/A/Te xtFramework
    0x9756000 - 0x978bff7 com.apple.prokit.SnowLeopardPanels 6.0.2 (1177) <B76886BF-AD47-8653-F667-6891277EBCC3> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x979c000 - 0x97a4ff7 com.apple.proapps.mrcheckpro 1.4 (359) <353F1A07-BA95-60CD-D083-4537D209BB69> /Applications/Motion.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MR CheckPro
    0x9928000 - 0x9929ff7 ATSHI.dylib ??? (???) <F06AB560-C2AF-09F6-7328-773E43CA2713> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0xb3e1000 - 0xb3e5ff3 com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <F402CF88-D96C-42A0-3207-49759F496AE8> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xb3ea000 - 0xb3f0ffb com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <82BFF5E9-2B0E-FE8B-8370-445DD94DA434> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xb3f5000 - 0xb3f7fff com.apple.Helium.HCache 2.1.0 (359) <669FD4C8-B9A0-549E-EC32-C49718676C34> /Library/Application Support/ProApps/SharedA/Frameworks/Helium.framework/Plug-ins/HCache.bundle/Cont ents/MacOS/HCache
    0xda8f000 - 0xda8fff7 libmx.A.dylib 315.0.0 (compatibility 1.0.0) <72FF6A91-C3EC-4634-A0FB-E1586C2404E4> /usr/lib/libmx.A.dylib
    0xe6c8000 - 0xe6d5ff7 +net.telestream.license 1.0.8.2-GC (1.0.8.2-GC) <A61005C5-E6A4-84A6-2A85-38E53CFBD6AF> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0xe7f3000 - 0xe804fe7 com.apple.FCP Uncompressed 422.component 1.6.1 (1.6.1) <62C290FB-2735-60C4-CE88-7ECB0DE6EDB3> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0xeaca000 - 0xeaeeff7 com.apple.AppleAVCIntraCodec 1.0 (16) <8A1A4CEE-1610-EECE-74DA-D2AF42825E6D> /Library/QuickTime/AppleAVCIntraCodec.component/Contents/MacOS/AppleAVCIntraCod ec
    0xec45000 - 0xec60fef com.apple.AppleIntermediateCodec 1.3.2 (153) <EFB476B9-486E-5112-50C8-8918A7964C22> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xeec5000 - 0xeed8fe3 com.apple.IMXCodec 1.4 (155) <B7A1514F-1A2B-EC3E-719D-B8BB25016A05> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0xf0af000 - 0xf0ebfe3 com.apple.QuickTimeFireWireDV.component 7.6.6 (1756) <5723A7A8-2C99-561B-8D87-C8B0716436FA> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xf7e3000 - 0xf7fcfe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <3E236E2A-5646-8A6D-FDEE-A21C468161C0> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xf8bb000 - 0xf8f2fe7 com.apple.DVCPROHDCodec 1.5 (237) <5BA42205-5AEE-73BB-A7DE-5417EF028D5B> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0xfd5d000 - 0xfdcafe7 com.apple.AppleProResCodec 2.0 (224) <B7A79FF2-9C32-5554-A3C3-BE91F9B89419> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec
    0xfeef000 - 0xff9efe3 com.apple.AppleHDVCodec 1.6 (229) <C45D37E1-3CE0-1FBE-17DE-91D5B65FD940> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x10000000 - 0x10060fef com.apple.proapps.AudioMixEngine 2.0 (68) <B3519762-653E-3067-4228-E744347B85BB> /Applications/Motion.app/Contents/Frameworks/AudioMixEngine.framework/Versions/ A/AudioMixEngine
    0x20091000 - 0x20283fe2 +net.telestream.wmv.import 2.3.6.5 (2.3.6.5) <1C5C8F9A-DE50-44E2-7859-3D54006F4C6E> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x202b8000 - 0x20479ff2 +net.telestream.wmv.advanced 2.3.6.5 (2.3.6.5) <A2511AB4-5449-AA85-558D-423EED0EE178> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x204bd000 - 0x20537fe7 com.apple.AppleVAH264HW.component 2.0 (1.0) <B76CE5C0-7401-3B9C-CC22-369DABAAC2DD> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x2aa6e000 - 0x2ae53fe3 QuickTimeH264.scalar ??? (???) <535C2E62-CDFC-4B97-B7B0-8B21D724F1C9> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x70000000 - 0x700cbff3 com.apple.audio.units.Components 1.6.3 (1.6.3) <5DA35A22-1B05-6BD3-985A-26A7A2CD6289> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <283EE026-C0FE-1FF9-DB81-BFB155793157> /usr/lib/dyld
    0x90003000 - 0x90040ff7 com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90041000 - 0x90041ff7 liblangid.dylib ??? (???) <FCC37057-CDD7-2AF1-21AF-52A06C4048FF> /usr/lib/liblangid.dylib
    0x90042000 - 0x90054ff7 com.apple.CoreMediaAuthoring 0.700 (700) <5078D4F2-1DDF-C0DE-36C7-CE77112ADCD4> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x90055000 - 0x90095ff3 com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x900d2000 - 0x900d6ff7 libGIF.dylib ??? (???) <DA5758A4-71B0-DD6E-7402-B7FB15387569> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x900d7000 - 0x900e1ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <90C38107-AEE7-AE55-5C51-28D129B19BCD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x900e2000 - 0x900edff7 libGL.dylib ??? (???) <48405993-0AE9-292B-6705-C3525528682A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90217000 - 0x9021bff7 IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9021c000 - 0x9026dff7 com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90323000 - 0x90337ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <9F5CE4F7-D05C-8C14-4B76-E43D07A8A680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90338000 - 0x9036efff libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x9036f000 - 0x90379ff7 com.apple.HelpData 2.0.4 (34) <7F27DBA6-3015-7AFB-D256-AF7C41823E6C> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9037a000 - 0x906e5ff7 com.apple.QuartzCore 1.6.3 (227.34) <CC1C1631-D8D1-D416-171E-A1683274E479> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x906e6000 - 0x906efff7 com.apple.DiskArbitration 2.3 (2.3) <6AA6DDF6-AFC3-BBDB-751A-64AE3580A49E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x906f0000 - 0x90721ff7 libGLImage.dylib ??? (???) <E3EC8E92-4DDD-E7B8-3D38-C5A5160A4930> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90722000 - 0x90783fe7 com.apple.CoreText 3.5.0 (???) <BB50C045-25F5-65B8-B1DB-8CDAEF45EB46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90784000 - 0x9081cfe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9081d000 - 0x908f8feb com.apple.DesktopServices 1.5.9 (1.5.9) <CED00AC1-924B-0E45-7D5E-1CEA8929F5BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x908f9000 - 0x90adbfff com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90af5000 - 0x90b4ffe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x90b50000 - 0x90b72fef com.apple.DirectoryService.Framework 3.6 (621.9) <F2EEE9D7-D4FB-14F3-E647-ABD32754F557> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90b73000 - 0x90bb6ff7 com.apple.NavigationServices 3.5.4 (182) <FE19D51B-233A-69EC-9E36-B89D0EA438C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90bb7000 - 0x90be1ff7 com.apple.shortcut 1.1 (1.1) <08A1868D-FEF4-8FB3-D814-79385DCBEC7D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90be2000 - 0x90c08ffb 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
    0x90c09000 - 0x90c0fff7 libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <DACD11D8-4B64-CD3B-C988-B1041E07D13A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x90c10000 - 0x90c43ff7 libncurses.5.4.dylib 5.4.0 (compatibility 5.4.0) <A7290F94-580B-E17E-9609-7E2BEEC6F287> /usr/lib/libncurses.5.4.dylib
    0x90c44000 - 0x90c7bfe7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7DCB5938-3140-E71A-92BD-8C242F30C8F5> /usr/lib/libssl.0.9.8.dylib
    0x90c7c000 - 0x90cd2ff7 com.apple.MeshKitRuntime 1.1 (49.2) <4B41E225-69AC-6EFA-190E-DC6A4BD8109E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x90cd3000 - 0x90d50ff7 com.apple.iLifeMediaBrowser 2.5.4 (468.1.1) <3B7F5895-B48D-A2E0-D708-58EC58EB9514> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x90d51000 - 0x90d97ff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x90edb000 - 0x90fa5fef com.apple.CoreServices.OSServices 357 (357) <0FBFDD45-1044-AF1F-D562-4F420CC5105A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90ffd000 - 0x91011fe7 libbsm.0.dylib ??? (???) <B328FA0A-899C-4FC4-F2AC-2FDC08819CD2> /usr/lib/libbsm.0.dylib
    0x91012000 - 0x9123dff3 com.apple.QuartzComposer 4.2 ({156.28}) <08AF01DC-110D-9443-3916-699DBDED0149> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9123e000 - 0x9125dfe3 libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <7236668D-1D61-0ED8-9F22-35DBBF661175> /usr/lib/libexpat.1.dylib
    0x9125e000 - 0x912c2fff com.apple.htmlrendering 72 (1.1.4) <0D22B190-513B-7FF6-39FC-9D336285DE08> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x912c3000 - 0x912c3ff7 com.apple.quartzframework 1.5 (1.5) <7DD4EBF1-60C4-9329-08EF-6E59731D9430> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x912c4000 - 0x914cbfeb com.apple.AddressBook.framework 5.0.3 (875) <759B660B-00F6-F08C-37CD-69468C774B5E> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x914cc000 - 0x91576fe7 com.apple.CFNetwork 454.11.5 (454.11.5) <D8963574-285A-3BD6-6B25-07D39C6F67A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91577000 - 0x91683ff7 libGLProgrammability.dylib ??? (???) <A077BFEA-19C6-9F48-2F36-8E4E55376F49> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x91684000 - 0x91684ff7 com.apple.ApplicationServices 38 (38) <EAF1BC8C-4FD4-4300-B8F7-4B24E49125E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9172f000 - 0x91734ff7 com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x91735000 - 0x917e2fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F237B77D-75A3-7240-931D-4735B91D365F> /usr/lib/libobjc.A.dylib
    0x917e3000 - 0x9195efe7 com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9195f000 - 0x919afff7 com.apple.framework.familycontrols 2.0.2 (2020) <AF7F86F1-F7BF-CBA8-7A4A-D8F7A19F9601> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x919b0000 - 0x91a2bfff com.apple.AppleVAFramework 4.10.12 (4.10.12) <89C4EBE2-FE27-3160-0BD1-D0C2ED5F3605> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x91a2c000 - 0x91b63ff7 com.apple.CoreAUC 6.04.04 (6.04.04) <050D9D16-AAE7-3460-4318-8449574F26C7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x91ba9000 - 0x91bb3fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <DE0E0EF6-8190-3F65-6BDD-5AC9D8A025D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91bb4000 - 0x91c23ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <B3DEACA1-9375-CF8F-0898-AA2C5F8159DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91c31000 - 0x91f51ff3 com.apple.CoreServices.CarbonCore 861.23 (861.23) <B08756E4-32C5-CC33-0268-7C00A5ED7537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91f52000 - 0x91fd2feb com.apple.SearchKit 1.3.0 (1.3.0) <7AE32A31-2B8E-E271-C03A-7A0F7BAFC85C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x92050000 - 0x92089ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <E0D512DD-365D-46A0-F50C-435BC250424F> /usr/lib/libcups.2.dylib
    0x920d3000 - 0x92183ff3 com.apple.ColorSync 4.6.3 (4.6.3) <0354B408-665F-8B3F-87FF-64E6322276F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92184000 - 0x92194ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <E276514D-394B-2FDD-6264-07A444AA6A4E> /usr/lib/libsasl2.2.dylib
    0x921c8000 - 0x922a5ff7 com.apple.vImage 4.0 (4.0) <D979C8BC-7011-A45C-7141-39FC1043CC87> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x922a6000 - 0x922a8ff7 com.apple.securityhi 4.0 (36638) <E8A89905-2DDD-674D-BA2F-AB7574825AF2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x922a9000 - 0x922b6ff7 com.apple.NetFS 3.2.1 (3.2.1) <E2AFCE90-0DF6-C3B5-A123-222259E985FF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x925b1000 - 0x925fefeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <27F3FF53-F818-9836-2101-3E963FE0C0E0> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x92607000 - 0x929edffb com.apple.RawCamera.bundle 3.4.1 (546) <557C094F-BF8D-B298-E502-C4EE78914C55> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x929ee000 - 0x92ae2ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <475AEF89-91A5-5100-8662-DA508D3830E9> /usr/lib/libiconv.2.dylib
    0x92ae3000 - 0x92af5ff7 com.apple.MultitouchSupport.framework 207.10 (207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x92af6000 - 0x92c22ffb com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x92c25000 - 0x92da7fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <35DB7644-0780-D2AB-F6A9-45F28D2D434A> /usr/lib/libicucore.A.dylib
    0x92da8000 - 0x92dbdfff com.apple.ImageCapture 6.0.1 (6.0.1) <E7ED2AC1-834C-A44E-531E-EC05F0496DBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92dbe000 - 0x93d10fef com.apple.QuickTimeComponents.component 7.6.6 (1756) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93d11000 - 0x93d18ff3 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
    0x93d45000 - 0x93d50ff7 com.apple.CrashReporterSupport 10.6.6 (256) <C8FFD4F5-5B5B-8ED4-AD82-E434A76ADC96> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x93da2000 - 0x93f5bfeb com.apple.ImageIO.framework 3.0.4 (3.0.4) <C145139E-24C4-5A3D-B17C-809D528354B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x93f5c000 - 0x93f9bff7 com.apple.ImageCaptureCore 1.0.3 (1.0.3) <7E02D104-F31C-CF72-71B4-DA5DF7B48337> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x93f9c000 - 0x94052ff7 libFontParser.dylib ??? (???) <33F62EE1-E457-C6FD-369E-E86745B94A4B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x94053000 - 0x940eeff7 com.apple.ApplicationServices.ATS 4.4 (???) <ECB16606-4DF8-4AFB-C91D-F7947C26040F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x940ef000 - 0x94352fff com.apple.security 6.1.1 (37594) <B6F2A8BF-C1B7-A0E2-83FB-4FF265E9BDDC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94353000 - 0x94354ff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <BE4C2495-B758-AD22-DCC0-56A6791E948E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94355000 - 0x94385ff7 com.apple.MeshKit 1.1 (49.2) <464BD81C-9970-FBF5-507F-3EEBD020A967> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x94386000 - 0x9452dff7 libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    0x9455a000 - 0x94598ff7 com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x946ea000 - 0x9482dfef com.apple.QTKit 7.6.6 (1756) <4D809734-4E1B-8E18-C825-86C5422FC3DC> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9482e000 - 0x94898fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94899000 - 0x9496afe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <631392F6-6E50-278C-70FF-7969E35C498D> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9496b000 - 0x9496eff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B624AACE-991B-0FFA-2482-E69970576CE1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9496f000 - 0x949c7fe7 com.apple.datadetectorscore 2.0 (80.7) <3830B574-3B0B-76DA-390D-702D908A71F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x949c8000 - 0x94a36ff7 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
    0x94b01000 - 0x94dfafef com.apple.QuickTime 7.6.6 (1756) <F08B13B6-31D7-BD18-DA87-A0CDFCF13B8F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94e49000 - 0x94e8cff7 libGLU.dylib ??? (???) <BB66EDB2-D5FE-61C9-21BE-747F9862819C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x94e8d000 - 0x94f8efe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BBBC1E4C-024F-3C81-7CB1-70DB451A3E6A> /usr/lib/libxml2.2.dylib
    0x94f8f000 - 0x94f92ffb com.apple.help 1.3.1 (41) <6A5AD406-9D8E-5BAC-51E1-E09AB9A6D159> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94f93000 - 0x953c8ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <4D2F47EF-BD32-1E3C-6A0A-438896ADE2BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x953c9000 - 0x953c9ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9540d000 - 0x954bbff3 com.apple.ink.framework 1.3.3 (107) <E215794C-F3E9-C067-8882-9054796DDA8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x954bc000 - 0x954c0ff7 libGFXShared.dylib ??? (???) <9E14BE2F-C863-40E9-41A6-1BE9045663A0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x954f3000 - 0x9551aff7 com.apple.quartzfilters 1.6.0 (1.6.0) <F45520B0-6B27-CD57-54B1-203FE32120DA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95562000 - 0x95573ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9557b000 - 0x95589fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <E1B922F4-23DC-467E-631F-7E1B9C9F51CB> /usr/lib/libz.1.dylib
    0x9558a000 - 0x955aeff7 libJPEG.dylib ??? (???) <46AF3A0F-2B8D-87B9-62D4-0905678A64DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x955af000 - 0x955b2ff7 libCoreVMClient.dylib ??? (???) <973B9E1F-70B3-2E76-B14B-E57F306AD2DF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x955b3000 - 0x955c1ff7 com.apple.opengl 1.6.12 (1.6.12) <9F13B279-F289-18AC-5D86-DCD52BAF087D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x955d6000 - 0x955f2fe3 com.apple.openscripting 1.3.1 (???) <0E6B81D1-C1BD-1B5F-836F-256E6701B5DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x955f3000 - 0x9562cfe7 com.apple.bom 10.0 (164) <3BD198F4-56AD-EE1B-2EBD-C7E6868A0D3C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9562d000 - 0x9575cfe3 com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <0A0F68E5-4806-DB51-764B-D97554B801AD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9575d000 - 0x95816fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x95817000 - 0x95891fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <F7C9B01D-45AD-948B-2D26-9736524C1A33> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95892000 - 0x958efff7 com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x958f0000 - 0x95da9ffb com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x95daa000 - 0x95dd2ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <12FBE8CB-CC8E-FE8A-7362-C852625C5AAF> /usr/lib/libxslt.1.dylib
    0x95dd3000 - 0x95e06ff7 com.apple.AE 496.4 (496.4) <23F0DB1F-2856-0091-80AE-BDEF9A4F1731> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95e07000 - 0x95e07ff7 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
    0x95e77000 - 0x95e82ff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <CB2510BD-A5B3-9D90-5917-C73F6ECAC913> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95e83000 - 0x95e9bff7 com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x95e9c000 - 0x9610ffe7 com.apple.Foundation 6.6.4 (751.42) <ACC0BAEB-C590-7052-3AB2-86C207C3D6D4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96110000 - 0x96111ff7 com.apple.TrustEvaluationAgent 1.1 (1) <06484720-AB50-6FD9-B5BF-05F5A640C9E5> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96112000 - 0x96119ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <1B5C53C1-78B0-3D7E-B6DC-4D169DA09704> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9611a000 - 0x9612aff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <95DC4010-ECC4-3A75-5DEE-11BB2AE895EE> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x96307000 - 0x9630afe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x96357000 - 0x96359ff7 com.apple.QuickTimeH264.component 7.6.6 (1756) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x9635a000 - 0x96392ff7 com.apple.LDAPFramework 2.0 (120.1) <70B1F9EB-F6DE-3367-A90B-3467143DEEF3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96393000 - 0x967a9ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <9D89FCB3-24C9-8FCF-DB49-27B184AC3222> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x967aa000 - 0x968d8fe7 com.apple.CoreData 102.1 (251) <0C2636F3-CCB4-5ED9-1D3E-5AE36BE57071> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96a3c000 - 0x96a7dff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <16DAE1A5-937A-1CA2-D98F-2AF958B62993> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x96a94000 - 0x96a95ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <1DD14B2E-E466-1A45-5CF7-947766F0ECD9> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x96a97000 - 0x96ab8fe7 com.apple.opencl 12.3 (12.3) <DEA600BF-4F54-66B5-DB2F-DC57FD518543> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x96ab9000 - 0x96bbbfef com.apple.MeshKitIO 1.1 (49.2) <EC52D0C5-5291-441D-F137-8E4DD60F0E25> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x96c99000 - 0x97488557 com.apple.CoreGraphics 1.545.0 (???) <1AB39678-00D5-FB88-3B41-93D78348E0DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x97489000 - 0x9748bff7 libRadiance.dylib ??? (???) <10048B4A-2AE8-A4E2-21B8-C6E7A8C5B76F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9748c000 - 0x974ceff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <1AE34B00-8A62-1E51-935F-BB3F0E4BE50F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x97544000 - 0x97868fef com.apple.HIToolbox 1.6.4 (???) <4699C8BB-DE74-C530-564B-D131F74C9B54> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x97894000 - 0x978ddfe7 libTIFF.dylib ??? (???) <AC1FC806-F7F4-174B-375F-FE5D6008666C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x978de000 - 0x978deff7 com.apple.Carbon 150 (152) <EA72D982-AA3E-D1CF-7375-8CB078658542> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x978df000 - 0x97987ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x97988000 - 0x97988ff7 com.apple.Cocoa 6.6 (???) <5A785062-1ABB-2A54-BAAC-8FEF95275E05> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x979af000 - 0x979afff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x979b0000 - 0x97ab4fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x97ab5000 - 0x97af9fe7 com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x97b28000 - 0x97b48fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <584B2B30-DC65-6930-F59F-C49FD5604B67> /usr/lib/libresolv.9.dylib
    0x97b49000 - 0x97b55ff7 libkxld.dylib ??? (???) <F0E915AD-6B32-0D5E-D24B-B188447FDD23> /usr/lib/system/libkxld.dylib
    0x97b59000 - 0x97b66ff7 com.apple.AppleFSCompression 24.4 (1.0) <6D696284-020B-7F5C-226D-B820F0E981D2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x97b67000 - 0x97be9ffb SecurityFoundation 36840.0.0 (compatibility 1.0.0) <D7A06F33-723C-81DB-CAA3-EB19C570928C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x97c23000 - 0x98503ff7 com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x98504000 - 0x98541ff7 com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98542000 - 0x9854aff7 com.apple.DisplayServicesFW 2.3.0 (283) <48D94761-7340-D029-99E3-9BE0262FAF22> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x98f97000 - 0x98fa4fe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <FE85CFF8-01DA-C7E0-BCD1-364DCD35D16F> /usr/lib/libbz2.1.0.dylib
    0x98fa5000 - 0x98fe0feb libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x98fe1000 - 0x99058ff3 com.apple.backup.framework 1.2.2 (1.2.2) <EAD97F26-D3B1-F618-A84C-CF689860C2AF> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x99059000 - 0x99256ff7 com.apple.JavaScriptCore 6533.19 (6533.19.1) <85A6BFDD-CBB6-7490-748D-8EA8B9B7FDD8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x99257000 - 0x99272ff7 libPng.dylib ??? (???) <E14178E0-B92D-94EA-DACB-04F346D7534C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x99273000 - 0x992b7ff3 com.apple.coreui 2 (114) <1A3C3B7F-3837-6477-3114-47F6BFD56CB2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x993bf000 - 0x9949dfef com.apple.QuickTimeMPEG4.component 7.6.6 (1756) <D01DEFB0-625A-798D-2091-5012C778951D> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x995d0000 - 0x995d6fe7 com.apple.CommerceCore 1.0 (6) <41C2A87D-93D8-56C1-9292-0400699F23C1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x995d7000 - 0x99650ff7 com.apple.PDFKit 2.5.1 (2.5.1) <4C374867-71B8-B202-ADDA-9985B4379470> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x99651000 - 0x99698ffb com.apple.CoreMediaIOServices 134.0 (1160) <D4F40A28-4E31-3210-7C2B-59D8A1903FB2> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x99699000 - 0x99736fe3 com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x99737000 - 0x9973dfff com.apple.CommonPanels 1.2.4 (91) <CE92759E-865E-8A3B-1488-ECD497E4074D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9991b000 - 0x9994dfe3 libTrueTypeScaler.dylib ??? (???) <6E9D1A50-330E-F1F4-F93D-9ECC8A61B21A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9994e000 - 0x9996dff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9996e000 - 0x99a00fe7 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
    0x99a3b000 - 0x99a3bff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0xbb100000 - 0xbb103fe7 libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) <80CA35C5-AFBF-DD2D-B47B-9CE773B9CAEF> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    Model: iMac11,2, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.2 GHz, 4 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.3.8f7, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD1001FALS-40Y6A0, 931.51 GB
    Serial ATA Device: PIONEER DVD-RW DVRTS09, 6.98 GB
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: USB OPTICAL MOUSE, 0x093a (Pixart Imaging, Inc.), 0x2510, 0xfa130000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000
    Thanks!! I really appreciate and need the help.
    Diego

    Welcome to the family. You're going to discover crash reports are almost impossible to decypher. Yours indicates thread 25 crashed and it's all about Helium so you can try searching the Motion forum for HELIUM and you can even use Google to search for some of those text strings. There are some people out there who try to decode Apple's useless and insanely unfriendly crash reporting syntax.
    How many graphics cards do you have in your machine?
    Do you perhaps have any CMYK graphics in the project?
    bogiesan

  • Logic crashes when opening projects

    I've just installed Logic 8 on my new Macbook Pro and installed a Focusrite LE interface. I created several projects yesterday (both MIDI and audio) without any problems but when I went back to them today, some open and close OK but others crash Logic when I've closed one project and then try to open another. Sometimes I launch Logic from the dock and it opens the previous project OK but other times it just launches the toolbar but the dropdown menus are locked and I have to force quit to get out of the software. It doesn't seem to happen on any particular file, nor does it happen every time (frustrating or what!!) but its certainly a major problem. Should I just reinstall Logic from the ground up or is there a bug or incompatibly issue with the software and the interface? HELP!!

    what a pain dude
    sounds like you tried all of the right things
    i assume you still get the same behavior even with no plugins, all new prefs, etc
    are you having issues with other programs?
    have you tried just creating a new project and see what happens when you open it repeatedly
    then try adding stuff and see what happens
    how is your drive?
    just brainstorming here
    i am a hobbyist so i don't have huge projects with tons of tracks, etc
    but even with a dual quad mac pro logic can take awhile to open
    it just sites there
    but there is no actual crash (unexpectedly quits)
    yeah i guess you might just try reinstalling it
    a minor pain but might be your best shot
    good luck!

  • After Effects crashes when opening project

    Hey guys.
    I was working on a project just fine until when I went to open it this morning. When I open it, AE crashes with either this message:
    OR this message:
    and finally ends with a message like this:
    There are no special plugins being utilized in the project I am working in, only several Illustrator files. I'm not sure how dynamic link has anything to do with this because i'm not using it with Premiere Pro. All I know is that the project worked fine when I closed it last night, and now this is happening. It's a paid job as well, so it's very important that I can open it again.
    I tried uninstalling and reinstalling CS6 and my video card drivers. Just to be clear, AE opens just fine, it's only opening this specific project that gives the crash.
    Specs:
    Windows 7 Ultimate (updated)
    Core i7 3770k
    GeForce GTX 570 1.2 gb
    16 gb ram
    256gb SSD
    1TB media drive
    Thanks guys. I hope you can help me out.
    Dan

    Not the Adobe team, but the errors are all listed here:
    http://www.myleniumerrors.com
    Doesn't do you much good, though. The errors themselves are too vague and generic. Other than that try the usual - flush the media and disk cache, open the proejct with capslock enabled, import it into an empty project. also offline your footage source by renaming/ moving the folder, then manually use File --> Replace. If it's a specific file, that way you can find out which one... And finally, in the future learn the fine art of making back-ups and using versioning:
    Work File Safety
    Mylenium

  • Xcode crashes when opening documentation

    If I have a project open and then open up Xcode's documentation it will almost always crash. It will work if I load up Xcode then the documentation and then a project. ???
    Also, I have to keep downloading the iPhone OS Library documentation for the different versions. It keeps getting erased. I even sometimes have to download the Leopard Core Library documentation. I have xCode 3.1.3 and just downloaded the release version of Safari 4. Any ideas? Otherwise Xcode works perfect for me.

    This started happening to me today. I can't view documentation without crashing XCode.
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000020
    Crashed Thread: 0
    Application Specific Information:
    objc[136]: garbage collection is ON
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x93646688 objc_msgSend + 24
    1 libxml2.2.dylib 0x93d25272 __xmlRaiseError + 1029
    2 libxml2.2.dylib 0x93d0addb xmlParseChunk + 5748
    3 com.apple.WebCore 0x92d96a67 WebCore::XMLTokenizer::doWrite(WebCore::String const&) + 167
    4 com.apple.WebCore 0x92d96727 WebCore::XMLTokenizer::write(WebCore::SegmentedString const&, bool) + 167
    5 com.apple.WebCore 0x92d964b5 WebCore::Document::write(WebCore::String const&, WebCore::Document*) + 133
    6 com.apple.WebCore 0x92d95783 WebCore::XMLHttpRequest::responseXML() const + 371
    7 com.apple.WebCore 0x92d955f7 WebCore::jsXMLHttpRequestResponseXML(JSC::ExecState*, JSC::Identifier const&, JSC::PropertySlot const&) + 23
    8 com.apple.JavaScriptCore 0x9009cf1f JSC::JSValue::get(JSC::ExecState*, JSC::Identifier const&, JSC::PropertySlot&) const + 351
    9 com.apple.JavaScriptCore 0x90137543 JSC::JITStubs::ctiop_get_byid(void*, ...) + 99
    10 ??? 0x1ee647aa 0 + 518408106
    11 com.apple.JavaScriptCore 0x901905dc JSC::Interpreter::execute(JSC::FunctionBodyNode*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 524
    12 com.apple.JavaScriptCore 0x9009f115 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 149
    13 com.apple.WebCore 0x92cc627a WebCore::JSEventListener::handleEvent(WebCore::Event*, bool) + 2074
    14 com.apple.WebCore 0x92d6f98d WebCore::XMLHttpRequest::dispatchReadyStateChangeEvent() + 141
    15 com.apple.WebCore 0x92d6f8ce WebCore::XMLHttpRequest::callReadyStateChangeListener() + 30
    16 com.apple.WebCore 0x92d95167 WebCore::XMLHttpRequest::didFinishLoading(unsigned long) + 455
    17 com.apple.WebCore 0x92c758fd WebCore::SubresourceLoader::didFinishLoading() + 45
    18 com.apple.Foundation 0x93acd4a7 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87
    19 com.apple.Foundation 0x93acd413 _NSURLConnectionDidFinishLoading + 147
    20 com.apple.CFNetwork 0x93eeeb96 URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnect ionEventQueue*) + 212
    21 com.apple.CFNetwork 0x93eef8e0 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 310
    22 com.apple.CFNetwork 0x93eefb90 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 998
    23 com.apple.CFNetwork 0x93eee36c URLConnectionClient::processEvents() + 104
    24 com.apple.CFNetwork 0x93e9bdbf MultiplexerSource::perform() + 189
    25 com.apple.CoreFoundation 0x90440595 CFRunLoopRunSpecific + 3141
    26 com.apple.CoreFoundation 0x90440c78 CFRunLoopRunInMode + 88
    27 com.apple.HIToolbox 0x971f028c RunCurrentEventLoopInMode + 283
    28 com.apple.HIToolbox 0x971f00a5 ReceiveNextEventCommon + 374
    29 com.apple.HIToolbox 0x971eff19 BlockUntilNextEventMatchingListInMode + 106
    30 com.apple.AppKit 0x94e0ed0d _DPSNextEvent + 657
    31 com.apple.AppKit 0x94e0e5c0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    32 com.apple.AppKit 0x94e075fb -[NSApplication run] + 795
    33 com.apple.AppKit 0x94dd4834 NSApplicationMain + 574
    34 com.apple.Xcode 0x00002bae 0x1000 + 7086

Maybe you are looking for

  • Stacking simple jobs with batch on Solaris 10 x86

    Hey Guys, I have a user that needs to load up a bunch of very low priority (nice 19) jobs on a 4 CPU machine so that once one completes, another one starts. I thought batch would be a good use for this. We don't have any mpi worries or anything, thes

  • Editing b&w photos

    Having scanned b&w negatives and sending them to iPhoto as positives, I'm now having difficulty editing these photos. When I attempt to edit, the photo resumes it's negative format. Why? When I crop, it reverts to positive format?? Any answers would

  • Why will my concert will only play through one speaker?

    I have checked all of my connects and I get sound on both speakers on previously saved versions of my mainstage concert...just not on the one that I need!  It has to be an issue with the settings, but I can't seem to find anything. Please help!  Main

  • Color Profile is ignoring me...

    I want to change my display's color profile.  I go to System Preferences>Displays>Color and highlight the profile I want.  Nothing happens!  I am totally ignored.  What to do?

  • Unable to login to eprintcent​er. I have a snapfish account and used that email address and password

    I was certain to enter the correct email and password.  I am able to login to Snapfish with the same info I entered into Eprintcenter.  So, I asked Eprintcenter to send me my password, thinking somehow that I must change it.  Eprintcenter will not se