Moving files in finder question

I am a recent switcher and I would like to be able to right click on a file and select CUT rather than copy so that I can then got to where I want the file and just paste it in.
Or / and I would like to add to the context sensitive menu a MOVE TO (whatever folder I designate)
so that I can click on a file and have in the choices a move to command...
If someone can tell me how to do that I would be grateful
Thanks

I created an Automator action to do that thing.
1. Open Automator, and select Finder in the Library pane
2. Drag Get Selected Finder items into the workflow pane
3. Drag Move Finder Items into the workflow--I left it at the default of Desktop, but you can choose another starting point
4. I then hit the disclosure triangle for Options and checked Show Action When Run, Show Entire Action, and checked the To box
5. I then did Save as Plugin... and selected Plug-in for Finder
Now when I right click (control click) on an item in the Finder, and go to the Automator section of the Contextual Menu I can select the Move workflow. I can then either move the item to the default set above, or click the disclosure triangle and select Other to navigate to a different location.
Or as macjack pointed out just drag to a new location using two Finder windows and, if one is on a different drive, command-drag.
Francine
Schwieder

Similar Messages

  • Moving Files in Finder (OS X Lion)

    Is there anyway I can move files on my Mac without having to copy files to a new place and deleting the originals? It's very time consuming doing this!! lol

    Methinks the second command won't do what you think it will. From the Keyboard Shortcuts document:
    Option-Command-V
    Apply the style of one object to the selected object (Paste Style)
    For the OP. No. Mac OS X won't allow moving from one place to another, unless it's on the same volume. All you can do is copy, leaving the other behind. To copy a file, from one location to another on the same volume, OPT-click & drag it. To copy an alias of something to another place on the same volume, CMD+OPT-click & drag.

  • Problems moving files around in finder

    Does anyone else have the same problem I do when moving files around in finder. It almost always says you do not have sufficient access privileges and each time I have to go to the destination folder info box and change access permissions. It is now getting really annoying. At work I can not copy files off my laptop to the network as again it says I do not have permission though if I log on from a machine using tiger I can move the files easily. Moving files to my Lacie drive causes the same problem. If anyone out there has and easy fix or explanation I would be grateful

    I decided to go the long way and move everything where I wanted it to be.  I moved everything around in Bridge, I then synchronized the folder to reflect how it should.  So far so good!
    Thank you all for your help and interest, I really appreciate everything!
    I do have one more question now, I will also start a new thread to see what else I can get, but again thank you!
    I have syncroniced the folder after making the changes, and due to the problem I was having last time I did it again just to double check.  It said there were over2k photos missing so I clicked sync, let it do its thing.  And just to tripple check I ran it again and it is saying the same thing, missing over 2k photos.  What does this mean?

  • My iPhone has two identical options under "iTunes wi-fi sync" that are the same computer. I only have one user on my  computer, and I tried moving my iTunes file in Finder to organize it and now my library's not synced with my phone. Help?

    My iPhone has two identical options under "iTunes wi-fi sync" that are the same computer. I only have one user on my computer, and I tried moving my iTunes file in Finder to organize it and now my library's not synced with my phone. Help?

    I have the same problem. Right now my iPhone 5S shows 3 instances of the computer to which it is connected under Settings » General » iTunes WiFi Sync. I'm having problems connecting and syncing, and this is probably the cause: the phone chooses one of these connections, and it isn't the one that's actually in use. What's probably happening is that the phone and computer establish a connection using a dynamic IP address, the address becomes "disassociated" due to error, another address is associated, the phone retains each address/link, and each link is displayed as if it represents a separate computer (the fact that the name of the computer is identical is ignored, as the only thing that is considered important is the IP address). But that's all conjecture. More important, I'm not sure how to fix the problem. A network reset doesn't do it.

  • Moving files/folders in Finder, a headache

    10.8 and 10.9 become a headache copying/moving files/folders between disks.
    After download selected images to my Imac from cards I used to move all of them to a local network backup disk (attached to a linux OS)
    I don't do this anymore from a year ago: annoying warnings like "the file ... is in use" (not in use, even had been downloaded) stopped move; repeated procedure with the rest of the files included the 'used' one, over and over again and finally, after 12 times or so all files had moved. 100 files to move, stop, 80 files to move, stop, 60 files.......
    Same problem moving files between disks attached to the same iMac.
    'You have to provide an admin password...." -> Continue   Password set and again 'File ... is in use' (not in use, it is just backup file)
    Reseting the Mac.  Worse
    .'You have to provide an admin password...."  No 'Continue' option, just only 'Ok' that will do.... nothing.
    My solution: Terminal: sudo mv source target
    I guess Finder has been tought to make life easier, isn't it?

    According to reports, if the filing protocol is SMB, you can sometimes work around the problem by forcing a CIFS connection instead. To do that, first disconnect from the file server, then select
              Go ▹ Connect to Server
    from the Finder menu bar, or press the key combination command-K. Then enter
    cifs://server-address
    in the dialog that opens, where server-address is the IP address or domain name of the server.
    Some other ideas for solving or working around the problem can be found in this thread. I haven't tested any of them.

  • I am using a late 2008 macbook and have recently purchased a WD Passport Ultra 1TB to use for storage.  I have formatted the drive and successfully moved files onto the drive, however now I am unable to locate the drive within FINDER. Please HELP!

    I am using a late 2008 macbook and have recently purchased a WD passport ultra 1TB drive to use as storage.  I have successfully formatted the drive, and moved files from macbook onto it, however now I cannot locate the drive within FINDER, even though it is showing within disc utility.  Please HELP!!!!

    Welcome to Apple Support Communities
    Open a Finder window, and your external drive should show up in the sidebar, under "Devices".
    A different way is to go to Finder menu (in the menu bar) > Preferences > General, and tick "External disks". If your external drive is detected by OS X, it will show up at the top right corner of Desktop, so double-click it to access to the content.

  • Simple question about moving files with applescript : Not finisched

    I use this script now but the dubble files stays in folder A. I would like to delete the dubble files so the folder is empty after moving. With this script the dubble files keep is folder A.
    tell application "Finder"
    activate
    set this_folder to ("MAC2:A")
    set these_files to every file of folder this_folder
    move these_files to ("MAC2:B") with replacing
    end tell

    Your script works fine on the same volume. If you are going to another volume (disk or server) a move become a duplicate by nature. You would have to delete the files after duplicate is complete.
    After everthing is moved
    tell application "Finder"
    activate
    set this_folder to ("PowerMac:Temp:")
    set these_files to every file of folder this_folder
    move these_files to ("Server:Backup:") with replacing
    delete these_files
    end tell
    Delete each file as you go
    tell application "Finder"
    activate
    set this_folder to ("PowerMac:Temp:")
    set these_files to every file of folder this_folder
    repeat with these_file in these_files
    move these_file to ("Server:Backup:") with replacing
    delete these_file
    end repeat
    end tell

  • Suddenly I have problems moving files to the trash...  get a dialog saying Finder wants to make changes and I must provide the password... Any explanation or ideas how I can get this to stop?

    Suddenly I have problems moving files to the trash...  get a dialog saying Finder wants to make changes and I must provide the password... Any explanation or ideas how I can get this to stop?

    Please take these steps if you're prompted for a password when moving items in your home folder to the Trash.
    1. Triple-click anywhere in the line below on this page to select it:
    ~/.Trash
    2. Right-click or control-click the highlighted line and select
    Services ▹ Show Info
    from the contextual menu.* An Info dialog should open.
    3. The dialog should show "You can read and write" in the Sharing & Permissions section. If that's not what it shows, click the padlock icon in the lower right corner of the window and enter your password when prompted. Use the plus- and minus-sign buttons to give yourself Read & Write access and "everyone" No Access. Delete any other entries in the access list.
    4. In the General section, uncheck the box marked Locked if it's checked.
    5. From the action menu (gear icon) at the bottom of the dialog, select Apply to enclosed items and confirm.
    6. Close the Info window and test.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • Finder crashes when moving files

    Finder crashes intermittently when moving files, and has done so for probably a year now. It happens pretty much daily. I was hoping the problem would go away when upgrading from Mountain Lion to Mavericks, but it didn't. Is anyone able to tell from this error log what might be causing the problem? Any suggestions would be very much appreciated!
    Process:         Finder [260]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:      com.apple.finder
    Version:         10.9 (10.9)
    Build Info:      Finder_FE-885000002000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [233]
    Responsible:     Finder [260]
    User ID:         501
    Date/Time:       2013-11-20 16:03:42.613 +0100
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  5B8D1B33-FB3D-9B90-D803-CCB5B96F8967
    Sleep/Wake UUID: 27FDE1ED-D7E7-4100-8658-9CD12E7ED594
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x8:
    -->
        __TEXT                 000000010b677000-000000010bb3e000 [ 4892K] r-x/rwx SM=COW  /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.AppKit                        0x00007fff92b6ba05 -[NSBrowser _setDropTargetColumn:targetRow:targetDropOperation:dragOperation:] + 40
    1   com.apple.finder                        0x000000010b96b272 0x10b677000 + 3097202
    2   com.apple.AppKit                        0x00007fff92b732b9 -[_NSBrowserTableColumnViewController tableView:validateDrop:proposedRow:proposedDropOperation:] + 193
    3   com.apple.AppKit                        0x00007fff92e44b0d -[NSTableView _tryDrop:dropRow:dropOperation:] + 123
    4   com.apple.AppKit                        0x00007fff92e451df -[NSTableView _determineDropCandidateForDragInfo:] + 1653
    5   com.apple.AppKit                        0x00007fff92e4b03a -[NSTableView draggingUpdated:] + 49
    6   com.apple.AppKit                        0x00007fff92aa4ede sendDraggingUpdate + 125
    7   com.apple.AppKit                        0x00007fff92aa3eab NSCoreDragTrackingProc + 3623
    8   com.apple.HIServices                    0x00007fff8faa5158 DoTrackingMessage + 370
    9   com.apple.HIServices                    0x00007fff8faa80b5 CoreDragMessageHandler + 753
    10  com.apple.CoreFoundation                0x00007fff91ccff78 __CFMessagePortPerform + 760
    11  com.apple.CoreFoundation                0x00007fff91c55b69 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    12  com.apple.CoreFoundation                0x00007fff91c55ade __CFRunLoopDoSource1 + 478
    13  com.apple.CoreFoundation                0x00007fff91c46bd6 __CFRunLoopRun + 1830
    14  com.apple.CoreFoundation                0x00007fff91c46275 CFRunLoopRunSpecific + 309
    15  com.apple.CoreFoundation                0x00007fff91ccf9a6 CFMessagePortSendRequest + 1398
    16  com.apple.HIServices                    0x00007fff8faa76b4 SendDragIPCMessage + 516
    17  com.apple.HIServices                    0x00007fff8faa8255 CoreDragMessageHandler + 1169
    18  com.apple.CoreFoundation                0x00007fff91ccff78 __CFMessagePortPerform + 760
    19  com.apple.CoreFoundation                0x00007fff91c55b69 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    20  com.apple.CoreFoundation                0x00007fff91c55ade __CFRunLoopDoSource1 + 478
    21  com.apple.CoreFoundation                0x00007fff91c46bd6 __CFRunLoopRun + 1830
    22  com.apple.CoreFoundation                0x00007fff91c46275 CFRunLoopRunSpecific + 309
    23  com.apple.Foundation                    0x00007fff8d920a7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    24  com.apple.Foundation                    0x00007fff8d96902b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    25  com.apple.AppKit                        0x00007fff92aa3586 NSCoreDragTrackingProc + 1282
    26  com.apple.HIServices                    0x00007fff8faa5989 DoEnterLeaveHandler + 183
    27  com.apple.HIServices                    0x00007fff8faa5897 SendEnterLeaveHandlerMessage + 48
    28  com.apple.HIServices                    0x00007fff8faa565a DragInApplication + 648
    29  com.apple.HIServices                    0x00007fff8faa462b CoreDragStartDragging + 519
    30  com.apple.AppKit                        0x00007fff92aa1a34 -[NSCoreDragManager _dragUntilMouseUp:accepted:] + 862
    31  com.apple.AppKit                        0x00007fff92aa1695 _handleBeginDraggingSession + 100
    32  com.apple.CoreFoundation                0x00007fff91c550a7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    33  com.apple.CoreFoundation                0x00007fff91c55017 __CFRunLoopDoObservers + 391
    34  com.apple.CoreFoundation                0x00007fff91c46893 __CFRunLoopRun + 995
    35  com.apple.CoreFoundation                0x00007fff91c46275 CFRunLoopRunSpecific + 309
    36  com.apple.HIToolbox                     0x00007fff8e1f4f0d RunCurrentEventLoopInMode + 226
    37  com.apple.HIToolbox                     0x00007fff8e1f4cb7 ReceiveNextEventCommon + 479
    38  com.apple.HIToolbox                     0x00007fff8e1f4abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    39  com.apple.AppKit                        0x00007fff9279728e _DPSNextEvent + 1434
    40  com.apple.AppKit                        0x00007fff927968db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    41  com.apple.AppKit                        0x00007fff9278a9cc -[NSApplication run] + 553
    42  com.apple.AppKit                        0x00007fff92775803 NSApplicationMain + 940
    43  com.apple.finder                        0x000000010b67d5cc 0x10b677000 + 26060
    44  libdyld.dylib                           0x00007fff938fa5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff887ec662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8acc943d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8acc9152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff887e7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff887e6d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff91c47315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff91c46939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff91c46275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff929371ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 3:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff887e7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff887e6d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff91c47315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff91c46939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff91c46275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8d91e907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8d91e70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff887eb9aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff91c92d43 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 5:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff887e7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff887e6d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x00007fff87c643b7 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x00007fff87c642ed thread_fun + 25
    4   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff887eb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8baddc3b _pthread_cond_wait + 727
    2   com.apple.desktopservices               0x00007fff865b4475 TConditionVariable::Wait(TDSMutex&) + 31
    3   com.apple.desktopservices               0x00007fff865951e0 TBlockingQueue<TSuboperationRequest>::Dequeue(TSuboperationRequest*&, int) + 90
    4   com.apple.desktopservices               0x00007fff86594e08 TSuboperationTask::OperationTaskProcedure() + 212
    5   com.apple.desktopservices               0x00007fff86579b0b TNodeOperationTask::OperationTaskProc(void*) + 23
    6   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff887eb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8baddc3b _pthread_cond_wait + 727
    2   com.apple.desktopservices               0x00007fff865b4475 TConditionVariable::Wait(TDSMutex&) + 31
    3   com.apple.desktopservices               0x00007fff865951e0 TBlockingQueue<TSuboperationRequest>::Dequeue(TSuboperationRequest*&, int) + 90
    4   com.apple.desktopservices               0x00007fff86594e08 TSuboperationTask::OperationTaskProcedure() + 212
    5   com.apple.desktopservices               0x00007fff86579b0b TNodeOperationTask::OperationTaskProc(void*) + 23
    6   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff887eb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8baddc3b _pthread_cond_wait + 727
    2   com.apple.desktopservices               0x00007fff865b4475 TConditionVariable::Wait(TDSMutex&) + 31
    3   com.apple.desktopservices               0x00007fff865951e0 TBlockingQueue<TSuboperationRequest>::Dequeue(TSuboperationRequest*&, int) + 90
    4   com.apple.desktopservices               0x00007fff86594e08 TSuboperationTask::OperationTaskProcedure() + 212
    5   com.apple.desktopservices               0x00007fff86579b0b TNodeOperationTask::OperationTaskProc(void*) + 23
    6   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff887eb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8baddc3b _pthread_cond_wait + 727
    2   com.apple.desktopservices               0x00007fff865b4475 TConditionVariable::Wait(TDSMutex&) + 31
    3   com.apple.desktopservices               0x00007fff865951e0 TBlockingQueue<TSuboperationRequest>::Dequeue(TSuboperationRequest*&, int) + 90
    4   com.apple.desktopservices               0x00007fff86594e08 TSuboperationTask::OperationTaskProcedure() + 212
    5   com.apple.desktopservices               0x00007fff86579b0b TNodeOperationTask::OperationTaskProc(void*) + 23
    6   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff887eb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8baddc3b _pthread_cond_wait + 727
    2   com.apple.desktopservices               0x00007fff865b4475 TConditionVariable::Wait(TDSMutex&) + 31
    3   com.apple.desktopservices               0x00007fff865951e0 TBlockingQueue<TSuboperationRequest>::Dequeue(TSuboperationRequest*&, int) + 90
    4   com.apple.desktopservices               0x00007fff86594e08 TSuboperationTask::OperationTaskProcedure() + 212
    5   com.apple.desktopservices               0x00007fff86579b0b TNodeOperationTask::OperationTaskProc(void*) + 23
    6   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff887ebe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8badcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8badffb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff887ebe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8badcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8badffb9 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff887ebe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8badcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8badffb9 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff887ebe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8badcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8badffb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff887eb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8baddc3b _pthread_cond_wait + 727
    2   com.apple.desktopservices               0x00007fff865b4475 TConditionVariable::Wait(TDSMutex&) + 31
    3   com.apple.desktopservices               0x00007fff865951e0 TBlockingQueue<TSuboperationRequest>::Dequeue(TSuboperationRequest*&, int) + 90
    4   com.apple.desktopservices               0x00007fff86594e08 TSuboperationTask::OperationTaskProcedure() + 212
    5   com.apple.desktopservices               0x00007fff86579b0b TNodeOperationTask::OperationTaskProc(void*) + 23
    6   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff887eb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8baddc3b _pthread_cond_wait + 727
    2   com.apple.desktopservices               0x00007fff865b4475 TConditionVariable::Wait(TDSMutex&) + 31
    3   com.apple.desktopservices               0x00007fff865951e0 TBlockingQueue<TSuboperationRequest>::Dequeue(TSuboperationRequest*&, int) + 90
    4   com.apple.desktopservices               0x00007fff86594e08 TSuboperationTask::OperationTaskProcedure() + 212
    5   com.apple.desktopservices               0x00007fff86579b0b TNodeOperationTask::OperationTaskProc(void*) + 23
    6   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff887eb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8baddc77 _pthread_cond_wait + 787
    2   com.apple.finder                        0x000000010b6a0f0c 0x10b677000 + 171788
    3   com.apple.finder                        0x000000010b6ca989 0x10b677000 + 342409
    4   com.apple.finder                        0x000000010b67ead2 0x10b677000 + 31442
    5   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff887ebe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8badcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8badffb9 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff887ebe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8badcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8badffb9 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff887ebe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8badcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8badffb9 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff887ebe6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8badcf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8badffb9 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff887eb716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8baddc77 _pthread_cond_wait + 787
    2   com.apple.finder                        0x000000010b6a0f0c 0x10b677000 + 171788
    3   com.apple.finder                        0x000000010b6ca989 0x10b677000 + 342409
    4   com.apple.finder                        0x000000010b67ead2 0x10b677000 + 31442
    5   libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff887e7a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff887e6d18 mach_msg + 64
    2   libsystem_kernel.dylib                  0x00007fff887e250b semaphore_destroy + 91
    3   libdispatch.dylib                       0x00007fff8accc28f _dispatch_semaphore_dispose + 35
    4   libdispatch.dylib                       0x00007fff8acc7dc3 _dispatch_dispose + 35
    5   libdispatch.dylib                       0x00007fff8acc7d7d -[OS_dispatch_object _xref_dispose] + 48
    6   libxpc.dylib                            0x00007fff9114f74d xpc_connection_send_message_with_reply_sync + 221
    7   com.apple.CoreFoundation                0x00007fff91be6588 _CFXNotificationPost + 1144
    8   com.apple.CoreFoundation                0x00007fff91c3675e CFNotificationCenterPostNotificationWithOptions + 110
    9   com.apple.CoreServices.CarbonCore          0x00007fff8fe0cbea _FN_PostNotification(unsigned int, unsigned int, FSRef const*) + 99
    10  com.apple.CoreServices.CarbonCore          0x00007fff8fe0cc3e FNNotifyByPath + 74
    11  com.apple.desktopservices               0x00007fff86561c27 TOperation::PostExternalNotificationsAtEndOfOperation() + 137
    12  com.apple.desktopservices               0x00007fff86561b6f TOperation::Finalize() + 155
    13  com.apple.desktopservices               0x00007fff8657aa3b TNodeOperationTask::OperationTaskProcedure() + 101
    14  com.apple.desktopservices               0x00007fff86579b0b TNodeOperationTask::OperationTaskProc(void*) + 23
    15  libsystem_pthread.dylib                 0x00007fff8badb899 _pthread_body + 138
    16  libsystem_pthread.dylib                 0x00007fff8badb72a _pthread_start + 137
    17  libsystem_pthread.dylib                 0x00007fff8badffc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00006080001fae01  rbx: 0x00007fa0dace12d0  rcx: 0xffffffffffffffff  rdx: 0x0000000000000003
      rdi: 0x00007fa0dace12d0  rsi: 0x0000000000000000  rbp: 0x00007fff545822e0  rsp: 0x00007fff545822c8
       r8: 0x0000000000000000   r9: 0x0000000000000004  r10: 0x0000000000000110  r11: 0x0000000000000088
      r12: 0x0000000000000004  r13: 0xffffffffffffffff  r14: 0x0000000000000000  r15: 0x0000000000000008
      rip: 0x00007fff92b6ba05  rfl: 0x0000000000010246  cr2: 0x0000000000000008
    Logical CPU:     4
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10b677000 -        0x10bb3dffd  com.apple.finder (10.9 - 10.9) <0B3CE495-BEB9-323B-9C50-CEBDF5C465F4> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
           0x10d557000 -        0x10d557ffb +cl_kernels (???) <85495E7C-8470-4685-8828-E555117D92C5> cl_kernels
           0x10d5e9000 -        0x10d5effff  com.apple.qldisplay.Text (5.0 - 622.3) <715AB39C-ACE9-36A3-B334-882651FEB0CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/PlugIns/Text.qldisplay/Contents/MacOS/Text
           0x10d615000 -        0x10d616fff  com.apple.AddressBook.LocalSourceBundle (8.0 - 1365) <260EDDAA-A812-3097-BE14-A63EA4BEDD31> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10d6a0000 -        0x10d6a3fff  libspindump.dylib (161) <588EDDE0-B20A-3649-92B7-C2226EB237E8> /usr/lib/libspindump.dylib
           0x10d6ac000 -        0x10d6b3ff7  com.apple.SyncedDefaults (1.3 - 91.30) <FC5A4423-3D91-3A34-853A-C49971EEAE4E> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x10d6da000 -        0x10d6e4ff7  com.apple.qldisplay.Web2 (5.0 - 622.3) <DD001341-B9D1-3BB9-BD6E-4158568D1A88> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/PlugIns/Web2.qldisplay/Contents/MacOS/Web2
           0x10d6ef000 -        0x10d6f3ff7  com.apple.DirectoryServicesSource (8.0 - 1365) <2F2D5BAA-F006-3701-922C-37EF076DE3D1> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10d70c000 -        0x10d70cfff +cl_kernels (???) <FFF3E005-EFDF-445C-BFEB-26B0D95B8FD9> cl_kernels
           0x10d7b9000 -        0x10d7bdfff  com.apple.qldisplay.Generic (5.0 - 622.3) <E3B0F731-E447-383E-8332-4893290D1708> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/PlugIns/Generic.qldisplay/Contents/MacOS/Generic
           0x10e16b000 -        0x10e17eff7 +com.evenflow.dropbox.dropboxbundle (3.4 - 1) <C6A2CE39-E2EB-8DD0-99AC-DA21058BFD81> /Library/DropboxHelperTools/*/DropboxBundle.bundle/Contents/MacOS/DropboxBundle
           0x10e195000 -        0x10e19cfff  com.apple.URLMount.AFPPlugin (6.0 - 6.0) <3F14475B-992E-311F-8314-7CFA8908227A> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
           0x10ea27000 -        0x10ea66ff7  com.apple.AppleShareClientCore (4.0 - 3.0) <C8CF9884-B092-348E-BCCD-2821FDB7B517> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
           0x10ffd1000 -        0x10ffecff9  com.apple.security.csparser (3.0 - 55471) <0FA462BA-746F-3ACB-A90D-DCC7F280482B> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
           0x11066b000 -        0x11066cffa +cl_kernels (???) <A2FA993E-130B-4AF7-B13D-AA78C408274A> cl_kernels
           0x110679000 -        0x110679ff9 +cl_kernels (???) <E80AA947-D812-48F3-8FCC-CF5E3DA85762> cl_kernels
           0x11067b000 -        0x110761fef  unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x110a95000 -        0x110a96ff4 +cl_kernels (???) <774DD3B5-2C5D-4E77-9EE2-E9C6570F84DB> cl_kernels
           0x110ef8000 -        0x110fd8ff7  unorm8_rgba.dylib (2.3.58) <DDD1AFEB-FD30-34D2-958A-823C3EFD649A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
           0x112f5d000 -        0x112fa9ff6  com.apple.AddressBook.CardDAVPlugin (10.9 - 424) <C5AC5902-39C2-3A08-9967-5EAA000228EE> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
        0x7fff63444000 -     0x7fff63477817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff85c59000 -     0x7fff85d48fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff85d5c000 -     0x7fff85d61fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff85d62000 -     0x7fff85d9cff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff85e12000 -     0x7fff85f65ff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff85f66000 -     0x7fff85f6afff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff85f6b000 -     0x7fff864dbfff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff864dc000 -     0x7fff864e4ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff864e5000 -     0x7fff86615ff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff86616000 -     0x7fff8665dfff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff866dc000 -     0x7fff866ddfff  com.apple.AddressBook.ContactsData (8.0 - 1365) <61090508-4CC3-3F57-9B0C-D8527947D35D> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff866de000 -     0x7fff868cdffc  com.apple.WebKit2 (9537 - 9537.71) <B8FFCE39-9DC6-304E-953A-0BAFDCD19D2F> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff868ce000 -     0x7fff868daff7  com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff86ab3000 -     0x7fff86b04fff  com.apple.QuickLookFramework (5.0 - 622.3) <AB6CCD09-ECDF-3F01-9C42-34B37DDCF12D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff86b1f000 -     0x7fff86b60fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff86b88000 -     0x7fff86b8efff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff86b8f000 -     0x7fff86b9afff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
        0x7fff86b9b000 -     0x7fff86c31fff  com.apple.PackageKit (3.0 - 329) <F619E170-BE26-37E8-8F6E-C74D68522083> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
        0x7fff86c32000 -     0x7fff86c32ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff86c33000 -     0x7fff86c37ff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
        0x7fff86c43000 -     0x7fff86c54ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff86c55000 -     0x7fff86c56ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff87000000 -     0x7fff8744efff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8744f000 -     0x7fff874a6fff  com.apple.ViewBridge (1.0 - 46) <C49FDC96-7087-3B2F-AEC3-039F7B2CB50C> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff874b4000 -     0x7fff874b6ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
        0x7fff874b7000 -     0x7fff874d2fff  com.apple.DistributionKit (700 - 845) <E3D1ECC4-C5D1-35DC-B7E4-800FE0FFBF56> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
        0x7fff874d6000 -     0x7fff874defff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff874df000 -     0x7fff874e1fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff874e2000 -     0x7fff87534fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff8753b000 -     0x7fff876abff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff876ac000 -     0x7fff876b6ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff876b7000 -     0x7fff876b7fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff876b8000 -     0x7fff877edffa  com.apple.WebKit (9537 - 9537.71) <8A07478D-B2CA-3724-81E4-ADC10E1AD3EA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff877ee000 -     0x7fff877eefff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff877ef000 -     0x7fff877f0ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff877f1000 -     0x7fff8781eff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff87821000 -     0x7fff87a64fff  com.apple.AddressBook.framework (8.0 - 1365) <816242B1-D45E-3B5D-BC98-BB23458D5367> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff87a65000 -     0x7fff87a69fff  com.apple.ServerInformation (2.0 - 1) <E628F08A-0F6F-384B-AFD5-1BC1BBF56F1F> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff87a6a000 -     0x7fff87bd8ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff87bd9000 -     0x7fff87c3cff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff87c3d000 -     0x7fff87dd9ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff87dda000 -     0x7fff88062ff7  com.apple.CommerceKit (1.2.0 - 232) <442AE798-E07F-3E68-BB80-4C41B61408E3> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
        0x7fff88661000 -     0x7fff886aefff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff886af000 -     0x7fff886b8fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff886b9000 -     0x7fff88748ff7  com.apple.Metadata (10.7.0 - 800.12) <04486C95-3E49-36C4-89B6-925E925BB417> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff88749000 -     0x7fff88756fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8878b000 -     0x7fff887d2ff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
        0x7fff887d3000 -     0x7fff887d5ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff887d6000 -     0x7fff887f2ff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
        0x7fff887f3000 -     0x7fff88822fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff88823000 -     0x7fff888acff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
        0x7fff888ad000 -     0x7fff888ecfff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff888ed000 -     0x7fff88b7eff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff88b7f000 -     0x7fff88b80ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff88bec000 -     0x7fff88bf5fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff88e6c000 -     0x7fff88ec7ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff88ed4000 -     0x7fff88edeff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff88f99000 -     0x7fff88fa5ff7  com.apple.KerberosHelper (4.0 - 1.0) <6D64703B-D7A3-3EF7-89AB-16F7F89333FC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff88fb3000 -     0x7fff88fccff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff88fcd000 -     0x7fff89016fff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff89017000 -     0x7fff8901fffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff89020000 -     0x7fff89084ff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff890a9000 -     0x7fff890d5fff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff890d8000 -     0x7fff890f4fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff890f5000 -     0x7fff890f8fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff890f9000 -     0x7fff89122fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff89123000 -     0x7fff8913affa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff8913b000 -     0x7fff8939cff7  com.apple.imageKit (2.5 - 770) <33BCF627-EB1A-3CC1-98AB-2324B6DFB329> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8939d000 -     0x7fff894c9fff  com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff894ca000 -     0x7fff894fbff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff894fc000 -     0x7fff8950efff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8950f000 -     0x7fff89597ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff89598000 -     0x7fff8969dfff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8969e000 -     0x7fff896f6ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8970f000 -     0x7fff89711ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff89712000 -     0x7fff89763ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff89764000 -     0x7fff89764fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff89765000 -     0x7fff8981dff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff89836000 -     0x7fff89839fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8983a000 -     0x7fff898d5ff7  com.apple.PDFKit (2.9 - 2.9) <AD968A31-6567-30A7-A699-154C88DB56D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff89901000 -     0x7fff89913ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff89914000 -     0x7fff8991dff7  libcldcpuengine.dylib (2.3.58) <A2E1ED7B-FC7E-31F6-830A-FF917689766B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff8991e000 -     0x7fff8991ffff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff89920000 -     0x7fff8a76cff5  com.apple.WebCore (9537 - 9537.70) <7A90E9D3-4F26-3049-9C96-C6B8CB1395C8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8a849000 -     0x7fff8a86dfff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8a86e000 -     0x7fff8ac4fffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8ac50000 -     0x7fff8ac78ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff8ac79000 -     0x7fff8acc5ffe  com.apple.CoreMediaIO (401.0 - 4544) <44EBC0FE-DAD5-3711-96CB-05250F350A16> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8acc6000 -     0x7fff8ace0fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
        0x7fff8ace1000 -     0x7fff8ace4ffa  libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff8ace5000 -     0x7fff8ad02ff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8ad03000 -     0x7fff8ad03ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8ad04000 -     0x7fff8ad34fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8ad35000 -     0x7fff8ad66fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8ad67000 -     0x7fff8b68305f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8b684000 -     0x7fff8b952ff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8b9ed000 -     0x7fff8ba78fff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
        0x7fff8ba79000 -     0x7fff8bad9ff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff8bada000 -     0x7fff8bae1ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8bae2000 -     0x7fff8bb0eff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <36C562FF-5D91-318C-A19C-6B4453FB78B9> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff8bb0f000 -     0x7fff8bb26fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8bb27000 -     0x7fff8bb2eff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8bb2f000 -     0x7fff8bc0efff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8bc0f000 -     0x7fff8bc12fff  com.apple.AppleSystemInfo (3.0 - 3.0) <4D032152-AA40-350E-BB96-44BC55C5C69C> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8bc13000 -     0x7fff8bc15fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8bc16000 -     0x7fff8bc5cff7  com.apple.DiskManagement (6.0 - 744) <FE9F0616-FFCA-31D2-A0B5-E6C943326543> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff8bc5d000 -     0x7fff8bc60ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8bc67000 -     0x7fff8bcf3ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8bcf5000 -     0x7fff8bd2dff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8bd2e000 -     0x7fff8bd6afff  com.apple.ids (10.0 - 1000) <22502AAF-CC59-33EC-9ACF-106315206701> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff8bd6b000 -     0x7fff8bd6dfff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8bd6e000 -     0x7fff8bdc0ff7  com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff8bdc1000 -     0x7fff8bdc2ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8bdc3000 -     0x7fff8bdc4ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
        0x7fff8bdc5000 -     0x7fff8bdd0ff7  com.apple.DirectoryService.Framework (10.9 - 173.1.1) <F8566D1F-450F-3571-911F-75C68E45919F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8bdd1000 -     0x7fff8bf89ff3  libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
        0x7fff8bfd3000 -     0x7fff8c2a7fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8c2a8000 -     0x7fff8c2acfff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
        0x7fff8c2ad000 -     0x7fff8c2d4ff7  com.apple.shortcut (2.6 - 2.6) <A62BC973-6782-3893-B014-EC6503AB7EAD> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8c6b1000 -     0x7fff8c6d8ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff8c6d9000 -     0x7fff8c708fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8c709000 -     0x7fff8c776fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8c79e000 -     0x7fff8c7a3ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8c7a4000 -     0x7fff8c7a4ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8c7c4000 -     0x7fff8c7caff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8c7e5000 -     0x7fff8c7ecfff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8c7ed000 -     0x7fff8c7f9ff7  com.apple.HelpData (2.1.4 - 90) <BEA1C549-40D3-35BF-9204-CB679FCB0648> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8c824000 -     0x7fff8c826ff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8c827000 -     0x7fff8c83dfff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8c83e000 -     0x7fff8c897fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8c8af000 -     0x7fff8cc25ffa  com.apple.JavaScriptCore (9537 - 9537.65) <7E76880C-832E-385B-9591-ACCF57A68385> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8cc26000 -     0x7fff8ccafff7  com.apple.SoftwareUpdate.framework (6 - 574) <A24BDCFF-6164-3028-8892-D3C00B7C5658> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
        0x7fff8ccb0000 -     0x7fff8cd30fff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8cd31000 -     0x7fff8cd36fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8cd37000 -     0x7fff8cd5cff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8cd5d000 -     0x7fff8cd81ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8cd82000 -     0x7fff8cd99fff  com.apple.PackageKit.PackageUIKit (3.0 - 329) <2B237B93-D088-33B7-AD28-79E5BC27576B> /System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit. framework/Versions/A/PackageUIKit
        0x7fff8cd9a000 -     0x7fff8cdc8ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8cdc9000 -     0x7fff8ce16ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8ce17000 -     0x7fff8cedaff7  com.apple.backup.framework (1.5 - 1.5) <92C8038F-CC00-3202-90D8-3C3AEC90986F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8cedb000 -     0x7fff8cf3afff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8cf3b000 -     0x7fff8cf3eff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8cf3f000 -     0x7fff8d010ff7  com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/

    Bad Finder. Reinstall the 10.5.8 COMBO update, repair permissions, and restart.

  • 27 inch Imac Intel won't boot up. Screen ligthts up, then shows a flashing file folder w question mark. What can I do to find the problem?

    27 inch iMac Intel won't boot up. Screen lights up, then shows a flashing file folder w question mark. What can I do to find the problem?

    Please readd Apple's trouble shooting steps in Flashing question mark appears when you start your Mac

  • Moving files from PowerMac G3 to MacBook Pro

    I have a new MacBook Pro and am moving files from all my old macs onto it. I found an old beige desktop PowerPC hard drive but don't have a monitor for it. Also, I have ancient 3.5 floppies that I need to read and the old beige computer has a slot for that. So, the question is: How do I get my files off the beige G3 and onto the new computer when the beige PowerPC has NO firewire?

    One solution is to find any old crappy monitor and hook it up to the beige G3. Then you can configure it to use Ethernet, and set up a small Ethernet network with your new MacBook Pro. It is a little complicated, but not difficult.
    This article helps explain the concepts:
    106658- Creating a small Ethernet network
    Then this illustrated step-by-step can walk you through it:
    Car1sons OS 9 to OS X.3 File Sharing Setup

  • Moving files around in LR5

    I have imported everything from my external hard drive in LR5 so I can access all of my photos and move them around to organize them.
    I started the organization process and moved files around in different folders via LR5 and I am happy with that.
    I then noticed when I looked at the folders that should now be empty on my hard drive (viewing via Finder) the photos that I have moved in LR5 are still where they originally were when I look at the hard drive in Finder.
    I want the organization that I did in LR5 to be exactly the same when I look at the files and folders on said hard drive in Finder.
    I hope this makes sense and I hope someone out there is able to help me.
    Thanks in advance!

    I decided to go the long way and move everything where I wanted it to be.  I moved everything around in Bridge, I then synchronized the folder to reflect how it should.  So far so good!
    Thank you all for your help and interest, I really appreciate everything!
    I do have one more question now, I will also start a new thread to see what else I can get, but again thank you!
    I have syncroniced the folder after making the changes, and due to the problem I was having last time I did it again just to double check.  It said there were over2k photos missing so I clicked sync, let it do its thing.  And just to tripple check I ran it again and it is saying the same thing, missing over 2k photos.  What does this mean?

  • All My Files in Finder - Problem

    I am still a Mac newbie so please excuse me if this question has an obvious answer that I don't see.
    I created an MP3 file using iRecord music and moved it into iTunes on my iMac. The file sits in one of the iTunes sub-folders.
    My problem is that when I open Finder the All My Files smart folder does not display this MP3 file. For me to see this file in Finder I have to search for all MP3 files on my system.
    Shouldn't All My Files find this file? How can I correct the way All My Files is searching?
    Any advice welcome. TIA
    Mark

    I don't believe it shows anything that is inside either the iTunes Library or the iPhoto Library, or at least it doesn't on mine.
    It may be designed that way because the system already has a browser for each of those items. I don't know.

  • Moving files/catalogues

    Intel MacBook Pro 2.2 GHz, 4 GB RAM, OS x 10.6.8. I upgraded to LR3 whereupon the files I add go into a new 2011 folder within my old 2011 folder. I can't find a simple way of moving them without doubling my folders (or are they catalogues?! or even libraries?) or losing them from view. I treid moving them in Finder en bloc but they are then 'lost'. Importing them doesn't seem simple or possible (to me). It should be (on a Mac, at least)?

    OK. I solved it myself - the default import (I think it was the default) put the imported files into a year subfolder within the year folder. It was merely a question of picking the right form of file name. New problem - having moved the folders out to a ext hard drive (as I'm short on room in the MacBook) and re-imported them they've lost their modifications in Develop - is there an easy way to marry up the alterations with the new file positions? Regards, Hugh

  • File & folder management question

    I apologise if this has been answered before, but through my search of this forum and on Internet in general I can't find any answer to this very simple question:
    How do I move a folder structure to a new location, i.e. a new drive, existing/new folder, a new partition in LR?
    If I move it off-line I need to remap the missing folders, which is OK if I just move one folder, but when I've re-organised dussins of folders it becomes a drag. I know that LR isn't a browser like Bridge, but this is still a rather basic feature that I can't find out how to do in LR.
    Just imagine the day when you need to switch to a larger drive or split your collection on several drives and you may have to remap hundreds if not thousands of folders. Therefore, there must be a simple way to do this in LR, which I can't find.
    Can someone please help?

    In ACDSee you don't ever have to think about this issue or do anything about it, as long as you use ACDSee to reorganise your files and folders. Which is just as easy as using Explorer/Finder. ACDSee includes a Explorer/Finder type of panel which you just use as you do in Explorer and ACDSee keep track of all your movements automatically. No remapping of files and folders needed ever. Very simple. However, if you have moved files and folders off-line there is an option to remap just like in LR.
    If you have a very neat folder structure there isn't a big problem. The big prolem comes when it's a bit messy and you may want to do some larger reorg to get the structure nice and neat. Then it certainly doesn't take a minute to remap.
    What if you've done some reorg and then get interupted in your work (urgent job that needs to be done or something) and can't come back to it until next day and therefore have forgot where you put the folders/files that you moved? You could spend a long time looking for those files.
    I just don't understand why something so basic this is excluded from LR. Why make things difficult. The interface is allready there. Just use the Explorer/Finder interface from within LR and teach LR to keep an eye on what you're doing in that part of the app and it's done. No remapping and looking for missing files ever again. If LR at least had a facility to scan selected drives/folders for missing items.

Maybe you are looking for