Xcode crashes on destination change

When I want to change the Run destination on Xcode 5.1.1 (5B1008) from current destination selected (iOS Decice for example) to another destination : simulator or connected device, Xcode crashes. Same crash happens sometimes when I just plug an iOS device via USB.
Can I post the crash log here without disclose confidential data ?

Don't bother posting crash logs from anybody's programs except the ones you are developing.
Only the author can make any sense of them.
Have you tried Option Clean Build Folder?

Similar Messages

  • Xcode crashes all the time ! (Cannot add another user snippet with the same identifier, you can only override system snippets)

    After transfering my source code from my macbook air to my iMac : I can't use XCode this morning !
    I have cleaned my project, removed the derived data ...
    Each time I try to modify a source file, XCode crash with this message :
    Process:         Xcode [20290]
    Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         4.6.1 (2067)
    Build Info:      IDEApplication-2067000000000000~2
    App Item ID:     497799835
    App External ID: 14581035
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [156]
    User ID:         501
    Date/Time:       2013-03-24 08:37:58.131 +0100
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Sleep/Wake UUID: 97763F9A-D88A-4952-B603-ABEE0DA4043B
    Interval Since Last Report:          225793 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  16536 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      A2788CDA-05FA-1E35-F774-A761F4AF18E4
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: 4H512
    ASSERTION FAILURE in /SourceCache/IDECodeSnippetLibrary/IDECodeSnippetLibrary-2055/Source/IDECodeSni ppetRepository.m:320
    Details:  Cannot add another user snippet with the same identifier, you can only override system snippets.
    Object:   <IDECodeSnippetRepository: 0x40434c620>
    Method:   -addCodeSnippet:
    Thread:   <NSThread: 0x40030a1e0>{name = (null), num = 1}
    Hints:   None
    Backtrace:
      0  0x000000010e06ca2a -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
      1  0x000000010d31b5f4 _DVTAssertionFailureHandler (in DVTFoundation)
      2  0x0000000112ff2975 -[IDECodeSnippetRepository addCodeSnippet:] (in IDECodeSnippetLibrary)
      3  0x0000000112ff2cfb -[IDECodeSnippetRepository _loadUserCodeSnippets] (in IDECodeSnippetLibrary)
      4  0x0000000112ff1e63 -[IDECodeSnippetRepository init] (in IDECodeSnippetLibrary)
      5  0x0000000112ff80c4 __44+[IDECodeSnippetRepository sharedRepository]_block_invoke (in IDECodeSnippetLibrary)
      6  0x00007fff8d2950b6 _dispatch_client_callout (in libdispatch.dylib)
      7  0x00007fff8d295041 dispatch_once_f (in libdispatch.dylib)
      8  0x0000000112ff1caa +[IDECodeSnippetRepository sharedRepository] (in IDECodeSnippetLibrary)
      9  0x0000000112ff9cbe __102+[IDECodeSnippetLibraryCompletionStrategy _generateCompletionsForScopes:language:platformNames:atBOL:]_block_invoke (in IDECodeSnippetLibrary)
    10  0x00007fff8d2950b6 _dispatch_client_callout (in libdispatch.dylib)
    11  0x00007fff8d295041 dispatch_once_f (in libdispatch.dylib)
    12  0x0000000112ff9c46 +[IDECodeSnippetLibraryCompletionStrategy _generateCompletionsForScopes:language:platformNames:atBOL:] (in IDECodeSnippetLibrary)
    13  0x0000000112ff39e6 -[IDECodeSnippetLibraryCompletionStrategy prepareForDocumentLocation:context:] (in IDECodeSnippetLibrary)
    14  0x000000010d73967e -[DVTTextCompletionDataSource generateCompletionsForDocumentLocation:context:completionBlock:] (in DVTKit)
    15  0x000000010d738dd4 -[DVTTextCompletionSession _ensureCompletionsUpToDate] (in DVTKit)
    16  0x000000010d73867c -[DVTTextCompletionSession showCompletionsExplicitly:] (in DVTKit)
    17  0x000000010d737d37 -[DVTTextCompletionController _showCompletionsAtCursorLocationExplicitly:] (in DVTKit)
    18  0x000000010d7372cd -[DVTTextCompletionController textViewDidInsertText] (in DVTKit)
    19  0x000000010d735e78 -[DVTCompletingTextView insertText:replacementRange:] (in DVTKit)
    20  0x00007fff8f89d507 -[NSTextView insertText:] (in AppKit)
    21  0x000000010d73535c -[DVTSourceTextView insertText:] (in DVTKit)
    22  0x00007fff8f2f5f0f -[NSTextInputContext insertText:replacementRange:] (in AppKit)
    23  0x00007fff8f2f4150 -[NSTextInputContext handleTSMEvent:] (in AppKit)
    24  0x00007fff8f2f364a _NSTSMEventHandler (in AppKit)
    25  0x00007fff8d56cd1a DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) (in HIToolbox)
    26  0x00007fff8d56c1e9 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) (in HIToolbox)
    27  0x00007fff8d581fc9 SendEventToEventTarget (in HIToolbox)
    28  0x00007fff8d5624c2 SendTSMEvent (in HIToolbox)
    29  0x00007fff8d562040 SendUnicodeTextAEToUnicodeDoc (in HIToolbox)
    30  0x00007fff8d561d72 TSMKeyEvent (in HIToolbox)
    31  0x00007fff8d5b1fd5 TSMProcessRawKeyEvent (in HIToolbox)
    32  0x00007fff8f2f2297 -[NSTextInputContext handleEvent:] (in AppKit)
    33  0x00007fff8f2f1ed7 -[NSView interpretKeyEvents:] (in AppKit)
    34  0x00007fff8f23ed87 -[NSTextView keyDown:] (in AppKit)
    35  0x00007fff8f45a050 -[NSWindow sendEvent:] (in AppKit)
    36  0x00007fff8f455674 -[NSApplication sendEvent:] (in AppKit)
    37  0x000000010dee568e -[IDEApplication sendEvent:] (in IDEKit)
    38  0x00007fff8f36b24a -[NSApplication run] (in AppKit)
    39  0x00007fff8f30fc06 NSApplicationMain (in AppKit)
    40  0x000000010d291b6f (in Xcode)
    41  0x000000010d291b00 (in Xcode)
    objc[20290]: garbage collection is ON
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff866b4212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff924e1b54 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff92525dce abort + 143
    3   com.apple.dt.IDEKit                     0x000000010e06c4cf +[IDEAssertionHandler _handleAssertionWithLogString:reason:] + 578
    4   com.apple.dt.DVTFoundation              0x000000010d31b5f4 _DVTAssertionFailureHandler + 128
    5   com.apple.dt.IDE.IDECodeSnippetLibrary          0x0000000112ff2975 -[IDECodeSnippetRepository addCodeSnippet:] + 811
    6   com.apple.dt.IDE.IDECodeSnippetLibrary          0x0000000112ff2cfb -[IDECodeSnippetRepository _loadUserCodeSnippets] + 343
    7   com.apple.dt.IDE.IDECodeSnippetLibrary          0x0000000112ff1e63 -[IDECodeSnippetRepository init] + 431
    8   com.apple.dt.IDE.IDECodeSnippetLibrary          0x0000000112ff80c4 __44+[IDECodeSnippetRepository sharedRepository]_block_invoke + 40
    9   libdispatch.dylib                       0x00007fff8d2950b6 _dispatch_client_callout + 8
    10  libdispatch.dylib                       0x00007fff8d295041 dispatch_once_f + 50
    11  com.apple.dt.IDE.IDECodeSnippetLibrary          0x0000000112ff1caa +[IDECodeSnippetRepository sharedRepository] + 42
    12  com.apple.dt.IDE.IDECodeSnippetLibrary          0x0000000112ff9cbe __102+[IDECodeSnippetLibraryCompletionStrategy _generateCompletionsForScopes:language:platformNames:atBOL:]_block_invoke + 110
    13  libdispatch.dylib                       0x00007fff8d2950b6 _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8d295041 dispatch_once_f + 50
    15  com.apple.dt.IDE.IDECodeSnippetLibrary          0x0000000112ff9c46 +[IDECodeSnippetLibraryCompletionStrategy _generateCompletionsForScopes:language:platformNames:atBOL:] + 1380
    16  com.apple.dt.IDE.IDECodeSnippetLibrary          0x0000000112ff39e6 -[IDECodeSnippetLibraryCompletionStrategy prepareForDocumentLocation:context:] + 476
    17  com.apple.dt.DVTKit                     0x000000010d73967e -[DVTTextCompletionDataSource generateCompletionsForDocumentLocation:context:completionBlock:] + 324
    18  com.apple.dt.DVTKit                     0x000000010d738dd4 -[DVTTextCompletionSession _ensureCompletionsUpToDate] + 999
    19  com.apple.dt.DVTKit                     0x000000010d73867c -[DVTTextCompletionSession showCompletionsExplicitly:] + 153
    20  com.apple.dt.DVTKit                     0x000000010d737d37 -[DVTTextCompletionController _showCompletionsAtCursorLocationExplicitly:] + 717
    21  com.apple.dt.DVTKit                     0x000000010d7372cd -[DVTTextCompletionController textViewDidInsertText] + 182
    22  com.apple.dt.DVTKit                     0x000000010d735e78 -[DVTCompletingTextView insertText:replacementRange:] + 195
    23  com.apple.AppKit                        0x00007fff8f89d507 -[NSTextView insertText:] + 324
    24  com.apple.dt.DVTKit                     0x000000010d73535c -[DVTSourceTextView insertText:] + 2896
    25  com.apple.AppKit                        0x00007fff8f2f5f0f -[NSTextInputContext insertText:replacementRange:] + 337
    26  com.apple.AppKit                        0x00007fff8f2f4150 -[NSTextInputContext handleTSMEvent:] + 2781
    27  com.apple.AppKit                        0x00007fff8f2f364a _NSTSMEventHandler + 202
    28  com.apple.HIToolbox                     0x00007fff8d56cd1a DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1206
    29  com.apple.HIToolbox                     0x00007fff8d56c1e9 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 410
    30  com.apple.HIToolbox                     0x00007fff8d581fc9 SendEventToEventTarget + 40
    31  com.apple.HIToolbox                     0x00007fff8d5624c2 SendTSMEvent + 35
    32  com.apple.HIToolbox                     0x00007fff8d562040 SendUnicodeTextAEToUnicodeDoc + 477
    33  com.apple.HIToolbox                     0x00007fff8d561d72 TSMKeyEvent + 610
    34  com.apple.HIToolbox                     0x00007fff8d5b1fd5 TSMProcessRawKeyEvent + 2568
    35  com.apple.AppKit                        0x00007fff8f2f2297 -[NSTextInputContext handleEvent:] + 823
    36  com.apple.AppKit                        0x00007fff8f2f1ed7 -[NSView interpretKeyEvents:] + 183
    37  com.apple.AppKit                        0x00007fff8f23ed87 -[NSTextView keyDown:] + 723
    38  com.apple.AppKit                        0x00007fff8f45a050 -[NSWindow sendEvent:] + 9687
    39  com.apple.AppKit                        0x00007fff8f455674 -[NSApplication sendEvent:] + 5761
    40  com.apple.dt.IDEKit                     0x000000010dee568e -[IDEApplication sendEvent:] + 363
    41  com.apple.AppKit                        0x00007fff8f36b24a -[NSApplication run] + 636
    42  com.apple.AppKit                        0x00007fff8f30fc06 NSApplicationMain + 869
    43  com.apple.dt.Xcode                      0x000000010d291b6f 0x10d290000 + 7023
    44  com.apple.dt.Xcode                      0x000000010d291b00 0x10d290000 + 6912
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff866b4d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8d297dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8d2979ee _dispatch_mgr_thread + 54
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff866b2686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff866b1c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff87ea9233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff87eae916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff87eae0e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff86755b66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff867b3cd2 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff924e07a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff924cd1e1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff866b2686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff866b1c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff87ea9233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff87eae916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff87eae0e2 CFRunLoopRunSpecific + 290
    5   com.apple.DTDeviceKit                   0x000000011333d593 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 229
    6   com.apple.Foundation                    0x00007fff867b3cd2 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff924e07a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff924cd1e1 thread_start + 13
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff866b4322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff87eedf46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff924e07a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff924cd1e1 thread_start + 13
    Thread 5:: DYMobileDeviceManager
    0   libsystem_kernel.dylib                  0x00007fff866b2686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff866b1c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff87ea9233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff87eae916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff87eae0e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff867b8f5e -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.Foundation                    0x00007fff8675175a -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.Foundation                    0x00007fff867b3cd2 __NSThread__main__ + 1345
    8   libsystem_c.dylib                       0x00007fff924e07a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff924cd1e1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff866b46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff924e2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff924e2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff924cd1d1 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff866b46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff924e2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff924e2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff924cd1d1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff866b46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff924e2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff924e2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff924cd1d1 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff866b46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff924e2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff924e2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff924cd1d1 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff866b46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff924e2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff924e2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff924cd1d1 start_wqthread + 13
    Thread 11:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff866b40fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff924e4fe9 _pthread_cond_wait + 869
    2   com.apple.CoreVideo                     0x00007fff91d432a1 CVDisplayLink::runIOThread() + 689
    3   com.apple.CoreVideo                     0x00007fff91d42fd7 startIOThread(void*) + 148
    4   libsystem_c.dylib                       0x00007fff924e07a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff924cd1e1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff866b46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff924e2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff924e2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff924cd1d1 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff866b40fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff924e4fe9 _pthread_cond_wait + 869
    2   com.apple.Xcode.DevToolsCore            0x00000001113cc7e4 -[XCInvocationQueue _processInvocationsInThreadSlotNumber:] + 457
    3   com.apple.Foundation                    0x00007fff867b3cd2 __NSThread__main__ + 1345
    4   libsystem_c.dylib                       0x00007fff924e07a2 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff924cd1e1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff866b46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff924e2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff924e2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff924cd1d1 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff866b46d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff924e2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff924e2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff924cd1d1 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff866b2686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff866b1c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff87ea9233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff87eae916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff87eae0e2 CFRunLoopRunSpecific + 290
    5   com.apple.DebugSymbols                  0x00007fff87c5e590 SpotlightQueryThread(void*) + 356
    6   libsystem_c.dylib                       0x00007fff924e07a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff924cd1e1 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff866b4386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff9256a800 nanosleep + 163
    2   com.apple.CoreSymbolication             0x00007fff91caa358 0x7fff91c94000 + 90968
    3   libsystem_c.dylib                       0x00007fff924e07a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff924cd1e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5296d808  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5296d830  rsp: 0x00007fff5296d808
       r8: 0x00007fff773b9278   r9: 0x0000000000000000  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff5296d938  r13: 0x00007fff767360e0  r14: 0x00007fff773ba180  r15: 0x00000004026f61c0
      rip: 0x00007fff866b4212  rfl: 0x0000000000000206  cr2: 0x00007fff773b2ff0
    Logical CPU: 0
    Binary Images:
           0x10d290000 -        0x10d292ff7  com.apple.dt.Xcode (4.6.1 - 2067) <C9C3FF93-7FFF-3053-A4C2-B12276B69D86> /Applications/Xcode.app/Contents/MacOS/Xcode
           0x10d299000 -        0x10d5b9fff  com.apple.dt.DVTFoundation (4.6.1 - 2089) <C4552855-AC7A-36FD-BDDB-EF6626C3A125> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation
           0x10d6bc000 -        0x10d91aff7  com.apple.dt.DVTKit (4.6.1 - 2078) <9FA9F506-2F59-3763-BDF3-1959B56DB96C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit
           0x10da83000 -        0x10dd18ff7  com.apple.dt.IDEFoundation (4.6.1 - 2100) <47EB6FB5-C322-3542-A52B-C231857FEF44> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation
           0x10decf000 -        0x10e3adff7  com.apple.dt.IDEKit (4.6.1 - 2113) <201F8606-024E-3BE2-B5AB-94AF66A6AD61> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x10e6f3000 -        0x10e795fff  com.apple.PackageKit (3.0 - 260) <B9C3BB80-C2A3-3E9E-A9C0-EB58B5F42512> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x10e808000 -        0x10f035fff +libclang.dylib (425.0.27) <2A8F1CA5-F22D-3DEC-B074-DF9B659FFD83> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
           0x10f0a7000 -        0x10f0aaff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <C44FE3DF-38CD-39C6-9C8F-7E9A72A2C24A> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper
           0x10f2d4000 -        0x10f2d6fff  com.apple.dt.IDE.IDEAppleScriptEditor (4.6.1 - 2052) <8CDF9954-86AA-32DD-BD4A-9D5C5EC295FE> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Content s/MacOS/IDEAppleScriptEditor
           0x10f2db000 -        0x10f2ddff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (4.6.1 - 2083) <F390AAB3-DCA6-3849-9AF1-C473D28BCB41> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSuppor t.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport
           0x110879000 -        0x1108c5ff7  com.apple.DADocSetAccess (4.6.1 - 2054) <A2ACF769-A031-3D4D-B2EA-12A925AAC2A2> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess
           0x110975000 -        0x1109ccfff  com.apple.dt.IDE.IDEFindReplace (4.6.1 - 2061) <627D4C8F-2522-33D9-9E64-07183AF63E09> /Applications/Xcode.app/Contents/PlugIns/IDEFindReplace.ideplugin/Contents/MacO S/IDEFindReplace
           0x110a0c000 -        0x110a28ff7  com.apple.DADocSetManagement (4.6.1 - 2052) <8C273CDD-7895-3ABC-B084-3D1EB2A3DF84> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement
           0x110a8b000 -        0x110ad7fff  com.apple.dt.IDE.IDEDocViewer (4.6.1 - 2054) <85FB1ABC-547B-358A-BDA9-E74E7931FA38> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer
           0x110b16000 -        0x110e29fff  com.apple.dt.IDE.IDEInterfaceBuilderKit (4.6.1 - 3084) <11D3F121-D664-3AFF-885C-1F0CB8A4438E> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit
           0x111045000 -        0x1110b7fff  com.apple.dt.IBAutolayoutFoundation (1.0 - 1) <0B227929-73AC-3F73-9CCA-0F6862920EFF> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation
           0x1110fe000 -        0x111123fff  com.apple.dt.dbg.DebuggerFoundation (4.6.1 - 2083) <FB7FB212-5EEB-3439-947B-43F827E9DCC9> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation
           0x111145000 -        0x11114cfff  com.apple.dt.IDE.HexEditor (4.6.1 - 2053) <EA5091A9-EF47-3F3B-9F21-455DD4DA8B7B> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor
           0x111156000 -        0x11118dfff +com.ridiculousfish.HexFiendFramework (4.6.1 - 2053) <A335FD49-9D87-3050-B178-0C71D6A4BEA3> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend
           0x1111b4000 -        0x11121dfff  com.apple.dt.dbg.DebuggerUI (4.6.1 - 2083) <78DEA1A9-FDF6-33ED-AD13-73DCA1B3D9E6> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI
           0x111275000 -        0x11128efff  com.apple.dt.IDE.IDEQuickHelp (4.6.1 - 2062) <FC097A5C-C4F9-3EF6-838D-D35F87AA31F0> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp
           0x1112a7000 -        0x1112bfff7  com.apple.dt.IDE.SharedPlugInUtilities (4.6.1 - 2052) <F3D29B2C-BFAC-3B06-B2D7-0431E8B966C8> /Applications/Xcode.app/Contents/PlugIns/SharedPlugInUtilities.ideplugin/Conten ts/MacOS/SharedPlugInUtilities
           0x1112cf000 -        0x1112e9ff7  com.apple.dt.IDE.Xcode3Core (4.6.1 - 2110) <8120BED3-9E06-3307-BD12-0563990144A5> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core
           0x1112fc000 -        0x11158ffff  com.apple.Xcode.DevToolsCore (6.6.1 - 2110) <3BB88B3C-9029-3ACA-80CE-202B94CCC3EF> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x1116df000 -        0x1116e8ff7  com.apple.DevToolsFoundation (6.6.1 - 2110) <968160FB-0778-3D27-8427-17ED38E69AFA> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x1116f3000 -        0x111729fff  com.apple.Xcode.DevToolsSupport (6.6.1 - 2110) <EC8F0DCC-5121-3BFB-9985-4E159DAABB42> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x1117cb000 -        0x1118ddfff  com.apple.dt.IDE.Xcode3UI (4.6.1 - 2110) <455C49AF-639E-349B-8526-3E74A8B9C583> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI
           0x11199b000 -        0x111a31ff7  com.apple.dt.IDE.IDESourceEditor (4.6.1 - 2063) <B87396F5-06F5-3502-906D-C7491EF1C084> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor
           0x11225a000 -        0x11225dff7  com.apple.dt.IDE.IDEInterfaceBuilderAutomator (4.6.1 - 2053) <A4A5BE93-F04F-3C73-9962-12D37FE5FD5C> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderAutomator.ideplugin /Contents/MacOS/IDEInterfaceBuilderAutomator
           0x112463000 -        0x112465fff  com.apple.dt.dbg.DebuggerGDBService (4.6.1 - 2083) <2EE8B833-95B7-384B-8D30-468BEF8FF13D> /Applications/Xcode.app/Contents/PlugIns/DebuggerGDBService.ideplugin/Contents/ MacOS/DebuggerGDBService
           0x11246b000 -        0x11246dfff  com.apple.dt.dbg.DebuggerLLDBService (4.6.1 - 2083) <B59877A4-D301-372D-BB33-A7B05EBB43F2> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService
           0x112473000 -        0x112527fff  com.apple.dt.IDE.IDEiPhoneSupport (4.6.1 - 2090) <5A60C6EA-B729-36E3-9AC8-A23EC8700580> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPho neSupport
           0x1125b5000 -        0x1125e4ff7  com.apple.framework.ConfigurationProfiles (5.3 - 548) <7F37BCC8-2F44-35BD-A630-628CE0539C23> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles
           0x1125fd000 -        0x112628ff7  com.apple.DTDeviceKitBase (4.6.1 - 2083) <7774B241-C28E-3C58-98F9-4964F3E94905> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
           0x112647000 -        0x11265fff7  com.apple.DeviceLinkX (5.0 - 260) <8176EBAB-D996-3DEE-B5A7-B8FD5FAD24DA> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x11266e000 -        0x11268cff7  com.apple.dt.IDE.IDEArchivedApplicationsViewer (4.6.1 - 2053) <BD749CD4-937C-3A19-962A-D6CE8CAA907E> /Applications/Xcode.app/Contents/PlugIns/IDEArchivedApplicationsViewer.ideplugi n/Contents/MacOS/IDEArchivedApplicationsViewer
           0x1126a9000 -        0x1126b3ff7  com.apple.DVTiPhoneSimulatorRemoteClient (4.6.1 - 2056) <4A8D5035-391B-38E3-9917-290A652A695B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Vers ions/A/DVTiPhoneSimulatorRemoteClient
           0x112ff0000 -        0x113002ff7  com.apple.dt.IDE.IDECodeSnippetLibrary (4.6.1 - 2055) <12173A10-C00D-3FFD-8141-3A5ECA85FD01> /Applications/Xcode.app/Contents/PlugIns/IDECodeSnippetLibrary.ideplugin/Conten ts/MacOS/IDECodeSnippetLibrary
           0x113334000 -        0x1133b3fff  com.apple.DTDeviceKit (4.2 - 2083) <53436735-541B-377A-9FEA-434AB9BF54A9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
           0x11340c000 -        0x1134a9fff  com.apple.mobiledevice (555.43 - 555.43) <4460453F-C565-36B8-B1B8-6626AF98CBB5> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x113575000 -        0x113585ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoa (4.6.1 - 2053) <A15B08BD-482C-3BAD-8055-714A04E25132> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoa.ideplugin/Con tents/MacOS/IDEInterfaceBuilderCocoa
           0x1135d4000 -        0x1135d9fff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <39BF351C-010A-3CBB-AE72-265C5C809E1B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x1145e0000 -        0x11471fff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (4.6.1 - 3084) <7E646431-E058-3B18-AC28-EB4A4BCF8C9F> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x114808000 -        0x114834ff7  com.apple.DiscRecordingUI (7.0 - 7000.2.4) <2E96BC28-0C60-3ED4-9BEB-6159EAD5F76F> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x115263000 -        0x1152abff7  com.apple.glut (3.5.2 - GLUT-3.5.2) <A82DC750-C5E2-3833-8C8D-EA317B8BA260> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x11531f000 -        0x1154c9ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (4.6.1 - 2083) <8EB3827E-E087-3766-996B-D77900CF4421> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
           0x115585000 -        0x11598efff  com.apple.SceneKit (3.2 - 155.5) <206ECA89-60D1-3825-85D0-A8590AB7C559> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
           0x115d0b000 -        0x115e60ff7  com.apple.audio.units.Components (1.8 - 1.8) <CF8813FC-2BF8-33F6-AA0E-8F0529B32081> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x115ee9000 -        0x115ef3fff  com.apple.xcode.plug-in.CoreBuildTasks (6.6.1 - 2110) <592F3D6C-1CB1-3D50-8B27-20F77710A5A6> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks
           0x115efc000 -        0x115f00fff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <4B68EDBE-376B-31F3-8593-EB127F106BDE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
           0x115f1d000 -        0x115f2fff7  com.apple.dt.IDE.IDEStructureNavigator (4.6.1 - 2053) <D4652E15-364A-37EB-94D6-52F2DA20A29D> /Applications/Xcode.app/Contents/PlugIns/IDEStructureNavigator.ideplugin/Conten ts/MacOS/IDEStructureNavigator
           0x115f3d000 -        0x115fd0ff7  com.apple.dt.gpu.GPUDebuggerFoundation (4.6.1 - 111) <6A4DBE9F-BE0E-3FA8-8787-E7C4D761E9D8> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation
           0x116020000 -        0x11606afff  com.apple.GPUTools (1.0 - 149) <2371A169-5A90-3218-AA69-FC55380C6592> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools
           0x116097000 -        0x11610fff7  com.apple.GPUToolsCore (1.0 - 149) <44B5923D-59B6-3F40-9CE2-D63395976A19> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore
           0x11614e000 -        0x1161f4fff  com.apple.GPUToolsAnalysis (1.0 - 36.16) <A648D226-EFA9-3405-8532-D1CE9D31ECA7> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Ve rsions/A/GPUToolsAnalysis
           0x116231000 -        0x1162a8fff  com.apple.GPUToolsServices (1.0 - 36.16) <F583C142-55CA-356E-B52A-85994F68F91C> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Ve rsions/A/GPUToolsServices
           0x1162f9000 -        0x1162fdff7  com.apple.dt.gpu.GPUTraceDebugger (4.6.1 - 111) <4AB11DEB-FD9D-3390-B1A0-D3BA38890AE3> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger
           0x116304000 -        0x11630dff7  com.apple.dt.gpu.GPUDebuggerKit (4.6.1 - 111) <7DD0073E-6DD9-3733-9446-7B52845102C0> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit
           0x11631c000 -        0x1163abfff  com.apple.dt.gpu.GPUTraceDebuggerUI (4.6.1 - 111) <260182FF-BE69-3AC9-B6AB-BE0BE7330AFF> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI
           0x1163e9000 -        0x116459ff7  com.apple.dt.gpu.GPURenderTargetEditor (4.6.1 - 111) <1BDA0957-EC78-37AF-AC12-42938F6FDC03> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Conten ts/MacOS/GPURenderTargetEditor
           0x1164aa000 -        0x1164b0fff  com.apple.GPUToolsInterface (1.0 - 36.16) <9D3C1887-9EFA-3885-993D-6ACCD18B269E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface
           0x1164b8000 -        0x1164f0fff  com.apple.dt.IDE.IDERepositoryViewer (4.6.1 - 2053) <9F559D13-DB98-3F0E-AD11-491DBE97607F> /Applications/Xcode.app/Contents/PlugIns/IDERepositoryViewer.ideplugin/Contents /MacOS/IDERepositoryViewer
           0x116b43000 -        0x116b75ff7  com.apple.dt.IDE.IDELogNavigator (4.6.1 - 2053) <EF5844D3-B1E1-3D35-8115-1F65176F4AE8> /Applications/Xcode.app/Contents/PlugIns/IDELogNavigator.ideplugin/Contents/Mac OS/IDELogNavigator
           0x116b9b000 -        0x116ba3ff7  com.apple.dt.ScriptingDefinitionEditor (4.6.1 - 2052) <51DEC59C-3741-39B5-A7CF-66BC85368717> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Co ntents/MacOS/ScriptingDefinitionEditor
           0x116bab000 -        0x116be4fff  com.apple.dt.IDE.IDESceneKitEditor (4.6.1 - 2054) <E1A8260C-C894-343F-B8F9-C29D47424D3D> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/M acOS/IDESceneKitEditor
           0x116c9b000 -        0x116caffff  com.apple.dt.IDE.IDERTFEditor (4.6.1 - 2052) <0BAFC2A1-9897-3E58-B66A-6591458A57D0> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/ IDERTFEditor
           0x116cc1000 -        0x116ccaff7  com.apple.dt.PlistEditor (4.6.1 - 2054) <CF56F041-D702-319F-9C8B-A4EC115801A7> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/P listEditor
           0x116cd6000 -        0x116daafff  com.apple.dt.IDE.IDEModelEditor (4.6.1 - 2061) <77B4E1C8-4336-3EED-BEBD-4BA33EC3FD18> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacO S/IDEModelEditor
           0x116e3a000 -        0x116ea1ff7  com.apple.dt.IDE.IDEModelFoundation (4.6.1 - 2061) <90D06316-0607-3FB0-8756-69072FBA4494> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/ MacOS/IDEModelFoundation
           0x116fbb000 -        0x116fc0fff  com.apple.dt.IDE.IDEPDFViewer (4.6.1 - 2054) <3AE07D4A-E4FA-341D-8896-F3296801E403> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/ IDEPDFViewer
           0x116fc8000 -        0x116fd3ff7  com.apple.dt.IDE.IDEProjectsOrganizer (4.6.1 - 2052) <759D22C7-B3B8-3661-ACA6-B41E9F56B9D8> /Applications/Xcode.app/Contents/PlugIns/IDEProjectsOrganizer.ideplugin/Content s/MacOS/IDEProjectsOrganizer
           0x116fdf000 -        0x11700efff  com.apple.dt.gpu.GPUDebuggeriOSSupport (4.6.1 - 51.11) <C3D16542-3AE4-3AAB-98F2-B825358757FC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GP UDebuggeriOSSupport
           0x117033000 -        0x117043fff  com.apple.GPUToolsMobileFoundation (1.0 - 52.16) <F6E82147-CD3B-34A6-B21C-D437543E36AF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToo lsMobileFoundation
           0x117052000 -        0x1170a4fff  com.apple.GPUToolsExpert (1.0 - 52.16) <80AA8402-ECFC-3384-AABA-C6BCC19DD869> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/PrivateFrameworks/GPUToolsExpert.framework/Versions/A/GPUToolsExpert
           0x1170e5000 -        0x1170fbfff  com.apple.dt.IDE.IDESymbolNavigator (4.6.1 - 2053) <2967DC03-A887-3933-9CB8-9FA893FE13C6> /Applications/Xcode.app/Contents/PlugIns/IDESymbolNavigator.ideplugin/Contents/ MacOS/IDESymbolNavigator
           0x11710e000 -        0x11711bfff  com.apple.dt.IDE.IDEIssueNavigator (4.6.1 - 2053) <760DA6B2-78FC-3803-8B65-979440BA7823> /Applications/Xcode.app/Contents/PlugIns/IDEIssueNavigator.ideplugin/Contents/M acOS/IDEIssueNavigator
           0x117126000 -        0x117134fff  com.apple.dt.IDE.IDEQuickLookEditor (4.6.1 - 2052) <1AE36D51-137B-314D-8E6E-598D22CC92C6> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/ MacOS/IDEQuickLookEditor
           0x1171c9000 -        0x1171effff  libPDFRIP.A.dylib (331.0.4) <27A183A6-EB7D-3CAD-928A-CAF6E3492CA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x1172a0000 -        0x1172b8fff  com.apple.gputools.MobileAnalysis (1.0 - 52.16) <27FABF5A-D533-3BBF-9F75-1319FA7E7222> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/GPUTools/PlugIns/MobileAnalysis.gtplugin/Contents/MacOS/MobileAnalysis
           0x118c6e000 -        0x118c6fffb +cl_kernels (???) <11160033-E73C-4DD5-B182-05B7F3445BE4> cl_kernels
           0x118d1f000 -        0x118d1fffb +cl_kernels (???) <AB7F5ECB-F007-4B78-B6C2-CF15DAA71498> cl_kernels
           0x118d28000 -        0x118d28ff9 +cl_kernels (???) <468E5CEE-505C-4901-8915-926FD2C15056> cl_kernels
           0x118d37000 -        0x118d40fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x118db8000 -        0x118e52ff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x11900a000 -        0x11900bffa +cl_kernels (???) <7D6A4BD5-F372-4357-B234-CF23C131E8C4> cl_kernels
           0x11933a000 -        0x1194f8fff  GLEngine (8.7.25) <8398B57C-EE2D-3006-940C-CECE8E719D3B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11952f000 -        0x11969ffff  libGLProgrammability.dylib (8.7.25) <EE2DD8AF-C6C3-303D-976E-87B4AABF8371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x1196d7000 -        0x11998ffff  com.apple.ATIRadeonX2000GLDriver (8.10.44 - 8.1.0) <7D70DE9A-6C60-36EE-BDB1-712331A1756C> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
           0x1199ec000 -        0x1199f9fff  libGPUSupport.dylib (8.7.25) <F884DCD6-8234-3D23-BEC6-4EC4CE5101EF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x119a00000 -        0x119a2bfff  GLRendererFloat (8.7.25) <BB54593F-07F0-392A-8993-CA844F4A20E8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x119a35000 -        0x119a44fff  com.apple.dt.IDE.IDESubversion (4.6.1 - 2058) <3002287F-783C-345B-B7E1-5E45ECA4CDFA> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS /IDESubversion
           0x119c72000 -        0x119c77ff7  com.apple.dt.IDE.IDEInstrumentsService (4.6.1 - 2083) <BDB82F9F-C85E-3034-AF1A-79E8E9980512> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Conten ts/MacOS/IDEInstrumentsService
           0x119c7f000 -        0x119c81fff  com.apple.dt.IDE.IDEAppleScriptCore (4.6.1 - 2052) <7009A193-71D7-390E-AF56-124749DE963A> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/ MacOS/IDEAppleScriptCore
           0x119c87000 -        0x119c88ffb +cl_kernels (???) <0D05CAAA-F76C-4F53-8E65-D405BA0D28DE> cl_kernels
           0x11a4dd000 -        0x11a4f1ff7  com.apple.dt.IDE.IDEGit (4.6.1 - 2060) <66B01AF1-2DAB-3A27-A76E-1B649F569449> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
        0x7fff6ce90000 -     0x7fff6cec493f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff858f5000 -     0x7fff858fdfff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff858fe000 -     0x7fff859d1ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <E5F3F320-1049-32D8-8189-916EF5C40A1A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff859d2000 -     0x7fff85e0efff  com.apple.VideoToolbox (1.0 - 926.87) <7319477A-4A3D-3233-AAD1-31F9C9429DA7> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff85e0f000 -     0x7fff85e5eff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff85e5f000 -     0x7fff85e6eff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff85e6f000 -     0x7fff85e7dff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff85e7e000 -     0x7fff85ecdff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff85f12000 -     0x7fff85f13ff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff85f14000 -     0x7fff85f14fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff85f15000 -     0x7fff85f18fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff85f30000 -     0x7fff85f81ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff85f82000 -     0x7fff85fdfff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff85fe0000 -     0x7fff860b2ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8616c000 -     0x7fff861a2fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff861a3000 -     0x7fff861a7fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff861ff000 -     0x7fff8620cff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8620d000 -     0x7fff86257ff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff86258000 -     0x7fff8627aff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8627b000 -     0x7fff86429fff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff866a2000 -     0x7fff866bdff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
        0x7fff866be000 -     0x7fff866d4fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff866d5000 -     0x7fff86718ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8671e000 -     0x7fff86a7bff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff86a7c000 -     0x7fff86a8bfff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff86a8c000 -     0x7fff86ae3ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff86ae4000 -     0x7fff86b51ff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff86bd5000 -     0x7fff86c09fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff86c4c000 -     0x7fff86e81ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff86e82000 -     0x7fff86e83ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff86e84000 -     0x7fff87128ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff871fb000 -     0x7fff8725afff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8725b000 -     0x7fff87293fff  libncurses.5.4.dylib (37.3) <68D5B5F5-8252-3F1E-AFF1-C6AFE145DBC1> /usr/lib/libncurses.5.4.dylib
        0x7fff872ef000 -     0x7fff872efffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff872f0000 -     0x7fff8733cff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8733d000 -     0x7fff8775afff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff87764000 -     0x7fff87790fff  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff87791000 -     0x7fff8784eff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8784f000 -     0x7fff8787afff  com.apple.datadetectors (4.0 - 199.0) <4FE34A35-8DE1-3A43-8586-4B2ED03F2D84> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff8787b000 -     0x7fff87986fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff87987000 -     0x7fff879a8fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff879ae000 -     0x7fff87acefff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff87acf000 -     0x7fff87b0eff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff87b0f000 -     0x7fff87b31ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff87b32000 -     0x7fff87c5cff7  com.apple.avfoundation (2.0 - 361.32) <E99A8D44-3283-377D-AF56-65F9651CEA8E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff87c5d000 -     0x7fff87c93fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff87c95000 -     0x7fff87d15ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff87d16000 -     0x7fff87d6bff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff87d6c000 -     0x7fff87ddafff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff87ddb000 -     0x7fff87dddfff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff87dde000 -     0x7fff87e78fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff87e79000 -     0x7fff88063ff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff88064000 -     0x7fff8817c92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff881da000 -     0x7fff882f3fff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8840e000 -     0x7fff8841afff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8841b000 -     0x7fff88812fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff88813000 -     0x7fff8886aff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8886b000 -     0x7fff88b06fff  com.apple.JavaScriptCore (8536 - 8536.28.10) <BC911515-D051-3E2E-8E57-D36878407C60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff88b07000 -     0x7fff88b32fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff88b33000 -     0x7fff88b5bff7  com.apple.SystemConfiguration.EAP8021X (12.0.0 - 12.0) <50EAD1D3-E866-314E-B998-64D1B882A176> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
        0x7fff88b5c000 -     0x7fff88b8dff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff88b8e000 -     0x7fff88ba2fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff88ba3000 -     0x7fff88bd1fff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff88c4a000 -     0x7fff88c5dff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff88c5e000 -     0x7fff88c8cff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff88d7e000 -     0x7fff88dc1ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff88dc5000 -     0x7fff88e2dff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff88e2e000 -     0x7fff88e87fff  com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <D6A71984-8FA2-396

    Hi,
    Here is the information I found out according the event logs:
    Event ID 10: Event ID 10 is logged in the Application log after you install  Service Pack 1 for Windows 7 or Windows Server 2008 R2
    Some other resources:
    Event ID: 1002 Source: Application Hang
    Event ID: 1000 Source: Application Error
    Please note: Since the website is not host by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Best regards
    Michael Shao
    TechNet Community Support

  • Safari, Aperture and xcode crashes after installing patches

    I had problems installing MountainLion on one of my Mac Pro Early 2008. After that I reinstalled Lion on a new harddisk and now I cannot run Safari, Aperture or xCode without crashing.
    If I install Lion on a new clean harddisk, everything works fine. But after updating the machine with the latest patches it starts crashing again.
    Here is the long version of the story:
    The Early 2008 Mac Pro worked fine with Lion for a long time. It is a standard configurated Mac Pro, but I have replaced the graphics card with a GT120 from one of my other Macs. Still it worked fine. Then I wanted to upgrade to Mountain Lion, but the upgrade hung on the first reboot. When I tried to roll back to Lion I experienced many strange crashes and had a unstable system. I then reinstalled Lion (clean install on a formatted hd). I still got strange crashes in Safari.
    Yesterday I installed a new HD, new Memory and reinstalled Lion from scratch (clean install). I installed most of my bought applications, and everything worked fine. But after running the software update it is back to unstability and crashes again. Safari crashes upon loading the first web-page, xcode crashes when trying to compile, and Aperture crashes when I try to navigate into any project.
    Any help appreciated.
    Below is the crash report from Safari:
    Process:        Safari [1551]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:        6.0.2 (7536.26.17)
    Build Info:      WebBrowser-7536026017000000~2
    Code Type:      X86-64 (Native)
    Parent Process:  launchd [185]
    Date/Time:      2012-11-09 08:57:04.784 +0100
    OS Version:      Mac OS X Server 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          1294 sec
    Crashes Since Last Report:          9
    Per-App Interval Since Last Report:  1018 sec
    Per-App Crashes Since Last Report:  1
    Anonymous UUID:                      6101C08E-06A7-4F62-94D9-08243B99203B
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000002
    VM Regions Near 0x2:
    -->
        __TEXT                00000001084cc000-00000001084cd000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    objc[1551]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0  com.apple.WebKit2                    0x0000000109376884 ***::HashTableAddResult<***::HashTableIterator<unsigned int, std::__1::pair<unsigned int, WorkQueue::EventSource*>, ***::PairFirstExtractor<std::__1::pair<unsigned int, WorkQueue::EventSource*> >, ***::IntHash<unsigned int>, ***::HashMapValueTraits<***::HashTraits<unsigned int>, ***::HashTraits<WorkQueue::EventSource*> >, ***::HashTraits<unsigned int> > > ***::HashTable<unsigned int, std::__1::pair<unsigned int, WorkQueue::EventSource*>, ***::PairFirstExtractor<std::__1::pair<unsigned int, WorkQueue::EventSource*> >, ***::IntHash<unsigned int>, ***::HashMapValueTraits<***::HashTraits<unsigned int>, ***::HashTraits<WorkQueue::EventSource*> >, ***::HashTraits<unsigned int> >::add<***::HashMapTranslator<***::HashMapValueTraits<***::HashTraits<unsigned int>, ***::HashTraits<WorkQueue::EventSource*> >, ***::IntHash<unsigned int> >, unsigned int, WorkQueue::EventSource*>(unsigned int const&, WorkQueue::EventSource* const&) + 248
    1  com.apple.WebKit2                    0x00000001093764fa WorkQueue::registerMachPortEventHandler(unsigned int, WorkQueue::MachPortEventType, ***::Function<void ()()> const&) + 222
    2  com.apple.WebKit2                    0x00000001092737cf CoreIPC::Connection::open() + 341
    3  com.apple.WebKit2                    0x00000001092734d0 WebKit::WebProcessProxy::didFinishLaunching(unsigned int) + 126
    4  com.apple.WebCore                  0x000000010a02757c WebCore::RunLoop::performWork() + 156
    5  com.apple.WebCore                  0x000000010a027c17 WebCore::RunLoop::performWork(void*) + 71
    6  com.apple.CoreFoundation                  0x00007fff8e7c84f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    7  com.apple.CoreFoundation                  0x00007fff8e7c7e1c __CFRunLoopDoSources0 + 444
    8  com.apple.CoreFoundation                  0x00007fff8e7eeb49 __CFRunLoopRun + 905
    9  com.apple.CoreFoundation                  0x00007fff8e7ee486 CFRunLoopRunSpecific + 230
    10  com.apple.HIToolbox                0x00007fff9159c2bf RunCurrentEventLoopInMode + 277
    11  com.apple.HIToolbox                0x00007fff915a34bf ReceiveNextEventCommon + 181
    12  com.apple.HIToolbox                0x00007fff915a33fa BlockUntilNextEventMatchingListInMode + 62
    13  com.apple.AppKit                      0x00007fff87083779 _DPSNextEvent + 659
    14  com.apple.AppKit                      0x00007fff8708307d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    15  com.apple.Safari.framework                0x000000010852434f -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 162
    16  com.apple.AppKit                      0x00007fff8707f9b9 -[NSApplication run] + 470
    17  com.apple.AppKit                      0x00007fff872fbeac NSApplicationMain + 867
    18  com.apple.Safari.framework                0x00000001086e935a SafariMain + 166
    19  com.apple.Safari                      0x00000001084ccf2c 0x1084cc000 + 3884
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0  libsystem_kernel.dylib              0x00007fff87f037e6 kevent + 10
    1  libdispatch.dylib            0x00007fff88378786 _dispatch_mgr_invoke + 923
    2  libdispatch.dylib            0x00007fff88377316 _dispatch_mgr_thread + 54
    Thread 2:
    0  libsystem_kernel.dylib              0x00007fff87f03192 __workq_kernreturn + 10
    1  libsystem_c.dylib                        0x00007fff88437594 _pthread_wqthread + 758
    2  libsystem_c.dylib                        0x00007fff88438b85 start_wqthread + 13
    Thread 3:
    0  libsystem_kernel.dylib              0x00007fff87f03192 __workq_kernreturn + 10
    1  libsystem_c.dylib                        0x00007fff88437594 _pthread_wqthread + 758
    2  libsystem_c.dylib                        0x00007fff88438b85 start_wqthread + 13
    Thread 4:: WebCore: IconDatabase
    0  libsystem_kernel.dylib              0x00007fff87f02bca __psynch_cvwait + 10
    1  libsystem_c.dylib                        0x00007fff88439274 _pthread_cond_wait + 840
    2  com.apple.WebCore                  0x00000001095a5b9b WebCore::IconDatabase::syncThreadMainLoop() + 107
    3  com.apple.WebCore                  0x00000001095a36b4 WebCore::IconDatabase::iconDatabaseSyncThread() + 500
    4  com.apple.JavaScriptCore        0x0000000108edb38f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5  libsystem_c.dylib                        0x00007fff884358bf _pthread_start + 335
    6  libsystem_c.dylib                        0x00007fff88438b75 thread_start + 13
    Thread 5:: CoreAnimation render server
    0  libsystem_kernel.dylib              0x00007fff87f0167a mach_msg_trap + 10
    1  libsystem_kernel.dylib              0x00007fff87f00d71 mach_msg + 73
    2  com.apple.QuartzCore              0x00007fff8c3f9df5 CA::Render::Server::server_thread(void*) + 184
    3  com.apple.QuartzCore              0x00007fff8c3f9d35 thread_fun + 24
    4  libsystem_c.dylib                        0x00007fff884358bf _pthread_start + 335
    5  libsystem_c.dylib                        0x00007fff88438b75 thread_start + 13
    Thread 6:
    0  libsystem_kernel.dylib              0x00007fff87f03192 __workq_kernreturn + 10
    1  libsystem_c.dylib                        0x00007fff88437594 _pthread_wqthread + 758
    2  libsystem_c.dylib                        0x00007fff88438b85 start_wqthread + 13
    Thread 7:: Dispatch queue: com.apple.CoreIPC.ReceiveQueue
    0  com.apple.WebKit2                    0x0000000109274272 _ZN7CoreIPCL16readFromMachPortEjRN3***6VectorIcLm4164EEE + 0
    1  com.apple.WebKit2                    0x0000000109273ef7 CoreIPC::Connection::receiveSourceEventHandler() + 81
    2  libdispatch.dylib            0x00007fff8837b497 _dispatch_source_invoke + 649
    3  libdispatch.dylib            0x00007fff8837813f _dispatch_queue_invoke + 71
    4  libdispatch.dylib            0x00007fff8837829c _dispatch_queue_drain + 210
    5  libdispatch.dylib            0x00007fff8837812e _dispatch_queue_invoke + 54
    6  libdispatch.dylib            0x00007fff88377928 _dispatch_worker_thread2 + 198
    7  libsystem_c.dylib                        0x00007fff884373da _pthread_wqthread + 316
    8  libsystem_c.dylib                        0x00007fff88438b85 start_wqthread + 13
    Thread 8:
    0  libsystem_kernel.dylib              0x00007fff87f03192 __workq_kernreturn + 10
    1  libsystem_c.dylib                        0x00007fff88437594 _pthread_wqthread + 758
    2  libsystem_c.dylib                        0x00007fff88438b85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000019  rcx: 0x00000000a4e87f57  rdx: 0x000000010c0a1990
      rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x00007fff680ca5b0  rsp: 0x00007fff680ca580
      r8: 0x000000000000003f  r9: 0x0000000000007b03  r10: 0x000000010c0a1800  r11: 0x00007fe987600380
      r12: 0x00007fff680ca5e4  r13: 0x000000010c0a0cc0  r14: 0x00007fff680ca5c0  r15: 0x0000000000000002
      rip: 0x0000000109376884  rfl: 0x0000000000010246  cr2: 0x0000000000000002
    Logical CPU: 1
    Binary Images:
          0x1084cc000 -        0x1084ccfff  com.apple.Safari (6.0.2 - 7536.26.17) <712FC0E4-1F7C-3C6F-A65F-8F9EDE304463> /Applications/Safari.app/Contents/MacOS/Safari
          0x1084d7000 -        0x108979fff  com.apple.Safari.framework (7536 - 7536.26.17) <8C9589AE-EA24-3360-812B-DBAE560FBE7F> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
          0x108c9d000 -        0x108f37ff7  com.apple.JavaScriptCore (7536 - 7536.26.15) <DE475475-D66E-3BF3-9AA6-422601989CF6> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
          0x108fea000 -        0x10916efff  com.apple.WebKit (7536 - 7536.26.17) <8FC2CDD6-82DB-3ECE-A5C1-5CDA0E0575F1> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
          0x109261000 -        0x10943bff7  com.apple.WebKit2 (7536 - 7536.26.17) <581B0D94-3749-3DFC-B15B-68E026AF5942> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
          0x10959f000 -        0x10a545ff7  com.apple.WebCore (7536 - 7536.26.15) <BB07086A-227A-3817-BFED-4DF34E04CD56> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
          0x10c426000 -        0x10c426ff1 +cl_kernels (??? - ???) <6C1A1398-2431-42A0-8ECD-47917326FD61> cl_kernels
          0x10c462000 -        0x10c465ff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
          0x10c46c000 -        0x10c46dff3 +cl_kernels (??? - ???) <1F17FCB2-D62E-425A-A5DB-865C6526DCE2> cl_kernels
          0x10f101000 -        0x10f10bfef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
          0x10f11b000 -        0x10f1baff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
          0x10f271000 -        0x10f272ff3 +cl_kernels (??? - ???) <FE497C55-C5CF-463D-ADF8-00D070355DCE> cl_kernels
          0x10f29f000 -        0x10f2a0ff2 +cl_kernels (??? - ???) <C6A435CF-57AE-46B0-A636-3A4283924DBE> cl_kernels
        0x7fff680cc000 -    0x7fff68100baf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
        0x7fff866a1000 -    0x7fff866a7fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff866a8000 -    0x7fff866b7fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff867a2000 -    0x7fff86bcffff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff86bd0000 -    0x7fff86ce9fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff86df7000 -    0x7fff86e04fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff86e05000 -    0x7fff86e17ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff86e46000 -    0x7fff86e6afff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff86e6b000 -    0x7fff86e71fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
        0x7fff86e78000 -    0x7fff8707afff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
        0x7fff8707b000 -    0x7fff87c81fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff87c82000 -    0x7fff87d8ffff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff87d90000 -    0x7fff87de4ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff87e1b000 -    0x7fff87e32fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff87e8f000 -    0x7fff87eebff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff87eec000 -    0x7fff87f0cfff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
        0x7fff87f3d000 -    0x7fff87fb3ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
        0x7fff8813f000 -    0x7fff8813ffff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff88140000 -    0x7fff88235fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff88250000 -    0x7fff88334ff7  com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff88335000 -    0x7fff88374fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff88375000 -    0x7fff88383fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
        0x7fff88384000 -    0x7fff883b9fff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff883ba000 -    0x7fff883e0fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff883e1000 -    0x7fff883e6fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff883e7000 -    0x7fff884c4fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff884c5000 -    0x7fff884edfff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff88557000 -    0x7fff88559ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8855a000 -    0x7fff88873fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff88c9f000 -    0x7fff88cc8fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff88cc9000 -    0x7fff88ccafff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff88ccb000 -    0x7fff88cf6ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff88d43000 -    0x7fff88d48fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
        0x7fff88d49000 -    0x7fff88d4efff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff88d78000 -    0x7fff88fa2fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff88fa3000 -    0x7fff890a5fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff89118000 -    0x7fff8913cfff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8918a000 -    0x7fff891ceff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff89433000 -    0x7fff894b6fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8a18d000 -    0x7fff8a195fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8a20b000 -    0x7fff8a317fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8a59b000 -    0x7fff8a5d5fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8a5d6000 -    0x7fff8a6ddfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff8a6de000 -    0x7fff8a6dfff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8a959000 -    0x7fff8a9bbff7  com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8ace0000 -    0x7fff8ae3dfff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8ae3e000 -    0x7fff8ae55fff  com.apple.CFOpenDirectory (10.7 - 146) <F321AE12-9592-3E56-AB8D-A47BA4696A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8ae64000 -    0x7fff8ae80ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8aecf000 -    0x7fff8aed2fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8aed3000 -    0x7fff8afb2fff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8afb3000 -    0x7fff8afd4fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8b001000 -    0x7fff8b041fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff8b042000 -    0x7fff8b056ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8b05f000 -    0x7fff8b643fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8b648000 -    0x7fff8b6eafff  com.apple.securityfoundation (5.0 - 55116) <70CDC3ED-39AA-3784-8715-F0F5E2CB9754> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8b6eb000 -    0x7fff8b73dff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8b73e000 -    0x7fff8b741fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff8bef1000 -    0x7fff8bef1fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8bef2000 -    0x7fff8bef6fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8bf13000 -    0x7fff8bf55ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8bf56000 -    0x7fff8bf68ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff8bf69000 -    0x7fff8bf7cff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
        0x7fff8c365000 -    0x7fff8c365fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8c366000 -    0x7fff8c385fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
        0x7fff8c386000 -    0x7fff8c3e6fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8c3e7000 -    0x7fff8c3e7fff  com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8c3e8000 -    0x7fff8c3ecfff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8c3ed000 -    0x7fff8c3f6ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff8c3f7000 -    0x7fff8c597ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8c598000 -    0x7fff8c81dfff  com.apple.RawCamera.bundle (4.01 - 666) <BBDA55DD-6155-39B5-9D55-5CCCCFF26D98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8c81e000 -    0x7fff8c830ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff8c831000 -    0x7fff8c92bff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8c975000 -    0x7fff8c9f9ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8ca4c000 -    0x7fff8cad1ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8cad2000 -    0x7fff8cc08fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8cc09000 -    0x7fff8cc26fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff8cc89000 -    0x7fff8cccdff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8ccce000 -    0x7fff8ccf7ff7  com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8ccf8000 -    0x7fff8ccfffff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
        0x7fff8cd02000 -    0x7fff8ce07fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8ce08000 -    0x7fff8ce13ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff8ce21000 -    0x7fff8ce21fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8ce53000 -    0x7fff8ceedff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8cf7e000 -    0x7fff8d01ffff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8d3cb000 -    0x7fff8d3cbfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8d3cc000 -    0x7fff8d40efff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8d40f000 -    0x7fff8d425ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8d432000 -    0x7fff8d74efff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8d74f000 -    0x7fff8d82dfff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <F434B351-AE30-3D1B-9DAF-4581D080D2BC> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8d82e000 -    0x7fff8d85bfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib
        0x7fff8e191000 -    0x7fff8e207fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8e208000 -    0x7fff8e215ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <DFAB8CA8-CC9D-3F58-8C12-CE120442AACD> /usr/lib/libbz2.1.0.dylib
        0x7fff8e233000 -    0x7fff8e238fff  com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8e6ca000 -    0x7fff8e6e7ff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8e6f6000 -    0x7fff8e73fff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8e742000 -    0x7fff8e7b5fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff8e7b6000 -    0x7fff8e98aff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8e9b3000 -    0x7fff8ea0eff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8ea0f000 -    0x7fff8ea1efff  libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib
        0x7fff8ea1f000 -    0x7fff8ea20fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8ea21000 -    0x7fff8ea5cfff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
        0x7fff8ea9b000 -    0x7fff8ea9bfff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8ea9c000 -    0x7fff8eb80e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
        0x7fff8eb81000 -    0x7fff8f048fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8f082000 -    0x7fff8f149ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8f14a000 -    0x7fff8f14cfff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
        0x7fff8f14d000 -    0x7fff8f200ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8f201000 -    0x7fff8f206ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff8f207000 -    0x7fff8f29dff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8f30d000 -    0x7fff8f336fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8f384000 -    0x7fff8f3bdfe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
        0x7fff8f3be000 -    0x7fff8fd5ca27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8fdec000 -    0x7fff8fdefff7  com.apple.securityhi (4.0 - 1) <53884F59-D16C-3A4F-A81F-888044FBB365> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8fdf0000 -    0x7fff8fdf0fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8fdfd000 -    0x7fff8fe68ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8fe69000 -    0x7fff8fe74ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8fe75000 -    0x7fff8fe7afff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8fe7b000 -    0x7fff8fe90fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8fe91000 -    0x7fff8fe98fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8fe99000 -    0x7fff9010dfff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff9010e000 -    0x7fff9010ffff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff90110000 -    0x7fff9015efff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff9019e000 -    0x7fff901a1fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff901a2000 -    0x7fff901a6ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff901ac000 -    0x7fff901b0fff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
        0x7fff90373000 -    0x7fff90381ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
        0x7fff90382000 -    0x7fff903b2ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff903b3000 -    0x7fff903eefff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff903f6000 -    0x7fff903f7ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
        0x7fff904ae000 -    0x7fff904eefe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff90566000 -    0x7fff905a7fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff905a8000 -    0x7fff905a9ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff905aa000 -    0x7fff90612ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff906c5000 -    0x7fff906ccfff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff90744000 -    0x7fff9074ffff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff91488000 -    0x7fff91492ff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
        0x7fff9159a000 -    0x7fff918c6fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff9198f000 -    0x7fff9199cfff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff919d6000 -    0x7fff91a09ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff91a0a000 -    0x7fff91a11ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff91a12000 -    0x7fff91a18fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff91ac8000 -    0x7fff91b6dfff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff91b6e000 -    0x7fff91b6efff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff91b6f000 -    0x7fff91b75ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/l

    Safari 5.1.7 works fine, but as soon as I install the 6.0.2 version it crashes all the time.
    Is it so that Apple Pro machines cannot cope with upgraded graphics cards, or is it something else that is wrong here?
    Anyone?

  • System crash RFC destination

    Hi,
    When creating projects it fails with the messages:-
    1) System crash RFC destination , Call TMW_VERSION_TEST: User SAPSYS has no RFC authorization for function group TMW_TRACKING .
    2) System crash RFC destination , Call TMW_VERSION_TEST: Name or password is incorrect. Please re-enter.
    3) RFC destination error SM_PRDCLNT000_READ: RFC task PRD:000:TMW_GET_FULL_LIST already open.
    It is my understanding that 1 and 2 are related. The question I have is: How do I assign auhtorisation for SAPSYS to the function group TWM_TRACKING?
    Regards

    Hi Ferrandi,
    See if these notes are relevant to your scenario:
    Note 896042 - RFC access from satellite systems generates dump
    Note 920805 - Correction of the FM TMW_VERSION_TEST in Note 804198
    Also Which user do you use to generate the RFC`s??? Check the authorization for that user to generate RFC`s.&#12288;&#65332;&#65352;&#65349;&#12288;&#65345;&#65365;&#65364;&#65352;&#12288;&#65359;&#65346;&#65354;&#65349;&#65347;&#65364;&#12288;S_RFCACL and S_RFC which is not a part of SAP_ALL profile should be assigned to the user.
    Hope this is helpful.
    Regards,
    P. Kumaravel.
    Ps: Award points for helpful answers.

  • PS CS4 crashing when brushes changed - OSX Lion

    Have just installed Photoshop CS4 on a brand new MacBook Pro supplied with Lion. PS keep crashing when brushes changed in brush selectore with following error report. Have installed Java runtime and deleted preferences file without any resolution. Any more sugestions gratefully accepted.
    Process:         Adobe Photoshop CS4 [1396]
    Path:            /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    Identifier:      com.adobe.Photoshop
    Version:         11.0 [11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]] (11.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [117]
    Date/Time:       2011-08-14 14:37:32.774 +1200
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Interval Since Last Report:          15022 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  251 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      9A3E8EEF-4BF5-48E4-B431-8BD138019774
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000e21747c
    VM Regions Near 0xe21747c:
        MALLOC_TINY            000000000e000000-000000000e200000 [ 2048K] rw-/rwx SM=PRV 
    --> __TEXT                 000000000e200000-000000000e36e000 [ 1464K] r-x/rwx SM=COW  /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
        __DATA                 000000000e36e000-000000000e372000 [   16K] rw-/rwx SM=ZER  /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    Application Specific Information:
    objc[1396]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.QD                  0x9c430db5 _SetDstBits32BGRA + 8
    1   com.apple.QD                  0x9c42828c DevFrameRect + 984
    2   com.apple.QD                  0x9c4292fd StdRectWithPort + 279
    3   com.apple.QD                  0x9c4332b7 CallRect + 48
    4   com.apple.QD                  0x9c433416 FrameRect + 49
    5   com.adobe.Photoshop           0x000ce463 0x1000 + 840803
    6   com.adobe.Photoshop           0x0070ae37 0x1000 + 7380535
    7   com.adobe.Photoshop           0x000d3c3e 0x1000 + 863294
    8   com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    9   com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    10  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    11  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    12  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    13  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    14  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    15  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    16  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    17  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    18  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    19  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    20  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    21  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    22  com.adobe.Photoshop           0x000d3a9e 0x1000 + 862878
    23  com.adobe.Photoshop           0x000d6928 0x1000 + 874792
    24  com.adobe.Photoshop           0x00b525c1 0x1000 + 11867585
    25  com.adobe.Photoshop           0x00064fdf 0x1000 + 409567
    26  com.adobe.Photoshop           0x00675e58 0x1000 + 6770264
    27  com.adobe.Photoshop           0x00064cc3 0x1000 + 408771
    28  com.adobe.Photoshop           0x0007be75 0x1000 + 503413
    29  com.adobe.Photoshop           0x00064145 0x1000 + 405829
    30  com.adobe.Photoshop           0x000642b3 0x1000 + 406195
    31  com.adobe.Photoshop           0x0006260f 0x1000 + 398863
    32  com.adobe.Photoshop           0x00220a8a 0x1000 + 2226826
    33  com.adobe.Photoshop           0x00220b16 0x1000 + 2226966
    34  com.adobe.Photoshop           0x00003cf2 0x1000 + 11506
    35  com.adobe.Photoshop           0x00003c19 0x1000 + 11289
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib        0x985da90a kevent + 10
    1   libdispatch.dylib             0x99bacccc _dispatch_mgr_invoke + 969
    2   libdispatch.dylib             0x99bab71b _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9bc4e82a pthread_cond_wait + 48
    3   com.adobe.amt.services        0x0bfa9552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x0bfa4995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services        0x0bfa95b0 AMTThread::Worker(void*) + 20
    6   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib        0x985d7c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97fdfe40 MPWaitOnSemaphore + 104
    2   MultiProcessor Support        0x10c09eff 0x10bda000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    5   libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib        0x985d7c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97fdfe40 MPWaitOnSemaphore + 104
    2   MultiProcessor Support        0x10c09eff 0x10bda000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    5   libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib        0x985d7c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97fdfe40 MPWaitOnSemaphore + 104
    2   MultiProcessor Support        0x10c09eff 0x10bda000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    5   libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib        0x985d7c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97fdfe40 MPWaitOnSemaphore + 104
    2   MultiProcessor Support        0x10c09eff 0x10bda000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    5   libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib        0x985d7c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97fdfe40 MPWaitOnSemaphore + 104
    2   MultiProcessor Support        0x10c09eff 0x10bda000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    5   libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib        0x985d7c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97fdfe40 MPWaitOnSemaphore + 104
    2   MultiProcessor Support        0x10c09eff 0x10bda000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    5   libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib        0x985d7c76 semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x97fdfe40 MPWaitOnSemaphore + 104
    2   MultiProcessor Support        0x10c09eff 0x10bda000 + 196351
    3   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    4   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    5   libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9bc5742c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9800c20a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x97f7d8d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x97fdfa29 MPWaitOnQueue + 200
    6   AdobeACE                      0x027c038d 0x278f000 + 201613
    7   AdobeACE                      0x027bfd85 0x278f000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9bc5742c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9800c20a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x97f7d8d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x97fdfa29 MPWaitOnQueue + 200
    6   AdobeACE                      0x027c038d 0x278f000 + 201613
    7   AdobeACE                      0x027bfd85 0x278f000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9bc5742c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9800c20a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x97f7d8d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x97fdfa29 MPWaitOnQueue + 200
    6   AdobeACE                      0x027c038d 0x278f000 + 201613
    7   AdobeACE                      0x027bfd85 0x278f000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9bc5742c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9800c20a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x97f7d8d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x97fdfa29 MPWaitOnQueue + 200
    6   AdobeACE                      0x027c038d 0x278f000 + 201613
    7   AdobeACE                      0x027bfd85 0x278f000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9bc5742c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9800c20a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x97f7d8d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x97fdfa29 MPWaitOnQueue + 200
    6   AdobeACE                      0x027c038d 0x278f000 + 201613
    7   AdobeACE                      0x027bfd85 0x278f000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9bc5742c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9800c20a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x97f7d8d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x97fdfa29 MPWaitOnQueue + 200
    6   AdobeACE                      0x027c038d 0x278f000 + 201613
    7   AdobeACE                      0x027bfd85 0x278f000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9bc5742c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9800c20a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x97f7d8d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x97fdfa29 MPWaitOnQueue + 200
    6   AdobeACE                      0x027c038d 0x278f000 + 201613
    7   AdobeACE                      0x027bfd85 0x278f000 + 200069
    8   com.apple.CoreServices.CarbonCore 0x97fe0988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib        0x985d7d36 mach_wait_until + 10
    1   libsystem_c.dylib             0x9bc50439 nanosleep + 388
    2   com.adobe.PSAutomate          0x13234755 ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.PSAutomate          0x132347b5 ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.PSAutomate          0x13225502 ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.PSAutomate          0x13234a77 ScObjects::Thread::go(void*) + 239
    6   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9bc4e82a pthread_cond_wait + 48
    3   data_flow                     0x03b9f2b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9265b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b95061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b95bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9290b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b94fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba0bc5 thread_proxy + 99
    10  libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9bc4e82a pthread_cond_wait + 48
    3   data_flow                     0x03b9f2b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9265b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b95061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b95bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9290b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b94fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba0bc5 thread_proxy + 99
    10  libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9bc4e82a pthread_cond_wait + 48
    3   data_flow                     0x03b9f2b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9265b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b95061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b95bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9290b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b94fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba0bc5 thread_proxy + 99
    10  libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9bc4e82a pthread_cond_wait + 48
    3   data_flow                     0x03b9f2b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9265b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b95061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b95bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9290b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b94fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba0bc5 thread_proxy + 99
    10  libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9bc4e82a pthread_cond_wait + 48
    3   data_flow                     0x03b9f2b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9265b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b95061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b95bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9290b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b94fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba0bc5 thread_proxy + 99
    10  libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9bc4e82a pthread_cond_wait + 48
    3   data_flow                     0x03b9f2b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9265b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b95061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b95bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9290b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b94fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba0bc5 thread_proxy + 99
    10  libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9bc4e82a pthread_cond_wait + 48
    3   data_flow                     0x03b9f2b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9265b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b95061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b95bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9290b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b94fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba0bc5 thread_proxy + 99
    10  libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9bc4e82a pthread_cond_wait + 48
    3   data_flow                     0x03b9f2b2 boost::detail::condition_impl::do_wait(_opaque_pthread_mutex_t*) + 24
    4   data_flow                     0x03b9265b void boost::condition::do_wait<boost::recursive_mutex>(boost::recursive_mutex&) + 51
    5   data_flow                     0x03b95061 boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks>::execute_task() volatile + 135
    6   data_flow                     0x03b95bba boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> >::run() + 232
    7   data_flow                     0x03b9290b boost::_bi::bind_t<void, boost::_mfi::mf0<void, boost::threadpool::detail::worker_thread<boost::threadpool::detail::pool_core<boost::thre adpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > >, boost::_bi::list1<boost::_bi::value<boost::shared_ptr<boost::threadpool::detail::worker_t hread<boost::threadpool::detail::pool_core<boost::threadpool::prio_task_func, boost::threadpool::prio_scheduler, boost::threadpool::static_size, boost::threadpool::resize_controller, boost::threadpool::wait_for_all_tasks> > > > > >::operator()() + 43
    8   data_flow                     0x03b94fd1 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 79
    9   data_flow                     0x03ba0bc5 thread_proxy + 99
    10  libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib        0x985d983e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x9bca6e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9bca6f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore 0x97f7d8fb TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore 0x97f7d671 TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore 0x97f7d482 TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore 0x97fc1b09 AsyncFileThread(void*) + 248
    7   libsystem_c.dylib             0x9bca2ed9 _pthread_start + 335
    8   libsystem_c.dylib             0x9bca66de thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib        0x985da02e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x9bca4ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x9bca66fe start_wqthread + 30
    Thread 28:
    0   libsystem_kernel.dylib        0x985da02e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x9bca4ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x9bca66fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xff99ffff  ebx: 0xbfff051f  ecx: 0x0e21747c  edx: 0xbfffe420
      edi: 0xbfffe6fa  esi: 0x0e21747c  ebp: 0xbfffe3d8  esp: 0xbfffe37c
       ss: 0x00000023  efl: 0x00010286  eip: 0x9c430db5   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0e21747c
    Logical CPU: 6
    Binary Images:
        0x1000 -  0x19aefdf +com.adobe.Photoshop (11.0 [11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]] - 11.0) <2BF522DF-A6D6-4819-9862-0425C31670C8> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    0x207f000 -  0x2085fff  org.twain.dsm (1.9.4 - 1.9.4) <C0CCCE50-2929-3853-BE08-0DAE14CA29B8> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x208c000 -  0x246601f +com.adobe.linguistic.LinguisticManager (4.0.0 - 7863) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x251a000 -  0x2714fcf +AdobeOwl (??? - ???) <4CCA2C7B-4896-4DDA-A14B-725FB0C202B5> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x278f000 -  0x289cfff +AdobeACE (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x28ba000 -  0x2c84fef +AdobeMPS (??? - ???) <277E01A3-CAC3-4FA9-A591-4BC0A5BC125A> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x2d13000 -  0x2d73fc7 +AdobeXMP (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2d82000 -  0x307dfff +AdobeAGM (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x313d000 -  0x33d0fc7 +AdobeCoolType (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3454000 -  0x346dfff +AdobeBIB (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x3477000 -  0x3498ff7 +AdobeBIBUtils (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x34a5000 -  0x34c0ff9 +AdobePDFSettings (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x34da000 -  0x34feff6 +AdobeAXE8SharedExpat (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x3511000 -  0x359e2cb +libicucnv.dylib.36.0 (36.0.0 - compatibility 36.0.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x35cb000 -  0x35e680f +libicudata.dylib.36.0 (36.0.0 - compatibility 36.0.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x35e9000 -  0x379fff4 +com.adobe.amtlib (amtlib 2.0.1.10077 - 2.0.1.10077) <CB2EC3BF-6771-4DAB-BF29-6775FB6F9608> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x37d6000 -  0x3866fc3 +WRServices (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x39e8000 -  0x39ecffc +com.adobe.AdobeCrashReporter (2.5 - 3.0.20080806) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x39f2000 -  0x3a0efd7 +com.adobe.LogTransport (1.0 - 1.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x3a19000 -  0x3aeefdd +FileInfo (??? - ???) <F0932F89-FC98-4BA9-B4F2-C58D0E71D3C1> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x3b1f000 -  0x3b76fff +aif_core (??? - ???) <B4DCB439-E1EE-ABE3-BD12-2C42E980366B> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x3b8e000 -  0x3babffd +data_flow (??? - ???) <8E452B6F-8032-39D8-EB5C-49A4E31CB988> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x3bd7000 -  0x3c50fff +image_flow (??? - ???) <498A857D-F8C6-F9E0-C92F-BC3EC8680ED0> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x3cb6000 -  0x3cc6fff +image_runtime (??? - ???) <F379A952-2983-1E44-676D-BBD8259F131A> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x3cdb000 -  0x3e9affe +aif_ogl (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x3f4b000 -  0x4449fc3 +AdobeOwlCanvas (??? - ???) <FCB2D1A3-1F6E-4182-8E2C-D0B23572D285> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x4592000 -  0x4664fe7 +AdobeAXEDOMCore (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x4718000 -  0x477afe7 +com.adobe.PlugPlug (1.0.0.73 - 1.0.0.73) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x47db000 -  0x4822fc7 +com.adobe.adobe_caps (adobe_caps 2.0.99.0 - 2.0.99.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x4832000 -  0x486ffff  com.apple.vmutils (4.2 - 106) <E16C6BE7-C3B2-3836-85CF-989364FBE163> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x4fb9000 -  0x4fbaff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x6b2b000 -  0x6b39ffb  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D3F1CC34-55EB-3D33-A7C2-025D5C8025D0> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x6b3d000 -  0x6b4ffff  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <ADEB72F9-0048-3C87-AD9B-71AA57D523E9> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x6b53000 -  0x6b54ffc  ATSHI.dylib (??? - ???) <B244624E-E09E-34B2-A185-EB30AF08A95D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x6cc8000 -  0x6cd5ff7 +com.adobe.asneu.framework (asneu version 1.6.2f01 - 1.6.2) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0x6ce3000 -  0x6ce3fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <859B5BCC-B5D9-370F-8B6C-1E2B242D5DCD> /usr/lib/libmx.A.dylib
    0xbf89000 -  0xc02afc3 +com.adobe.amt.services (AMTServices 2.0.1.10077 [BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09] - 2 . 0) <31E82904-C3C2-424E-A1AE-A5EFADBB19B8> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0xe200000 -  0xe36dff0  GLEngine (??? - ???) <3C6D5F72-9CDA-37E2-B085-7F38C99FE8C5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xe3a1000 -  0xe498ffb  libGLProgrammability.dylib (??? - ???) <560A7F12-1AA6-35E1-A922-309016BF6D3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0xe4bc000 -  0xe78bffb  com.apple.ATIRadeonX3000GLDriver (7.2.9 - 7.0.2) <F4616DD7-FD38-3FE4-9545-CDD802105F8D> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLD river
    0xe7bc000 -  0xe7e9ff8  GLRendererFloat (??? - ???) <BBFAA220-4A07-3CDC-9A93-DF6A2220AE01> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0xf800000 - 0x102deffb  com.apple.driver.AppleIntelHDGraphicsGLDriver (7.2.9 - 7.0.2) <CAA291D4-5A96-320C-87FD-CC92B12889EE> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelH DGraphicsGLDriver
    0x10a91000 - 0x10a9cfff +Enable Async IO (??? - ???) <FD91E79F-C4AA-4EBC-AF6D-3E154F14878F> /Applications/Adobe Photoshop CS4/*/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x10aa1000 - 0x10aaf02f +FastCore (??? - ???) <F12878B7-BEE9-40CA-9F05-65CD0F5688E2> /Applications/Adobe Photoshop CS4/*/FastCore.plugin/Contents/MacOS/FastCore
    0x10ab5000 - 0x10ac0ffb +PPCCore (??? - ???) <ED521EB7-681D-45AA-9AE3-6BF4663E4BD3> /Applications/Adobe Photoshop CS4/*/PPCCore.plugin/Contents/MacOS/PPCCore
    0x10ac6000 - 0x10ad1ffe +AltiVecCore (??? - ???) <A967AE2A-F2AE-4E12-A7B6-68B981CBD906> /Applications/Adobe Photoshop CS4/*/AltiVecCore.plugin/Contents/MacOS/AltiVecCore
    0x10ad7000 - 0x10b3cfe3 +MMXCore (??? - ???) <E206C8DC-AEA8-49DF-8FBC-8B447E3A59A1> /Applications/Adobe Photoshop CS4/*/MMXCore.plugin/Contents/MacOS/MMXCore
    0x10bda000 - 0x10c21ff7 +MultiProcessor Support (??? - ???) <001A163B-5314-4613-A23A-F35B63065FD0> /Applications/Adobe Photoshop CS4/*/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x10c2c000 - 0x10d7efc7 +com.adobe.coretech.adm (3.10x16 - 3.1) /Applications/Adobe Photoshop CS4/*/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x119db000 - 0x119ddffa +Adobe Unit Types (a2.0.0 - 2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x12fac000 - 0x12fcfff7 +CSI-Launcher.dylib (??? - ???) /Library/Application Support/Adobe/*/CSI-Launcher.dylib
    0x13100000 - 0x1335cfdf +com.adobe.PSAutomate (11.0 - 11.0) /Applications/Adobe Photoshop CS4/*/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0x135f0000 - 0x136befff +AdobeExtendScript (3.7.0 - compatibility 3.7.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x13735000 - 0x137d6fd7 +AdobeScCore (3.7.0 - compatibility 3.7.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x13832000 - 0x1388eff2 +AdobeUpdater (??? - ???) <064CFAA4-1CAF-46E3-BEBF-04948641C927> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/a/AdobeUpdater
    0x14ca5000 - 0x14ca9ffb  libFontRegistryUI.dylib (??? - ???) <E986346C-8132-33B6-8525-AA2A3233F99C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0x16000000 - 0x16213fdb +adobelm (??? - ???) <40B28560-3C42-40D9-A671-1B090CDFC680> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/adobelm.framework/Versions/a/adobelm
    0x16400000 - 0x16500fcf +com.adobe.versioncue (??? - 4.0.0.344) /Library/Application Support/Adobe/*/VersionCue.framework/VersionCue
    0x28800000 - 0x28c82fe3 +AdobeLM_libFNP.dylib (??? - ???) <02E9AC76-9CC6-4974-AF05-48E737C2CC20> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/a/AdobeLM_libFNP.dylib
    0x40000000 - 0x400ae030 +AdobeJP2K (??? - ???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe31000 - 0x8fe639c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x90005000 - 0x9000affd  libGFXShared.dylib (??? - ???) <7C55BE22-CDB5-3192-B7F0-96EA754A20AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x9003e000 - 0x900bafff  libType1Scaler.dylib (??? - ???) <DFBB3B4F-31F4-3ED0-B57C-713493CA2756> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x900bb000 - 0x900d0ff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x900d1000 - 0x900d6ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
    0x900d7000 - 0x900e2ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x900e9000 - 0x900eaff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib
    0x9011b000 - 0x90177ff3  com.apple.Symbolication (1.2 - 83.1) <E651A2F1-CC13-3DDD-9B0A-09180014966B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x90178000 - 0x90179fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x9017a000 - 0x9017bff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib
    0x904f3000 - 0x9052ffff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <8CB51735-ABE4-37AD-9019-845BB768955F> /usr/lib/libcups.2.dylib
    0x90530000 - 0x90fb5ffe  com.apple.AppKit (6.7 - 1138) <1CEDE402-32DD-3C10-B3B3-8C3DDBE8335D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90fc1000 - 0x90feaffe  com.apple.shortcut (2.0 - 2.0) <7F289D05-DDEC-3993-9F86-0DB896E1E686> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9100f000 - 0x91013fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x91065000 - 0x910c7ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x91137000 - 0x9114bff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9118d000 - 0x911cdff7  libauto.dylib (??? - ???) <36E7FE7F-27DF-3301-80AA-DD61FBF722F4> /usr/lib/libauto.dylib
    0x911ce000 - 0x911d0ff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x911e0000 - 0x91267fff  com.apple.print.framework.PrintCore (7.0 - 366) <D037D344-7463-3620-AE8F-8D0D3EA5CE8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x91268000 - 0x9126cff7  com.apple.OpenDirectory (10.7 - 144) <A117580D-FD86-381E-82FD-B1A040045031> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x913a6000 - 0x913a6fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <75E38B34-1DE2-337A-A09F-0F7E91C02ABB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x913a7000 - 0x913eaffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x913eb000 - 0x913f4ff3  com.apple.CommonAuth (2.1 - 2.0) <94EA2555-212C-3704-8307-FCEE5D6D32C5> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x9172a000 - 0x917beff7  com.apple.LaunchServices (480.19 - 480.19) <A68C0688-4ED1-35F1-BF44-F5B1917084A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x917eb000 - 0x9184bffb  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <6026C895-3DC6-3785-A7BB-2F2B9E292D95> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9184c000 - 0x91880ff3  libTrueTypeScaler.dylib (??? - ???) <FF162272-243C-321C-B152-AD81B3171C54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9190f000 - 0x91929fff  com.apple.Kerberos (1.0 - 1) <25E5A286-876D-3A8E-A12F-52D184559E8C> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91976000 - 0x91977fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x91a1c000 - 0x91a20ff3  libsystem_network.dylib (??? - ???) <E1455F3E-549B-3D50-A38B-17B394F3C7F6> /usr/lib/system/libsystem_network.dylib
    0x91a21000 - 0x91b41fec  com.apple.vImage (5.0 - 5.0) <173F6343-07EE-39F7-A159-DD3837E473DE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x91b53000 - 0x92575fef  com.apple.WebCore (7534 - 7534.48.3) <EAEADE43-C614-3CEF-B04D-27258FB7203B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x92593000 - 0x92595ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x92596000 - 0x92596fff  com.apple.vecLib (3.7 - vecLib 3.7) <A01CD788-26FB-320F-8617-5A7DF0F9031E> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9266e000 - 0x9272eff3  com.apple.ColorSync (4.7.0 - 4.7.0) <50767823-56BA-373D-BC5A-37B17B659838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x9272f000 - 0x9273fff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
    0x9274c000 - 0x927a5ff3  com.apple.coreui (0.3 - 162) <BD3FBC84-234A-38E0-AA29-DE0424D3FD16> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x927a6000 - 0x928cfff9  com.apple.CFNetwork (520.0.13 - 520.0.13) <B21DE9ED-1D99-39C0-9E24-77D2A48FBFEF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x928d0000 - 0x929c8ff7  libFontParser.dylib (??? - ???) <C428D41A-8635-3423-A2F0-8BA9819F212B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x929c9000 - 0x929ccff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x92a87000 - 0x92a90fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x92ac7000 - 0x92bd6ff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <01987A45-9270-30FD-8A67-5E53DB637909> /usr/lib/libsqlite3.dylib
    0x92c01000 - 0x92c0bff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x92c0c000 - 0x92c34ff0  com.apple.CoreServicesInternal (113.7 - 113.7) <F5724FAC-8BB8-3F0F-B8BC-36F2CA75A23D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x92c35000 - 0x9329a65b  com.apple.CoreGraphics (1.600.0 - ???) <DD3B7ADA-0F19-371E-BB87-F3C08464134A> /System/Library/Frameworks/ApplicationServices.framework

    You should have version 11.0.2 instead of 11.0, you missed some updates a few years back.
    But you're crashing in QuickDraw code -- Apple code that has been fragile for a while now, and seems to have gotten even more fragile in 10.7.
    And we saw the same crash location a lot starting in MacOS 10.6 (10.5 wasn't as bad), but Apple wasn't interested in fixing QuickDraw.

  • Xcode crashes at iPhoen Restore

    Hi everyone! I'm new here so please try to help me out...
    I am trying to set up my iPhone 3G Firmware 4.1 (8B117) so I can test applications that I am developing with Xcode. I am trying to restore my iPhone to do so with the Organizer. Everytime I chose to restore with the 4.1 firmware. After the device boots into recovery mode, and the waiting for iPhone bar on the Organizer shows up, Xcode crashes and leaves this message:
    Process: Xcode [5494]
    Path: /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier: com.apple.Xcode
    Version: 3.2.4 (1708)
    Build Info: DevToolsIDE-17080000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [174]
    Date/Time: 2010-11-03 19:45:15.687 -0400
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 57853 sec
    Crashes Since Last Report: 10
    Per-App Interval Since Last Report: 17316 sec
    Per-App Crashes Since Last Report: 10
    Anonymous UUID: 102EEB82-981C-4FE8-B9AF-004EA229872B
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000000000e7
    Crashed Thread: 6 Dispatch queue: com.apple.root.default-priority
    Application Specific Information:
    objc[5494]: garbage collection is ON
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff80b442fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff80b4496d mach_msg + 59
    2 com.apple.CoreGraphics 0x00007fff8201a2b5 _CGSCacheMergeData + 149
    3 com.apple.CoreGraphics 0x00007fff81f9ba1e CGSCacheAcquireValues + 168
    4 com.apple.CoreGraphics 0x00007fff81f9b7d7 CGGlyphLockLockGlyphBitmaps + 215
    5 libRIP.A.dylib 0x00007fff864e6e85 ripc_RenderGlyphs + 261
    6 libRIP.A.dylib 0x00007fff864e6863 ripc_DrawGlyphs + 1495
    7 com.apple.CoreGraphics 0x00007fff81f99d27 draw_glyphs + 1527
    8 com.apple.CoreGraphics 0x00007fff81f9962e CGContextShowGlyphsWithAdvances + 538
    9 com.apple.AppKit 0x00007fff8501d63a +[NSStringDrawingTextStorage _fastDrawString:attributes:length:inRect:graphicsContext:baselineRendering:uses FontLeading:usesScreenFont:typesetterBehavior:paragraphStyle:lineBreakMode:bound ingRect:padding:scrollable:] + 4262
    10 com.apple.AppKit 0x00007fff84bfc8f5 _NSStringDrawingCore + 1588
    11 com.apple.AppKit 0x00007fff84bfc0af _NSDrawTextCell + 3117
    12 ...ple.Xcode.DevToolsInterface 0x0000000100bf816e -[XCEImageAndTextCell drawWithFrame:inView:] + 1365
    13 com.apple.AppKit 0x00007fff84c04c95 -[NSOutlineView _drawContentsAtRow:column:withCellFrame:] + 95
    14 com.apple.AppKit 0x00007fff84c03db8 -[NSTableView drawRow:clipRect:] + 1242
    15 com.apple.AppKit 0x00007fff84c036ab -[NSTableView drawRowIndexes:clipRect:] + 369
    16 com.apple.AppKit 0x00007fff84c0352c -[NSOutlineView drawRowIndexes:clipRect:] + 131
    17 com.apple.AppKit 0x00007fff84c02058 -[NSTableView drawRect:] + 1302
    18 com.apple.AppKit 0x00007fff84bf8131 -[NSView _drawRect:clip:] + 3566
    19 com.apple.AppKit 0x00007fff84bf5907 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 2112
    20 com.apple.AppKit 0x00007fff84bf6292 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    21 com.apple.AppKit 0x00007fff84bf6292 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    22 com.apple.AppKit 0x00007fff84bf6292 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    23 com.apple.AppKit 0x00007fff84bf6292 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    24 com.apple.AppKit 0x00007fff84bf6292 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    25 com.apple.AppKit 0x00007fff84bf6292 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    26 com.apple.AppKit 0x00007fff84bf6292 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    27 com.apple.AppKit 0x00007fff84bf4ee8 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
    28 com.apple.AppKit 0x00007fff84bf179a -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    29 com.apple.AppKit 0x00007fff84b6aff6 -[NSView displayIfNeeded] + 969
    30 ...ple.Xcode.DevToolsInterface 0x000000010084d7cb -[XCWindow displayIfNeeded] + 81
    31 com.apple.AppKit 0x00007fff84b65ea2 _handleWindowNeedsDisplay + 678
    32 com.apple.CoreFoundation 0x00007fff84115077 __CFRunLoopDoObservers + 519
    33 com.apple.CoreFoundation 0x00007fff840f0ef4 __CFRunLoopRun + 468
    34 com.apple.CoreFoundation 0x00007fff840f084f CFRunLoopRunSpecific + 575
    35 com.apple.HIToolbox 0x00007fff8010291a RunCurrentEventLoopInMode + 333
    36 com.apple.HIToolbox 0x00007fff8010271f ReceiveNextEventCommon + 310
    37 com.apple.HIToolbox 0x00007fff801025d8 BlockUntilNextEventMatchingListInMode + 59
    38 com.apple.AppKit 0x00007fff84b3b29e _DPSNextEvent + 708
    39 com.apple.AppKit 0x00007fff84b3abed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    40 com.apple.AppKit 0x00007fff84b008d3 -[NSApplication run] + 395
    41 com.apple.AppKit 0x00007fff84af95f8 NSApplicationMain + 364
    42 com.apple.Xcode 0x00000001000017b4 0x100000000 + 6068
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff80b5d08a kevent + 10
    1 libSystem.B.dylib 0x00007fff80b5ef5d dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff80b5ec34 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff80b5e75e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff80b5e088 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff80b5df25 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff80b442fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff80b4496d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff840f13c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff840f084f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff804634c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff803e3e8d _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff80b7d456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff80b7d309 thread_start + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff80b87dce select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff84112e92 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff80b7d456 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff80b7d309 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff80b442fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff80b4496d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff840f13c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff840f084f CFRunLoopRunSpecific + 575
    4 com.apple.DTDeviceKit 0x00000001167c8bfa -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 284
    5 com.apple.Foundation 0x00007fff803e3e8d _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff80b7d456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff80b7d309 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff80b7eeb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff80b7ed45 nanosleep + 148
    2 libSystem.B.dylib 0x00007fff80b7ecaf usleep + 57
    3 com.apple.AppKit 0x00007fff84c86619 -[NSUIHeartBeat _heartBeatThread:] + 1540
    4 com.apple.Foundation 0x00007fff803e3e8d _NSThread__main_ + 1429
    5 libSystem.B.dylib 0x00007fff80b7d456 pthreadstart + 331
    6 libSystem.B.dylib 0x00007fff80b7d309 thread_start + 13
    Thread 6 Crashed: Dispatch queue: com.apple.root.default-priority
    0 com.apple.CoreFoundation 0x00007fff840d7913 _CFStringAppendFormatAndArgumentsAux + 2739
    1 com.apple.CoreFoundation 0x00007fff840d6e1d _CFStringCreateWithFormatAndArgumentsAux + 109
    2 com.apple.Foundation 0x00007fff803e2da9 -[NSPlaceholderString initWithFormat:locale:arguments:] + 140
    3 com.apple.Xcode.iPhoneSupport 0x00000001167257b3 -[XCRemoteIPhone setStatusOnMainThread:progress:] + 192
    4 com.apple.Xcode.iPhoneSupport 0x0000000116725d22 -[XCRemoteIPhone updateExpansionProgress:withMessage:] + 37
    5 com.apple.DTDeviceKitBase 0x0000000116049ff3 __-[DTDKInstallBundle expandIfNeededWithProgressDelegate:error:]block_invoke + 23
    6 com.apple.DTDeviceKitBase 0x0000000116050846 -[DTDKZipFile extractEntireArchiveTo:error:withProgressHandler:] + 168
    7 com.apple.DTDeviceKitBase 0x0000000116049f40 -[DTDKInstallBundle expandIfNeededWithProgressDelegate:error:] + 238
    8 com.apple.Xcode.iPhoneSupport 0x0000000116725fb3 __-[XCRemoteIPhone bootDevice]block_invoke + 142
    9 libSystem.B.dylib 0x00007fff80b801b0 dispatch_call_block_andrelease + 15
    10 libSystem.B.dylib 0x00007fff80b5e751 dispatch_workerthread2 + 239
    11 libSystem.B.dylib 0x00007fff80b5e088 pthreadwqthread + 353
    12 libSystem.B.dylib 0x00007fff80b5df25 start_wqthread + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff80b5deaa _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff80b5e2bc pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff80b5df25 start_wqthread + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff80b5deaa _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff80b5e2bc pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff80b5df25 start_wqthread + 13
    Thread 6 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x0000000000000001 rcx: 0x0000000000000000 rdx: 0x0000000000000026
    rdi: 0x0000000200a1b7c2 rsi: 0x0000000101a808d0 rbp: 0x0000000101a81b20 rsp: 0x0000000101a80800
    r8: 0x00000000000000e7 r9: 0x0000000000000000 r10: 0x0000000000000001 r11: 0x0000000200a1b720
    r12: 0x0000000101a8108c r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000014
    rip: 0x00007fff840d7913 rfl: 0x0000000000010246 cr2: 0x00000000000000e7
    Binary Images:
    0x100000000 - 0x100023fff com.apple.Xcode 3.2.4 (1708) <909426F8-6B50-662F-0554-64B4003A3822> /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
    0x100034000 - 0x10005eff7 com.apple.DevToolsFoundation 5.3 (1702) <D9FF9C5F-BE6A-4C23-730F-0BED419E8094> /Developer/Library/PrivateFrameworks/DevToolsFoundation.framework/Versions/A/De vToolsFoundation
    0x10007c000 - 0x100098ff7 com.apple.JavaKit 5.3 (1682) <D7DC01EC-9821-5A29-4503-A61E179294F6> /Developer/Library/PrivateFrameworks/JavaKit.framework/Versions/A/JavaKit
    0x1000ab000 - 0x10053eff7 com.apple.Xcode.DevToolsCore 5.3 (1705) <D253A3E3-048C-8038-0BFE-D73641A4E528> /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Versions/A/DevTools Core
    0x10076c000 - 0x1007acff7 com.apple.Xcode.DevToolsSupport 5.3 (1591) <73FE5B88-B4D6-7287-FC93-847017300429> /Developer/Library/PrivateFrameworks/DevToolsSupport.framework/Versions/A/DevTo olsSupport
    0x1007d3000 - 0x1007ddfff com.apple.Xcode.DevToolsRemoteClient 5.3 (1708) <E81B47E8-5C74-E60F-705C-71DFBB48DB99> /Developer/Library/PrivateFrameworks/DevToolsRemoteClient.framework/Versions/A/ DevToolsRemoteClient
    0x1007e7000 - 0x100e8ffff com.apple.Xcode.DevToolsInterface 5.3 (1708) <6C9B3292-9534-6314-3AB2-5046A0EC1195> /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Versions/A/Dev ToolsInterface
    0x10123f000 - 0x1012faff7 com.apple.Xcode.DevToolsCParsing 5.3 (1686) <65AAA940-D8E5-DA6B-1A03-D6FACD0776EE> /Developer/Library/PrivateFrameworks/DevToolsCParsing.framework/Versions/A/DevT oolsCParsing
    0x10135b000 - 0x1013e1ff7 com.apple.Xcode.XcodeEdit 5.3 (1686) <5541CA2E-1616-CA53-B89F-759E428F7E4B> /Developer/Library/PrivateFrameworks/XcodeEdit.framework/Versions/A/XcodeEdit
    0x101421000 - 0x10149dfff com.apple.CoreSymbolication 2.1 (40.1.1) <C70FE99F-FBDD-EE4F-53A3-9D8AF7BC4E53> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x1014e6000 - 0x101529fff com.apple.DocSetAccess 2.2 (1687) <9F3D1691-D3BE-4B0F-BC28-F246535BA6F4> /Developer/Library/PrivateFrameworks/DocSetAccess.framework/Versions/A/DocSetAc cess
    0x101550000 - 0x10159bfff com.apple.Xdesign.XDBase 5.3 (1681) <17C97390-1896-2F5A-E1F6-89213F53EE63> /Developer/Library/PrivateFrameworks/XDBase.framework/Versions/A/XDBase
    0x1015d9000 - 0x1015efff7 com.apple.DocSetManagement 5.3 (1684) <3DDFB09F-A624-0B9A-C9C2-5595EBCC376A> /Developer/Library/PrivateFrameworks/DocSetManagement.framework/Versions/A/DocS etManagement
    0x1015ff000 - 0x101633fff com.apple.DocSetViewing 5.3 (1684) <6087C6A0-894C-19D5-39A0-16199E30F374> /Developer/Library/PrivateFrameworks/DocSetViewing.framework/Versions/A/DocSetV iewing
    0x101fc7000 - 0x101fd1fff com.apple.xdmappingmodel 5.3 (1702) <B7EA0885-2211-0285-4D0B-0EBFE100866B> /Developer/Library/Xcode/Plug-ins/XDMappingModel.xdplugin/Contents/MacOS/XDMapp ingModel
    0x101fdb000 - 0x101fdcff7 com.apple.Xdesign.XDInterface.GraphLayouter.ForceDirected 5.3 (1683) <EC9CF819-2969-8319-FD85-8999F5E3E541> /Developer/Library/PrivateFrameworks/XDInterface.framework/Versions/A/PlugIns/X DForceDirectedGraphLayouter.diagramGraphLayouter/Contents/MacOS/XDForceDirectedG raphLayouter
    0x101fe0000 - 0x101fe1ff7 com.apple.Xdesign.XDInterface.GraphLayouter.Hierarchical 5.3 (1683) <06C896E6-95A3-1999-6F97-181B1B9343E2> /Developer/Library/PrivateFrameworks/XDInterface.framework/Versions/A/PlugIns/X DHierarchicalGraphLayouter.diagramGraphLayouter/Contents/MacOS/XDHierarchicalGra phLayouter
    0x101fe5000 - 0x101fedfff libsvn_delta-1.0.dylib ??? (???) <7D7E19A8-3483-BCC6-E174-5FCF81CC309A> /usr/lib/libsvn_delta-1.0.dylib
    0x101ffc000 - 0x101ffcfff libsvnfsutil-1.0.dylib ??? (???) <5CAD8C6E-5B71-C2FA-163C-D5CEACF5736C> /usr/lib/libsvnfsutil-1.0.dylib
    0x114d5a000 - 0x114d64ff7 com.apple.iokit.IOUSBLib 3.9.0 (3.9.0) <D0C84898-B2D3-4FA2-158E-AF1A8511BC28> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x1153a4000 - 0x1153c1ff7 com.apple.XdesignPlugin 5.3 (1681) <ED47BDC2-FC14-EAE9-4ABE-0D21FE909CAA> /Developer/Library/Xcode/Plug-ins/XdesignPlugin.xcplugin/Contents/MacOS/Xdesign Plugin
    0x1153d1000 - 0x11540efff com.apple.XDSourceCode 5.3 (1681) <BE2FE73C-D213-0765-5DAB-38BB0A84B859> /Developer/Library/Xcode/Plug-ins/XDClassModel.xdplugin/Contents/MacOS/XDClassM odel
    0x11542f000 - 0x115468fff com.apple.xdcoredataplugin 5.3 (1682) <A56CEF44-4039-5220-2A0C-D205B9B1748E> /Developer/Library/Xcode/Plug-ins/XDCoreDataModel.xdplugin/Contents/MacOS/XDCor eDataModel
    0x1157d2000 - 0x1157e1ff7 com.apple.xcode.subversion 5.3 (1681) <14856261-A19F-4A53-35D7-BE4C30C99D27> /Developer/Library/Xcode/Plug-ins/XcodeSubversionPlugin.xcplugin/Contents/MacOS /XcodeSubversionPlugin
    0x1157ed000 - 0x1157f4ff7 libsvn_diff-1.0.dylib ??? (???) <E1591459-E977-9D60-22FB-7DEF7FB97637> /usr/lib/libsvn_diff-1.0.dylib
    0x1157f9000 - 0x1157f9ff7 com.apple.xcode.subversion.ui 5.3 (1681) <82576C7A-D498-003B-EA4A-EA3ADB2C98B5> /Developer/Library/Xcode/Plug-ins/XcodeSubversionIDEPlugin.xcplugin/Contents/Ma cOS/XcodeSubversionIDEPlugin
    0x115900000 - 0x115a3afe7 com.apple.Xdesign.XDInterface 5.3 (1683) <ACD62579-E186-2335-90EC-CF7C77344E06> /Developer/Library/PrivateFrameworks/XDInterface.framework/Versions/A/XDInterfa ce
    0x115ae9000 - 0x115b07fff libapr-1.0.dylib 4.8.0 (compatibility 4.0.0) <77712CC8-C4CF-E0E8-B740-B55192C05CB9> /usr/lib/libapr-1.0.dylib
    0x115b14000 - 0x115b2cfe7 libaprutil-1.0.dylib 4.9.0 (compatibility 4.0.0) <3D7EBE21-7A3D-E46C-1E3E-361F98170429> /usr/lib/libaprutil-1.0.dylib
    0x115b37000 - 0x115b6bff7 libsvn_client-1.0.dylib ??? (???) <03940D76-1F3F-292A-E9EE-BAA3BCB24F57> /usr/lib/libsvn_client-1.0.dylib
    0x115b78000 - 0x115b94ff7 libsvnfsfs-1.0.dylib ??? (???) <E0F43797-704D-3230-72CC-BDD7C10F8FA2> /usr/lib/libsvnfsfs-1.0.dylib
    0x115b9d000 - 0x115ba0fff libsvn_fs-1.0.dylib ??? (???) <DF1FA07C-899B-4D0F-2053-3CF2A607EC4F> /usr/lib/libsvn_fs-1.0.dylib
    0x115ba6000 - 0x115baafff libsvnralocal-1.0.dylib ??? (???) <7AE83A6B-401D-8F2D-7DB6-6D3CC1C2B34C> /usr/lib/libsvnralocal-1.0.dylib
    0x115bb0000 - 0x115bbeff7 libsvnrasvn-1.0.dylib ??? (???) <F85654AC-5729-5E6E-E2CF-B0B924B8A246> /usr/lib/libsvnrasvn-1.0.dylib
    0x115bc5000 - 0x115bcbfff libsvn_ra-1.0.dylib ??? (???) <17309F76-0DEB-9E53-C726-691DB946AC66> /usr/lib/libsvn_ra-1.0.dylib
    0x115bd1000 - 0x115bf0fff libsvn_repos-1.0.dylib ??? (???) <CAF17863-5B37-681F-8BF1-BA37BEF97C8F> /usr/lib/libsvn_repos-1.0.dylib
    0x115bf9000 - 0x115c32fff libsvn_subr-1.0.dylib ??? (???) <0110708C-2986-E80A-5B15-59C444FC94A5> /usr/lib/libsvn_subr-1.0.dylib
    0x115c44000 - 0x115c7aff7 libsvn_wc-1.0.dylib ??? (???) <24D9C3EC-4F21-D8F3-C450-69731C0DF0A3> /usr/lib/libsvn_wc-1.0.dylib
    0x115c86000 - 0x115c9dff7 libsvnraneon-1.0.dylib ??? (???) <89794E2C-9B90-52F1-92BC-7F91F25E2E3E> /usr/lib/libsvnraneon-1.0.dylib
    0x115ca7000 - 0x115cbffe7 libneon.27.dylib 29.3.0 (compatibility 29.0.0) <73ED20C9-D5E5-45FD-6F3A-953053F698D9> /usr/lib/libneon.27.dylib
    0x115cca000 - 0x115cddfff com.apple.xcode.perforce 5.3 (1681) <07FAE143-3452-0A55-35A9-3B0CDF9F7654> /Developer/Library/Xcode/Plug-ins/XcodePerforcePlugin.xcplugin/Contents/MacOS/X codePerforcePlugin
    0x115ce8000 - 0x115cecfff com.apple.xcode.perforce.ui 5.3 (1681) <EFE1244E-B6D6-F4AF-44E8-D4E2BA4FAABA> /Developer/Library/Xcode/Plug-ins/XcodePerforceIDEPlugin.xcplugin/Contents/MacO S/XcodePerforceIDEPlugin
    0x115cf0000 - 0x115d09fff com.apple.xcode.cvs 5.3 (1684) <AA493A0B-11A8-ED04-5582-BDE2695857D8> /Developer/Library/Xcode/Plug-ins/XcodeCVSPlugin.xcplugin/Contents/MacOS/XcodeC VSPlugin
    0x115d17000 - 0x115d1afff com.apple.xcode.cvs.ui 5.3 (1684) <CEB406B9-4587-BEAF-F327-3A2E43DFBF3C> /Developer/Library/Xcode/Plug-ins/XcodeCVSIDEPlugin.xcplugin/Contents/MacOS/Xco deCVSIDEPlugin
    0x115d1e000 - 0x115d27ff7 com.apple.Xcode.PlistPlugin 5.3 (1686) <7CF51505-3F57-7C79-4E3D-96AAA9A6F296> /Developer/Library/Xcode/Plug-ins/PlistPlugin.xcplugin/Contents/MacOS/PlistPlug in
    0x115d2f000 - 0x115d55fff com.apple.Xcode.PlistEdit 5.3 (1686) <AE00E2F9-7AB9-3C18-7D4C-2AE8D4ACA5B2> /Developer/Library/PrivateFrameworks/PlistEdit.framework/Versions/A/PlistEdit
    0x115d6b000 - 0x115d7bff7 com.apple.Xcode.BuildSettingsPanes 5.3 (1708) <7034D2FB-F555-219D-B97A-42E0AD0C08DD> /Developer/Applications/Xcode.app/Contents/PlugIns/BuildSettingsPanes.xcplugin/ Contents/MacOS/BuildSettingsPanes
    0x115d85000 - 0x115d86ff7 com.apple.Xcode.iPhoneSimulatorLaunchPlugin 2.0 (28) <E7342249-63C6-E052-100C-8ACE22998C6D> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Plug-ins/ iPhoneSimulatorLaunchPlugin.xcplugin/Contents/MacOS/iPhoneSimulatorLaunchPlugin
    0x115d96000 - 0x115d96fff com.apple.xcode.plug-in.CoreBuildTasks 5.3 (1705) <9077C411-9173-10AD-1CC1-AF13B28670A9> /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBu ildTasks
    0x115d9a000 - 0x115da2fff com.apple.platform.iphoneos.plugin 1.0 (1.0) <F84EB507-E69C-A0B3-35DC-65BF6FEEA106> /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneO S Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
    0x115dc8000 - 0x115dceff7 com.apple.AppleScriptStudio.ASKPlugin 1.7 (68) <F11E6ADD-6B62-E1AF-011C-B1BDF26DBD8D> /Developer/Library/Xcode/Plug-ins/ASKPlugin.pbplugin/Contents/MacOS/ASKPlugin
    0x115dd8000 - 0x115e2efff com.apple.AppleScriptKit 1.5.1 (81) <F7FCBE73-EB73-A574-A9C7-C343E2562B78> /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/AppleScriptKit
    0x115e86000 - 0x115ecdff7 com.apple.OSAKit 1.2.1 (76) <C5F739FF-07F8-2172-80FA-9885962034F8> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x115f03000 - 0x115f10fe7 libexslt.0.dylib 9.13.0 (compatibility 9.0.0) <D9944F04-1F01-B9D1-A46F-96229CD19437> /usr/lib/libexslt.0.dylib
    0x115f16000 - 0x115f19ff7 com.apple.AppleScriptStudio.ASKDictionaryPlugin 1.6 (68) <8886F5F3-3310-BE5B-C0EA-2BD5685BD741> /Developer/Library/Xcode/Plug-ins/ASKDictionaryPlugin.pbplugin/Contents/MacOS/A SKDictionaryPlugin
    0x115f20000 - 0x115f2afff com.apple.AppleScriptStudio.ASKDebuggerPlugin 1.6 (68) <25488474-E770-ED88-E15C-833E472647E1> /Developer/Library/Xcode/Plug-ins/ASKDebuggerPlugin.pbplugin/Contents/MacOS/ASK DebuggerPlugin
    0x115f3f000 - 0x115f6ffff com.apple.Xcode.JavaDebugging 5.3 (1708) <937CB1B5-EC0B-AF65-7451-AC8D4B2F84D0> /Developer/Applications/Xcode.app/Contents/PlugIns/JavaDebugging.xcplugin/Conte nts/MacOS/JavaDebugging
    0x115f90000 - 0x115ffbff7 com.apple.Xcode.GDBMIDebuggingPlugin 5.3 (1708) <C8FB3085-3A50-040F-7DBE-0FEA748C69E0> /Developer/Applications/Xcode.app/Contents/PlugIns/GDBMIDebugging.xcplugin/Cont ents/MacOS/GDBMIDebugging
    0x11603c000 - 0x11605cfff com.apple.DTDeviceKitBase 4.0 (260.5) <0E922631-DF27-7B59-B457-78FBF3EC6510> /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDe viceKitBase.framework/Versions/A/DTDeviceKitBase
    0x116070000 - 0x1160ebfff com.apple.mobiledevice 396.7 (396.7) <4FCE1B51-D36D-C4AB-E555-ED68D6B55AD2> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
    0x11612c000 - 0x116212fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
    0x11626a000 - 0x116296fff libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <980AF3AF-510A-AAD1-1077-1B6D50BEB3FC> /usr/lib/libssl.0.9.7.dylib
    0x116391000 - 0x1163a8fff com.apple.DeviceLinkX 4.1 (223) <5F1ED512-01BC-A25B-686D-9B9E827F6D80> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
    0x1163c1000 - 0x1163c5fff com.apple.Xcode.iPhoneSimulatorDevicePlugin 2.0 (28) <350DA65C-EEC2-722E-2404-40C3CDDFC1D9> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Plug-ins/ iPhoneSimulatorDevicePlugin.xcodeplugin/Contents/MacOS/iPhoneSimulatorDevicePlug in
    0x1163cc000 - 0x1163d3fff com.apple.iPhoneSimulatorRemoteClient 2.0 (14) <B284FFAA-FEDE-5779-30DC-B7E346306F08> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFramewor ks/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient
    0x1163e3000 - 0x1163e8fff com.apple.Xcode.OrganizerSupport 5.3 (1708) <9F3E720A-E66B-68E6-2241-E1F7B6C5A102> /Developer/Library/Xcode/Plug-ins/OrganizerSupport.xcodeplugin/Contents/MacOS/O rganizerSupport
    0x116713000 - 0x116776fff com.apple.Xcode.iPhoneSupport 4.1 (330.1) <A08A30A1-0768-4018-17ED-A64D8D356507> /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneR emoteDevice.xcodeplugin/Contents/MacOS/iPhoneRemoteDevice
    0x1167b4000 - 0x11685fff7 com.apple.DTDeviceKit 4.1 (260.5) <FA40E022-34C5-0B90-465B-3A3317F18192> /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDe viceKit.framework/Versions/A/DTDeviceKit
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80003000 - 0x7fff800d3ff7 com.apple.CFNetwork 454.9.8 (454.9.8) <24667A86-FCDA-5B58-2CDC-3BFDFE8EA985> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff800d4000 - 0x7fff803d2fe7 com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff803d3000 - 0x7fff80654fef com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff80755000 - 0x7fff80773fff libPng.dylib ??? (???) <F6932C8D-E6B1-0871-B698-15180AA948F7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff80774000 - 0x7fff80776fff libRadiance.dylib ??? (???) <D67C08B6-4D4A-916D-E936-528E145A56E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff80777000 - 0x7fff80777ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff80778000 - 0x7fff8077eff7 IOSurface ??? (???) <EB2019F6-7C5C-3D59-E11F-6119466C12A9> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff80b43000 - 0x7fff80d03fef libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    0x7fff80d04000 - 0x7fff80d41fff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff80d42000 - 0x7fff80d7aff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <94776929-EF76-D979-5412-940C845BAC5D> /usr/lib/libssl.0.9.8.dylib
    0x7fff80db0000 - 0x7fff80ed5fef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff80ed6000 - 0x7fff80f93ff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff80f94000 - 0x7fff80f9aff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff811b5000 - 0x7fff811f0fff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff811f1000 - 0x7fff81232fff com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff81249000 - 0x7fff81254ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff81255000 - 0x7fff8129fff7 com.apple.Metadata 10.6.3 (507.10) <641395B7-FF2C-B94C-965A-CE6A0830645F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff812a0000 - 0x7fff812b5ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff812cc000 - 0x7fff812fdfef libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff812fe000 - 0x7fff81345ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff81346000 - 0x7fff81346ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff8184c000 - 0x7fff8184efff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff81870000 - 0x7fff81893fff com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff81894000 - 0x7fff81949fe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8194a000 - 0x7fff81955fff com.apple.CrashReporterSupport 10.6.3 (250) <F74D84F2-26D0-BE89-00A8-238857AA83C5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff81956000 - 0x7fff8195bfff libGIF.dylib ??? (???) <21FC6B02-6AC3-C4DB-0B50-98144802274C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8195c000 - 0x7fff81a36ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff81ca3000 - 0x7fff81ee5fef com.apple.AddressBook.framework 5.0.2 (870) <A1278575-53F2-CC00-7306-E49713FEC7C6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff81f6d000 - 0x7fff8266a067 com.apple.CoreGraphics 1.545.0 (???) <88892F58-F785-2E30-50B1-E9CC8775E79F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8266b000 - 0x7fff82821fef com.apple.ImageIO.framework 3.0.3 (3.0.3) <A32D0B5A-7149-7739-22D3-84D38B07E9E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff82981000 - 0x7fff82990ff7 com.apple.opengl 1.6.9 (1.6.9) <BB8AEF81-0EC1-ED4C-360B-186C60AE745C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff82a3b000 - 0x7fff82ac7fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff82ac8000 - 0x7fff82acdff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff82ccb000 - 0x7fff82cdcff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff82de8000 - 0x7fff82fd0ff7 com.apple.JavaScriptCore 6533.18 (6533.18.1) <097272AC-E436-78E5-4A74-284DEB07D6D9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff83087000 - 0x7fff83092ff7 com.apple.HelpData 2.0.4 (34) <B44D2E2A-BC1E-CD63-F8A1-C9465491693A> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff83093000 - 0x7fff830a9fe7 com.apple.MultitouchSupport.framework 205.34 (205.34) <01AAE66D-C2DF-4EF5-FC7B-E89E08C02A01> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff830aa000 - 0x7fff8315ffe7 com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff83161000 - 0x7fff8316efe7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <7B891D4C-1F19-4DB0-FD12-7A7D5E8F47AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8316f000 - 0x7fff83180fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff83181000 - 0x7fff831fefef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff831ff000 - 0x7fff83209ff7 com.apple.bsd.ServiceManagement 1.0 (1.0) <1FD03A3C-C98E-7C03-35F2-4571CF3E90E1> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff8320a000 - 0x7fff83218ff7 libkxld.dylib ??? (???) <EE840168-1F67-6219-8BA3-C46039BCC8B3> /usr/lib/system/libkxld.dylib
    0x7fff83219000 - 0x7fff8325afef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8325b000 - 0x7fff83eceff7 com.apple.WebCore 6533.18 (6533.18.1) <93835F9F-EDA0-4E03-DE76-F2703FC1C1A5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff83ecf000 - 0x7fff83ecfff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff83ed0000 - 0x7fff83f0efef com.apple.DebugSymbols 1.1 (70) <C3D11461-E118-09DB-D9D7-8972B3FD160F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff83f95000 - 0x7fff840a4fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff840a5000 - 0x7fff8421aff7 com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8421b000 - 0x7fff84221fff libCGXCoreImage.A.dylib 543.50.0 (compatibility 64.0.0) <2D72D55A-C8FE-78DD-602E-E934057EDF95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff84222000 - 0x7fff8428cfe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <514D400C-50A5-C196-83AA-1035DDC8FBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8428d000 - 0x7fff8462efe7 com.apple.RawCamera.bundle 3.3.0 (533) <84ACD5A6-A184-0D4A-24C6-41D14291E8EC> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8462f000 - 0x7fff8467bfff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff8467c000 - 0x7fff8469dfff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff8469e000 - 0x7fff8475efff libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8477c000 - 0x7fff84789ff7 com.apple.AppleFSCompression 24.3 (1.0) <1F855060-F7F5-6BAA-0C28-63CABD0173FC> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff8478a000 - 0x7fff847afff7 com.apple.CoreVideo 1.6.1 (45.5) <29F39070-5CEF-B286-66E3-7CC903519403> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff847b0000 - 0x7fff8481cff7 com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8481d000 - 0x7fff84848ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff84849000 - 0x7fff84987fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff84988000 - 0x7fff84a28fff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff84add000 - 0x7fff84af6fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff84af7000 - 0x7fff854edfff com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff854ee000 - 0x7fff8554cff7 com.apple.framework.IOKit 2.0 (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8554d000 - 0x7fff85563fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff855c3000 - 0x7fff85640fef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff85641000 - 0x7fff856dbfff com.apple.ApplicationServices.ATS 275.11.1 (???) <0A898C0C-41A0-B9BF-0A38-74FB029CA049> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff85719000 - 0x7fff85f23fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff85f24000 - 0x7fff85f27ff7 libCoreVMClient.dylib ??? (???) <CE19A78F-B76D-244A-1C04-0544B914F728> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff85f28000 - 0x7fff85f29fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff85f2a000 - 0x7fff85f79ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff85f7a000 - 0x7fff86138fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    0x7fff86139000 - 0x7fff8613aff7 com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8613b000 - 0x7fff86163fff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff86164000 - 0x7fff86178ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8622b000 - 0x7fff862aafef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <243E456E-7A74-BE76-FF18-E589BDCAA785> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff862ab000 - 0x7fff862fcfe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff862fd000 - 0x7fff86309fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5FFC8295-2DF7-B54C-3766-756842C53731> /usr/lib/libbz2.1.0.dylib
    0x7fff8630a000 - 0x7fff8630eff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <E666EBC7-2D87-A3C6-9461-A596B4E53593> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff86327000 - 0x7fff86357fef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff86358000 - 0x7fff86373ff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff864de000 - 0x7fff86521ff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <DF457CB3-CE61-0FD4-1403-BB68BC2CC998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff86522000 - 0x7fff8655afef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib
    0x7fff8655b000 - 0x7fff865eafff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff865eb000 - 0x7fff865eefff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff86696000 - 0x7fff86761fe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <3C223A94-EF14-28C5-844B-C25DFC87FB42> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff86762000 - 0x7fff86879fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff8687a000 - 0x7fff86929fff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8692a000 - 0x7fff86aa7ff7 com.apple.WebKit 6533.18 (6533.18.1) <1B7655BE-5F18-583B-1A43-72B047339144> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff86aa8000 - 0x7fff86ae2fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff86af2000 - 0x7fff86bd8fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <8A697128-B6CA-E4A8-C200-6520D5A35FBE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff86bde000 - 0x7fff86bf2fff libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff86bf3000 - 0x7fff86c83fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff86d5d000 - 0x7fff86de2fff com.apple.print.framework.PrintCore 6.2 (312.5) <C20F87CE-ACC1-552B-8A73-2B3846A01D80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff86def000 - 0x7fff86df6fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff86df7000 - 0x7fff86e17ff7 com.apple.DirectoryService.Framework 3.6 (621.4) <969734C3-D21E-2F30-5CBB-D9F23D123643> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff86e5a000 - 0x7fff871f3ff7 com.apple.QuartzCore 1.6.2 (227.22) <76EE0A32-B20B-F316-ADDD-4230329253D5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff871f4000 - 0x7fff871f9fff libGFXShared.dylib ??? (???) <1B50D804-966B-30D2-D0FD-B090B6FEAC7E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff87277000 - 0x7fff8732dfff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff8732e000 - 0x7fff87332ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff87333000 - 0x7fff87666fe7 com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff876b7000 - 0x7fff876c6fff com.apple.NetFS 3.2.1 (3.2.1) <0357C371-2E2D-069C-08FB-1180512B8516> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff87839000 - 0x7fff87931ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A> /usr/lib/libiconv.2.dylib
    0x7fff87932000 - 0x7fff87bb9fe7 com.apple.security 6.1.1 (37594) <C32E7E37-13EC-381A-7CA6-AAE3EBD2C1F1> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff87bba000 - 0x7fff87bbaff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff87d2a000 - 0x7fff87e43fef libGLProgrammability.dylib ??? (???) <0E55A58B-5B42-669F-2655-90893554CA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff87e44000 - 0x7fff87f48fff com.apple.PubSub 1.0.5 (65.20) <4B7C7949-653D-D1D2-FEDF-97863ADD4BE0> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff87f49000 - 0x7fff8838cfef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff883e7000 - 0x7fff88424ff7 libFontRegistry.dylib ??? (???) <B63FCC3A-F49E-B42E-6D57-5F59E3A8D8B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff88425000 - 0x7fff8846eff7 com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8846f000 - 0x7fff8846fff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff88470000 - 0x7fff88470ff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff88471000 - 0x7fff88483fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff884e7000 - 0x7fff8853cfef com.apple.framework.familycontrols 2.0.1 (2010) <239940AC-2427-44C6-9E29-998D0ABECDF3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff8853d000 - 0x7fff885bbfff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff8860a000 - 0x7fff88659fef libTIFF.dylib ??? (???) <A66CBA9C-A38D-5EDB-BFB5-CB398F033D6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8867e000 - 0x7fff886e0fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff886e1000 - 0x7fff886f7fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff88859000 - 0x7fff8885cff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8885d000 - 0x7fff888a5ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff888a6000 - 0x7fff888ccfe7 libJPEG.dylib ??? (???) <4060F3E2-BAD3-244F-D777-51BA16569DA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff888cd000 - 0x7fff88910fff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff889de000 - 0x7fff88a0ffff libGLImage.dylib ??? (???) <7EF50768-54F1-5883-C40F-DAF83810C3FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff88a10000 - 0x7fff88a11ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff88a12000 - 0x7fff88a34ff7 libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <8EC31253-B585-D05E-F35D-AE3292FB790B> /usr/lib/libexpat.1.dylib
    0x7fff88b65000 - 0x7fff88be0fff com.apple.ISSupport 1.9.3 (51) <BE4B548C-F9C4-2464-12A6-F94A21D569C6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff88be1000 - 0x7fff88be1ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff88d18000 - 0x7fff88dd1fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff88dd2000 - 0x7fff88e1bfef libGLU.dylib ??? (???) <88F0E457-EE53-B5FF-6A1B-D0326D0C643D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 2 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.7f1, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545016B9SA02, 149.05 GB
    Serial ATA Device: HL-DT-ST DVDRW GS23N
    USB Device: Apple Mobile Device (Recovery Mode), 0x05ac (Apple Inc.), 0x1281, 0x24100000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000

    I am experiencing the same thing - I am running the latest version of xcode - downloaded and installed just this AM, and it crashes each time I select an iOS build
    to restore to my IP4. I was running release code 4.1_8B117 and attempted to flash 4.2_8C134 to the device. It would expand the image, erase the phone and put it in DFU
    mode, then crash. Now the phone is stuck in DFU, and each time I launch xcode and attempt to put either 4.2 or 4.1 release on it is crashes xcode immediately - doesn't
    even try to expand the image before it dies.

  • Xcode crashes when doing a distributed build

    Xcode crashes when attempting to do a distributed build.
    UNCAUGHT EXCEPTION (NSInvalidArgumentException): *** -[__NSCFString rangeOfString:options:range:locale:]: nil argument
    UserInfo: (null)
    Hints: None
    Backtrace:
      0  0x00007fff8eaba26a __exceptionPreprocess (in CoreFoundation)
      1  0x00007fff94337d5e objc_exception_throw (in libobjc.A.dylib)
      2  0x00007fff8eaba0ba +[NSException raise:format:arguments:] (in CoreFoundation)
      3  0x00007fff8eaba044 +[NSException raise:format:] (in CoreFoundation)
      4  0x00007fff960efa7d -[NSString rangeOfString:options:range:locale:] (in Foundation)
      5  0x00007fff960ef8ef -[NSString rangeOfString:] (in Foundation)
      6  0x0000000103ef1e02 -[XCDistributedBuildLocalHost sdkVersionForSDKPackage:] (in DevToolsCore)
      7  0x0000000103ea982f -[XCDependencyCommand environment] (in DevToolsCore)
      8  0x0000000103eab221 -[XCDependencyCommand createStartedCommandInvocation] (in DevToolsCore)
      9  0x0000000103f60676 -[Xcode3BuildTask main] (in DevToolsCore)
    10  0x00007fff96128788 -[__NSOperationInternal start] (in Foundation)
    11  0x00007fff9613b9e6 ____NSOQSchedule_block_invoke_2 (in Foundation)
    12  0x00007fff92ea38ba _dispatch_call_block_and_release (in libdispatch.dylib)
    13  0x00007fff92ea4799 _dispatch_worker_thread2 (in libdispatch.dylib)
    14  0x00007fff92e133da _pthread_wqthread (in libsystem_c.dylib)
    15  0x00007fff92e14b85 start_wqthread (in libsystem_c.dylib)
    Any suggestions?

    Build settings from command line:
        CPLUSPLUS = /Developer/usr/bin/distcc
    Some more information when I try to build form the command line...
    === BUILD NATIVE TARGET Client OF PROJECT Client WITH THE DEFAULT CONFIGURATION (Release) ===
    Check dependencies
    [WARN]Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'config/Client-Info.plist'.
    2011-12-13 16:53:09.175 xcodebuild[23718:4d03]  DVTAssertions: Warning in /SourceCache/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-934/Xcode3Sources/ XcodeIDE/Frameworks/DevToolsBase/pbxcore/SpecificationTypes/XCCommandLineToolSpe cification.m:828
    Details:  Unable to get message category info for tool '/Developer/usr/bin/distcc'.
    Reason: distcc[23748] (dcc_get_top_dir) Warning: HOME is not set; can't find distcc directory
    distcc[23748] (dcc_lock_one) ERROR: failed to lock
    distcc[23748] (dcc_get_top_dir) Warning: HOME is not set; can't find distcc directory
    i686-apple-darwin11-llvm-gcc-4.2: no input files
    distcc[23748] ERROR: compile (null) on localhost failed
    distcc[23748] (dcc_get_top_dir) Warning: HOME is not set; can't find distcc directory
    Object:   <XCCompilerSpecificationClang: 0x400dfd140>
    Method:   -messageCategoryInfoForExecutablePath:
    Thread:   <NSThread: 0x400836660>{name = (null), num = 6}
    Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
    cc1plus: error: unrecognized command line option "-Wc++0x-extensions"
    cc1plus: error: unrecognized command line option "-Wno-sign-conversion"
    cc1plus: error: unrecognized command line option "-fdiagnostics-print-source-range-info"
    cc1plus: error: unrecognized command line option "-fdiagnostics-show-category=id"
    cc1plus: error: unrecognized command line option "-fdiagnostics-parseable-fixits"
    distcc[23744] ERROR: compile (null) on localhost failed
    Command /Developer/usr/bin/distcc failed with exit code 1

  • I had earlier installed adobe dreamweaver cs3 on windows 7 my system got crashed, we have changed the hardware installed win 8.1 now dreamweaver is giving activation error exceeded activation limit please help

    i had earlier installed adobe dreamweaver cs3 on windows 7 my system got crashed, we have changed the hardware installed win 8.1 now dreamweaver is giving activation error exceeded activation limit please help

    Hello,
    what concerns your wish about an uinstaller, so you should use
    https://helpx.adobe.com/creative-suite/kb/cs3-product-downloads.html >>> AND note this "Read before you download a CS3 product". And esp, "You need your CS3 serial number to complete the installation" but this shouldn't be a problem for you, because you had an official version and so you can use all these informations like https://helpx.adobe.com/x-productkb/global/find-serial-number.html
    Hans-Günter

  • Xcode crashes when attempting App store export or submission from Organizer

    Hello,
    I'm having problems submitting to the App Store.  Both Xcode 6.1 and 5.1.1 crash when I attempt to export an .ipa or use the submit feature after the app has been archived.  Here are the steps to reproduce:
    Build -> Archive -> Organizer -> Export -> Save for iOS App Store Deployment
    The "Fetching list of teams..." dialogue appears briefly and then Xcode crashes.  This also occurs when clicking the Submit button on the Organizer window.  This also occurs for Ad Hoc exports.  This is odd as I was able to create an ad hoc distribution a few days ago without issue.
    I am also unable to select the Team attribute for the target in the project files general settings (General -> Identity -> Team).
    I have double checked the developer center to ensure that I have an App Store provisioning profile for this app.  I have also read of people having a similar issue if they had not agreed to the latest developer center terms.  As far as I can tell, I don't have any outstanding agreements that require action.
    Thanks,
    Chris

    This was an issue with the Developer Portal that was rectified by Apple.  No intervention is necessary for Xcode users.

  • Xcode Crash on StartUp

    Since yesterday my xcode crashs every single time i start it. i really dont know whats the problem.
    ASSERTION FAILURE in /SourceCache/IDELogNavigator/IDELogNavigator-814/IDELogNavigator.m:582
    Details:  (self.rootNavigableItem) should not be nil.
    Object:   <IDELogNavigator: 0x40278c360>
    Method:   -revertStateWithDictionary:
    Thread:   <NSThread: 0x40010a260>{name = (null), num = 1}
    Hints:  
      0: Replacement view is installing: <IDELogNavigator: 0x40278c360 representing: <DVTExtension 0x400efcda0: Log Navigator (Xcode.IDEKit.Navigator.Logs) v0.1>>
    Backtrace:
      0  0x0000000109f1a466 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
      1  0x0000000109589794 _DVTAssertionFailureHandler (in DVTFoundation)
      2  0x000000010e038cb1 -[IDELogNavigator revertStateWithDictionary:] (in IDELogNavigator)
      3  0x000000010954c42b -[DVTStateToken _pullStateFromDictionary:] (in DVTFoundation)
      4  0x000000010954c1e2 -[DVTStateToken pullStateFromRepository] (in DVTFoundation)
      5  0x0000000109e6549d -[IDENavigatorArea replacementView:didInstallViewController:] (in IDEKit)
      6  0x00000001097445f1 __42-[DVTReplacementView _setupViewController]_block_invoke_0 (in DVTKit)
      7  0x000000010954d51e DVTInvokeWithFailureHint (in DVTFoundation)
      8  0x0000000109744473 -[DVTReplacementView _setupViewController] (in DVTKit)
      9  0x0000000109744345 -[DVTReplacementView installedViewController] (in DVTKit)
    10  0x000000010974f43c -[DVTReplacementView layoutTopDown] (in DVTKit)
    11  0x000000010973f1c3 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit)
    12  0x000000010973f272 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit)
    13  0x000000010973f272 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit)
    14  0x000000010973f272 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit)
    15  0x000000010973f272 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit)
    16  0x000000010973f272 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit)
    17  0x000000010973f272 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit)
    18  0x000000010973f272 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit)
    19  0x000000010973f272 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit)
    20  0x000000010973f272 __84+[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:]_block_invoke_0 (in DVTKit)
    21  0x000000010973f037 +[DVTAutoLayoutView _recursivelyLayoutSubviewsOfView:populatingSetWithLaidOutViews:] (in DVTKit)
    22  0x000000010974f028 -[DVTDelayedValidator doValidation:] (in DVTKit)
    23  0x00007fff93705804 __NSFirePerformWithOrder (in Foundation)
    24  0x00007fff89c99647 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation)
    25  0x00007fff89c995a6 __CFRunLoopDoObservers (in CoreFoundation)
    26  0x00007fff89c6e889 __CFRunLoopRun (in CoreFoundation)
    27  0x00007fff89c6e216 CFRunLoopRunSpecific (in CoreFoundation)
    28  0x00007fff92a504ff RunCurrentEventLoopInMode (in HIToolbox)
    29  0x00007fff92a57c21 ReceiveNextEventCommon (in HIToolbox)
    30  0x00007fff92a57aae BlockUntilNextEventMatchingListInMode (in HIToolbox)
    31  0x00007fff94a60191 _DPSNextEvent (in AppKit)
    32  0x00007fff94a5fa95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
    33  0x00007fff94a5c3d6 -[NSApplication run] (in AppKit)
    34  0x00007fff94cda52a NSApplicationMain (in AppKit)
    35  0x000000010951aeec (in Xcode)
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 6
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1268
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=280.5M resident=173.9M(62%) swapped_out_or_unallocated=106.6M(38%)
    Writable regions: Total=16.2G written=38.9M(0%) resident=129.9M(1%) swapped_out=0K(0%) unallocated=16.0G(99%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  13.5M
    CG image                            324K
    CG raster data                     2720K
    CG shared images                   3416K
    CoreAnimation                       344K
    CoreGraphics                         16K
    CoreImage                            88K
    CoreServices                       1772K
    IOKit                              9220K
    MALLOC                            361.5M
    MALLOC (reserved)                  15.8G        reserved VM address space (unallocated)
    MALLOC guard page                    64K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=243                        4K
    Memory tag=249                      156K
    Memory tag=251                       76K
    OpenCL                               44K
    OpenGL GLSL                        1372K
    OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)
    SQLite page cache                   960K
    STACK GUARD                        56.1M
    Stack                              14.2M
    VM_ALLOCATE                        18.4M
    __CI_BITMAP                          80K
    __DATA                             30.2M
    __IMAGE                            1256K
    __LINKEDIT                         68.9M
    __TEXT                            211.5M
    __UNICODE                           544K
    mapped file                        41.0M
    shared memory                      11.0M
    ===========                      =======
    TOTAL                              16.6G
    TOTAL, minus reserved VM space    848.3M
    Model: MacBookPro8,1, BootROM MBP81.0047.B0E, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f96
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.100.98.75.6)
    Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK3265GSXF, 320,07 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0253, 0xfa120000 / 4
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
    In other threads they mentioned to delete the cache? is there someone who could explain it step by step for noobies
    many of the folders and files i should delete and restart arent even there?! re-installed xcode twice now, didnt work. same problem, crash on start up.
    starts to **** me off...
    thx 4 help

    Hi,
    I could solve this problem. Hope it works for your case, too.
    In my case, every time I open Xcode 4.2, a pop up appeared saying Xcode has problem with 3 buttons, Show Details, Continue, Crash. And I used to press "Crash" or "Show Details" after trying "Continue" 2 or 3 times.
    But today, I tried pressing "Continue" 7 times, and then Xcode window appeared finally. There, I created new project from top menu and saved, then the same pop up appeared and I pressed "Continue" 3 times and closed. Since then, I am able to open Xcode without any problem.
    I don't know why this happens, but I think Xcode was referencing wrong file path in its start up. In my case, this issue appeared after Xcode hanged up and I killed the process forcefully and since then initial file might be broken in Xcode.
    And I'm not sure how many times we should press "Continue" button in each case and it may be different in each case, but hope it works for your case, too.

  • XCode crashing

    Hello,
    I had problem with XCode Crashing. So I decided to reinstall XCode and Mac OS X. I reinstall XCode + Mac OS X everything went good, but XCode is still crashing. Could anyone tell me, why XCode is crashing ? Or what should I do to fix this problem ? Thanks
    Error log is here
    Process:         Xcode [7367]
    Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         5.1 (5084)
    Build Info:      IDEFrameworks-5084000000000000~21
    App Item ID:     497799835
    App External ID: 444172641
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [262]
    Responsible:     Xcode [7367]
    User ID:         501
    Date/Time:       2014-04-01 15:38:53.523 +0200
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  F2DD4819-8AB4-D413-E1F9-9B489F08E653
    Sleep/Wake UUID: E5F699E5-8F9A-4CA7-8D01-88542C7BEEBF
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: Unknown
    ASSERTION FAILURE in /SourceCache/DVTFrameworks/DVTFrameworks-5072/DVTFoundation/DeveloperStructure/ DVTPlatform.m:496
    Details:  The OS X platform is missing - cannot set a default platform.
    Object:   <DVTPlatform>
    Method:   +loadAllPlatformsReturningError:
    Thread:   <NSThread: 0x7fa240608430>{name = (null), num = 1}
    Hints:   None
    Backtrace:
      0  0x0000000106c0b825 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageForm at:arguments:] (in IDEKit)
      1  0x0000000105a237a9 _DVTAssertionHandler (in DVTFoundation)
      2  0x0000000105a23a8f _DVTAssertionFailureHandler (in DVTFoundation)
      3  0x000000010599ed89 __46+[DVTPlatform loadAllPlatformsReturningError:]_block_invoke (in DVTFoundation)
      4  0x00007fff8d6052ad _dispatch_client_callout (in libdispatch.dylib)
      5  0x00007fff8d60521c dispatch_once_f (in libdispatch.dylib)
      6  0x000000010599dfc1 +[DVTPlatform loadAllPlatformsReturningError:] (in DVTFoundation)
      7  0x0000000106439c1f IDEInitialize (in IDEFoundation)
      8  0x00000001069bbfc9 -[IDEApplicationController applicationWillFinishLaunching:] (in IDEKit)
      9  0x00007fff96e7ce0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation)
    10  0x00007fff96d70a6d _CFXNotificationPost (in CoreFoundation)
    11  0x00007fff97f947ba -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
    12  0x00007fff905bbe6e -[NSApplication finishLaunching] (in AppKit)
    13  0x0000000105f84dd7 -[DVTApplication finishLaunching] (in DVTKit)
    14  0x00007fff905bb983 -[NSApplication run] (in AppKit)
    15  0x00007fff905a6913 NSApplicationMain (in AppKit)
    16  0x00007fff8d0db5fd start (in libdyld.dylib)
    abort() called
    Application Specific Signatures:
    ((void *)0) != macosxPlatform
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff995fe866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff91eda35c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff96391b1a abort + 125
    3   com.apple.dt.IDEKit                     0x0000000106c0b407 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace :] + 1470
    4   com.apple.dt.IDEKit                     0x0000000106c0b9e8 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageForm at:arguments:] + 1177
    5   com.apple.dt.DVTFoundation              0x0000000105a237a9 _DVTAssertionHandler + 361
    6   com.apple.dt.DVTFoundation              0x0000000105a23a8f _DVTAssertionFailureHandler + 407
    7   com.apple.dt.DVTFoundation              0x000000010599ed89 __46+[DVTPlatform loadAllPlatformsReturningError:]_block_invoke + 3519
    8   libdispatch.dylib                       0x00007fff8d6052ad _dispatch_client_callout + 8
    9   libdispatch.dylib                       0x00007fff8d60521c dispatch_once_f + 79
    10  com.apple.dt.DVTFoundation              0x000000010599dfc1 +[DVTPlatform loadAllPlatformsReturningError:] + 283
    11  com.apple.dt.IDEFoundation              0x0000000106439c1f IDEInitialize + 3078
    12  com.apple.dt.IDEKit                     0x00000001069bbfc9 -[IDEApplicationController applicationWillFinishLaunching:] + 695
    13  com.apple.CoreFoundation                0x00007fff96e7ce0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    14  com.apple.CoreFoundation                0x00007fff96d70a6d _CFXNotificationPost + 2893
    15  com.apple.Foundation                    0x00007fff97f947ba -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    16  com.apple.AppKit                        0x00007fff905bbe6e -[NSApplication finishLaunching] + 440
    17  com.apple.dt.DVTKit                     0x0000000105f84dd7 -[DVTApplication finishLaunching] + 39
    18  com.apple.AppKit                        0x00007fff905bb983 -[NSApplication run] + 128
    19  com.apple.AppKit                        0x00007fff905a6913 NSApplicationMain + 940
    20  libdyld.dylib                           0x00007fff8d0db5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff995fee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff91edaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff91eddfb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff995ff662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8d60743d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8d607152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff995fee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff91edaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff91eddfb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff995fee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff91edaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff91eddfb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff995fee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff91edaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff91eddfb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff995faa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff995f9d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff96dd1155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff96dd0779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff96dd00b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff96e85811 CFRunLoopRun + 97
    6   com.apple.DebugSymbols                  0x00007fff97c807e3 SpotlightQueryThread(void*) + 355
    7   libsystem_pthread.dylib                 0x00007fff91ed9899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff91ed972a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff91eddfc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff995fea3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff963b0dc0 nanosleep + 200
    2   com.apple.CoreSymbolication             0x00007fff9a52e681 0x7fff9a51b000 + 79489
    3   libsystem_pthread.dylib                 0x00007fff91ed9899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff91ed972a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff91eddfc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff7df98310  rcx: 0x00007fff5a378a28  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff5a378a50  rsp: 0x00007fff5a378a28
       r8: 0x00007fa24084b400   r9: 0x000000000000003f  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff982990d0  r13: 0x00007fa2404007c0  r14: 0x0000000000000006  r15: 0x00007fa240608a00
      rip: 0x00007fff995fe866  rfl: 0x0000000000000206  cr2: 0x000000010852c000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x105886000 -        0x105886fff  com.apple.dt.Xcode (5.1 - 5084) <559A43A7-BF02-32DB-AE88-AF3A861F3002> /Applications/Xcode.app/Contents/MacOS/Xcode
           0x105892000 -        0x105cc9fff  com.apple.dt.DVTFoundation (5.1 - 5072) <0A741F53-AF27-3025-8372-F00119F6CC7D> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/versi ons/a/DVTFoundation
           0x105e48000 -        0x106168ff7  com.apple.dt.DVTKit (5.1 - 5072) <989F619B-E02C-38FA-8C2D-14D23BB966BC> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/versions/a/D VTKit
           0x106312000 -        0x10675cfff  com.apple.dt.IDEFoundation (5.1 - 5084) <2DBA77DC-2CE4-3D47-B2CB-62345BBF1537> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/versions/a/ IDEFoundation
           0x1069ba000 -        0x107313fff  com.apple.dt.IDEKit (5.1 - 5084) <5C9BC864-FC55-3261-885A-41AF986EE606> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x10789e000 -        0x10789fffb  libsysmon.dylib (58.90.2) <86ECDE0C-6022-3138-AD95-293098B617B7> /usr/lib/libsysmon.dylib
           0x1078a7000 -        0x1082f3fff +libclang.dylib (503.0.38) <569A1522-A7C5-33CF-AA38-F31B4F23A0A5> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
           0x10847e000 -        0x1084ecff7  com.apple.CSServiceClient (1.0 - 1) <F708B5DF-73BE-37E6-BD8E-A63D7E1DF1CD> /Applications/Xcode.app/Contents/SharedFrameworks/CSServiceClient.framework/ver sions/A/CSServiceClient
           0x10852e000 -        0x108545fff  com.apple.DADocSetManagement (5.1 - 5007) <5FA5C2A9-23E8-377F-94C9-E1EFFA472C05> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ versions/A/DADocSetManagement
           0x108558000 -        0x10855aff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <26946A6A-BF50-3656-AAAB-4AB942CB83FA> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/versions/A/DVTDeveloperModeHelper
           0x108562000 -        0x10858bfff  com.apple.dt.instruments.DTGraphKit (5.1 - 55014) <0995B341-781A-3AE1-AD2A-0B3E4EFDB47C> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/versions /A/DTGraphKit
           0x1085a2000 -        0x10860bff7  com.apple.DADocSetAccess (5.1 - 5007) <B3F5F40C-AA75-3EE1-9CA4-F89FE81FED9F> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/vers ions/A/DADocSetAccess
        0x7fff67ce2000 -     0x7fff67d15817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
        0x7fff8cc6d000 -     0x7fff8cd3efff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8d0d8000 -     0x7fff8d0dbff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
        0x7fff8d161000 -     0x7fff8d431ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8d432000 -     0x7fff8d511fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8d512000 -     0x7fff8d603ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8d604000 -     0x7fff8d61efff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
        0x7fff8d65c000 -     0x7fff8d665fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8d68b000 -     0x7fff8dbaefff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8dbaf000 -     0x7fff8dbd3ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8dbd4000 -     0x7fff8dbfeff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff8dc01000 -     0x7fff8dc5afff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8dc68000 -     0x7fff8dc69fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8dc6a000 -     0x7fff8dc71ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
        0x7fff8dd54000 -     0x7fff8dd65ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff8dd66000 -     0x7fff8dd68fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8dd69000 -     0x7fff8ebb7fff  com.apple.WebCore (9537 - 9537.74.11) <9683BA7C-A04B-3E33-B195-DCF1C2CABF95> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8ebb8000 -     0x7fff8ebbafff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8ec50000 -     0x7fff8ec6bff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8ed69000 -     0x7fff8ed70fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8ed84000 -     0x7fff8eed7ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8f2c8000 -     0x7fff8f35eff7  com.apple.PackageKit (3.0 - 332) <70BE1C7F-0609-32D3-9FA3-3C2CCF7FE999> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
        0x7fff8f35f000 -     0x7fff8f386ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff8f766000 -     0x7fff8f9bfff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8f9ff000 -     0x7fff8fa40fff  com.apple.PerformanceAnalysis (1.47 - 47) <B5B491F2-EF86-3382-B23B-EA78AC40AF25> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8fa41000 -     0x7fff8fd77fff  com.apple.MediaToolbox (1.0 - 1273.49) <AB8ED666-6D15-3367-A033-F4A8AD33C4E0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8fd7b000 -     0x7fff8fd7bfff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8fd7c000 -     0x7fff8fd90fff  com.apple.aps.framework (4.0 - 4.0) <23BC5746-0914-3102-B84F-BEAB31A77AEC> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8fd91000 -     0x7fff8fd99fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8feaf000 -     0x7fff8feaffff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8ff6a000 -     0x7fff90106ff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff90107000 -     0x7fff9010afff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff9010b000 -     0x7fff90135ff7  libsandbox.1.dylib (278.11) <9E5654BF-DCD3-3B15-9C63-209B2B2D2803> /usr/lib/libsandbox.1.dylib
        0x7fff90136000 -     0x7fff9015effb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff90164000 -     0x7fff90176ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <4A5857F9-E249-3FA6-ADBB-410606AEC8CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff901d4000 -     0x7fff9029ffff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff902a0000 -     0x7fff902b1fff  com.apple.idsfoundation (10.0 - 1000) <D3E6646B-4118-30D3-B4F7-DA9A28B396E4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff902b6000 -     0x7fff90307ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff9030d000 -     0x7fff90312ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff90313000 -     0x7fff90315ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
        0x7fff90316000 -     0x7fff9038dfff  com.apple.CoreServices.OSServices (600.4 - 600.4) <DAF9AF17-0AC5-364C-B0BF-B1AF3FB4A07F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff904f5000 -     0x7fff904f9ff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff9054a000 -     0x7fff9058fffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff9059a000 -     0x7fff905a3ffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff905a4000 -     0x7fff9111afff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff9111b000 -     0x7fff91251ff6  com.apple.WebKit (9537 - 9537.74.9) <CA0C0387-8A66-34D4-8B1C-F5CDDBDA76BB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff9126e000 -     0x7fff91355ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff91390000 -     0x7fff91460ff7  com.apple.PubSub (1.0.5 - 65.36) <26189018-1C77-3C56-84E8-56C6A400187F> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff91461000 -     0x7fff9146cfff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
        0x7fff9146d000 -     0x7fff914a8fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff914a9000 -     0x7fff9150eff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff9150f000 -     0x7fff9155bffe  com.apple.CoreMediaIO (407.0 - 4561) <BC8222A6-516C-380C-AB7D-DE78B23574DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff9155c000 -     0x7fff91e7baf3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff91ed8000 -     0x7fff91edfff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff91ee0000 -     0x7fff91f25fff  libcurl.4.dylib (78.90.1) <818543D6-0CCE-3F18-9BF1-4D18B81018F3> /usr/lib/libcurl.4.dylib
        0x7fff91f26000 -     0x7fff92048ff1  com.apple.avfoundation (2.0 - 651.12) <5261E6EA-7476-32B2-A12A-D42598A9B2EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff920eb000 -     0x7fff92109fff  com.apple.facetimeservices (10.0 - 1000) <DED6A966-DF0E-3E58-BD34-D85ED82A99D7> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff92139000 -     0x7fff92268fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff92269000 -     0x7fff922b2fff  com.apple.CoreMedia (1.0 - 1273.49) <D91EC90A-BFF1-300D-A353-68001705811C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff922b3000 -     0x7fff922b3ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff922b4000 -     0x7fff922c0ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff922c3000 -     0x7fff922f4fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff92526000 -     0x7fff92528fff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff92529000 -     0x7fff9252bff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff9252c000 -     0x7fff92531fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff92532000 -     0x7fff92532fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff92533000 -     0x7fff92563fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff92564000 -     0x7fff926a5fff  com.apple.QTKit (7.7.3 - 2826.17) <ADA1EF77-57D2-3E7E-8526-8F0B732C1218> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff926a6000 -     0x7fff926b9ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff926d3000 -     0x7fff9272afff  com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff9272b000 -     0x7fff92b79fff  com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff92b83000 -     0x7fff92b83ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff92c77000 -     0x7fff92c78ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff92c7a000 -     0x7fff92cc8fff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff92cc9000 -     0x7fff92cfeffb  com.apple.datadetectors (5.0 - 246.0) <1C4C33FE-F364-3DBA-A1BC-4A53E594CFD3> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff92cff000 -     0x7fff92d01fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff92d04000 -     0x7fff92d6bff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff92d6c000 -     0x7fff92d6efff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff92d7f000 -     0x7fff92d80ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff92d81000 -     0x7fff92d93fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff934e4000 -     0x7fff93553ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff93554000 -     0x7fff93593fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff93594000 -     0x7fff93598ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
        0x7fff9359e000 -     0x7fff935e0ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff935fb000 -     0x7fff93630ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff9363c000 -     0x7fff9368efff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff9368f000 -     0x7fff938d7ff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff938d8000 -     0x7fff93942ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff93943000 -     0x7fff93a49ff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff93a4a000 -     0x7fff93c90fff  com.apple.AddressBook.framework (8.0 - 1369) <3D1A8D58-6A9E-366C-BDB8-ECC6F279DB24> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff93c91000 -     0x7fff93cf0fff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff93cf1000 -     0x7fff93cf2ff7  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
        0x7fff93f95000 -     0x7fff93f9fff7  com.apple.CrashReporterSupport (10.9 - 538) <DD7669BA-78A6-3BEA-8410-17F556ACAA18> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff93fa0000 -     0x7fff93fa8ffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff944c3000 -     0x7fff944eaffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff944eb000 -     0x7fff944edff7  com.apple.securityhi (9.0 - 55005) <38784C88-AA07-350E-97A3-FCC24C97FC82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff944ee000 -     0x7fff944f8ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff944f9000 -     0x7fff945c2fff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff945c3000 -     0x7fff945c6fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff945c7000 -     0x7fff945cdff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff945ce000 -     0x7fff94657fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff94658000 -     0x7fff94665ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff94666000 -     0x7fff9467cfff  com.apple.CoreMediaAuthoring (2.2 - 947) <9D4F13D2-7A7A-3BE2-90A0-FC9190AE13CC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff94789000 -     0x7fff947a5fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff947a6000 -     0x7fff94a37ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff94a38000 -     0x7fff94a3afff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff94a3b000 -     0x7fff94a3cfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff94a3d000 -     0x7fff94a41ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff94a45000 -     0x7fff94a48fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff94a49000 -     0x7fff94a82ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff94a8d000 -     0x7fff94a90fff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff94a91000 -     0x7fff94b7ffff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff94e12000 -     0x7fff94eadfff  com.apple.PDFKit (2.9.1 - 2.9.1) <F4DFF4F2-6DA3-3B1B-823E-D9ED271A1522> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff94eae000 -     0x7fff94eb2fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff94ed6000 -     0x7fff94effff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff94f00000 -     0x7fff94f47fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff94f48000 -     0x7fff94f4cfff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff94f4d000 -     0x7fff952c4ffa  com.apple.JavaScriptCore (9537 - 9537.74.4) <0942FE6B-3152-30FC-B92A-92A1C29C5295> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff952c5000 -     0x7fff952f6ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff952f7000 -     0x7fff953afff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff953d7000 -     0x7fff9544afff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff9544b000 -     0x7fff954d6fff  libCoreStorage.dylib (380) <310E877E-0770-385F-B170-FA4623E753E1> /usr/lib/libCoreStorage.dylib
        0x7fff954d7000 -     0x7fff95522fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff95523000 -     0x7fff95530ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff95531000 -     0x7fff9557efff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff95588000 -     0x7fff9558fff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff95590000 -     0x7fff955a0ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff955ad000 -     0x7fff955ebff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff955ec000 -     0x7fff956d6fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff956e6000 -     0x7fff957d5fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff957ff000 -     0x7fff95a60fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff95aa0000 -     0x7fff95ab9ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff95aba000 -     0x7fff95b1efff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff95b1f000 -     0x7fff95be1ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff95be2000 -     0x7fff95d50ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff95d51000 -     0x7fff95e35fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff95e36000 -     0x7fff95e37ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff95e38000 -     0x7fff95e3affb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff95e3b000 -     0x7fff95e3fff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
        0x7fff95e40000 -     0x7fff95e8efff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff95ff6000 -     0x7fff9600fff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff96010000 -     0x7fff9603fff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff9604a000 -     0x7fff9631efc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff9631f000 -     0x7fff9632afff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff9632b000 -     0x7fff96332ff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff96333000 -     0x7fff96334ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff96335000 -     0x7fff963beff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff963d3000 -     0x7fff963e2ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff963f6000 -     0x7fff963f6fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff963f7000 -     0x7fff963ffff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff96400000 -     0x7fff96418ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff96419000 -     0x7fff966c3ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff966c4000 -     0x7fff966f2ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff966f3000 -     0x7fff9677bff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff9677c000 -     0x7fff96799ff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff9679a000 -     0x7fff967befff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff967bf000 -     0x7fff967c0fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff967c1000 -     0x7fff96851fff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff96908000 -     0x7fff96938fff  libncurses.5.4.dylib (42) <BF763D62-9149-37CB-B1D2-F66A2510E6DD> /usr/lib/libncurses.5.4.dylib
        0x7fff9693b000 -     0x7fff96964fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff96965000 -     0x7fff9696efff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff969ee000 -     0x7fff96a3ffff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff96a40000 -     0x7fff96a7cff7  com.apple.ids (10.0 - 1000) <632F7192-0399-34C8-B6BB-463D2F4370E0> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff96d07000 -     0x7fff96d07fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff96d60000 -     0x7fff96f45fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff9780a000 -     0x7fff97815ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff97832000 -     0x7fff97895ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff97896000 -     0x7fff9789cfff  com.apple.AddressBook.ContactsFoundation (8.0 - 1369) <A5D1D494-2F84-3A97-A229-04DB308D4481> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation
        0x7fff9789d000 -     0x7fff978b8ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff97963000 -     0x7fff979c3fff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff979ce000 -     0x7fff97a1bff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff97a1c000 -     0x7fff97a26ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff97a87000 -     0x7fff97a88ff7  libSystem.B.dylib (1197.1.1) <5292BF21-9406-32D5-8BB3-7DD02C672FA0> /usr/lib/libSystem.B.dylib
        0x7fff97a98000 -     0x7fff97aa9ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff97aaa000 -     0x7fff97ab0ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff97ab1000 -     0x7fff97ab2fff  libffi.dylib (18.1) <FEB76C94-97BA-39BC-B713-D086B9757BA5> /usr/lib/libffi.dylib
        0x7fff97ad9000 -     0x7fff97ad9ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff97ae4000 -     0x7fff97af4fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff97af5000 -     0x7fff97bb9ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff97bba000 -     0x7fff97c20fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff97c21000 -     0x7fff97c4eff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff97c4f000 -     0x7fff97c7eff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff97c7f000 -     0x7fff97caefff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff97caf000 -     0x7fff97d02fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff97d03000 -     0x7fff97d37fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff97d45000 -     0x7fff97d4bfff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff97f4c000 -     0x7fff97f63ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff97f64000 -     0x7fff97f64fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff97f65000 -     0x7fff97f81fff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff97f85000 -     0x7fff97f91ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff97f92000 -     0x7fff98290fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff98291000 -     0x7fff9843ef27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff984c0000 -     0x7fff987aafff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff987ab000 -     0x7fff987e3ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff98837000 -     0x7fff98841fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff98842000 -     0x7fff9884aff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff9884b000 -     0x7fff9886ffff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff98870000 -     0x7fff9889ffd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff988a0000 -     0x7fff988adff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff988c8000 -     0x7fff988edff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff988ee000 -     0x7fff98913ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff98914000 -     0x7fff98d47ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff98d9e000 -     0x7fff98df9ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff98dfa000 -     0x7fff98e67fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff98e68000 -     0x7fff98e94fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff98e95000 -     0x7fff98f21ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff98f49000 -     0x7fff98f50fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff98f51000 -     0x7fff99141ffd  com.apple.WebKit2 (9537 - 9537.74.9) <3F7B257F-D0DA-3AA8-BE8B-0C5474FE9806> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff99389000 -     0x7fff993e1ff7  com.apple.Symbolication (1.4 - 129) <6D47983E-9B8E-38A0-9503-099601CF118E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff993e2000 -     0x7fff99552ff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff9956b000 -     0x7fff99573fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff9958b000 -     0x7fff995e8fff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff995e9000 -     0x7fff99605ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
        0x7fff99606000 -     0x7fff9960bff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff9960c000 -     0x7fff9960cfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff9960d000 -     0x7fff99b7dfff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff99bca000 -     0x7fff99bd3ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff99bd4000 -     0x7fff99bd9fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff99bfe000 -     0x7fff99c15ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff99c3d000 -     0x7fff99cdafff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff99cdb000 -     0x7fff99ce5ff7  libcsfde.dylib (380) <A3673EC2-5B81-3190-9BA5-F27013118EC6> /usr/lib/libcsfde.dylib
        0x7fff99ce6000 -     0x7fff99d01ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff99d02000 -     0x7fff99ebaff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
        0x7fff99ebb000 -     0x7fff99ec6ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <A9866D67-C5A8-36D1-A1DB-E2FA60328698> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff99ec7000 -     0x7fff99ed4fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff99ed5000 -     0x7fff99ee3fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff99ee4000 -     0x7fff99ee5fff  com.apple.AddressBook.ContactsData (8.0 - 1369) <BAF434EC-32B6-3F1C-8ABE-4419A15829FF> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff99ee6000 -     0x7fff99efdfff  com.apple.ScriptingBridge (1.3.1 - 63) <CE24DD07-7A89-3105-AE57-A1BED0189292> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff99f30000 -     0x7fff9a001ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <96C40A82-D2F7-310D-879B-7D8960510878> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff9a002000 -     0x7fff9a132ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff9a133000 -     0x7fff9a17aff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
        0x7fff9a17b000 -     0x7fff9a17effc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff9a17f000 -     0x7fff9a1ceff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff9a1cf000 -     0x7fff9a1cffff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff9a1d0000 -     0x7fff9a216fff  com.apple.DiskManagement (6.1 - 744.1) <3DD4CD10-4476-334C-8C4B-991A85AAC272> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff9a44e000 -     0x7fff9a466ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff9a467000 -     0x7fff9a517ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff9a518000 -     0x7fff9a51aff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff9a51b000 -     0x7fff9a59bfff  com.apple.CoreSymbolication (3.0 - 141) <DC9F84AA-9BD0-322B-83C3-FDC1FA771F37> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff9a59c000 -     0x7fff9a97dffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 21878
        thread_create: 2
        thread_set_state: 0

    Try running as a different user, the Guest User is best as its environment is clean.
    If it runs as the Guest User then you have a problrm in your environment, ~/Library/Preferences most likely.
    Post back the results of the test.

  • XCode crashes upon startup

    Help! I just installed Leopard on my iMac (which previously had Tiger and XCode worked great) but whenever i try to open XCode since i installed Leopard, it crashes. Any ideas? Thanks alot

    Have you updated your XCode package after the Leopard upgrade? If not try that.
    I was also having XCode crashes when I was trying to import C source code into an empty project. XCode was crashing due to some bug while indexing the source files. So I disabled the indexing option in XCode and XCode started to work. Hopefully Apple will soon release a fix for this issue as I need to be able to index my huge code base.

  • Xcode crashes when i'm trying to archive app.

    I've this problem since yesterday. After archive the app, organizer xcode goes to crash with this errors:
    Process:               Xcode [809]
    Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:            com.apple.dt.Xcode
    Version:               6.1.1 (6611)
    Build Info:            IDEFrameworks-6611000000000000~4
    App Item ID:           497799835
    App External ID:       810788292
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Xcode [809]
    User ID:               501
    Date/Time:             2015-02-13 15:30:43.702 +0100
    OS Version:            Mac OS X 10.10.2 (14C109)
    Report Version:        11
    Anonymous UUID:        17AE134E-DDDF-1E9E-0E23-3BD977B51B5E
    Time Awake Since Boot: 1300 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: 6A2008a
    UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[__NSCFBoolean length]: unrecognized selector sent to instance 0x7fff7a3576d8
    UserInfo: (null)
    Hints:
      0: Replacement view is installing: <AAVArchivedApplicationsViewController: 0x7f8169986220 representing: <DVTExtension 0x7f8168150240: Archived Applications (Xcode.OrganizerSource.ArchivedApplications) v0.1>>
    Backtrace:
      0  0x00007fff942f0654 __exceptionPreprocess (in CoreFoundation)
      1  0x000000010d877274 DVTFailureHintExceptionPreprocessor (in DVTFoundation)
      2  0x00007fff9674f76e objc_exception_throw (in libobjc.A.dylib)
      3  0x00007fff942f36dd -[NSObject(NSObject) doesNotRecognizeSelector:] (in CoreFoundation)
      4  0x00007fff9423aaa4 ___forwarding___ (in CoreFoundation)
      5  0x00007fff9423a618 _CF_forwarding_prep_0 (in CoreFoundation)
      6  0x00007fff93eb1c91 _LSBundleCopyLocalizedName (in LaunchServices)
      7  0x00007fff93f1514f _LSCopyNodeAttribute_DisplayNameIfDifferentFromFSNameWithLanguage(LSNodeAttribu teStateCache*, __CFString const*) (in LaunchServices)
      8  0x00007fff93f1398d _LSCopyNodeAttributes (in LaunchServices)
      9  0x00007fff93f1ab23 _LSCopyItemAttributesForRefInfoWithOptionsCommon(LSExtendedFSRefInfo const*, unsigned int, __CFArray const*, unsigned int, __CFDictionary const**) (in LaunchServices)
    10  0x00007fff93ea13e3 _LSCopyItemAttributeForRefInfoWithOptions (in LaunchServices)
    11  0x00007fff93ea12de prepareAttributeValueForKey(__CFURL const*, __FileCache*, __CFString const*, void const**, __CFError**) (in LaunchServices)
    12  0x00007fff93ea5284 prepareDistinctLocalizedNameValue(__CFURL const*, __FileCache*, __CFError**) (in LaunchServices)
    13  0x00007fff93e9a2e6 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) (in LaunchServices)
    14  0x00007fff90f6674f prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) (in CoreServicesInternal)
    15  0x00007fff90f640ea _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) (in CoreServicesInternal)
    16  0x00007fff941eb06b CFURLCopyResourcePropertyForKey (in CoreFoundation)
    17  0x00007fff941f2f5e -[NSURL getResourceValue:forKey:error:] (in CoreFoundation)
    18  0x00007fff9005b723 -[NSFileManager displayNameAtPath:] (in Foundation)
    19  0x000000010ebab29a -[IDEArchive(AAVArchiveViewerExtensions) aav_displayName] (in IDEKit)
    20  0x00007fff8ff8fbf8 -[NSObject(NSKeyValueCoding) valueForKey:] (in Foundation)
    21  0x00007fff8ffa8673 -[NSObject(NSKeyValueCoding) valueForKeyPath:] (in Foundation)
    22  0x00007fff97710912 -[NSArrayController _singleValueForKeyPath:] (in AppKit)
    23  0x00007fff8ffa863f -[NSObject(NSKeyValueCoding) valueForKeyPath:] (in Foundation)
    24  0x00007fff977103ff -[NSBinder valueForBinding:resolveMarkersToPlaceholders:] (in AppKit)
    25  0x00007fff97714240 -[NSValueBinder _adjustObject:mode:observedController:observedKeyPath:context:editableState:adj ustState:] (in AppKit)
    26  0x00007fff9771407b -[NSValueBinder _observeValueForKeyPath:ofObject:context:] (in AppKit)
    27  0x00007fff97713eeb -[NSTextValueBinder _observeValueForKeyPath:ofObject:context:] (in AppKit)
    28  0x00007fff8ff69a03 NSKeyValueNotifyObserver (in Foundation)
    29  0x00007fff8ffa8036 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] (in Foundation)
    30  0x00007fff97706f0a -[NSController _notifyObserversForKeyPath:change:] (in AppKit)
    31  0x00007fff97802e1a -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] (in AppKit)
    32  0x00007fff97706d4f -[NSArrayController setContent:] (in AppKit)
    33  0x00007fff9790860b -[NSArrayDetailBinder _refreshDetailContentInBackground:] (in AppKit)
    34  0x00007fff8ff69a03 NSKeyValueNotifyObserver (in Foundation)
    35  0x00007fff8ffa8036 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] (in Foundation)
    36  0x00007fff97706f0a -[NSController _notifyObserversForKeyPath:change:] (in AppKit)
    37  0x00007fff97802e1a -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] (in AppKit)
    38  0x00007fff97706d4f -[NSArrayController setContent:] (in AppKit)
    39  0x00007fff9790860b -[NSArrayDetailBinder _refreshDetailContentInBackground:] (in AppKit)
    40  0x00007fff8ff69a03 NSKeyValueNotifyObserver (in Foundation)
    41  0x00007fff8ff68bd8 NSKeyValueDidChange (in Foundation)
    42  0x00007fff8ff6d73d -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] (in Foundation)
    43  0x000000010eb963fa -[AAVArchivedApplicationsViewController _updateArchiveGroups] (in IDEKit)
    44  0x000000010eb956fe __49-[AAVArchivedApplicationsViewController loadView]_block_invoke80 (in IDEKit)
    45  0x000000010d888b37 -[NSObject(DVTObservingConvenience) _dvt_newObserverForKeyPath:options:owner:withHandlerBlock:] (in DVTFoundation)
    46  0x000000010d6e2076 -[NSObject(DVTObservingConvenience) dvt_newObserverForKeyPath:options:withHandlerBlock:] (in DVTFoundation)
    47  0x000000010eb9558b -[AAVArchivedApplicationsViewController loadView] (in IDEKit)
    48  0x00007fff97a73417 -[NSViewController _loadViewIfRequired] (in AppKit)
    49  0x00007fff977439b1 -[NSViewController view] (in AppKit)
    50  0x000000010dcaf231 -[DVTViewController view] (in DVTKit)
    51  0x000000010eb95c47 -[AAVArchivedApplicationsViewController organizerSourceWillAppearInWindowController:] (in IDEKit)
    52  0x000000010eadde07 -[IDEOrganizerWindowController replacementView:willInstallViewController:] (in IDEKit)
    53  0x000000010dd938bb __42-[DVTReplacementView _setupViewController]_block_invoke (in DVTKit)
    54  0x000000010d876fb2 DVTInvokeWithFailureHint (in DVTFoundation)
    55  0x000000010dcb274f -[DVTReplacementView _setupViewController] (in DVTKit)
    56  0x000000010dcb25c4 -[DVTReplacementView installedViewController] (in DVTKit)
    57  0x000000010e96d9fe -[IDEOrganizerWindowController showWindow:] (in IDEKit)
    58  0x000000010eb97358 +[AAVArchivedApplicationsViewController revealArchive:] (in IDEKit)
    59  0x000000010eb972da +[AAVArchivedApplicationsViewController revealArchiveNotification:] (in IDEKit)
    60  0x00007fff942accdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation)
    61  0x00007fff9419e244 _CFXNotificationPost (in CoreFoundation)
    62  0x00007fff8ff62c31 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
    63  0x000000010d857a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] (in DVTFoundation)
    64  0x000000010e28808d __42-[IDEArchiveManager _revealArchiveAtPath:]_block_invoke (in IDEFoundation)
    65  0x000000010d8ad646 __DVTAsyncPerformBlock_block_invoke (in DVTFoundation)
    66  0x00007fff9420e56c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (in CoreFoundation)
    67  0x00007fff94200675 __CFRunLoopDoBlocks (in CoreFoundation)
    68  0x00007fff942001b6 __CFRunLoopRun (in CoreFoundation)
    69  0x00007fff941ff858 CFRunLoopRunSpecific (in CoreFoundation)
    70  0x00007fff8f0ceaef RunCurrentEventLoopInMode (in HIToolbox)
    71  0x00007fff8f0ce86a ReceiveNextEventCommon (in HIToolbox)
    72  0x00007fff8f0ce6ab _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox)
    73  0x00007fff97684f81 _DPSNextEvent (in AppKit)
    74  0x00007fff97684730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
    75  0x000000010dddb6fd -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit)
    76  0x00007fff97678593 -[NSApplication run] (in AppKit)
    77  0x00007fff97663a14 NSApplicationMain (in AppKit)
    78  0x00007fff945795c9 start (in libdyld.dylib)
    79  0x0000000000000001
    abort() called
    Application Specific Signatures:
    NSInvalidArgumentException
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff942f066c __exceptionPreprocess + 172
    1   DVTFoundation                       0x000000010d877274 DVTFailureHintExceptionPreprocessor + 194
    2   libobjc.A.dylib                     0x00007fff9674f76e objc_exception_throw + 43
    3   CoreFoundation                      0x00007fff942f36dd -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    4   CoreFoundation                      0x00007fff9423aaa4 ___forwarding___ + 1028
    5   CoreFoundation                      0x00007fff9423a618 _CF_forwarding_prep_0 + 120
    6   LaunchServices                      0x00007fff93eb1c91 _LSBundleCopyLocalizedName + 702
    7   LaunchServices                      0x00007fff93f1514f _ZL65_LSCopyNodeAttribute_DisplayNameIfDifferentFromFSNameWithLanguageP25LSNode AttributeStateCachePK10__CFString + 241
    8   LaunchServices                      0x00007fff93f1398d _LSCopyNodeAttributes + 377
    9   LaunchServices                      0x00007fff93f1ab23 _ZL48_LSCopyItemAttributesForRefInfoWithOptionsCommonPK19LSExtendedFSRefInfojPK 9__CFArrayjPPK14__CFDictionary + 367
    10  LaunchServices                      0x00007fff93ea13e3 _LSCopyItemAttributeForRefInfoWithOptions + 129
    11  LaunchServices                      0x00007fff93ea12de _ZL27prepareAttributeValueForKeyPK7__CFURLP11__FileCachePK10__CFStringPPKvPP9__ CFError + 178
    12  LaunchServices                      0x00007fff93ea5284 _ZL33prepareDistinctLocalizedNameValuePK7__CFURLP11__FileCachePP9__CFError + 92
    13  LaunchServices                      0x00007fff93e9a2e6 _ZL31LSPropertyProviderPrepareValuesPK7__CFURLP11__FileCachePKPK10__CFStringPPK vlSA_PP9__CFError + 53
    14  CoreServicesInternal                0x00007fff90f6674f _ZL22prepareValuesForBitmapPK7__CFURLP11__FileCacheP19_FilePropertyBitmapPP9__C FError + 227
    15  CoreServicesInternal                0x00007fff90f640ea _ZL40_FSURLCopyResourcePropertyForKeyInternalPK7__CFURLPK10__CFStringPvS5_PP9__ CFErrorh + 211
    16  CoreFoundation                      0x00007fff941eb06b CFURLCopyResourcePropertyForKey + 123
    17  CoreFoundation                      0x00007fff941f2f5e -[NSURL getResourceValue:forKey:error:] + 190
    18  Foundation                          0x00007fff9005b723 -[NSFileManager displayNameAtPath:] + 86
    19  IDEKit                              0x000000010ebab29a -[IDEArchive(AAVArchiveViewerExtensions) aav_displayName] + 245
    20  Foundation                          0x00007fff8ff8fbf8 -[NSObject(NSKeyValueCoding) valueForKey:] + 385
    21  Foundation                          0x00007fff8ffa8673 -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 324
    22  AppKit                              0x00007fff97710912 -[NSArrayController _singleValueForKeyPath:] + 127
    23  Foundation                          0x00007fff8ffa863f -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 272
    24  AppKit                              0x00007fff977103ff -[NSBinder valueForBinding:resolveMarkersToPlaceholders:] + 164
    25  AppKit                              0x00007fff97714240 -[NSValueBinder _adjustObject:mode:observedController:observedKeyPath:context:editableState:adj ustState:] + 302
    26  AppKit                              0x00007fff9771407b -[NSValueBinder _observeValueForKeyPath:ofObject:context:] + 276
    27  AppKit                              0x00007fff97713eeb -[NSTextValueBinder _observeValueForKeyPath:ofObject:context:] + 43
    28  Foundation                          0x00007fff8ff69a03 NSKeyValueNotifyObserver + 382
    29  Foundation                          0x00007fff8ffa8036 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 1142
    30  AppKit                              0x00007fff97706f0a -[NSController _notifyObserversForKeyPath:change:] + 206
    31  AppKit                              0x00007fff97802e1a -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 126
    32  AppKit                              0x00007fff97706d4f -[NSArrayController setContent:] + 768
    33  AppKit                              0x00007fff9790860b -[NSArrayDetailBinder _refreshDetailContentInBackground:] + 1034
    34  Foundation                          0x00007fff8ff69a03 NSKeyValueNotifyObserver + 382
    35  Foundation                          0x00007fff8ffa8036 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 1142
    36  AppKit                              0x00007fff97706f0a -[NSController _notifyObserversForKeyPath:change:] + 206
    37  AppKit                              0x00007fff97802e1a -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 126
    38  AppKit                              0x00007fff97706d4f -[NSArrayController setContent:] + 768
    39  AppKit                              0x00007fff9790860b -[NSArrayDetailBinder _refreshDetailContentInBackground:] + 1034
    40  Foundation                          0x00007fff8ff69a03 NSKeyValueNotifyObserver + 382
    41  Foundation                          0x00007fff8ff68bd8 NSKeyValueDidChange + 463
    42  Foundation                          0x00007fff8ff6d73d -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 118
    43  IDEKit                              0x000000010eb963fa -[AAVArchivedApplicationsViewController _updateArchiveGroups] + 1342
    44  IDEKit                              0x000000010eb956fe __49-[AAVArchivedApplicationsViewController loadView]_block_invoke80 + 31
    45  DVTFoundation                       0x000000010d888b37 -[NSObject(DVTObservingConvenience) _dvt_newObserverForKeyPath:options:owner:withHandlerBlock:] + 533
    46  DVTFoundation                       0x000000010d6e2076 -[NSObject(DVTObservingConvenience) dvt_newObserverForKeyPath:options:withHandlerBlock:] + 60
    47  IDEKit                              0x000000010eb9558b -[AAVArchivedApplicationsViewController loadView] + 946
    48  AppKit                              0x00007fff97a73417 -[NSViewController _loadViewIfRequired] + 75
    49  AppKit                              0x00007fff977439b1 -[NSViewController view] + 30
    50  DVTKit                              0x000000010dcaf231 -[DVTViewController view] + 39
    51  IDEKit                              0x000000010eb95c47 -[AAVArchivedApplicationsViewController organizerSourceWillAppearInWindowController:] + 89
    52  IDEKit                              0x000000010eadde07 -[IDEOrganizerWindowController replacementView:willInstallViewController:] + 68
    53  DVTKit                              0x000000010dd938bb __42-[DVTReplacementView _setupViewController]_block_invoke + 89
    54  DVTFoundation                       0x000000010d876fb2 DVTInvokeWithFailureHint + 83
    55  DVTKit                              0x000000010dcb274f -[DVTReplacementView _setupViewController] + 337
    56  DVTKit                              0x000000010dcb25c4 -[DVTReplacementView installedViewController] + 138
    57  IDEKit                              0x000000010e96d9fe -[IDEOrganizerWindowController showWindow:] + 52
    58  IDEKit                              0x000000010eb97358 +[AAVArchivedApplicationsViewController revealArchive:] + 107
    59  IDEKit                              0x000000010eb972da +[AAVArchivedApplicationsViewController revealArchiveNotification:] + 60
    60  CoreFoundation                      0x00007fff942accdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    61  CoreFoundation                      0x00007fff9419e244 _CFXNotificationPost + 3140
    62  Foundation                          0x00007fff8ff62c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
    63  DVTFoundation                       0x000000010d857a7e -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 125
    64  IDEFoundation                       0x000000010e28808d __42-[IDEArchiveManager _revealArchiveAtPath:]_block_invoke + 108
    65  DVTFoundation                       0x000000010d8ad646 __DVTAsyncPerformBlock_block_invoke + 39
    66  CoreFoundation                      0x00007fff9420e56c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
    67  CoreFoundation                      0x00007fff94200675 __CFRunLoopDoBlocks + 341
    68  CoreFoundation                      0x00007fff942001b6 __CFRunLoopRun + 1814
    69  CoreFoundation                      0x00007fff941ff858 CFRunLoopRunSpecific + 296
    70  HIToolbox                           0x00007fff8f0ceaef RunCurrentEventLoopInMode + 235
    71  HIToolbox                           0x00007fff8f0ce86a ReceiveNextEventCommon + 431
    72  HIToolbox                           0x00007fff8f0ce6ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
    73  AppKit                              0x00007fff97684f81 _DPSNextEvent + 964
    74  AppKit                              0x00007fff97684730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    75  DVTKit                              0x000000010dddb6fd -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 237
    76  AppKit                              0x00007fff97678593 -[NSApplication run] + 594
    77  AppKit                              0x00007fff97663a14 NSApplicationMain + 1832
    78  libdyld.dylib                       0x00007fff945795c9 start + 1
    79  ???                                 0x0000000000000001 0x0 + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff9463d286 __pthread_kill + 10
    1   libsystem_c.dylib             0x00007fff8fc58b53 abort + 129
    2   com.apple.dt.IDEKit           0x000000010eab0986 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace :] + 1510
    3   com.apple.dt.IDEKit           0x000000010eab1c08 -[IDEAssertionHandler handleUncaughtException:] + 1077
    4   com.apple.dt.IDEKit           0x000000010eab1cd7 IDEHandleUncaughtException + 94
    5   com.apple.dt.DVTFoundation     0x000000010d8ad6e8 __DVTAsyncPerformBlock_block_invoke + 201
    6   com.apple.CoreFoundation       0x00007fff9420e56c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
    7   com.apple.CoreFoundation       0x00007fff94200675 __CFRunLoopDoBlocks + 341
    8   com.apple.CoreFoundation       0x00007fff942001b6 __CFRunLoopRun + 1814
    9   com.apple.CoreFoundation       0x00007fff941ff858 CFRunLoopRunSpecific + 296
    10  com.apple.HIToolbox           0x00007fff8f0ceaef RunCurrentEventLoopInMode + 235
    11  com.apple.HIToolbox           0x00007fff8f0ce86a ReceiveNextEventCommon + 431
    12  com.apple.HIToolbox           0x00007fff8f0ce6ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
    13  com.apple.AppKit               0x00007fff97684f81 _DPSNextEvent + 964
    14  com.apple.AppKit               0x00007fff97684730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    15  com.apple.dt.DVTKit           0x000000010dddb6fd -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 237
    16  com.apple.AppKit               0x00007fff97678593 -[NSApplication run] + 594
    17  com.apple.AppKit               0x00007fff97663a14 NSApplicationMain + 1832
    18  libdyld.dylib                 0x00007fff945795c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff9463e232 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8a32ea6a _dispatch_mgr_thread + 52
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff946384de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9463764f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff94200b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff941ffffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff941ff858 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff90d94c80 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff8ffc890a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff946384de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9463764f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff94200b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff941ffffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff941ff858 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation           0x00007fff8ffca849 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    6   com.apple.DTDeviceKitBase     0x000000011c6cb1d2 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 676
    7   com.apple.Foundation           0x00007fff8ffc890a __NSThread__main__ + 1345
    8   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    9   libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    10  libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff9463d3fa __select + 10
    1   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff946384de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9463764f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff94200b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff941ffffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff941ff858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff977e833b _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 6:: DYMobileDeviceManager
    0   libsystem_kernel.dylib         0x00007fff946384de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9463764f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff94200b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff941ffffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff941ff858 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation           0x00007fff8ffca849 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    6   com.apple.Foundation           0x00007fff900c624f -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.GPUToolsMobileFoundation 0x000000011f0fa9eb -[DYMobileDeviceManager _deviceNotificationThread:] + 134
    8   com.apple.Foundation           0x00007fff8ffc890a __NSThread__main__ + 1345
    9   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    10  libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    11  libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff9463d136 __psynch_cvwait + 10
    1   com.apple.Xcode.DevToolsCore   0x0000000117594ebe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    2   com.apple.Foundation           0x00007fff8ffc890a __NSThread__main__ + 1345
    3   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    4   libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    5   libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff9463d136 __psynch_cvwait + 10
    1   com.apple.Xcode.DevToolsCore   0x0000000117594ebe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    2   com.apple.Foundation           0x00007fff8ffc890a __NSThread__main__ + 1345
    3   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    4   libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    5   libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff9463d136 __psynch_cvwait + 10
    1   com.apple.Xcode.DevToolsCore   0x0000000117594ebe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    2   com.apple.Foundation           0x00007fff8ffc890a __NSThread__main__ + 1345
    3   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    4   libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    5   libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff9463d136 __psynch_cvwait + 10
    1   com.apple.Xcode.DevToolsCore   0x0000000117594ebe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    2   com.apple.Foundation           0x00007fff8ffc890a __NSThread__main__ + 1345
    3   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    4   libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    5   libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff9463d136 __psynch_cvwait + 10
    1   com.apple.Xcode.DevToolsCore   0x0000000117594ebe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519
    2   com.apple.Foundation           0x00007fff8ffc890a __NSThread__main__ + 1345
    3   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    4   libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    5   libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff9463d94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bbfd40d start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff946384de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9463764f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff94200b34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff941ffffb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff941ff858 CFRunLoopRunSpecific + 296
    5   com.apple.CoreFoundation       0x00007fff942b5ef1 CFRunLoopRun + 97
    6   com.apple.DebugSymbols         0x00007fff947deb8f SpotlightQueryThread(void*) + 463
    7   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff9463d48a __semwait_signal + 10
    1   com.apple.CoreSymbolication   0x00007fff8a40ff27 0x7fff8a3fd000 + 77607
    2   libsystem_pthread.dylib       0x00007fff8bbff268 _pthread_body + 131
    3   libsystem_pthread.dylib       0x00007fff8bbff1e5 _pthread_start + 176
    4   libsystem_pthread.dylib       0x00007fff8bbfd41d thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff52554188  rdx: 0x0000000000000000
      rdi: 0x000000000000130f  rsi: 0x0000000000000006  rbp: 0x00007fff525541b0  rsp: 0x00007fff52554188
       r8: 0x0000000000000fff   r9: 0x00007f8163438e50  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff9674a440  r13: 0x00007f8169a330b0  r14: 0x00007fff7903a300  r15: 0x00007f8163421900
      rip: 0x00007fff9463d286  rfl: 0x0000000000000206  cr2: 0x00000001100bb2d0
    Logical CPU:     0
    Error Code:      0x020000b8
    Trap Number:     133
    Binary Images:
           0x10d6aa000 -        0x10d6aaff7  com.apple.dt.Xcode (6.1.1 - 6611) <EBE49928-20E6-390D-9AF9-391AD8B2900A> /Applications/Xcode.app/Contents/MacOS/Xcode
           0x10d6af000 -        0x10dae1ff7  com.apple.dt.DVTFoundation (6.1.1 - 6608) <8CF25201-C4E0-38FB-B35F-6701179C0EAB> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation
           0x10dc9b000 -        0x10dfa2fff  com.apple.dt.DVTKit (6.1.1 - 6608) <DB1B2A1B-EE7F-3AE4-9C27-394716055A12> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit
           0x10e181000 -        0x10e5afff7  com.apple.dt.IDEFoundation (6.1.1 - 6611) <8A1AD8FD-7934-382F-A8FF-8775162253BD> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation
           0x10e863000 -        0x10f09eff7  com.apple.dt.IDEKit (6.1.1 - 6611) <80C0C035-4DBE-3871-AD0E-78FE76180A84> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x10f63e000 -        0x10f65bff7  com.apple.dt.instruments.DTXConnectionServices (1.0 - 56085) <DAF79423-E5A3-3DDB-942B-A56EA13B5DEB> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framewo rk/Versions/A/DTXConnectionServices
           0x10f67b000 -        0x10f6b9ff7  com.apple.framework.ConfigurationProfiles (7.0 - 742) <6C1F3738-453F-368D-8962-7FB81BCA0DFD> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Co nfigurationProfiles
           0x10f6db000 -        0x10f6dcfff  libsysmon.dylib (78.10.1) <1D1D6867-B855-3504-B4CD-45E789122B1B> /usr/lib/libsysmon.dylib
           0x10f6e3000 -        0x110176fff +libclang.dylib (600.0.56) <AF31E840-5A20-3151-A9EB-71996DA85AB4> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
           0x110314000 -        0x110348ff7  com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) <A4059AF6-78EB-3998-AF46-1FC707B4B7B0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Ve rsions/A/DVTSourceControl
           0x110376000 -        0x11038bfff  com.apple.DADocSetManagement (6.1 - 6033) <9EED13AE-5A6F-3126-BE1E-F02CC1873479> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement
           0x11039c000 -        0x11039dff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <CF0209F8-67DD-3663-A44F-5CC151F14B88> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framew ork/Versions/A/DVTDeveloperModeHelper
           0x1103aa000 -        0x1103d3ff7  com.apple.dt.instruments.DTGraphKit (6.1 - 56074) <F21064FB-AF1D-3D0F-8A7D-0C3B1A85D313> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions /A/DTGraphKit
           0x1103ed000 -        0x110435fff  com.apple.DADocSetAccess (6.1 - 6033) <3DECFFA8-E12D-33A9-8176-FCCDE826CF7A> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess
           0x1104be000 -        0x1104d9ff3  com.apple.security.csparser (3.0 - 57031.10.10) <6AC29346-B10D-3986-B06E-876B57392FC2> /System/Library/Frameworks/Security.framework/Versions/A/PlugIns/csparser.bundl e/Contents/MacOS/csparser
           0x1116f7000 -        0x1116f7ffe +cl_kernels (???) <211EEC21-206B-4AFF-AF72-3B81DFAD1E93> cl_kernels
           0x111801000 -        0x111801fff +cl_kernels (???) <21518C27-0E41-4FC9-BC67-44A8CDEC2F0A> cl_kernels
           0x111805000 -        0x111805ff5 +cl_kernels (???) <39650866-E436-447D-8A5A-6473EB0E1A7C> cl_kernels
           0x113274000 -        0x113274fff +cl_kernels (???) <21518C27-0E41-4FC9-BC67-44A8CDEC2F0A> cl_kernels
           0x113283000 -        0x113283ff7 +cl_kernels (???) <6BE7EFA0-FFA6-406A-8256-D073BA1C052E> cl_kernels
           0x113285000 -        0x11336bfef  unorm8_bgra.dylib (2.4.5) <9423FFD4-6EF3-31BF-9DE9-6D55BA76D59E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x1134b3000 -        0x1134b8ff7  com.apple.dt.IDEContinuousIntegration (1.0 - 1) <4678E0F0-266D-364A-B18A-74BE9531DC86> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Con tents/MacOS/IDEContinuousIntegration
           0x1134c1000 -        0x1134c2ff3  com.apple.MTLTools (1.0 - 1) <B5263985-F044-3112-BB71-0C93496E5583> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A /MTLTools
           0x1134c8000 -        0x1134d4ff3  com.apple.MTLToolsCore (1.0 - 1) <BB559536-ADFA-3018-AB3C-D8D5BB6E63AD> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versio ns/A/MTLToolsCore
           0x1134df000 -        0x1134dfff7  com.apple.dt.IDE.IDEAppleScriptEditor (6.1.1 - 6254) <C3693423-CCE0-3254-AE46-D51B84967219> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Content s/MacOS/IDEAppleScriptEditor
           0x1134f0000 -        0x1134f1ff7  com.apple.dt.dbg.DebuggerLLDBService (6.1.1 - 6254) <DF620C49-8758-36D5-967E-BB34D0571FB8> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService
           0x11350b000 -        0x11350bfff  com.apple.Metal (1.0 - 1) <D14A8E93-4F85-3D4B-BFBB-2841AC2E20D1> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
           0x113565000 -        0x11357cfff  com.apple.DVTiPhoneSimulatorRemoteClient (6.1.1 - 6274) <6481B057-AAD0-31AB-A27A-BAC5C364D8BA> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClien t.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
           0x113591000 -        0x1135aafff  com.apple.DeviceLinkX (5.0 - 264) <D86F03AF-EAB0-33B4-B21B-0EB0A85E1258> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x1135ba000 -        0x1135f0ff7  libssl.0.9.8.dylib (52.10.1) <4A2D6ECA-A07E-38B5-98D4-315A4A1E8CE6> /usr/lib/libssl.0.9.8.dylib
           0x114217000 -        0x11424bff7  com.apple.CoreSimulator (110.4 - 110.4) <3C2AE6EA-1F23-39A4-B316-9120003F75B1> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimula tor.framework/CoreSimulator
           0x114379000 -        0x114386fff  com.apple.dt.IDELanguageSupportCore (6.1.1 - 6743) <54A0BF3F-BC86-3845-94A3-140E31C402D0> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Conte nts/MacOS/IDELanguageSupportCore
           0x114394000 -        0x1143edff7  com.apple.sourcekitd (1.0 - 600.0.56.1) <58C89ADF-9024-3277-B63F-CFB5D0E4F174> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/sourcekitd.framework/Versions/A/sourcekitd
           0x114415000 -        0x114451ff7  com.apple.dt.dbg.DebuggerFoundation (6.1.1 - 6254) <ACD560EA-A46A-3EE0-83BA-6759B59461DA> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation
           0x11448e000 -        0x11448ffff  libpanel.5.4.dylib (44) <FB699180-AF56-34A8-90C7-8C0DC748F22B> /usr/lib/libpanel.5.4.dylib
           0x114494000 -        0x1144b2fff  libedit.3.dylib (40) <6049084C-478A-3A89-A9A1-E641B5F8C1A7> /usr/lib/libedit.3.dylib
           0x1144c3000 -        0x1144cbfff  com.apple.DevToolsFoundation (8.1.1 - 6269) <8C846FE6-3E91-3822-994D-58112C8B5428> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x114625000 -        0x1146b3ff7  com.apple.dt.IBAutolayoutFoundation (1.0 - 6254) <E9CD59F5-4644-3135-9BB9-EC3972933A43> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation
           0x114711000 -        0x1147b1fff  com.apple.dt.IBFoundation (1.0 - 6254) <E99B011E-5FF5-3537-BA8B-F6C1C53B6139> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/I BFoundation
           0x114824000 -        0x11486eff7  com.apple.CoreThemeDefinition (2.0 - 182) <11BB8A48-8C00-3C63-BBF1-2BF8FE612B2F> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/Core ThemeDefinition
           0x1148a6000 -        0x1148edff7  com.apple.dt.dbg.DebuggerLLDB (6.1.1 - 6254) <96077ACE-B40D-346F-A943-A9D4DF5902AE> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/ DebuggerLLDB
           0x114920000 -        0x1169e4f6b  com.apple.LLDB.framework (1.320.4.156 - 320.4.156) <1597D391-C69B-30F1-82B1-683DB68538A6> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLD B
           0x1172a3000 -        0x117394ff7  org.python.python (2.7.6 - 2.7.6) <A5C1B694-31A0-3966-B6BC-C40694DC707F> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
           0x1173fa000 -        0x117436fff  com.apple.dt.IDE.Xcode3Core (6.1.1 - 6269) <E141FDDD-CE38-3936-BBAA-A0DA1182EB17> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core
           0x11745c000 -        0x1177bbfff  com.apple.Xcode.DevToolsCore (8.1.1 - 6269) <6BE0D774-F7AB-397F-97C3-1C7595B6BD05> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x117958000 -        0x11798ffff  com.apple.Xcode.DevToolsSupport (8.1.1 - 6269) <021EAD1B-3BEF-33C6-9B6F-4C03A38D8587> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x117ab7000 -        0x117c5efff  com.apple.dt.IDE.Xcode3UI (6.1.1 - 6269) <E1ADC095-369E-35FE-BC82-9C8E3C8D1B18> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcod e3UI
           0x117d7c000 -        0x117de8ff7  com.apple.dt.IDE.IDEDocViewer (6.1.1 - 6254) <504856EB-486D-30BA-B66F-0030C55B6DE1> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/ IDEDocViewer
           0x117e3e000 -        0x117e5dfff  com.apple.dt.IDE.IDEQuickHelp (6.1.1 - 6254) <50B92ACD-68A8-38AB-A0D8-1A2D950D8351> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp
           0x117e7a000 -        0x117ebafff  com.apple.dt.IDE.iCloudSupport (6.1.1 - 6254) <F876E702-FD72-36C9-847B-1826940344D4> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS /iCloudSupport
           0x117ef4000 -        0x118401ff7  com.apple.dt.IDE.IDEInterfaceBuilderKit (6.1.1 - 6254) <CB2B752B-5982-3D87-8F94-8C2022159663> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit
           0x118792000 -        0x1187c6ffb  com.apple.GPUTools (1.0 - 16738) <04AC823C-BAC2-3691-B7DF-70DE0BBCC44C> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A /GPUTools
           0x1187fa000 -        0x118801ff7  com.apple.dt.IDE.HexEditor (6.1.1 - 6254) <0C2003E2-2971-338D-91B2-5616E05D6598> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/Hex Editor
           0x11880b000 -        0x118839ff7 +com.ridiculousfish.HexFiendFramework (6.1.1 - 6254) <32F0B5F7-0C97-3D5C-9C7F-C8E911CBE856> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A /HexFiend
           0x118860000 -        0x118863fff  com.apple.dt.dbg.DebuggerKit (1.0 - 1) <9C4A616E-0A53-36B2-9E47-545034B681E3> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/D ebuggerKit
           0x11886c000 -        0x118938ff7  com.apple.dt.dbg.DebuggerUI (6.1.1 - 6254) <3661559D-8080-3059-A76F-E4681BB2CE95> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/De buggerUI
           0x1189e5000 -        0x118e29ff7  com.apple.SceneKit (5.0 - 260.7.1) <61A4433D-A28A-37FF-BF20-1D69EDE78AF8> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
           0x1190cc000 -        0x11918dff7  com.apple.dt.IDE.IDESourceEditor (6.1.1 - 6254) <24558466-B611-301D-8504-9F4F551B6519> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor
           0x119204000 -        0x119233fff  com.apple.dt.gpu.GPUDebuggerFoundation (6.1.1 - 16738) <A3441AEC-682E-3D9E-9F27-7408B27D8C01> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Conten ts/MacOS/GPUDebuggerFoundation
           0x11925f000 -        0x11929dffb  com.apple.GPUToolsCore (1.0 - 16738) <19E72634-C3CC-39E3-ACA0-A927714920B5> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versio ns/A/GPUToolsCore
           0x1192f1000 -        0x1192f9fff  com.apple.dt.IDE.IDEOSXSupportCore (6.1.1 - 6056) <6CF2A8F4-CD93-34D3-A252-260EB5912BCB> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSu pportCore
           0x119307000 -        0x119316ff7  com.apple.DTDeviceKit (4.2 - 6274) <0923D371-9E54-3A33-9C4D-D6A3C568F642> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Version s/A/DTDeviceKit
           0x119326000 -        0x11932afff  com.apple.audio.AppleHDAHALPlugIn (269.25 - 269.25) <D7562B22-F5ED-3FD6-894E-4F4876DE14FF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x11932f000 -        0x1193feff7  com.apple.GPUToolsServices (1.0 - 16738) <7060880D-35F8-36AD-90C5-0E259475E261> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Ve rsions/A/GPUToolsServices
           0x119466000 -        0x11946bffb  com.apple.GPUToolsInterface (1.0 - 16738) <D9DC1D8B-2527-31C3-B0F4-C549CBB9FB7F> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/V ersions/A/GPUToolsInterface
           0x119473000 -        0x11949bff3  com.apple.GLToolsInterface (1.0 - 16738) <56DEBFD8-B9B6-3B7A-A31B-E588EB429DAD> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Ve rsions/A/GLToolsInterface
           0x1194b9000 -        0x11953cff7  com.apple.GLToolsCore (1.0 - 16738) <833E69EE-8BEC-362A-AE43-63B4C263697F> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Version s/A/GLToolsCore
           0x11955a000 -        0x11956bff3  com.apple.GLTools (1.0 - 16738) <612A093E-34E1-372B-9851-61A452D13E81> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/ GLTools
           0x119573000 -        0x1195c9ff3  com.apple.GLToolsServices (1.0 - 16738) <70E50EE3-C00F-3CDF-8166-22D657C880AF> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Ver sions/A/GLToolsServices
           0x11960f000 -        0x119696ff7  com.apple.gputools.GLToolsAnalysisEngine (1.0 - 16738) <7E492003-01EE-3D4B-BA0B-6DA4240EFB06> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framewo rk/Versions/A/GLToolsAnalysisEngine
           0x119720000 -        0x119720ff7  com.apple.xcode.compilers.coredata (8.1.1 - 6269) <ECC08123-F948-3CDA-AAFF-C78E0B0B833E> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
           0x119764000 -        0x119769ff7  com.apple.dt.gpu.GPUTraceDebugger (6.1.1 - 16738) <93E8E56C-7D20-32DB-9C29-D445C15885E2> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/Ma cOS/GPUTraceDebugger
           0x119771000 -        0x11977cfff  com.apple.dt.gpu.GPUDebuggerKit (6.1.1 - 16738) <8EB5F440-743E-3E7C-91F3-4F96BCF95BB3> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacO S/GPUDebuggerKit
           0x11978f000 -        0x1197fdfff  com.apple.dt.gpu.GPUTraceDebuggerUI (6.1.1 - 16738) <B155A56D-BB3B-34B1-A01B-8F18E6EF5432> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/ MacOS/GPUTraceDebuggerUI
           0x11a988000 -        0x11aa00fff  com.apple.dt.IDE.IDEiOSSupportCore (6.1.1 - 6274) <9049E0FB-9370-3047-BF0B-A527AB678868> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/M acOS/IDEiOSSupportCore
           0x11aacb000 -        0x11aaf0ff7  com.apple.DiscRecordingUI (9.0 - 9000.4.2) <F1DC628C-5B6F-3AB5-912E-81DB1A9F0FA3> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x11ab11000 -        0x11ab53ff7  com.apple.glut (3.6.2 - GLUT-3.6.2) <48FFD2D2-8347-3E09-88EE-53DF5DB912A0> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x11ad86000 -        0x11ad96fff  com.apple.dt.XCLanguageSupport (6.1.1 - 6743) <B2B93EDC-1696-3E83-90EE-ADFAFC98A5E0> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS /XCLanguageSupport
           0x11ada4000 -        0x11adaefff  com.apple.xcode.plug-in.CoreBuildTasks (8.1.1 - 6269) <6E29F1BC-B350-3CE7-A9D8-A5DF04E82781> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSu pport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Co reBuildTasks
           0x11adb6000 -        0x11adb6ff7  com.apple.compilers.clang (8.1.1 - 6269) <88A626F9-D8FF-356A-8B9D-7DCC4C3152F9> /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
           0x11adba000 -        0x11adbdff7  com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <AD85F733-ABA7-3919-AE01-93B4A9DCBDDB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
           0x11adc3000 -        0x11adc4ff7  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <9E32CF38-9E8A-3188-B099-ED4AF81A061D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
           0x11adc8000 -        0x11adccff7  com.apple.dt.IDEIODebugGaugesCore (6.1.1 - 6254) <76638143-2636-3FC5-B961-18FE6A99D8DD> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Content s/MacOS/IDEIODebugGaugesCore
           0x11add6000 -        0x11ade3ff7  com.apple.dt.IDEIODebugGaugesUI (6.1.1 - 6254) <1B9A74A2-B7F1-3ADA-82A5-8C972490A8E8> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/ MacOS/IDEIODebugGaugesUI
           0x11c6a6000 -        0x11c725ff7  com.apple.DTDeviceKitBase (6.1.1 - 6274) <3D1BBDB3-A2A3-3D87-8E18-8032001DE9E5> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Ver sions/A/DTDeviceKitBase
           0x11c776000 -        0x11c88efff  com.apple.mobiledevice (757.3.2.0.4 - 757.3.2.0.4) <7593205C-1F64-3BD2-A1E0-81B2CCF853A4> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x11c98d000 -        0x11cb5afff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (6.1.1 - 6254) <70370059-1756-3378-93D0-E44CE62E3F25> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.id eplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x11d0df000 -        0x11d2d3fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (6.1.1 - 6247) <025FDE46-34BB-3E85-B2DD-9201DF88835C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.i deplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
           0x11d3c2000 -        0x11d5dcfff  com.apple.audio.units.Components (1.12 - 1.12) <95245456-EE5C-3D29-8E18-5E02E74A2683> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x11d697000 -        0x11d6dbfff  com.apple.dt.IDE.IDEiPhoneSupport (6.1.1 - 6274) <F721A366-0288-31BD-A2DF-82099D14D885> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/Ma cOS/IDEiPhoneSupport
           0x11db1c000 -        0x11db3cffb  com.apple.MTLToolsServices (1.0 - 1) <E85779EB-83EB-3F80-82C8-D0C86F4B5B3E> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Ve rsions/A/MTLToolsServices
           0x11db57000 -        0x11db6dfff  com.apple.dt.IDE.IDESubversion (6.1.1 - 6254) <9B7A80F8-C70B-3371-B9A5-1C28CD6BBC97> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS /IDESubversion
           0x11e1a4000 -        0x11e1a4ffe +cl_kernels (???) <211EEC21-206B-4AFF-AF72-3B81DFAD1E93> cl_kernels
           0x11e443000 -        0x11e4afff7  com.apple.dt.gpu.GPURenderTargetEditor (6.1.1 - 16738) <177EC5FF-ED4C-3D13-90FB-D7DDE4187C7D> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Conten ts/MacOS/GPURenderTargetEditor
           0x11e4f3000 -        0x11e4fcff7  com.apple.dt.PlistEditor (6.1.1 - 6254) <56213BF0-BEE9-302F-913C-E43260E3E6F9> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/P listEditor
           0x11e508000 -        0x11e559fff  com.apple.IDESpriteKitParticleEditor (2.0 - 2) <1D89DF54-E7DE-3918-B924-0B7C81476BAB> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/C ontents/MacOS/IDESpriteKitParticleEditor
           0x11e58b000 -        0x11e6f1fff  com.apple.SpriteKit (1.0 - 1) <54E947B4-A15E-327B-8E8B-42409CB2A3AC> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
           0x11e788000 -        0x11e7deff7  com.apple.PhysicsKit (1.0 - 1) <F7CF543C-70F5-312F-B230-D09349848EAD> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
           0x11e80b000 -        0x11e832ff7  com.apple.GLKit (1.0 - 27) <AFCF7EC6-B06D-316C-842C-DAE5FFA115F9> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
           0x11e856000 -        0x11e87cff7  com.apple.audio.OpenAL (1.8 - 1.8) <B05578A8-FE08-310C-BF91-C1BDE10858CD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
           0x11e88e000 -  

    I've solved the problem by updating Windows.

  • Crash trying to change export to AVI audio settings - help please

    Hi all.
    I have Quicktime Pro 7.6.5
    This problem has been causing me great frustration for some time now.
    Here is what I am trying to do; I want to export some trailers to AVI format, so I can then encode them to a different format (in another program). The problem is when I go File->Export... (choose path) and select export "Movie to AVI" and click "Options..." Now I can change the video setting no problem at all, but as soon as I press "Settings..." for the sound Quick Time blows up. and crashes, and burns. Badly.
    EventType : BEX P1 : QuickTimePlayer.exe P2 : 7.65.17.80
    P3 : 4afa5828 P4 : QuickTimePlayer.dll P5 : 7.65.17.80 P6 : 4afa5820
    P7 : 0000130d P8 : c0000409 P9 : 00000000
    Can anyone help me please, It's been like this for as long as I can remember, very frustrating now as i need to do it for work.
    Thank you for you time
    James
    P.S. steps to reproduce:
    Download and save a file from apple trailers (I used HD 720p trailers)
    Go File->Export...
    Choose a suitable destination with at least 10Gig free
    Select export "Movie to AVI"
    It doesn't matter if use "Default Settings" or "most recent Settings"
    Click "Options..."
    (Video settings don't seem to matter but for reference are: compression = None, FPS = Best, Color Depth = Millions)
    Under Sound (make sure it's ticked) click "Setting..."
    As soon as you hit settings it blows up.

    I'm in exactly the same boat here.
    Running Quicktime 7.7.6 in Snow Leopard.
    Disabled Perian
    As soon as I click "Settings" in the Options window I get "Quicktime Player 7 Quit unexpectedly.
    Report:
    Process: QuickTime Player 7 [4238]
    Path: /Applications/Utilities/QuickTime Player 7.app/Contents/MacOS/QuickTime Player 7
    Identifier: com.apple.quicktimeplayer
    Version: 7.6.6 (7.6.6)
    Build Info: QuickTimePlayer-17090000~1
    Code Type: X86 (Native)
    Parent Process: launchd [474]
    Date/Time: 2010-04-28 10:09:42.471 -0400
    OS Version: Mac OS X 10.6.3 (10D573)
    Report Version: 6
    Interval Since Last Report: 167872 sec
    Crashes Since Last Report: 7
    Per-App Interval Since Last Report: 73023 sec
    Per-App Crashes Since Last Report: 7
    Anonymous UUID: BD8C2476-675A-490A-924F-4B0978652EEE
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000104
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x98937cb0 CFRelease + 112
    1 com.apple.CoreFoundation 0x98962422 __CFArrayReleaseValues + 434
    2 com.apple.CoreFoundation 0x98937ea1 _CFRelease + 353
    3 com.apple.CoreFoundation 0x989501f0 __CFBasicHashStandardCallback + 384
    4 com.apple.CoreFoundation 0x9894fdfe __CFBasicHashDrain + 478
    5 com.apple.CoreFoundation 0x98937ea1 _CFRelease + 353
    6 com.apple.QuickTime 0x9596ec20 icmCompressionSessionFinalize + 100
    7 com.apple.CoreFoundation 0x98937ea1 _CFRelease + 353
    8 ...ickTimeComponents.component 0x955a761a DrawTestImage + 1913
    9 ...ickTimeComponents.component 0x955a77fa DrawPreviewAsUserItem + 103
    10 com.apple.HIToolbox 0x96ea6738 HIUserPane::DrawSelf(short, __HIShape const*, CGContext*) + 124
    11 com.apple.HIToolbox 0x96d763c8 HIView::DrawCacheOrSelf(short, __HIShape const*, CGContext*) + 348
    12 com.apple.HIToolbox 0x96d760d4 HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 106
    13 com.apple.HIToolbox 0x96e306b3 HIView::RecursiveDrawNonComposited(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned char, unsigned char, unsigned char) + 627
    14 com.apple.HIToolbox 0x96e30789 HIView::RecursiveDrawNonComposited(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned char, unsigned char, unsigned char) + 841
    15 com.apple.HIToolbox 0x96e30919 HIView::DrawNonComposited(short, OpaqueGrafPtr*, OpaqueRgnHandle*, unsigned long) + 293
    16 com.apple.HIToolbox 0x96d7484c HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 154
    17 com.apple.HIToolbox 0x96e30b52 HIView::Activate(unsigned char) + 164
    18 com.apple.HIToolbox 0x96e21262 ActivateControl + 42
    19 com.apple.HIToolbox 0x96eec034 DialogSelect + 2572
    20 ...ickTimeComponents.component 0x955aa753 stdVideo_DialogEventProc + 1875
    21 com.apple.QuickTime 0x95a0b95e qtDialogEventHandler + 205
    22 com.apple.HIToolbox 0x96d4f0a9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    23 com.apple.HIToolbox 0x96d4e370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    24 com.apple.HIToolbox 0x96d4e1cf SendEventToEventTargetWithOptions + 58
    25 com.apple.HIToolbox 0x96d82d10 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    26 com.apple.HIToolbox 0x96d4f4fa DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    27 com.apple.HIToolbox 0x96d4e370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    28 com.apple.HIToolbox 0x96d70b55 SendEventToEventTarget + 52
    29 com.apple.HIToolbox 0x96ef9df7 ToolboxEventDispatcher + 86
    30 com.apple.HIToolbox 0x96ef9e32 HLTBEventDispatcher + 17
    31 com.apple.HIToolbox 0x96efa346 _RunAppModalLoop + 116
    32 com.apple.HIToolbox 0x96efa717 RunAppModalLoopForWindow + 86
    33 ...ickTimeComponents.component 0x955a445a stdVideo_RunClassicDialog + 101
    34 ...ickTimeComponents.component 0x955a8465 stdVideo_ConductClassicSettingsDialog + 1179
    35 ...ickTimeComponents.component 0x955a0684 StdVideo_RequestSequenceSettings + 110
    36 ...ple.CoreServices.CarbonCore 0x93c396f0 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    37 ...ickTimeComponents.component 0x955a16d3 StdVideo_ComponentDispatch + 184
    38 ...ple.CoreServices.CarbonCore 0x93c31d87 CallComponentDispatch + 29
    39 ...ickTimeComponents.component 0x9570b080 SCRequestSequenceSettings + 37
    40 ...ickTimeComponents.component 0x952803dc spitMovieProcessItemHit + 404
    41 ...ickTimeComponents.component 0x95281ffa SpitMovieDialogEventProc + 130
    42 com.apple.QuickTime 0x95a0b95e qtDialogEventHandler + 205
    43 com.apple.HIToolbox 0x96d4f0a9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    44 com.apple.HIToolbox 0x96d4e370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    45 com.apple.HIToolbox 0x96d70b55 SendEventToEventTarget + 52
    46 com.apple.HIToolbox 0x96d8263b ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
    47 com.apple.HIToolbox 0x96d4f4fa DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    48 com.apple.HIToolbox 0x96d4e370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    49 com.apple.HIToolbox 0x96d70b55 SendEventToEventTarget + 52
    50 com.apple.HIToolbox 0x96ef9df7 ToolboxEventDispatcher + 86
    51 com.apple.HIToolbox 0x96ef9e32 HLTBEventDispatcher + 17
    52 com.apple.HIToolbox 0x96efa346 _RunAppModalLoop + 116
    53 com.apple.HIToolbox 0x96efa717 RunAppModalLoopForWindow + 86
    54 ...ickTimeComponents.component 0x95282aeb SpitMovieDoUserDialog + 2179
    55 ...ple.CoreServices.CarbonCore 0x93c44bff callComponentStorage_444444 + 56
    56 ...ple.CoreServices.CarbonCore 0x93c396f0 CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    57 ...ickTimeComponents.component 0x9527c9dc SpitMovieComponentDispatch + 149
    58 ...ple.CoreServices.CarbonCore 0x93c31d87 CallComponentDispatch + 29
    59 com.apple.QuickTime 0x95b41c64 MovieExportDoUserDialog + 67
    60 com.apple.QuickTime 0x959c38e7 ExportDlgHook8 + 313
    61 com.apple.QuickTime 0x959c5533 NavEventProc + 660
    62 com.apple.AppKit 0x92318996 -[NSNavSavePanel sendCBEvent:withData:] + 489
    63 com.apple.AppKit 0x92316103 -[NSNavSavePanel mouseDown:] + 680
    64 com.apple.AppKit 0x91c5d45d forwardMethod + 113
    65 com.apple.AppKit 0x91c5d45d forwardMethod + 113
    66 com.apple.AppKit 0x91c5d45d forwardMethod + 113
    67 com.apple.AppKit 0x91c5d45d forwardMethod + 113
    68 com.apple.AppKit 0x9231392d -[NSNavCustomView mouseDown:] + 233
    69 com.apple.AppKit 0x91d47548 -[NSWindow sendEvent:] + 5549
    70 com.apple.AppKit 0x923163db -[NSNavSavePanel sendEvent:] + 438
    71 com.apple.AppKit 0x91c601af -[NSApplication sendEvent:] + 6431
    72 com.apple.AppKit 0x91ea9077 -[NSApplication _realDoModalLoop:peek:] + 806
    73 com.apple.AppKit 0x91ea879d -[NSApplication runModalForWindow:] + 273
    74 com.apple.AppKit 0x9213c379 -[NSSavePanel runModal] + 420
    75 com.apple.AppKit 0x921359f1 -[NSSavePanel runModalForDirectory:file:] + 56
    76 com.apple.AppKit 0x9231435c -[NSNavSavePanel run] + 135
    77 com.apple.AppKit 0x923181ef _NSNavDialogRun + 223
    78 com.apple.QuickTime 0x959bfc60 DoExportFileDialogDataRef + 5106
    79 com.apple.QuickTime 0x959c00d0 QTExportSessionShowUI + 646
    80 com.apple.quicktimeplayer 0x00040e34 -[QTMovie(QTPMovie) showExportSessionUI:dataRef:dataRefType:flags:] + 95
    81 com.apple.quicktimeplayer 0x0004080f -[QTPMovieDocument export:] + 571
    82 com.apple.AppKit 0x91c705c6 -[NSApplication sendAction:to:from:] + 112
    83 com.apple.AppKit 0x91c70479 -[NSMenuItem _corePerformAction] + 435
    84 com.apple.AppKit 0x91c7016b -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 174
    85 com.apple.AppKit 0x91d6bce3 -[NSMenu _performActionWithHighlightingForItemAtIndex:] + 49
    86 com.apple.AppKit 0x91d6b48f -[NSMenu performKeyEquivalent:] + 314
    87 com.apple.AppKit 0x91d69c37 -[NSApplication _handleKeyEquivalent:] + 581
    88 com.apple.AppKit 0x91c5fb8a -[NSApplication sendEvent:] + 4858
    89 com.apple.AppKit 0x91bf3c4f -[NSApplication run] + 917
    90 com.apple.AppKit 0x91bebc85 NSApplicationMain + 574
    91 com.apple.quicktimeplayer 0x00002495 start + 53
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x916c7b42 kevent + 10
    1 libSystem.B.dylib 0x916c825c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x916c7719 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x916c74be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x916c6f41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x916c6d86 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x916a135a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x916ceea1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x916fda28 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x93c11465 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x93c111a3 TSWaitOnSemaphoreCommon + 511
    5 ...ickTimeComponents.component 0x94f2591d ReadSchedulerThreadEntryPoint + 4698
    6 libSystem.B.dylib 0x916cea19 pthreadstart + 345
    7 libSystem.B.dylib 0x916ce89e thread_start + 34
    Thread 3: QTKit: QTCALayerRendererPendingQWorkLoop
    0 libSystem.B.dylib 0x916a12fa machmsgtrap + 10
    1 libSystem.B.dylib 0x916a1a67 mach_msg + 68
    2 com.apple.CoreFoundation 0x9896800f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x989670f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9896d034 CFRunLoopRun + 84
    5 com.apple.QTKit 0x909acef3 QTCALayerRendererPendingQWorkLoop + 600
    6 libSystem.B.dylib 0x916cea19 pthreadstart + 345
    7 libSystem.B.dylib 0x916ce89e thread_start + 34
    Thread 4: QTKit: QTVisualContextImageProviderWorkLoop
    0 libSystem.B.dylib 0x916a12fa machmsgtrap + 10
    1 libSystem.B.dylib 0x916a1a67 mach_msg + 68
    2 com.apple.CoreFoundation 0x9896800f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x989670f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9896d034 CFRunLoopRun + 84
    5 com.apple.QTKit 0x90a6293f QTVisualContextImageProviderWorkLoop + 128
    6 libSystem.B.dylib 0x916cea19 pthreadstart + 345
    7 libSystem.B.dylib 0x916ce89e thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x916a135a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x916ceea1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x916fda28 pthreadcond_timedwait_relativenp + 47
    3 com.apple.CoreVideo 0x9494ece6 CVDisplayLink::waitUntil(unsigned long long) + 386
    4 com.apple.CoreVideo 0x9494db2b CVDisplayLink::runIOThread() + 741
    5 com.apple.CoreVideo 0x9494d82a startIOThread(void*) + 156
    6 libSystem.B.dylib 0x916cea19 pthreadstart + 345
    7 libSystem.B.dylib 0x916ce89e thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x916a135a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x916ceea1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x916fda28 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x93c11465 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x93c111a3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x93c6ba50 AIOFileThread(void*) + 1127
    6 libSystem.B.dylib 0x916cea19 pthreadstart + 345
    7 libSystem.B.dylib 0x916ce89e thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x916c6bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x916c7168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x916c6d86 start_wqthread + 30
    Thread 8:
    0 libSystem.B.dylib 0x916a12fa machmsgtrap + 10
    1 libSystem.B.dylib 0x916a1a67 mach_msg + 68
    2 com.apple.CoreFoundation 0x9896800f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x989670f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9896d034 CFRunLoopRun + 84
    5 com.apple.DesktopServices 0x96a19e1f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6 ...ple.CoreServices.CarbonCore 0x93bf0eb6 PrivateMPEntryPoint + 68
    7 libSystem.B.dylib 0x916cea19 pthreadstart + 345
    8 libSystem.B.dylib 0x916ce89e thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x916c6bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x916c7168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x916c6d86 start_wqthread + 30
    Thread 10:
    0 libSystem.B.dylib 0x916c6bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x916c7168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x916c6d86 start_wqthread + 30
    Thread 11:
    0 libSystem.B.dylib 0x916c6bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x916c7168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x916c6d86 start_wqthread + 30
    Thread 12:
    0 libSystem.B.dylib 0x916c6bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x916c7168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x916c6d86 start_wqthread + 30
    Thread 13:
    0 libSystem.B.dylib 0x916c6bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x916c7168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x916c6d86 start_wqthread + 30
    Thread 14:
    0 libSystem.B.dylib 0x916c6bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x916c7168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x916c6d86 start_wqthread + 30
    Thread 15:
    0 libSystem.B.dylib 0x916c6bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x916c7168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x916c6d86 start_wqthread + 30
    Thread 16:
    0 libSystem.B.dylib 0x916c0286 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x989a782d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x916cea19 pthreadstart + 345
    3 libSystem.B.dylib 0x916ce89e thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x98937c4d ecx: 0xa0b40b80 edx: 0xa0b53ee0
    edi: 0x00000000 esi: 0x000000ff ebp: 0xbfffa268 esp: 0xbfffa250
    ss: 0x0000001f efl: 0x00010246 eip: 0x98937cb0 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000104
    Binary Images:
    0x1000 - 0x120fef com.apple.quicktimeplayer 7.6.6 (7.6.6) <D3F807A8-280D-2405-F86F-32D75BCC06D5> /Applications/Utilities/QuickTime Player 7.app/Contents/MacOS/QuickTime Player 7
    0x1db000 - 0x1dcfff +com.cooliris.safariplugin Cooliris Plugin (1.11) <A81474D3-501E-64E2-A957-3E95AAB37637> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
    0x1e3000 - 0x1e5fff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x740000 - 0x79dfff +com.cocoamug.CosmoPod ??? (3.1) <DF7EFF0D-F74B-D0FC-3712-4E36D75D0043> /Library/InputManagers/CosmoPod/CosmoPod.bundle/Contents/MacOS/CosmoPod
    0x2df4000 - 0x2df7fff com.apple.LiveType.component 2.1.2 (2.1.2) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x2f00000 - 0x2fb5fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x1453a000 - 0x1453eff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <C36F9194-6DB6-0AA8-4839-71191EEBAC65> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1456f000 - 0x145d4ffe com.apple.LiveType.framework 2.1.2 (2.1.2) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x145f4000 - 0x14605ff3 +com.blackmagic-design.BlackmagicSoftwareCodec 5.7.1 (5.7.1) /Users/jeff/Library/QuickTime/Blackmagic Codec.component/Contents/MacOS/Blackmagic Codec
    0x16ae8000 - 0x16aeeffb com.apple.audio.AppleHDAHALPlugIn 1.8.4 (1.8.4fc3) <89AF8F46-15E4-2066-BDDB-05E92C1368D4> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x172f4000 - 0x172f5ff7 ATSHI.dylib ??? (???) <B370C4CD-44F6-1241-EC63-F8F02A96275B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x17630000 - 0x177a3fe7 GLEngine ??? (???) <F0181B85-962E-508D-4912-056D87F8E96E> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x177d5000 - 0x177f8fe7 GLRendererFloat ??? (???) <65E1E174-28E0-3FA9-E391-504891B69818> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x19c10000 - 0x19fd4fff com.apple.ATIRadeonX2000GLDriver 1.6.10 (6.1.0) <9B57C8E6-B6F7-24F4-0DC8-8CBC61F5306B> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x1a1e8000 - 0x1a1e9ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x1a380000 - 0x1a464fe7 com.apple.QuickTime3GPP.component 7.6.6 (1729) <C219C774-57CD-CD4C-5E14-04817D313DE4> /System/Library/QuickTime/QuickTime3GPP.component/Contents/MacOS/QuickTime3GPP
    0x1a48b000 - 0x1a86aff2 +net.telestream.wmv.export 2.3.0.14 (2.3.0.14) <8759AD45-03C9-6D44-37D8-2E5CE049E084> /Library/QuickTime/Flip4Mac WMV Export.component/Contents/MacOS/Flip4Mac WMV Export
    0x1c8eb000 - 0x1c8ebff7 libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x1ccc1000 - 0x1ccd3fd9 com.apple.FCP Uncompressed 422.component 1.4 (1.4) /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x1ccd9000 - 0x1cce6fff +net.telestream.license 1.0.3.4-GC (1.0.3.4-GC) <0B4D5758-8A9B-958D-1406-12377A1D9E23> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x1cf04000 - 0x1cf59fef com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x1cfd1000 - 0x1cfeafe3 com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1d800000 - 0x1dc3bff7 +com.bitjazz.SheerVideoPro 2.6.7.1 (2.6.7.1) /Library/QuickTime/SheerVideo™ HD Pro Xi.qtx/Contents/MacOS/SheerVideo HD Pro
    0x1dc61000 - 0x1def5ff3 +com.calibratedsoftware.CalibratedDVHDCodec 1.2.0 (1.2.0) <F03A2F5A-DBF4-B862-D485-745998F6508E> /Library/QuickTime/CalibratedDVHDCodec.component/Contents/MacOS/CalibratedDVHDC odec
    0x1df8e000 - 0x1e17ffd2 +net.telestream.wmv.import 2.3.0.14 (2.3.0.14) <A01045FC-4804-4F90-B312-01DE7F90C587> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x1e1b5000 - 0x1e375ff2 +net.telestream.wmv.advanced 2.3.0.14 (2.3.0.14) <125E7162-2457-453D-9707-5902DEB4D32E> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x1e3ba000 - 0x1e434fe3 com.apple.AppleVAH264HW.component 2.0 (1.0) <0FC65A8D-3E68-BC03-284B-EFACF6915686> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1e4f7000 - 0x1e533fe3 com.apple.QuickTimeFireWireDV.component 7.6.6 (1729) <E282B44A-AF33-668B-315A-1C18EC25682B> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1e53f000 - 0x1e558fe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x1ecb3000 - 0x1ecbbff3 com.apple.URLMount.AFPPlugin 3.2.1 (3.2.1) <EB2F4546-6746-D0E2-2730-739C7B44F771> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
    0x1f4f5000 - 0x1f766fe6 +com.macromedia.FLVExporter 2,1,0,494 (2.1 d494) <BAC49928-7EE5-4F82-9059-339B12E3CA4E> /Library/QuickTime/FLV.component/Contents/MacOS/FLV
    0x1fbcf000 - 0x1fc10fe3 com.apple.audio.SoundManager.Components 3.9.4 (3.9.4) <AD66647C-03A9-EBAF-6FFC-E5A631F4D6BE> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x1fcfc000 - 0x1fe74feb com.apple.QuickTimeStreaming.component 7.6.6 (1729) <B8E78D40-6377-37F4-C9B5-B6C8B96F7E00> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x1fed8000 - 0x1ff7aff3 com.apple.QuickTimeVR.component 7.6.6 (1729) <670EE43D-A381-7E43-8312-F8275F4F8FD2> /System/Library/QuickTime/QuickTimeVR.component/Contents/MacOS/QuickTimeVR
    0x2014f000 - 0x2036ffeb com.apple.audio.codecs.Components 2.0.1 (2.0.1) <3B1071C3-1AB4-0F6A-2CFC-7A258A0C2C46> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x21164000 - 0x211abff7 com.apple.AppleShareClientCore 2.0 (2.0) <E7220D4D-B788-1C03-CFCF-B2F9C828F03C> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x70000000 - 0x700caffb com.apple.audio.units.Components 1.6.1 (1.6.1) <AEC44B68-A209-4093-36B0-7B740361249B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x90836fe7 com.apple.WebCore 6531.22 (6531.22.7) <952A0D34-63F5-F7F7-D6E5-D0AD78002F89> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x90837000 - 0x90915fef com.apple.QuickTimeMPEG4.component 7.6.6 (1729) <DBE6399E-AB34-B981-7327-05B993B5A69D> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x90916000 - 0x90947ff7 libGLImage.dylib ??? (???) <AF110892-B10A-5B61-F898-21FB2BCE63BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90990000 - 0x90990ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90991000 - 0x90ad3fe3 com.apple.QTKit 7.6.6 (1729) <1EC021FB-AB8F-F8BF-0434-78C0A7B78EB2> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90ad4000 - 0x90b2cfe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90b2d000 - 0x90c5bfe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90c5c000 - 0x90d68ff7 libGLProgrammability.dylib ??? (???) <CA0A975B-2BEE-44E7-CFA6-8105CFE6FE00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90e2f000 - 0x91091ff3 com.apple.security 6.1.1 (37594) <1AC07F75-7E27-9662-21DA-B05DFF047B26> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91092000 - 0x9113affb com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9113b000 - 0x91181ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x91182000 - 0x91186ff7 IOSurface ??? (???) <4B825ADA-8DBE-6BA2-1AB3-307D2C3AFCA8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x91187000 - 0x911ebffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x911ec000 - 0x91621ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91622000 - 0x9169bff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9169c000 - 0x9169fff7 libCoreVMClient.dylib ??? (???) <98CB96B1-85FE-25AF-AB19-ED061912FC3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x916a0000 - 0x91845feb libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    0x91922000 - 0x91922ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91923000 - 0x91935ff7 com.apple.CoreMediaAuthoring 0.700 (700) <446FBB01-279B-2BED-E5A8-D36241B704B1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x91936000 - 0x91987ff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91988000 - 0x919a4fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91bea000 - 0x924c9ff7 com.apple.AppKit 6.6.5 (1038.29) <E76A05A6-27C6-DA02-0961-5C8EEDC5F0A7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x924ca000 - 0x925bcff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7482933B-4AF6-ED55-AD72-4FBD1E134958> /usr/lib/libcrypto.0.9.8.dylib
    0x925bd000 - 0x925eeff3 libTrueTypeScaler.dylib ??? (???) <F6A32C01-CD82-54F6-218E-0406D40D1D9A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x927b5000 - 0x927fefe7 libTIFF.dylib ??? (???) <E45B169E-253E-E865-1501-97777D2702F2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92840000 - 0x92ab0ffb com.apple.Foundation 6.6.2 (751.21) <DA7A173A-4435-ECD6-F4AF-977D722FD2F7> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92ab1000 - 0x92ab1ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x92bc9000 - 0x92bcaff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x92c24000 - 0x92c2efe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92c2f000 - 0x92e0aff3 libType1Scaler.dylib ??? (???) <944F686E-9CC2-03F0-A139-8F322F0AC49F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x92e0b000 - 0x92ed5fef com.apple.CoreServices.OSServices 357 (357) <764872C3-AE30-7F54-494D-4BA3CE4F4DFB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x92ed6000 - 0x92ef6fe7 libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <03019DD7-993D-AC88-6636-179F92F315C4> /usr/lib/libresolv.9.dylib
    0x92ef7000 - 0x92f35ff7 com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92f36000 - 0x9329dff7 com.apple.QuartzCore 1.6.1 (227.18) <8A65F233-4C77-BA7C-5DDA-2423F5C1B7A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9329e000 - 0x932a4ff7 libCGXCoreImage.A.dylib 543.33.0 (compatibility 64.0.0) <DD359830-97D4-0CD4-8666-DFE450E8D633> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x93373000 - 0x933c9ff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x933ca000 - 0x933cdff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <69BE578C-A364-A150-35E3-53EE00F56F05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x933ce000 - 0x93448fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93449000 - 0x93455ff7 libkxld.dylib ??? (???) <13F26BB6-C2F7-9D74-933E-09AD8B509ECD> /usr/lib/system/libkxld.dylib
    0x9349f000 - 0x934c9ff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x934ca000 - 0x9351aff7 com.apple.framework.familycontrols 2.0.1 (2010) <50E74916-19A5-F2FC-AB57-76F2C8DDF0A7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9351b000 - 0x935c8fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x935c9000 - 0x936a6ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x936a7000 - 0x936abff7 libGFXShared.dylib ??? (???) <286F466C-2856-B579-B87F-4E9A35C80263> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x936ac000 - 0x9370dfe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9370e000 - 0x9377fff7 com.apple.AppleVAFramework 4.8.11 (4.8.11) <BDDDFA36-4B53-4B57-B3D4-427DA8226A80> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x93780000 - 0x93962fff com.apple.imageKit 2.0.3 (1.0) <56AE34CD-4406-8AA2-DDBF-DBF902BD0E0A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93990000 - 0x93b4cff3 com.apple.ImageIO.framework 3.0.2 (3.0.1) <CB39B067-58B8-70DB-3E40-160604664A6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x93b8f000 - 0x93b93ff7 libGIF.dylib ??? (???) <03880BA1-7A86-0F2B-617A-C66B1D05DD70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93b94000 - 0x93bc9ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <458E819A-4E3F-333E-28CE-671281B318D3> /usr/lib/libcups.2.dylib
    0x93bca000 - 0x93eeafeb com.apple.CoreServices.CarbonCore 861.6 (861.6) <D3D5D9F1-01ED-DCAD-6AA9-4ABE60C7A112> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94033000 - 0x94449ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9444a000 - 0x9444aff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94485000 - 0x944d2feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x944d3000 - 0x944e4ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x944e5000 - 0x944eaff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x944eb000 - 0x944f9ff7 com.apple.opengl 1.6.7 (1.6.7) <3C529790-DEE9-AC27-A879-806E4C23323C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x944fa000 - 0x945b0fff libFontParser.dylib ??? (???) <5935E105-1E45-886C-6420-C1CCA886C375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x945b1000 - 0x945b4ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x945b5000 - 0x945d9ff7 libJPEG.dylib ??? (???) <EDA86712-F49C-760C-BE55-9B899A4A5D1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x945da000 - 0x94620ffb com.apple.CoreMediaIOServices 130.0 (1035) <397101F4-BA80-C8C2-F816-E2FBE5E15D4F> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x94782000 - 0x94790fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <82B2C254-6F8D-7BEA-4C18-038E90CAE19B> /usr/lib/libz.1.dylib
    0x94791000 - 0x947b8ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x947b9000 - 0x947c6ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x947c7000 - 0x947ceff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x94881000 - 0x948efff7 com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x948f0000 - 0x9494bff7 com.apple.framework.IOKit 2.0 (???) <69E4FE93-376C-565E-650F-04FAD213AA24> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9494c000 - 0x9496aff7 com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9496b000 - 0x958bcfe7 com.apple.QuickTimeComponents.component 7.6.6 (1729) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x958c0000 - 0x95bb9fef com.apple.QuickTime 7.6.6 (1729) <4C99ED7D-5A4B-E41E-602D-2D01A99168CD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95bd0000 - 0x95cd1fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x95ceb000 - 0x95d1eff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95d1f000 - 0x95d1fff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95d81000 - 0x95da7fff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x95df6000 - 0x95e17fe7 com.apple.opencl 12.1 (12.1) <1BCA4F60-E612-5C1B-EF50-A810D70CDF05> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x95e18000 - 0x95e82fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x95e83000 - 0x95e85ff7 com.apple.QuickTimeH264.component 7.6.6 (1729) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x95e86000 - 0x96024feb com.apple.JavaScriptCore 6531.22 (6531.22.5) <3FB9AF5B-17DD-D4C8-C7B1-4F79B404496E> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96025000 - 0x96039fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x960e9000 - 0x961bafe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <0A608513-31AD-D533-8386-10245FD62057> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x961bb000 - 0x961c1ff7 com.apple.DisplayServicesFW 2.2.2 (251) <D8BB3A1F-29C7-A957-C781-794CC9550525> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x961c2000 - 0x961fdfeb libFontRegistry.dylib ??? (???) <F50A60E1-3757-D007-A20D-A5504C17334C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x961fe000 - 0x961feff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96238000 - 0x96238ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96239000 - 0x96278ff7 com.apple.ImageCaptureCore 1.0.1 (1.0.1) <A03C5D7E-54CD-D56D-E120-9B35EBC9D8F1> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x96279000 - 0x9627bff7 libRadiance.dylib ??? (???) <9358E1EF-F802-B76E-8E23-2D0695787CFB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x962a6000 - 0x962e4ff7 com.apple.CoreMedia 0.484.5 (484.5) <35725D22-4549-5568-8E8C-62E0AD0E90F7> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x962e5000 - 0x96465feb com.apple.MediaToolbox 0.484.5 (484.5) <6996E5E1-18B6-C734-8335-FE43670C1F9C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x96466000 - 0x9654aff7 com.apple.WebKit 6531.22 (6531.22.7) <87C81D6F-77B1-C517-93E6-5DEF214326A7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9654b000 - 0x9664dfef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x9667a000 - 0x9668aff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9668b000 - 0x9677fff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x96780000 - 0x96789ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9678a000 - 0x967a2ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x967a3000 - 0x96835fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x96836000 - 0x968effe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x968f0000 - 0x968faffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x968fb000 - 0x968fbff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96931000 - 0x96961ff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x96962000 - 0x969fdff7 com.apple.ApplicationServices.ATS 4.2 (???) <3BEB7210-4C85-7309-B22D-695765526524> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x969fe000 - 0x96a09ff7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <F914F427-98EA-98BC-923D-47274A90D441> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96a18000 - 0x96af3fe7 com.apple.DesktopServices 1.5.5 (1.5.5) <ECEDFDF2-C40E-8DF0-F8FC-249CCA762E62> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96af4000 - 0x96b16fef com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96b50000 - 0x96b51ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x96b57000 - 0x96b5afe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x96bc0000 - 0x96cecfff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96d47000 - 0x9706bfef com.apple.HIToolbox 1.6.2 (???) <F5F99E78-5377-DD54-6138-9FC84467F938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9706c000 - 0x9711cff3 com.apple.ColorSync 4.6.3 (4.6.3) <68B6A1B9-86CF-0C5A-7D63-56ED4BB2EB5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9711d000 - 0x97439fe7 com.apple.RawCamera.bundle 2.3.2 (516) <9C1C6ED1-C392-6779-0D34-47E62EAF93BA> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x974fe000 - 0x97541ff7 libGLU.dylib ??? (???) <CE02968E-930D-E63B-7B21-B87205F8B19A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97542000 - 0x9759cfe7 com.apple.CorePDF 1.1 (1.1) <E4608FF6-A27D-7DFC-5620-D86762502AC0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x975b1000 - 0x975b1ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x975b2000 - 0x975bdff7 libGL.dylib ??? (???) <EAD85409-9036-831B-C378-E50780305DA6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97643000 - 0x97653ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x97654000 - 0x97691ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <830FED9E-3E24-004C-35D5-2C1273F79734> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9769a000 - 0x97b57ffb com.apple.VideoToolbox 0.484.5 (484.5) <DA9B4FA8-B91C-43AC-1D84-0BFF46BB5BCE> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x97e67000 - 0x97e6eff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x97ea2000 - 0x97fd9ff7 com.apple.CoreAUC 6.04.00 (6.04.00) <0551FB8D-0894-B40B-B924-4AF51E3648AF> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x97ff9000 - 0x97ffffff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x98000000 - 0x98182fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <96A45E03-2B29-83EB-0FC6-2C932E398722> /usr/lib/libicucore.A.dylib
    0x98183000 - 0x9821bfe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x98423000 - 0x98425ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x98431000 - 0x98472ff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <C6E50C7E-EBEE-32AF-FF07-8E325E21A838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x98473000 - 0x98510fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x98545000 - 0x98560ff7 libPng.dylib ??? (???) <929FE8EE-277D-F6EB-D672-E6F4CEBF1504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x98561000 - 0x98589ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x98596000 - 0x985abfff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x985ac000 - 0x9862effb SecurityFoundation 36840.0.0 (compatibility 1.0.0) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x98640000 - 0x98684ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x986fd000 - 0x98740ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x98741000 - 0x987efff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x987f0000 - 0x98870feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x98871000 - 0x98885ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x98886000 - 0x988f5ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9892b000 - 0x98aa4ffb com.apple.CoreFoundation 6.6.1 (550.19) <1E97FB1E-9E42-B8EB-E463-5C75315FDA31> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x98abe000 - 0x98b67ff7 com.apple.CFNetwork 454.9.4 (454.9.4) <2F8B5BA5-099F-6CDA-F500-4CA188BBCDBC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x98b68000 - 0x98d93ff3 com.apple.QuartzComposer 4.1 (156.13) <FE0BF06B-8D32-C712-7CCD-63D8918B8B6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x98d94000 - 0x98dd6ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x98e02000 - 0x98e14ff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <6BB58E90-21FA-C491-F0E4-54B69CCDBBC0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x98e15000 - 0x98e4bfff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x98e4c000 - 0x98e90fe7 com.apple.Metadata 10.6.3 (507.8) <53BB360A-1813-170D-827F-C1863EF15537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x98e91000 - 0x98e9bff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x98e9c000 - 0x98e9dff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x98e9e000 - 0x9968d537 com.apple.CoreGraphics 1.543.33 (???) <C57E2964-80AF-6346-6D3E-23AED9D26977> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0xbb100000 - 0xbb103fe7 libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) <59D12876-5E0C-803C-EC99-832012CF3416> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    Model: MacPro2,1, BootROM MP21.007F.B06, 8 processors, Quad-Core Intel Xeon, 3 GHz, 16 GB, SMC 1.15f3
    Graphics: ATI Radeon HD 3870, ATI Radeon HD 3870, PCIe, 512 MB
    Memory Module: global_name
    Bluetooth: Version 2.3.1f4, 2 service, 2 devices, 1 incoming serial ports
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: ATI Radeon HD 3870, ATY,MegalodonParent, Slot-1
    PCI Card: ATI Radeon HD 3870, Display, Slot-1
    Serial ATA Device: ST3250820AS P, 232.89 GB
    Serial ATA Device: ST3300831AS, 279.46 GB
    Serial ATA Device: MAXTOR STM3320620AS, 298.09 GB
    Serial ATA Device: ST3250823AS, 232.89 GB
    Serial ATA Device: HL-DT-ST BD-RE WH08LS20
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    USB Device: Hub, 0x05ac (Apple Inc.), 0x9132, 0xfd500000
    USB Device: Apple Cinema HD Display, 0x05ac (Apple Inc.), 0x9232, 0xfd520000
    USB Device: Hub in Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x1003, 0xfd530000
    USB Device: Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x020b, 0xfd533000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8206, 0x5d200000
    USB Device: USB-PS/2 Optical Mouse, 0x046d (Logitech Inc.), 0xc051, 0x3d100000
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: unknown_device, Unknown

  • Mail.app hangs or crashes whenever making changes in it

    As the subject says, Mail.app will hang for a very long time and/or crash (making a force quit necessary) whenever I make any change in it.
    OS 10.6.8
    Mac Pro desktop
    I switched to Mail.app from Eudora in January and this behavior has pretty much always been there, but lately is getting worse. I have 3 POP accounts that I imported to Mail after first using Eudora Mailbox Cleaner. The import went fine, no problems encountered.
    Counting sub-folders (mailboxes) in all 3 POP accounts, there are hundreds of folders and 10's of thousands of emails altogether.
    Normal email functions for sending and receiving all work fine, but if I make *any* change within Mail, i.e. change a preference or try to add a new mailbox, or move a mailbox from one folder to another, Mail becomes unresponsive (spinning beach ball) for at least 5 or 10 minutes, at which point I now give up and do a force quit because the few times I've let it go longer it just keeps chugging away. The odd thing is (odd to me at least) that when the beach ball finally quits spinning, or I force quit and restart Mail, whatever change I was trying to make is done, and everything returns to normal until the next time I want to change something.
    I'm getting ready to upgrade to Lion, and I know a new version of Mail will be part of that, so I'd like to get this resolved first so as to not just pass it along or possibly make something worse with Mail in Lion, unless perhaps just doing the upgrade to Lion will somehow "fix" whatever the issue is.
    Thanks for any information/advice.

    Well, I found what was making Mail.app choke. A MacInTouch post proposed deleting the file named "LSMMap2" in the Library>Mail folder. I did that, and now everything is fine. LSMMap2 is related to junk-filtering, and in retrospect I see that all the messages that mail.app choked on were the sort of ones it normally thinks are junk.
    (I turned off junk filtering as well. No one said that you had to turn it off to make this work, but my email provider has a good spam filter already, so I decided not to complicate things.)
    Please note that, if you do this, your Mail.app junk filtering will be reset -- that is, it will forget whatever you taught it when you marked messages as spam or not spam. (The descriptions of what has been declared junk and not-junk are stored in LSMMap2 and LSMMap.) So you might want to just drag it to the desktop to start with, instead of deleting it straight-off, in case it is not the culprit after all.

Maybe you are looking for

  • Importing from iMovie HD project

    I bought a new iMac and i'm importing in iMovie 08 a project from iMovie06. But i have 2 problems: first not all the clips are imported and second that the clips that are imported are not in the same order of the original projct. Does anyone have any

  • Can I change the fill color of an entire row based on what's selected in a pop-up menu in the first cell?

    I have a pop-up menu in the first cell of every row with three choices (and I may add more at a later date).  I want the fill color of the row to change depending on which thing is selected.  Is this hard to do?

  • "Node affinity" or inserting data in a given node only

    I'm using coherence as a "Integration Channel" for a few legacy applications sharing a coherence cluster between them. Due to this, some operations of the cluster can be only executed in a particular node. Here is the my current case as example: Ever

  • DLL's  - Websphere MQ and Java Client

    I am trying to post a message to Websphere MQ by using JMS Admin and Webspehre Application server. I have configured JMS Admin for registering the JNDI name with app server. I am using a standalone java (makes IIOP call) Application for posting the m

  • Strange problem while login to SCN in Internet explorer

    Dear All, I am facing a strange problem, where i am unable to login into SCN through Internet explorer, as when i click logon button a blank screen is coming and the login screen is not opening.Its happening  both in my office and house. This questio