AppleScript, Mail.app - Forward command doubles content - Mountain Lion

I'm trying to write an AppleScript to Forward or Redirect an email. It works fine but doubles up the content when I change any of the new emails details. Eg the subject, 'to recipient', etc.
My code is:
tell application "Mail"
          set theSelection to selection
          set theForwardedMessage to forward (item 1 of theSelection) with opening window
          tell theForwardedMessage
                         set subject to "{plain} " & subject
          end tell
end tell
This is under Mountain Lion, 10.8.2, Mail.app is version 6.2 (1499).
Any help would be much appreciated.
TIA, James.

Thanks Pierre. That's really helpful.
On its own that didn't work, but if I put in a 'display dialog' command it does. Ie this works:
tell application "Mail"
          set theSelection to selection
          set theForwardedMessage to forward (item 1 of theSelection) with opening window
          set theSubject to subject of theForwardedMessage
  activate
          tell application "System Events" to tell process "Mail"
  display dialog "1"
                    tell text field "Subject:" of window 1
                              set focused to true
                              set value to "{plain} " & theSubject
                    end tell
          end tell
end tell
I also want the recipient filled in, but it doesn't work for me. In this code it displays the 'A' dialog then stops:
tell application "Mail"
          set theSelection to selection
          set theForwardedMessage to forward (item 1 of theSelection) with opening window
          set theSubject to subject of theForwardedMessage
  activate
          tell application "System Events" to tell process "Mail"
  display dialog "1"
                    tell text field "Subject:" of window 1
                              set focused to true
                              set value to "{plain} " & theSubject
                    end tell
                    tell text field "To:" of window 1
  display dialog "A"
                              set focused to true
  display dialog "B"
                              set value to "[email protected]"
                    end tell
          end tell
end tell
Ie it never gets to the 'B' dialog.
So perhaps that field is called something else? How do you find out what the 'To:' field is called?
Thanks,
James.

