Mac slow after Mavericks Upgrade

I recently upgraded my mac to Mavericks and now it is running very slow, and constantly rainbow wheeling? Is there something I can do to fix this. I just bought my Mac in August of 2013 so its basically new. It is especially bad in preview, it will freeze on screen and not let me move the document up or down, and typing is delayed. Also on Safari it was very delayed?
Thank you,

If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the suggestion of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only run the test in safe mode, proceed anyway.
If you have more than one user, and the one affected by the problem is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, just run the script as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='User %s%%\t\tSystem %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ "$a" -eq 0 ]]; }; R () { o=; [[ "$r" -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=$(sed 's/^ */   /' <<< "$o") && printf "$Fm" "$1" "$o"; }; Pc () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); Pm "$1"; }; Pp () { o=$($PB "$2" | awk -F'= ' \/$3'/{print $2}'); Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); [[ "$o" =~ Pass ]] || Pm "POST"; o=$(pmset -g therm | sed 's/^.*CP/CP/'); grep -q 'No th' <<< "$o" && o=; Pm "Thermal conditions"; o=$(pmset -g sysload | grep -v :); grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=$(nvram boot-args | awk '{$1=""; print}'); Ps "boot-args"; o=$(ls /L*/L*/Dia*/*.panic | wc -l); Ps "Panics"; o=$(ls /L*/L*/Dia*/*.c* | tail); Pm "System crash logs"; o=$(ls L*/L*/Dia* | tail); Pm "User crash logs"; o=$(syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'); Pm "Kernel messages"; o=$(df -m / | awk 'NR==2 {print $4}'); [[ $o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$(printf "$Fu" ${s[1]} ${s[3]}) || o=; Pm "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); Pm "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); Pm "Loaded extrinsic kernel extensions"; R && o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); Pm "Loaded extrinsic daemons"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); Pm "Loaded extrinsic user agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=$(ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'); Pm "$d"; done; o=$(find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done); Pm "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); Pm "Unsigned shared libraries"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); Pm "Inserted libraries"; o=$(find {,/u*/lo*}/e*/periodic -type f -mtime -10d); Pm "Modified periodic scripts"; o=$(scutil --proxy | grep Prox); Pm "Proxies"; o=$(scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'); Ps "DNS"; R && o=$(sudo profiles -P | grep :); Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(sed '1,10d' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=$(sudo defaults read com.apple.loginwindow LoginHook); Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); Ps "Restricted user files"; cd; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); Ps "Font problems"; o=$(find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print); Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in {0..1}; do o=$(find "${d[$i]}" -type f -maxdepth 1 | wc -l); o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
Launch the built-in Terminal 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 Terminal in the icon grid.
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the script will run anyway, but it will produce less information. In most cases, the difference is not important, so don't worry about it.
If you're not logged in as an administrator, you won't be prompted for your password. The script will still run. It just won't do anything that requires administrator rights.
The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window.
You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again. Please don't copy anything from the Terminal window.
If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary.
When you post the output, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the output on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the output of the script. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • Cannot print from Mac Office after Mavericks upgrade

    Hello,
    I'm finding it difficult to send a print job to a network printer from any of the Mac Office products.  I have no problem printing PDFs.  Interestingly enough, when I select Command+P and then click on the  PDF button at the bottom left of the print screen, it prints to the networked Sharp MFP printer but not to the networked Dell printer (yes, we have many flavors of printers on our campus). The inability to print directly from Word or Excel surfaced after the upgrade to Mavericks. 
    I can print PDFs to the Sharp MFP but not to any other networked printer.   I've been to the Sharp MFP website and I believe I have the latest print driver that they have available.  Any help or suggestions would be greatly appreciated.
    Thanks,
    M

    Here is a script to fix the plugins to get back some functionality to MAC OS X 10.9 printing.
    Place the plugin.py file on the desktop, open a terminal session, to do that click on the Applications Folder, then the Utilities Folder, then Terminal.
    Type CD Desktop <ENTER>, sudo python plugin.py <ENTER> and enter the admin password when prompted. Once it is finished, close the terminal window and restart the MAC.
    Tandem Printing and Document Filing will not work, actually Main Folder and Quick Folder will work but we can’t read the list of User folders as network access is restricted.
    https://www.dropbox.com/s/d0cnin8rgdhd783/plugin.zip

  • Bluetooth issues on Mac Pro after Mavericks upgrade

    I have a 2010 Mac Pro and I currently use a Logitech DiNovo for mac keyboard and the Apple Trackpad.  They were both working perfectly fine before upgrading to Mavericks.
    After the upgrade, I started experiencing latency issues in which both the keyboard and the trackpad would stop responding (not disconnecting).  I have already reseted the PRAM and SMC.  If anyone has any suggestions as on how to resolve this issue feel free to leave them here.
    Thanks!

    I just found another post from another user that has the same setup as I have (DiNovo & Apple Trackpad).  In this post they inidicate that the issue is being caused by the logitech software (Logitech LLC) even by version 3.8 which indicates Mavericks support.  After removing the logitech software I have not seen the issue again.  Below you will find the link.
    https://discussions.apple.com/thread/5473632?start=15&tstart=0

  • MBP slow after Mavericks upgrade?

    Ever since installing Mavericks (or maybe it's unrelated, who knows) my MBP just seems sluggish. My impression is that the sluggishness is related to disk IO. I've thought about upgrading to an SSD since I know that would help, but I think it would jsut be masking whatever the underlying issue is here (barring hardware failure). Below is my EtreCheck output. Any ideas?
    Hardware Information:
        MacBook Pro (15-inch, Early 2011)
        MacBook Pro - model: MacBookPro8,2
        1 2 GHz Intel Core i7 CPU: 4 cores
        8 GB RAM
    Video Information:
        Intel HD Graphics 3000 - VRAM: 512 MB
        AMD Radeon HD 6490M - VRAM: 256 MB
    System Software:
        OS X 10.9.1 (13B42) - Uptime: 2 days 4:32:6
    Disk Information:
        TOSHIBA MK5065GSXF disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) /: 499.25 GB (220.54 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        MATSHITADVD-R   UJ-898 
    USB Information:
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
        Apple Inc. thunderbolt_bus
    Kernel Extensions:
        org.virtualbox.kext.VBoxDrv    (4.3.6)
        org.virtualbox.kext.VBoxUSB    (4.3.6)
        org.virtualbox.kext.VBoxNetFlt    (4.3.6)
        org.virtualbox.kext.VBoxNetAdp    (4.3.6)
    Startup Items:
        CiscoVPN: Path: /System/Library/StartupItems/CiscoVPN
        ChmodBPF: Path: /Library/StartupItems/ChmodBPF
        MySQLCOM: Path: /Library/StartupItems/MySQLCOM
        rEFItBlesser: Path: /Library/StartupItems/rEFItBlesser
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
        [System]    com.adobe.fpsaud.plist 3rd-Party support link
        [System]    com.adobe.SwitchBoard.plist 3rd-Party support link
        [System]    com.bjango.istatmenusdaemon.plist 3rd-Party support link
        [System]    com.github.GitHub.GHInstallCLI.plist 3rd-Party support link
        [System]    com.google.keystone.daemon.plist 3rd-Party support link
        [System]    com.jungledisk.service.plist 3rd-Party support link
        [System]    com.leapfrog.connect.authdaemon.plist 3rd-Party support link
        [System]    com.oracle.java.Helper-Tool.plist 3rd-Party support link
        [System]    com.oracle.java.JavaUpdateHelper.plist 3rd-Party support link
        [System]    com.teamviewer.teamviewer_service.plist 3rd-Party support link
        [System]    org.freedesktop.dbus-system.plist 3rd-Party support link
        [System]    org.gpgtools.gpgmail.patch-uuid.plist 3rd-Party support link
        [System]    org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
        [System]    org.macports.mariadb-server.plist 3rd-Party support link
        [System]    org.macports.mongodb.plist 3rd-Party support link
        [System]    org.virtualbox.startup.plist 3rd-Party support link
    Launch Agents:
        [System]    com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
        [System]    com.adobe.CS5ServiceManager.plist 3rd-Party support link
        [System]    com.bjango.istatmenusagent.plist 3rd-Party support link
        [System]    com.brother.LOGINserver.plist 3rd-Party support link
        [System]    com.google.keystone.agent.plist 3rd-Party support link
        [System]    com.oracle.java.Java-Updater.plist 3rd-Party support link
        [System]    com.teamviewer.teamviewer.plist 3rd-Party support link
        [System]    com.teamviewer.teamviewer_desktop.plist 3rd-Party support link
        [System]    org.freedesktop.dbus-session.plist 3rd-Party support link
        [System]    org.gpgtools.gpgmail.enable-bundles.plist 3rd-Party support link
        [System]    org.gpgtools.gpgmail.patch-uuid-user.plist 3rd-Party support link
        [System]    org.gpgtools.Libmacgpg.xpc.plist 3rd-Party support link
        [System]    org.gpgtools.macgpg2.fix.plist 3rd-Party support link
        [System]    org.gpgtools.macgpg2.shutdown-gpg-agent.plist 3rd-Party support link
        [System]    org.gpgtools.macgpg2.updater.plist 3rd-Party support link
        [System]    org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
        [not loaded]    com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
        [not loaded]    com.amazon.cloud-player.plist 3rd-Party support link
        [not loaded]    com.coppertino.VoxHelper.plist 3rd-Party support link
        [not loaded]    com.freenet.startup.plist 3rd-Party support link
        [not loaded]    com.leapfrog.connect.monitor.plist 3rd-Party support link
        [not loaded]    com.pando.PMB.plist 3rd-Party support link
        [not loaded]    com.valvesoftware.steamclean.plist 3rd-Party support link
        [not loaded]    org.virtualbox.vboxwebsrv.plist 3rd-Party support link
    User Login Items:
        smcFanControl
        Arq Agent
        Dropbox
        Music Manager
        uTorrent
        Android File Transfer Agent
        GeekTool Helper
    Internet Plug-ins:
        o1dbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
        AmazonMP3DownloaderPlugin1017277: Version: AmazonMP3DownloaderPlugin 1.0.17 3rd-Party support link
        LogMeInSafari64: Version: 1.0.586 3rd-Party support link
        Default Browser: Version: 537 - SDK 10.9
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 3rd-Party support link
        FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
        LogMeIn: Version: 1.0.586 3rd-Party support link
        Flash Player: Version: 11.9.900.170 - SDK 10.6 Outdated! Update
        AmazonMP3DownloaderPlugin: Version: AmazonMP3DownloaderPlugin 1.0.17 3rd-Party support link
        CitrixICAClientPlugIn: Version: 11.4.3 - SDK 10.0 3rd-Party support link
        npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 3rd-Party support link
        googletalkbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
        LogMeInSafari32: Version: 1.0.586 3rd-Party support link
        PandoWebPlugin: Version: PandoWebPlugin 2.3.3.8 3rd-Party support link
        QuickTime Plugin: Version: 7.7.3
        JavaAppletPlugin: Version: Java 7 Update 51 3rd-Party support link
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 1.9 - SDK 10.9
        AppleAVBAudio: Version: 2.0.0 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    User Internet Plug-ins:
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.26 3rd-Party support link
        Google Earth Web Plug-in: Version: 7.1 3rd-Party support link
    3rd Party Preference Panes:
        Flash Player  3rd-Party support link
        GPGPreferences  3rd-Party support link
        Growl  3rd-Party support link
        Java  3rd-Party support link
        MusicManager  3rd-Party support link
    Bad Fonts:
        None
    Old Applications:
        Audacity:    Version: 2.0.0.0 - SDK 10.4 3rd-Party support link
            /Applications/Audacity/Audacity.app
        /Library/Printers/Brother/Utilities/Server
            NETserver:    Version: 1.1.7 - SDK 10.4 3rd-Party support link
            USBserver:    Version: 1.1.3 - SDK 10.5 3rd-Party support link
        SLLauncher:    Version: 1.0 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        Warzone 2100:    Version:  :f6e8dad: - SDK 10.5 3rd-Party support link
        Music Manager:    Version: 1.0 - SDK 10.5 3rd-Party support link
        Electric Sheep:    Version: 2.7b35b - SDK 10.4 3rd-Party support link
        Citrix Receiver:    Version: 11.4.3 - SDK 10.0 3rd-Party support link
    Time Machine:
        Time Machine not configured!
    Top Processes by CPU:
            10%    Transmission
             7%    thunderbird
             4%    firefox
             3%    steam
             1%    WindowServer
    Top Processes by Memory:
        1.02 GB    firefox
        270 MB    mds_stores
        238 MB    thunderbird
        213 MB    arqcommitter
        188 MB    WindowServer
    Virtual Memory Information:
        557 MB    Free RAM
        3.22 GB    Active RAM
        2.69 GB    Inactive RAM
        1.23 GB    Wired RAM
        4.26 GB    Page-ins
        1.50 GB    Page-outs

    I don't see anything that is among the usual culprits, but you do have a lot of 3rd party software installed and loaded. You might try removing some of it using the developer's uninstall instructions. You also might try running fewer programs at the same time or increasing your RAM.
    Activity Monitor - Mavericks
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should
    Slow Mac After Mavericks

  • IMac 2008 running very slow after Mavericks upgrade

    Hi everyone,
    I upgraded to Mavericks not long after it was released and my machine has been struggling since.  It's very slow for normal everyday computing - and I actually had to stop using certain programs, like Chrome.  Chrome would get stuck just trying to load google - and I would get stuck with a spinning beach ball for upwards of 5 minutes.  I've switched to Safari and that's helped - but when switching applications, the system still really struggles.  It makes multi-tasking very challening.
    I downloaded EtreCheck, could anyone help me out to interpret the results?  Is there anything I can do to speed things up?
    Thanks!
    Hardware Information:
              iMac (24-inch, Early 2008)
              iMac - model: iMac8,1
              1 3.06 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              NVIDIA GeForce 8800 GS - VRAM: 512 MB
    System Software:
              OS X 10.9.2 (13C64) - Uptime: 5 days 22:46:55
    Disk Information:
              WDC WD5000AAKS-40YGA1 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.25 GB (34.07 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Seagate FreeAgent Pro 1 TB
                        EFI (disk1s1) <not mounted>: 209.7 MB
                        Time Machine Back Up Drive (disk1s2) /Volumes/Time Machine Back Up Drive: 999.86 GB (266.97 GB free)
              Apple, Inc. Keyboard Hub
                        Apple Inc. iPhone
                        Apple, Inc Apple Keyboard
              Seagate  GoFlex Desk Mac  2 TB
                        EFI (disk3s1) <not mounted>: 209.7 MB
                        Redundant Backup Storage (Seagate 2TB) (disk3s2) /Volumes/Redundant Backup Storage (Seagate 2TB): 2 TB (1.07 TB free)
              Apple Inc. Built-in iSight
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Computer, Inc. IR Receiver
    FireWire Information:
              LaCie d2 quadra (button) 800mbit - 800mbit max
                        EFI (disk2s1) <not mounted>: 209.7 MB
                        2 TB Lacie (disk2s2) /Volumes/2 TB Lacie: 2 TB (543.08 GB free)
    Thunderbolt Information:
    Configuration files:
              /etc/hosts - Count: 14
    Kernel Extensions:
              com.squirrels.driver.AirParrotSpeakers          (1.7 - SDK 10.7)
              com.squirrels.airparrot.framebuffer          (3 - SDK 10.7)
              com.Cycling74.driver.Soundflower          (1.5.2)
    Startup Items:
              Aladdin: Path: /Library/StartupItems/Aladdin
              HP IO: Path: /Library/StartupItems/HP IO
              HP Trap Monitor: Path: /Library/StartupItems/HP Trap Monitor
              PACESupport: Path: /Library/StartupItems/PACESupport
              Parallels: Path: /Library/StartupItems/Parallels
              ParallelsTransporter: Path: /Library/StartupItems/ParallelsTransporter
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.adobe.versioncueCS4.plist 3rd-Party support link
              [System] com.crashplan.engine.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.oracle.java.Helper-Tool.plist 3rd-Party support link
              [System] com.vmware.launchd.vmware.plist 3rd-Party support link
              [System] PACESupport.plist 3rd-Party support link
    Launch Agents:
              [System] com.adobe.CS4ServiceManager.plist 3rd-Party support link
              [System] com.oracle.java.Java-Updater.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [not loaded] com.google.keystone.agent.plist 3rd-Party support link
    User Login Items:
              iTunesHelper
              CrashPlan menu bar
              HP Scheduler
    Internet Plug-ins:
              Default Browser: Version: 537 - SDK 10.9
              Flip4Mac WMV Plugin: Version: 2.3.4.1 3rd-Party support link
              Musicnotes: Version: 1.17.2 3rd-Party support link
              OfficeLiveBrowserPlugin: Version: 12.2.0 3rd-Party support link
              AdobePDFViewerNPAPI: Version: 10.1.5 3rd-Party support link
              FlashPlayer-10.6: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
              RealPlayer Plugin: Version: (null) 3rd-Party support link
              Silverlight: Version: 5.1.20913.0 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              CitrixICAClientPlugIn: Version: 11.4.0 - SDK 10.0 3rd-Party support link
              iPhotoPhotocast: Version: 7.0
              AdobePDFViewer: Version: 10.1.5 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.2.3 - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 51 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              Adobe Version Cue CS4  3rd-Party support link
              Flash Player  3rd-Party support link
              Flip4Mac WMV  3rd-Party support link
              Growl  3rd-Party support link
              Java  3rd-Party support link
              Perian  3rd-Party support link
    Old Applications:
              SLLauncher:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              /Applications/Microsoft Office 2011/Office
                        Microsoft Graph:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Open XML for Excel:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
              Microsoft Language Register:          Version: 14.2.3 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Citrix Receiver:          Version: 11.4.0 - SDK 10.0 3rd-Party support link
    Time Machine:
              Skip System Files: NO
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 464.96 GB Disk used: 433.23 GB
              Destinations:
                        Time Machine Back Up Drive [Local] (Last used)
                        Total size: 931.19 GB
                        Total number of backups: 104
                        Oldest backup: 2012-06-14 10:24:57 +0000
                        Last backup: 2014-03-09 20:04:02 +0000
                        Size of backup disk: Too small
                                  Backup size 931.19 GB < (Disk used 433.23 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                  56%          ReportCrash
                   3%          WindowServer
                   3%          iTunes
                   2%          VDCAssistant
                   2%          CrashPlanService
    Top Processes by Memory:
              242 MB          CrashPlanService
              176 MB          iTunes
              168 MB          CalendarAgent
              119 MB          Finder
              57 MB          mds_stores
    Virtual Memory Information:
              265 MB          Free RAM
              866 MB          Active RAM
              644 MB          Inactive RAM
              656 MB          Wired RAM
              18.06 GB          Page-ins
              3.13 GB          Page-outs

    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 icon grid.
    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. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • IPhoto is very slow after Mavericks upgrade

    I'm running a 27" mid-2011 iMac with 4 GB memory and I've recently upgraded to OS X 10.9 (Mavericks). I've had a chance to load iPhoto 11 (9.5) a few times now and it does so slowly each time. I have about 33k+ photos/videos and they're stored on my main hard drive. Basically, iPhoto slows to a crawl and lags when I try to scroll up/down or try to view photos. In addition, my iMac exhibits the same behavior when I try to switch between applications, run Spotlight search, or load a page within my browser. Any suggestions on how to remedy this problem?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, or by corruption of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and Wi-Fi on certain models.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. It will be slow, but maybe not as slow.
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Macbook Pro is running slow after mavericks upgrade

    Hello everyone,
    I recently downloaded the last update of Mavericks on my Macbook pro (13 inch, mid 2012).
    Since the upgrade, my mac has been incredibly slow... I have tried different things including: completely re downloading and installing mavericks, running the apple hardware test (both short and long tests), I have tried to fix it through resetting the macbook to factory settings. None of my attempts were successful.
    The Hardware:
    Mid 2012 Macbook Pro.
    Running OS X 10.9.4 Mavericks
    2,5 GHz intel Core I5
    4GB 1600 MHz DDR3
    The Problem:
    I updated Mavericks to its last version (10.9.4) and all of a sudden my macbook became super slow. It had no problem before, even under Mavericks, so my guess was it is a problem linked to this last version...
    What I've Done Thus Far:
    - Apple Hardware Tests (both long and short): All passed
    - Reinstalled Mavericks
    - Restoring to factory settings
    Any suggestions on what do to?
    Thank you!
    Nathan.
    ps: I ran EtreCheck, here are the stats.
    EtreCheck version: 1.9.15 (52)
    Report generated 21 Aug 2014 17:45:35 GMT+2
    Hardware Information: ?
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2 cores
      4 GB RAM
    Video Information: ?
      Intel HD Graphics 4000 - VRAM: (null)
      Color LCD 1280 x 800
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:45:35
    Disk Information: ?
      APPLE HDD TOSHIBA MK5065GSXF disk0 : (500,11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209,7 MB
      Macintosh HD (disk0s2) / [Startup]: 499,25 GB (486,95 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      OPTIARC DVD RW AD-5970H 
    USB Information: ?
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ?
      Apple Inc. thunderbolt_bus
    Gatekeeper: ?
      Mac App Store and identified developers
    User Login Items: ?
      None
    Internet Plug-ins: ?
      Default Browser: Version: 537 - SDK 10.9
      QuickTime Plugin: Version: 7.7.3
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      None
    Time Machine: ?
      Time Machine not configured!
    Top Processes by CPU: ?
          3% WindowServer
          1% mds
          0% systemstatsd
          0% mds_stores
          0% fontd
    Top Processes by Memory: ?
      287 MB com.apple.WebKit.WebContent
      111 MB com.apple.IconServicesAgent
      106 MB Safari
      90 MB mds_stores
      57 MB sandboxd
    Virtual Memory Information: ?
      432 MB Free RAM
      1.69 GB Active RAM
      1.26 GB Inactive RAM
      648 MB Wired RAM
      1.49 GB Page-ins
      12 KB Page-outs

    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 icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Basic Apple applications won't open on Mac Pro after Mavericks upgrade

    Hi,
    I'm having issues opening a number of basic applications including Quicktime and Itunes
    Through the App store I have updated everything, the last one I was holding out on was updating Itunes. I did that last night and now today Itunes won't open.
    I click the image in the dock, the icon briefly bounces upward and then after bouncing down does not open or display any kind of error message.
    I am running a 2008 Mac Pro w/ 2x2.8ghz quad-core, 10gb of RAM, these issues began after updating to Mavericks.
    Many other apps including FCPX, Adobe Premiere CC, VLC, App Store, are all working fine.
    It seems to be an issue with just basic Apple software - please help!

    Thanks for the suggestions... tried changing resolution and that had no effect, and I've checked my Perian and DivX installations in System Preferences and both say they are completely up to date. I upgraded Quicktime today to 7.5 before all of this became a problem -- but I don't know how to upgrade iLife. In Software Update everything is completely up to date (eg each of the iLife apps).
    Oh well, iMovie is not very useful to me anyway -- just somehow annoying that it fails to work. No point flogging a dead horse!!
    Any other ideas gratefully received... many thanks in advance

  • Running slow after mavericks upgrade?

    FIX THIS APPLE!  MAVERICKS IS FREEZING FOR MULTIPLE REASONS, SLOW, SLOW, SLOW IN THE MACBOOK PRO.  I AM BLOWN AWAY BY THE NUMBER OF FOLKS AND NUMBER OF DIFFERENT PROBLEMS THEY ARE HAVING AFTER UPGRADING.  HELLO APPLE.  WHEN ARE YOU GOING TO COMMUNICATE WITH US?  THERE IS OBVIOUSLY A BIG PROBLEM HERE.  THIS FEELS LIKE 1985 AGAIN WHAT WITH ALL THE SLOW PROCESSING.  TELL US WHEN YOU ARE GOING TO FIX THIS PROBLEM.

    Annacarol, don't shout ! Read the terms-of-use of this forum.
    We are all users here, not Apple.

  • System slow after Mavericks upgrade

    Hardware Information:
              MacBook Pro (13-inch, Mid 2009)
              MacBook Pro - model: MacBookPro5,5
              1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              NVIDIA GeForce 9400M - VRAM: 256 MB
    System Software:
              OS X 10.9.2 (13C1021) - Uptime: 0 days 1:42:46
    Disk Information:
              Hitachi HTS545016B9SA02 disk0 : (160.04 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 159.18 GB (14.34 GB free) (Low!)
              OPTIARC  DVD RW AD-5960S 
    USB Information:
              SanDisk Cruzer Blade 4.01 GB
                        NO NAME (disk1s1) /Volumes/NO NAME: 4.01 GB (3.82 GB free)
              Apple Internal Memory Card Reader
              Generic Mass storage 1.01 GB
                        2 (disk2s1) /Volumes/2: 1.01 GB (876.4 MB free)
              Apple Inc. Built-in iSight
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              [kext loaded] com.logmein.driver.LogMeInSoundDriver (1.0.3 - SDK 10.5) Support
              [not loaded] com.tomtom.driver.UsbEthernetGadget (1.0.0d1) Support
              [kext loaded]          foo.ham (1.0) Support
              [not loaded] org.virtualbox.kext.VBoxDrv (4.3.6) Support
              [not loaded] org.virtualbox.kext.VBoxNetAdp (4.3.6) Support
              [not loaded] org.virtualbox.kext.VBoxNetFlt (4.3.6) Support
              [not loaded] org.virtualbox.kext.VBoxUSB (4.3.6) Support
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.google.keystone.daemon.plist Support
              [running] com.logmein.hamachi.plist Support
              [not loaded] com.logmein.logmeinblanker.plist Support
              [running] com.logmein.logmeinserver.plist Support
              [loaded] com.logmein.raupdate.plist Support
              [loaded] com.microsoft.office.licensing.helper.plist Support
              [loaded] com.oracle.java.Helper-Tool.plist Support
              [running] com.palm.novacomd.plist Support
              [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
              [loaded] com.google.keystone.agent.plist Support
              [failed] com.logmein.LMILaunchAgentFixer.plist Support
              [running] com.logmein.logmeingui.plist Support
              [running] com.logmein.logmeinguiagent.plist Support
              [not loaded] com.logmein.logmeinguiagentatlogin.plist Support
              [loaded] com.oracle.java.Java-Updater.plist Support
              [loaded] org.macosforge.xquartz.startx.plist Support
    User Launch Agents:
              [loaded] com.divx.agent.postinstall.plist Support
              [running] com.nero.HSMMonitor.plist Support
              [not loaded] org.virtualbox.vboxwebsrv.plist Support
    User Login Items:
              iTunesHelper
              Skype
              Hotspot Shield
              Canon IJ Network Scan Utility
              TomTomHOMERunner
    Internet Plug-ins:
              o1dbrowserplugin: Version: 5.3.0.18358 Support
              LogMeInSafari64: Version: 1.0.497 Support
              OVSHelper: Version: 1.1 Support
              Default Browser: Version: 537 - SDK 10.9
              OfficeLiveBrowserPlugin: Version: 12.3.6 Support
              Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
              FlashPlayer-10.6: Version: 13.0.0.201 - SDK 10.6 Support
              DivXBrowserPlugin: Version: 2.2 Support
              LogMeIn: Version: 1.0.497 Support
              Flash Player: Version: 13.0.0.201 - SDK 10.6 Support
              LogMeInSafari32: Version: 1.0.497 Support
              googletalkbrowserplugin: Version: 5.3.0.18358 Support
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.4.1 - SDK 10.6 Support
              EPPEX Plugin: Version: 3.0.5.0 Support
              JavaAppletPlugin: Version: Java 7 Update 55 Support
    Safari Extensions:
              My eBay Manager: Version: 3.1.0
              DivX Plus Web Player HTML5 <video>: Version: 2.1.2.145
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              NPRoblox: Version: 1.0.2.12 - SDK 10.8 Support
              Google Earth Web Plug-in: Version: 7.1 Support
    3rd Party Preference Panes:
              DivX  Support
              Flash Player  Support
              Java  Support
              Perian  Support
    Time Machine:
              Mobile backups: OFF
              Auto backup: NO - Auto backup turned off
              Time Machine not configured!
    Top Processes by CPU:
                   2%          WindowServer
                   0%          fontd
                   0%          ps
                   0%          LogMeIn
                   0%          aosnotifyd
    Top Processes by Memory:
              164 MB          Safari
              147 MB          com.apple.IconServicesAgent
              106 MB          mds_stores
              94 MB          Finder
              86 MB          com.apple.quicklook.satellite
    Virtual Memory Information:
              629 MB          Free RAM
              1.72 GB          Active RAM
              942 MB          Inactive RAM
              503 MB          Wired RAM
              334 MB          Page-ins
              0 B          Page-outs
    Everything was fine until I upgraded from 10.7 to 10.9, now runs like a dog.
    It'll work for a few seconds, and then stops for twice as long with the BBOD, then it comes to life again.
    Any ideas would be fabulous.
    Thanks in advance

    It's probably:
    Virtual Box
    Logmein (note the failed launch agent, which means it was incompatible, and that it loads a ton of background processes)
    and Perian isn't supported by the developer anymore.
    The Google keystone daemon is known for slowing down macs with excessive phoning home. See  HOWTO: Remove Google Software Update on Mac OS X - Raam Dev
    I'd uninstall those for starters.
    And I'd get rid of as many of the other background processes as you can.
    4 GB of RAM is probably not enough with all this stuff running all the time, particularly with emulation software. You can never have too much RAM.
    A quick way to test this theory is a safe boot: (restart, hold down shift until you see the Apple logo). This does some diagnostic testing and then starts up without third-party added on software.   Mac OS X: What is Safe Boot, Safe Mode?

  • HT1175 Time machine backups are extremely slow after Mavericks upgrade. Why is this happening?

    How can I speed up time capsule backup in mavericks?

    I can suggest a few things to try but I am yet to see a solution.. I am not prepared to move to Mavericks until a couple of revisions fix the beta standard of some of these things. TM in particular seems to have badly suffered.
    Are you using wireless? Especially double hop wireless with the TC as the extend.. don't!!
    Use ethernet direct to the TC and turn off wireless.. see if that helps.
    Otherwise I reckon until Apple get an update use a local usb disk plugged into the computer and don't try and use TM to network drive. Or if you still want to use the network drive use something like CCC which should be fine under Mavericks since it is a much more robust software. (without lots of bells and whistles.. but functional).

  • Late 2012 Mac Mini slow after Yosemite upgrade

    First time on forums - hope Im not asking a questions that has been asked several times before.  I purchased a mac mini not even a year ago, and its was plenty fast until I updated to Yosemite.  I also found a link to Etresoft from another questions and ran it.  For the sake of expediency - Ill go ahead and post the results.  Any thoughts? - all help is more appreciated than I can express in words..
    Problem description:
    Mac running very slow after Yosemite upgrade
    EtreCheck version: 2.1.8 (121)
    Report generated February 8, 2015 at 7:30:25 PM PST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        Mac mini (Late 2012) (Technical Specifications)
        Mac mini - model: Macmini6,1
        1 2.5 GHz Intel Core i5 CPU: 2-core
        12 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1067 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        Intel HD Graphics 4000
            SMS19A450 1440 x 900 @ 60 Hz
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: one day 23:7:9
    Disk Information: ℹ️
        APPLE HDD HTS545050A7E362 disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (240.73 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
        VIA Labs, Inc. USB3.0 Hub
            Western Digital My Book 1230 4 TB
            EFI (disk4s1) <not mounted> : 315 MB
            Time Machine (disk4s2) /Volumes/Time Machine : 4.00 TB (2.80 TB free)
            VIA Labs, Inc. USB3.0 Hub
                 hub_device
        Western Digital My Passport 0741 2 TB
            EFI (disk2s1) <not mounted> : 210 MB
            2 T - Passport Drive - User Data (disk2s2) /Volumes/2 T - Passport Drive - User Data : 2.00 TB (1.47 TB free)
        VIA Labs, Inc. USB2.0 Hub
            VIA Labs, Inc. USB2.0 Hub
                 hub_device
                    Apple, Inc. Keyboard Hub
                        Logitech Optical USB Mouse
                        Apple Inc. Apple Keyboard
            MediaTek Inc MT1887 507.9 MB
            disk5s1 (disk5s1) <not mounted> : 32 KB
            JayHoferEDIT2014 (disk5s2) /Volumes/JayHoferEDIT2014 : 502 MB (0 B free)
        Apple, Inc. IR Receiver
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Firewire Information: ℹ️
        Seagate FreeAgent FW 800mbit - 800mbit max
            EFI (disk3s1) <not mounted> : 210 MB
            2 T - Fire Drive (disk3s2) /Volumes/2 T - Fire Drive : 2.00 TB (1.61 TB free)
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Anywhere
    Kernel Extensions: ℹ️
            /Applications/Magican.app
        [not loaded]    com.magican.iokit.filemon (1 - SDK 10.7) [Click for support]
        [not loaded]    com.magican.iokit.netmon (1 - SDK 10.7) [Click for support]
            /Library/Application Support/MacKeeper/AntiVirus.app
        [not loaded]    net.kromtech.kext.AVKauth (2.3.7 - SDK 10.9) [Click for support]
        [loaded]    net.kromtech.kext.Firewall (2.3.7 - SDK 10.9) [Click for support]
            /Library/Extensions
        [loaded]    com.karios.driver.DuetDisplay (1 - SDK 10.10) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.6.6 - SDK 10.6) [Click for support]
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        [killed]    com.apple.xpc.loginitemregisterd.plist
        5 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    com.apple.xpc.smd.plist
        4 processes killed due to memory pressure
    Launch Agents: ℹ️
        [running]    com.brother.LOGINserver.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.backblaze.bzserv.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [running]    com.magican.castle.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [running]    com.zeobit.MacKeeper.AntiVirus.plist [Click for support]
        [running]    net.kromtech.MacKeeper.plugin.AntiTheft.daemon.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.amazon.music.plist [Click for support]
        [running]    com.backblaze.bzbmenu.plist [Click for support]
        [running]    net.kromtech.MacKeeper.Helper.plist [Click for support]
    User Login Items: ℹ️
        duet    Application  (/Applications/Duet.app)
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Google Drive    Application  (/Applications/Google Drive.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        Google Chrome    Application  (/Applications/Google Chrome.app)
        Box Sync    UNKNOWN  (missing value)
        Knock    Application  (/Applications/Knock.app)
        MagicanMonitor    Application  (/Applications/Magican.app/Contents/Frameworks/MagicanMonitor.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.06 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User internet Plug-ins: ℹ️
        Dashlane: Version: Dashlane 1.0.0 - SDK 10.10 [Click for support]
    3rd Party Preference Panes: ℹ️
        Backblaze Backup  [Click for support]
        Flash Player  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 499.25 GB Disk used: 258.52 GB
            2 T - Passport Drive - User Data: Disk size: 2.00 TB Disk used: 532.92 GB
        Destinations:
            My Book [Local]
            Total size: 4.00 TB
            Total number of backups: 69
            Oldest backup: 2014-05-28 08:55:42 +0000
            Last backup: 2015-02-09 03:04:24 +0000
            Size of backup disk: Adequate
                Backup size 4.00 TB > (Disk used 791.44 GB X 3)
    Top Processes by CPU: ℹ️
             5%    WindowServer
             4%    MailTab Pro for Gmail
             3%    Google Chrome
             2%    MagicanMonitor
             1%    bztransmit
    Top Processes by Memory: ℹ️
        490 MB    MailTab Pro for Gmail
        412 MB    softwareupdated
        283 MB    AntiVirus
        271 MB    Google Chrome Helper EH
        232 MB    Google Chrome
    Virtual Memory Information: ℹ️
        2.53 GB    Free RAM
        6.05 GB    Active RAM
        1.39 GB    Inactive RAM
        1.70 GB    Wired RAM
        91.14 GB    Page-ins
        154 MB    Page-outs
    Diagnostics Information: ℹ️
        Feb 8, 2015, 08:27:16 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/garcon_2015-02-08-082716_[reda cted].crash
        Feb 6, 2015, 08:20:10 PM    Self test - passed
        Feb 6, 2015, 07:49:11 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/DashlaneAgent_2015-02-06-19491 1_[redacted].crash

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of it have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message. See, for example, this discussion.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. Try to test under conditions that reproduce the problem, as far as possible. For example, if the computer is sometimes, but not always, slow, run the test during a slowdown.
    You may have started up in "safe" mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(1217 ' 0.5 0.25 10 1000 15 5120 1000 25000 1 1 0 100 ' 51 25600 4 10 25 5120 102400 1000 25 1000 80 40 500 300 85 25 20480 262144 20 2000 524288 );k=({Soft,Hard}ware Memory Diagnostics Power FireWire Thunderbolt USB Bluetooth SerialATA Extensions Applications Frameworks PrefPane Fonts Displays CFBundleIdentifier 'tsA|[ST]M[HL]' PlistBuddy{,' 2>&1'}' -c Print' 'Info\.plist' 'com\\.apple\\.' -\\t N\\/A 'AES|atr|udit|msa|dnse|ax|ensh|fami|FileS|fing|ft[pw]|gedC|kdu|etS|is\.|alk|ODSA|otp|htt|pcas|ps-lp|rexe|rlo|rsh|smb|snm|teln|upd-[aw]|uuc|vix|webf' OSBundle{Require,AllowUserLoa}d );f=('\n%s'{': ','\n\n'}'%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n'"${k[22]}"'%s\n' {Privacy,Mode}': %s\n' '\n   ...and %s more line(s)\n' 'RSSI: %s\nNoise: %s\nTx rate: %s\n' '\nContents of %s\n   '"${k[22]}"'mod date: %s\n   '"${k[22]}"'checksum: %s\n%s\n' '%d MB: %s\n' );b=(com.adobe.{AAM.Updater-1.0{,},AdobeCreativeCloud,CS{4,5}ServiceManager,fpsaud,SwitchBoard{,}} ${k[21]}{aelwriter,{AirPortBaseSt,SafariNotific}ationAgent,FolderActions.enabled,installer.osmessagetracing,mrt.uiagent,ReportCrash.Self,{rp,usb}muxd} com.citrixonline.GoToMeeting.G2MUpdate com.google.keystone.daemon{,} com.microsoft.office.licensing.helper com.oracle.java.{Helper-Tool,JavaUpdateHelper{,}} com.teamviewer.{Helper,teamviewer{,_desktop,_service}} org.macosforge.xquartz.{privileged_{,},}startx );c=(879294308 4071182229 461455494 3627668074 1083382502 1274181950 1855907737 2758863019 1848501757 464843899 2636415542 3694147963 1233118628 2456546649 2806998573 2778718105 842973933 2051385900 3301885676 891055588 998894468 695903914 1443423563 4136085286 3374894509 1051159591 892310726 1707497389 523110921 2883943871 3873345487 );s=(' s/[0-9A-Za-z._]+@[0-9A-Za-z.]+\.[0-9A-Za-z]{2,4}/EMAIL/g;/faceb/s/(at\.)[^.]+/\1NAME/g;/\/Shared/!s/(\/Users\/)[^ /]+/\1USER/g;s/[-0-9A-Fa-f]{22,}/UUID/g;' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[4]} ' s/:$//;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: (E[^m]|[^EO])|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[9]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' BEGIN { FS=":";if(system("sw_vers -productVersion|grep -q ^10\.1")) d="^'"${k[21]}"'launch(d\.peruser\.[0-9]+|ctl\.(Aqua|Background|System))$";} { if($2~/[1-9]/) { $2="status: "$2;printf("'"${f[4]}"'",$1,$2);} else if(!d||$1!~d) print $1;} ' ' { sub(/ :/,"");print|"tail -n'${p[10]}'";} ' ' NR==2&&$4<='${p[7]}' { print $4;} ' ' ($1~"wir"&&$2>'${p[22]}')||($1~"uts"&&$2>'${p[19]}') { print $1" "int($2);} ' '|grep DYLD' ' { q=$1;$1="";u=$NF;$NF="";gsub(/ +$/,"");print q":"$0":"u;} ' ' /^ {6}[^ ]/d;s/:$//;/([^ey]|[^n]e):/d;/e: Y/d;s/: Y.+//g;H;${ g;s/ \n (\n)/\1/g;s/\n +(M[^ ]+)[ -~]+/ (\1)/;s/\n$//;/( {8}[^ ].*){2,}/p;} ' 's:^:/:p;' ' !/ /{print};END{if(NR<'{${p[12]},${p[13]}}')printf("^'"${k[21]}"'.+")} ' '|uniq' ' 1;END { if(NR<'{${p[14]},${p[21]}}') printf("^/[Sp]|'${k[21]}'");} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:.+//p;' '&&echo On' '/\.(bundle|component|framework|kext|mdimporter|plugin|qlgenerator|saver|wdgt)$/p' '/\.dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".","");print;} END { split("'"${b[*]}"'",b);split("'"${c[*]}"'",c);for(i in b) print b[i]".plist\t"c[i];} ' ' /^\/(Ap|Dev|Inc|Prev)/d;/((iTu|ok).+dle|\.(component|mailbundle|mdimporter|plugin|qlgenerator|saver|wdgt))$/p;' ' $2=="=" { gsub(/[()"]/,"",$3);print $3;} ' ' /^\// { sub("/dev/","",$1);printf("%s: %s\n",$1,$9);} ' '>&-||echo No' '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[2]}'{$2=$2-1;print}' ' BEGIN { M1='${p[16]}';M2='${p[18]}';M3='${p[8]}';M4='${p[3]}';} !/^A/{next};/%/ { getline;if($5<M1) o["CPU"]="CPU: user "$2"%, system "$4"%";next;} $2~/^disk/&&$4>M2 { o[$2]=$2": "$3" ops/s, "$4" blocks/s";next;} $2~/^(en[0-9]|bridg)/ { if(o[$2]) { e=$3+$4+$5+$6;if(e) o[$2]=o[$2]"; errors "e"/s";next;};if($4>M3||$6>M4) o[$2]=$2": in "int($4/1024)", out "int($6/1024)" (KiB/s)";} END { for(i in o) print o[i];} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&& $3!~/(255\.){3}0/)||(/v6:/&&$2!~/A/) ' ' $1=="op" {m=$3};$1~"lN" {N=$2};$1~"lR" {S=$2};$1~"Tx" {T=$2};$1~/^st/ {s=$2};$1~"li"&&$3!~"wpa2" {printf("'"${f[5]}"'",toupper($3))};END { if(S*N*T&&(S-N<'${p[5]}'||T<'${p[20]}')) printf("'"${f[8]}"'",S,N,T);if(s~/^r/&&m!~/^st/) printf("'"${f[6]}"'",m);} ' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1;} ' ' BEGIN { split("'"${p[1]}"'",m);FS=":";} $2<=m[$1]{next} $1<9 { o[$1]=o[$1]"\n   "$3" (UID "$4"): "$2;} $1==9&&$5!~"^/dev" { o[$1]=o[$1]"\n   "$3" (UID "$4") => "$5" (status "$6"): "$2;} $1==10&&$5 { p="ps -c -ocomm -p"$5"|sed 1d";p|getline n;close(p);if(n) $5=n;o[$1]=o[$1]"\n   "$5" => "$3" UID ("$4"): "$2;} $1~/1[12]/ { o[$1]=o[$1]"\n   "$3" (UID "$4", error "$5"): "$2;} END { u1="Mb/s";u2="per sec";u3="ms/s";u4="KiB/s";u5="%";u6="total";u7="MB";u8="ports";u[1]=u1;u[2]=u1;u[3]=u3;u[4]=u4;u[5]=u5;u[6]=u6;u[7]=u7;u[8]=u8;u[9]=u2;u[10]=u2;u[11]=u2;u[12]=u2;l[1]="Net in";l[2]="Net out";l[3]="I/O wait time";l[4]="I/O requests";l[5]="CPU usage";l[6]="Open files";l[7]="Memory";l[8]="Mach ports";l[9]="File opens";l[10]="Forks";l[11]="Failed forks";l[12]="System errors";for(i in o) print "\n"l[i]" ("u[i]")\n"o[i];} ' ' END{if($3~/[0-9]/)print$3} ' ' BEGIN { L='${p[17]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"cksum "F|getline C;split(C, A);C=A[1];"stat -f%Sm "F|getline D;"file -b "F|getline T;if(T~/^Apple b/) { f="";l=0;while("'"${k[18]}"' "F|getline g) { l++;if(l<=L) f=f"\n   "g;};};if(T!~/^(AS.+ (En.+ )?text(, with v.+)?$|(Bo|PO).+ sh.+ text ex|XM)/) F=F"\n   '"${k[22]}"'"T;printf("'"${f[9]}"'",F,D,C,f);if(l>L) printf("'"${f[7]}"'",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' 's/^.{52}(.+) <.+/\1/p' ' /id: N|te: Y/{i++} END{print i} ' ' /kext:/ { split($0,a,":");p=a[1];k[S]='${k[25]}';k[U]='${k[26]}';v[S]="Safe";v[U]="true";for(i in k) { s=system("'"${k[18]}"'\\ :"k[i]" \""p"\"/*/I*|grep -qw "v[i]);if(!s) a[1]=a[1]" "i;};if(!a[2]) a[2]="'"${k[23]}"'";printf("'"${f[4]}"'",a[1],a[2]);next;} !/^ *$/ { p="'"${k[19]}"'\\ :'"${k[16]}"' \""$0"\"/*/'${k[20]}'";p|getline b;close(p);if(b~/ /||b=="") b="'"${k[23]}"'";printf("'"${f[4]}"'",$0,b);} ' '/ en/!s/\.//p' ' NR>=13 { gsub(/[^0-9]/,"",$1);print;} ' ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9|"sort|uniq";} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?'${k[20]}'$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' '/^find: /!p;' ' /^p/{ s/.//g;x;s/\nu/:/;s/(\n)c/\1:/;s/\n\n//;p;};H;' ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ *$/d;s/^ */   /;p;' ' s/^.+ |\(.+\)$//g;p;' '1;END{if(NR<'${p[15]}')printf("^/(S|usr/(X|li))")}' ' /2/{print "WARN"};/4/{print "CRITICAL"};' ' /EVHF|MACR|^s/d;s/^.+: //p;' ' $3~/^[1-9][0-9]{0,2}(\.[1-9][0-9]{0,2}){2}$/ { i++;n=n"\n"$1"\t"$3;} END{ if(i>1)print n} ' s/{'\.|jnl: ','P.+:'}'//;s/ +([0-9]+)(.+)/\2 \1/p' ' /es: ./{ s/^.+://;b0'$'\n'' };/^ +C.+ted: +[NY]/H;/:$/b0'$'\n'' d;:0'$'\n'' x;/: +N/d;s/\n.+//p;' ' 1d;/:$/b0'$'\n'' $b0'$'\n'' /(D|^ *Loc.+): /{ s/^.+: //;H;};/(B2|[my]): /H;d;:0'$'\n'' x;/[my]: [AM]|^\/Vo/d;s/(^|\n) [ -~]+//g;s/(.+)\n(.+)/\2:\1/;s/\n//g;/[ -~]/p;' 's/$/:(0|-(4[34])?)$/p' '|sort'{'|uniq'{,\ -c},\ -nr} ' s/^/'{5,6,7,8}':/;s/ *: */:/g;p;' '/e:/{print $2}' ' /^[(]/{ s/....//;s/$/:/;N;/: [)]$/d;s/\n.+ ([^ ]+).$/\1/;H;};${ g;p;} ' 's/:.+$//p' '|wc -l' /{\\.{kext,xpc,'(appex|pluginkit)'}'\/(Contents\/)?'Info,'Launch[AD].+'}'\.plist$/p' 's/([-+.?])/\\\1/g;p' 's/, /\'$'\n/g;p' ' BEGIN{FS=":"} { printf("'"${f[10]}"'",$1/1048576,$2);} ' ' /= D/&&$1!~/'{${k[24]},${k[17]}}'/ { getline d;if(d~"t") D=D"\n"$1;} END { print D;} ' ' NR>1&&$3!~/0x|\.([0-9]{3,}|[-0-9A-F]{36})$/ { print $3":"$2;} ' '|tail -n'${p[6]} ' $1>1 { $NF=$NF" x"$1;} /\*/ { if(!f) f="\n\t* Code injection";} { $1="";} 1;END { print f;} ' ' s/.+bus /Bus: /;s/,.+[(]/ /;s/,.+//p;' ' { $NF=$NF" Errors: "$1;$1="";} 1 ' ' 1s/^/\'$'\n''/;1s/:/ tree/;/^ +[MPSV].+:../d;s/:$//;p;' 's/,.+"//p' '|grep -q e:/' '/[^ .]/p' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps crontab kextfind top pkgutil "${k[18]}\\" echo cksum kextstat launchctl smcDiagnose sysctl\ -n defaults\ read stat lsbom 'mdfind -onlyin /' env pluginkit scutil 'dtrace -q -x aggsortrev -n' profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil lsof test osascript\ -e netstat mdls route egrep 'dscl . -read' );c2=(${k[21]}loginwindow\ LoginHook ' /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'" 'L*/Ca*/'${k[21]}'Saf*/E* -d 2 -name '${k[20]} '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' -i '-nl -print' '-F \$Sender -k Level Nle 3 -k Facility Req "'${k[21]}'('{'bird|.*i?clou','lsu|sha'}')"' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message CRne '0xdc008012|calling|(complet|enabl)ed|ry HD' -k Message CReq 'bad |corru|dead|fail|GPU |hfs: Ru|inval|v_c|NVDA\(|pagin|error|TCON|tim(ed? ?|ing )o|WARN' " '-du -n DEV -n EDEV 1 10' 'acrx -o%cpu,comm,ruid' "' syscall::recvfrom:return {@a[execname,uid]=sum(arg0)} syscall::sendto:return {@b[execname,uid]=sum(arg0)} syscall::open*:entry {@c[execname,uid,copyinstr(arg0),errno]=count()} syscall::execve:return, syscall::posix_spawn:return {@d[execname,uid,ppid]=count()} syscall::fork:return, syscall::vfork:return, syscall::posix_spawn:return /arg0 < 0/ {@e[execname,uid,arg0]=count()} syscall:::return /errno != 0/ {@f[execname,uid,errno]=count()} io:::wait-start {self->t=timestamp} io:::wait-done /self->t/ { this->T=timestamp - self->t;@g[execname,uid]=sum(this->T);self->t=0;} io:::start {@h[execname,uid]=sum(args[0]->b_bcount)} tick-10sec { normalize(@a,2560000);normalize(@b,2560000);normalize(@c,10);normalize(@d,10);normalize(@e,10);normalize(@f,10);normalize(@g,10000000);normalize(@h,10240);printa(\"1:%@d:%s:%d\n\",@a);printa(\"2:%@d:%s:%d\n\",@b);printa(\"9:%@d:%s:%d:%s:%d\n\",@c);printa(\"10:%@d:%s:%d:%d\n\",@d);printa(\"11:%@d:%s:%d:%d\n\",@e);printa(\"12:%@d:%s:%d:%d\n\",@f);printa(\"3:%@d:%s:%d\n\",@g);printa(\"4:%@d:%s:%d\n\",@h);exit(0);} '" '-f -pfc /var/db/r*/'${k[21]}'*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cght] ! -name .?\* ! -name \*ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;' '/S*/*/Ca*/*xpc*' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' kMDItemContentTypeTree=${k[21]}{bundle,mach-o-dylib} :Label "/p*/e*/{aut*,{cron,fs}tab,hosts,{[lp],sy}*.conf,mach_i*/*,pam.d/*,ssh{,d}_config,*.local} {/p*,/usr/local}/e*/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t {/S*/,/,}L*/{Lau,Sec}*/*t .launchd.conf" list '-F "" -k Sender hidd -k Nle 3' /Library/Preferences/${k[21]}alf\ globalstate --proxy '-n get default' -I --dns -get{dnsservers,info} -P -m\ / '' -n1 '-R -ce -l1 -n5 -o'{'prt -stats prt','mem -stats mem'}',command,uid' -kl -l -s\ / '--regexp --files '${k[21]}'pkg.*' '+c0 -i4TCP:0-1023' ${k[21]}dashboard\ layer-gadgets '-d /L*/Mana*/$USER' '-app Safari WebKitDNSPrefetchingEnabled' '-Fcu +c0 -l' -m 'L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.???????' kern.memorystatus_vm_pressure_level '3>&1 >&- 2>&3' '-F \$Message -k Sender kernel -k Message CReq "'{'n Cause: -','(a und|I/O |jnl_io.+)err','USBF:'}'"' -name\ kMDItem${k[16]} -T\ hfs '-n get default' -listnetworkserviceorder :${k[16]} :CFBundleDisplayName $EUID {,'/{S*/,}'}'L*/{,Co*/*/*/L*/}{Cache,Log}s $TMPDIR../C -type f -size +'${p[11]}'M -exec stat -f'%z:%N' {} \;' \ /v*/d*/*/*l*d{,.*.$UID}/* '-app Safari UserStyleSheetEnabled' "-o ',\"name\":\"[^\"]+' L*/A*/Fi*/P*/*/a*.json" users/$USER\ HomeDirectory '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' ' -F "\$Time \$Sender \$(RefProc): \$Message" -k Level Nle 3 -k Facility R'{'ne "user|','eq "'}'console" -k Message CRne "sandbox ex" ' );N1=${#c2[@]};for j in {0..15};do c2[N1+j]=SP${k[j]}DataType;done;l=({Restricted\ ,Lock,Pro}files POST Battery {Safari,App,{Bad,Loaded}\ kernel,Firefox}\ extensions System\ load boot\ args FileVault\ {2,1} {Kernel,System,Console}\ log Activity SMC Login\ hook 'I/O per process' 'High file counts' UID Daemons Agents XPC\ cache Startup\ items {Admin,Root}\ access Bundles {,Inserted\ }dylibs Stylesheet Font\ issues Firewall Proxies DNS TCP/IP Wi-Fi 'Elapsed time (sec)' {Root,User}\ crontab {Global,User}' login items' Spotlight Memory\ pressure Listeners Widgets Parental\ Controls Prefetching Nets Volumes {Continuity,I/O,iCloud,HID,HCI}\ errors {User,System}\ {caches/logs,overrides} Shutdown\ codes Heat Diagnostic\ reports Bad\ plists Free\ space VM );N3=${#l[@]};for i in {0..8};do l[N3+i]=${k[5+i]};done;F() { local x="${s[$1]}";[[ "$x" =~ ^([\&\|\<\>]|$) ]]&&{ printf "$x";return;};:|${c1[30]} "$x" 2>&-;printf "%s \'%s\'" "|${c1[30+$?]}" "$x";};A0() { Q=6;v[2]=1;id -G|grep -qw 80;v[1]=$?;((v[1]))||{ Q=7;sudo -v;v[2]=$?;((v[2]))||Q=8;};v[3]=`date +%s`;date '+Start time: %T %D%n';printf '\n[Process started]\n\n'>&4;printf 'Revision: %s\n\n' ${p[0]};};A1() { local c="${c1[$1]} ${c2[$2]}";shift 2;c="$c ` while [[ "$1" ]];do F $1;shift;done`";((P2))&&{ c="sudo $c";P2=;};v=`eval "$c"`;[[ "$v" ]];};A2() { local c="${c1[$1]}";[[ "$c" =~ ^(awk|sed ) ]]&&c="$c '${s[$2]}'"||c="$c ${c2[$2]}";shift 2;local d=` while [[ "$1" ]];do F $1;shift;done`;((P2))&&{ c="sudo $c";P2=;};local a;v=` while read a;do eval "$c '$a' $d";done<<<"$v";`;[[ "$v" ]];};A3(){ v=$((`date +%s`-v[3]));};B1() { v=No;! ((v[1]))&&{ v=;P1=1;};};eval "`type -a B1|sed '1d;s/1/2/'`";B3(){ v[$1]="$v";};B4() { local i=$1;local j=$2;shift 2;local c="cat` while [[ "$1" ]];do F $1;shift;done`";v[j]=`eval "{ $c;}"<<<"${v[i]}"`;};B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`egrep -v "${v[$1]}"<<<"$v"|sort`;};eval "`type -a B7|sed '1d;s/7/8/;s/-v //'`";C0() { [[ "$v" ]]&&sed -E "$s"<<<"$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v"|sed -E "$s";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { B4 0 0 63&&C1 1 $1;};C4() { echo $'\t'"Part $((++P)) of $Q done at $((`date +%s`-v[3])) sec">&4;};C5() { sudo -k;pbcopy<<<"$o";printf '\n\tThe test results are on the Clipboard.\n\n\tPlease close this window.\n';exit 2>&-;};for i in 1 2;do eval D${i}0'(){ A'$i' $@;C0;};';for j in 2 3;do eval D$i$j'(){ local x=$1;shift;A'$i' $@;C'$j' $x;};';done;done;trap C5 2;o=$({ A0;D10 0 N1+1 2;D10 0 $N1 1;B1;C2 27;B1&&! B2&&C2 28;D12 22 15 63;D10 0 N1+2 3;D10 0 N1+15 17;D13 3 0 N1+3 4;D13 4 0 N1+4 5;D13 N3+4 0 N1+9 59;for i in 0 1 2;do D13 N3+i 0 N1+5+i 6;done;D13 N3+3 0 N1+8 71;D13 62 1 10 7;D13 10 1 11 8;B2&&D13 18 19 53 67;D12 11 2 12 9;D12 12 3 13 10;D12 13 42 70 101 25;D12 65 6 36 13;D12 45 20 52 66;D13 66 7 37 14;D13 17 8 15 38;D10 9 16 16 77 45;C4;B2&&D10 35 49 61 75 76 78 45;B2&&{ D10 28 17 45;C4;};D10 12 40 54 16 79 45;D10 12 39 54 16 80 45;D13 31 25 37 15;B2&&D13 19 21 0;B2&&D13 40 10 42;B2&&D12 2 29 35 46;D12 44 34 43 53;D12 25 22 20 32;D12 33 0 N1+14 51;D12 34 21 28 35;D13 35 27 29 36;A1 40 59 81;B3 18;A1 33 60 82;B8 18;B4 0 19 83;A1 27 32 39&&{ B3 20;B4 19 0;A2 33 33 40;B3 21;B6 20 21 3;};C2 36;D13 50 38 5 68;B4 19 0;D23 37 33 34 42;B2&&D13 46 35 45 55;D13 38 32 31 43;B2&&D13 59 4 65 76 91;D13 63 4 19 44 75 95 96;B1&&{ D13 53 5 55 75 69&&D13 51 6 58 31;D13 56 5 56 97 75 98&&D10 0 N1+7 99;D12 55 5 27 84;D13 61 5 54 75 70;D13 14 5 14 12;D13 15 5 72 12;C4;};D13 16 5 73 12;A1 13 44 74 18;C4;B3 4;B4 4 0 85;A2 14 61 89;B4 0 5 19 102;A1 17 41 20;B7 5;C3 8;B4 4 0 88;A2 14 24 89;C4;B4 0 6 19 102;B4 4 0 86;A2 14 61 89;B4 0 7 19 102;B5 6 7;B4 6 6 73 102;B2&&{ A1 18 26 94;B7 6;B4 0 0 11;C3 23;};A1 18 26 94;B7 6;B4 0 0 11;C3 24;D13 60 14 66 92;D13 58 14 67 93;D13 26 4 21 24;D13 42 14 1 62;D13 43 37 2 90 48;D13 41 10 42;D12 48 36 47 25;A1 4 3 60&&{ B3 5;A2 14 61;B4 0 6 21;B4 5 0;A2 14 62;B4 0 0 21;B6 0 6 4;C3 5;};D13 9 41 69 100;D12 32 21 68 35;D12 49 21 48 49;B4 4 22 57 102;A1 21 46 56 74;B7 22;B4 0 0 58;C3 47;D13 54 5 7 75 76 69;D13 52 5 8 75 76 69;D13 57 4 64 76 91;D12 0 4 4 84;D12 1 4 51 84;D13 21 22 9 37;A1 23 18 28 89;B4 0 16 22 102;A1 16 25 33;B7 16;B4 0 0 34;D20 31 47;D13 64 4 71 41;C4;B4 4 12 26 89 23 102;for i in {0..3};do A1 0 N1+10+i 72;B7 12;B4 0 0 52;C3 N3+5+i;((i))||C4;done;A1 24 22 29;B7 12;B3 14;A2 39 57 30;B3 15;B6 14 15 4;C3 29;B4 4 13 27 89 65;A1 24 23;B7 13;C3 30;B4 4 0 87;A2 14 61 89 20;B4 0 16;A1 26 50 64;B7 16;C3 6;D13 7 11 6;A3;C2 39;C4;} 4>&2 2>/dev/null;);C5
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal 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 and start typing the name.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, a series of lines will appear in the Terminal window like this:
    [Process started]
            Part 1 of 8 done at … sec
            Part 8 of 8 done at … sec
            The results are on the Clipboard.
            Please close this window.
    [Process completed]
    The intervals between parts won't be exactly equal, but they give a rough indication of progress. The total number of parts may be different from what's shown here.
    Wait for the final message "Process completed" to appear. If you don't see it within about ten minutes, the test probably won't complete in a reasonable time. In that case, press the key combination control-C or command-period to stop it. Then go to the next step.
    12. When the test is complete, or if you stopped it because it was taking too long, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I may not agree with them.
    Copyright © 2014, 2015 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Mac Mini (Mid-2011 Core i7) Slow after Yosemite Upgrade

    I've searched the other "slow after Yosemite upgrade" threads but those seem to relate to Core Duo 2 machines with less RAM.  I have a Core i7 MM w/ 8GB of RAM, after the Yosemite upgrade it constantly lags, I can barely type on it these days because the text lags so badly.  It's unusable to say the least.  Is there anything I can do to speed it up?  There must be a reason why the performance is so bad.
    Problem description:
    Slow after Yosemite upgrade.
    EtreCheck version: 2.1.8 (121)
    Report generated 1 March 2015 8:48:15 pm AEDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        Mac mini (Mid 2011) (Technical Specifications)
        Mac mini - model: Macmini5,2
        1 2.7 GHz Intel Core i7 CPU: 2-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        AMD Radeon HD 6630M - VRAM: 256 MB
            Thunderbolt Display 2560 x 1440
            DX80 spdisplays_1080p
    System Software: ℹ️
        OS X 10.10.1 (14B25) - Time since boot: 12:20:13
    Disk Information: ℹ️
        Hitachi HTS727575A9E362 disk0 : (750.16 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 748.96 GB (551.28 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 749.30 GB Online
    USB Information: ℹ️
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
        Apple Inc. iPad
        Apple Inc. Apple Thunderbolt Display
        Apple Inc. FaceTime HD Camera (Display)
        Apple Inc. Display Audio
    Firewire Information: ℹ️
        BUFFALO INC. HDD 800mbit - 800mbit max
            EFI (disk2s1) <not mounted> : 210 MB
            ext2tb (disk2s2) /Volumes/ext2tb : 2.00 TB (686.75 GB free)
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
            Apple Inc. Thunderbolt Display
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Extensions
        [loaded]    com.sophos.kext.sav (9.2.50 - SDK 10.8) [Click for support]
        [loaded]    com.sophos.nke.swi (9.2.50 - SDK 10.8) [Click for support]
            /System/Library/Extensions
        [loaded]    com.Cycling74.driver.Soundflower (1.5.1) [Click for support]
        [not loaded]    com.aliph.driver.jstub (1.1.2 - SDK 10.7) [Click for support]
    Launch Agents: ℹ️
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.sophos.uiserver.plist [Click for support]
        [running]    net.culater.SIMBL.Agent.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.enable-bundles.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.patch-uuid-user.plist [Click for support]
        [loaded]    org.gpgtools.Libmacgpg.xpc.plist [Click for support]
        [loaded]    org.gpgtools.macgpg2.fix.plist [Click for support]
        [running]    org.gpgtools.macgpg2.gpg-agent.plist [Click for support]
        [loaded]    org.gpgtools.macgpg2.updater.plist [Click for support]
    Launch Daemons: ℹ️
        [running]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.fitbit.galileod.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [running]    com.sophos.common.servicemanager.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.patch-uuid.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist [Click for details]
        [running]    com.google.Chrome.framework.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Google Drive    Application  (/Applications/Google Drive.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        SpiderOak    Application  (/Applications/SpiderOak.app)
        AirServer    Application Hidden (/Applications/AirServer.app)
        Plex Media Server    Application  (/Applications/Plex Media Server.app)
        Box Sync    Application  (/Applications/Box Sync.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.235 - SDK 10.6 Outdated! Update
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 [Click for support]
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 7 Update 21 Check version
    User internet Plug-ins: ℹ️
        WebEx64: Version: 1.0 - SDK 10.6 [Click for support]
    Safari Extensions: ℹ️
        1Password
        AdBlock
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        GPGPreferences  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 748.96 GB Disk used: 197.68 GB
        Destinations:
            ext2tb [Local]
            Total size: 2.00 TB
            Total number of backups: 38
            Oldest backup: 2012-10-07 09:09:10 +0000
            Last backup: 2015-03-01 09:07:46 +0000
            Size of backup disk: Adequate
                Backup size 2.00 TB > (Disk used 197.68 GB X 3)
    Top Processes by CPU: ℹ️
            40%    WindowServer
            12%    firefox
             2%    Activity Monitor
             1%    Box Sync Monitor
             1%    sysmond
    Top Processes by Memory: ℹ️
        533 MB    mds_stores
        498 MB    firefox
        429 MB    softwareupdated
        172 MB    InterCheck
        155 MB    SpiderOak
    Virtual Memory Information: ℹ️
        8.58 GB    Free RAM
        4.31 GB    Active RAM
        2.49 GB    Inactive RAM
        1.79 GB    Wired RAM
        10.08 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 1, 2015, 08:38:46 PM    /Library/Logs/DiagnosticReports/SpiderOak_2015-03-01-203846_[redacted].cpu_reso urce.diag [Click for details]
        Mar 1, 2015, 08:30:37 PM    /Library/Logs/DiagnosticReports/WindowServer_2015-03-01-203037_[redacted].cpu_r esource.diag [Click for details]
        Mar 1, 2015, 04:42:31 PM    /Library/Logs/DiagnosticReports/firefox_2015-03-01-164231_[redacted].cpu_resour ce.diag [Click for details]
        Mar 1, 2015, 08:26:20 AM    Self test - passed

    When you see a beachball cursor or the slowness is especially bad, note the exact time: hour, minute, second.  
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    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 and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above.
    Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first.
    Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Everything is slower after maverick what can I do to speed things up?

    everything is slower after maverick what can I do to speed things up?

    Boot-up slow, NetFlix streaming erratic, wifi will not automatically connect after putting computer in sleep mode, Studio One 2 glitches after running for a while. None of these problems existed until I upgraded to Mavericks.
    Here is EtreCheck result:
    Hardware Information:
              iMac (21.5-inch, Late 2009)
              iMac - model: iMac10,1
              1 3.06 GHz Intel Core 2 Duo CPU: 2 cores
              12 GB RAM
    Video Information:
              NVIDIA GeForce 9400 - VRAM: 256 MB
    System Software:
              OS X 10.9.2 (13C1021) - Uptime: 0 days 5:4:0
    Disk Information:
              ST3500418ASQ disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.25 GB (357.95 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              PIONEER DVD-RW  DVRTS09 
    USB Information:
              Apple Inc. Built-in iSight
              Apple Internal Memory Card Reader
              Logitech USB Receiver
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
              PreSonus FIRESTUDIO_MOBILE 400mbit - 400mbit max
    Thunderbolt Information:
    Gatekeeper:
              Mac App Store and identified developers
    Kernel Extensions:
              [not loaded] com.Logitech.Control Center.HID Driver (2.6.2) Support
              [not loaded] com.beceem.BeceemAppleWiMAXAdapter (5.2.56d13) Support
              [not loaded] com.fklt.driver (1.8.0) Support
              [not loaded] com.novatelwireless.driver.3G (2.2.8) Support
              [not loaded] com.novatelwireless.driver.3GData (2.2.8) Support
              [not loaded] com.novatelwireless.driver.DisableAutoInstall (1.2) Support
              [not loaded] com.sierrawireless.driver.SierraDevSupport (2.0.2) Support
              [not loaded] com.sierrawireless.driver.SierraFSCSupport (2.0.2) Support
              [not loaded] com.sierrawireless.driver.SierraFSRSupport (2.0.2) Support
              [not loaded] com.sierrawireless.driver.SierraHSRSupport (2.0.2) Support
              [not loaded] net.kromtech.kext.AVKauth (2.3.6 - SDK 10.8) Support
              [not loaded] net.kromtech.kext.Firewall (2.3.6 - SDK 10.8) Support
              [kext loaded] org.virtualbox.kext.VBoxDrv (3.1.6) Support
              [not loaded] org.virtualbox.kext.VBoxNetAdp (3.1.6) Support
              [not loaded] org.virtualbox.kext.VBoxNetFlt (3.1.6) Support
              [kext loaded] org.virtualbox.kext.VBoxUSB (3.1.6) Support
              [kext loaded] tc.tctechnologies.driver.PaeFireStudio (8028) Support
    Startup Items:
              PaeFireStudio: Path: /Library/StartupItems/PaeFireStudio
              VirtualBox: Path: /Library/StartupItems/VirtualBox
    Problem System Launch Daemons:
              [failed] com.apple.DumpPanic.plist
              [failed] com.apple.softwareupdated.plist
              [failed] com.apple.wdhelper.plist
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.oracle.java.Helper-Tool.plist Support
              [loaded] com.oracle.java.JavaUpdateHelper.plist Support
              [not loaded] com.sierrawireless.SierraReset.plist Support
              [running] com.sierrawireless.SWoCMon.plist Support
              [failed] com.sierrawireless.SWoCTool.plist Support
              [running] com.zeobit.MacKeeper.AntiVirus.plist Support
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist Support
              [loaded] com.oracle.java.Java-Updater.plist Support
    User Launch Agents:
              [loaded] com.adobe.AAM.Updater-1.0.plist Support
              [loaded] com.adobe.ARM.[...].plist Support
              [loaded] com.facebook.videochat.[redacted].plist Support
              [loaded] com.genieo.completer.download.plist Support
              [loaded] com.genieo.completer.update.plist Support
              [loaded] com.google.keystone.agent.plist Support
              [running] com.zeobit.MacKeeper.Helper.plist Support
    User Login Items:
              Steam
              iTunesHelper
              ScanSnap Manager
              2Wire_DSL_Setup_Tool
              Android File Transfer Agent
              RealPlayer Downloader Agent
              TuneupMyMac
    Internet Plug-ins:
              JavaAppletPlugin: Version: Java 7 Update 55 Check version
              FlashPlayer-10.6: Version: 13.0.0.206 - SDK 10.6 Support
              Default Browser: Version: 537 - SDK 10.9
              Flash Player: Version: 13.0.0.206 - SDK 10.6 Support
              AdobePDFViewer: Version: 8.3.1 Support
              QuickTime Plugin: Version: 7.7.3
              OfficeLiveBrowserPlugin: Version: 12.2.0 Support
              RealPlayer Plugin: Version: (null) Support
              Silverlight: Version: 5.1.30317.0 - SDK 10.6 Support
              iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              CitrixOnlineWebDeploymentPlugin: Version: 1.0 Support
    3rd Party Preference Panes:
              Flash Player  Support
              Java  Support
              Logitech Control Center  Support
    Time Machine:
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 464.96 GB Disk used: 131.59 GB
              Destinations:
                        MacBackup [Local] (Last used)
                        Total size: 335.03 GB
                        Total number of backups: 203
                        Oldest backup: 2010-07-02 03:03:36 +0000
                        Last backup: 2014-05-02 15:58:01 +0000
                        Size of backup disk: Too small
                                  Backup size 335.03 GB < (Disk used 131.59 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   2%          WindowServer
                   1%          DashboardClient
                   0%          fontd
                   0%          RealPlayer Downloader Agent
                   0%          imagent
    Top Processes by Memory:
              209 MB          com.apple.WebKit.WebContent
              98 MB          Safari
              86 MB          Finder
              49 MB          com.apple.IconServicesAgent
              37 MB          mds
    Virtual Memory Information:
              8.92 GB          Free RAM
              987 MB          Active RAM
              654 MB          Inactive RAM
              923 MB          Wired RAM
              573 MB          Page-ins
              248 KB          Page-outs

  • Safari keeps crashing.  Right after Maverick upgrade.  Crash report:

    I've began crashing when opening Safari.  Happened right after Maverick upgrade and Java install, but not sure if it's related.  Anyone have any suggestions?
    Thank you!!!!
    Process:         com.apple.WebKit.WebContent [381]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier:      com.apple.WebKit.WebContent
    Version:         9537 (9537.71)
    Build Info:      WebKit2-7537071000000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    Responsible:     Safari [173]
    User ID:         502
    Date/Time:       2013-11-14 16:32:46.738 +0000
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  9E17648A-583C-6A09-B9E2-07B797CA5AD1
    Crashed Thread:  11  JavaScriptCore::Marking
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000010c0d0000
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x10c0d0000:
        JS garbage collector   000000010c080000-000000010c0d0000 [  320K] rw-/rw- SM=PRV 
    --> WebKit Malloc          000000010c0d0000-000000010c0d1000 [    4K] ---/rwx SM=NUL 
        WebKit Malloc          000000010c0d1000-000000010c0d9000 [   32K] rw-/rwx SM=PRV 
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore                0x00007fff92c4d4f3 JSC::JSFinalObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 1459
    1   com.apple.JavaScriptCore                0x00007fff92acca9f JSC::SlotVisitor::drain() + 431
    2   com.apple.JavaScriptCore                0x00007fff92acb1b2 JSC::Heap::markRoots() + 882
    3   com.apple.JavaScriptCore                0x00007fff92aca7e9 JSC::Heap::collect(JSC::Heap::SweepToggle) + 233
    4   com.apple.JavaScriptCore                0x00007fff92aca457 JSC::DefaultGCActivityCallback::doWork() + 167
    5   com.apple.JavaScriptCore                0x00007fff92aca094 JSC::HeapTimer::timerDidFire(__CFRunLoopTimer*, void*) + 164
    6   com.apple.CoreFoundation                0x00007fff891cf724 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    7   com.apple.CoreFoundation                0x00007fff891cf25f __CFRunLoopDoTimer + 1151
    8   com.apple.CoreFoundation                0x00007fff8924076a __CFRunLoopDoTimers + 298
    9   com.apple.CoreFoundation                0x00007fff8918aaa5 __CFRunLoopRun + 1525
    10  com.apple.CoreFoundation                0x00007fff8918a275 CFRunLoopRunSpecific + 309
    11  com.apple.HIToolbox                     0x00007fff946d2f0d RunCurrentEventLoopInMode + 226
    12  com.apple.HIToolbox                     0x00007fff946d2cb7 ReceiveNextEventCommon + 479
    13  com.apple.HIToolbox                     0x00007fff946d2abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    14  com.apple.AppKit                        0x00007fff91e1f28e _DPSNextEvent + 1434
    15  com.apple.AppKit                        0x00007fff91e1e8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    16  com.apple.AppKit                        0x00007fff91e129cc -[NSApplication run] + 553
    17  com.apple.AppKit                        0x00007fff91dfd803 NSApplicationMain + 940
    18  com.apple.XPCService                    0x00007fff8aeadc0f _xpc_main + 385
    19  libxpc.dylib                            0x00007fff914b5b2e xpc_main + 399
    20  com.apple.WebKit.WebContent             0x0000000105ff3ba0 0x105ff3000 + 2976
    21  libdyld.dylib                           0x00007fff8c3285fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff91a4ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889c4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889c7fb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff91a4b662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff90f7a43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff90f7a152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff91a4ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889c4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889c7fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff91a4ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889c4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889c7fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff91a4a716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff889c5c3b _pthread_cond_wait + 727
    2   RapportKadkadai.dylib                   0x0000000108227084 pthreads_consumer_producer_queue<resolve_work_item>::dequeue(resolve_work_item& ) + 84
    3   RapportKadkadai.dylib                   0x0000000108226511 pre_resolve_worker_thread_fn(void*) + 337
    4   libsystem_pthread.dylib                 0x00007fff889c3899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff889c372a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff889c7fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff91a46a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff91a45d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8918b315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8918a939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8918a275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff91fbf1ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff889c3899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff889c372a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff889c7fc9 thread_start + 13
    Thread 7:: WebCore: Scrolling
    0   libsystem_kernel.dylib                  0x00007fff91a46a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff91a45d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8918b315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8918a939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8918a275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8923f9d1 CFRunLoopRun + 97
    6   com.apple.WebCore                       0x00007fff8f5bb334 WebCore::ScrollingThread::initializeRunLoop() + 244
    7   com.apple.JavaScriptCore                0x00007fff92aa344f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_pthread.dylib                 0x00007fff889c3899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff889c372a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff889c7fc9 thread_start + 13
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff91a46a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff91a45d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8918b315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8918a939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8918a275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff8cac4907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff8cac470b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff889c3899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff889c372a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff889c7fc9 thread_start + 13
    Thread 9:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff91a4a716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff889c5c3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff92aae596 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff92aae0b5 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4   com.apple.JavaScriptCore                0x00007fff92aa344f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff889c3899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff889c372a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff889c7fc9 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff91a46afe swtch_pri + 10
    1   libsystem_pthread.dylib                 0x00007fff889c4c56 sched_yield + 11
    2   com.apple.JavaScriptCore                0x00007fff92acf3b5 JSC::CopiedBlock::reportLiveBytes(JSC::JSCell*, unsigned int) + 53
    3   com.apple.JavaScriptCore                0x00007fff92c4d19f JSC::JSFinalObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 607
    4   com.apple.JavaScriptCore                0x00007fff92acca9f JSC::SlotVisitor::drain() + 431
    5   com.apple.JavaScriptCore                0x00007fff92acc6a7 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 343
    6   com.apple.JavaScriptCore                0x00007fff92aaea3a JSC::GCThread::gcThreadMain() + 74
    7   com.apple.JavaScriptCore                0x00007fff92aa344f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_pthread.dylib                 0x00007fff889c3899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff889c372a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff889c7fc9 thread_start + 13
    Thread 11 Crashed:: JavaScriptCore::Marking
    0   com.apple.JavaScriptCore                0x00007fff92c4d157 JSC::JSFinalObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 535
    1   com.apple.JavaScriptCore                0x00007fff92acca9f JSC::SlotVisitor::drain() + 431
    2   com.apple.JavaScriptCore                0x00007fff92acc6a7 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 343
    3   com.apple.JavaScriptCore                0x00007fff92aaea3a JSC::GCThread::gcThreadMain() + 74
    4   com.apple.JavaScriptCore                0x00007fff92aa344f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff889c3899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff889c372a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff889c7fc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   com.apple.JavaScriptCore                0x00007fff92acfc8d JSC::JSFunction::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 93
    1   com.apple.JavaScriptCore                0x00007fff92accb0d JSC::SlotVisitor::drain() + 541
    2   com.apple.JavaScriptCore                0x00007fff92acc6a7 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 343
    3   com.apple.JavaScriptCore                0x00007fff92aaea3a JSC::GCThread::gcThreadMain() + 74
    4   com.apple.JavaScriptCore                0x00007fff92aa344f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff889c3899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff889c372a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff889c7fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff91a4ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889c4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889c7fb9 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff91a4ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889c4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889c7fb9 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff91a4ae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff889c4f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff889c7fb9 start_wqthread + 13
    Thread 11 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000011b55b9a0  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x000000011b55b9a0  rbp: 0x000000010922ee30  rsp: 0x000000010922edc0
       r8: 0x0000000000000001   r9: 0x00000001182168a0  r10: 0x0000000000000000  r11: 0x0000000000000246
      r12: 0x00000001089dcbb8  r13: 0x000000010c0d0000  r14: 0x00007fff7909f248  r15: 0x00007fff7909ee88
      rip: 0x00007fff92c4d157  rfl: 0x0000000000010206  cr2: 0x000000010c0d0000
    Logical CPU:     1
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x105ff3000 -        0x105ff3ff4  com.apple.WebKit.WebContent (9537 - 9537.71) <AEC9C0B3-A6B5-30E4-A5EE-480DAF65203F> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/XPCServices/com. apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
           0x105ff8000 -        0x105ff8fff  WebProcessShim.dylib (7537.71) <023402A6-15F8-33C5-A734-560E0F234631> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x1061d9000 -        0x1061e5ff7 +librooksmce.dylib (1) <7EC66941-92CC-E73E-9F57-D801C938BF4E> /Library/Rapport/*/librooksmce.dylib
           0x10817c000 -        0x1081f4fe7 +librooksbas.dylib (1) <827CBB3B-5E4A-D433-CAB3-CE694675875D> /Library/Rapport/*/librooksbas.dylib
           0x108222000 -        0x10823afff +RapportKadkadai.dylib (1) <D8B22318-2E01-D344-BBEA-0709E4E47C42> /Library/Rapport/*/RapportKadkadai.dylib
           0x1083cb000 -        0x10843dfe7 +trf.dylib (1) <86A60C92-55A7-48F6-34C2-08F6258505E4> /Library/Rapport/*/trf.dylib
           0x10847e000 -        0x10872fff7 +RapportUtil1.dylib (1) <A3667042-C2A6-2CCE-BF20-7CE23A1ACA96> /Library/Rapport/*/RapportUtil1.dylib
           0x10c13d000 -        0x10c148fff  libGPUSupport.dylib (9.0.83) <AF15BF74-F9B3-35B9-8728-3B3A2EB6E432> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
        0x123400000000 -     0x123400366ff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.18.27 - 8.1.8) <10962454-79BD-31BF-8C23-7D3EE0DF8FA5> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
        0x7fff6b2f7000 -     0x7fff6b32a817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff86d67000 -     0x7fff86ed5ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff86ed6000 -     0x7fff87072ff7  com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff87073000 -     0x7fff8715dfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff874f7000 -     0x7fff877cbfc7  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
        0x7fff877cc000 -     0x7fff87979f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff8797a000 -     0x7fff87a03fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff87a04000 -     0x7fff87b09fff  com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff87b0a000 -     0x7fff87b0bff7  libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff87b0c000 -     0x7fff87b0fffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff87b19000 -     0x7fff87b36ff7  com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff87b39000 -     0x7fff87cc6ff7  GLEngine (9.0.83) <26CCE609-D645-3945-A678-517ED5B65785> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff87cc7000 -     0x7fff87d09ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8800b000 -     0x7fff88015ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff88016000 -     0x7fff88064ff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
        0x7fff88065000 -     0x7fff8806dff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8806e000 -     0x7fff88388ff7  com.apple.MediaToolbox (1.0 - 1273.29) <6260E68B-7E50-3D49-8C0A-7145614C13D8> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff88389000 -     0x7fff883c2ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff883c3000 -     0x7fff887f6ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff88842000 -     0x7fff88844fff  libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff88845000 -     0x7fff88886fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff888c0000 -     0x7fff888cafff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8899d000 -     0x7fff889b5ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff889b6000 -     0x7fff889c1fff  libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff889c2000 -     0x7fff889c9ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff889ca000 -     0x7fff889cbfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff889cc000 -     0x7fff889d9ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff889da000 -     0x7fff889dbffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff889dc000 -     0x7fff88a08fff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff88a0b000 -     0x7fff88a0bfff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff88d0a000 -     0x7fff88ddbff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff88ddc000 -     0x7fff88e1bfff  libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff890be000 -     0x7fff890e8ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff890e9000 -     0x7fff89119fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8911a000 -     0x7fff892ffff7  com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff893e1000 -     0x7fff8965dff7  com.apple.RawCamera.bundle (5.01 - 718) <6CC4A1E5-A89A-369D-96C4-7A5ED40B487B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8965e000 -     0x7fff896c1ff7  com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff896c2000 -     0x7fff896cbff7  libcldcpuengine.dylib (2.3.58) <A2E1ED7B-FC7E-31F6-830A-FF917689766B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
        0x7fff89729000 -     0x7fff8975dfff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff897a7000 -     0x7fff897befff  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
        0x7fff897bf000 -     0x7fff898e1ff1  com.apple.avfoundation (2.0 - 651.12) <03E595B7-A559-3D4D-90E9-BCA603E3A39E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff898f9000 -     0x7fff898f9ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff898fa000 -     0x7fff89905ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8991b000 -     0x7fff8991efff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff89947000 -     0x7fff8994ffff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff89aff000 -     0x7fff89b23ff7  libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff89b24000 -     0x7fff89b24fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff89b25000 -     0x7fff89c51fff  com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff89c52000 -     0x7fff89f3cfff  com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) <21324540-8B84-3333-ADB8-D3D5181D4639> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff89f3d000 -     0x7fff89f3ffff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff89f40000 -     0x7fff89f8dff2  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
        0x7fff8a000000 -     0x7fff8a008ff3  libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8a00e000 -     0x7fff8a014fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff8a049000 -     0x7fff8a0a4ffb  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
        0x7fff8a0ac000 -     0x7fff8a0b1ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff8a823000 -     0x7fff8a825fff  libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8a826000 -     0x7fff8aaf4ff4  com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8aaf5000 -     0x7fff8aba5ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8abfa000 -     0x7fff8ac02fff  libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8ac03000 -     0x7fff8adbeff6  com.apple.GeoServices (1.0 - 702.14.9) <A3A4D6AC-72B2-39F3-AAE0-9AF3B88C5C8E> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8adbf000 -     0x7fff8ae4eff7  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
        0x7fff8ae4f000 -     0x7fff8ae53ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff8aeac000 -     0x7fff8aeb2ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8aeb3000 -     0x7fff8aebdff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8aebe000 -     0x7fff8aec0ff7  com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8aec1000 -     0x7fff8af13fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff8af14000 -     0x7fff8af3dfff  GLRendererFloat (9.0.83) <1F1160A8-5047-3CEE-AC1E-D29520D0B367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
        0x7fff8af7c000 -     0x7fff8b0acff7  com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8b0ae000 -     0x7fff8b306ff1  com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8b928000 -     0x7fff8b92cfff  libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib
        0x7fff8b949000 -     0x7fff8b952fff  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8b953000 -     0x7fff8b971ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8b972000 -     0x7fff8b997ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8bef3000 -     0x7fff8bf1cfff  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
        0x7fff8bf1d000 -     0x7fff8bf83fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8c20f000 -     0x7fff8c213fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff8c219000 -     0x7fff8c248ff5  com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8c249000 -     0x7fff8c256fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8c257000 -     0x7fff8c2a5fff  com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8c2a6000 -     0x7fff8c2d7ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff8c2d8000 -     0x7fff8c31dff7  libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib
        0x7fff8c31e000 -     0x7fff8c323fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8c325000 -     0x7fff8c328ff7  libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
        0x7fff8c329000 -     0x7fff8c344ff7  libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8c345000 -     0x7fff8c355ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff8c3e4000 -     0x7fff8c40cffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff8c40f000 -     0x7fff8c47cfff  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
        0x7fff8c480000 -     0x7fff8c4baff3  com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8c4bb000 -     0x7fff8c4c2fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8c4c3000 -     0x7fff8c4dbff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8c4dc000 -     0x7fff8ca4cfff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8ca4d000 -     0x7fff8ca5cff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8ca5d000 -     0x7fff8cd5cfff  com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8ce21000 -     0x7fff8ce2ffff  com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8ce30000 -     0x7fff8d27efff  com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8d2e1000 -     0x7fff8d310fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8d363000 -     0x7fff8d365fff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff8d366000 -     0x7fff8d372ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8d395000 -     0x7fff8d39cfff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8d39d000 -     0x7fff8d4d2ffa  com.apple.WebKit (9537 - 9537.71) <8A07478D-B2CA-3724-81E4-ADC10E1AD3EA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8d4d3000 -     0x7fff8d8b4ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8d8b5000 -     0x7fff8da25ff6  com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8da26000 -     0x7fff8da37ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff8da38000 -     0x7fff8da3fff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff8da40000 -     0x7fff8db93ff7  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8dbda000 -     0x7fff8dbddfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8dbde000 -     0x7fff8e4fa05f  com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8e4fb000 -     0x7fff8e56effb  com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8e64e000 -     0x7fff8e64ffff  libquit.dylib (161) <12162287-B8C8-36D0-B000-ADC28731FC66> /usr/lib/libquit.dylib
        0x7fff8e650000 -     0x7fff8e741ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8e742000 -     0x7fff8e743ff7  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
        0x7fff8e7ff000 -     0x7fff8e87ffff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8e88d000 -     0x7fff8ed8dffb  com.apple.Safari.framework (9537 - 9537.71) <C27DBF3C-7BE7-3422-9081-DE09461F9B62> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff8edb5000 -     0x7fff8edb8ffa  libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff8ee27000 -     0x7fff8ee2eff7  liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib
        0x7fff8ee2f000 -     0x7fff8eeb7ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8eeb8000 -     0x7fff8eebaff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8eebb000 -     0x7fff8eec5ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8eed9000 -     0x7fff8eedeff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8eedf000 -     0x7fff8ef32fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8ef33000 -     0x7fff8ef37ff7  libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
        0x7fff8ef76000 -     0x7fff8efdaff3  com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8f074000 -     0x7fff8f08dff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8f153000 -     0x7fff8f153ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8f154000 -     0x7fff8f39cfff  com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8f39d000 -     0x7fff8f40cff1  com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8f41d000 -     0x7fff8f487ff7  com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8f488000 -     0x7fff8f492ff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
        0x7fff8f4e3000 -     0x7fff9032fff5  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
        0x7fff90330000 -     0x7fff90414fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff90415000 -     0x7fff90417ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
        0x7fff90464000 -     0x7fff90489ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff9048a000 -     0x7fff904eeff9  com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff90dbe000 -     0x7fff90e76ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff90e77000 -     0x7fff90eacffc  com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff90ead000 -     0x7fff90ef9ffe  com.apple.CoreMediaIO (401.0 - 4544) <44EBC0FE-DAD5-3711-96CB-05250F350A16> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff90f04000 -     0x7fff90f06fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff90f77000 -     0x7fff90f91fff  libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
        0x7fff90f92000 -     0x7fff9101eff7  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
        0x7fff9137b000 -     0x7fff9137fff7  libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff9138a000 -     0x7fff91478fff  libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff91479000 -     0x7fff914a1ffb  libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff914a2000 -     0x7fff914c6fff  libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
        0x7fff914c7000 -     0x7fff91552fff  libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib
        0x7fff9157c000 -     0x7fff915baff7  libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff915bb000 -     0x7fff915c8ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff915c9000 -     0x7fff9161aff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff9173f000 -     0x7fff9174cff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff91809000 -     0x7fff91861ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff91862000 -     0x7fff918affff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff918bd000 -     0x7fff9190bfff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff919f9000 -     0x7fff91a03fff  com.apple.AppSandbox (3.0 - 1) <55717299-8164-3D79-918F-BD64706735CF> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff91a04000 -     0x7fff91a1afff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff91a1b000 -     0x7fff91a34ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff91a35000 -     0x7fff91a51ff7  libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib
        0x7fff91a52000 -     0x7fff91a65ff7  com.apple.AppContainer (3.0 - 1) <A90C058D-46E8-3BAB-AF17-AF9C7C273069> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff91a66000 -     0x7fff91b31fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff91b32000 -     0x7fff91b92ff2  com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff91b93000 -     0x7fff91ba5fff  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
        0x7fff91ba6000 -     0x7fff91d5eff3  libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib
        0x7fff91d5f000 -     0x7fff91d67ffc  libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff91d6f000 -     0x7fff91df8ff7  libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
        0x7fff91df9000 -     0x7fff91dfafff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff91dfb000 -     0x7fff9296fff7  com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff92970000 -     0x7fff9298cfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff9298d000 -     0x7fff9299dfff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff92a31000 -     0x7fff92a58ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff92a9a000 -     0x7fff92e10ffa  com.apple.JavaScriptCore (9537 - 9537.65) <7E76880C-832E-385B-9591-ACCF57A68385> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff92e49000 -     0x7fff92e81ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff92e82000 -     0x7fff92f44ff1  com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff92f45000 -     0x7fff92f50fff  libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib
        0x7fff93230000 -     0x7fff93289fff  libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff9328a000 -     0x7fff9328afff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff9328b000 -     0x7fff9347affc  com.apple.WebKit2 (9537 - 9537.71) <B8FFCE39-9DC6-304E-953A-0BAFDCD19D2F> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff9347b000 -     0x7fff9347ffff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff9357d000 -     0x7fff935acfff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff935b5000 -     0x7fff93650ff7  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
        0x7fff93651000 -     0x7fff9371afff  com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff9371b000 -     0x7fff9371efff  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
        0x7fff9371f000 -     0x7fff93728ff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff93765000 -     0x7fff9378fff7  libsandbox.1.dylib (278.10) <B4183FA8-F7E2-3301-8BF9-0EEFB793A5D5> /usr/lib/libsandbox.1.dylib
        0x7fff9379c000 -     0x7fff937e1ff6  com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff937e2000 -     0x7fff93841fff  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff93842000 -     0x7fff93842fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff93843000 -     0x7fff93871ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff93872000 -     0x7fff93872fff  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
        0x7fff93873000 -     0x7fff93878fff  com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff938a7000 -     0x7fff938b9ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff938ba000 -     0x7fff939a9fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff939aa000 -     0x7fff939d3ff7  libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
        0x7fff93c66000 -     0x7fff93c68ff3  libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib
        0x7fff93c6c000 -     0x7fff93d2fff7  com.apple.backup.framework (1.5 - 1.5) <92C8038F-CC00-3202-90D8-3C3AEC90986F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff93d30000 -     0x7fff93d79fff  com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff93d7a000 -     0x7fff93d91ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff93d92000 -     0x7fff93d92fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff93dba000 -     0x7fff93e01fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff93e4a000 -     0x7fff93f29fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff93f50000 -     0x7fff93f7fff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff93f80000 -     0x7fff93fb1fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff93fed000 -     0x7fff93fefff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff93ff0000 -     0x7fff94067fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff942ca000 -     0x7fff942cbff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff942cc000 -     0x7fff94432fff  libGLProgrammability.dylib (9.0.83) <9C97E814-F674-30F8-8C2D-C45FC1E7D934> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff94433000 -     0x7fff94444ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff944c9000 -     0x7fff944d2fff  com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff944d3000 -     0x7fff94531ff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff94532000 -     0x7fff94579ff7  libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
        0x7fff9457a000 -     0x7fff9457bff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff94599000 -     0x7fff945b4ff7  libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib
        0x7fff945b5000 -     0x7fff9469cff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff9469d000 -     0x7fff9469efff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff9469f000 -     0x7fff946a0ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff946a4000 -     0x7fff9494effd  com.apple.HIToolbox (2.1 - 695) <C4DE35FF-D0AC-35C3-A7E6-F54CD153825C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff94958000 -     0x7fff9497fff7  libsystem_network.dylib (241.3)

    https://www.trusteer.com
    You got it from these people and it seems to cause some problems for Mac users.

Maybe you are looking for