Tabs in Safari close very slowly.

Closing tabs in Safari is painfully slow. This problem happens intermittently, with no discernable pattern. It is unaffected by the number of tabs that I have open. It occurs whether I press cmd+T, or whether I close a tab using the mouse.
Closing one tab takes ~4 seconds. There is 1.5 seconds where Safari is unresponsive and my cursor remains an arrow. Then my cursor becomes the "pinwheel" for ~3 seconds, and finally the tab closes and I am back in action. The rest of the OS remains responsive during these 4 seconds.
Any ideas for what I can do? It is absolutely infuriating. It's been going on for many months, and I ended up re-installing OS X, but the problem persists! I have done some searching, but haven't seen anybody else online with this problem.
Very many thanks.

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. Don't log in as root.
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%%'; AC="com.autodesk.AutoCAD  com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; 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; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/(\/Users\/)[^/]+/\1-/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 -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]: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 FireWire Thunderbolt USB; do o=`SP $b | sed -En '/:$/{s/ *:$//;x;s/\n//;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};/Apple|Broadcom|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"; fdesetup status | grep -q On && o=on || o=; Ps "FileVault"; 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" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | 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|openld|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 | egrep -v 'com\.apple\.(CSConfig|server)' | 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*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { 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 | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; 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}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print $3}'`; Ps "Netmask"; 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; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; 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 'id: N|te: 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, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, 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 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • Safari loading very slowly - Firefox loads immediately

    I have seen a few postings about Safari loading slowly since the upgrade to Yosemite but this is really starting to aggravate me now.  I am having no problem whatsoever when loading the same pages in Firefox - which in fact is how I am having to write this posting.
    Is ti just me?
    Any ideas greatly appreciated.

    Linc
    While I was aware of this posting I have my concerns about whether it is applicable in this case.  It relates to Safari 5.0.1 or later - the latest version of Safari in Yosemite is 8.0 and I have not experienced any noticeable problems until the last few days - although the posting states that last amendments were made only 3 weeks ago its level of detail re Windows and referring to such an old version of Safari lead me to think it is quite a few years since it was written.  Why has it suddenly happened?  Why does Safari carry out DNS pre-fetching in the first place?  What functionality am I losing by disabling it?  If Apple are aware of this issue (and if they are not then how is it going to be fixed?) and they fix it in an update then how will I know it has been fixed? Will it be incumbent upon me to re-enable DNS pre-fetching to regain whatever functionality I lost when turning it off?
    Sorry to ask all these questions but I hope you can see where I am coming from.
    David

  • Safari Booting Very Slowly....

    For some reason Safari has been taking an ususually long time to turn on. Before this started happening, the icon would bounce 2 or 3 times in the dock and then it would be on. Now it bounces for perhaps 30 seconds and when it does turn on, it lags for a minute or so. I've noticed that Adium (MSN/iChat combo) does this as well. For that matter, it seems to be getting worse in regards to everything.
    Please help!
    Macbook   Mac OS X (10.4.10)  

    Hello Kyle:
    Welcome to Apple discussions.
    Do you have at least 10% of your HD free? If other applications are behaving in the same fashion, you have a problem that is not specific to Safari.
    Run the hardware checker that came with your system to see if anything pops up.
    Barry

  • Safari starts very slowly

    I am running Panther (10.3.9) with the latest updates. PowerBook G4 1GHz with 512MB RAM. Lately I've noticed that Safari takes a long time to start, i.e. the Safari icon bounces 30-40 times (~1 min.?) before it starts, whereas before it only bounces 3-4 times (within seconds). It simply takes a long time but nothing really has changed on this machine. I tried emptying the cache on all accounts and this hasn't helped. What gives?

    Looks like I solved the problem. I turned off Airport, shut the computer down. I was going to try using the built-in ethernet port to see if it has anything to do with Airport itself (since Mail was having the same problem too). Turns out I didn't configure my ISP settings for the ethernet port, so I turned back on airport to retrieve the settings from the ISP's website. Low and behold, Safari starts almost instantly. Mail is back to normal speed now too.
    It was the turn off and on of airport plus the system shutdown that fixed it. Don't know which worked but thanks for the tips.

  • Applications close very slowly after Mavericks install

    Everything working normally except all applications take about 15 seconds to fully close. Anybody know why this is occurring? Mavericks install was clean and all third party apps were reinstalled clean. Mac is fast

    Everything working normally except all applications take about 15 seconds to fully close. Anybody know why this is occurring? Mavericks install was clean and all third party apps were reinstalled clean. Mac is fast

  • Safari close when I open a new tab and letters disappear

    Hello every one. i'm having some problem with the safari. sometimes when i'm opening a new tab the safari close by it self. i've searched in the internet regarding this problem and i found out that it was because i had the adsblocker. I've removed it and tested it for one week. I had the same problem, i made a restart on the safari but the same. Also i'm having a problem with the layout. for example when i'm typing is hiding latter and after a scroll on a page it shows them or when i'm scrolling. I'm having 10.8.2, safari Version 6.0.2 (8536.26.17), macbook pro 15-inch, Early 2011, java 7 update 9 and flash 11.5.502.110. Can any one help me?
    please see the attachment below.
    This is the extension that i have now installed
    this is the reset that i made is based on this options
    and this is the other problem of the letters disappear
    thanks a lot and sorry for my bad english!!

    Process:         Safari [407]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         6.0.2 (8536.26.17)
    Build Info:      WebBrowser-7536026017000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [261]
    User ID:         501
    Date/Time:       2012-11-22 18:27:54.749 +0000
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 15 beyond bounds [0 .. 14]'
    terminate called throwing an exception
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff90f690a6 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff92a8b3f0 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff90f05ebc -[__NSArrayM objectAtIndex:] + 252
    3   Safari                              0x000000010d867587 -[TabLineupViewController viewSpreaderSpreadOutAnimationDidFinish:] + 213
    4   Safari                              0x000000010d861ea4 __86-[ViewSpreader spreadOutViewsWithAnimationDuration:shouldUseExistingAnimationContext:]_block_i nvoke_0 + 46
    5   AppKit                              0x00007fff8f39cb84 -[_NSAnimationContextCompletionHandlerAgent noteCATransactionCompletionBlockFired] + 97
    6   libdispatch.dylib                   0x00007fff91c17f01 _dispatch_call_block_and_release + 15
    7   libdispatch.dylib                   0x00007fff91c140b6 _dispatch_client_callout + 8
    8   libdispatch.dylib                   0x00007fff91c190c8 _dispatch_main_queue_callback_4CF + 275
    9   CoreFoundation                      0x00007fff90f0b0fe __CFRunLoopRun + 1614
    10  CoreFoundation                      0x00007fff90f0a6b2 CFRunLoopRunSpecific + 290
    11  HIToolbox                           0x00007fff8da9c0a4 RunCurrentEventLoopInMode + 209
    12  HIToolbox                           0x00007fff8da9bd84 ReceiveNextEventCommon + 166
    13  HIToolbox                           0x00007fff8da9bcd3 BlockUntilNextEventMatchingListInMode + 62
    14  AppKit                              0x00007fff8f402613 _DPSNextEvent + 685
    15  AppKit                              0x00007fff8f401ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    16  Safari                              0x000000010d5d675b -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 162
    17  AppKit                              0x00007fff8f3f9283 -[NSApplication run] + 517
    18  AppKit                              0x00007fff8f39dcb6 NSApplicationMain + 869
    19  Safari                              0x000000010d7a9d54 SafariMain + 166
    20  libdyld.dylib                       0x00007fff8da1d7e1 start + 0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8d8dd212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff91c3daf4 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff91c81dce abort + 143
    3   libc++abi.dylib                         0x00007fff8e3c0a17 abort_message + 257
    4   libc++abi.dylib                         0x00007fff8e3be3c6 default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff92a8b873 _objc_terminate() + 91
    6   libc++.1.dylib                          0x00007fff8e90d8fe std::terminate() + 20
    7   libobjc.A.dylib                         0x00007fff92a8b5de objc_terminate + 9
    8   libdispatch.dylib                       0x00007fff91c140ca _dispatch_client_callout + 28
    9   libdispatch.dylib                       0x00007fff91c190c8 _dispatch_main_queue_callback_4CF + 275
    10  com.apple.CoreFoundation                0x00007fff90f0b0fe __CFRunLoopRun + 1614
    11  com.apple.CoreFoundation                0x00007fff90f0a6b2 CFRunLoopRunSpecific + 290
    12  com.apple.HIToolbox                     0x00007fff8da9c0a4 RunCurrentEventLoopInMode + 209
    13  com.apple.HIToolbox                     0x00007fff8da9bd84 ReceiveNextEventCommon + 166
    14  com.apple.HIToolbox                     0x00007fff8da9bcd3 BlockUntilNextEventMatchingListInMode + 62
    15  com.apple.AppKit                        0x00007fff8f402613 _DPSNextEvent + 685
    16  com.apple.AppKit                        0x00007fff8f401ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    17  com.apple.Safari.framework              0x000000010d5d675b -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 162
    18  com.apple.AppKit                        0x00007fff8f3f9283 -[NSApplication run] + 517
    19  com.apple.AppKit                        0x00007fff8f39dcb6 NSApplicationMain + 869
    20  com.apple.Safari.framework              0x000000010d7a9d54 SafariMain + 166
    21  libdyld.dylib                           0x00007fff8da1d7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8d8ddd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff91c16dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff91c169ee _dispatch_mgr_thread + 54
    Thread 2:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x00007fff8d8dd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c40f89 _pthread_cond_wait + 869
    2   com.apple.WebCore                       0x000000010e6fa0db WebCore::IconDatabase::syncThreadMainLoop() + 107
    3   com.apple.WebCore                       0x000000010e6f7bf4 WebCore::IconDatabase::iconDatabaseSyncThread() + 500
    4   com.apple.JavaScriptCore                0x000000010e01136f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff8d8db686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d8dac42 mach_msg + 70
    2   com.apple.QuartzCore                    0x00007fff932cb35b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore                    0x00007fff9334fe76 thread_fun + 25
    4   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8d8db686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d8dac42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff90f05803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff90f0aee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff90f0a6b2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8a3cb586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff8a429612 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 5:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8d8dd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c40f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010ddd9f26 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x000000010dffbd0a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x000000010e01136f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8d8dd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c40f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010df5e724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010df5e606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010e01136f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8d8dd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c40f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010df5e724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010df5e606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010e01136f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8d8dd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c40f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010df5e724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010df5e606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010e01136f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 9:: Safari: SafeBrowsingManager
    0   libsystem_kernel.dylib                  0x00007fff8d8db686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8d8dac42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff90f05803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff90f0aee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff90f0a6b2 CFRunLoopRunSpecific + 290
    5   com.apple.Safari.framework              0x000000010d75aa36 Safari::MessageRunLoop::threadBody() + 106
    6   com.apple.JavaScriptCore                0x000000010e01136f ***::wtfThreadEntryPoint(void*) + 15
    7   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 10:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8d8dd322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff90f4a4e6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 11:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8d8dd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c40f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010ddd9f26 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x000000010dffbd0a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x000000010e01136f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8d8dd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c40f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010df5e724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010df5e606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010e01136f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8d8dd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c40f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010df5e724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010df5e606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010e01136f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8d8dd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c40f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x000000010df5e724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x000000010df5e606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010e01136f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 15:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8d8dd0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff91c40f89 _pthread_cond_wait + 869
    2   com.apple.CoreVideo                     0x00007fff914f62d4 CVDisplayLink::runIOThread() + 680
    3   com.apple.CoreVideo                     0x00007fff914f6013 startIOThread(void*) + 148
    4   libsystem_c.dylib                       0x00007fff91c3c742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff91c29181 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8d8dd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91c3eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91c3ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff91c29171 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8d8dd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91c3eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91c3ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff91c29171 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8d8dd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91c3eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91c3ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff91c29171 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8d8dd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91c3eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91c3ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff91c29171 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8d8dd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91c3eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91c3ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff91c29171 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8d8dd6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff91c3eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff91c3ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff91c29171 start_wqthread + 13
    Thread 22:
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5267d468  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5267d490  rsp: 0x00007fff5267d468
       r8: 0x00007fff79352278   r9: 0x00007fff5267d470  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff5267d5f0  r13: 0x0000000000000000  r14: 0x00007fff79353180  r15: 0x00007fff5267d4d0
      rip: 0x00007fff8d8dd212  rfl: 0x0000000000000206  cr2: 0x00007fff7934bfe8
    Logical CPU: 0
    Binary Images:
           0x10d581000 -        0x10d581fff  com.apple.Safari (6.0.2 - 8536.26.17) <948F804E-A2F9-3E52-A178-A641675616C3> /Applications/Safari.app/Contents/MacOS/Safari
           0x10d589000 -        0x10da7efff  com.apple.Safari.framework (8536 - 8536.26.17) <A28655B2-8394-32D4-82C2-725FAD855E48> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x10ddd3000 -        0x10e06dff7  com.apple.JavaScriptCore (8536 - 8536.26.15) <9FB8F262-C43B-3606-AF80-CAA7945DAE4D> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x10e120000 -        0x10e2aafff  com.apple.WebKit (8536 - 8536.26.17) <3D25C875-B5D1-390C-A449-C1D4FB7DECCB> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x10e39d000 -        0x10e584ff7  com.apple.WebKit2 (8536 - 8536.26.17) <83AB27D5-EF84-35E2-A4B7-78A4791771AF> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x10e6f3000 -        0x10f6acfff  com.apple.WebCore (8536 - 8536.26.15) <9D6C3EF1-FFC2-32FB-9953-BC76E3EAB5D8> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x110134000 -        0x110134ff3 +cl_kernels (???) <9262C77F-F63E-4849-BEFC-AF9BF3627E9A> cl_kernels
           0x1119f7000 -        0x1119f8fff  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <07E0DB43-14DD-3741-BCCA-31CE397A53BC> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x111a0a000 -        0x111a0dfff  com.apple.DirectoryServicesSource (2.1 - 1167) <2BB7BD50-BBB3-3FA9-BAB1-04C704726905> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x111ade000 -        0x111ae1fff  com.apple.IOAccelerator (19.0.26 - 19.0.26) <9DF4BBA7-14F1-35F9-9C4B-4F732B25836A> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
           0x111b3b000 -        0x111b40ff7  libgermantok.dylib (7) <B98522FA-23D1-351E-9F25-5AAF58FD862D> /usr/lib/libgermantok.dylib
           0x111bbd000 -        0x111bcaff7  libGPUSupportMercury.dylib (8.6.1) <5762E7E4-C76E-3442-8C30-3BA1DDCD8BAE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
           0x112754000 -        0x112762ff7  libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x114054000 -        0x11405cfff  com.apple.SyncedDefaults (1.2 - 43.27) <BE895936-D6C0-3CC0-BDE4-FEDA10B9EABD> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x114de9000 -        0x114e16fff  GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x11555f000 -        0x115568fe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x11556e000 -        0x115571ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x11557b000 -        0x11557cff3 +cl_kernels (???) <93B12F74-BF04-4471-ADE5-ECEEDB0731E8> cl_kernels
           0x115589000 -        0x115589ff1 +cl_kernels (???) <DCF4F9FA-9E37-4E37-A278-2364A1A56830> cl_kernels
           0x11558b000 -        0x115626ff7  unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x115854000 -        0x115855ff3 +cl_kernels (???) <9D09DBA8-1CB3-4232-BE9F-654F18127F4A> cl_kernels
           0x115aa3000 -        0x115aa4ff2 +cl_kernels (???) <35AC96AD-DD1A-4E88-9F75-4B22B860856A> cl_kernels
           0x11c910000 -        0x11ca29ff7  libmecab.1.0.0.dylib (359.50) <BDE1F58F-ED72-34BB-9027-2A7AA384F82E> /usr/lib/libmecab.1.0.0.dylib
           0x11fac7000 -        0x11fc7efff  GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11fcb5000 -        0x11fdf7fff  libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x11fe2b000 -        0x1200ccfef  com.apple.AMDRadeonX3000GLDriver (1.0.29 - 1.0.0) <AFF4FFE6-F389-3E65-A224-F7382FB94620> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
           0x1246dc000 -        0x124a90fff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.0.61 - 8.0.0) <2A12EDBB-1DF7-3638-BB7F-BBD7DB9DB3CB> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
        0x7fff6d181000 -     0x7fff6d1b593f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff87cdd000 -     0x7fff87cdfff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff87ce0000 -     0x7fff87cf7fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff87d31000 -     0x7fff87d5cfff  com.apple.datadetectors (4.0 - 199.0) <4FE34A35-8DE1-3A43-8586-4B2ED03F2D84> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff87d5d000 -     0x7fff87e77fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff87e78000 -     0x7fff87e97ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff87e98000 -     0x7fff87ed5fff  com.apple.PassKit (1.0 - 1) <361E16DE-71DF-31F1-B21F-F16A275FA309> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
        0x7fff87ed6000 -     0x7fff87ee4ff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
        0x7fff87ee5000 -     0x7fff881b5fff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff881b6000 -     0x7fff881bcfff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff881e5000 -     0x7fff88234ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff88235000 -     0x7fff882dbff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff882dc000 -     0x7fff882e8fff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff882e9000 -     0x7fff882f5ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff882f6000 -     0x7fff882f6fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff882f7000 -     0x7fff886f0ff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff886f1000 -     0x7fff886f1fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff886f2000 -     0x7fff8873cff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8873d000 -     0x7fff88745ff7  com.apple.AppSandbox (2.0 - 1) <B75AA17F-E401-3586-B8AE-AC71B68D6BF3> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8898e000 -     0x7fff88994fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff889b0000 -     0x7fff88a06ff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff88b4e000 -     0x7fff88b85ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff88b86000 -     0x7fff88c0dff7  libCoreStorage.dylib (274.7) <8E13133C-1198-3555-9518-2BCC09C66C97> /usr/lib/libCoreStorage.dylib
        0x7fff88c0e000 -     0x7fff88c6afff  com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff88c6b000 -     0x7fff88c6dfff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff88c6e000 -     0x7fff88c78fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff88c79000 -     0x7fff88c7aff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff88c7b000 -     0x7fff88c8dff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff88c9b000 -     0x7fff88ed0ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff88ed1000 -     0x7fff88f40fff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff88f41000 -     0x7fff88fc3fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88fc4000 -     0x7fff88fc8fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff88fc9000 -     0x7fff89003fff  com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff89004000 -     0x7fff89006fff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff89007000 -     0x7fff89158fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff89159000 -     0x7fff8915afff  libquit.dylib (130) <FD30E6D6-B4F9-3E14-8376-7036271100D1> /usr/lib/libquit.dylib
        0x7fff8915b000 -     0x7fff89235ff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff89236000 -     0x7fff89257ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff89258000 -     0x7fff89272fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff89273000 -     0x7fff8929cfff  libsandbox.1.dylib (220) <FCD65E60-6276-3455-8A11-09864DC9A285> /usr/lib/libsandbox.1.dylib
        0x7fff8929d000 -     0x7fff892a7fff  libcsfde.dylib (274.7) <77562CC6-3D42-34BF-BAAB-660140479D55> /usr/lib/libcsfde.dylib
        0x7fff893d2000 -     0x7fff893dffff  com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff893e0000 -     0x7fff893e2fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff89451000 -     0x7fff894adfff  com.apple.corelocation (1.0 - 1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff894ae000 -     0x7fff894afff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff894f3000 -     0x7fff894f4fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff894f5000 -     0x7fff89e85c67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff89e86000 -     0x7fff89e88fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff89e89000 -     0x7fff89edffff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89ee0000 -     0x7fff89fb3ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff89fb4000 -     0x7fff89fdcfff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff89fdd000 -     0x7fff89fe8ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8a005000 -     0x7fff8a020ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8a0f0000 -     0x7fff8a111fff  com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8a112000 -     0x7fff8a13dfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8a13e000 -     0x7fff8a1a7fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8a1a8000 -     0x7fff8a1abfff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8a394000 -     0x7fff8a6f0fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8a6f1000 -     0x7fff8a6feff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8a70e000 -     0x7fff8a74afff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8a74b000 -     0x7fff8a756ff7  com.apple.aps.framework (3.0 - 3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8a757000 -     0x7fff8a776ff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8a7ad000 -     0x7fff8a7bbff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8a7bc000 -     0x7fff8a7bcfff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8af11000 -     0x7fff8af59fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8afaa000 -     0x7fff8b07cff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8b07d000 -     0x7fff8b088ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8b089000 -     0x7fff8b0c8ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8b0c9000 -     0x7fff8b0ccfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8b0d9000 -     0x7fff8b0e1fff  com.apple.AOSNotification (1.7.0 - 636.2) <20E768EB-FB1A-341F-8995-92272FDA8D6D> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff8b0e2000 -     0x7fff8b0e8ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8b0e9000 -     0x7fff8b109fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8b10a000 -     0x7fff8b10eff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8b10f000 -     0x7fff8b176ff7  com.apple.coredav (1.0.1 - 179.6) <4E7C1925-D6D9-3E27-8FF1-BD4E615CC87E> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff8b177000 -     0x7fff8b17efff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8b17f000 -     0x7fff8b189fff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8b18a000 -     0x7fff8b1d1ff7  com.apple.CalDAV (6.0 - 112.5) <F2F0833B-E133-3CC1-BACA-4E84D0A65A2D> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff8b1d2000 -     0x7fff8b22bfff  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8b22c000 -     0x7fff8b39dff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8b39e000 -     0x7fff8b43cff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8b43d000 -     0x7fff8b43dfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8b43e000 -     0x7fff8b44cfff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8b44d000 -     0x7fff8b479ff7  libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8b47a000 -     0x7fff8b897fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8b8c1000 -     0x7fff8bac1fff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff8bb0e000 -     0x7fff8bc66ff7  com.apple.syncservices (7.0 - 713) <924B8B34-2C9C-3C1D-909D-FF215AA8985D> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff8bdbe000 -     0x7fff8c081ff7  com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8c082000 -     0x7fff8c082fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8c083000 -     0x7fff8c0daff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8c0db000 -     0x7fff8c1ddfff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8c1de000 -     0x7fff8c1e4fff  libCGXCoreImage.A.dylib (324.6) <45864BEA-B2EA-3F5F-9D04-F9832AB67A00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8c1e5000 -     0x7fff8c465ff7  com.apple.AOSKit (1.05 - 151) <A34E8584-797C-318F-9E25-937A710C68AB> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8c466000 -     0x7fff8c4a1fff  com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8c4a2000 -     0x7fff8c597fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8c598000 -     0x7fff8c5efff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8c5f0000 -     0x7fff8c84bff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8c84c000 -     0x7fff8c857fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8c864000 -     0x7fff8c86fff7  com.apple.CalendarAgentLink (1.0 - 37) <B794F739-3AA0-395E-B8EA-3E9DECA10890> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff8c870000 -     0x7fff8c883ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8c884000 -     0x7fff8c885fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8c88e000 -     0x7fff8c90cff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8c90d000 -     0x7fff8c918fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8c96a000 -     0x7fff8c96afff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8c96b000 -     0x7fff8c98dff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff8d243000 -     0x7fff8d294ff7  com.apple.iCalendar (6.0 - 126.5) <3C743E01-70DB-341C-89EC-13B5EA70EEE2> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff8d295000 -     0x7fff8d2abfff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8d2ac000 -     0x7fff8d3a9fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8d3c5000 -     0x7fff8d456fff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8d45d000 -     0x7fff8d460fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8d461000 -     0x7fff8d89dfff  com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8d8b7000 -     0x7fff8d8caff7  com.apple.AppContainer (2.0 - 1) <13924FCF-66FC-3CC1-888C-42C22295B2E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff8d8cb000 -     0x7fff8d8e6ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8d8e7000 -     0x7fff8d91dfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8d91e000 -     0x7fff8d9b8fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8d9b9000 -     0x7fff8d9ebfff  com.apple.framework.Admin (12.0 - 12.0) <5D6978C8-0B1B-3D0E-A122-C0ABD0AA8488> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8d9ec000 -     0x7fff8da1afff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8da1b000 -     0x7fff8da1eff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8da37000 -     0x7fff8da3bfff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8da3c000 -     0x7fff8dd6cff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8dd6d000 -     0x7fff8dd98fff  com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8dd99000 -     0x7fff8de56ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8de57000 -     0x7fff8de59ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8de5a000 -     0x7fff8de63fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8df0c000 -     0x7fff8e00efff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8e051000 -     0x7fff8e116ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8e117000 -     0x7fff8e117fff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8e118000 -     0x7fff8e3bcfff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8e3bd000 -     0x7fff8e3e2ff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff8e3e3000 -     0x7fff8e3e6ff7  com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8e3e7000 -     0x7fff8e6feff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8e7d1000 -     0x7fff8e7d3ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8e808000 -     0x7fff8e905ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8e906000 -     0x7fff8e96eff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8e96f000 -     0x7fff8ea5fff7  com.apple.DiskImagesFramework (10.8 - 344) <3A30B9B5-5099-35E2-9DCD-C96764FA2D26> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8ea65000 -     0x7fff8eabaff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8eabb000 -     0x7fff8eaddff7  com.apple.AOSAccounts (1.1.2 - 1.1.94) <6D0ECB77-3081-3DC8-9B4F-20E5A1A09554> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
        0x7fff8eade000 -     0x7fff8eae5fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8eae6000 -     0x7fff8eaf3ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8eaf4000 -     0x7fff8eb50ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8eb51000 -     0x7fff8eb52ff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff8eb53000 -     0x7fff8ebf0ff7  com.apple.PDFKit (2.7.2 - 2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8eda8000 -     0x7fff8eeb3fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8eeb4000 -     0x7fff8eeb4fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8eeb5000 -     0x7fff8eef8fff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8eef9000 -     0x7fff8ef69fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8efb0000 -     0x7fff8eff0fff  com.apple.MediaKit (13 - 659) <0C56D7FF-0430-3199-9952-CF8577519449> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8eff1000 -     0x7fff8f04bfff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8f04c000 -     0x7fff8f060fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8f061000 -     0x7fff8f06efff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8f06f000 -     0x7fff8f070fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8f071000 -     0x7fff8f0defff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8f0df000 -     0x7fff8f0f0ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8f0f1000 -     0x7fff8f0f3fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8f0f5000 -     0x7fff8f10afff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8f10b000 -     0x7fff8f158fff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8f159000 -     0x7fff8f159ff7  com.apple.SafariServices.framework (8536 - 8536.26.17) <9D446639-F348-365B-8223-26EBBD1DEEB1> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff8f15a000 -     0x7fff8f16bff7  com.apple.CalendarFoundation (1.0 - 29) <2C84D3EB-844E-39DA-A848-43FC42707168> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff8f17c000 -     0x7fff8f1e9ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8f1ea000 -     0x7fff8f239ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8f23a000 -     0x7fff8f297fff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8f2ad000 -     0x7fff8fedaff7

  • Why does firefox 3.6.15 close so slowly and erratically?

    '''bold text'''When I close down the web browser after viewing any web site, the window closes very slowly and erratically.

    Well, this may not help anyone else, but I figured out my issue.
    After reinstalling 3.6.4, it too was doing the same thing, using 25% CPU consistently, unable to move the window around, etc.
    As bizarre as it sounds, this seems to have been an issue with having a tab open playing flash video during an update/install.
    After 3.6.4 was doing it as well, I closed the justin.tv tab and restarted 3.6.4, opened justin.tv back up and it was fine using 2-4% CPU or so instead of 25%. Window can be moved around again too.
    Downloaded the full 3.6.6 installer, closed the jtv tab, reinstalled 3.6.6, launched, and reopened a tab for jtv... fine still using 2-4% CPU tops.
    Very bizarre. Nothing else changed during any of this other than whether I had JTV open and playing video during the update/install and subsequently if it would be loading as soon as it restarted after the update/install.
    After the initial startup, I can close and reopen Firefox as much as I want with the JTV tab open and playing and it has no further issues.
    Weird.

  • IOS 8 - How to Close All Open Tabs in Safari?

    ioS 8 - Is there a way to close all open tabs in Safari on the iPhone?  The workaround in iOS 7 was to hit the "Private" button and then click "Close All Tabs," but that no longer works with the revised private browsing method.  Clicking each tab to close multiple tabs is burdensome if there are a lot open.

    Yes, this is VERY painful after a few days of using Safari: Having to close one window at a time. Ugh.

  • I can't open the app store, safari the mail app, youtube app and the maps app. they try to open then close very quickly. what can I do?

    I can't open the app store, safari the mail app, youtube app and the maps app. they try to open then close very quickly. what can I do?

    Try downloading another app - any free app - that seems to reset something and the apps may start working again. Try that first. If that doesnt work, try these steps
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Close all apps. Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • After upgrading iPad 2 to iOS 7 , cannot open new tabs in safari . When pushing on " " , Safari close the application .

    After upgrading iPad 2 to iOS 7 , cannot open new tabs in safari . When pushing on " " , Safari close the application .

    Try a Restart. 
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
     Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple. 
    Here is a link to their contacts with most of the information below. 
    http://www.apple.com/contact/

  • How to get AppleScript to close a specific tab in Safari?

    I want to use AppleScript to close a tab in Safari.
    My scipt opens when my computer turns on, opens Safari, opens a new tab, goes to my schools website and automatically logs me into their internet.
    After that, I want it to close the tab that it just did all that in. How can I do this? I don't want to close all tabs, just the current tab. This is what I have so far...
    tell application "Safari" to activate
    tell application "System Events"
              tell application "Safari"
                        open location "URL goes here"
      delay 5
                        tell application "System Events"
      keystroke return
                        end tell
              end tell
    end tell
    What code do I need to add to close this tab?
    Thanks!

    Nevermind. I figured it all out. Now, this will open Safari, log me into the schools internet, close the corresponding tabs, and minimize Safari.
    tell application "Safari" to activate
    tell application "System Events"
              tell application "Safari"
      delay 5
                        open location "URL goes here"
      delay 2
                        tell application "System Events"
      keystroke return
                        end tell
                        delay 0.25
                        set winlist to count of every window
                        repeat with i from 1 to winlist
                                  close (every tab of window i whose name = "webassign")
                                  close (every tab of window i whose name = "user identification portal")
                        end repeat
                        set miniaturized of window 1 to true
              end tell
    end tell

  • On my MacBook Pro, sometimes when I click to close tabs in Safari the button will not work.  I have to click on some other part of the screen and then it will.  This happens in other programs like Word/Excel for changing font, etc. Solution/Suggestions?

    On my MacBook Pro, sometimes when I click to close tabs in Safari the button will not work.  I have to click on some other part of the screen and then it will.  This happens in other programs like Word/Excel for changing font, etc. Solution/Suggestions?

    Start up in Safe Mode.
    http://support.apple.com/kb/PH4373

  • My older mac book pro and iMac are both running 10.6.8 and both have started running safari and email VERY slowly.  My new mac book pro running 10.9 is having no issues.  Is anyone else experiencing these issues?

    My older mac book pro and iMac are both running 10.6.8 and both have started running safari and email VERY slowly.  My new mac book pro running 10.9 is having no issues.  Is anyone else experiencing these issues?

    No noticeable speed differences running the four latest OSs on my machine.

  • MacBook Pro running very slowly, with lots of pinwheeling, especially in Safari

    Here's the Etrecheck report:
    Problem description:
    Mac is running very slowly…especially Safari…lots of pinwheel time.
    EtreCheck version: 2.1.8 (121)
    Report generated March 17, 2015 5:16:05 PM EDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Mid 2012) (Technical Specifications)
        MacBook Pro - model: MacBookPro9,2
        1 2.5 GHz Intel Core i5 CPU: 2-core
        4 GB RAM
            BANK 0/DIMM0
                2 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 299
    Video Information: ℹ️
        Intel HD Graphics 4000 - VRAM: 512 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.8.5 (12F45) - Time since boot: 22:59:8
    Disk Information: ℹ️
        APPLE HDD HTS545050A7E362 disk0 : (500.11 GB)
            disk0s1 (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 499.25 GB (438.20 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Application Support/Kaspersky Lab/KAV/Bases/Cache
        [loaded]    com.kaspersky.kext.kimul.44 (44) [Click for support]
        [loaded]    com.kaspersky.kext.mark.1.0.5 (1.0.5) [Click for support]
            /System/Library/Extensions
        [loaded]    com.kaspersky.kext.klif (3.0.4d41) [Click for support]
        [loaded]    com.kaspersky.nke (1.6.4d15) [Click for support]
    Problem System Launch Agents: ℹ️
        [failed]    com.apple.accountsd.plist [Click for details]
        [failed]    com.apple.coreservices.appleid.authentication.plist [Click for details]
        [failed]    com.apple.pbs.plist [Click for details]
        [failed]    com.apple.printtool.agent.plist [Click for details]
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.wdhelper.plist [Click for details]
    Launch Agents: ℹ️
        [running]    com.kaspersky.kav.gui.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.kaspersky.kav.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Dropbox    Application  (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        Google Earth Web Plug-in: Version: 6.1 [Click for support]
        OfficeLiveBrowserPlugin: Version: 12.3.6 [Click for support]
        Flip4Mac WMV Plugin: Version: 2.3.4.1 [Click for support]
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        QuickTime Plugin: Version: 7.7.1
        CitrixICAClientPlugIn: Version: 11.1.0 [Click for support]
        iPhotoPhotocast: Version: 7.0
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
    User internet Plug-ins: ℹ️
        BrowserPlus_2.9.8: Version: 2.9.8 [Click for support]
    Safari Extensions: ℹ️
        AdBlock
        Virtual Keyboard
        URL Advisor
    3rd Party Preference Panes: ℹ️
        BrowserPlus  [Click for support]
        Citrix online plug-in  [Click for support]
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 499.25 GB Disk used: 61.05 GB
        Destinations:
            Macintosh HD [Local]
            Total size: 500.11 GB
            Total number of backups: 9
            Oldest backup: 2013-09-10 23:44:06 +0000
            Last backup: 2015-03-16 15:01:07 +0000
            Size of backup disk: Adequate
                Backup size 500.11 GB > (Disk used 61.05 GB X 3)
    Top Processes by CPU: ℹ️
             2%    kav
             1%    WindowServer
             0%    Safari
             0%    WebProcess
             0%    kav_agent
    Top Processes by Memory: ℹ️
        1.10 GB    Safari
        558 MB    WebProcess
        129 MB    kav
        86 MB    Mail
        30 MB    WindowServer
    Virtual Memory Information: ℹ️
        450 MB    Free RAM
        1.38 GB    Active RAM
        1.31 GB    Inactive RAM
        1.15 GB    Wired RAM
        4.22 GB    Page-ins
        4.50 GB    Page-outs
    Diagnostics Information: ℹ️
        Mar 16, 2015, 06:13:31 PM    Self test - passed

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

  • Safari closes down everytime i try to open additional tab.

    Everytime i try to open a additional tab in safari, the app shuts down and im back at my homescreen. I can only have one tab open. Ive tried to restart, and uppdate the ipad. Ive even reset to its factory settings. But the problem remains. Any solutions?

    If you restored as new without the backup, that should not still be happening. If you restored your backup, that could be the problem. Try this. Clear Safari, close it and reboot.
    Go to Settings>Safari>Clear Cookies and Data.
    Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the Safari app then swipe "up" on the app preview thumbnail to close it.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

Maybe you are looking for

  • Creating a new pattern swatch

    I'm working on a script that should, among other things, create a new pattern swatch from a groupItem in the document. I managed to create the new pattern swatch and name it using: myNewPatternSwatch = app.activeDocument.patterns.add(); myNewPatternS

  • Jms sender adapter

    Hi i am doing a scenario jms to file. When i tested the scenario thru run time work bench it is working and the file is createing in the target side. when i tested the same through the run time work bench, it is not working. the message even not comi

  • ITunes Installer Interrupted, missing MSVCR80.dll files

    Hi, I hope someone can help me. I was downloading iTunes and got the error message that iTunes couldn't download because the MSVCR80.dll files were missingand so iTunes could not install. After trying to download repeatedly and repair I finally unins

  • Idoc PEXR2002 Message User Guide

    Hi, I am looking at creating a message map with PAYEXT as one of the message interface. I would like to know where I can get the documention on the Idoc Message Type. For Example:  IDDAT is a qualifier with several values. Where can I get the complet

  • Oracle sql developer version 1.5.5.59 compatible with Windows 7 [64 bit]

    am currently using Oracle sql developer version 1.5.5.59, in some time my O.S. is going to migrate from WinXP to Windows 7 [64 bit] can anyone suggest me how to check/find whether Oracle version 1.5.5.59 need to be upgrade or not?