Macbook Pro (Early 2011) running really slow

Hello!
My Macbook Pro - (2.2 Ghz Intel Core i7, 8GB RAM running OS X 10.9.1) has been running very slow lately, all applications are lagging, icons bouncing for a long time before launch, etc. - and this is despite the fact, that I'm not running any heavy applications, just regular browsing in safari, word, pages, Itunes, etc..
It takes about 4-5 mins for the computer to start up - applications are taking a long time to launch after start-up. 
This is what I've done so far, but nothing has helped.
I have reset the SMC
I have reset the VRAM/PRAM
I reinstalled Mavericks
Tried rebooting in safe-mode
Made sure all applications are up to date
Harddrive should have plenty of free space -130GB out of 500GB
After I reinstalled Mavericks, it gave me a few hours of good/normal performance and a faster reboot (once only), but now it's back to being super slow again.
I've notived in activity monitor, that memory pressure goes up after a while to medium and somtimes high pressure - but I have 8GB, so memory should not be an issue?
This is super annoying so I'm really hoping someone can help me out.

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
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. 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. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the request 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. Ask for other options.
Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
4. 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 test in safe mode, do that.
5. 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.
6. 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; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d; s/^ */   /; s/[-0-9A-Fa-f]{22,}/UUID/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]||0[^2]8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in Thunderbolt USB; do o=`SP $b | sed -En '1d;/:$/{s/ *:$//;x;s/\n//p;};/^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/(.*: )(.*)/ \(\2\)/;H;};/Apple|Genesy|Intel|SMSC/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && e=\* || e=; echo $d ${f%%_2*} ${f##*.} "$e"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; [[ "$o" =~ \*$ ]] && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|SATA W|ssert|Thrott|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; [[ "$ID" =~ ^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID ]] || printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f | while read f; do file -b "$f" | grep -qw shared && ! codesign -v "$f" && echo $f; done`; Pm "Unsigned shared libraries"; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Environment"; o=`find -L {,/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 : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l | sed -E 's:/Users/[^/]+/:/Users/USER/:g'); 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 -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; 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]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; 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.
7. 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.
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.
8. If you see an error message in the Terminal window such as "syntax error," enter
exec bash
and press return. Then paste the script again.
9. 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.
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.
10. The test will 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, there will be nothing in the Terminal window and no indication of progress. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
11. When the test is complete, 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.
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.
12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results 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 results of the test. 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

  • Browsers on my MacBook Pro Early 2011 running Yosemite keep on crashing when connected to gmail or google drive.  This happens with Safari, Firefox and Chrome.  Any suggestions on further digging?

    Browsers on my MacBook Pro Early 2011 running Yosemite keep on crashing when connected to gmail or google drive.  This happens with Safari, Firefox and Chrome.  Any suggestions on further digging?

    Here is the most recent crash and this one involved Safari:
    Process:               com.apple.WebKit.WebContent [13867]
    Path:                  /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Identifier:            com.apple.WebKit.WebContent
    Version:               10600 (10600.1.25)
    Build Info:            WebKit2-7600001025000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Safari [312]
    User ID:               503
    Date/Time:             2014-11-20 23:13:50.158 -0700
    OS Version:            Mac OS X 10.10 (14A389)
    Report Version:        11
    Anonymous UUID:        7BD1BB1A-05E8-2E0A-0AEC-194138422DAF
    Sleep/Wake UUID:       A82848B2-ADC0-4EED-BB1B-7CC2488FDC35
    Time Awake Since Boot: 5400 seconds
    Time Since Wake:       4100 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000015
    VM Regions Near 0x15:
    -->
        __TEXT                 0000000106b11000-0000000106b12000 [    4K] r-x/rwx SM=COW  /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Multiple Web Processes
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.security             0x00007fff8820d336 std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 18
    1   com.apple.security             0x00007fff8820d341 std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 29
    2   com.apple.security             0x00007fff8820d341 std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 29
    3   com.apple.security             0x00007fff8820d341 std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 29
    4   com.apple.security             0x00007fff8820d34d std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 41
    5   com.apple.security             0x00007fff8820d34d std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 41
    6   com.apple.security             0x00007fff8820d34d std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 41
    7   com.apple.security             0x00007fff8820d341 std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 29
    8   com.apple.security             0x00007fff8820d34d std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 41
    9   com.apple.security             0x00007fff8820d34d std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 41
    10  com.apple.security             0x00007fff8820d34d std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 41
    11  com.apple.security             0x00007fff8820d341 std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 29
    12  com.apple.security             0x00007fff8820d341 std::__1::__tree<void*, std::__1::less<void*>, std::__1::allocator<void*> >::destroy(std::__1::__tree_node<void*, void*>*) + 29
    13  com.apple.security             0x00007fff8815f523 Security::TrackingAllocator::~TrackingAllocator() + 37
    14  com.apple.security             0x00007fff8815e7ba Security::DbVersion::open() + 2156
    15  com.apple.security             0x00007fff8815dbce Security::DbVersion::DbVersion(Security::AppleDatabase const&, Security::RefPointer<Security::AtomicBufferedFile> const&) + 154
    16  com.apple.security             0x00007fff8815d7e0 Security::DbModifier::getDbVersion(bool) + 308
    17  com.apple.security             0x00007fff8815d68d Security::DbModifier::openDatabase() + 55
    18  com.apple.security             0x00007fff8815d369 Security::Database::_dbOpen(Security::DatabaseSession&, unsigned int, Security::AccessCredentials const*, void const*) + 85
    19  com.apple.security             0x00007fff8815cc4f Security::DatabaseManager::dbOpen(Security::DatabaseSession&, Security::DbName const&, unsigned int, Security::AccessCredentials const*, void const*) + 67
    20  com.apple.security             0x00007fff8815c912 Security::DatabaseSession::DbOpen(char const*, cssm_net_address const*, unsigned int, Security::AccessCredentials const*, void const*, long&) + 156
    21  com.apple.security             0x00007fff8816bc7a cssm_DbOpen(long, char const*, cssm_net_address const*, unsigned int, cssm_access_credentials const*, void const*, long*) + 219
    22  com.apple.security             0x00007fff8816b9bf CSSM_DL_DbOpen + 111
    23  com.apple.security             0x00007fff8816ac8e Security::CssmClient::DbImpl::open() + 212
    24  com.apple.security             0x00007fff8816c075 SSDatabaseImpl::open(Security::DLDbIdentifier const&) + 59
    25  com.apple.security             0x00007fff8816bdc1 SSDLSession::DbOpen(char const*, cssm_net_address const*, unsigned int, Security::AccessCredentials const*, void const*, long&) + 245
    26  com.apple.security             0x00007fff8816bc7a cssm_DbOpen(long, char const*, cssm_net_address const*, unsigned int, cssm_access_credentials const*, void const*, long*) + 219
    27  com.apple.security             0x00007fff8816b9bf CSSM_DL_DbOpen + 111
    28  com.apple.security             0x00007fff8816ac8e Security::CssmClient::DbImpl::open() + 212
    29  com.apple.security             0x00007fff88183307 Security::KeychainCore::Trust::evaluate(bool) + 1865
    30  com.apple.security             0x00007fff88182a10 SecTrustEvaluate + 48
    31  com.apple.CFNetwork           0x00007fff8d1f8d26 SerializableArchive::add(__CFString const*, __SecTrust*) + 92
    32  com.apple.CFNetwork           0x00007fff8d199c5f URLProtectionSpace::serializeToPropertyList(SerializableArchive*) const + 371
    33  com.apple.CFNetwork           0x00007fff8d121d56 Archiver<URLProtectionSpace, _CFURLProtectionSpace*>::archive(_CFURLProtectionSpace*) + 36
    34  com.apple.CFNetwork           0x00007fff8d121cc0 _CFURLProtectionSpaceCreateArchive + 60
    35  com.apple.CFNetwork           0x00007fff8d1227ba -[NSURLProtectionSpace encodeWithCoder:] + 44
    36  com.apple.Foundation           0x00007fff9667329b _encodeObject + 1144
    37  com.apple.WebKit               0x00007fff900c15b6 IPC::ArgumentCoder<WebCore::ProtectionSpace>::encodePlatformData(IPC::ArgumentE ncoder&, WebCore::ProtectionSpace const&) + 210
    38  com.apple.WebKit               0x00007fff900d14a8 bool IPC::Connection::sendSync<Messages::WebPageProxy::CanAuthenticateAgainstProtect ionSpaceInFrame>(Messages::WebPageProxy::CanAuthenticateAgainstProtectionSpaceIn Frame&&, Messages::WebPageProxy::CanAuthenticateAgainstProtectionSpaceInFrame::Reply&&, unsigned long long, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, unsigned int) + 118
    39  com.apple.WebKit               0x00007fff8ff73ae5 WebKit::WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace(WebCore::Do cumentLoader*, unsigned long, WebCore::ProtectionSpace const&) + 123
    40  com.apple.WebCore             0x00007fff8d9ffe1a WebCore::ResourceLoader::canAuthenticateAgainstProtectionSpace(WebCore::Protect ionSpace const&) + 58
    41  com.apple.WebKit               0x00007fff8ff8872b WebKit::WebResourceLoader::canAuthenticateAgainstProtectionSpace(WebCore::Prote ctionSpace const&) + 25
    42  com.apple.WebKit               0x00007fff9013e89e void IPC::handleMessage<Messages::WebResourceLoader::CanAuthenticateAgainstProtectio nSpace, WebKit::WebResourceLoader, void (WebKit::WebResourceLoader::*)(WebCore::ProtectionSpace const&)>(IPC::MessageDecoder&, WebKit::WebResourceLoader*, void (WebKit::WebResourceLoader::*)(WebCore::ProtectionSpace const&)) + 92
    43  com.apple.WebKit               0x00007fff9013e304 WebKit::WebResourceLoader::didReceiveWebResourceLoaderMessage(IPC::Connection*, IPC::MessageDecoder&) + 220
    44  com.apple.WebKit               0x00007fff8ffec16a IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::MessageDecoder, std::__1::default_delete<IPC::MessageDecoder> >) + 94
    45  com.apple.WebKit               0x00007fff8ffee2e2 IPC::Connection::dispatchOneMessage() + 114
    46  com.apple.JavaScriptCore       0x00007fff9136e357 ***::RunLoop::performWork() + 423
    47  com.apple.JavaScriptCore       0x00007fff9136ea22 ***::RunLoop::performWork(void*) + 34
    48  com.apple.CoreFoundation       0x00007fff8fac8661 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    49  com.apple.CoreFoundation       0x00007fff8faba7ed __CFRunLoopDoSources0 + 269
    50  com.apple.CoreFoundation       0x00007fff8fab9e1f __CFRunLoopRun + 927
    51  com.apple.CoreFoundation       0x00007fff8fab9838 CFRunLoopRunSpecific + 296
    52  com.apple.HIToolbox           0x00007fff9477a43f RunCurrentEventLoopInMode + 235
    53  com.apple.HIToolbox           0x00007fff9477a1ba ReceiveNextEventCommon + 431
    54  com.apple.HIToolbox           0x00007fff94779ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    55  com.apple.AppKit               0x00007fff883e3821 _DPSNextEvent + 964
    56  com.apple.AppKit               0x00007fff883e2fd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    57  com.apple.AppKit               0x00007fff883d6f73 -[NSApplication run] + 594
    58  com.apple.AppKit               0x00007fff883c2424 NSApplicationMain + 1832
    59  libxpc.dylib                   0x00007fff8d486ef2 _xpc_objc_main + 793
    60  libxpc.dylib                   0x00007fff8d488a9d xpc_main + 490
    61  com.apple.WebKit.WebContent   0x0000000106b11b40 0x106b11000 + 2880
    62  libdyld.dylib                 0x00007fff956165c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8a4f722e kevent64 + 10
    1   libdispatch.dylib             0x00007fff8be6ca6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8a4f6946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bf804a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8a4f6946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bf804a1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8a4f6946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bf804a1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8a4f6946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bf804a1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8a4f6946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bf804a1 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8a4f152e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a4f069f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8fabab14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8fab9fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8fab9838 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff885468f7 _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff8bf822fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8bf82279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8bf804b1 thread_start + 13
    Thread 8:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff8a4f6132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff87de6c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff90ec42d4 JSC::BlockAllocator::blockFreeingThreadMain() + 228
    3   com.apple.JavaScriptCore       0x00007fff90eb9a9f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff8bf822fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff8bf82279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff8bf804b1 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8a4f6132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff87de6c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff90ec486b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff90ec46c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff90eb9a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8bf822fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8bf82279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8bf804b1 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8a4f6132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff87de6c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff90ec486b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff90ec46c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff90eb9a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8bf822fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8bf82279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8bf804b1 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff8a4f6132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff87de6c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff90ec486b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff90ec46c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff90eb9a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff8bf822fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8bf82279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8bf804b1 thread_start + 13
    Thread 12:: WebCore: Scrolling
    0   libsystem_kernel.dylib         0x00007fff8a4f152e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8a4f069f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8fabab14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8fab9fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8fab9838 CFRunLoopRunSpecific + 296
    5   com.apple.CoreFoundation       0x00007fff8fb6fed1 CFRunLoopRun + 97
    6   com.apple.WebCore             0x00007fff8d9f1654 WebCore::ScrollingThread::initializeRunLoop() + 244
    7   com.apple.JavaScriptCore       0x00007fff90eb9a9f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_pthread.dylib       0x00007fff8bf822fc _pthread_body + 131
    9   libsystem_pthread.dylib       0x00007fff8bf82279 _pthread_start + 176
    10  libsystem_pthread.dylib       0x00007fff8bf804b1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000015  rcx: 0x00000000000fc080  rdx: 0x0000000000086730
      rdi: 0x00007fff590ec210  rsi: 0x0000000000000015  rbp: 0x00007fff590ec010  rsp: 0x00007fff590ec000
       r8: 0x0000000000000003   r9: 0x00007fbdeac00000  r10: 0x0000000000000030  r11: 0x00007fbdeac00000
      r12: 0x0000000000002cf8  r13: 0x00007fbdeac6bcd0  r14: 0x00007fff590ec210  r15: 0x00007fff590ec240
      rip: 0x00007fff8820d336  rfl: 0x0000000000010202  cr2: 0x0000000000000015
    Logical CPU:     2
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x106b11000 -        0x106b11ffb  com.apple.WebKit.WebContent (10600 - 10600.1.25) <0052B6B6-528C-376E-AF59-16E17BB206E3> /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.We bKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent
           0x106b1d000 -        0x106b1dfff  WebProcessShim.dylib (7600.1.25) <98D0302B-2534-38AA-915E-3B367C1908AC> /System/Library/Frameworks/WebKit.framework/WebProcess.app/Contents/MacOS/WebPr ocessShim.dylib
           0x10b3f6000 -        0x10b3f6ffb  com.apple.datadetectors.plugins.phone (6.0 - 396.1) <B19E8E8D-18AC-392F-AC01-E6B8A7FF45E8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/PlugIns/PhoneNumb ers.plugin/PhoneNumbers
           0x10b742000 -        0x10b754fff  com.apple.webcontentfilter.framework (5.1 - 5.1) <9A7E8B12-BDB4-3FB1-9283-48BDF586B624> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x10b76a000 -        0x10b770ff7  com.apple.SymptomReporter (1.0 - 1) <3191E395-6284-3C5F-BDA2-BB061CF00B51> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter .framework/SymptomReporter
           0x10b817000 -        0x10b8caff7  com.apple.NetworkExtension (1.0 - 1) <30A5B116-F7A3-3523-85C8-D457CAB6BB8A> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
        0x7fff6bed4000 -     0x7fff6bf0a837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff87855000 -     0x7fff87857ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
        0x7fff87858000 -     0x7fff87d44fff  com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff87d45000 -     0x7fff87d4dff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e
        0x7fff87d4e000 -     0x7fff87d59fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff87ddf000 -     0x7fff87e33fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff87ef1000 -     0x7fff87f23ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff87f24000 -     0x7fff87f7eff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff87f7f000 -     0x7fff87faafff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff87fab000 -     0x7fff87ffaff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff87ffb000 -     0x7fff88014fff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8801e000 -     0x7fff8802fff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff88030000 -     0x7fff88097ff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff88098000 -     0x7fff880ffff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff88156000 -     0x7fff883beffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff883bf000 -     0x7fff88f00fff  com.apple.AppKit (6.9 - 1343.14) <1732C412-257B-340E-8863-B8162D4EB2E2> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff88f08000 -     0x7fff89045fff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff89046000 -     0x7fff89048fff  com.apple.marco (10.0 - 1000) <ECD31951-F96E-3F5C-B468-729BBEBDCCE3> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff89049000 -     0x7fff8904bfff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
        0x7fff8904c000 -     0x7fff89051ffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
        0x7fff89052000 -     0x7fff89098ffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff892b6000 -     0x7fff893e6fff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
        0x7fff893e7000 -     0x7fff8940ffff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff89410000 -     0x7fff89434fff  com.apple.speech.LatentSemanticMappingFramework (2.11.6 - 2.11.6) <5AB4EF58-829E-382D-9E4E-BCD2085C47CC> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff89435000 -     0x7fff8943aff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff8943b000 -     0x7fff89473ffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
        0x7fff89474000 -     0x7fff894c1fff  com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff894dc000 -     0x7fff894deff7  com.apple.SecCodeWrapper (4.0 - 238) <F450AB10-B0A4-3B55-A1B9-563E55C99333> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff894df000 -     0x7fff8952cff3  com.apple.CoreMediaIO (601.0 - 4749) <DDB756B3-A281-3791-9744-1F52CF8E5EDB> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8952d000 -     0x7fff895befff  com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
        0x7fff895bf000 -     0x7fff895c6ff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff895c7000 -     0x7fff89635ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff89638000 -     0x7fff89638fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff89639000 -     0x7fff89639fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8963a000 -     0x7fff89677ff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8991c000 -     0x7fff89968ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff89969000 -     0x7fff8996bfff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff8996c000 -     0x7fff89986ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff89987000 -     0x7fff899b4fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff899b5000 -     0x7fff899b5fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff899bd000 -     0x7fff899cbff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff899cc000 -     0x7fff899cefff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff899cf000 -     0x7fff899f2ff7  com.apple.idsfoundation (10.0 - 1000) <D0C0714F-B1B0-3D86-BAA8-DACC76121118> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion
        0x7fff899f3000 -     0x7fff899feff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
        0x7fff899ff000 -     0x7fff89a00fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff89a01000 -     0x7fff89a72ff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff89a73000 -     0x7fff89ab4fff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff89ab5000 -     0x7fff89b2bfe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
        0x7fff89b2c000 -     0x7fff89b30ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff89b31000 -     0x7fff89b82ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff89b83000 -     0x7fff89c42fff  com.apple.backup.framework (1.6 - 1.6) <5C38C168-5E9B-335D-9570-91AF8604BB10> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff89c43000 -     0x7fff89c45fff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff89c98000 -     0x7fff89c9dff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff89ca9000 -     0x7fff89cceff7  libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89d12000 -     0x7fff89d17ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff89d18000 -     0x7fff89d19ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
        0x7fff89d1a000 -     0x7fff89d37ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff89d38000 -     0x7fff89d3cfff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff89d3d000 -     0x7fff89e5efff  com.apple.LaunchServices (644.10 - 644.10) <0B1C68BC-0AEB-38E2-ABC8-E92728FEC475> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff89e83000 -     0x7fff89eb2fff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff89ecc000 -     0x7fff89f87ff7  com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff89f88000 -     0x7fff89fa2ff7  libextension.dylib (55) <17514AB2-C503-3D49-A725-EBC1140567A6> /usr/lib/libextension.dylib
        0x7fff89fa3000 -     0x7fff89fa3ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff89fbc000 -     0x7fff89fc3fff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff89fc4000 -     0x7fff8a32ffff  com.apple.VideoToolbox (1.0 - 1562.19) <C08228FE-FA1E-394C-98CB-2AFD8E566C3F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8a34d000 -     0x7fff8a35afff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8a39c000 -     0x7fff8a4c3fff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8a4e0000 -     0x7fff8a4fdfff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8a4fe000 -     0x7fff8a537fff  com.apple.AirPlaySupport (2.0 - 215.10) <E4159036-4C38-3F28-8AF3-4F074DAF01AC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
        0x7fff8a538000 -     0x7fff8a53aff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff8a53b000 -     0x7fff8a53eff7  com.apple.AppleSystemInfo (3.0 - 3.0) <E54DA0B2-3515-3B1C-A4BD-54A0B02B5612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8a595000 -     0x7fff8a678fff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8a919000 -     0x7fff8ad6cfc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8aea0000 -     0x7fff8aebeff7  com.apple.addressbook.vCard (9.0 - 1498) <45C2138B-EA52-3576-8C5C-46637E648DF2> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
        0x7fff8aebf000 -     0x7fff8aec0ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8aec1000 -     0x7fff8aeccfdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8aed0000 -     0x7fff8aeecff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8aeed000 -     0x7fff8af1dfff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff8af1e000 -     0x7fff8b854fff  com.apple.Safari.framework (10600 - 10600.1.25) <71FB730F-4717-3907-AC59-0FBC489BCB75> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff8b86c000 -     0x7fff8b90efff  com.apple.Bluetooth (4.3.0 - 4.3.0f10) <70922125-2A01-37AE-9CB8-D8A9578092E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff8babf000 -     0x7fff8bacaff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8bacb000 -     0x7fff8bb8eff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8bb8f000 -     0x7fff8bb8ffff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8bcfc000 -     0x7fff8bd70ff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8be68000 -     0x7fff8be92ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff8bf78000 -     0x7fff8bf7eff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8bf7f000 -     0x7fff8bf88fff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8bf89000 -     0x7fff8c16e267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
        0x7fff8c16f000 -     0x7fff8c1e3fff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8c1e4000 -     0x7fff8c1f2ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff8c1f3000 -     0x7fff8c216fff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8c287000 -     0x7fff8c309fff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8c30a000 -     0x7fff8c34aff7  com.apple.CloudDocs (1.0 - 280.1) <21D7E10A-99EF-34BE-82D7-29A6F1761DE5> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
        0x7fff8c34b000 -     0x7fff8c5b5fff  com.apple.imageKit (2.6 - 838) <AFFC0062-F9E0-3F36-B321-D90B7E9CB785> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8c5b6000 -     0x7fff8c647ff7  libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
        0x7fff8c648000 -     0x7fff8c73bff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8c747000 -     0x7fff8c7c4fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8c8c6000 -     0x7fff8c8d3fff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
        0x7fff8c8f0000 -     0x7fff8c923ff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8c924000 -     0x7fff8ce4dff7  com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8ce56000 -     0x7fff8cef5df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff8cef6000 -     0x7fff8d03aff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8d054000 -     0x7fff8d058fff  libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
        0x7fff8d059000 -     0x7fff8d05aff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8d08e000 -     0x7fff8d092fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
        0x7fff8d0ad000 -     0x7fff8d2b0ff3  com.apple.CFNetwork (720.0.9 - 720.0.9) <78EE1B88-394F-3BB8-93A6-E068990559EC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8d2b1000 -     0x7fff8d2cbff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff8d2cc000 -     0x7fff8d2ceff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
        0x7fff8d2cf000 -     0x7fff8d31cff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8d31d000 -     0x7fff8d3b2ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8d3b3000 -     0x7fff8d3dcffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
        0x7fff8d3dd000 -     0x7fff8d3e3ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff8d3e4000 -     0x7fff8d3e8ff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8d3ef000 -     0x7fff8d3fcff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
        0x7fff8d3fd000 -     0x7fff8d42efff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
        0x7fff8d42f000 -     0x7fff8d45cfff  com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8d45d000 -     0x7fff8d472fff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
        0x7fff8d473000 -     0x7fff8d49bfff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
        0x7fff8d4e9000 -     0x7fff8d502ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8d503000 -     0x7fff8d51dff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8d51e000 -     0x7fff8d525ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8d526000 -     0x7fff8d956fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8d957000 -     0x7fff8e8fbffb  com.apple.WebCore (10600 - 10600.1.25) <EE07107A-A63D-3077-B863-C82C1E80B56D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8e8fc000 -     0x7fff8e908ff7  com.apple.commonutilities (8.0 - 900) <E5E018A7-FB3C-37A2-9769-49AFAC89FDE8> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUt ilities
        0x7fff8e909000 -     0x7fff8e99dfff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8e9a6000 -     0x7fff8e9d2fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff8e9d3000 -     0x7fff8e9e9ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff8ea97000 -     0x7fff8ed66ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8ee02000 -     0x7fff8ee04ff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8ee84000 -     0x7fff8ee84ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff8eef6000 -     0x7fff8ef94fff  com.apple.Metadata (10.7.0 - 916) <DA8A1D18-19FE-37B3-BE12-85C5B0A00736> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8ef95000 -     0x7fff8ef95fff  com.apple.WebKit2 (10600 - 10600.1.25) <32C26838-0090-388F-B5E3-DFB597B9B37B> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff8ef96000 -     0x7fff8ef9eff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8ef9f000 -     0x7fff8efbaff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
        0x7fff8efbf000 -     0x7fff8efdaff7  com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8efed000 -     0x7fff8f011ff7  com.apple.facetimeservices (10.0 - 1000) <52EE049F-36E3-35C8-9304-7878AF7AC241> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff8f012000 -     0x7fff8f04dfff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8f04e000 -     0x7fff8f056fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
        0x7fff8f088000 -     0x7fff8f092ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8f093000 -     0x7fff8f0c1fff  com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8f0c2000 -     0x7fff8f1feffb  com.apple.WebKitLegacy (10600 - 10600.1.25) <EE3A7515-AC7B-30D3-A4DC-EB0D36E88E4B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy. framework/Versions/A/WebKitLegacy
        0x7fff8f20e000 -     0x7fff8f224ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <B5E5ADF2-BBE8-30D9-83BC-74D0D450CF42> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8f225000 -     0x7fff8f227ff7  com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8f228000 -     0x7fff8f31aff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff8f31b000 -     0x7fff8f31bfff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8f31c000 -     0x7fff8f5c8fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8f5c9000 -     0x7fff8f5cbfff  com.apple.EFILogin (2.0 - 2) <F0269EE2-3686-3A8A-8B83-F86974E35E90> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8f5cc000 -     0x7fff8f8fffff  libmecabra.dylib (666) <2CE5540A-D412-3D53-9E11-86C24D61713B> /usr/lib/libmecabra.dylib
        0x7fff8f905000 -     0x7fff8fa47fff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
        0x7fff8fa48000 -     0x7fff8fddefff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8fddf000 -     0x7fff8ff3dff3  com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8ff3e000 -     0x7fff901f2ff7  com.apple.WebKit (10600 - 10600.1.25) <84496A10-D8E5-3E8C-93B1-98D5AE790922> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff901f3000 -     0x7fff901f7fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
        0x7fff901f8000 -     0x7fff90217fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
        0x7fff9023c000 -     0x7fff90245ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff90260000 -     0x7fff902bbfff  com.apple.QuickLookFramework (5.0 - 675) <D71CD23B-643B-341B-A890-57FE099B36C7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff90317000 -     0x7fff90360ff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff90361000 -     0x7fff903b4ffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
        0x7fff903b5000 -     0x7fff9042dff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff90470000 -     0x7fff90588ffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff90589000 -     0x7fff905daff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff905db000 -     0x7fff905e1fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
        0x7fff9067d000 -     0x7fff906b7ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff906b8000 -     0x7fff906e3fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff90735000 -     0x7fff909affff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff909b0000 -     0x7fff909c4ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
        0x7fff909c5000 -     0x7fff909cefff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff90ab1000 -     0x7fff90ac1ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
        0x7fff90ac2000 -     0x7fff90bd9fe7  libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff90c19000 -     0x7fff90c21fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff90c2f000 -     0x7fff90c30fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
        0x7fff90c31000 -     0x7fff90d0eff7  com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff90d0f000 -     0x7fff90d1aff7  com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff90d1b000 -     0x7fff90d1bfff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff90d1c000 -     0x7fff90eaafff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff90eab000 -     0x7fff90eaefff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff90eaf000 -     0x7fff913c2ff3  com.apple.JavaScriptCore (10600 - 10600.1.17) <CE5255CC-E13F-3694-B6DD-5285356BFCC0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff91e55000 -     0x7fff91e8dfff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff91f02000 -     0x7fff91f0affb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
        0x7fff91f0b000 -     0x7fff91f16ff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
        0x7fff9223e000 -     0x7fff922cafff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff92401000 -     0x7fff92470fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff92471000 -     0x7fff92485ff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff9248b000 -     0x7fff924b8ffb  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <3646ECEF-1875-31CD-B614-FBE29A7500EF> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
        0x7fff924b9000 -     0x7fff924baff7  com.apple.AddressBook.ContactsData (9.0 - 1498) <2F7F3C93-9F1E-3E43-851B-F639EF37D552> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
        0x7fff924bb000 -     0x7fff924bdfff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
        0x7fff924be000 -     0x7fff926feff7  com.apple.AddressBook.framework (9.0 - 1498) <EFCD7F23-4654-3B3F-997B-88054D29D442> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff926ff000 -     0x7fff9286aff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff9286b000 -     0x7fff9286bfff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff9286c000 -     0x7fff928c7fff  libTIFF.dylib (1231) <ACC9ED11-EED8-3A23-B452-3F40FF7EF435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff928c8000 -     0x7fff9290eff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff9290f000 -     0x7fff92af4ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
        0x7fff92af5000 -     0x7fff92b5aff7  com.apple.ids (10.0 - 1000) <12E5717E-8D63-3B70-BB46-A60AFB02CCAE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff92b5b000 -     0x7fff92b61fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff92b62000 -     0x7fff92b8efff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
        0x7fff92b8f000 -     0x7fff92b98fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff92df7000 -     0x7fff92e08ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
        0x7fff92e3b000 -     0x7fff92e87fff  com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff92e88000 -     0x7fff92e9aff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
        0x7fff92e9b000 -     0x7fff92ec1ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff92ec2000 -     0x7fff92ec3ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff92ec4000 -     0x7fff92edbff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLi

  • My Macbook pro (early 2011)become very slow after maverick install

    Hi,
    My Macbook Pro (early 2011) has become very slow after installing Maverick.
    System is struggling to open any web pages, apps etc.. Even booting time is more than 5 mins. My macbook has 8 GB Ram and 750GM memory and also got 200GB of free space memory..
    Could you please advice me on this. Thanks

    etresoft  a long time contributer to Apple Support Communities wrote a very useful app he called etrecheck which helps in diagnosing many problems caused by third party installs etc.. Go to his website, read his information and from there download and run the program according to his instructions
    http://www.etresoft.com/etrecheck
    Download, run and post the results back here.
    Pete

  • Macbook pro Early 2011 running Maverick 10.9.3 running slow

    Hey all,
    I understand there are a lot of threads for this, but I have struggled in decipheirng the right one for me.
    I currently have an early 2011 Mac Pro. its running the latest OSX. The problem i am having is that the start up time has increased a lot. It now take 120secs for it to to start up and for me to open up and load safari. It takes the most time during the grey apple screen as it loads and also after initial start up, it almost freezes on the home page as it starts up.
    I have attempted to clear hard drive space, repaired any permission issues, used clean my mac to clear any dead cache files.
    Any other ideas would be very helpful?
    Thanks
    Abbi 

    Crash repo
     rt 2: 
    Process:         WindowServer [93]
    Path:            /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/WindowSe rver
    Identifier:      WindowServer
    Version:         599.23.13
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    Responsible:     WindowServer [93]
    User ID:         88
    Date/Time:       2014-06-08 05:22:58.235 +0100
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  FC677C13-FD72-DF87-00B7-0233550DFF6B
    Sleep/Wake UUID: C45C5FDE-5682-4659-83B4-DA3050A7689C
    Crashed Thread:  6  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000001189aa000
    VM Regions Near 0x1189aa000:
        VM_ALLOCATE            0000000118464000-00000001189aa000 [ 5400K] rw-/rwx SM=PRV 
    -->
        IOKit                  000000011a15c000-000000011a856000 [ 7144K] rw-/rw- SM=ALI 
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                                0x00007fff961eca56 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff97778dc5 _dispatch_group_wait_slow + 208
    2   com.apple.CoreGraphics                            0x00007fff8e938cd0 CGLayerComposite + 580
    3   com.apple.CoreGraphics                            0x00007fff8e77b8da WSRedrawCapturedWindows + 2174
    4   com.apple.CoreGraphics                            0x00007fff8e75fb7b device_composite_windows + 413
    5   com.apple.CoreGraphics                            0x00007fff8e75f5d2 __displayWillSleepWithImages_block_invoke + 304
    6   com.apple.CoreGraphics                            0x00007fff8e75f451 mp_display_will_sleep_common + 225
    7   com.apple.CoreGraphics                            0x00007fff8e75f36a displayWillSleepWithImages + 126
    8   com.apple.framework.IOKit                  0x00007fff9248f14a IOFBDispatchMessageNotification + 240
    9   com.apple.CoreGraphics                            0x00007fff8e75d7c0 displayNotification + 242
    10  com.apple.CoreGraphics                         0x00007fff8e8ab78b post_port_data + 228
    11  com.apple.CoreGraphics                         0x00007fff8e8aa1e7 CGXRunOneServicesPass + 1282
    12  com.apple.CoreGraphics                         0x00007fff8e8aa5c6 CGXServer + 807
    13  WindowServer                         0x0000000102c1bf96 main + 9
    14  libdyld.dylib                               0x00007fff8dc665fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                                0x00007fff961f1662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff97774421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff97774136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                                0x00007fff961eca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                                0x00007fff961ebd18 mach_msg + 64
    2   com.apple.CoreFoundation                     0x00007fff95390fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                     0x00007fff953905e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                     0x00007fff9538ff25 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                     0x00007fff95445811 CFRunLoopRun + 97
    6   com.apple.CoreGraphics                            0x00007fff8e61092c eventThread + 263
    7   libsystem_pthread.dylib                            0x00007fff8b788899 _pthread_body + 138
    8   libsystem_pthread.dylib                            0x00007fff8b78872a _pthread_start + 137
    9   libsystem_pthread.dylib                            0x00007fff8b78cfc9 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                                0x00007fff961eca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                                0x00007fff961ebd18 mach_msg + 64
    2   com.apple.QuartzCore                                 0x00007fff89ed0377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                                 0x00007fff89ed02ad thread_fun + 25
    4   libsystem_pthread.dylib                            0x00007fff8b788899 _pthread_body + 138
    5   libsystem_pthread.dylib                            0x00007fff8b78872a _pthread_start + 137
    6   libsystem_pthread.dylib                            0x00007fff8b78cfc9 thread_start + 13
    Thread 4:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                                0x00007fff961f0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                            0x00007fff8b78ac3b _pthread_cond_wait + 727
    2   com.apple.QuartzCore                                 0x00007fff89ed0ca7 CA::DispatchGroup::~DispatchGroup() + 53
    3   com.apple.QuartzCore                                 0x00007fff89fa4d82 CA::OGL::SW::scan_convert(CA::OGL::SW::RenderState const*, CA::OGL::SW::Poly*, unsigned int, unsigned int) + 730
    4   com.apple.QuartzCore                                 0x00007fff89fa50fa CA::OGL::SW::draw_polygon(CA::OGL::Vertex*, unsigned int, void*) + 872
    5   com.apple.QuartzCore                                 0x00007fff89f83535 CA::OGL::clip_primitives(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, int const*, CA::OGL::ClipPlane const*, CA::Transform const*, CA::OGL::Vertex*, unsigned int, void (*)(CA::OGL::Vertex*, unsigned int, void*), void*, bool) + 1437
    6   com.apple.QuartzCore                                 0x00007fff89fa53d1 CA::OGL::SWContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 691
    7   com.apple.QuartzCore                                 0x00007fff89eeaf42 CA::OGL::Context::array_flush() + 62
    8   com.apple.QuartzCore                                 0x00007fff89ef506e CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&) + 322
    9   com.apple.QuartzCore                                 0x00007fff89fbbc52 CA::OGL::TiledImageGeometry::draw_tiles(bool, bool) + 3784
    10  com.apple.QuartzCore                              0x00007fff89fbc704 CA::OGL::draw_tiled_image(CA::OGL::Context&, CA::Render::TiledTexture*, CA::OGL::TextureFilter, CA::OGL::TextureFilter, float, CA::OGL::ContentsGeometry const&, bool) + 72
    11  com.apple.QuartzCore                              0x00007fff89ef33e6 CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 2129
    12  com.apple.QuartzCore                              0x00007fff89ef2933 CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 57
    13  com.apple.QuartzCore                              0x00007fff89ef19e1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433
    14  com.apple.QuartzCore                              0x00007fff89ef17b5 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144
    15  com.apple.QuartzCore                              0x00007fff89ef29d6 CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220
    16  com.apple.QuartzCore                              0x00007fff89ef19e1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433
    17  com.apple.QuartzCore                              0x00007fff89ef17b5 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144
    18  com.apple.QuartzCore                              0x00007fff89ef29d6 CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220
    19  com.apple.QuartzCore                              0x00007fff89ef19e1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433
    20  com.apple.QuartzCore                              0x00007fff89ef17b5 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144
    21  com.apple.QuartzCore                              0x00007fff89eeeafb CA::OGL::render_root_layers(CA::OGL::Renderer&, x_link_struct const*, CA::OGL::Gstate const&) + 331
    22  com.apple.QuartzCore                              0x00007fff89ee7430 CA::OGL::Renderer::render(CA::Render::Update const*) + 714
    23  com.apple.QuartzCore                              0x00007fff89ee70ef CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*) + 236
    24  com.apple.QuartzCore                              0x00007fff89f800f6 CARenderOGLRender + 18
    25  com.apple.CoreGraphics                         0x00007fff8e89c0a5 CGLayerKitFetch + 509
    26  com.apple.CoreGraphics                         0x00007fff8e680c4d layer_blit_byte + 1429
    27  com.apple.CoreGraphics                         0x00007fff8e939a45 layer_blit_entry + 833
    28  com.apple.CoreGraphics                         0x00007fff8e9396fb layer_blit_entry_block + 9
    29  libdispatch.dylib                    0x00007fff9777228d _dispatch_client_callout + 8
    30  libdispatch.dylib                    0x00007fff97774082 _dispatch_root_queue_drain + 326
    31  libdispatch.dylib                    0x00007fff97775177 _dispatch_worker_thread2 + 40
    32  libsystem_pthread.dylib                         0x00007fff8b789ef8 _pthread_wqthread + 314
    33  libsystem_pthread.dylib                         0x00007fff8b78cfb9 start_wqthread + 13
    Thread 5:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.QuartzCore                                 0x00007fff89fa862c void CA::OGL::SW::image_sampler<CA::OGL::SW::Format::XRGB8_Host, unsigned int, false, false, false, false>(CA::OGL::SW::SamplerData const*, unsigned int, unsigned int*, unsigned int) + 64
    1   com.apple.QuartzCore                                 0x00007fff89f9fd20 CA::OGL::SW::sample_texture(CA::OGL::SWContext&, CA::OGL::SW::Texture const*, int, unsigned int, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex const*, unsigned char, unsigned int, unsigned int*) + 962
    2   com.apple.QuartzCore                                 0x00007fff89fa3067 CA::OGL::SW::scanline(CA::OGL::SW::ScanState const*, int, int, int, CA::OGL::SW::Poly::Vertex*, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex*, CA::OGL::SW::Poly::Vertex const*, unsigned int) + 428
    3   com.apple.QuartzCore                                 0x00007fff89fa497f CA::OGL::SW::scan_convert_thread(void*, void*) + 2791
    4   com.apple.QuartzCore                                 0x00007fff89ed0cfb CA::DispatchGroup::dispatch(bool) + 23
    5   libdispatch.dylib                       0x00007fff9777228d _dispatch_client_callout + 8
    6   libdispatch.dylib                       0x00007fff97774082 _dispatch_root_queue_drain + 326
    7   libdispatch.dylib                       0x00007fff97775177 _dispatch_worker_thread2 + 40
    8   libsystem_pthread.dylib                            0x00007fff8b789ef8 _pthread_wqthread + 314
    9   libsystem_pthread.dylib                            0x00007fff8b78cfb9 start_wqthread + 13
    Thread 6 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.QuartzCore                                 0x00007fff89fa862a void CA::OGL::SW::image_sampler<CA::OGL::SW::Format::XRGB8_Host, unsigned int, false, false, false, false>(CA::OGL::SW::SamplerData const*, unsigned int, unsigned int*, unsigned int) + 62
    1   com.apple.QuartzCore                                 0x00007fff89f9fd20 CA::OGL::SW::sample_texture(CA::OGL::SWContext&, CA::OGL::SW::Texture const*, int, unsigned int, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex const*, unsigned char, unsigned int, unsigned int*) + 962
    2   com.apple.QuartzCore                                 0x00007fff89fa3067 CA::OGL::SW::scanline(CA::OGL::SW::ScanState const*, int, int, int, CA::OGL::SW::Poly::Vertex*, CA::OGL::SW::Poly::Vertex const*, CA::OGL::SW::Poly::Vertex*, CA::OGL::SW::Poly::Vertex const*, unsigned int) + 428
    3   com.apple.QuartzCore                                 0x00007fff89fa497f CA::OGL::SW::scan_convert_thread(void*, void*) + 2791
    4   com.apple.QuartzCore                                 0x00007fff89ed0cfb CA::DispatchGroup::dispatch(bool) + 23
    5   libdispatch.dylib                       0x00007fff9777228d _dispatch_client_callout + 8
    6   libdispatch.dylib                       0x00007fff97774082 _dispatch_root_queue_drain + 326
    7   libdispatch.dylib                       0x00007fff97775177 _dispatch_worker_thread2 + 40
    8   libsystem_pthread.dylib                            0x00007fff8b789ef8 _pthread_wqthread + 314
    9   libsystem_pthread.dylib                            0x00007fff8b78cfb9 start_wqthread + 13
    Thread 7:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                                0x00007fff961f0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                            0x00007fff8b78ac3b _pthread_cond_wait + 727
    2   com.apple.QuartzCore                                 0x00007fff89ed0ca7 CA::DispatchGroup::~DispatchGroup() + 53
    3   com.apple.QuartzCore                                 0x00007fff89fa4d82 CA::OGL::SW::scan_convert(CA::OGL::SW::RenderState const*, CA::OGL::SW::Poly*, unsigned int, unsigned int) + 730
    4   com.apple.QuartzCore                                 0x00007fff89fa50fa CA::OGL::SW::draw_polygon(CA::OGL::Vertex*, unsigned int, void*) + 872
    5   com.apple.QuartzCore                                 0x00007fff89f83535 CA::OGL::clip_primitives(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, int const*, CA::OGL::ClipPlane const*, CA::Transform const*, CA::OGL::Vertex*, unsigned int, void (*)(CA::OGL::Vertex*, unsigned int, void*), void*, bool) + 1437
    6   com.apple.QuartzCore                                 0x00007fff89fa53d1 CA::OGL::SWContext::draw_elements(CA::OGL::PrimitiveMode, unsigned int, unsigned short const*, CA::OGL::Vertex const*, unsigned int, unsigned int, CA::OGL::ClipPlane const*) + 691
    7   com.apple.QuartzCore                                 0x00007fff89eeaf42 CA::OGL::Context::array_flush() + 62
    8   com.apple.QuartzCore                                 0x00007fff89ef506e CA::OGL::Context::ClippedArray::next_rect(CA::Bounds&) + 322
    9   com.apple.QuartzCore                                 0x00007fff89fbbc52 CA::OGL::TiledImageGeometry::draw_tiles(bool, bool) + 3784
    10  com.apple.QuartzCore                              0x00007fff89fbc704 CA::OGL::draw_tiled_image(CA::OGL::Context&, CA::Render::TiledTexture*, CA::OGL::TextureFilter, CA::OGL::TextureFilter, float, CA::OGL::ContentsGeometry const&, bool) + 72
    11  com.apple.QuartzCore                              0x00007fff89ef33e6 CA::OGL::render_contents_background(CA::OGL::Renderer&, CA::OGL::Layer const*) + 2129
    12  com.apple.QuartzCore                              0x00007fff89ef2933 CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 57
    13  com.apple.QuartzCore                              0x00007fff89ef19e1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433
    14  com.apple.QuartzCore                              0x00007fff89ef17b5 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144
    15  com.apple.QuartzCore                              0x00007fff89ef29d6 CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220
    16  com.apple.QuartzCore                              0x00007fff89ef19e1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433
    17  com.apple.QuartzCore                              0x00007fff89ef17b5 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144
    18  com.apple.QuartzCore                              0x00007fff89ef29d6 CA::OGL::LayerNode::apply(float, CA::OGL::Surface**, float*) + 220
    19  com.apple.QuartzCore                              0x00007fff89ef19e1 CA::OGL::ImagingNode::render(CA::OGL::ImagingNode::RenderClosure*, unsigned int) + 433
    20  com.apple.QuartzCore                              0x00007fff89ef17b5 CA::OGL::render_layers(CA::OGL::Renderer&, CA::OGL::Layer*) + 144
    21  com.apple.QuartzCore                              0x00007fff89eeeafb CA::OGL::render_root_layers(CA::OGL::Renderer&, x_link_struct const*, CA::OGL::Gstate const&) + 331
    22  com.apple.QuartzCore                              0x00007fff89ee7430 CA::OGL::Renderer::render(CA::Render::Update const*) + 714
    23  com.apple.QuartzCore                              0x00007fff89ee70ef CA::OGL::render(CA::OGL::Renderer&, CA::Render::Update*) + 236
    24  com.apple.QuartzCore                              0x00007fff89f800f6 CARenderOGLRender + 18
    25  com.apple.CoreGraphics                         0x00007fff8e89c0a5 CGLayerKitFetch + 509
    26  com.apple.CoreGraphics                         0x00007fff8e680c4d layer_blit_byte + 1429
    27  com.apple.CoreGraphics                         0x00007fff8e939a45 layer_blit_entry + 833
    28  com.apple.CoreGraphics                         0x00007fff8e9396fb layer_blit_entry_block + 9
    29  libdispatch.dylib                    0x00007fff9777228d _dispatch_client_callout + 8
    30  libdispatch.dylib                    0x00007fff97774082 _dispatch_root_queue_drain + 326
    31  libdispatch.dylib                    0x00007fff97775177 _dispatch_worker_thread2 + 40
    32  libsystem_pthread.dylib                         0x00007fff8b789ef8 _pthread_wqthread + 314
    33  libsystem_pthread.dylib                         0x00007fff8b78cfb9 start_wqthread + 13
    Thread 8:
    0   libsystem_pthread.dylib                            0x00007fff8b78cfac start_wqthread + 0
    Thread 9:
    0   libsystem_kernel.dylib                                0x00007fff961f0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                            0x00007fff8b789f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                            0x00007fff8b78cfb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                                0x00007fff961f0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                            0x00007fff8b789f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                            0x00007fff8b78cfb9 start_wqthread + 13
    Thread 6 crashed with X86 Thread State (64-bit):
      rax: 0x00000000ff2e2513  rbx: 0x0000000000008000  rcx: 0x0000000000008000  rdx: 0x00000001189aa000
      rdi: 0x00000000001de200  rsi: 0x0000000000000100  rbp: 0x000000011626d8c0  rsp: 0x000000011626d8c0
       r8: 0x0000000000010000   r9: 0x00000000ff000000  r10: 0x000000011ae60400  r11: 0x0000000000ff8000
      r12: 0x0000000000000500  r13: 0x0000000000008000  r14: 0x0000000000000308  r15: 0x0000000000010000
      rip: 0x00007fff89fa862a  rfl: 0x0000000000010282  cr2: 0x00000001189aa000
    Logical CPU:     0
    Error Code:      0x00000006
    Trap Number:     14
    Binary Images:
           0x102c1b000 -        0x102c1bffd  WindowServer (599.23.13) <44570FC1-275F-3348-AA99-C896D3FAAEFF> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
           0x102df3000 -        0x102df4fff  com.apple.driver.AppleIntelHD3000GraphicsGA (8.24.13 - 8.2.4) <AD1C2BE5-FACA-3B1F-9C23-E33555FAC759> /System/Library/Extensions/AppleIntelHD3000GraphicsGA.plugin/Contents/MacOS/App leIntelHD3000GraphicsGA
           0x1481ba000 -        0x1481c8ff7  com.apple.AppleGVACoreFramework (7.1.16 - 7.1.16) <CDE236C9-7922-30A3-9B52-1CAD1C83B288> /System/Library/PrivateFrameworks/AppleGVACore.framework/AppleGVACore
           0x1481ff000 -        0x14820afff  libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
        0x123400000000 -     0x12340034dff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.24.13 - 8.2.4) <51BA14A4-A2B5-3895-8B9A-E7D71CAC3E5B> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
        0x7fff69e40000 -     0x7fff69e73817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff89b13000 -     0x7fff89b15fff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff89b16000 -     0x7fff89b17ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff89b18000 -     0x7fff89b3fff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff89c69000 -     0x7fff89cd6fff  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
        0x7fff89d38000 -     0x7fff89e1fff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff89e2d000 -     0x7fff89e3cff8  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
        0x7fff89ea9000 -     0x7fff8a045ff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8a046000 -     0x7fff8a05dff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8a062000 -     0x7fff8a06bfff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8a1a8000 -     0x7fff8a589ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8a58a000 -     0x7fff8a58bff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8a60b000 -     0x7fff8a6d4fff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8b315000 -     0x7fff8b33efff  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
        0x7fff8b341000 -     0x7fff8b34eff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8b34f000 -     0x7fff8b64dfff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8b64e000 -     0x7fff8b654ff7  libCGXCoreImage.A.dylib (599.23.13) <9268220D-A9A2-3DCA-964E-196CCD68B04F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
        0x7fff8b6fa000 -     0x7fff8b70afff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8b739000 -     0x7fff8b745ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8b787000 -     0x7fff8b78eff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8b7ae000 -     0x7fff8b7b9fff  libkxld.dylib (2422.100.13) <67D079F8-6C48-3F42-9FBE-26F1ADA03DC4> /usr/lib/system/libkxld.dylib
        0x7fff8b7ba000 -     0x7fff8b7e9ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8b932000 -     0x7fff8b93fff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8b940000 -     0x7fff8b949ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8bd90000 -     0x7fff8bdffff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8ce65000 -     0x7fff8ce6cfff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8d2ec000 -     0x7fff8d5d6fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8d95d000 -     0x7fff8dc2dffc  com.apple.CoreImage (9.2.8) <1509987F-5671-3AE3-91C7-18E952ED90C7> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8dc2e000 -     0x7fff8dc33ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff8dc34000 -     0x7fff8dc38fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff8dc63000 -     0x7fff8dc66ff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
        0x7fff8dcce000 -     0x7fff8dcd9ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8dd98000 -     0x7fff8dff2ffd  com.apple.security (7.0 - 55471.14.4) <1D5DA20E-DB48-3E1D-9BF5-BAA694192B25> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8e0bd000 -     0x7fff8e0f6ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8e42f000 -     0x7fff8e434fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8e435000 -     0x7fff8ed54f43  com.apple.CoreGraphics (1.600.0 - 599.23.13) <3A1952C7-1D67-3DEC-A5AB-5399FF4F2A92> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8ed55000 -     0x7fff8ef0dffb  libicucore.A.dylib (511.32) <A7CE7DAD-D3AD-36A2-BE4F-25C5F21FADBB> /usr/lib/libicucore.A.dylib
        0x7fff8ef0e000 -     0x7fff8ef0fff7  libsystem_sandbox.dylib (278.11) <B46E4040-A8C6-3EBC-91F8-F1CB01106614> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8ef10000 -     0x7fff8ef10fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8ef11000 -     0x7fff8ef62ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8ef63000 -     0x7fff8ef7eff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8f758000 -     0x7fff8f79aff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8f79b000 -     0x7fff8f7c7fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8f7c8000 -     0x7fff8f878ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8f911000 -     0x7fff8f918ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff8f919000 -     0x7fff8f91dff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff8f91e000 -     0x7fff8f965ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
        0x7fff8f9d2000 -     0x7fff8f9dafff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8f9ee000 -     0x7fff8fadfff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff90bc8000 -     0x7fff90cceff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff90d31000 -     0x7fff90edef27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff90f67000 -     0x7fff90fcbfff  com.apple.datadetectorscore (5.0 - 354.4) <37093186-6019-3071-8D67-F3EF429F8F08> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff90fcc000 -     0x7fff9116cff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff9116d000 -     0x7fff9116eff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
        0x7fff911e2000 -     0x7fff911e9fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff91235000 -     0x7fff91250ff7  libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff91252000 -     0x7fff913c0ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff91437000 -     0x7fff914c0ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff914c1000 -     0x7fff914cbff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff915e1000 -     0x7fff91606ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff91614000 -     0x7fff91630fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff91631000 -     0x7fff91639ff3  libCGCMS.A.dylib (599.23.13) <59F7AEED-90EB-35C2-85A6-5BC44CC9B3FA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff91834000 -     0x7fff9183cffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff91f3b000 -     0x7fff9208fff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff921d4000 -     0x7fff921d5fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff921ef000 -     0x7fff92254ffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff9226b000 -     0x7fff923d1fff  libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff923d2000 -     0x7fff923d2fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff923da000 -     0x7fff92419fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff9247d000 -     0x7fff924e9fff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff924ea000 -     0x7fff9257aff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff925ba000 -     0x7fff925cbff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff92624000 -     0x7fff9270efff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff92727000 -     0x7fff9272eff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
        0x7fff9272f000 -     0x7fff92730fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff92731000 -     0x7fff92733fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff92741000 -     0x7fff92744ffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff92745000 -     0x7fff92833fff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff9289e000 -     0x7fff9298dfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff92a79000 -     0x7fff92aa2ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff92be7000 -     0x7fff92cb2fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff92cb3000 -     0x7fff92cb3ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff92cb4000 -     0x7fff92e24ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff92e9b000 -     0x7fff92ea0fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff92ea4000 -     0x7fff92ea5ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff93384000 -     0x7fff93446ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff93447000 -     0x7fff93462ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff93569000 -     0x7fff935c2fff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff935c3000 -     0x7fff935cdfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff935e5000 -     0x7fff9360dffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff93616000 -     0x7fff93663ff2  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
        0x7fff936cc000 -     0x7fff9372fffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff93d53000 -     0x7fff93d54fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff93d55000 -     0x7fff93d79ff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff93d82000 -     0x7fff93d8bff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff94293000 -     0x7fff94297ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff9439c000 -     0x7fff9439eff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff945f0000 -     0x7fff9461ffd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib

  • I have a Macbook Pro early 2011 running 10.7.5, does anyone know why it sounds like the fans are spinning really fast and loud. It's not like I'm using many applications at one time. Thank you.

    Trying to see why the fans are spinning real loud and fast. I dont have a nearby Apple store to take it to and Bestbuy wants to overcharge you for a bunch of uncertified geek squad employees working on them. Any help? Thanks in advance.

    Try resetting the  SMC http://support.apple.com/kb/ht3964
    MacBook Pro (15-inch Mid 2012), OS X Mavericks (10.9), i7 500GB 16GB RAM iPhone5 iOS7.0.3

  • My macbook pro has been running really slow out of nowhere

    Problem description:
    Macbook pro is all of a sudden being extremely slow. Anytime I click anywhere and even whenever I start typing something, the spinning rainbow beachball appears for like 15 seconds before anything happens. And even loading applications and internet webpages also takes a long time. After the problem arose, I upgraded to Yosemite thinking that it would resolve the problem, but it’s still hasn’t changed anything. Just a few months ago I changed my HDD to an SSD, and my mac was working perfectly fine until a few days ago. What’s going on and how can my mac work like normal again? Thanks.
    Below is my EtreCheck report
    EtreCheck version: 2.1.6 (109)
    Report generated January 16, 2015 at 3:26:40 PM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Technical Specifications)
      MacBook Pro - model: MacBookPro9,2
      1 2.9 GHz Intel Core i7 CPU: 2-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
      Battery Health: Normal - Cycle count 323
    Video Information: ℹ️
      Intel HD Graphics 4000
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Time since boot: 0:25:35
    Disk Information: ℹ️
      Samsung SSD 840 EVO 250GB disk0 : (250.06 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Samsung 840 EVO (disk1) / : 248.83 GB (232.13 GB free)
      Core Storage: disk0s2 249.20 GB Online
      HL-DT-ST DVDRW  GS31N 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Launch Agents: ℹ️
      [running] com.pharos.notify.plist [Support]
      [running] com.pharos.popup.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist [Support]
      [running] com.spotify.webhelper.plist [Support]
    User Login Items: ℹ️
      Caffeine Application  (/Applications/Caffeine.app)
      Spotify Application  (/Applications/Spotify.app)
    Internet Plug-ins: ℹ️
      MeetingJoinPlugin: Version: Unknown - SDK 10.6 [Support]
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
    3rd Party Preference Panes: ℹ️
      None
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          7% mds
          5% WindowServer
          0% fontd
          0% AppleSpell
          0% opendirectoryd
    Top Processes by Memory: ℹ️
      155 MB loginwindow
      146 MB Google Chrome
      129 MB mds_stores
      103 MB Spotify
      94 MB Spotify Helper
    Virtual Memory Information: ℹ️
      5.20 GB Free RAM
      1.99 GB Active RAM
      446 MB Inactive RAM
      945 MB Wired RAM
      1.16 GB Page-ins
      0 B Page-outs
    Diagnostics Information: ℹ️
      Jan 16, 2015, 03:02:08 PM Self test - passed

    Check that your third-party software is compatible with Yosemite: See App Compatibility Table - RoaringApps.
    If you have anti-malware software installed please uninstall it.
    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    4. Reinstall Yosemite: Reboot from the Recovery HD. Select Reinstall OS X from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    5. Reinstall Yosemite from Scratch:
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    How to Clean Install OS X Yosemite
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Windows 8 on Macbook Pro (early 2011)

    Hi,
    I want to install Windows 8 on my macbook pro (early 2011) running the new Mavericks 10.9, but im stucked at the formating process when installing windows 8.
    So first I go into boot camp and partition my disk as it guides me to. When It has finished and rebooted I'll hold the alt-option to select the windows disc (efi-boot). When I choose the language, typed the activationcode and all that, it wants me to format the partition i made, and thats when I got stucked. When i try to format it, it says:
    "Windows cannot be installed to this disk. The selected disk has an MBR partition table. On EFI systems, windows can only be installed to GTP disks.
    Windows cannot be installed to this disk. This computer's hardware may not support booting to this disk. Ensure that the disk's controller is enabled in the computer's BIOS menu."
    I downloaded my windows from dreamsparks microsoft, and im pretty sure it is the full version (not the upgrade). The file size is 3.6GB. I don't know if that can tell which version of windows it is.
    I don't know what to do about this problem, I need help please!
    Thanks

    bootcamp mean dual boot which mean a dual osx install
    virtual machine is installing another operating system as an applications so to speak
    http://en.wikipedia.org/wiki/Virtual_machine

  • Macbook pro (early-2011) os x 10.7.5 unexpected shutdown

    Hello ,
    my macbook pro (early-2011) running os x 10.7.5 has all of a sudden been unexpectedly shutting down . seems totally random . not many programs running , no processor heavy stuff . just fine , then ... blackness, off . starts back up just fine , no trace of anything weird (no crash report stuff , etc.) . then it happens again . and again . scary . help ?

    Intel-based Macs: Resetting the System Management Controller (SMC)

  • Why is my MacBook Pro (Early 2011) so slow!!!

    My Macbook Pro (Early 2011) with intel dual - core i7 4 gb RAM so slow. It came with Snow Leaopord and upgraded it to Lion, then uprgaded it to Mountain Lion. Whenever I run one of the Adobe CS5 apps it gets reeeeaaaaaaalllllllyyyy slow. It used to not get slow at all. Also when I have FCPX open it gets really slow. I used to be able to run Photoshop and Safari at the same time and now it is really slugish and slow. Is there anthing I can do to  clean it up and make t run faster?
    Thanks

    Follow Sig's suggeston in adding more RAM.
    Photoshop and FCP are RAM dependent applications.  With 4GB of RAM, open activity monitor and see your page outs and swap used. 
    I have 16GB installed - page outs - 0. swap used - 0.  see image below.
    8GB should be a perfect upgrade for what you're using it for.
    Good luck.

  • 15in Macbook Pro early 2011 won't shutoff nor can I run disk utilities. Any suggestions?

    Situation:
    I have a 15in Macbook Pro early 2011 that I can not shutdown nor can I run disk utility to repair any issues. I recently had it serviced to replace a failing hard drive.
    Known issues:
         - Disk Utility: Will not respond. A couple days ago I had to run it to repair some damage to harddrive. When I try to open it, it is frozen with the rainbow ball.
         - Shutdown: I can not shutdown or restart my computer as it freezes during shutdown with grey screen. I can manually turn it on and off by holding down the      power button.
         - Disc Drive: This may not be related but I can not eject DVD in the disc drive.
    Any thoughts or advice would be greatly appreciated. I currently live overseas (for school) so just going to an Apple store is not really a realistic option for me at this time. Thanks

    thetribes wrote:
    Situation:
    I recently had it serviced to replace a failing hard drive.
    Take it back to where you had it serviced, there is usually a ~90 day guarantee
    you can force a shutdown by holding the power button for longer than usual.

  • Macbook pro early 2011 freezes, slow, weird fan noise + trackpad jumping around

    Hi guys, see the Etrecheck report below. My 13' Macbook pro (early 2011) has been very slow for the last few months, the fan makes a weird blowing noise (several fellow students have looked around what the **** that noise was when it started doing it), and recently started freezing when opening iTunes, OpenOffice and even Firefox.
    OH AND my trackpad has jumping around without me even touching it.
    What do you guys think? What's the problem, what can I do? IF I take it in how much do you think it might cost?
    Problem description:
    Macbook is slow, freezes for few seconds regularly, and fan makes weird noise
    EtreCheck version: 2.0.11 (98)
    Report generated 7 Nov 2014 15:16:23 GMT
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Verified)
        MacBook Pro - model: MacBookPro8,1
        1 2.7 GHz Intel Core i7 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.9.5 (13F34) - Uptime: 6:13:14
    Disk Information: ℹ️
        TOSHIBA MK5065GSXF disk0 : (500,11 GB)
        S.M.A.R.T. Status: Verified
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (378.53 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-ST DVDRW  GS31N 
    USB Information: ℹ️
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Extensions
        [loaded]    com.sophos.kext.sav (9.2.50 - SDK 10.8) Support
        [loaded]    com.sophos.nke.swi (9.2.50 - SDK 10.8) Support
            /System/Library/Extensions
        [not loaded]    com.devguru.driver.SamsungComposite (1.2.48 - SDK 10.6) Support
        [loaded]    com.rim.driver.BlackBerryUSBDriverInt (0.0.74) Support
        [not loaded]    com.rim.driver.BlackBerryUSBDriverVSP (0.0.74) Support
            /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
        [not loaded]    com.devguru.driver.SamsungACMControl (1.2.48 - SDK 10.6) Support
        [not loaded]    com.devguru.driver.SamsungACMData (1.2.48 - SDK 10.6) Support
        [not loaded]    com.devguru.driver.SamsungMTP (1.2.48 - SDK 10.5) Support
        [not loaded]    com.devguru.driver.SamsungSerial (1.2.48 - SDK 10.6) Support
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.AOSNotificationOSX.plist
        [failed]    com.apple.softwareupdated.plist
        [failed]    com.apple.wdhelper.plist
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.hp.help.tocgenerator.plist Support
        [invalid?]    com.maintain.CocktailPurgeInactiveMemory.plist Support
        [invalid?]    com.maintain.CocktailSystemEvents.plist Support
        [loaded]    com.oracle.java.Java-Updater.plist Support
        [running]    com.rim.BBAlbumArtCacher.plist Support
        [running]    com.rim.BBLaunchAgent.plist Support
        [running]    com.sophos.uiserver.plist Support
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist Support
        [not loaded]    com.maintain.CocktailScheduler.plist Support
        [loaded]    com.oracle.java.Helper-Tool.plist Support
        [loaded]    com.oracle.java.JavaUpdateHelper.plist Support
        [running]    com.rim.BBDaemon.plist Support
        [running]    com.sophos.common.servicemanager.plist Support
        [loaded]    net.sourceforge.MonolingualHelper.plist Support
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.adobe.ARM.[...].plist Support
        [loaded]    com.google.keystone.agent.plist Support
        [not loaded]    com.spotify.webhelper.plist Support
    User Login Items: ℹ️
        TuneupMyMac    Application (/Applications/TuneupMyMac.app)
    Internet Plug-ins: ℹ️
        DirectorShockwave: Version: 12.1.0r150 - SDK 10.6 Support
        NPVirtools: Version: 4.0 Support
        Default Browser: Version: 537 - SDK 10.9
        Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
        AdobePDFViewerNPAPI: Version: 10.1.12 Support
        FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 Support
        Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        AdobePDFViewer: Version: 10.1.12 Support
        JavaAppletPlugin: Version: Java 7 Update 55 Check version
    User Internet Plug-ins: ℹ️
        RealPlayer Plugin: Version: (null) Support
    Safari Extensions: ℹ️
        Slick Savings
        Ebay Shopping Assistant
        Searchme
    3rd Party Preference Panes: ℹ️
        Flash Player  Support
        Flip4Mac WMV  Support
        Java  Support
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             6%    WindowServer
             1%    plugin-container
             1%    BBLaunchAgent
             0%    fontd
             0%    AppleSpell
    Top Processes by Memory: ℹ️
        464 MB    firefox
        90 MB    Finder
        82 MB    System Information
        82 MB    TuneupMyMac
        69 MB    InterCheck
    Virtual Memory Information: ℹ️
        565 MB    Free RAM
        1.37 GB    Active RAM
        746 MB    Inactive RAM
        1.14 GB    Wired RAM
        2.21 GB    Page-ins
        46 MB    Page-outs

    I did as you suggested and it it's definitely not freezing as much, though a little bit still. Thanks though!
    Trackpad is also still jumping around, but I figured that might have to be replaced anyways.
    Anything else you recommend that I could / should do?

  • Will Windows 7 Pro run with 16GB of Ram in Macbook Pro Early 2011 13-inch?

    Will Windows 7 Pro run with 16GB of Ram in Macbook Pro Early 2011 13-inch?, Does the brand of the Ram matter ?
    I installed Crucial 16 gb and the Mac runs just fine but Windows won't start. It gets to the login screen then it turns white.

    I decided to make another try today after some reading and googling the internet.
    I started windows with my old 4GB memory and changed the bootconfiguration with msconfig. I typed manually in max memory tp 16384 MB and saved the settings. Then I turned it off and inserted the 16GB ram again. Then it started really but when looking at the properties of my computer it says 16 GB installed but I can only use 2,16GB. So I opened msconfig again and changed the settings once more and restarted. Now it says 16GB installed but I can use 14,2GB so I guess it is ok now for some strange reason. I suppose the lost 1,8GB is for the system ?? Do I dare to turn it off again :-) what will it say next time ?
    I am so happy and greatful for all your help, I really really appreciate it and I hope my solution will come to use for someone else with same problem.
    Thank You all :-)

  • Why is my 15'' macbook pro Early 2011 slowing down in performance often?

    Why is my 15'' macbook pro Early 2011 slowing down in performance often? It's barely got anything in it and it lags alot of times. This is supposedly running on quad-core i7 2.2 yet I have to restart at times to make sure it gets better. Why is that so?
    I turn on activity monitor and there aren't even anything taking up power or memory. It just lags out of the blue.

    Activity Monitor may still offer a clue. By default, it shows only "My Processes," those related to your user account. To see the real picture, you need to set AM to show "All Processes" as in this view:
    Click the header "%CPU" to sort by usage. Most true resource hogs are only apparent in this view.

  • Fan problems, running asymmetric with macbook pro early 2011

    With Yosemite I have found that the fans are running asymmetric. With a any program running, the control of the fans run without any sense. I´ve tried to reset SMC, reinstall OS X 10.10, use some fan control software, uninstall all fan control software (FanControl 1.2, smcFancontrol, Macs fan control, etc), and nothing is working. When I install a fan control software, I can control left fan but not right one.
    I own a macbook pro early 2011
    Thank you for the help.

    You might consider that it's a hardware problem and not necessarily the OS.
    Perhaps malfunction of the fan with installation of Yosemite is mere coincidence, perhaps it went wrong with the increased speed/runtime one sometimes sees on a laptop during a big install.
    Could be worthwhile to have it looked at by the folks at the Apple store.
    The laptop is 3 years old, after all, and sometimes fans go bad.
    Good Luck!

  • Macbook Pro Early 2011 having issues

    Hi all
    I hope this message finds you all well.
    Sorry that my first post is one begging for help but with a gig 3 weeks away i am bricking it due to the fact that my macbook pro, early 2011 has been playing up of late. It first started having problems when the L shift key became stuck, not physically but after some investigation on here I used Karabiner software to ascertain the issue and disable the key.  However since then the computer hasnt run properly at all.
    I have tried disk repair and so forth, also run Avast virus check but the issues still persist.
    I run Traktor DJ software and for no reason the macbook has started glitching, spinning wheel of doom comes and everything slows down. I can't run simultaneous programmes and certainly can't run my Arkaos Grand VJ software at all which isn't good when we have a big gig in 3 weeks time.
    I have run the Etrecheck as shown below but I dont know what to make of it?!
    Can someone please give me some advice as I am stuck and cant rely on the laptop for the gig which will throw a real spanner in the works.
    Problem description:
    Runs slow, spinning wheel frequently, cannot run arkaos software, tractor software glitches regularly, L shift is stuck on (presently disabled using Karabiner software
    EtreCheck version: 2.0.4 (89)
    Report generated 16 October 2014 14:01:30 BST
    Hardware Information: ℹ️
      MacBook Pro (15-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,2
      1 2 GHz Intel Core i7 CPU: 4-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1440 x 900
      AMD Radeon HD 6490M - VRAM: 256 MB
    System Software: ℹ️
      OS X 10.9.4 (13E28) - Uptime: 9 days 1:39:24
    Disk Information: ℹ️
      ST500LM012 HN-M500MBB disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (104.69 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      JMicron Samsung S2 Portable 1 TB
      S.M.A.R.T. Status: Verified
      J-Unit (disk2s1) /Volumes/J-Unit : 1 TB (162.07 GB free)
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Karabiner.app
      [loaded] org.pqrs.driver.Karabiner (10.2.0 - SDK 10.9) Support
      /Library/Application Support/Avast/components/fileshield/unsigned
      [loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) Support
      /Library/Application Support/Avast/components/proxy/unsigned
      [loaded] com.avast.PacketForwarder (1.4 - SDK 10.9) Support
      /Library/Parallels/Parallels Service.app
      [not loaded] com.parallels.kext.prl_hid_hook (7.0 15095.768120) Support
      [not loaded] com.parallels.kext.prl_hypervisor (7.0 15095.768120) Support
      [not loaded] com.parallels.kext.prl_netbridge (7.0 15095.768120) Support
      [not loaded] com.parallels.kext.prl_usb_connect (7.0 15095.768120) Support
      [not loaded] com.parallels.kext.prl_vnic (7.0 15095.768120) Support
      /System/Library/Extensions
      [not loaded] com.caiaq.driver.NIUSBAudio2DJDriver (2.4.23) Support
      [not loaded] com.caiaq.driver.NIUSBAudio4DJDriver (2.4.23) Support
      [not loaded] com.caiaq.driver.NIUSBHardwareDriver (2.4.23) Support
      [not loaded] com.caiaq.driver.NIUSBTraktorAudio2Driver (2.4.23) Support
      [loaded] com.caiaq.driver.NIUSBTraktorKontrolS4Driver (2.4.23) Support
      [not loaded] com.caiaq.driver.NIUSBTraktorKontrolX1Driver (2.4.21) Support
      [not loaded] com.native-instruments.driver.NIUSBDeviceHelper (1.0.8) Support
      [loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.74) Support
      [not loaded] com.rim.driver.BlackBerryUSBDriverVSP (0.0.74) Support
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.avast.userinit.plist Support
      [loaded] com.divx.dms.agent.plist Support
      [loaded] com.divx.update.agent.plist Support
      [invalid?] com.parallels.desktop.launch.plist Support
      [loaded] com.parallels.DesktopControlAgent.plist Support
      [running] com.parallels.vm.prl_pcproxy.plist Support
      [running] com.rim.BBAlbumArtCacher.plist Support
      [running] com.rim.BBLaunchAgent.plist Support
      [loaded] org.gpgtools.gpgmail.enable-bundles.plist Support
      [loaded] org.gpgtools.gpgmail.patch-uuid-user.plist Support
      [running] org.gpgtools.Libmacgpg.xpc.plist Support
      [loaded] org.gpgtools.macgpg2.fix.plist Support
      [running] org.gpgtools.macgpg2.shutdown-gpg-agent.plist Support
      [loaded] org.gpgtools.macgpg2.updater.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [invalid?] com.adobe.SwitchBoard.plist Support
      [loaded] com.avast.init.plist Support
      [loaded] com.avast.uninstall.plist Support
      [loaded] com.avast.update.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [running] com.parallels.desktop.launchdaemon.plist Support
      [running] com.rim.BBDaemon.plist Support
      [loaded] org.gpgtools.gpgmail.patch-uuid.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [invalid?] com.avast.home.userinit.plist Support
      [loaded] com.divx.agent.postinstall.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [not loaded] com.spotify.webhelper.plist Support
    User Login Items: ℹ️
      smcFanControl Application (/Applications/smcFanControl.app)
      iTunesHelper ApplicationHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox Application (/Applications/Dropbox.app)
      Spotify UNKNOWN (missing value)
      TorBrowser UNKNOWN (missing value)
      Android File Transfer Agent Application (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
      Wondershare Helper Compact Application (/Users/[redacted]/Library/Application Support/Helper/Wondershare Helper Compact.app)
      SE Media Sync Helper ApplicationHidden (/Applications/Sony Ericsson Media Sync.app/Contents/Resources/SE Media Sync Helper.app)
      Karabiner Application (/Applications/Karabiner.app)
      NIHardwareAgent ApplicationHidden (/Library/Application Support/Native Instruments/Hardware/NIHardwareAgent.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Mismatch! Adobe recommends 15.0.0.189
      OVSHelper: Version: 1.1 Support
      DivXBrowserPlugin: Version: 2.2 Support
      Default Browser: Version: 537 - SDK 10.9
      SharePointBrowserPlugin: Version: 14.3.5 - SDK 10.6 Support
      Scorch: Version: 6.2.0 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    User Internet Plug-ins: ℹ️
      Picasa: Version: 1.0 - SDK 10.6 Support
    Safari Extensions: ℹ️
      AdBlock
      wrc
    3rd Party Preference Panes: ℹ️
      DivX  Support
      Flash Player  Support
      GPGPreferences  Support
      Native Instruments USB Audio  Support
      Perian  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 499.25 GB Disk used: 394.56 GB
      Destinations:
      Stampatron II [Local]
      Total size: 499.76 GB
      Total number of backups: 8
      Oldest backup: 2014-10-08 21:14:51 +0000
      Last backup: 2014-10-09 04:18:39 +0000
      Size of backup disk: Too small
      Backup size 499.76 GB < (Disk used 394.56 GB X 3)
      Backup [Local]
      Total size: 499.94 GB
      Total number of backups: 1
      Oldest backup: 2014-09-20 07:40:57 +0000
      Last backup: 2014-09-20 07:40:57 +0000
      Size of backup disk: Too small
      Backup size 499.94 GB < (Disk used 394.56 GB X 3)
    Top Processes by CPU: ℹ️
          5% WindowServer
          3% bluetoothaudiod
          2% com.avast.daemon
          1% iTunes
          1% Safari
    Top Processes by Memory: ℹ️
      205 MB Safari
      106 MB com.apple.WebKit.WebContent
      90 MB com.avast.daemon
      69 MB Finder
      43 MB iTunes
    Virtual Memory Information: ℹ️
      34 MB Free RAM
      1.03 GB Active RAM
      1.01 GB Inactive RAM
      1.27 GB Wired RAM
      20.97 GB Page-ins
      2.19 GB Page-outs

    You  have Avast installed which could be causing some problems for your Mac's operation. Use the Avast uninstaller and get rid of it.
    Boot into Recovery mode by holding down the Command and R keys together and use Disk Utility there to Repair your hard drive and repair disk permissions.
    Hope that helps.
    As for the shift key, you should take the computer to the Apple Genius Bar and have them look at it.

Maybe you are looking for

  • Data recovery after "replace" load

    Hi all, we have lost data in HFM application by loading data using "replace" mode. Is it possible to recover lost data? If yes, how? Thanks, Vlado

  • Can't download file from Gmail...

    I have the latest version of Safari and now I can't download files from my Gmail...

  • Link to document not opening document in browser or client app

    hi All, i am using office 365 e1, i have aspx page on which we are fetching link of document and showing using CSOM. when user click on link instead of opening in client app or browser it is downloading.  if you have solution please help me

  • Is there a fix for the wifi issue with 5.01 yet?

    After my g3 installed the 5.01 lollipop there is lag in app selection and web and email speeds are worse that dial up now. what can be done that works?

  • Query on Price List Qualifiers

    Hi, I am trying to understand the functionality of pricing manager in 11.5.3. What is the meaning of attaching a modifier list as qualifier to price list? i.e. 1. I have 2 price lists named Coporate and Base List. 2. I attach Corporate Price list as