Similar Messages

  • Mail app crashing after upgrade to mountain lion

    Dear Support,
    Please refer below error and please revert ASAP.
    Process:         Mail [458]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         6.0 (1485)
    Build Info:      Mail-1485000000000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [208]
    User ID:         501
    Date/Time:       2012-08-09 15:38:48.798 +0530
    OS Version:      Mac OS X 10.8 (12A269)
    Report Version:  10
    Sleep/Wake UUID: BBBCD3BA-5258-41FB-94DB-A4ED44B70F88
    Interval Since Last Report:          40703 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  40501 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      C4D77639-ADAD-4468-AF11-5C6FD98EBFF4
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000008050d0d4948
    VM Regions Near 0x8050d0d4948:
        __LINKEDIT             0000000200e5d000-0000000200eb3000 [  344K] r--/rwx SM=COW  /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    -->
        JS JIT generated code  0000239b73a00000-0000239b73a01000 [    4K] ---/rwx SM=NUL 
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.Foundation                   0x00007fff8d7db26a _NSKeyValueReplaceObservationInfoForObject + 435
    1   com.apple.Foundation                   0x00007fff8d7da19c -[NSObject(NSKeyValueObserverRegistration) _addObserver:forProperty:options:context:] + 193
    2   com.apple.Foundation                   0x00007fff8d7d912d -[NSObject(NSKeyValueObserverRegistration) addObserver:forKeyPath:options:context:] + 111
    3   com.apple.AppKit                          0x00007fff914bbc79 -[NSBinder _updateObservingRegistration:] + 924
    4   com.apple.AppKit                          0x00007fff914bac88 -[NSBinder establishConnection] + 326
    5   com.apple.AppKit                          0x00007fff914b3f49 -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:] + 641
    6   com.apple.AppKit                          0x00007fff9133cafa -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1012
    7   com.apple.AppKit                          0x00007fff9131bb7d loadNib + 317
    8   com.apple.AppKit                          0x00007fff9131b0a9 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
    9   com.apple.AppKit                          0x00007fff91557ee3 -[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 150
    10  com.apple.CoreMessage               0x00007fff940f786c -[NSBundle(MessageFrameworkAdditions) loadNibNamed:owner:] + 95
    11  com.apple.mail                  0x00000001083ca812 0x1082ce000 + 1034258
    12  com.apple.mail                  0x000000010832216e 0x1082ce000 + 344430
    13  com.apple.mail                  0x000000010832b089 0x1082ce000 + 381065
    14  com.apple.Foundation                  0x00007fff8d7e98a7 __NSThreadPerformPerform + 225
    15  com.apple.CoreFoundation           0x00007fff94aee841 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    16  com.apple.CoreFoundation           0x00007fff94aee165 __CFRunLoopDoSources0 + 245
    17  com.apple.CoreFoundation           0x00007fff94b114e5 __CFRunLoopRun + 789
    18  com.apple.CoreFoundation           0x00007fff94b10dd2 CFRunLoopRunSpecific + 290
    19  com.apple.HIToolbox                   0x00007fff9735d774 RunCurrentEventLoopInMode + 209
    20  com.apple.HIToolbox                   0x00007fff9735d512 ReceiveNextEventCommon + 356
    21  com.apple.HIToolbox                   0x00007fff9735d3a3 BlockUntilNextEventMatchingListInMode + 62
    22  com.apple.AppKit                         0x00007fff9137bfa3 _DPSNextEvent + 685
    23  com.apple.AppKit                         0x00007fff9137b862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    24  com.apple.AppKit                         0x00007fff91372c03 -[NSApplication run] + 517
    25  com.apple.AppKit                         0x00007fff91317656 NSApplicationMain + 869
    26  libdyld.dylib                     0x00007fff909267e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                   0x00007fff9594cd16 kevent + 10
    1   libdispatch.dylib                0x00007fff972ece26 _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                0x00007fff972eca2a _dispatch_mgr_thread + 54
    Thread 2:: -[EWSStore openSynchronously]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                   0x00007fff9594c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib               0x00007fff944effc9 _pthread_cond_wait + 869
    2   com.apple.Foundation                   0x00007fff8d78d6e3 -[__NSOperationInternal waitUntilFinished] + 151
    3   com.apple.MessageFramework      0x00007fff8d59bae6 -[EWSGateway _handleSyncedMessagesWithoutHeaders:inFolderIdString:store:newSyncState:] + 523
    4   com.apple.MessageFramework      0x00007fff8d59b5ae -[EWSGateway _syncFolderItemsFromTargetFolderIdType:syncState:forStore:includesLastItem:] + 1096
    5   com.apple.MessageFramework      0x00007fff8d59b078 -[EWSGateway syncFolderItemsFromFolderIdString:syncState:forStore:] + 533
    6   com.apple.MessageFramework      0x00007fff8d5b3b29 -[EWSStore _fetchChangesFromServer] + 301
    7   com.apple.MessageFramework      0x00007fff8d5b129b -[EWSStore openSynchronouslyUpdatingMetadata:] + 115
    8   com.apple.CoreFoundation            0x00007fff94b62cac __invoking___ + 140
    9   com.apple.CoreFoundation            0x00007fff94b62b47 -[NSInvocation invoke] + 263
    10  com.apple.CoreMessage               0x00007fff940efd5d -[MonitoredInvocation invoke] + 225
    11  com.apple.CoreMessage               0x00007fff941082b2 -[ThrowingInvocationOperation main] + 33
    12  com.apple.CoreMessage               0x00007fff940b4602 -[_MFInvocationOperation main] + 431
    13  com.apple.Foundation                  0x00007fff8d7e5bb6 -[__NSOperationInternal start] + 684
    14  com.apple.Foundation                  0x00007fff8d7ed3d1 __block_global_6 + 129
    15  libdispatch.dylib               0x00007fff972edf3d _dispatch_call_block_and_release + 15
    16  libdispatch.dylib               0x00007fff972ea0fa _dispatch_client_callout + 8
    17  libdispatch.dylib               0x00007fff972eb23e _dispatch_worker_thread2 + 304
    18  libsystem_c.dylib             0x00007fff944edceb _pthread_wqthread + 404
    19  libsystem_c.dylib             0x00007fff944d81b1 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                   0x00007fff9594a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                   0x00007fff95949c42 mach_msg + 70
    2   com.apple.CoreFoundation            0x00007fff94b0bf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation            0x00007fff94b11606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation            0x00007fff94b10dd2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                   0x00007fff8d7f1ace -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.ExchangeWebServices             0x00007fff8ddbde27 -[SOAPRequest sendSynchronously:] + 451
    7   com.apple.ExchangeWebServices             0x00007fff8dda4976 -[EWSExchangeServiceBinding sendSynchronousMessage:error:] + 84
    8   com.apple.MessageFramework      0x00007fff8d58fc12 -[EWSConnection _sendMessage:error:] + 210
    9   com.apple.MessageFramework      0x00007fff8d58f45a -[EWSConnection sendMessage:forRequest:] + 54
    10  com.apple.MessageFramework     0x00007fff8d598743 -[EWSGateway sendMessage:forRequest:] + 69
    11  com.apple.MessageFramework     0x00007fff8d5af0ca -[EWSRequestOperation executeOperation] + 110
    12  com.apple.CoreMessage               0x00007fff940f0106 -[MonitoredOperation main] + 219
    13  com.apple.Foundation                  0x00007fff8d7e5bb6 -[__NSOperationInternal start] + 684
    14  com.apple.Foundation                  0x00007fff8d7ed3d1 __block_global_6 + 129
    15  libdispatch.dylib               0x00007fff972edf3d _dispatch_call_block_and_release + 15
    16  libdispatch.dylib               0x00007fff972ea0fa _dispatch_client_callout + 8
    17  libdispatch.dylib               0x00007fff972eb23e _dispatch_worker_thread2 + 304
    18  libsystem_c.dylib             0x00007fff944edceb _pthread_wqthread + 404
    19  libsystem_c.dylib             0x00007fff944d81b1 start_wqthread + 13
    Thread 4:: -[EWSAccount fetchSynchronouslyIsAuto:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                   0x00007fff9594c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib               0x00007fff944f0003 _pthread_cond_wait + 927
    2   com.apple.Foundation                   0x00007fff8d78c7f9 -[__NSOperationInternal waitUntilFinishedOrTimeout:] + 227
    3   com.apple.MessageFramework      0x00007fff8d587ad6 -[EWSAccount _synchronizeMailboxesSynchronously] + 268
    4   com.apple.MessageFramework      0x00007fff8d58781d -[EWSAccount fetchSynchronouslyIsAuto:] + 496
    5   com.apple.CoreFoundation            0x00007fff94b62cac __invoking___ + 140
    6   com.apple.CoreFoundation            0x00007fff94b62b47 -[NSInvocation invoke] + 263
    7   com.apple.CoreMessage                0x00007fff940efd5d -[MonitoredInvocation invoke] + 225
    8   com.apple.CoreMessage                0x00007fff941082b2 -[ThrowingInvocationOperation main] + 33
    9   com.apple.CoreMessage                0x00007fff940b4602 -[_MFInvocationOperation main] + 431
    10  com.apple.Foundation                  0x00007fff8d7e5bb6 -[__NSOperationInternal start] + 684
    11  com.apple.Foundation                  0x00007fff8d7ed3d1 __block_global_6 + 129
    12  libdispatch.dylib               0x00007fff972edf3d _dispatch_call_block_and_release + 15
    13  libdispatch.dylib               0x00007fff972ea0fa _dispatch_client_callout + 8
    14  libdispatch.dylib               0x00007fff972eb23e _dispatch_worker_thread2 + 304
    15  libsystem_c.dylib             0x00007fff944edceb _pthread_wqthread + 404
    16  libsystem_c.dylib             0x00007fff944d81b1 start_wqthread + 13
    Thread 5:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                   0x00007fff9594c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib               0x00007fff944effc9 _pthread_cond_wait + 869
    2   com.apple.Foundation                   0x00007fff8d78d6e3 -[__NSOperationInternal waitUntilFinished] + 151
    3   com.apple.MessageFramework      0x00007fff8d59bae6 -[EWSGateway _handleSyncedMessagesWithoutHeaders:inFolderIdString:store:newSyncState:] + 523
    4   com.apple.MessageFramework      0x00007fff8d59b5ae -[EWSGateway _syncFolderItemsFromTargetFolderIdType:syncState:forStore:includesLastItem:] + 1096
    5   com.apple.MessageFramework      0x00007fff8d59b078 -[EWSGateway syncFolderItemsFromFolderIdString:syncState:forStore:] + 533
    6   com.apple.MessageFramework      0x00007fff8d5b3b29 -[EWSStore _fetchChangesFromServer] + 301
    7   com.apple.MessageFramework      0x00007fff8d587ff6 __48-[EWSAccount _synchronizeMailboxesSynchronously]_block_invoke_0 + 398
    8   com.apple.Foundation                   0x00007fff8d89bed9 __24-[NSBlockOperation main]_block_invoke_0 + 89
    9   libdispatch.dylib                0x00007fff972eefc8 _dispatch_client_callout2 + 8
    10  libdispatch.dylib               0x00007fff972eef39 _dispatch_apply2 + 78
    11  libdispatch.dylib               0x00007fff972eee6c dispatch_apply_f + 440
    12  com.apple.Foundation                  0x00007fff8d80fd36 -[NSBlockOperation main] + 262
    13  com.apple.Foundation                  0x00007fff8d7e5bb6 -[__NSOperationInternal start] + 684
    14  com.apple.Foundation                  0x00007fff8d7ed3d1 __block_global_6 + 129
    15  libdispatch.dylib               0x00007fff972edf3d _dispatch_call_block_and_release + 15
    16  libdispatch.dylib               0x00007fff972ea0fa _dispatch_client_callout + 8
    17  libdispatch.dylib               0x00007fff972eb23e _dispatch_worker_thread2 + 304
    18  libsystem_c.dylib             0x00007fff944edceb _pthread_wqthread + 404
    19  libsystem_c.dylib             0x00007fff944d81b1 start_wqthread + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                   0x00007fff9594a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                   0x00007fff95949c42 mach_msg + 70
    2   com.apple.CoreFoundation            0x00007fff94b0bf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation            0x00007fff94b11606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation            0x00007fff94b10dd2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                   0x00007fff8d78e7d6 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                   0x00007fff8d7ec842 __NSThread__main__ + 1345
    7   libsystem_c.dylib               0x00007fff944eb782 _pthread_start + 327
    8   libsystem_c.dylib               0x00007fff944d81c1 thread_start + 13
    Thread 7:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                   0x00007fff9594c322 __select + 10
    1   com.apple.CoreFoundation            0x00007fff94b50bf6 __CFSocketManager + 1302
    2   libsystem_c.dylib               0x00007fff944eb782 _pthread_start + 327
    3   libsystem_c.dylib               0x00007fff944d81c1 thread_start + 13
    Thread 8:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                   0x00007fff9594c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib               0x00007fff944effc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore              0x00007fff978d2d66 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore              0x00007fff97af443a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore              0x00007fff97b09a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib               0x00007fff944eb782 _pthread_start + 327
    6   libsystem_c.dylib               0x00007fff944d81c1 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                   0x00007fff9594c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib               0x00007fff944effc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore              0x00007fff97a570f4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore              0x00007fff97a56fd6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore              0x00007fff97b09a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib               0x00007fff944eb782 _pthread_start + 327
    6   libsystem_c.dylib               0x00007fff944d81c1 thread_start + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                   0x00007fff9594a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                   0x00007fff95949c42 mach_msg + 70
    2   com.apple.QuartzCore                   0x00007fff9670135b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore                   0x00007fff96785e76 thread_fun + 25
    4   libsystem_c.dylib               0x00007fff944eb782 _pthread_start + 327
    5   libsystem_c.dylib               0x00007fff944d81c1 thread_start + 13
    Thread 11:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                   0x00007fff9594c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib               0x00007fff944effc9 _pthread_cond_wait + 869
    2   com.apple.Foundation                   0x00007fff8d78d6e3 -[__NSOperationInternal waitUntilFinished] + 151
    3   com.apple.MessageFramework      0x00007fff8d59d10c -[EWSGateway fetchMimeDataForMessage:errorHandler:] + 453
    4   com.apple.MessageFramework      0x00007fff8d5b15cd -[EWSStore _fetchBodyDataForMessage:andHeaderDataIfReadilyAvailable:fetchIfNotAvailable:] + 418
    5   com.apple.MessageFramework      0x00007fff8d5f2c6e -[LibraryStore _fetchHeaderDataForMessage:fetchIfNotAvailable:] + 102
    6   com.apple.MessageFramework      0x00007fff8d5b13c6 -[EWSStore _fetchHeaderDataForMessage:fetchIfNotAvailable:] + 113
    7   com.apple.MessageFramework      0x00007fff8d54716b -[MessageStore headerDataForMessage:fetchIfNotAvailable:allowPartial:] + 79
    8   com.apple.MessageFramework      0x00007fff8d547217 -[MessageStore headersForMessage:fetchIfNotAvailable:] + 90
    9   com.apple.MessageFramework      0x00007fff8d61b6da -[MessageCriterion _evaluateFullNameCriterion:] + 68
    10  com.apple.MessageFramework     0x00007fff8d61d183 -[MessageCriterion _evaluateMessage:] + 80
    11  com.apple.MessageFramework     0x00007fff8d61d12b -[MessageCriterion doesMessageSatisfyRuleEvaluationCriterion:] + 75
    12  com.apple.MessageFramework     0x00007fff8d62a552 -[MessageRule doesMessageSatisfyCriteria:] + 453
    13  com.apple.mail                  0x0000000108559912 0x1082ce000 + 2668818
    14  com.apple.mail                  0x00000001085574c2 0x1082ce000 + 2659522
    15  com.apple.CoreFoundation           0x00007fff94b21b8a _CFXNotificationPost + 2554
    16  com.apple.mail                  0x00000001082d4244 0x1082ce000 + 25156
    17  com.apple.MessageFramework     0x00007fff8d5396b4 -[MessageStore messagesWereAdded:conversationsMembers:duringOpen:] + 250
    18  com.apple.MessageFramework     0x00007fff8d539489 -[LibraryStore messagesWereAdded:conversationsMembers:duringOpen:] + 81
    19  com.apple.MessageFramework     0x00007fff8d5b1ca4 -[EWSStore messagesWereAdded:conversationsMembers:duringOpen:] + 953
    20  com.apple.CoreFoundation           0x00007fff94b21b8a _CFXNotificationPost + 2554
    21  com.apple.Foundation                  0x00007fff8d79fa76 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
    22  com.apple.mail                  0x00000001082d07d5 0x1082ce000 + 10197
    23  com.apple.Foundation                  0x00007fff8d80fcac -[NSBlockOperation main] + 124
    24  com.apple.Foundation                  0x00007fff8d7e5bb6 -[__NSOperationInternal start] + 684
    25  com.apple.Foundation                  0x00007fff8d7ed3d1 __block_global_6 + 129
    26  libdispatch.dylib               0x00007fff972edf3d _dispatch_call_block_and_release + 15
    27  libdispatch.dylib               0x00007fff972ea0fa _dispatch_client_callout + 8
    28  libdispatch.dylib               0x00007fff972eb23e _dispatch_worker_thread2 + 304
    29  libsystem_c.dylib             0x00007fff944edceb _pthread_wqthread + 404
    30  libsystem_c.dylib             0x00007fff944d81b1 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                   0x00007fff9594c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib               0x00007fff944edf2c _pthread_workq_return + 25
    2   libsystem_c.dylib               0x00007fff944edcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib               0x00007fff944d81b1 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                   0x00007fff9594c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib               0x00007fff944edf2c _pthread_workq_return + 25
    2   libsystem_c.dylib               0x00007fff944edcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib               0x00007fff944d81b1 start_wqthread + 13
    Thread 14:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                   0x00007fff9594a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                   0x00007fff95949c42 mach_msg + 70
    2   com.apple.CoreFoundation            0x00007fff94b0bf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation            0x00007fff94b11606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation            0x00007fff94b10dd2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                   0x00007fff8d7f1ace -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.ExchangeWebServices             0x00007fff8ddbde27 -[SOAPRequest sendSynchronously:] + 451
    7   com.apple.ExchangeWebServices             0x00007fff8dda4976 -[EWSExchangeServiceBinding sendSynchronousMessage:error:] + 84
    8   com.apple.MessageFramework      0x00007fff8d58fc12 -[EWSConnection _sendMessage:error:] + 210
    9   com.apple.MessageFramework      0x00007fff8d58f45a -[EWSConnection sendMessage:forRequest:] + 54
    10  com.apple.MessageFramework     0x00007fff8d598743 -[EWSGateway sendMessage:forRequest:] + 69
    11  com.apple.MessageFramework     0x00007fff8d5af0ca -[EWSRequestOperation executeOperation] + 110
    12  com.apple.CoreMessage               0x00007fff940f0106 -[MonitoredOperation main] + 219
    13  com.apple.Foundation                  0x00007fff8d7e5bb6 -[__NSOperationInternal start] + 684
    14  com.apple.Foundation                  0x00007fff8d7ed3d1 __block_global_6 + 129
    15  libdispatch.dylib               0x00007fff972edf3d _dispatch_call_block_and_release + 15
    16  libdispatch.dylib               0x00007fff972ea0fa _dispatch_client_callout + 8
    17  libdispatch.dylib               0x00007fff972eb23e _dispatch_worker_thread2 + 304
    18  libsystem_c.dylib             0x00007fff944edceb _pthread_wqthread + 404
    19  libsystem_c.dylib             0x00007fff944d81b1 start_wqthread + 13
    Thread 15:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                   0x00007fff9594a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                   0x00007fff95949c42 mach_msg + 70
    2   com.apple.CoreFoundation            0x00007fff94b0bf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation            0x00007fff94b11606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation            0x00007fff94b10dd2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                   0x00007fff8d7f1ace -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.ExchangeWebServices             0x00007fff8ddbde27 -[SOAPRequest sendSynchronously:] + 451
    7   com.apple.ExchangeWebServices             0x00007fff8dda4976 -[EWSExchangeServiceBinding sendSynchronousMessage:error:] + 84
    8   com.apple.MessageFramework      0x00007fff8d58fc12 -[EWSConnection _sendMessage:error:] + 210
    9   com.apple.MessageFramework      0x00007fff8d58f45a -[EWSConnection sendMessage:forRequest:] + 54
    10  com.apple.MessageFramework     0x00007fff8d598743 -[EWSGateway sendMessage:forRequest:] + 69
    11  com.apple.MessageFramework     0x00007fff8d5af0ca -[EWSRequestOperation executeOperation] + 110
    12  com.apple.CoreMessage               0x00007fff940f0106 -[MonitoredOperation main] + 219
    13  com.apple.Foundation                  0x00007fff8d7e5bb6 -[__NSOperationInternal start] + 684
    14  com.apple.Foundation                  0x00007fff8d7ed3d1 __block_global_6 + 129
    15  libdispatch.dylib               0x00007fff972edf3d _dispatch_call_block_and_release + 15
    16  libdispatch.dylib               0x00007fff972ea0fa _dispatch_client_callout + 8
    17  libdispatch.dylib               0x00007fff972eb23e _dispatch_worker_thread2 + 304
    18  libsystem_c.dylib             0x00007fff944edceb _pthread_wqthread + 404
    19  libsystem_c.dylib             0x00007fff944d81b1 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                   0x00007fff9594c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib               0x00007fff944edf2c _pthread_workq_return + 25
    2   libsystem_c.dylib               0x00007fff944edcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib               0x00007fff944d81b1 start_wqthread + 13
    Thread 17:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                   0x00007fff9594a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                   0x00007fff95949c42 mach_msg + 70
    2   com.apple.CoreFoundation            0x00007fff94b0bf23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation            0x00007fff94b11606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation            0x00007fff94b10dd2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                   0x00007fff8d7f1ace -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.ExchangeWebServices             0x00007fff8ddbde27 -[SOAPRequest sendSynchronously:] + 451
    7   com.apple.ExchangeWebServices             0x00007fff8dda4976 -[EWSExchangeServiceBinding sendSynchronousMessage:error:] + 84
    8   com.apple.MessageFramework      0x00007fff8d58fc12 -[EWSConnection _sendMessage:error:] + 210
    9   com.apple.MessageFramework      0x00007fff8d58f45a -[EWSConnection sendMessage:forRequest:] + 54
    10  com.apple.MessageFramework     0x00007fff8d598743 -[EWSGateway sendMessage:forRequest:] + 69
    11  com.apple.MessageFramework     0x00007fff8d5af0ca -[EWSRequestOperation executeOperation] + 110
    12  com.apple.CoreMessage               0x00007fff940f0106 -[MonitoredOperation main] + 219
    13  com.apple.Foundation                  0x00007fff8d7e5bb6 -[__NSOperationInternal start] + 684
    14  com.apple.Foundation                  0x00007fff8d7ed3d1 __block_global_6 + 129
    15  libdispatch.dylib               0x00007fff972edf3d _dispatch_call_block_and_release + 15
    16  libdispatch.dylib               0x00007fff972ea0fa _dispatch_client_callout + 8
    17  libdispatch.dylib               0x00007fff972eb23e _dispatch_worker_thread2 + 304
    18  libsystem_c.dylib             0x00007fff944edceb _pthread_wqthread + 404
    19  libsystem_c.dylib             0x00007fff944d81b1 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                   0x00007fff9594c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib               0x00007fff944edf2c _pthread_workq_return + 25
    2   libsystem_c.dylib               0x00007fff944edcf3 _pthread_wqthread + 412
    3   libsystem_c.dylib               0x00007fff944d81b1 start_wqthread + 13
    Thread 19:
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fcfb2a28b70  rbx: 0x000008050d0d4948  rcx: 0x0000000000000008  rdx: 0x00000000ffffffff
      rdi: 0x0000000000000037  rsi: 0x00007fff91ba08ce  rbp: 0x00007fff5792ff20  rsp: 0x00007fff5792fed0
       r8: 0x00007fff7d562c90   r9: 0x0000000000000000  r10: 0x00007fcfb3c17a80  r11: 0x00007fff7e3e4218
      r12: 0x00007fcfb2e33eb0  r13: 0x00007fcfb56ceaa0  r14: 0x00007fcfb2e33f00  r15: 0x00007fcfb510a2e0
      rip: 0x00007fff8d7db26a  rfl: 0x0000000000010206  cr2: 0x000008050d0d4948
    Logical CPU: 0
    Binary Images:
           0x1082ce000 -        0x10866aff7  com.apple.mail (6.0 - 1485) <6C62E4AC-EBA9-3E31-B677-B26356423DE1> /Applications/Mail.app/Contents/MacOS/Mail
           0x108aa4000 -        0x108aa4ffb +cl_kernels (???) <14379B90-A0A6-4DF5-ABF9-FB78F38D7CC6> cl_kernels
           0x108abf000 -        0x108ac4ff7  libgermantok.dylib (7) <B98522FA-23D1-351E-9F25-5AAF58FD862D> /usr/lib/libgermantok.dylib
           0x108ae5000 -        0x108ae7fff  apop.so (169) <2A1CAD32-5734-3D4E-868B-E773DCD192B5> /usr/lib/sasl2/apop.so
           0x108aeb000 -        0x108afffff  dhx.so (169) <3C4D7E51-F30B-3A5B-9BB6-4426EC607E10> /usr/lib/sasl2/dhx.so
           0x108b0c000 -        0x108b15ff7  digestmd5WebDAV.so (169) <D1EF0A0E-92FA-321F-9445-DD08A64C2493> /usr/lib/sasl2/digestmd5WebDAV.so
           0x108b1a000 -        0x108b1cfff  libanonymous.2.so (166) <6417EA9E-4202-31DA-A086-B58F1E92C931> /usr/lib/sasl2/libanonymous.2.so
           0x108b21000 -        0x108b24fff  libcrammd5.2.so (166) <866C8DD4-5086-376A-BFC7-897A40327DB4> /usr/lib/sasl2/libcrammd5.2.so
           0x108b29000 -        0x108b32ff7  libdigestmd5.2.so (166) <F2344A08-F032-35D3-9EBB-F147D4100517> /usr/lib/sasl2/libdigestmd5.2.so
           0x108b37000 -        0x108b3cfff  libgssapiv2.2.so (166) <83A21AF3-FB42-3ACC-B6ED-26B23388C4F4> /usr/lib/sasl2/libgssapiv2.2.so
           0x108b41000 -        0x108b43fff  login.so (166) <1F868238-FB26-3477-B31C-67DB400D6F68> /usr/lib/sasl2/login.so
           0x108b47000 -        0x108b4cfff  libntlm.so (166) <82608FB8-E225-39FF-BC83-B9D3F89D7CEC> /usr/lib/sasl2/libntlm.so
           0x108b51000 -        0x108b58fff  libotp.2.so (166) <2AE53E63-A826-3E20-9B4D-476CC712410D> /usr/lib/sasl2/libotp.2.so
           0x108b61000 -        0x108b63fff  libplain.2.so (166) <074D7604-3435-3E01-A86B-FF102001FC5B> /usr/lib/sasl2/libplain.2.so
           0x108b67000 -        0x108b6bfff  libpps.so (169) <3C150ECF-0D94-3DBE-8AB6-7B0070700699> /usr/lib/sasl2/libpps.so
           0x108b70000 -        0x108b73fff  mschapv2.so (169) <9DAC741E-6BB8-3DFA-85AD-532EB20E780B> /usr/lib/sasl2/mschapv2.so
           0x108b78000 -        0x108ba5fff  com.apple.DirectoryService.PasswordServerFramework (10.8 - 27) <4D67D74D-9200-3838-87D6-5E1968C81019> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x109de1000 -        0x109de3fff  pwauxprop.so (387) <02EC8AD8-70F5-3512-8026-B41832050634> /usr/lib/sasl2/pwauxprop.so
           0x109de8000 -        0x109debfff  shadow_auxprop.so (169) <FE9BCBA3-7F30-303B-A815-8FADE514246E> /usr/lib/sasl2/shadow_auxprop.so
           0x109df0000 -        0x109df2fff  smb_nt.so (169) <F6798ECD-BBC9-3055-96E9-3A9836E36E7A> /usr/lib/sasl2/smb_nt.so
           0x109df7000 -        0x109dfafff  smb_ntlmv2.so (169) <FB9D0145-0F31-3FA1-A6B4-5F8530CC60CA> /usr/lib/sasl2/smb_ntlmv2.so
           0x10a7b4000 -        0x10a7b5fff  com.apple.AddressBook.LocalSourceBundle (2.0 - 1143) <54176F4B-18DE-3E75-A318-9565CC19D45F> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10a7c7000 -        0x10a7cafff  com.apple.DirectoryServicesSource (2.0 - 1143) <62C48641-2464-36DE-87AC-E249F1E93B8A> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10a7d2000 -        0x10a80efff  com.apple.ExchangeSource (2.0 - 1143) <76894DDA-108C-31E1-9D0E-130EA9884266> /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/MacOS/Exchange
           0x10c255000 -        0x10c25dfff  com.apple.SyncedDefaults (1.2 - 43.27) <BE895936-D6C0-3CC0-BDE4-FEDA10B9EABD> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x10cd98000 -        0x10cda1fef  libcldcpuengine.dylib (2.1.16) <BA5F6C17-7A08-3DCF-A30E-E9C4D76B7356> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x10cdc0000 -        0x10cdc3ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x10cdcb000 -        0x10cdcbff1 +cl_kernels (???) <F627E093-0877-4FB5-A587-E0DE476E5233> cl_kernels
           0x10d24e000 -        0x10d2e9ff7  unorm8_bgra.dylib (2.1.16) <14128E4A-6050-35C3-A493-3C8AEAF9B14D> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10d318000 -        0x10d319ff3 +cl_kernels (???) <C55EBF82-7DF7-408F-8420-E8CC2461765B> cl_kernels
           0x10d336000 -        0x10d336ff3 +cl_kernels (???) <4D067FF8-4C10-4B35-BB0E-736DB68E6031> cl_kernels
           0x10d35c000 -        0x10d3f2ff7  unorm8_rgba.dylib (2.1.16) <AC3AFE82-7E82-340B-9E7A-9A27C29816DA> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
           0x10d428000 -        0x10d429ff2 +cl_kernels (???) <9A693776-1A71-4A9F-9013-EEC617773C38> cl_kernels
           0x10da2a000 -        0x10da2bff3 +cl_kernels (???) <E9299264-F3C3-46D3-AC4A-C22297CC5D51> cl_kernels
           0x10da3f000 -        0x10da3fff1 +cl_kernels (???) <1B285449-7F16-4845-896A-44E41440CD1E> cl_kernels
           0x10da43000 -        0x10da43ff9 +cl_kernels (???) <BF3C8503-D7DF-4EFC-A76D-DD9366392139> cl_kernels
           0x10da76000 -        0x10daa5fff  com.apple.datadetectors.actions (4.0 - 199.0) <98CB57AE-5066-3291-A236-5395F236C5D7> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/Resources/ Actions.datadetectors/Contents/MacOS/Actions
           0x10dac6000 -        0x10dae3ff7  com.apple.Mail.Syncer (6.0 - 1485) <76A63422-FD13-3794-A3DE-712A4B6EC35E> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
           0x10daf2000 -        0x10db04ff7  com.apple.syncservices.syncservicesui (7.0 - 713) <188BC0FA-C4F7-3F96-BACF-61CDFDDABE9C> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
           0x10db2b000 -        0x10db34fff  com.apple.exchange.iaplugin (2.0 - 200) <B62C1EF7-F00A-37F6-9B25-C315A470C7B5> /System/Library/InternetAccounts/Exchange.iaplugin/Contents/MacOS/Exchange
           0x10db55000 -        0x10db56fff  com.apple.heimdalodpac (10.8 - 198) <AE9D93D6-C970-368B-A89C-2DA0EB225204> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/heimdalodpac.bundle/Co ntents/MacOS/heimdalodpac
           0x10db5b000 -        0x10db5dfff  com.apple.KerberosHelper.LKDCLocate (4.0 - 1.0) <6276FDFA-EB44-374C-9BFC-2AB5F68F2145> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/LKDCLocate.bundle/Cont ents/MacOS/LKDCLocate
           0x10db61000 -        0x10db62ff7  com.apple.kerberos.reachability (3.0 - 2.0) <8DC5EA50-F572-31C7-9443-5F6C9363A58D> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/Reachability.bundle/Co ntents/MacOS/Reachability
           0x10db66000 -        0x10db67ff7  com.apple.kerberos.sckerberosconfig (3.0 - 1) <6981ADC2-C901-3F8A-A3D0-7334DE61BF3E> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/SCKerberosConfig.bundl e/Contents/MacOS/SCKerberosConfig
           0x10dcef000 -        0x10dcfdff7  libGPUSupport.dylib (8.5) <EBBD76FB-1C64-350C-9568-DB4C4C99602D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x10dd07000 -        0x10dd34fff  GLRendererFloat (8.5) <5486E8B9-3EF6-3C15-9CCB-28317B3BFA97> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10e4c1000 -        0x10e4d3fff  com.apple.mail.WebPlugIn (6.0 - 1485) <BD7F0CFC-F8F0-38BE-9F23-EB30C09990A8> /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.webplugin/Contents/MacOS/ MailWebPlugIn
           0x10f6c9000 -        0x10f880fff  GLEngine (8.5) <AB9EB15E-11BB-34BF-B89E-02BC01916ABE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10f8b7000 -        0x10f9f8fff  libGLProgrammability.dylib (8.5) <2FFA7003-CB27-3A04-A4DC-8178545CF74B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x200000000 -        0x200822fff  com.apple.GeForceGLDriver (8.0.51 - 8.0.0) <0052635D-D9E8-33DB-B8B3-61A3169D7AA1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff67ece000 -     0x7fff67f0293f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff8d436000 -     0x7fff8d507ff7  com.apple.CoreText (260.0 - 275.14) <98A59BFB-9AC0-3EAB-B5A4-26C2F965A65D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8d508000 -     0x7fff8d74eff7  com.apple.MessageFramework (6.0 - 1485) <79FA27A2-D01A-3D35-AE3A-7F8F41034728> /System/Library/Frameworks/Message.framework/Versions/B/Message
        0x7fff8d74f000 -     0x7fff8d756fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8d757000 -     0x7fff8dab3ff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8dab4000 -     0x7fff8dac2ff7  com.apple.Librarian (1.1 - 1) <B0248F96-6BC9-3F63-8557-65DF1606039C> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8dac3000 -     0x7fff8dac7fff  libGIF.dylib (843) <21324AF8-AFDA-3149-B547-C5109C1FBECF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8dac8000 -     0x7fff8db04fff  com.apple.GeoServices (1.0 - 1) <F55A4DD8-FA21-3842-8450-1D707D24E69B> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8db07000 -     0x7fff8dd86fff  com.apple.AOSKit (1.05 - 148) <C7246547-252D-3505-BC4C-B26ECE575118> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8dd87000 -     0x7fff8dd93ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8dd94000 -     0x7fff8ddf1fff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8ddf2000 -     0x7fff8de13fff  com.apple.Ubiquity (1.2 - 234.2) <AC544B6F-0879-39A3-90A3-8BC8C29CBAD5> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8de14000 -     0x7fff8de6efff  com.apple.Suggestions (2.0 - 102.1) <05D8D892-9A31-301A-BD24-D8A89B2AC905> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff8deb5000 -     0x7fff8deb5fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8deb6000 -     0x7fff8deb9fff  libRadiance.dylib (843) <61405840-A8B0-368E-B39A-704B5A04FDA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8dec5000 -     0x7fff8e2bcfff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8e2bd000 -     0x7fff8e2e8fff  com.apple.framework.Apple80211 (8.0 - 800.15) <378C6564-96EC-3BFF-9AC0-8A6F87030254> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8e2e9000 -     0x7fff8e32dfff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff8e32e000 -     0x7fff8f2e0ff7  com.apple.WebCore (8536 - 8536.24) <A890E18B-9224-38B3-ADFB-C84B3BCD2AAC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8f436000 -     0x7fff8f44cfff  com.apple.MultitouchSupport.framework (235.27 - 235.27) <78E356A6-78E8-3CAB-8982-7A4958C7A955> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8f634000 -     0x7fff8f63cff7  com.apple.AppSandbox (2.0 - 1) <07AA8651-890F-3CDE-A32C-275C387C8740> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8f63d000 -     0x7fff8f6d7fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8f6d8000 -     0x7fff8f79dfff  com.apple.coreui (2.0 - 181) <CFCB6868-36AC-3734-ACEA-DF9CAB2B84F2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8f79e000 -     0x7fff8f79efff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8f79f000 -     0x7fff8f7acfff  com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff8f7f1000 -     0x7fff8f7f1fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8f7f2000 -     0x7fff8f885ff7  com.apple.imcore (8.0 - 900) <7B41423D-6231-3D24-B946-0C50927C61DF> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff8f886000 -     0x7fff8f907fff  com.apple.Metadata (10.7.0 - 707.1) <ED39A710-1D87-3207-BB7D-4465B2673C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8f910000 -     0x7fff8f91afff  com.apple.CalendarAgentLink (1.0 - 35) <F196DC3A-8881-33CF-820B-7C79E17A22F5> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff8f923000 -     0x7fff8fbdefff  com.apple.AddressBook.framework (7.0 - 1143) <EC55CF4B-4194-3163-B6E1-8C8D2712FBCF> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8fbdf000 -     0x7fff8fbebff7  com.apple.CrashReporterSupport (10.8 - 411) <FA7EA7CD-103D-30B1-BF2F-862E68A6B5B7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8fbec000 -     0x7fff8fbeffff  com.apple.TCC (1.0 - 1) <DE7ECAC3-BD08-323A-9C12-EE4A49B72871> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8fbf0000 -     0x7fff8fc12ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8fc57000 -     0x7fff8fcacff7  libTIFF.dylib (843) <4EB491F3-8DA4-3E4F-AE83-E207720F38B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8fcad000 -     0x7fff90455fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff90469000 -     0x7fff9046efff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff9046f000 -     0x7fff904ccff7  com.apple.AE (645 - 645) <9C3E54BA-EE6B-3F02-8775-9C4AF40F40CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff904cd000 -     0x7fff904d3ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff904d4000 -     0x7fff905d6fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff905d7000 -     0x7fff90664ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff90665000 -     0x7fff9066ffff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff90670000 -     0x7fff9078afff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff9078b000 -     0x7fff907ceff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff907cf000 -     0x7fff907daff7  com.apple.aps.framework (3.0 - 3.0) <17CAFBFA-B842-33F0-B1F5-14EED36799FD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff907db000 -     0x7fff9091efef  com.apple.MediaControlSender (1.4.1 - 141.23) <983E0905-BA7A-35D3-9370-430032201712> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff9091f000 -     0x7fff90921fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff90922000 -     0x7fff90923fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff90924000 -     0x7fff90927ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff90928000 -     0x7fff90a1dfff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff90a1e000 -     0x7fff90abbfff  com.apple.PDFKit (2.7 - 2.7) <00F5A07D-4F61-3BE7-8836-EB03DA904FB1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff90abc000 -     0x7fff90afcfff  com.apple.MediaKit (13 - 658) <3614D66C-0712-3049-9C5A-1ED9A94D82C5> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff90afd000 -     0x7fff90b00fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff90b01000 -     0x7fff90b6afff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff90b6b000 -     0x7fff90b99ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff90b9a000 -     0x7fff90bd9ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff911ba000 -     0x7fff911f4fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff911f5000 -     0x7fff91209fff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <21086D96-F997-38D3-BB59-8600CCC3A36F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff9120a000 -     0x7fff91210fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff91211000 -     0x7fff9121cff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff9121d000 -     0x7fff91224fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff91225000 -     0x7fff91e4ffff  com.apple.AppKit (6.8 - 1187) <C9309F5C-9441-3E5B-A120-B03FEDDA63F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff91e5a000 -     0x7fff92276fff  FaceCoreLight (2.0.1) <BEDAFBE8-CC12-343D-85D5-29B694DC97F6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff9227b000 -     0x7fff922c6ff7  com.apple.CoreMedia (1.0 - 926.37) <4C2A8C16-ED81-3127-8E27-3B4024EB9BBE> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff922c7000 -     0x7fff922d5ff7  libkxld.dylib (2050.7.9) <8194156D-8B7D-3881-AF62-BCBE3306EE49> /usr/lib/system/libkxld.dylib
        0x7fff922d6000 -     0x7fff9233eff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff9233f000 -     0x7fff92348fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff92349000 -     0x7fff923a1ff7  com.apple.ImageCaptureCore (4.0 - 4.0) <43B3255C-7567-3508-B2C9-6D1CFA61DB83> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff923a8000 -     0x7fff923dfff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff923e2000 -     0x7fff92451fff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff92452000 -     0x7fff9255dfff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff9255e000 -     0x7fff92569ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff925b0000 -     0x7fff925b5fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff925b6000 -     0x7fff925d1ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <FF8AB34C-5C19-3C05-AE02-85AA39812686> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff925d2000 -     0x7fff9263afff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff9263b000 -     0x7fff92688fff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff92689000 -     0x7fff926e0ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff926e1000 -     0x7fff926eefff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff926ef000 -     0x7fff9276dff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff9276e000 -     0x7fff92776fff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
        0x7fff92777000 -     0x7fff92815fff  com.apple.ink.framework (1.4 - 110) <C6E43ED5-7189-3291-80F0-BB7702AD051A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff92816000 -     0x7fff9292fff7  com.apple.ImageIO.framework (3.2.0 - 843) <A9AC2A79-331A-3B06-AFE6-7E34EF876221> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff92930000 -     0x7fff92a88ff7  com.apple.syncservices (7.0 - 713) <924B8B34-2C9C-3C1D-909D-FF215AA8985D> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff92a89000 -     0x7fff92cdeff7  com.apple.CalendarStore (6.0 - 1235) <DD509F4B-646B-381E-813D-3F05DD98517B> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff92d18000 -     0x7fff92e30a27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
        0x7fff92e78000 -     0x7fff92eaefff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff92eaf000 -     0x7fff92f55fff  com.apple.CoreServices.OSServices (557 - 557) <F5955FD8-E6E1-359F-9D9D-381E55E3EF37> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff92f56000 -     0x7fff92f58ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff92f59000 -     0x7fff92f84fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff92f85000 -     0x7fff92f90fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff92f9e000 -     0x7fff92fa5fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff92fa6000 -     0x7fff92faafff  com.apple.SecCodeWrapper (2.0 - 1) <9C89FB5E-A3C1-34B0-85C8-EF5B093A461C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff92fab000 -     0x7fff936edfff  libclh.dylib (4.0.3 - 4.0.3) <09E80B31-5192-39A3-8F6E-5B928027BFBA> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff936ee000 -     0x7fff936f0fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff936f1000 -     0x7fff9374dfff  com.apple.corelocation (1.0 - 1239.35) <0E3482AE-CF12-3CE2-A15E-0BF3D5F956CB> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff9374e000 -     0x7fff9379eff7  com.apple.iCalendar (6.0 - 126.2) <67C9CA39-1D08-3750-A4E0-29047B632116> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff9380e000 -     0x7fff93812fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff93813000 -     0x7fff93821ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff93822000 -     0x7fff93871ff7  libcorecrypto.dylib (106) <57BC99C6-3C3F-344C-BDD6-25E845D956F2> /usr/lib/system/libcorecrypto.dylib
        0x7fff938c2000 -     0x7fff938f3fff  com.apple.DictionaryServices (1.2 - 184) <B37F9A90-8954-3DEC-A216-8ABB15C615A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff938f7000 -     0x7fff93a92fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff93a93000 -     0x7fff93ac1fff  com.apple.CoreServicesInternal (153 - 153) <11507A03-9165-350C-9492-A545EA7331BD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff93ac2000 -     0x7fff93ad6fff  libGL.dylib (8.5) <BE75219E-DC86-343A-983C-CA3ECADE659F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff93ad7000 -     0x7fff93b60ff7  com.apple.iLifeMediaBrowser (2.7.1 - 543) <3FED4C1A-A397-34B3-B63A-918D988298F1> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff93b61000 -     0x7fff93b83ff7  libxpc.dylib (140.37) <C552985C-2171-3136-A1B9-3AB21CBF7C4A> /usr/lib/system/libxpc.dylib
        0x7fff93bad000 -     0x7fff93bb2fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9&

    no screenshot
    above is the error details..
    regards,
    prashant

  • I cannot access old e-mails via Time machine since installing Mountain Lion at the beginning of August.

    I cannot access old e-mails via Time machine since installing Mountain Lion at the beginning of August. I can access those received and sent since the benning of August. I can access other documents prior to August.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Click the Clear Display icon in the toolbar. Try the action that you're having trouble with again. Post any messages that appear in the Console window – the text, please, not a screenshot.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.

  • Mail keeps launching since I installed Mountain Lion

    I do not use Apple Mail. Since I upgraded to Mountain Lion it keeps launching and demanding my attention. How can I stop this?

    I've been a Mac user since 1984 and this is one of the more frustrating times I've had with Macs.
    I'm having the same problem. You can't delete the Mail app so the best I've been able to do is go in and edit settings to remove all email accounts that Mail thinks I have. That didn't stop it, however. It just reduced the amount of alerts I kept getting. Turning off notifications for Mail doesn't help, either. It just keeps launching several times a day. I use Gmail and don't need Mail.

  • I have upgraded Snow Leopard with Combo 10.6.8, the supplemental update and fixed permissions, but still can't open app store to upgrade to Mountain Lion. I am on the Cayman Islands. Thanks for the help!

    I have upgraded Snow Leopard with Combo 10.6.8, the supplemental update and fixed permissions, but still can't open app store to upgrade to Mountain Lion. I am on the Cayman Islands. Thanks for the help!

    Don't be afraid to bump this topic. There's also an App Store forum where you might repost this question, but give some of these details in your post.  I'd rephrase the topic to something like "Can't use App Store to upgrade." (Instead of can't "open".) Then give the details.
    https://discussions.apple.com/community/mac_app_store/using_mac_apple_store

  • I want to buy Lion.  I have 10.6.8 and cannot find Lion on the App store.  I find mountain lion but not lion.

    I want to buy Lion.  I have 10.6.8 and cannot find Lion 10.7 on the App store.  I find mountain lion but not lion. Help please.

    Apple has made it available again, but you need to call and they will email you a redemption code:
    https://discussions.apple.com/message/19102390#19102390

  • Disable the sliding animation that occurs when switching desktops via command → or ← in Mountain Lion

    I would like to disable the sliding animation that occurs when switching desktops via command → or ← in Mountain Lion. It gives me motion sickness!

    No third party applications installed; no gestures changed. It just starts acting up like I described a few times a day. I'll be browsing the internet and go to switch desktops and it suddenly doesn't work.

  • How can I recover my Notes from mail in Leopard after updating to Mountain Lion?

    I had Snow Leoppard and I used to save so many notes in "mail". When I switched to Mountain Lion, it seems all notes are disappeared. I can get the notes from my iphone and ipad, but not the ones in my "mail". I appreciate if you help me, since those notes were crucial for me.
    Best,
    P.S.

    Hi,
    See this Excellent Link by Pondini on TM:
    http://web.me.com/pondini/AppleTips/Index.html
    May be Helpful...

  • Mail folders missing when upgraded to mountain lion.  still on ipad and iphone but haven't synced those yet.  I have hundreds of subfolders with mail filed in them missing

    can someone help me get my mail subfolders back after upgrading to mountain lion???

    In the maibox panel move your cursor down slowly over the mailbox and should say show or hide.

  • Applescript Mail.app to add attachment to a reply

    I am writing some scripts to automate my e-mail workflow, and part of it relies on replying to a message with some revised files attached.
    Problem is, Mail.app doesn't seem to allow Applescript to include attachments to replies, only to new outgoing messages.
    So, this works:
    set mailAttach to alias "somefile"
    tell application "Mail"
              set listSelectedMail to selection
              set selectedMail to last item of listSelectedMail
              set replyMail to make new outgoing message
      activate
              tell replyMail
                        set visible to true
      make new attachment with properties {file name:mailAttach} at after the last paragraph
              end tell
    end tell
    ...while this doesn't:
    set mailAttach to alias "somefile"
    tell application "Mail"
              set listSelectedMail to selection
              set selectedMail to last item of listSelectedMail
              set replyMail to reply selectedMail with reply to all
      activate
              tell replyMail
                        set visible to true
      make new attachment with properties {file name:mailAttach} at after the last paragraph
              end tell
    end tell
    Is it really the case that Applescript can't add attachments to replies, or am I overlooking something?
    Of course I could just make a new message adding "Re:" to the subject, but I want to keep the quoted contents of the message I am replying to.
    Does anyone have any suggestion?
    Cheers,
    Jeff

    Hi Jeff,
    The following script seems to work pretty well (at least with the default preferences of Mail):
    set mailAttach to POSIX file "some POSIX path" as alias
    tell application "Mail"
        set listSelectedMail to selection
        set selectedMail to last item of listSelectedMail
        set replyMail to reply selectedMail with opening window and reply to all
        tell replyMail
            set theTO to {name, address} of to recipients
            set theCC to {name, address} of cc recipients
            set theBCC to {name, address} of bcc recipients
            set theSubject to subject
        end tell
        activate
        tell application "System Events" to keystroke "acw" using command down
        set theMessage to make new outgoing message
        tell theMessage
            make new attachment with properties {file name:mailAttach} at the end
            set {theNames, theAddresses} to {item 1, item 2} of theTO
            repeat with k from 1 to (count theAddresses)
                set {theName, theAddress} to {item k of theNames, item k of theAddresses}
                if theName is missing value then set theName to ""
                make new to recipient with properties {name:theName, address:theAddress}
            end repeat
            set {theNames, theAddresses} to {item 1, item 2} of theCC
            repeat with k from 1 to (count theAddresses)
                set {theName, theAddress} to {item k of theNames, item k of theAddresses}
                if theName is missing value then set theName to ""
                make new cc recipient with properties {name:theName, address:theAddress}
            end repeat
            set {theNames, theAddresses} to {item 1, item 2} of theBCC
            repeat with k from 1 to (count theAddresses)
                set {theName, theAddress} to {item k of theNames, item k of theAddresses}
                if theName is missing value then set theName to ""
                make new bcc recipient with properties {name:theName, address:theAddress}
            end repeat
            set the subject to theSubject
            set visible to true
        end tell
        delay 1 -- adjust if necessary
        tell application "System Events"
            key code 124 using {command down} -- ⌘→
            keystroke return
            keystroke "v" using command down -- ⌘V
            key code 126 using {command down} -- ⌘↑
        end tell
    end tell

  • Mail.app forward problem

    Hello,
    i am experiencing a problem with mail.app
    I have installed two email pop account which are working normally.
    The problem is that. When trying to forward messages with ppictures or attachments (normal size) the messages stuck in outbox, the activity panel shows "done 100%" constantly but the messages is not being send. After a while you an option window to select other smtp server but the problem remains the same. If you try to send any message by "new mail" option then message is being send normally.
    This is weird and annoying and i can not resolve it.
    System has all the latest updates (10.6.2) and is a brand new iMac.
    Please kindly advice.
    Thank you for your attention.
    Message was edited by: Freebulkers

    Freebulkers wrote:
    Will this affect messages that i have for my accounts??
    No
    Will this erase them??
    No
    Will this action turn mail.app like starting for first time?
    No
    Should i backup anything??
    If you have a backup, use it first. Otherwise the answer is that you should always have a backup
    All you might lose is your account server/logins, any personal settings for the tool bar, color settings etc. It won't affect your messages. I've had to do this before and it's a typical method because the plist is the expected casualty point when something like this happens. The next time you run MAIL it will build a fresh plist and then you can make any specific changes that are needed. In terms of troubleshooting, it is one of the more risk free methods around.
    If you want to be safe, simply move that file to the desktop long enough to test.
    • If it doesn't help or if you think it makes something worse, trash the temporary replacement and then put the original back.
    • If it fixes the issue, then you can trash it.
    If you are at all reluctant, don't do it.

  • Mail.app forwarding loses original sender's address?

    I've used MacOS X from the start, but only started using mail.app with the release of 10.7.
    I forwarded an incoming message to a colleague from mail.app, with the request that he reply to it.  He emailed back, "I can't, the original sender's address isn't included."
    He sent back what he received from me, including all (?) headers. No sign of the original sender's address.
    In  forwarding from previous mail s/w I've used, it seems to me, the original sender's address is always forwarded. 
    Did I (or my colleague) miss something?
    Does mail.app NOT routinely forward the original sender's address?  
    If this is the case is there a way to defeat this behavior?  (What's the point of forwarding a message unless the new recipient can reply?)
    Of course, the workaround is to manually copy-and-paste the address into the forwarded message.
    TIA

    In my mail app on my iPad if I reply to an email the reply email has the name of the individual and enclosed in&lt;> is the original senders email address in the body of the email.
    Or are you expecting the original sender to appear in the to from cc area of the email. If that's where you want it type the first few letters of the senders name and the address should pop up to allow you to insert it.

  • AppleScript - Mail.app Multiple Users

    Hello:
    Can someone guide me on how to use Applescripts to switch Mail.app between two
    differant users. I read an article about a setup that is like profiles for
    Firefox or Thunderbird.
    I have tried typing into Applescripts the same formular like is used for the above
    to make a profile for Mail but it does not work.
    Thanks in advance.

    Hi BD Aqua,
    There is suppose to be a way to write a script within Applescripts for Mail
    to let two users switch back & forth between there seperate e-mail accounts
    withing the same Tiger account. Just like the way you can ues profile manager
    with either Firefox or Thunderbird.
    My wife & I use the same Tiger with auto log-in. So we want to creat "identities"
    to use with Mail.

  • Mail app just does not open after Lion upgrade

    Hi,
    I have just install Lion and the Mail app just crashes.
    It starts updating the database then just shutdown.
    Can someone help me?
    Thanks
    Nicolas

    Thanks... here it is
    Date/Time:       2011-10-16 18:45:14 +0200
    OS Version:      10.7.2 (Build 11C74)
    Architecture:    x86_64
    Report Version:  9
    Command:         Mail
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Version:         5.1 (1251)
    Build Version:   2
    Project Name:    Mail
    Source Version:  1251000000000000
    Parent:          launchd [274]
    PID:             2419
    Event:           hang
    Duration:        1.38s
    Steps:           15 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         Mail [2419]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Architecture:    x86_64
    UID:             502
      Thread 0x6d8a       DispatchQueue 1
      User stack:
        15 ??? (in Mail) [0x1003bed88]
          15 NSApplicationMain + 867 (in AppKit) [0x7fff8d7aa80c]
            15 -[NSApplication run] + 470 (in AppKit) [0x7fff8d52b62d]
              15 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff8d52ecf5]
                15 _DPSNextEvent + 1247 (in AppKit) [0x7fff8d52f63d]
                  15 AEProcessAppleEvent + 102 (in HIToolbox) [0x7fff93ad4b6d]
                    15 aeProcessAppleEvent + 250 (in AE) [0x7fff910669f7]
                      15 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38 (in AE) [0x7fff91066b03]
                        15 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 200 (in AE) [0x7fff91066c25]
                          15 _NSAppleEventManagerGenericHandler + 105 (in Foundation) [0x7fff92d7d6b0]
                            15 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283 (in Foundation) [0x7fff92d7d822]
                              15 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101 (in Foundation) [0x7fff92d7e89b]
                                15 -[NSObject performSelector:withObject:withObject:] + 65 (in CoreFoundation) [0x7fff900e8851]
                                  15 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330 (in AppKit) [0x7fff8d532233]
                                    15 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 242 (in AppKit) [0x7fff8d5324d2]
                                      15 -[NSApplication _sendFinishLaunchingNotification] + 78 (in AppKit) [0x7fff8d53380d]
                                        15 -[NSApplication _postDidFinishNotification] + 212 (in AppKit) [0x7fff8d533aa7]
                                          15 ??? (in Mail) [0x1002e83f9]
                                            15 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65 (in Foundation) [0x7fff92d48097]
                                              15 _CFXNotificationPost + 2634 (in CoreFoundation) [0x7fff9009ee0a]
                                                15 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47 (in Foundation) [0x7fff92d5bde2]
                                                  15 ??? (in Mail) [0x1002e9bf5]
                                                    15 ??? (in Mail) [0x1002ea362]
                                                      15 ??? (in Mail) [0x1003e6762]
                                                        15 ??? (in Mail) [0x1003e68aa]
                                                          15 -[NSApplication runModalForWindow:] + 120 (in AppKit) [0x7fff8d7e5af9]
                                                            15 -[NSApplication _realDoModalLoop:peek:] + 610 (in AppKit) [0x7fff8d7e5ec5]
                                                              15 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff8d52ecf5]
                                                                15 _DPSNextEvent + 659 (in AppKit) [0x7fff8d52f3f1]
                                                                  15 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff93acd4ca]
                                                                    15 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff93acd63d]
                                                                      15 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff93ac63d3]
                                                                        15 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9008aae6]
                                                                          15 __CFRunLoopRun + 1895 (in CoreFoundation) [0x7fff9008b587]
                                                                            15 __CFRunLoopDoSource1 + 155 (in CoreFoundation) [0x7fff90054e4b]
                                                                              15 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 44 (in CoreFoundation) [0x7fff9005511c]
                                                                                15 mshMIGPerform + 564 (in HIServices) [0x7fff94000002]
                                                                                  15 _XCopyAttributeValues + 625 (in HIServices) [0x7fff94025918]
                                                                                    15 _AXXMIGCopyAttributeValues + 238 (in HIServices) [0x7fff9401b9ed]
                                                                                       15 CopyAttributeValues + 365 (in AppKit) [0x7fff8d7cb225]
                                                                                         15 _ZL33CarbonCopyAttributeValuesCallbackPK8__CFDatajPK10__CFStringllPPK9__CFArray Pv + 161 (in HIToolbox) [0x7fff93b2c1c6]
                                                                                           15 Accessible::GetNamedAttributeData(__CFString const*, long, long, __CFArray const**) + 40 (in HIToolbox) [0x7fff93b2e584]
                                                                                             15 Accessible::GetNamedAttributeData(__CFString const*, void const*, void const**, unsigned char*) + 143 (in HIToolbox) [0x7fff93b2dbab]
                                                                                               15 Accessible::SendEvent(OpaqueEventRef*, bool) const + 88 (in HIToolbox) [0x7fff93b2ce7c]
                                                                                                 15 SendEventToEventTargetWithOptions + 72 (in HIToolbox) [0x7fff93acb74e]
                                                                                                   15 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446 (in HIToolbox) [0x7fff93acb914]
                                                                                                     15 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263 (in HIToolbox) [0x7fff93acc308]
                                                                                                       15 HIObject::EventHook(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 126 (in HIToolbox) [0x7fff93acc81a]
                                                                                                         15 HIObject::HandleClassAccessibilityEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 102 (in HIToolbox) [0x7fff93c5ee1e]
                                                                                                           15 HIObject::DispatchAccessibilityEvent(OpaqueEventRef*, unsigned long long, AccessibilityHandlers const*, void*) + 485 (in HIToolbox) [0x7fff93c5eb3f]
                                                                                                             15 MenuData::GetNamedAccessibleAttributeSelf(unsigned long long, __CFString const*, unsigned int, OpaqueEventRef*) + 51 (in HIToolbox) [0x7fff93c3ef53]
                                                                                                               15 HIObject::GetNamedAccessibleAttributeSelf(unsigned long long, __CFString const*, unsigned int, OpaqueEventRef*) + 317 (in HIToolbox) [0x7fff93c5e519]
                                                                                                                 15 MenuData::GetAccessibleChildrenSelf(unsigned long long, __CFArray*) + 66 (in HIToolbox) [0x7fff93c3cc2e]
                                                                                                                   15 HLTBCopyUIElementAttributeValue + 46 (in HIToolbox) [0x7fff93b2e517]
                                                                                                                     15 Accessible::GetNamedAttributeData(__CFString const*, void const*, void const**, unsigned char*) + 143 (in HIToolbox) [0x7fff93b2dbab]
                                                                                                                       15 Accessible::SendEvent(OpaqueEventRef*, bool) const + 88 (in HIToolbox) [0x7fff93b2ce7c]
                                                                                                                         15 SendEventToEventTargetWithOptions + 72 (in HIToolbox) [0x7fff93acb74e]
                                                                                                                           15 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446 (in HIToolbox) [0x7fff93acb914]
                                                                                                                             15 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263 (in HIToolbox) [0x7fff93acc308]
                                                                                                                               15 MenuData::MenuContentViewAccessibilityHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 93 (in HIToolbox) [0x7fff93c3cd6d]
                                                                                                                                 15 HIObject::DispatchAccessibilityEvent(OpaqueEventRef*, unsigned long long, AccessibilityHandlers const*, void*) + 485 (in HIToolbox) [0x7fff93c5eb3f]
                                                                                                                                   15 MenuData::ContentViewGetNamedAccessibleAttribute(unsigned long long, __CFString const*, unsigned int, OpaqueEventRef*, void*) + 66 (in HIToolbox) [0x7fff93c3ce02]
                                                                                                                                     15 MenuData::HandleGetAccessibleChildren(unsigned long long, __CFArray*) + 176 (in HIToolbox) [0x7fff93c3fc1a]
                                                                                                                                       15 _ZL21OpenMenuForInspectionP8MenuData + 106 (in HIToolbox) [0x7fff93c3e117]
                                                                                                                                         15 _SimulateMenuOpening + 121 (in HIToolbox) [0x7fff93c49721]
                                                                                                                                           15 _ZL15SendMenuOpeningP14MenuSelectDataP8MenuDatadjjP14__CFDictionaryhPh + 287 (in HIToolbox) [0x7fff93c48ab1]
                                                                                                                                             15 SendMenuPopulate(MenuData*, OpaqueEventTargetRef*, unsigned int, double, unsigned int, OpaqueEventRef*, unsigned char*) + 277 (in HIToolbox) [0x7fff93afddff]
                                                                                                                                               15 SendEventToEventTargetWithOptions + 72 (in HIToolbox) [0x7fff93acb74e]
                                                                                                                                                 15 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446 (in HIToolbox) [0x7fff93acb914]
                                                                                                                                                   15 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263 (in HIToolbox) [0x7fff93acc308]
                                                                                                                                                     15 NSSLMMenuEventHandler + 339 (in AppKit) [0x7fff8d69b51f]
                                                                                                                                                       15 -[NSCarbonMenuImpl _carbonPopulateEvent:handlerCallRef:] + 421 (in AppKit) [0x7fff8d69b997]
                                                                                                                                                         15 -[NSMenu _populateWithEventRef:] + 83 (in AppKit) [0x7fff8d58f678]
                                                                                                                                                           15 -[NSMenu _populateFromDelegateWithEventRef:] + 239 (in AppKit) [0x7fff8d69c76d]
                                                                                                                                                             15 ??? (in Mail) [0x10048a2d0]
                                                                                                                                                               15 ??? (in Mail) [0x1004850d1]
                                                                                                                                                                 15 ??? (in Mail) [0x100485a24]
                                                                                                                                                                   15 ??? (in Mail) [0x100485ce8]
                                                                                                                                                                     15 ??? (in Mail) [0x10031c41f]
                                                                                                                                                                        15 -[Account brandIcon] + 98 (in Message) [0x7fff8e29d6db]
                                                                                                                                                                          15 +[IAAccount brandIconForAccountSettings:] + 18 (in InternetAccounts) [0x7fff8cdf3e88]
                                                                                                                                                                            15 +[IAAccount _pluginForSettings:] + 49 (in InternetAccounts) [0x7fff8cdf3ef3]
                                                                                                                                                                              15 +[IAAccount aListPluginIDForSettings:] + 793 (in InternetAccounts) [0x7fff8cdf3b37]
                                                                                                                                                                                15 -[IAPluginManager pluginIDForDomain:] + 50 (in InternetAccounts) [0x7fff8cdfaf21]
                                                                                                                                                                                  15 -[IAPluginManager allAListPlugins] + 52 (in InternetAccounts) [0x7fff8cdfd8c9]
                                                                                                                                                                                    15 -[IAPluginManager _allPluginsForClass:] + 75 (in InternetAccounts) [0x7fff8cdfd956]
                                                                                                                                                                                      15 -[IAPluginManager loadPlugins:] + 56 (in InternetAccounts) [0x7fff8cdfdd99]
                                                                                                                                                                                        15 -[IAPluginManager _loadPlugins:] + 1174 (in InternetAccounts) [0x7fff8cdfe294]
                                                                                                                                                                                          15 -[IAPluginManager _loadPluginAtPath:identifiers:] + 267 (in InternetAccounts) [0x7fff8cdfe492]
                                                                                                                                                                                            15 -[IAPluginManager _createPluginFromBundle:] + 278 (in InternetAccounts) [0x7fff8cdfe6fb]
                                                                                                                                                                                              15 ??? (in Mail) [0x104f5eff7]
                                                                                                                                                                                                15 +[Library _libraryStatusCanWrite:] + 181 (in Message) [0x7fff8e20df38]
                                                                                                                                                                                                  15 -[LibraryUpgrader libraryStatus] + 156 (in Message) [0x7fff8e20e3ce]
                                                                                                                                                                                                    15 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494 (in Message) [0x7fff8e20e600]
                                                                                                                                                                                                      15 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 374 (in Message) [0x7fff8e20f691]
                                                                                                                                                                                                        15 __psynch_rw_wrlock + 10 (in libsystem_kernel.dylib) [0x7fff89f3ec7e]
      Kernel stack:
        15 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          15 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            15 psynch_rw_wrlock + 1372 (in mach_kernel) [0xffffff800059d7ec]
              15 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                15 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  15 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    15 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x6d8e       DispatchQueue 2
      User stack:
        15 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9275114e]
          15 kevent + 10 (in libsystem_kernel.dylib) [0x7fff89f3f7e6]
      Kernel stack:
        15 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x6d92       DispatchQueue 7
      User stack:
        15 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff921c5b85]
          15 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff921c43da]
            15 _dispatch_worker_thread2 + 255 (in libdispatch.dylib) [0x7fff92751799]
              15 _dispatch_call_block_and_release + 18 (in libdispatch.dylib) [0x7fff927508ba]
                15 ____NSOQSchedule_block_invoke_2 + 124 (in Foundation) [0x7fff92da09e6]
                  15 -[__NSOperationInternal start] + 705 (in Foundation) [0x7fff92d8d788]
                    15 -[_MFInvocationOperation main] + 449 (in Message) [0x7fff8e20b6eb]
                      15 -[ThrowingInvocationOperation main] + 33 (in Message) [0x7fff8e20b745]
                        15 -[MonitoredInvocation invoke] + 196 (in Message) [0x7fff8e22ed3c]
                          15 -[NSInvocation invoke] + 132 (in CoreFoundation) [0x7fff900e80a4]
                            15 __invoking___ + 140 (in CoreFoundation) [0x7fff900e820c]
                              15 -[LibraryUpgrader run] + 1231 (in Message) [0x7fff8e3930d9]
                                15 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 1165 (in Message) [0x7fff8e20e89f]
                                  15 __-[LibraryUpgrader run]_block_invoke_3 + 199 (in Message) [0x7fff8e394900]
                                    15 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 135 (in Foundation) [0x7fff92d944db]
                                      15 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 975 (in Foundation) [0x7fff92d94928]
                                        15 -[NSCondition wait] + 261 (in Foundation) [0x7fff92da1594]
                                          15 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff89f3ebca]
      Kernel stack:
        15 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          15 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            15 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              15 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                15 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  15 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    15 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x6da4     
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff921c5b75]
          15 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff921c28bf]
            15 __NSThread__main__ + 1575 (in Foundation) [0x7fff92d9f776]
              15 -[NSThread main] + 68 (in Foundation) [0x7fff92d9f7fe]
                15 -[NSUIHeartBeat _heartBeatThread:] + 1727 (in AppKit) [0x7fff8d76697f]
                  15 usleep + 53 (in libsystem_c.dylib) [0x7fff92178bb5]
                    15 __semwait_signal + 10 (in libsystem_kernel.dylib) [0x7fff89f3ee42]
      Kernel stack:
        14 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
        1 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          1 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            1 __semwait_signal_nocancel + 155 (in mach_kernel) [0xffffff8000550e0b]
              1 semaphore_timedwait_trap_internal + 135 (in mach_kernel) [0xffffff8000234e97]
                1 semaphore_signal_internal + 944 (in mach_kernel) [0xffffff8000234a80]
                  1 thread_block_reason + 275 (in mach_kernel) [0xffffff800022f383]
                    1 thread_go + 608 (in mach_kernel) [0xffffff800022dfd0]
                      1 processor_idle + 149 (in mach_kernel) [0xffffff800022d2e5]
                        1 machine_idle + 163 (in mach_kernel) [0xffffff80002c4213]
      Thread 0x6daa     
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff921c5b75]
          15 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff921c28bf]
            15 __NSThread__main__ + 1575 (in Foundation) [0x7fff92d9f776]
              15 -[NSThread main] + 68 (in Foundation) [0x7fff92d9f7fe]
                15 -[RSSAccount _validateRSSMailboxes:] + 312 (in Message) [0x7fff8e228bd3]
                  15 -[RSSLibraryStore feedURL] + 95 (in Message) [0x7fff8e22a26d]
                    15 +[Library feedURLStringForMailbox:] + 168 (in Message) [0x7fff8e22a41f]
                      15 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494 (in Message) [0x7fff8e20e600]
                        15 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 202 (in Message) [0x7fff8e20f5e5]
                          15 +[NSThread sleepForTimeInterval:] + 146 (in Foundation) [0x7fff92ddb84e]
                            15 __semwait_signal + 10 (in libsystem_kernel.dylib) [0x7fff89f3ee42]
      Kernel stack:
        15 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x6db5     
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff921c5b75]
          15 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff921c28bf]
            15 __select + 10 (in libsystem_kernel.dylib) [0x7fff89f3edf2]
      Kernel stack:
        15 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Binary Images:
             0x1002e6000 -        0x100697fff  com.apple.mail 5.1 (1251) <6497E6E9-53F7-3772-ACC1-6E5E96449353> /Applications/Mail.app/Contents/MacOS/Mail
             0x104f5a000 -        0x104f61ff7  com.apple.mail.iaplugin 5.1 (1251.1) <7EAD6F31-6F33-3689-A004-04E03085107F> /System/Library/InternetAccounts/Mail.iaplugin/Contents/MacOS/Mail
          0x7fff89f28000 -     0x7fff89f48fff  libsystem_kernel.dylib ??? (???) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8cdef000 -     0x7fff8ce16fff  com.apple.framework.internetaccounts 1.1 (2) <B01A08DC-2735-3783-B0C8-63492BD845CF> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
          0x7fff8d526000 -     0x7fff8e127ff7  com.apple.AppKit 6.7.2 (1138.23) <5CD2C850-4F52-3BA2-BA11-3107DFD2D23C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8e209000 -     0x7fff8e561ff7  com.apple.MessageFramework 5.1 (1251.1) <9A036637-6172-3D23-9118-4633E2CF2029> /System/Library/Frameworks/Message.framework/Versions/B/Message
          0x7fff90052000 -     0x7fff90226fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff91063000 -     0x7fff910a2fff  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
          0x7fff92174000 -     0x7fff92251fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff9274f000 -     0x7fff9275dfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff92d45000 -     0x7fff9305eff7  com.apple.Foundation 6.7.1 (833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff93ac4000 -     0x7fff93de8fff  com.apple.HIToolbox 1.8 (???) <A3BE7C59-52E6-3A7F-9B30-24B7DD3E95F2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff93ffb000 -     0x7fff94056ff7  com.apple.HIServices 1.10 (???) <BAB8B422-7047-3D2D-8E0A-13FCF153E4E7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    Process:         Adobe Photoshop CS5 [288]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Architecture:    x86_64
    UID:             502
    Process:         AdobeCrashDaemon [325]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Resources/A dobeCrashDaemon.app/Contents/MacOS/AdobeCrashDaemon
    Architecture:    x86_64
    UID:             502
    Process:         AirDisplayStatusItem [394]
    Path:            /Library/PreferencePanes/Air Display Preferences.prefPane/Contents/Resources/AirDisplayStatusItem.app/Contents/MacOS /AirDisplayStatusItem
    Architecture:    x86_64
    UID:             502
    Process:         AirPort Base Station Agent [359]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             502
      Thread 0xbc6        DispatchQueue 1
      User stack:
        15 ??? (in AirPort Base Station Agent) [0x10f3ab654]
          15 ??? (in AirPort Base Station Agent) [0x10f3bc353]
            15 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9009a7ff]
              15 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9008aae6]
                15 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9008b2d4]
                  15 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff90082b6c]
                    15 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff89f3d67a]
      Kernel stack:
        15 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xbe1        DispatchQueue 2
      User stack:
        15 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9275114e]
          15 kevent + 10 (in libsystem_kernel.dylib) [0x7fff89f3f7e6]
      Kernel stack:
        15 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0xbff      
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff921c5b75]
          15 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff921c28bf]
            15 __select + 10 (in libsystem_kernel.dylib) [0x7fff89f3edf2]
      Kernel stack:
        15 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Thread 0xc00      
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff921c5b75]
          15 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff921c28bf]
            15 ??? (in AirPort Base Station Agent) [0x10f3bc6a0]
              15 ??? (in AirPort Base Station Agent) [0x10f3ad57f]
                15 ??? (in AirPort Base Station Agent) [0x10f3bc74d]
                  15 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff89f3ebca]
      Kernel stack:
        15 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          15 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            15 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              15 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                15 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  15 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    15 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Binary Images:
             0x10f3aa000 -        0x10f3c1fff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <0D37CC05-D1C6-3C6C-BACD-A88D4BD4C3CD> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff89f28000 -     0x7fff89f48fff  libsystem_kernel.dylib ??? (???) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
          0x7fff90052000 -     0x7fff90226fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff92174000 -     0x7fff92251fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff9274f000 -     0x7fff9275dfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
    Process:         aosnotifyd [340]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    UID:             0
      Thread 0xb54        DispatchQueue 1
      User stack:
        15 start + 52 (in aosnotifyd) [0x109a480bc]
          15 main + 74 (in aosnotifyd) [0x109a4f9f4]
            15 -[AOSNotificationDaemon startup] + 1294 (in aosnotifyd) [0x109a4f7bb]
              15 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff92d5104f]
                15 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9008aae6]
                  15 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9008b2d4]
                    15 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff90082b6c]
                      15 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff89f3d67a]
      Kernel stack:
        15 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xb57        DispatchQueue 2
      User stack:
        15 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9275114e]
          15 kevent + 10 (in libsystem_kernel.dylib) [0x7fff89f3f7e6]
      Kernel stack:
        15 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Binary Images:
             0x109a46000 -        0x109a87fff  aosnotifyd ??? (???) <750811D8-1A2D-3F5A-B157-8A35B8FB04DB> /usr/sbin/aosnotifyd
          0x7fff89f28000 -     0x7fff89f48fff  libsystem_kernel.dylib ??? (???) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
          0x7fff90052000 -     0x7fff90226fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff9274f000 -     0x7fff9275dfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff92d45000 -     0x7fff9305eff7  com.apple.Foundation 6.7.1 (833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         aosnotifyd [309]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    UID:             502
      Thread 0x9eb        DispatchQueue 1
      User stack:
        15 start + 52 (in aosnotifyd) [0x10df860bc]
          15 main + 74 (in aosnotifyd) [0x10df8d9f4]
            15 -[AOSNotificationDaemon startup] + 1294 (in aosnotifyd) [0x10df8d7bb]
              15 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff92d5104f]
                15 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9008aae6]
                  15 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9008b2d4]
                    15 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff90082b6c]
                      15 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff89f3d67a]
      Kernel stack:
        15 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xa5d        DispatchQueue 2
      User stack:
        15 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9275114e]
          15 kevent + 10 (in libsystem_kernel.dylib) [0x7fff89f3f7e6]
      Kernel stack:
        15 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0xa6e      
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff921c5b75]
          15 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff921c28bf]
            15 __select + 10 (in libsystem_kernel.dylib) [0x7fff89f3edf2]
      Kernel stack:
        15 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Binary Images:
             0x10df84000 -        0x10dfc5fff  aosnotifyd ??? (???) <750811D8-1A2D-3F5A-B157-8A35B8FB04DB> /usr/sbin/aosnotifyd
          0x7fff89f28000 -     0x7fff89f48fff  libsystem_kernel.dylib ??? (???) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
          0x7fff90052000 -     0x7fff90226fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff92174000 -     0x7fff92251fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff9274f000 -     0x7fff9275dfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff92d45000 -     0x7fff9305eff7  com.apple.Foundation 6.7.1 (833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         applepushserviced [56]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x11c        DispatchQueue 1
      User stack:
        15 ??? (in applepushserviced) [0x10d017324]
          15 ??? (in applepushserviced) [0x10d017408]
            15 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff92d50f3b]
              15 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff92d5104f]
                15 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9008aae6]
                  15 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9008b2d4]
                    15 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff90082b6c]
                      15 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff89f3d67a]
      Kernel stack:
        15 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x144        DispatchQueue 2
      User stack:
        15 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9275114e]
          15 kevent + 10 (in libsystem_kernel.dylib) [0x7fff89f3f7e6]
      Kernel stack:
        15 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x98e      
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff921c5b75]
          15 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff921c28bf]
            15 __select + 10 (in libsystem_kernel.dylib) [0x7fff89f3edf2]
      Kernel stack:
        15 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Binary Images:
             0x10d016000 -        0x10d083fff  applepushserviced ??? (???) <846618F2-7FE6-374E-9D29-F132E254B130> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff89f28000 -     0x7fff89f48fff  libsystem_kernel.dylib ??? (???) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
          0x7fff90052000 -     0x7fff90226fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff92174000 -     0x7fff92251fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff9274f000 -     0x7fff9275dfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff92d45000 -     0x7fff9305eff7  com.apple.Foundation 6.7.1 (833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         AppleSpell [482]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             502
      Thread 0x11e7       DispatchQueue 1
      User stack:
        15 ??? (in AppleSpell) [0x104b76cf8]
          15 ??? (in AppleSpell) [0x104b76faa]
            15 -[NSSpellServer run] + 74 (in Foundation) [0x7fff92ea1ca6]
              15 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9009a7ff]
                15 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9008aae6]
                  15 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9008b2d4]
                    15 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff90082b6c]
                      15 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff89f3d67a]
      Kernel stack:
        15 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x11ea       DispatchQueue 2
      User stack:
        15 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9275114e]
          15 kevent + 10 (in libsystem_kernel.dylib) [0x7fff89f3f7e6]
      Kernel stack:
        15 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x128d0    
      User stack:
        15 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff921c5b85]
          15 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff89f3f192]
      Kernel stack:
        15 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Binary Images:
             0x104b75000 -        0x104c31ff7  com.apple.AppleSpell 1.7 (131) <EE32AA22-F58E-3A4C-8BE4-7E2266AF45FC> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff89f28000 -     0x7fff89f48fff  libsystem_kernel.dylib ??? (???) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
          0x7fff90052000 -     0x7fff90226fff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff92174000 -     0x7fff92251fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff9274f000 -     0x7fff9275dfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff92d45000 -     0x7fff9305eff7  com.apple.Foundation 6.7.1 (833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         autofsd [55]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x150        DispatchQueue 2
      User stack:
        15 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9275114e]
          15 kevent + 10 (in libsystem_kernel.dylib) [0x7fff89f3f7e6]
      Kernel stack:
        15 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x151        DispatchQueue 6
      User stack:
        15 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff92753954]
          15 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff89f3f022]
      Kernel stack:
        15 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Binary Images:
             0x10f305000 -        0x10f306fff  autofsd ??? (???) <D0C5622F-0C60-3045-A1C2-F140785A79C3> /usr/libexec/autofsd
          0x7fff89f28000 -     0x7fff89f48fff  libsystem_kernel.dylib ??? (???) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
          0x7fff9274f000 -     0x7fff9275dfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
    Process:         backupd [1194]
    Path:            /System/Library/CoreServices/backupd
    Architecture:    x86_64
    UID:             0
      Thread 0x3537       DispatchQueue 1
      User stack:
        15 ??? (in backupd) [0x106901e6c]
          15 ??? (in backupd) [0x10690d6ce]
            15 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9009a7ff]
              15 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9008aae6]
                15 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9008b2d4]
                  15 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff90082b6c]
                    15 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff89f3d67a]
      Kernel stack:
        15 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x353a       DispatchQueue 2
      User stack:
        15 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9275114e]
          15 kevent + 10 (in libsystem_kernel.dylib) [0x7fff89f3f7e6]
      Kernel stack:
        15 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x3540     
      User stack:
        15 thread_start + 13 (in libsystem_c.dylib) [0x7fff921c5b75]
          15 _pthread_sta

  • Trying to install gcc with Command Line Tools - Mountain Lion

    I am trying to update the CUDA driver for an NVIDIA GeForce GTX 570 card. To do that, I need gcc installed.
    It appears I have not been able to install gcc, and I need help doing this.
    I am a newbie to both Terminal commands and to updating CUDA drivers, so please bear with me.
    I am running Mountain Lion (10.8.2) on a dual quad core Mac Pro (mid 2010 model).
    I have been following the guide here:
    http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-mac-os-x/index.html
    To install gcc w/o having to install Xcode (I don’t need all of Xcode and so don’t want it installed), I downloaded the “Command Line Tools (OS X Mountain Lion) for Xcode – November 2012” from the Apple Developer Downloads page:
    xcode452cltools10_86938211a.dmg
    I also downloaded the “Mac OS X CUDA 5 Production Release” from the NVIDIA Developers Download page:
    cuda_5.0.36_macos.pkg
    I installed the Command Line Tools, and then installed the CUDA 5 Release (driver, toolkit, samples). Both installed successfully.
    To verify that gcc was installed, I entered the Terminal command (the guide above says this is how I check):
    /usr/bin/gcc –-help
    The resulting message was:
    i686-apple-darwin11-llvm-gcc-4.2: –-help: No such file or directory
    i686-apple-darwin11-llvm-gcc-4.2: no input files
    I take it this means I did not successfully install gcc.
    Please tell me what I am doing wrong.
    NOTE: The steps below may not be of interest to you, since they are steps to verify the CUDA driver was updated (once gcc is successfully installed).
    But I included them in the post, in case they are helpful..
    I went to “Define the environment variables”.
    I entered the command
    export PATH=/Developer/NVIDIA/CUDA-5.0/bin:$PATH
    I got no message
    I then entered the command:
    export DYLD_LIBRARY_PATH=/Developer/NVIDIA/CUDA-5.0/lib:$DYLD_LIBRARY_PATH
    I got no message
    To verify that the CUDA kernel extension is loaded, I then entered the command:
    kextstat | grep -i cuda
    I got this message:
    123 0 0xffffff7f81e69000 0x2000 0x2000 com.nvidia.CUDA (1.1.0)
    I then checked the CUDA Toolkit version by entering the command:
    nvcc –V
    I got the message:
    nvcc: NVIDIA (R) Cuda compiler driver
    Copyright (c) 2005-2012 NVIDIA Corporation
    Built on Fri_Sep_28_16:10:16_PDT_2012
    Cuda compilation tools, release 5.0, V0.2.1221
    To change the directory, I then entered:
    cd /Developer/NVIDIA/CUDA-5.0/samples
    Then to compile the samples, I entered:
    make
    The resulting message was:
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    make[1]: Nothing to be done for `all'.
    Makefile:79: *** MPI not found, not building simpleMPI.. Stop.
    make: *** [0_Simple/simpleMPI/Makefile.ph_build] Error 2
    To run the binaries, I changed the directory by entering:
    cd /Developer/NVIDIA/CUDA-5.0/samples/C/bin/darwin/release
    and then entered
    deviceQuery
    I got the message:
    -bash: cd: /Developer/NVIDIA/CUDA-5.0/samples/C/bin/darwin/release: No such file or directory

    (1) When I typed in the command
    /usr/bin/gcc –v
    I got this response:
    Using built-in specs.
    Target: i686-apple-darwin11
    Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/dst-llvmCore/Deve loper/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
    Thread model: posix
    gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
    Does this say I successfully installed gcc? 4.2.1 is the latest version?
    If I have successfully installed the latest version of gcc, then my problem lies with the installation of the CUDA driver.
    If your command worked, then the NVIDIA "CUDA Getting Started Guide" doc I referenced above, which I am following, is just incorrect.
    (2) I then went through the same steps as above, and got the same responses, until I got to the "make" command. This time I entered
    make clean
    And I got the response:
    rm -f asyncAPI asyncAPI.o
    rm -f cdpSimplePrint cdpSimplePrint.o
    rm -f cdpSimpleQuicksort cdpSimpleQuicksort.o
    rm -f clock clock.o *.bin
    rm -f cppIntegration cppIntegration.o cppIntegration_gold.o main.o *.bin
    rm -f cudaOpenMP cudaOpenMP.o
    rm -f inlinePTX inlinePTX.o *.bin
    rm -f matrixMul matrixMul.o
    rm -f matrixMulCUBLAS.o matrixMulCUBLAS
    rm -f matrixMulDrv matrixMulDrv.o data/matrixMul_kernel64.ptx matrixMul_kernel64.ptx
    rm -f matrixMulDynlinkJIT matrixMulDynlinkJIT.o matrixMul_gold.o matrixMul_kernel_32_ptxdump.o matrixMul_kernel_64_ptxdump.o cuda_drvapi_dynlink.o
    rm -f simpleAssert simpleAssert.o
    rm -f simpleAtomicIntrinsics simpleAtomicIntrinsics.o simpleAtomicIntrinsics_cpu.o
    rm -f simpleCallback simpleCallback.o multithreading.o *.bin
    rm -f simpleCubemapTexture simpleCubemapTexture.o *.bin
    rm -f simpleIPC simpleIPC.o
    rm -f simpleLayeredTexture simpleLayeredTexture.o
    Makefile:79: *** MPI not found, not building simpleMPI..  Stop.
    make: *** [0_Simple/simpleMPI/Makefile.ph_clean] Error 2
    Then I entered
    make
    And I got the response:
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_10,code=sm_10 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o asyncAPI.o -c asyncAPI.cu
    g++ -arch x86_64 -o asyncAPI asyncAPI.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart
    mkdir -p ../../bin/darwin/release
    cp asyncAPI ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64 -dc  -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o cdpSimplePrint.o -c cdpSimplePrint.cu
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64 -gencode arch=compute_35,code=sm_35  -o cdpSimplePrint cdpSimplePrint.o -L/Developer/NVIDIA/CUDA-5.0/lib -lcudadevrt
    mkdir -p ../../bin/darwin/release
    cp cdpSimplePrint ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64 -dc  -gencode arch=compute_35,code=sm_35  -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o cdpSimpleQuicksort.o -c cdpSimpleQuicksort.cu
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64 -gencode arch=compute_35,code=sm_35  -o cdpSimpleQuicksort cdpSimpleQuicksort.o -L/Developer/NVIDIA/CUDA-5.0/lib -lcudadevrt
    mkdir -p ../../bin/darwin/release
    cp cdpSimpleQuicksort ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_10,code=sm_10 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o clock.o -c clock.cu
    g++ -arch x86_64 -o clock clock.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart
    mkdir -p ../../bin/darwin/release
    cp clock ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_10,code=sm_10 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o cppIntegration.o -c cppIntegration.cu
    g++ -arch x86_64 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o cppIntegration_gold.o -c cppIntegration_gold.cpp
    g++ -arch x86_64   -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o main.o -c main.cpp
    g++ -arch x86_64 -o cppIntegration cppIntegration.o cppIntegration_gold.o main.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart
    mkdir -p ../../bin/darwin/release
    cp cppIntegration ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64 -lineinfo -Xcompiler -fopenmp  -gencode arch=compute_10,code=sm_10 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o cudaOpenMP.o -c cudaOpenMP.cu
    ptxas warning : Command line option '--generate-line-info' not supported for 'sm_1x architecture', will be ignored
    g++ -arch x86_64 -o cudaOpenMP cudaOpenMP.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart -lgomp
    mkdir -p ../../bin/darwin/release
    cp cudaOpenMP ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_10,code=sm_10 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o inlinePTX.o -c inlinePTX.cu
    g++ -arch x86_64 -o inlinePTX inlinePTX.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart
    mkdir -p ../../bin/darwin/release
    cp inlinePTX ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_10,code=sm_10 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o matrixMul.o -c matrixMul.cu
    g++ -arch x86_64 -o matrixMul matrixMul.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart
    mkdir -p ../../bin/darwin/release
    cp matrixMul ../../bin/darwin/release
    g++ -arch x86_64 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o matrixMulCUBLAS.o -c matrixMulCUBLAS.cpp
    g++ -arch x86_64 -o matrixMulCUBLAS matrixMulCUBLAS.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart -lcublas
    mkdir -p ../../bin/darwin/release
    cp matrixMulCUBLAS ../../bin/darwin/release
    g++ -arch x86_64 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o matrixMulDrv.o -c matrixMulDrv.cpp
    g++ -arch x86_64 -o matrixMulDrv matrixMulDrv.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -framework CUDA
    mkdir -p ../../bin/darwin/release
    cp matrixMulDrv ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_10,code=sm_10 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o matrixMul_kernel64.ptx -ptx matrixMul_kernel.cu
    mkdir -p data
    cp matrixMul_kernel64.ptx ./data
    g++ -arch x86_64 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -o matrixMulDynlinkJIT.o -c matrixMulDynlinkJIT.cpp
    g++ -arch x86_64 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -o matrixMul_gold.o -c matrixMul_gold.cpp
    g++ -arch x86_64 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -o matrixMul_kernel_32_ptxdump.o -c matrixMul_kernel_32_ptxdump.c
    g++ -arch x86_64 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -o matrixMul_kernel_64_ptxdump.o -c matrixMul_kernel_64_ptxdump.c
    g++ -arch x86_64 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -o cuda_drvapi_dynlink.o -c cuda_drvapi_dynlink.c
    g++ -arch x86_64  -o matrixMulDynlinkJIT matrixMulDynlinkJIT.o matrixMul_gold.o matrixMul_kernel_32_ptxdump.o matrixMul_kernel_64_ptxdump.o cuda_drvapi_dynlink.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -framework CUDA
    mkdir -p ../../bin/darwin/release
    cp matrixMulDynlinkJIT ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o simpleAssert.o -c simpleAssert.cu
    g++ -arch x86_64 -o simpleAssert simpleAssert.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart
    mkdir -p ../../bin/darwin/release
    cp simpleAssert ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_11,code=sm_11 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o simpleAtomicIntrinsics.o -c simpleAtomicIntrinsics.cu
    g++ -arch x86_64 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o simpleAtomicIntrinsics_cpu.o -c simpleAtomicIntrinsics_cpu.cpp
    g++ -arch x86_64 -o simpleAtomicIntrinsics simpleAtomicIntrinsics.o simpleAtomicIntrinsics_cpu.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart
    mkdir -p ../../bin/darwin/release
    cp simpleAtomicIntrinsics ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_10,code=sm_10 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o simpleCallback.o -c simpleCallback.cu
    g++ -arch x86_64 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o multithreading.o -c multithreading.cpp
    g++ -arch x86_64 -o simpleCallback simpleCallback.o multithreading.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart -lpthread
    mkdir -p ../../bin/darwin/release
    cp simpleCallback ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o simpleCubemapTexture.o -c simpleCubemapTexture.cu
    g++ -arch x86_64 -o simpleCubemapTexture simpleCubemapTexture.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart
    mkdir -p ../../bin/darwin/release
    cp simpleCubemapTexture ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o simpleIPC.o -c simpleIPC.cu
    g++ -arch x86_64 -o simpleIPC simpleIPC.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart
    mkdir -p ../../bin/darwin/release
    cp simpleIPC ../../bin/darwin/release
    /Developer/NVIDIA/CUDA-5.0/bin/nvcc -m64  -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -I/Developer/NVIDIA/CUDA-5.0/include -I. -I.. -I../../common/inc -o simpleLayeredTexture.o -c simpleLayeredTexture.cu
    g++ -arch x86_64 -o simpleLayeredTexture simpleLayeredTexture.o -Xlinker -rpath /Developer/NVIDIA/CUDA-5.0/lib -L/Developer/NVIDIA/CUDA-5.0/lib -lcudart
    mkdir -p ../../bin/darwin/release
    cp simpleLayeredTexture ../../bin/darwin/release
    Makefile:79: *** MPI not found, not building simpleMPI..  Stop.
    make: *** [0_Simple/simpleMPI/Makefile.ph_build] Error 2
    There is still an "Error 2" at the end, so something still appears to be wrong.

Maybe you are looking for

  • B50-30 Memory upgrade/faulty slot?

    Hi Lenovo I have an issue in trying to upgrade the B50-30 from the installed 4Gb to 16b except it seems as the 2nd slot is not reading the 2nd module placed in it. The site, and customer support for that site, I purchased the ram from state that the

  • Business Partner Cockpit error in CRM

    Hi, I am getting error in transaction CRMD_ORDER when we proceed in the following steps: 1) Login to CRM server 2) Go to transaction CRMD_ORDER 3) Find -- > Select --> Lead 4) Click on START --> Click on only 100 docs 5) Select Number 7 6) Click on B

  • This driver is blocked due to compatibility issues

    Hi, I have Toshiba Satellite model with Windows Vista home edition.I keep getting the above error message with: Driver: StarForce Protection Publisher: StarForce Location: Not Available and my Laptop also unable to locate the DVD disc Drive. Please l

  • Wi-Fi not working after mavericks upgrade

    I just upgraded to Mavericks and get the following message in network diagnostics: Wi-Fi has the self-assigned IP address 169.254.82.167 and will not be able to connect to the Internet. I am not very technical and don't understand wheter this is the

  • Warning after updates to 2.1 sdk

    hi all, i get this message on the console after i've updated to the new 2.1sdk, anyone has any clue what it's about? i've updated my itouch os, and my mac os to 10.5.4. warning: UUID mismatch detected with the loaded library - on disk is: /Developer/