IMac 27" (Late 2012) Freezing and Crashing

I purchased an ex-demo iMac 27" (Late 2012 - 3.4Ghz, 3TB Fusion Drive, Nvidia 680MX 2GB) that was upgraded to 32GB Ram last July.
Since I've recieved it it has intemittantly locked up, occasionally you get the your computers been restarted screen but mostly it just freezes completely.  There's no pattern it can be at the login screen, on the desktop with no software running or when any software I use.  There's no particular thing that seems to cause it.
I have run the Apple Hardware Test in Extended Mode Multiple Times and it reports no issues.  I've run MemTest Continuosly for 24 hours and it reports no issue.
I've done clean installs of OSX multiple times (both Mavericks and Mountain Lion) and its had no effect.  Even with a barebones OSX install it still freezes so I've ruled out software.
I've switched the RAM to rule out memory - still freezes.
I've used both WiFi and and Ethernet to rule out network - still freezes.
I've removed the Fusion Drive Logical Volume and installed OSX to the SSD and then to the HDD to rule out hard disks.  This included zeroing the hard drive to ensure there was no bad sectors etc.  This didn't make any difference.
I contacted Apple who told me to take it to an Apple Store or Apple Authorized Service Provider.  I took it in to my local AASP they've told me they can't find anything wrong - everything works fine for them.
I'm wondering whether the issues are environmental.  I've seen a few reports that "Dirty Power" can cause issues, has anyone had any similar experiences that have been solved by a UPS?
Failing that I'm at a loss at what to do.  The iMac is unusable as it freezes every few hours.
Anyone have any ideas of what else I could try?
Thanks,
James

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your 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 gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running 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.
Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a couple of 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 your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\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 -q XML\|exec && echo $f; done; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$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 | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Memory (GB)"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`SP USB | awk '/:$/{d[++n]=$0}; /M.*: /{split($0,a,":"); m[n]=a[2]} END {for (i in m) {if (m[i] !~ /^ Apple/) print d[i] m[i]}}'`; Pm "USB"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; egrep -q 'No th|pms' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* && ls | awk -F_ '!/ag$/{$NF=a[split($NF,a,".")]; print}' | tail`; Pm "${D[$i]} diagnostics"; done; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; 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'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/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*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -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=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; 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"; 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); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`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=$((`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.
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter
exec sh
in the window and press return. You should then get a new line ending in a dollar sign.
Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know your 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 your password. The test will still run. It just won't do anything that takes administrator privileges.
The test may take up to 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 your results. No harm will be done.
8. 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.
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 it 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

  • IMac 21.5-inch, Late 2013 freezes and crashes

    I purchased this computer April 2014 and within 2 months it started freezing and then crashing. This happens randomly and has occurred approximately 12 - 15 time; Apple Care has been consulted five times - once which involved taking the computer back to Apple for their diagnostics.  Each time, a tech from AppleCare has accessed the computer remotely, run the check disk utility and on two occasions, the hard drive has been reset.  Despite these efforts, this issue continues to happen, the latest being Oct 10th in the a.m.  I managed to find the logs myself and I would appreciate any input from someone who knows how to read them, as I do not.
    Thanks in advance for your assistance,
    Barb
    Software  OS X 10.9.5 (13F34)
    Apple System Log (ASL) Messages:
      Source: /var/log/asl
      Size: 132 KB (132,113 bytes)
      Last Modified: 2014-10-11, 2:33 PM
      Recent Contents: ...
    Apple System
    Apple System L
    2014-10-10 10:57:15 -0600 com.apple.WebKit.Plugin.64[1150]: CoreText performance note: Client called CTFontCreateWithName() using name "Arial Bold" and got font with PostScript name "Arial-BoldMT". For best performance, only use PostScript names when calling this API.
    2014-10-10 10:57:15 -0600 com.apple.WebKit.Plugin.64[1150]: CoreText performance note: Client called CTFontCreateWithName() using name "Arial" and got font with PostScript name "ArialMT". For best performance, only use PostScript names when calling this API.
    2014-10-10 11:02:47 -0600 xpcproxy[1156]: assertion failed: 13F34: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    2014-10-10 11:02:47 -0600 syncdefaultsd[1155]: *** -[IADomainCache init]: IA domains cache couldn't be read.
    2014-10-10 11:02:47 -0600 syncdefaultsd[1155]: -[IAPluginManager allAListPlugins] [546] -- *** warning: we're on the slow path.
    2014-10-10 11:02:47 -0600 com.apple.launchd[1]: Exited with code: 1
    2014-10-10 11:02:47 -0600 com.apple.launchd[1]: Exited with code: 1
    2014-10-10 11:08:58 -0600 AddressBookSourceSync[1159]: *** -[IADomainCache init]: IA domains cache couldn't be read.
    2014-10-10 11:08:58 -0600 AddressBookSourceSync[1159]: -[IAPluginManager allAListPlugins] [546] -- *** warning: we're on the slow path.
    2014-10-10 11:12:47 -0600 periodic-wrapper[394]: Running daily periodic task.
    2014-10-10 11:12:47 -0600 WindowServer[87]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x7fe37bf5cf80(2001)
    2014-10-10 11:12:47 -0600 WindowServer[87]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x7fe37bf5cf80(2001)
    2014-10-10 11:12:48 -0600 parentalcontrolsd[1197]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    2014-10-10 11:12:48 -0600 nbagent[1162]: XPC Activity invoked with state=0
    2014-10-10 11:12:48 -0600 nbagent[1162]: XPC Activity invoked with state=2
    2014-10-10 11:12:49 -0600 sandboxd[619]: nbstated(1232) deny ipc-posix-shm-read-data com.apple.AppleDatabaseChanged
    2014-10-10 11:12:58 -0600 AddressBookSourceSync[1161]: *** -[IADomainCache init]: IA domains cache couldn't be read.
    2014-10-10 11:12:58 -0600 AddressBookSourceSync[1161]: -[IAPluginManager allAListPlugins] [546] -- *** warning: we're on the slow path.
    2014-10-10 11:13:06 -0600 kernel[0]: ARPT: 16313.804733: AirPort_Brcm43xx::powerChange: System Sleep
    2014-10-10 11:13:06 -0600 kernel[0]: ARPT: 16313.804737: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    2014-10-10 11:13:07 -0600 kernel[0]: ARPT: 16314.403733: scanparams:
    2014-10-10 11:13:07 -0600 kernel[0]: ARPT: 16314.403735:   flags 0
    2014-10-10 11:13:07 -0600 kernel[0]: ARPT: 16314.403736:   active_time 0, passive_time 0
    2014-10-10 11:13:07 -0600 kernel[0]: ARPT: 16314.403737:   scan_start_delay 0
    2014-10-10 11:13:07 -0600 kernel[0]: ARPT: 16314.403738:   scan_cycle_idle_rest_time 0, scan_cycle_idle_rest_time_multiplier 0
    2014-10-10 11:13:07 -0600 kernel[0]: ARPT: 16314.403740:   max_scan_cycles 0, max_rest_time 0
    2014-10-10 11:13:07 -0600 kernel[0]: ARPT: 16314.403741: Scan Channels (0): None
    2014-10-10 11:13:07 -0600 kernel[0]: ARPT: 16314.403742: SSID (0): None
    2014-10-10 11:13:07 -0600 kernel[0]: ARPT: 16314.403743: SSID count = 0
    2014-10-10 11:13:07 -0600 kernel[0]: ARPT: 16314.403744: wl0: leaveModulePoweredForOffloads: Wi-Fi will stay on.
    2014-10-10 11:13:07 -0600 kernel[0]: AppleThunderboltNHI::prePCIWake - power up complete - took 0 us
    2014-10-10 11:13:07 -0600 kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 0 milliseconds
    2014-10-10 11:13:07 -0600 kernel[0]: Bluetooth -- LE is supported - Disable LE meta event
    2014-10-10 11:13:07 -0600 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    2014-10-10 11:13:07 -0600 kernel[0]: IOThunderboltSwitch<0xffffff8019bc0200>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    2014-10-10 11:13:07 -0600 kernel[0]: IOThunderboltSwitch<0xffffff8019bc0200>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    2014-10-10 11:13:07 -0600 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xc800 ****
    2014-10-10 11:13:09 -0600 kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 60000
    2014-10-10 13:49:51 -0600 kernel[0]: Wake reason: XHC1
    2014-10-10 13:49:51 -0600 kernel[0]: Previous Sleep Cause: 5
    2014-10-10 13:49:51 -0600 kernel[0]: The USB device BRCM20702 Hub (Port 8 of Hub at 0x14000000) may have caused a wake by issuing a remote wakeup (2)
    2014-10-10 13:49:51 -0600 kernel[0]: AppleThunderboltNHI::prePCIWake - power up complete - took 0 us
    2014-10-10 13:49:51 -0600 kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds
    2014-10-10 13:49:51 -0600 kernel[0]: The USB device Bluetooth USB Host Controller (Port 3 of Hub at 0x14800000) may have caused a wake by issuing a remote wakeup (3)
    2014-10-10 13:49:51 -0600 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    2014-10-10 13:49:51 -0600 kernel[0]: IOThunderboltSwitch<0xffffff8019bc0200>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    2014-10-10 13:49:51 -0600 kernel[0]: IOThunderboltSwitch<0xffffff8019bc0200>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    2014-10-10 13:49:51 -0600 kernel[0]: TBT W (2): 0x0100 [x]
    2014-10-10 13:49:51 -0600 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xc800 ****
    2014-10-10 13:49:51 -0600 kernel[0]: full wake (reason 1) 143 ms
    2014-10-10 13:49:51 -0600 kernel[0]: **** [IOBluetoothHCIController][ProcessEventDataWL] -- calling mDisplayManager->activityTickle() to wake up the display
    2014-10-10 13:49:51 -0600 kernel[0]: ARPT: 16317.034839: si_survive_perst_war: bar0win before 18003000, bar0win after 18001000
    2014-10-10 13:49:51 -0600 kernel[0]: ARPT: 16317.038292: pcicore_pci_pmeclr PMECSR : 0x4008
    2014-10-10 13:49:51 -0600 kernel[0]: ARPT: 16317.038300: pcicore_pmestatclr PMECSR : 0x4008
    2014-10-10 13:49:51 -0600 kernel[0]: ARPT: 16317.038530: pcicore_pci_pmeclr PMECSR : 0x4008
    2014-10-10 13:49:51 -0600 kernel[0]: en1: BSSID changed to a8:39:44:41:18:38
    2014-10-10 13:49:51 -0600 WindowServer[87]: CGXDisplayDidWakeNotification [16317265003563]: posting kCGSDisplayDidWake
    2014-10-10 13:49:51 -0600 WindowServer[87]: handle_will_sleep_auth_and_shield_windows: NULL shield_window (lock state: 1)
    2014-10-10 13:49:52 -0600 hidd[43]: MultitouchHID: device bootloaded
    2014-10-10 13:49:54 -0600 kernel[0]: ARPT: 16319.817617: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    2014-10-10 13:49:54 -0600 kernel[0]: en1: BSSID changed to a8:39:44:41:18:38
    2014-10-10 13:49:54 -0600 airportd[62]: _doAutoJoin: Already associated to “Tiger1”. Bailing on auto-join.
    2014-10-10 13:49:54 -0600 apsd[213]: Unrecognized leaf certificate
    2014-10-10 13:49:55 -0600 ntpd[111]: ntpd: wake time set +0.254761 s
    2014-10-10 13:49:55 -0600 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2014-10-10 13:49:55 -0600 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2014-10-10 13:49:56 -0600 com.apple.SecurityServer[25]: Killing auth hosts
    2014-10-10 13:49:56 -0600 com.apple.SecurityServer[25]: Session 100021 destroyed
    2014-10-10 13:49:56 -0600 com.apple.SecurityServer[25]: Session 100022 created
    2014-10-10 13:49:57 -0600 com.apple.WebKit.WebContent[1241]: CKSoftwareMap: Registering with Daemon
    2014-10-10 13:50:04 -0600 com.apple.WebKit.WebContent[1262]: CKSoftwareMap: Registering with Daemon
    2014-10-10 13:50:04 -0600 com.apple.WebKit.WebContent[1263]: CKSoftwareMap: Registering with Daemon
    2014-10-10 13:50:06 -0600 com.apple.WebKit.WebContent[1260]: CKSoftwareMap: Registering with Daemon
    2014-10-10 13:50:10 -0600 com.apple.WebKit.WebContent[1262]: ERROR: ITSExceptionHandler: {message:"TypeError: 'null' is not an object (evaluating 'document.querySelector("#header").addClassName')", url:"https://se.itunes.apple.com/htmlResources/936F/da-storefront-autoinstallations.j s", lineNumber:"358"}
    2014-10-10 13:50:18 -0600 com.apple.WebKit.WebContent[1262]: ERROR: ITSExceptionHandler: {message:"TypeError: 'null' is not an object (evaluating 'document.querySelector("#header").removeClassName')", url:"https://se.itunes.apple.com/htmlResources/936F/da-storefront-autoinstallations.j s", lineNumber:"358"}
    2014-10-10 13:50:24 -0600 com.apple.backupd[1276]: Starting automatic backup
    2014-10-10 13:50:24 -0600 com.apple.backupd[1276]: Attempting to mount network destination URL: afp://Barb%20Foster;AUTH=SRP@Jim's%20AirPort%20Time%20Capsule._afpovertcp._tcp. local/Data
    2014-10-10 13:50:24 -0600 NetAuthSysAgent[1277]: TUAMHandler::SetUAMType setting UAMType to 13
    2014-10-10 13:50:25 -0600 syncdefaultsd[1283]: *** -[IADomainCache init]: IA domains cache couldn't be read.
    2014-10-10 13:50:25 -0600 syncdefaultsd[1283]: -[IAPluginManager allAListPlugins] [546] -- *** warning: we're on the slow path.
    2014-10-10 13:50:35 -0600 com.apple.backupd[1276]: Mounted network destination at mount point: /Volumes/Data using URL: afp://Barb%20Foster;AUTH=SRP@Jim's%20AirPort%20Time%20Capsule._afpovertcp._tcp. local/Data
    2014-10-10 13:50:35 -0600 mds[34]: (Normal) Volume: volume:0x7f835a869800 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Data
    2014-10-10 13:50:36 -0600 kernel[0]: pci pause: SDXC
    2014-10-10 13:50:48 -0600 com.apple.preference.datetime.remoteservice[1293]: assertion failed: 13F34: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    2014-10-10 13:50:48 -0600 com.apple.preference.datetime.remoteservice[1293]: assertion failed: 13F34: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    2014-10-10 13:50:48 -0600 com.apple.preference.datetime.remoteservice[1293]: assertion failed: 13F34: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    2014-10-10 13:50:48 -0600 com.apple.preference.datetime.remoteservice[1293]: ### Attempt to call communicate with writeconfig before it's unlocked!
    2014-10-10 13:50:48 -0600 com.apple.preference.datetime.remoteservice[1293]: Bogus event received by listener connection:
    <error: 0x107aa2b50> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x107aa2e60> { length = 18, contents = "Connection invalid" }
    2014-10-10 13:50:48 -0600 ntpd[1296]: proto: precision = 1.000 usec
    2014-10-10 13:50:48 -0600 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2014-10-10 13:50:48 -0600 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2014-10-10 13:50:57 -0600 ntpd[1303]: proto: precision = 1.000 usec
    2014-10-10 13:50:57 -0600 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2014-10-10 13:50:57 -0600 com.apple.time[154]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2014-10-10 13:51:03 -0600 com.apple.prefs.backup.remoteservice[1313]: assertion failed: 13F34: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    2014-10-10 13:51:03 -0600 com.apple.prefs.backup.remoteservice[1313]: assertion failed: 13F34: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    2014-10-10 13:51:03 -0600 com.apple.prefs.backup.remoteservice[1313]: Bogus event received by listener connection:
    <error: 0x105726b50> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x105726e60> { length = 18, contents = "Connection invalid" }
    2014-10-10 13:51:43 -0600 kernel[0]: hfs: mounted Time Machine Backups on device disk2s2
    2014-10-10 13:51:44 -0600 com.apple.backupd[1276]: Disk image /Volumes/Data/Barb’s iMac.sparsebundle mounted at: /Volumes/Time Machine Backups
    2014-10-10 13:51:45 -0600 com.apple.backupd[1276]: Backing up to /dev/disk2s2: /Volumes/Time Machine Backups/Backups.backupdb
    2014-10-10 13:51:45 -0600 mds[34]: (Error) Volume: Root store set to FSOnly with matching create! (loaded:1)
    2014-10-10 13:52:02 -0600 com.apple.backupd[1276]: Will copy (2 MB) from Macintosh HD
    2014-10-10 13:52:02 -0600 com.apple.backupd[1276]: Found 77 files (3.2 MB) needing backup
    2014-10-10 13:52:02 -0600 com.apple.backupd[1276]: 1.14 GB required (including padding), 1.86 TB available
    2014-10-10 13:52:59 -0600 com.apple.backupd[1276]: Copied 297 items (3.6 MB) from volume Macintosh HD. Linked 1304.
    2014-10-10 13:53:39 -0600 com.apple.backupd[1276]: Will copy (896 bytes) from Macintosh HD
    2014-10-10 13:53:39 -0600 com.apple.backupd[1276]: Found 12 files (896 bytes) needing backup
    2014-10-10 13:53:39 -0600 com.apple.backupd[1276]: 1.13 GB required (including padding), 1.86 TB available
    2014-10-10 13:53:40 -0600 com.apple.backupd[1276]: Copied 15 items (929 bytes) from volume Macintosh HD. Linked 124.
    2014-10-10 13:53:49 -0600 com.apple.backupd[1276]: Created new backup: 2014-10-10-135348
    2014-10-10 13:53:50 -0600 com.apple.backupd[1276]: Starting post-backup thinning
    2014-10-10 13:53:50 -0600 com.apple.backupd[1276]: No post-backup thinning needed: no expired backups exist
    2014-10-10 13:53:50 -0600 com.apple.backupd[1276]: Backup completed successfully.
    2014-10-10 13:53:52 -0600 kernel[0]: hfs: unmount initiated on Time Machine Backups on device disk2s2
    2014-10-10 13:53:53 -0600 com.apple.backupd[1276]: Ejected Time Machine disk image: /Volumes/Data/Barb’s iMac.sparsebundle
    2014-10-10 13:53:53 -0600 kernel[0]: AFP_VFS afpfs_unmount: /Volumes/Data, flags 0, pid 1382
    2014-10-10 13:53:53 -0600 kernel[0]: ASP_TCP Disconnect: triggering reconnect by bumping reconnTrigger from curr value 0 on so 0xffffff801ec25410
    2014-10-10 13:53:53 -0600 kernel[0]: ASP_TCP Detach: Reply queue not empty?
    2014-10-10 13:53:53 -0600 com.apple.backupd[1276]: Ejected Time Machine network volume.
    2014-10-10 13:53:59 -0600 com.apple.prefs.backup.remoteservice[1313]: Could not connect the action warnCullingPressed: to target of class TMOptionsSheetController
    2014-10-10 13:53:59 -0600 com.apple.prefs.backup.remoteservice[1313]: Could not connect the action backUpOnBatteryPowerPressed: to target of class TMOptionsSheetController
    2014-10-10 13:54:00 -0600 WindowServer[87]: window 13a is already attached to window 138
    2014-10-10 13:54:07 -0600 WindowServer[87]: _CGXGetWindowOrderingGroup: Operation on a window 0x13a requiring rights 0x5 by caller System Preferences
    2014-10-10 13:55:57 -0600 com.apple.launchd[1]: Could not terminate job: 3: No such process
    2014-10-10 13:55:57 -0600 com.apple.launchd[1]: Using fallback option to terminate job...
    2014-10-10 13:55:57 -0600 com.apple.launchd[1]: Exited with code: 1
    2014-10-10 13:55:57 -0600 com.apple.launchd.peruser.501[151]: Exited: Killed: 9
    2014-10-10 13:55:57 -0600 WindowServer[87]: CGXGetConnectionProperty: Invalid connection 53771
    2014-10-10 13:55:57 -0600 WindowServer[87]: CGXGetConnectionProperty: Invalid connection 53771
    2014-10-10 13:55:57 -0600 WindowServer[87]: CGXGetConnectionProperty: Invalid connection 53771
    2014-10-10 13:55:57 -0600 WindowServer[87]: CGXGetConnectionProperty: Invalid connection 53771
    2014-10-10 13:55:57 -0600 WindowServer[87]: CGXGetConnectionProperty: Invalid connection 53771
    2014-10-10 13:55:57 -0600 com.apple.launchd[1]: Exited: Killed: 9
    2014-10-10 13:55:57 -0600 com.apple.launchd.peruser.501[151]: Exited: Killed: 9
    2014-10-10 13:55:57 -0600 com.apple.launchd.peruser.501[151]: Exited: Killed: 9
    2014-10-10 13:55:57 -0600 com.apple.launchd[1]: Exited: Killed: 9
    2014-10-10 13:55:57 -0600 com.apple.launchd[1]: Exited: Killed: 9
    2014-10-10 13:55:57 -0600 com.apple.launchd.peruser.501[151]: Exited: Killed: 9
    2014-10-10 13:55:57 -0600 com.apple.launchd.peruser.501[151]: Exited: Killed: 9
    2014-10-10 13:55:57 -0600 com.apple.launchd[1]: Exited: Killed: 9
    2014-10-10 13:55:57 -0600 com.apple.launchd.peruser.501[151]: Exited: Killed: 9
    2014-10-10 13:55:57 -0600 com.apple.launchd.peruser.501[151]: Exited: Killed: 9
    2014-10-10 13:55:57 -0600 com.apple.launchd.peruser.501[151]: Exited: Killed: 9
    2014-10-10 13:56:07 -0600 loginwindow[38]: ERROR | -[ApplicationManager quitPrivateProcesses] | Private process did not quit
    2014-10-10 13:56:07 -0600 sessionlogoutd[1394]: sessionlogoutd Launched
    2014-10-10 13:56:07 -0600 sessionlogoutd[1394]: DEAD_PROCESS: 38 console
    2014-10-10 13:56:07 -0600 loginwindow[38]: ERROR | SLODErrorHandler | Connection to sessionlogoutd lost, exiting loginwindow
    2014-10-10 13:56:07 -0600 WindowServer[87]: CGXRestartSessionWorkspace: session workspace exited for session 256 (on console)
    2014-10-10 13:56:07 -0600 WindowServer[87]: Session 256 released (1 references)
    2014-10-10 13:56:07 -0600 WindowServer[87]: Session 256 released (0 references)
    2014-10-10 13:56:07 -0600 WindowServer[87]: loginwindow connection closed; closing server.
    2014-10-10 13:56:07 -0600 UserEventAgent[11]: Captive: [UserAgentDied:142] User Agent @port=77315 Died
    2014-10-10 13:56:07 -0600 librariand[184]: server connection is invalid: Connection invalid
    2014-10-10 13:56:07 -0600 imagent[192]: Quit - notifying about shutdown
    2014-10-10 13:56:07 -0600 imagent[192]: Quit - shutting down daemon
    2014-10-10 13:56:07 -0600 identityservicesd[202]: Quit - notifying about shutdown
    2014-10-10 13:56:07 -0600 identityservicesd[202]: Quit - shutting down daemon
    2014-10-10 13:56:07 -0600 com.apple.launchd[1]: Exited with code: 3
    2014-10-10 13:56:07 -0600 com.apple.InputMethodKit.UserDictionary[265]: shared connection error: Connection interrupted
    2014-10-10 13:56:07 -0600 com.apple.InputMethodKit.UserDictionary[265]: shared connection error: Connection invalid
    2014-10-10 13:56:07 -0600 com.apple.InputMethodKit.UserDictionary[265]: ping returned unexpected reply: <error: 0x113226b50> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x113226e60> { length = 18, contents = "Connection invalid" }
    2014-10-10 13:56:07 -0600 airportd[62]: _doAutoJoin: Already associated to “Tiger1”. Bailing on auto-join.
    2014-10-10 13:56:07 -0600 loginwindow[1396]: Login Window Application Started
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Server is starting up
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Session 256 retained (2 references)
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Session 256 released (1 references)
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Session 256 retained (2 references)
    2014-10-10 13:56:07 -0600 WindowServer[1397]: init_page_flip: page flip mode is on
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Found 1 modes for display 0x00000000 [1, 0]
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Found 1 modes for display 0x00000000 [1, 0]
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Found 15 modes for display 0x00000000 [15, 0]
    2014-10-10 13:56:07 -0600 kernel[0]: IOHIDSystem::registerScreenGated: Screen 0 recycled from pid 87
    2014-10-10 13:56:07 -0600 WindowServer[1397]: mux_initialize: Couldn't find any matches
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Found 15 modes for display 0x00000000 [15, 0]
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Found 1 modes for display 0x00000000 [1, 0]
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Found 1 modes for display 0x00000000 [1, 0]
    2014-10-10 13:56:07 -0600 WindowServer[1397]: WSMachineUsesNewStyleMirroring: true
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Display 0x04280482: GL mask 0x4; bounds (0, 0)[1920 x 1080], 15 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a012, S/N 0, Unit 2, Rotation 0
    UUID 0x2838c3dda39478c14a5e57649bbc5643
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[4096 x 2160], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    2014-10-10 13:56:07 -0600 WindowServer[1397]: WSSetWindowTransform: Singular matrix
    2014-10-10 13:56:07 -0600 WindowServer[1397]: WSSetWindowTransform: Singular matrix
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Display 0x04280482: GL mask 0x4; bounds (0, 0)[1920 x 1080], 15 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a012, S/N 0, Unit 2, Rotation 0
    UUID 0x2838c3dda39478c14a5e57649bbc5643
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Display 0x003f003f: GL mask 0x8; bounds (2944, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Display 0x003f003c: GL mask 0x1; bounds (2945, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Display 0x003f003d: GL mask 0x2; bounds (2946, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    2014-10-10 13:56:07 -0600 WindowServer[1397]: CGXPerformInitialDisplayConfiguration
    2014-10-10 13:56:07 -0600 WindowServer[1397]:   Display 0x04280482: Unit 2; Vendor 0x610 Model 0xa012 S/N 0 Dimensions 18.70 x 10.51; online enabled built-in, Bounds (0,0)[1920 x 1080], Rotation 0, Resolution 1
    2014-10-10 13:56:07 -0600 WindowServer[1397]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    2014-10-10 13:56:07 -0600 WindowServer[1397]:   Display 0x003f003c: Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1
    2014-10-10 13:56:07 -0600 WindowServer[1397]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2946,0)[1 x 1], Rotation 0, Resolution 1
    2014-10-10 13:56:07 -0600 WindowServer[1397]: GLCompositor: GL renderer id 0x01024502, GL mask 0x0000000f, accelerator 0x000041cf, unit 0, caps QEX|MIPMAP, vram 1536 MB
    2014-10-10 13:56:07 -0600 WindowServer[1397]: GLCompositor: GL renderer id 0x01024502, GL mask 0x0000000f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    2014-10-10 13:56:07 -0600 WindowServer[1397]: GLCompositor enabled for tile size [256 x 256]
    2014-10-10 13:56:07 -0600 WindowServer[1397]: CGXGLInitMipMap: mip map mode is on
    2014-10-10 13:56:07 -0600 loginwindow[1396]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    2014-10-10 13:56:07 -0600 WindowServer[1397]: Display 0x04280482: Unit 2; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2014-10-10 13:56:08 -0600 launchctl[1399]: com.apple.findmymacmessenger: Already loaded
    2014-10-10 13:56:08 -0600 loginwindow[1396]: Setting the initial value of the magsave brightness level 1
    2014-10-10 13:56:08 -0600 airportd[62]: _doAutoJoin: Already associated to “Tiger1”. Bailing on auto-join.
    2014-10-10 13:56:08 -0600 com.apple.SecurityServer[25]: Session 100024 created
    2014-10-10 13:56:08 -0600 loginwindow[1396]: Login Window Started Security Agent
    2014-10-10 13:56:08 -0600 UserEventAgent[1400]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    2014-10-10 13:56:08 -0600 SecurityAgent[1406]: MacBuddy was run = 0
    2014-10-10 13:56:08 -0600 WindowServer[1397]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04280482 device: 0x7ff172c1dfa0  isBackBuffered: 1 numComp: 3 numDisp: 3
    2014-10-10 13:56:08 -0600 WindowServer[1397]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7ff172c1dfa0) - enabling OpenGL
    2014-10-10 13:56:09 -0600 WindowServer[1397]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    2014-10-10 13:56:09 -0600 WindowServer[1397]: Display 0x04280482: Unit 2; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2014-10-10 13:56:09 -0600 WindowServer[1397]: Display 0x04280482: Unit 2; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2014-10-10 13:56:15 -0600 SecurityAgent[1406]: User info context values set for jimfoster
    2014-10-10 13:56:15 -0600 SecurityAgent[1406]: Login Window login proceeding
    2014-10-10 13:56:15 -0600 loginwindow[1396]: Login Window - Returned from Security Agent
    2014-10-10 13:56:15 -0600 loginwindow[1396]: USER_PROCESS: 1396 console
    2014-10-10 13:56:16 -0600 airportd[62]: _doAutoJoin: Already associated to “Tiger1”. Bailing on auto-join.
    2014-10-10 13:56:16 -0600 kernel[0]: AppleKeyStore:Sending lock change 0
    2014-10-10 13:56:16 -0600 launchctl[1415]: com.apple.pluginkit.pkd: Already loaded
    2014-10-10 13:56:16 -0600 launchctl[1415]: com.apple.sbd: Already loaded
    2014-10-10 13:56:18 -0600 mds_stores[109]: (Error) SecureStore: Access token 285 changed uid from -1 to 503
    2014-10-10 13:56:18 -0600 WindowServer[1397]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    2014-10-10 13:56:18 -0600 WindowServer[1397]: Display 0x04280482: Unit 2; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    2014-10-10 13:56:18 -0600 sharingd[1434]: Starting Up...
    2014-10-10 13:56:18 -0600 CloudKeychainProxy[219]: librarian connection is invalid: Connection invalid
    2014-10-10 13:56:18 -0600 CloudKeychainProxy[219]: librarian connection is invalid: Connection invalid
    2014-10-10 13:56:18 -0600 com.apple.InputMethodKit.UserDictionary[265]: librarian connection is invalid: Connection invalid
    2014-10-10 13:56:18 -0600 com.apple.InputMethodKit.UserDictionary[265]: librarian connection is invalid: Connection invalid
    2014-10-10 13:56:18 -0600 com.apple.InputMethodKit.UserDictionary[265]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  BarbFister~7FF2AC00-0241-5BB6-A173-7F7630EAB405:UserDictionary
    Using local storage: 1
    2014-10-10 13:56:18 -0600 com.apple.InputMethodKit.UserDictionary[265]: librarian connection is invalid: Connection invalid
    2014-10-10 13:56:18 -0600 UserEventAgent[1416]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    2014-10-10 13:56:18 -0600 launchproxyls[1420]: Waiting for Launch Services seeding, UID 503
    2014-10-10 13:56:18 -0600 com.apple.SecurityServer[25]: Session 100025 created
    2014-10-10 13:56:18 -0600 com.apple.InputMethodKit.UserDictionary[265]: librarian connection is invalid: Connection invalid
    2014-10-10 13:56:18 -0600 com.apple.InputMethodKit.UserDictionary[265]: librarian connection is invalid: Connection invalid
    2014-10-10 13:56:19 -0600 xpcd[1422]: restored permissions (100600 -> 100700) on /Users/jimfoster/Library/Containers/com.apple.CalendarAgent/Container.plist
    2014-10-10 13:56:19 -0600 xpcd[1422]: restored permissions (100600 -> 100700) on /Users/jimfoster/Library/Containers/com.apple.soagent/Container.plist
    2014-10-10 13:56:20 -0600 xpcd[1422]: restored permissions (100600 -> 100700) on /Users/jimfoster/Library/Containers/com.apple.ShareKitHelper/Container.plist
    2014-10-10 13:56:21 -0600 accountsd[1469]: assertion failed: 13F34: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    2014-10-10 13:56:21 -0600 com.apple.SecurityServer[25]: Session 100026 created
    2014-10-10 13:56:21 -0600 com.apple.IconServicesAgent[1470]: IconServicesAgent launched.
    2014-10-10 13:56:22 -0600 secd[1472]:  __EnsureFreshParameters_block_invoke_2 SOSCloudKeychainSynchronizeAndWait: The operation couldn‚Äôt be completed. (SyncedDefaults error 1025 - Remote error : No valid account for KVS)
    2014-10-10 13:56:22 -0600 secd[1472]:  __talkWithKVS_block_invoke callback error: The operation couldn‚Äôt be completed. (SyncedDefaults error 1025 - Remote error : No valid account for KVS)
    2014-10-10 13:56:22 -0600 secd[1472]:  CFPropertyListReadFromFile file file:///Users/jimfoster/Library/Keychains/7FF2AC00-0241-5BB6-A173-7F7630EAB405/ accountStatus.plist: The file ‚ÄúaccountStatus.plist‚Äù couldn‚Äôt be opened because there is no such file.
    2014-10-10 13:56:23 -0600 com.apple.time[1416]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2014-10-10 13:56:24 -0600 secd[1472]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn‚Äôt be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    2014-10-10 13:56:24 -0600 secd[1472]:  securityd_xpc_dictionary_handler WiFiKeychainProx[1454] DeviceInCircle The operation couldn‚Äôt be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    2014-10-10 13:56:25 -0600 imagent[1452]: [Warning] Services all disappeared, removing all dependent devices
    2014-10-10 13:56:27 -0600 imagent[1452]: [Warning] Creating empty account: PlaceholderAccount for service: IMDService (iMessage)
    2014-10-10 13:56:27 -0600 imagent[1452]: [Warning] Creating empty account: PlaceholderAccount for service: IMDService (iMessage)
    2014-10-10 13:56:27 -0600 soagent[1450]: [Warning] Services all disappeared, removing all dependent devices
    2014-10-10 13:56:28 -0600 com.apple.time[1416]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    2014-10-10 13:56:28 -0600 com.apple.IconServicesAgent[1470]: main Failed to composit image for binding VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x129] - extension: lpdf, UTI: com.apple.localized-pdf-bundle, fileType: ????.
    2014-10-10 13:56:28 -0600 quicklookd[1480]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: lpdf, UTI: com.apple.localized-pdf-bundle, fileType: ???? request size:128 scale: 1
    2014-10-10 13:56:31 -0600 parentalcontrolsd[1485]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    2014-10-10 13:56:38 -0600 imagent[1452]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:1450)
    2014-10-10 13:56:38 -0600 imagent[1452]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:1450)
    2014-10-10 13:56:39 -0600 mdworker[1488]: sandbox cache error 3850
    2014-10-10 13:56:40 -0600 mdworker[1487]: sandbox cache error 3850
    2014-10-10 13:56:50 -0600 launchproxyls[1420]: Launch Services seeding complete
    2014-10-10 13:57:04 -0600 WindowServer[1397]: CGXSetWindowListSystemAlpha: Invalid window 56 (index 0/1)
    2014-10-10 13:57:04 -0600 Safari[1423]: find_shared_window: WID 49
    2014-10-10 13:57:04 -0600 Safari[1423]: CGSClearWindowTags: Invalid window 0x31
    2014-10-10 14:13:54 -0600 secd[1472]:  CFPropertyListReadFromFile file file:///Users/jimfoster/Library/Keychains/7FF2AC00-0241-5BB6-A173-7F7630EAB405/ accountStatus.plist: The file ‚ÄúaccountStatus.plist‚Äù couldn‚Äôt be opened because there is no such file.
    2014-10-10 14:13:55 -0600 secd[1472]:  CFPropertyListReadFromFile file file:///Users/jimfoster/Library/Keychains/7FF2AC00-0241-5BB6-A173-7F7630EAB405/ accountStatus.plist: The file ‚ÄúaccountStatus.plist‚Äù couldn‚Äôt be opened because there is no such file.
    2014-10-10 14:13:55 -0600 secd[1472]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn‚Äôt be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    2014-10-10 14:13:55 -0600 secd[1472]:  securityd_xpc_dictionary_handler com.apple.sbd[1528] DeviceInCircle The operation couldn‚Äôt be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    2014-10-10 14:21:38 -0600 sharingd[1434]: dnssd_clientstub DNSServiceRefDeallocate called with invalid DNSServiceRef 0x7fb6ca60a9b0 FFFF0008 DDDDDDDD
    2014-10-10 14:22:18 -0600 sharingd[1434]: dnssd_clientstub DNSServiceRefDeallocate called with invalid DNSServiceRef 0x7fb6ca609e30 FFFFFFFF DDDDDDDD
    2014-10-10 14:24:40 -0600 kernel[0]: Sandbox: xpcd(1422) deny ipc-posix-shm-read-data /tmp/com.apple.csseed.66
    2014-10-10 14:24:40 -0600 com.apple.SecurityServer[25]: Killing auth hosts
    2014-10-10 14:24:40 -0600 com.apple.SecurityServer[25]: Session 100022 destroyed
    2014-10-10 14:24:40 -0600 com.apple.SecurityServer[25]: Session 100030 created
    2014-10-10 14:24:46 -0600 WindowServer[1397]: _CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    2014-10-10 14:24:46 -0600 WindowServer[1397]: _CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    2014-10-10 14:27:52 -0600 system_profiler[1612]: nsc_smb XPC: handle_event error : < Connection invalid >
    2014-10-10 14:39:08 -0600 com.apple.IconServicesAgent[1470]: main Failed to composit image for binding VariantBinding [0x18b] flags: 0x8 binding: FileInfoBinding [0x34d] - extension: log, UTI: com.apple.log, fileType: ????.
    2014-10-10 14:39:08 -0600 quicklookd[1636]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: log, UTI: com.apple.log, fileType: ???? request size:64 scale: 1
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.07.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.04.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.05.U501.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.05.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.06.U501.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.06.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.07.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.07.U501.asl
    2014-10-10 14:40:11 -0600 sandboxd[619]: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.04.U0.asl
    2014-10-10 14:40:11 -0600 sandboxd[619]: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.04.U501.asl
    2014-10-10 14:40:11 -0600 sandboxd[619]: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.05.U0.asl
    2014-10-10 14:40:11 -0600 sandboxd[619]: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.06.U0.asl
    2014-10-10 14:40:11 -0600 sandboxd[619]: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.06.U501.asl
    2014-10-10 14:40:11 -0600 sandboxd[619]: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.05.U501.asl
    2014-10-10 14:40:11 -0600 sandboxd[619]: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.04.U501.asl
    2014-10-10 14:40:11 -0600 sandboxd[619]: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.07.U501.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.09.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.08.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.08.U501.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.09.U89.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.09.U205.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.09.U501.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.10.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.10.U501.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.04.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.04.U501.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.05.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.06.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.05.U501.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.07.U0.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.06.U501.asl
    2014-10-10 14:40:11 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.07.U501.asl
    2014-10-10 14:40:12 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.08.U0.asl
    2014-10-10 14:40:12 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.08.U501.asl
    2014-10-10 14:40:12 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.09.U501.asl
    2014-10-10 14:40:12 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.09.U0.asl
    2014-10-10 14:40:12 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.09.U89.asl
    2014-10-10 14:40:12 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.10.U501.asl
    2014-10-10 14:40:12 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.10.U0.asl
    2014-10-10 14:40:12 -0600 kernel[0]: Sandbox: QuickLookSatelli(1638) deny file-read-data /private/var/log/asl/2014.10.09.U205.asl
    2014-10-10 14:40:17 -0600 xpcd[1422]: restored permissions (100600 -> 100700) on /Users/jimfoster/Library/Containers/com.apple.quicklook.ui.helper/Container.pli st
    2014-10-10 14:47:08 -0600 com.apple.SecurityServer[25]: Killing auth hosts
    2014-10-10 14:47:08 -0600 com.apple.SecurityServer[25]: Session 100030 destroyed
    2014-10-10 14:47:08 -0600 com.apple.SecurityServer[25]: Session 100031 created
    2014-10-10 14:47:14 -0600 com.apple.appkit.xpc.openAndSavePanelService[1686]: Bogus event received by listener connection:
    <error: 0x107c9fb50> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x107c9fe60> { length = 18, contents = "Connection invalid" }
    2014-10-10 14:49:16 -0600 com.apple.appkit.xpc.openAndSavePanelService[1686]: CGSGetWindowTransformAtPlacement
    2014-10-10 14:49:16 -0600 com.apple.appkit.xpc.openAndSavePanelService[1686]: CGSTranslatePointForWindow
    2014-10-10 14:49:16 -0600 com.apple.appkit.xpc.openAndSavePanelService[1686]: CGSGetWindowBounds
    2014-10-10 14:49:26 -0600 com.apple.appkit.xpc.openAndSavePanelService[1686]: CGSGetWindowTransformAtPlacement
    2014-10-10 14:49:26 -0600 com.apple.appkit.xpc.openAndSavePanelService[1686]: CGSTranslatePointForWindow
    2014-10-10 14:49:26 -0600 com.apple.appkit.xpc.openAndSavePanelService[1686]: CGSGetWindowBounds
    2014-10-10 14:49:26 -0600 com.apple.appkit.xpc.openAndSavePanelService[1686]: assertion failed: 13F34: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    2014-10-10 14:49:45 -0600 Pages[1681]: view service marshal for <NSRemoteView: 0x7fd3f2883f70> failed to forget accessibility connection due to Error Domain=NSCocoaErrorDomain Code

    EtreCheck version: 2.0.1 (82)
    Report generated October 11, 2014 at 5:14:56 PM MDT
    Hardware Information: ℹ️
      iMac (21.5-inch, Late 2013) (Verified)
      iMac - model: iMac14,1
      1 2.7 GHz Intel Core i5 CPU: 4-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 supported
      Wireless:  en1: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      Intel Iris Pro -
      iMac 1920 x 1080
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 2 days 7:8:48
    This is what EtreCheck came back with:
    Disk Information: ℹ️
      APPLE HDD ST1000LM024 disk0 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 999.35 GB (975.33 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. FaceTime HD Camera (Built-in)
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
    User Login Items: ℹ️
      None
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Default Browser: Version: 537 - SDK 10.9
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          9% mds
          2% WindowServer
          1% fontd
          0% ps
          0% AppleSpell
    Top Processes by Memory: ℹ️
      189 MB Safari
      172 MB softwareupdated
      155 MB com.apple.IconServicesAgent
      129 MB com.apple.WebKit.WebContent
      94 MB Finder
    Virtual Memory Information: ℹ️
      3.41 GB Free RAM
      3.41 GB Active RAM
      825 MB Inactive RAM
      942 MB Wired RAM
      1.68 GB Page-ins
      0 B Page-outs

  • Graphical artifacts with DX11 (and OGL4) on imac 27" late 2012 GTX 675 MX

    Hello, dear community! I have the imac 27" late 2012 with graphical card GTX 675 MX.
    In Mac OS X 10.8.5 all works perfect. Software, games (Bioshock Infinity), benchmarks (heaven 4.0). But in windows...
    I was installed Windows 8, then 7, then 8 again, and every time after installing nvidia drivers (with BootCamp, or manually downloaded from nvidia site) i have some graphical artifacts ("||" randomly on the screen). On win 7 it was only in games (like Bioshock Infinity or Tomb Raider), on win 8.1 everywhere(on desktop and in games). In DX9 games (like World Of Tanks) all perfect, in DX10/11 games (BI or TR) - artifacts. After thousend of tests i run Heaven Unigine 4.0 with OpenGL(other settings the same) in macos and in windows(on 7 and on 8), for checking some hardware issue if it exists. But on mac os x, as i already said, all is perfect, but on windows - randomly appers artifacts.
    I record a video to illustrate my problem. http://www.youtube.com/watch?v=AwEog66vfFk&feature=youtu.be
    Help me please! People in service told me that this is not a guarantee issue

    I assume you have GPU-Z and other tools to look at gpu. the imac falls between notebooks and desktops when it comes to graphics. and it may be some programs just are not written for that graphic device? possibly?
    I've been on Windows 8.1 mostly along with 8.0 and graphic drivers have been "bumpy road" at times and I was able to swap out and use different graphic cards on my PC - had me thinking I had an SSD related issue, then replaced memory (those were bad it turned out, and could have caused drivers and system errors).
    Windows has memtest on the DVD and I have seen one or three people with real problems that did not show up until they did more tests, even though Mac OS was blindly oblivious to anything being wrong (it was, they upgraded RAM and SO-DIMM was not fully seated in one case, in another the RAM module had to be replaced).
    Extended Tests using Apple Hardware Test is not conclusve and almost never ever when comes to finding gpu or memory 'errors.' There you are better with Windows test utility.

  • I have a 24" imac model 9,1 running OS 10.6.8 and I am experiencing frequent freezes and crashes.   How can I solve this problem?

    I have a 24" imac model 9,1 running OS 10.6.8 and I am experiencing frequent freezes and crashes.   How can I solve this problem?
    Hal

    As old as your iMac is, have you cleaned out the dust? Dust buildup can lead to over heating issues. Remove any and all things plugged into it including the power cord, Remove the RAM access grille. Vacuum all openings starting with the RAM access area (air intake). Vacuum all ports and plugs, DVD slot and the opening across the top of the rear of the body. Blow compressed air through all your openings and vacuum again to remove any dust you loosend. Reinstall the RAM grille. Plug in the keyboard and mouse if not blue tooth. Insert power cord...
    You are now in a perfect position to do a
    SMC RESET
    http://support.apple.com/kb/HT3964
    Shut down the computer.
    Unplug the computer's power cord and ALL peripherals.
    Wait 15 seconds.
    Attach the computers power cable.
    Wait another 5 seconds and press the power button to turn on the computer.
    It is the 5 second timing that initiates the reset.
    Here is a link to a Widget to monitor your temps and other operations:
    http://islayer.com/apps/istatpro/
    since you are running 10.6.8 did you install the combo update?
    Mac OS X 10.6.8 Update Combo v1.1
    It is more stable than the regular version.
    You could use your original install disc and boot from the disc, run Disc Utility and do a repair disk.

  • IMac 27" (late 2012) GTX 680 MX, glitch and artifacts on the screen.

    Hello.
    I have a one year old iMac 27" (Late 2012) i7, 8Gb RAM, GTX 680MX, 1TB Fusion drive. I was working at the computer and was away for two hours. When I woke my iMac from sleep mode on the screen appeared glitch and artifacts.
    http://www.youtube.com/watch?v=-666QJQ51Lk&feature=youtu.be
    That could happen? This is a GPU problem? Or software?
    I am very sad.
    It happened a month later after my 1 year warranty expired.

    Hi DiMichaelDi,
    If you are having issues with display distortion or anomalies on your iMac, you may find the troubleshooting outlined in the following article helpful:
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    Regards,
    - Brenden

  • IMac 27in late 2012 Kernel Panic

    Everytime I process photos on camera raw using my iMac, it hangs, white screens, then restarts on me. At first it I never had this issue but when it frequented into 3 panics per work day, I reformatted my iMac and installed only photoshop.
    I checked on photoshop and turned off the OpenGL thinking maybe it was a RAM issue, but Claire (my iMac) still panics.
    Please help. I need to get work done before I start losing money.
    iMac 27in Late 2012
    OS X 10.8.5
    3.4 GHz Intel Core i7
    32gb 1600 MHz DDR3
    NVIDIA GeFORCE GTX 680MX 2048 MB
    Photoshop CS6 13.0.6 (Registered)
    Camera Raw 8.3
    Everytime a panic is occurs, I send the report to Apple, i dont know if it sends the same report to Adobe.
    This is what the panic looks like.
    Interval Since Last Panic Report:  28133 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    B5CF8442-B999-D739-6E61-D5A188A81C88
    Sat Jan 18 12:20:41 2014
    panic(cpu 0 caller 0xffffff800a467499): "attempt to remove permanent VM map entry " "0xffffff804b492fc0 [0x21000000:0x7fffffe00000]\n"@/SourceCache/xnu/xnu-2050.48.12/osfmk/vm/vm_map. c:4967
    Backtrace (CPU 0), Frame : Return Address
    0xffffff83b5af3d80 : 0xffffff800a41d636
    0xffffff83b5af3df0 : 0xffffff800a467499
    0xffffff83b5af3ee0 : 0xffffff800a466d3b
    0xffffff83b5af3f00 : 0xffffff800a43598a
    0xffffff83b5af3f50 : 0xffffff800a43a2a6
    0xffffff83b5af3f70 : 0xffffff800a43a55a
    0xffffff83b5af3fb0 : 0xffffff800a4b3257
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    12F45
    Kernel version:
    Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    Kernel UUID: EA38B02E-2B88-309F-BA68-1DE29F605DD8
    Kernel slide:     0x000000000a200000
    Kernel text base: 0xffffff800a400000
    System model name: iMac13,2 (Mac-FC02E91DDD3FA6A4)
    System uptime in nanoseconds: 7043170686165
    last loaded kext at 5368334533424: com.apple.filesystems.msdosfs          1.8.1 (addr 0xffffff7f8c81d000, size 65536)
    last unloaded kext at 5515418790260: com.apple.driver.AppleUSBCDC          4.1.23 (addr 0xffffff7f8c7ed000, size 12288)
    loaded kexts:
    com.apple.iokit.IOBluetoothSerialManager          4.1.7f4
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.ApplePlatformEnabler          2.0.7d2
    com.apple.driver.AGPM          100.13.12
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AppleHDA          2.4.7fc4
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleUpstreamUserClient          3.5.12
    com.apple.driver.AppleIntelHD4000Graphics          8.1.6
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.GeForce          8.1.6
    com.apple.driver.AppleSMCLMU          2.0.3d0
    com.apple.driver.ApplePolicyControl          3.4.5
    com.apple.driver.AppleMikeyDriver          2.4.7fc4
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.1.7f4
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleLPC          1.6.3
    com.apple.driver.AppleSMBusPCI          1.0.11d1
    com.apple.driver.AppleIntelFramebufferCapri          8.1.6
    com.apple.driver.AppleMCCSControl          1.1.11
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.3.5
    com.apple.driver.AppleUSBHub          635.4.0
    com.apple.driver.AppleSDXC          1.4.3
    com.apple.iokit.AppleBCM5701Ethernet          3.6.2b4
    com.apple.driver.AirPort.Brcm4331          615.20.17
    com.apple.driver.AppleAHCIPort          2.6.6
    com.apple.driver.AppleUSBEHCI          621.4.6
    com.apple.driver.AppleUSBXHCI          635.4.0
    com.apple.driver.AppleACPIButtons          1.8
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.8
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          214.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2.1
    com.apple.driver.AppleIntelCPUPowerManagement          214.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.6
    com.apple.iokit.IOUSBMassStorageClass          3.5.2
    com.apple.driver.AppleBluetoothHIDKeyboard          170.2.4
    com.apple.driver.IOBluetoothHIDDriver          4.1.7f4
    com.apple.driver.AppleHIDKeyboard          170.2.4
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.6
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.4.7fc4
    com.apple.iokit.IOAudioFamily          1.9.2fc7
    com.apple.kext.OSvKernDSPLib          1.12
    com.apple.iokit.IOSurface          86.0.4
    com.apple.iokit.IOBluetoothFamily          4.1.7f4
    com.apple.iokit.IOAcceleratorFamily          74.15
    com.apple.nvidia.gk100hal          8.1.6
    com.apple.NVDAResman          8.1.6
    com.apple.driver.AppleGraphicsControl          3.4.5
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.AppleThunderboltEDMSink          1.2.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.1.7f4
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.7
    com.apple.driver.IOPlatformPluginFamily          5.4.1d13
    com.apple.driver.AppleSMC          3.1.5d4
    com.apple.driver.AppleHDAController          2.4.7fc4
    com.apple.iokit.IOHDAFamily          2.4.7fc4
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOGraphicsFamily          2.3.7
    com.apple.driver.AppleThunderboltDPOutAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.3.2
    com.apple.iokit.IOUSBHIDDriver          623.4.0
    com.apple.driver.AppleUSBMergeNub          621.4.6
    com.apple.driver.AppleUSBComposite          621.4.0
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.7.7
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IO80211Family          530.5
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBUserClient          630.4.4
    com.apple.iokit.IOAHCIFamily          2.5.1
    com.apple.iokit.IOUSBFamily          635.4.0
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          1.8.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          345
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.8
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: iMac13,2, BootROM IM131.010A.B05, 4 processors, Intel Core i7, 3.4 GHz, 32 GB, SMC 2.11f14
    Graphics: NVIDIA GeForce GTX 680MX, NVIDIA GeForce GTX 680MX, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x029E, 0x434D534F384758334D314131363030433131
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x029E, 0x434D534F384758334D314131363030433131
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1600 MHz, 0x029E, 0x434D534F384758334D314131363030433131
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1600 MHz, 0x029E, 0x434D534F384758334D314131363030433131
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.7f4 12974, 3 service, 21 devices, 3 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD WDC WD10EALX-408EA0, 1 TB
    USB Device: CTH-670, 0x056a  (WACOM Co., Ltd.), 0x00df, 0x14300000 / 1
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: MP280 series, 0x04a9  (Canon Inc.), 0x1746, 0x1a120000 / 4
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8511, 0x1a110000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: Cruzer Orbit, 0x0781  (SanDisk Corporation), 0x557c, 0x1d110000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2412, 0x1d180000 / 3
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x828b, 0x1d181300 / 6
    *end*
    I have posted the same question in the adobe forum and their support has replied quickly saying:
    That kernel panic refers to a bug in the OS code.
    Applications cannot cause kernel panics, or machines to shutdown, freeze completely, or restart.
    Only OS bugs, low level driver bugs, or hardware faults can do that.
    please someone help me.

    i upgraded my ram with 4 8gb corsair value system.
    could that be the cause?
    Very likely - their was a thread on here where someone on here was having the exact same problem with Corsair RAM. If I can find it I'll post a link.
    If you still have your original RAM, take out the Corsair and put in the original chips. If the crashes stop - voila!
    Macsales and Crucial are the often recommended places to buy from - they guarantee their modules will work.
    http://eshop.macsales.com/shop/apple/memory/iMac
    http://www.crucial.com
    Edit: Here's the link: https://discussions.apple.com/message/24633107#24633107

  • Mac keeps freezing and crashing

    Hi,
    I'm on a late 2009 iMac (3.06 Intel Core 2 Duo, 12 GB 1067 DDR3, 1TB HD) with Yosemite. I installed Yosemite a few days ago. Previously I ran Mountain Lion.
    While on Mountain Lion the mac suddenly started freezing and crashing. I could still move the cursor, and most of the time my sound kept working (although the screen had frozen I could keep on calling via Skype - music and videos mostly stopped working after a minute or so), but I had to force turn off the mac. Upon rebooting most of the time I couldn't get past the start-up screen with the grey progress bar and Apple logo. The problem persists with Yosemite. There isn't any specific program which seems to cause it - I've had crashes running many different things. It doesn't seem to be a kernel panic: I've had only one instance where the grey letters would show up. Otherwise it just crashes.
    I've tried many things to fix it already:
    - running DiskWarrior and removing corrupted files
    - removing dubious third party extensions
    - removing unnecessary login items/Launch Daemons/Launch Agents (after running EtreCheck)
    - I ran AHT twice (nothing came up) and Rember once (idem)
    - ran recovery mode to verify the disk (nothing came up)
    - ran Safe Boot for a while (no crashes), which causes me to believe it's a software-related problem.
    I reinstalled Yosemite yesterday. It will only boot into safe mode since. While booting normally I can't get past the white screen.
    About three months ago a faulty HD was replaced and RAM (8 GB) was added, both done in an Apple store. I've no reason yet to believe it's hardware-related because every test comes up clean, but I'm obviously not sure.
    I don't know what to do next other than bringing it to the store. Any help would be much appreciated. Because I'm in safe mode my EtreCheck report differs from the normal report - if it's helpful to post it anyway, I will.
    Thanks!

    EtreCheck version: 2.1.6 (109)
    Report generated 29 janvier 2015 10:43:44 UTC+1
    Télécharger EtreCheck à http://etresoft.com/etrecheck
    Cliquez sur les liens [Aide] pour l’assistance avec les produits non-Apple.
    Cliquez sur les liens [Détails] pour plus d'informations sur cette ligne.
    Cliquez sur les liens [Adware] pour l’assistance avec la suppression d’adware.
    Informations matérielles : ℹ️
      iMac (27-inch, Late 2009) (Caractéristiques techniques)
      iMac - modèle : iMac11,1
      1 2.8 GHz Intel Core i7 CPU : 4-core
      16 GB RAM Extensible
      BANK 0/DIMM0
      4 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1067 MHz ok
      BANK 0/DIMM1
      4 GB DDR3 1067 MHz ok
      BANK 1/DIMM1
      4 GB DDR3 1067 MHz ok
      Bluetooth: Vieux - Handoff/Airdrop2 pas disponible
      Wireless:  en1: 802.11 a/b/g/n
    Informations vidéo : ℹ️
      ATI Radeon HD 4850 - VRAM : 512 MB
      iMac 2560 x 1440
    Logiciel du système : ℹ️
      OS X 10.9.5 (13F34) - Temps depuis le démarrage : 18:31:17
    Informations des disques : ℹ️
      WDC WD10EARS-00Y5B1 disk0 : (1 TB)
      EFI (disk0s1) <non monté>  : 210 Mo
      Macintosh HD (disk0s2) /  : 999.35 Go (976.07 Go libre)
      Recovery HD (disk0s3) <non monté>  [Restauration] : 650 Mo
      HL-DT-ST DVDRW  GA11N 
    Informations USB : ℹ️
      composite_device 7,81 GB
      EFI (disk2s1) <non monté>  : 210 Mo
      OS X Mavericks Installer (disk2s2) /Volumes/OS X Mavericks Installer  : 7.47 Go (1.40 Go libre)
      Toshiba External USB 3.0 1 TB
      EFI (disk4s1) <non monté>  : 210 Mo
      Back up Imac (disk4s2) /Volumes/Back up Imac  : 999.86 Go (293.01 Go libre)
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Internal Memory Card Reader
      Western Digital My Passport 070C 499,41 GB
      EFI (disk1s1) <non monté>  : 210 Mo
      WD boot (disk1s2) /Volumes/WD boot  : 498.55 Go (472.71 Go libre)
      Recovery HD (disk1s3) <non monté>  [Restauration] : 650 Mo
      Logitech Optical USB Mouse
      Apple Inc. Built-in iSight
      Apple Computer, Inc. IR Receiver
    Gatekeeper : ℹ️
      Mac App Store et développeurs identifiés
    Extensions du noyau : ℹ️
      /Library/Extensions
      [engagé] at.obdev.nke.LittleSnitch (4228 - SDK 10.8) [Aide]
    Agents de lancement : ℹ️
      [en marche] at.obdev.LittleSnitchUIAgent.plist [Aide]
      [désengagé] com.adobe.AAM.Updater-1.0.plist [Aide]
    Daemons de lancements : ℹ️
      [en marche] at.obdev.littlesnitchd.plist [Aide]
      [engagé] com.adobe.fpsaud.plist [Aide]
      [invalid?] com.lsreset.plist [Aide]
    Éléments Ouverture : ℹ️
      Aucun
    Plug-ins internets : ℹ️
      FlashPlayer-10.6 : Version : 16.0.0.296 - SDK 10.6 [Aide]
      Flash Player : Version : 16.0.0.296 - SDK 10.6 [Aide]
      QuickTime Plugin : Version : 7.7.3
      JavaAppletPlugin : Version : 14.9.0 - SDK 10.7 Vérifier la version
      Default Browser : Version : 537 - SDK 10.9
    Plug-ins internets pour l’utilisateur : ℹ️
      Dashlane : Version : Dashlane 1.0.0 - SDK 10.10 [Aide]
    Extensions de Safari : ℹ️
      Dashlane [Installé]
    Panneaux de préférences tiers : ℹ️
      Flash Player  [Aide]
    Time Machine : ℹ️
      Time Machine n’est pas configuré !
    L’utilisation du CPU par processus : ℹ️
          3% WindowServer
          1% fontd
          1% Safari
          0% PluginProcess
          0% Dashlane
    L’utilisation de la RAM par processus : ℹ️
      515 Mo WebKitPluginHost
      395 Mo com.apple.WebKit.WebContent
      378 Mo firefox
      326 Mo Safari
      223 Mo PluginProcess
    Informations de la mémoire virtuelle : ℹ️
      7.06 Go RAM Disponible
      7.25 Go RAM Active
      1.50 Go RAM Inactive
      1.35 Go RAM Résidente
      1.80 Go Pages entrants
      0 o Sorties pages
    Informations du diagnostic : ℹ️
      Jan 28, 2015, 10:45:51 PM /Users/[expurgé]/Library/Logs/DiagnosticReports/PokerStarsFR_2015-01-28-224551_ [expurgé].crash
      Jan 28, 2015, 04:13:07 PM Examen de soi - succès

  • IMac 27" late 2012 hard to sleep : start using on August it is easy to sleep but just few days ago ,it take half a minute to start sleep .

    iMac 27" late 2012 hard to sleep :
    - I start use this brand new iMac from August 2013  ,it is easy and quickly to sleep .  Just few day ago  it takes half a minute to sleep  .
    At same time  the old iMac 20"  2007  got same problem .
    Please help me to know what happen.
    Thanks to our Apple Support Communities,
    Garmin 108

    Same problem here - only with a 2012 Macbook Air running 10.8.2
    (very accurately described above )
    After MBA sleeps and you try to wake it up, screen does not refresh properly and only refreshes where the current mouse cursor is.
    If you close the lid, and then re-open the MBA then functions correctly.
    I also have an issue where the MBA will suddenly crash while asleep and then will require a hard reset.
    Not sure if related though.
    I just reset smc/pram - will report back if this does not solve the issue.
    If you don't hear from me again, then reseting solved it!

  • Windows 7 failing to install through bootcamp on iMac 27" late 2012

    Hello.
    I have recently received my brand new iMac 27" late 2012, and am trying to get it to install windows 7.
    My machine is running 10.8.4 with a 3.4 GHz Intel Core i7, 16 GB DDR3 RAM and 500GB SSD drive.
    I launched bootcamp and went through the usual bootcamp standard steps, and after it partitions and restarts, the windows installation stops at the point of choosing a partition.
    To elaborate, after the windows setup starts, and I click install windows, it asks me to choose a partition. It happens to be Partition 4 BOOTCAMP (the one that bootcamp supposedly prepared for windows as an NTFS partition.
    It does not recognize it as NTFS. I click on advanced options and click format, but it takes a split second and never really formats. The only thing that changes at this point is the name of the Partition (the word BOOTCAMP disappears from the partition name). Another thing I tried after reading full threads for 4 days straight is that I click delete to delete the partition, then on the now unallocated space partition, I click *New to reallocate/format the partition. It also takes no time to turn this into a partition supposedly ready for windows, but it never allows me to choose it and go next to start installation.
    I have done this about 8 times now and I am starting to worry about damaging my SSD because of all the partitioning and unpartitioning.
    Here are a list of things I have done:
    1. made an ISO image of the windows 7 (64 bit of course) and ran that on a USB
    2. downloaded the ISO image from the microsoft website and ran that on a USB
    3. used an exernal optical drive to run the windows setup using the windows installation DVD instead of the USB ISO image.
    I have made sure everything is fully updated, had a friend install windows on his macbookpro retina with an SSD running the same OSX and it worked just fine.
    *a small note that may or may not be of importance is that when in the list of partitions in the windows installation I click on Load Driver, it does not detect any drivers although the USB with the drivers that BOOTCAMP created earlier on the Mac side is inserted in the machine and detectable.
    What is it that I'm missing?

    SOLVED IT!
    after 5 full days of research and trial and error (only error and no progress) and after I had hit almost every wall there is, I thought of reviewing all the elements that make up the set up.
    1. iMac
    2. windows 7 installation (i had both optical drive for the dvd as well as an image on a USB)
    3. usb stick with the drivers on it.
    the iMac i trust.
    windows i doubted. so i went ahead and checked the format of the usb on which i had the drivers. weirdly enough, both were exFat, which is created by windows - supposedly.
    I decided to change the format of the USB with the drivers on it to FAT. re-downloaded the drivers on it and restarted... and it worked !
    Although it does not make sense at all, but windows was reading from the image on one USB which was exFat, but was not reading the drivers on the other USB.
    My guess is that the reason is the Mac OSX was reading the windows through the exFat and that was working, but the windows was not being able to read its own format on the other USB. Typical windows weirdness.
    In any case, I hope if someone has the same kind of trouble they would be able to benefit from this post.
    Also, maybe its worth noting in the instructions of BOOTCAMP.
    Thanks for those who took the time to read it.
    b.

  • Vmware fusion 5.0.2 cannot connect to network on my brand new iMac '27 late 2012

    Dear friends,
    I have tried to install Windows 8 (x64bit) Pro., Windows XP, and CentOS 6.0 using vmware fusion 5.0.2 over my brand new iMac '27 late 2012. However, neither one can connect to the Internet. There was no problem with the same installation on my iMac 2011.
    The network board recognized by Windows 8 is Intel(R) 82574L Gigabit Network Connection.
    In the folder of vmware fusion's setting files on Mac OS, I found a file called Windows 8 x64.vmx, and
    there is a line as follows.
    ethernet0.virtualDev ="e1000e"
    Any friend has the same problem or can give me some hints?
    Thanks a lot!

    Suggest that you post your question here

  • IMac 27" late 2012 3TB hard drive bad blocks

    Hi Guys,
    I just received the new iMac 27" late 2012 with 3TB hard drive and as soon as I run Drive Genius version 3.2.2 I saw that the drive has 8 bad blocks.
    I tried to deleted the logical volume and reinstall the OS X 10.8.2 and after a scan I got the same 8 bad blocks. I give it another try and erase the entire 3 TB volu except the recovery partition and installed Mountain Lion and after running another Drive Genius SCAN for almost 12 hours I got 8 bad blocks again.
    Called Apple Support and they are clueless about what is going on as they are not even aware that the late 2012 iMac 27" is not even in stores yet.
    I was told that as long as I do not have errors within the OS X I should not worry about as he HDD is fine. I do not believe it since from my experience when you have a bad block you also have a physical damage on you disk surface.
    I called Apple Support again and I was told to go to Genius Bar and have them to replace the HDD to a unit not even a week old. I think that I am going to return the unit, maybe I got a lemon and the unit got dropped during the shipping process or who knows.
    I hope that this thread will help other owners to have them to run a check disk or scan disk just to make sure that they do not have a bad hard drive on their new iMac late 2012.
    Again I have nothing against to anyone as I just hope that someone from Apple will find this thread and try to prevent this from happening to a large scale.
    Thank you.

    Colos2012 wrote:
    ... soon as I run Drive Genius version 3.2.2 I saw that the drive has 8 bad blocks.
    Drive Genius will report bad blocks when none are present. It may even be responsible for disk corruption.
    See: DriveGenius = Problem
    Get rid of Drive Genius. Do not install such junk on a Mac.

  • RAM Memory for iMac 27' (Late 2012)

    Hi,
    I have read a lot of discussions about what's the best option to upgrae the RAM for the iMac 27' (Late 2012), but I really don't know what should I buy in terms of compatibility.
    Kingston ? Corsair? ,etc...
    I pretend to remove the memory that's on my iMac (2x4GB) and install new ones 4X8GB=32GB, so, my question is, which brand should I buy, and also what about the voltage(1.3, 1.5) and latency (CL7, CL9, CL10, CL11...)?
    Thank's

    If you will go to either OWC (macsales.com) or Crucial, their sites will help you determine what you need.
    http://eshop.macsales.com/shop/apple/memory/iMac
    Use OWC's instructions to find your model identifyer. Their RAM has been tested and is guaranteed.
    I would not recommend cheap brands or Value RAM.

  • IMac 27" late 2012 + new Apple TV 3: bluetooth disconnections

    Hello,
    I have an iMac 27" late 2012 working perfectly with wireless keyboard, magic mouse, and wireless trackpad until two days ago, when I purchased the Apple TV.
    Since then I have continous disconnections whith Mavericks. Mouse, Keyboard and Pad lost connection and a few seconds later reconnects.
    Just this post is impossibly to write, but with patiente....
    Just note that when working with Apple TV in standby, with white led off, I have no problems like ever.
    If I push any remote button power on Apple TV then automatically Mavericks starts in infinite loop to disconnect (the 3) and connect again.
    Then put in stand by Apple TV and then all thing go fine again.
    Note that when working with W7 with Bootcamp no errors, no disconnections, anything... All OK.
    By this reason I think that the issue is located in OSX Mavericks, not related to the new ecosystem with Apple TV.
    Obviously anything isn't going right with Apple TV, but still thinking that it is working OK.
    Any idea? how can I check error logs in Mavericks?
    The iMac is under Applecare covering, and the Apple TV is new, 2 days old.
    Best regards.

    Thanks for your fast reply!!!
    I think that I have found what was shutting down Bluetooth on iMac.
    I installed 2 or 3 weeks ago NotifyR on iMac to get notifies when received in iPhone.
    I have opened console at iMac and I have seen that continously was looking for devices and when found Apple TV, with Bluetooth panel opened I saw that shutted down.
    First of all I have put in OFF NotifyR. All has become normal. No disconnections of anything and no shutdown in general of Bluetooth.
    I have sure at 99,99% that this was the problem. I will have it in quarantine...
    I will remove NotifyR waiting for new capabilities of Yosemite!.
    Thanks again. I hope that if someone have the same combination will help him.

  • Constant freezing and crashing. Help very much appreciated.

    Hello Everyone,
    This is my first post here, so I'd like to first say hello and introduce myself; my name is Steven.
    To start off with, here are some of my specs: I'm working on an early 2011 15-inch MacBook Pro with 8 GB of ram, an Intel HD Graphics 3000 512 MB graphics card, and 2GHz Intel Core i7 processor. My operating system is Mac OSX Lion ver. 10.7.5., and I am not missing any important system updates.
    I recently purchased Adobe Photoshop CS6 after running CS5.5 for a long time with no problems. As soon as I began working in CS6, I noticed that PS would get hung up and freeze for anywhere between 3 to 5 minutes when doing simple tasks such as switching tools using a hot key, selecting drop down menus, using the color picker, the transform tool, or just simply making a stroke with my Wacom Bamboo pen tablet. These freezes occur about every 5 minutes, in between which the program seems to behave and function normally before suddenly freezing while I'm doing something as simple as erasing with a small brush.
    As stated, sometimes functionality will return after it has been frozen for some amount of time, but there has been more than one occasion where PS completely shuts down and vanishes from the screen, leaving me with an error report. The freezes have also locked up my entire computer to the point where I lost all functionality and have had to do a hard reset, resulting in corrupted data.
    I am really at a loss for solutions as I have checked thoroughly for hardware and virus issues and was able to find none, and also followed Adobe's basic trouble shooting for freezes and crashes (deleting preferences, re-installing, turning off Auto Save and "Use Graphics Processor", etc.) The my computer seems healthy otherwise, and furthermore, PS CS5.5 still works just the same when I try working in there. I have also uninstalled and reinstalled my Wacom Bamboo driver software to see if that would help, but no such luck.
    Is it possible that my computer somehow isn't powerful enough for CS6 based on the specs I mentioned above? Is there another easy trouble shooting solution that I missed that could help me with these problems?
    I will paste my crash report below if that is any help at all. Thanks in advance to anyone who can offer advice.
    --Steven
    Process:         Adobe Photoshop CS6 [13348]
    Path:            /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Identifier:      com.adobe.Photoshop
    Version:         13.0.0 (20120315.r.428)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [129]
    Date/Time:       2012-12-16 18:21:20.968 -0500
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          2201797 sec
    Crashes Since Last Report:           24
    Per-App Interval Since Last Report:  85994 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      AD5FE3C2-DCFE-482C-95F3-F835817B9C2C
    Crashed Thread:  4
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x00000001eac9f000
    VM Regions Near 0x1eac9f000:
        CG shared images       00000001c2b47000-00000001c2b4f000 [   32K] r--/r-- SM=SHM 
    --> VM_ALLOCATE            00000001c2b4f000-00000001f2b4f000 [768.0M] rw-/rwx SM=PRV 
        VM_ALLOCATE            00000001f2b50000-00000001f6b50000 [ 64.0M] rw-/rwx SM=PRV 
    Application Specific Information:
    objc[13348]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   MultiProcessor Support                  0x000000010fb7bf80 0x10fb39000 + 274304
    1   MultiProcessor Support                  0x000000010fb62e22 0x10fb39000 + 171554
    2   com.adobe.Photoshop                     0x0000000100235960 0x100000000 + 2316640
    3   com.adobe.Photoshop                     0x000000010023de47 0x100000000 + 2350663
    4   com.adobe.Photoshop                     0x000000010023db04 0x100000000 + 2349828
    5   com.adobe.Photoshop                     0x000000010023db04 0x100000000 + 2349828
    6   com.adobe.Photoshop                     0x000000010023e29c 0x100000000 + 2351772
    7   com.adobe.Photoshop                     0x00000001000f59cf 0x100000000 + 1006031
    8   com.adobe.Photoshop                     0x00000001000f5bfb 0x100000000 + 1006587
    9   com.adobe.Photoshop                     0x00000001000f5ce8 0x100000000 + 1006824
    10  com.adobe.Photoshop                     0x000000010011837d 0x100000000 + 1147773
    11  com.adobe.Photoshop                     0x000000010005b064 0x100000000 + 372836
    12  com.adobe.Photoshop                     0x000000010005b540 0x100000000 + 374080
    13  com.adobe.Photoshop                     0x000000010005b682 0x100000000 + 374402
    14  com.adobe.Photoshop                     0x00000001000d9e34 0x100000000 + 892468
    15  com.adobe.Photoshop                     0x0000000100c55fd5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4193909
    16  com.adobe.Photoshop                     0x00000001005bfa30 0x100000000 + 6027824
    17  com.adobe.Photoshop                     0x00000001005b125f 0x100000000 + 5968479
    18  com.adobe.Photoshop                     0x00000001005ad467 0x100000000 + 5952615
    19  com.adobe.Photoshop                     0x00000001019202f8 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17605016
    20  com.apple.Foundation                    0x00007fff8e231f40 __NSFireTimer + 102
    21  com.apple.CoreFoundation                0x00007fff8aedb934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    22  com.apple.CoreFoundation                0x00007fff8aedb486 __CFRunLoopDoTimer + 534
    23  com.apple.CoreFoundation                0x00007fff8aebbe11 __CFRunLoopRun + 1617
    24  com.apple.CoreFoundation                0x00007fff8aebb486 CFRunLoopRunSpecific + 230
    25  com.apple.HIToolbox                     0x00007fff912c22bf RunCurrentEventLoopInMode + 277
    26  com.apple.HIToolbox                     0x00007fff912c94bf ReceiveNextEventCommon + 181
    27  com.apple.HIToolbox                     0x00007fff912c93fa BlockUntilNextEventMatchingListInMode + 62
    28  com.apple.AppKit                        0x00007fff89e04779 _DPSNextEvent + 659
    29  com.apple.AppKit                        0x00007fff89e0407d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    30  com.apple.AppKit                        0x00007fff89e009b9 -[NSApplication run] + 470
    31  com.adobe.Photoshop                     0x0000000101920402 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17605282
    32  com.adobe.Photoshop                     0x000000010192266e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17614094
    33  com.adobe.Photoshop                     0x00000001005ae27c 0x100000000 + 5956220
    34  com.adobe.Photoshop                     0x00000001007b074f boost::system::system_error::what() const + 1999183
    35  com.adobe.Photoshop                     0x00000001007b0999 boost::system::system_error::what() const + 1999769
    36  com.adobe.Photoshop                     0x000000010054b24c 0x100000000 + 5550668
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8c3297e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8e7b4786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8e7b3316 _dispatch_mgr_thread + 54
    Thread 2:
    0   com.adobe.Photoshop                     0x00000001006e819a boost::system::system_error::what() const + 1178522
    1   MultiProcessor Support                  0x000000010fb7e21d main + 8701
    2   MultiProcessor Support                  0x000000010fb9af50 main + 126768
    3   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 3:
    0   com.adobe.Photoshop                     0x00000001006e819a boost::system::system_error::what() const + 1178522
    1   MultiProcessor Support                  0x000000010fb7e21d main + 8701
    2   MultiProcessor Support                  0x000000010fb9af50 main + 126768
    3   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 4 Crashed:
    0   com.adobe.Photoshop                     0x00000001006e819a boost::system::system_error::what() const + 1178522
    1   MultiProcessor Support                  0x000000010fb7e21d main + 8701
    2   MultiProcessor Support                  0x000000010fb9af50 main + 126768
    3   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   MultiProcessor Support                  0x000000010fb7e0f3 main + 8403
    3   MultiProcessor Support                  0x000000010fb7e1b0 main + 8592
    4   MultiProcessor Support                  0x000000010fb9af50 main + 126768
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   MultiProcessor Support                  0x000000010fb7e0f3 main + 8403
    3   MultiProcessor Support                  0x000000010fb7e1b0 main + 8592
    4   MultiProcessor Support                  0x000000010fb9af50 main + 126768
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   MultiProcessor Support                  0x000000010fb7e0f3 main + 8403
    3   MultiProcessor Support                  0x000000010fb7e1b0 main + 8592
    4   MultiProcessor Support                  0x000000010fb9af50 main + 126768
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   MultiProcessor Support                  0x000000010fb7e0f3 main + 8403
    3   MultiProcessor Support                  0x000000010fb7e1b0 main + 8592
    4   MultiProcessor Support                  0x000000010fb9af50 main + 126768
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8c328e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8998fdea nanosleep + 164
    2   com.adobe.PSAutomate                    0x00000001311449cb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate                    0x000000013112a7c9 ScObjects::BridgeTalkThread::run() + 169
    4   com.adobe.PSAutomate                    0x0000000131144d36 ScObjects::Thread::go(void*) + 166
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000013429ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000134048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013429acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013429ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013429ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000013429ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000134048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013429acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013429ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013429ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000013429ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000134048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013429acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013429ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013429ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x000000013429ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000134048ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x000000013429acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013429ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013429ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8c32767a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c326d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8aeb350c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8aebbc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8aebb486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreMediaIO                   0x00007fff8b69efe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159
    6   com.apple.CoreMediaIO                   0x00007fff8b69515a CAPThread::Entry(CAPThread*) + 98
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd2a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000013429abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x00000001342b2ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine                    0x000000013429acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013429ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013429ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd2a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000013429abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x000000013442d2c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine                    0x000000013429acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013429ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013429ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8c328d7a __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x00000001337d35ec Invoke + 45721
    2   ServiceManager-Launcher.dylib           0x00000001337d2813 Invoke + 42176
    3   ServiceManager-Launcher.dylib           0x00000001337d1be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib           0x00000001337d1c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib           0x00000001337cd30f Invoke + 20412
    6   ServiceManager-Launcher.dylib           0x00000001337cd616 Invoke + 21187
    7   ServiceManager-Launcher.dylib           0x00000001337cdcd7 Invoke + 22916
    8   ServiceManager-Launcher.dylib           0x00000001337cdf41 Invoke + 23534
    9   ServiceManager-Launcher.dylib           0x00000001337d061d Invoke + 33482
    10  ServiceManager-Launcher.dylib           0x00000001337d0775 Invoke + 33826
    11  ServiceManager-Launcher.dylib           0x00000001337d0fb2 Invoke + 35935
    12  ServiceManager-Launcher.dylib           0x00000001337d10ad Invoke + 36186
    13  ServiceManager-Launcher.dylib           0x00000001337c3d6b Login + 480
    14  ServiceManager-Launcher.dylib           0x00000001337c77ad Login + 15394
    15  ServiceManager-Launcher.dylib           0x00000001337d1412 Invoke + 37055
    16  ServiceManager-Launcher.dylib           0x00000001337d3253 Invoke + 44800
    17  libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    18  libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 25:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8c328df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8af04c8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 26:: CoreAnimation render server
    0   libsystem_kernel.dylib                  0x00007fff8c32767a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c326d71 mach_msg + 73
    2   com.apple.QuartzCore                    0x00007fff8d82ddf5 CA::Render::Server::server_thread(void*) + 184
    3   com.apple.QuartzCore                    0x00007fff8d82dd35 thread_fun + 24
    4   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd2a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000013429abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x00000001342b2ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine                    0x000000013429acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013429ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013429ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd2a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x000000013429abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x000000013442d2c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine                    0x000000013429acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x000000013429ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x000000013429ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 29:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8c32767a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c326d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8aeb350c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8aebbc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8aebb486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff8e23ffd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff8e23472a -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8e2346a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.adobe.Photoshop                     0x00000001019d4dfb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 18345115
    3   com.adobe.Photoshop                     0x00000001019d4ee2 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 18345346
    4   com.adobe.Photoshop                     0x00000001019d2d95 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 18336821
    5   com.adobe.Photoshop                     0x0000000101958160 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17833984
    6   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x00007fff8c329192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff899db594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff899dcb85 start_wqthread + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x00000000000000ff  rbx: 0x00000000000000ff  rcx: 0x00000001f2cf0400  rdx: 0x0000000205b6a400
      rdi: 0x0000000000000400  rsi: 0x0000000000000000  rbp: 0x0000000111103ea0  rsp: 0x0000000111103e58
       r8: 0x00000001f2cf0000   r9: 0x0000000205b6a000  r10: 0x00000001eac9f000  r11: 0x0000000000000000
      r12: 0x00000000000002fd  r13: 0x00000001006e82c8  r14: 0x00000001006e8121  r15: 0x00000000000000ff
      rip: 0x00000001006e819a  rfl: 0x0000000000010207  cr2: 0x00000001eac9f000
    Logical CPU: 6
    Binary Images:
           0x100000000 -        0x10333cfff +com.adobe.Photoshop (13.0.0 - 20120315.r.428) <6A87A703-3170-CA73-8C77-35C282C4E264> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
           0x1039bf000 -        0x1039ebff7 +libtbb.dylib (??? - ???) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbb.dylib
           0x103a02000 -        0x103a10ff3 +libtbbmalloc.dylib (??? - ???) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbbmalloc.dylib
           0x103a24000 -        0x103a2bfff  org.twain.dsm (1.9.5 - 1.9.5) <D3C111E6-AAE8-3267-B760-1529D0917170> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103a33000 -        0x103a4dff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x103a56000 -        0x103a5cfff  com.apple.agl (3.2.0 - AGL-3.2.0) <C98394A8-305D-3904-BEAE-8340FF988F15> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x103a63000 -        0x103c71fff +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <CB035C4D-044D-4004-C887-814F944E62ED> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x103cb2000 -        0x1040f8ff7 +com.adobe.MPS (AdobeMPS 5.8.0.19463 - 5.8.0.19463) <8A4BA3B2-6F6A-3958-ABDE-C3E8F21373B0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x104174000 -        0x1044cdff7 +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <E96C804B-158B-D4A2-9A64-482F9ADC29D0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x104536000 -        0x104897fef +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <8BFF14FB-AA14-1CBF-C2A3-715363B5A841> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x1048e4000 -        0x10490cff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <9BDD08A8-2DD8-A570-7A7B-EDAA7097D61B> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x104913000 -        0x10493ffff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x104962000 -        0x104aafff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x104b23000 -        0x104b92fef +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <924155A9-D00E-B862-C490-5099BA70B978> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x104bb9000 -        0x104c12fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <BC353D4E-1AE2-3FB5-D3EE-81A09C0C4328> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x104cb2000 -        0x104d39ff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <5FCA15B4-F721-09C3-B412-1F86D9D7DE9E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x104d9e000 -        0x104db9ff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <BB7B342A-8CBC-4B73-58A2-9B062F590EBC> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x104dd3000 -        0x105010fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <6839CFB1-74EE-B205-7D82-ABC5428E0810> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x10510f000 -        0x105288fff +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <7F28B188-1D1B-20C9-BBB9-B74FCC12ECAD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x10529b000 -        0x1052bafff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <B7D7EE28-D604-2989-B099-62AEF4885C21> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1052c1000 -        0x1053a5fe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1053b6000 -        0x10547bfff +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <B14B096C-AA23-BA8F-E3AE-8DB102F9D161> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x1054c8000 -        0x1054ccff7 +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <13D5CEF7-6090-CD66-8DA0-190771950F76> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x1054d2000 -        0x105550fff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <5C63613F-6BDE-1C29-D3FD-9D292F9ADB12> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105561000 -        0x1055c1ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x1055cb000 -        0x105b23fef +com.nvidia.cg (2.2.0006 - ???) /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/Cg.framework/Cg
           0x106180000 -        0x1061eefef +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x106242000 -        0x106267ffe +adobepdfsettings (??? - ???) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
           0x1062a2000 -        0x1062a6ff7 +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <A6B1F3BD-5DB0-FEE5-708A-B54E5CA80481> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x1062ac000 -        0x10645cfef +com.adobe.PlugPlug (3.0.0.383 - 3.0.0.383) <908DBB12-D2AC-1844-BD2A-F1C483424917> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x106513000 -        0x106533fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <DC3301F2-FC6E-70C7-3927-B0DD024210D6> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_ocl.framework/Versions/A/aif_ocl
           0x10654d000 -        0x10660afff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x106654000 -        0x106702fef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10673f000 -        0x106839fe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x1068dd000 -        0x106b26fe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x106ba9000 -        0x106ba9fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <C23BF0A1-7E6D-35EF-85FE-651EE2C13D53> /usr/lib/libmx.A.dylib
           0x106f77000 -        0x106f77ff1 +cl_kernels (??? - ???) <F893ED1D-01C5-4304-90B9-DF27582D7D80> cl_kernels
           0x106f7c000 -        0x106f7dff2 +cl_kernels (??? - ???) <20EEF217-AFC0-4079-85F1-0C16EB21F6A6> cl_kernels
           0x106fa2000 -        0x106fa3ff3 +cl_kernels (??? - ???) <E8B031F7-4858-450B-9ABF-AE902C6870D1> cl_kernels
           0x106fda000 -        0x106fdcfff  com.apple.textencoding.unicode (2.4 - 2.4) <FD4695F4-6110-36C6-AC06-86453E30FF6E> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x108619000 -        0x108619ff3 +cl_kernels (??? - ???) <98321E0E-EFD1-4946-ABA8-87DC66481650> cl_kernels
           0x1087cd000 -        0x1087e8fff  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <59FCE9C0-27E6-34CE-89E5-3A83B843B36C> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x1087ed000 -        0x1087fcff7  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D30A4333-0953-394D-BB26-739937ED0BD8> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x109ffc000 -        0x10a01dfff  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <25FF31F5-9D1E-35EB-8085-F0AC25C38DAC> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x10a021000 -        0x10a033ff7  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <66A3625A-6918-3C14-8DF3-2F4924C389EA> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x10a037000 -        0x10a038ff7  libCyrillicConverter.dylib (54.0.0 - compatibility 1.0.0) <C8D0607A-A668-36EE-AF03-866BD04B5611> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x10a17c000 -        0x10a17cfff +Enable Async IO (??? - ???) <F56F1FB2-9CF1-19A8-0D14-885A652B19B7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x10a3f6000 -        0x10a3f9fff +FastCore (??? - ???) <29AAF151-6CC4-28C5-68B8-0F6600A20435> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x10a746000 -        0x10a78cfe7 +com.adobe.pip (??? - 6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
           0x10cf79000 -        0x10cf7cff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
           0x10ef01000 -        0x10ef6dfff +MMXCore (??? - ???) <B9B6C7FB-CE56-8F6F-664E-DFCBBC5E3ADE> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
           0x10fb39000 -        0x10fbbefff +MultiProcessor Support (??? - ???) <467BB668-E9DD-60F4-CAAD-768A98174734> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x10fbe8000 -        0x10fbf6fff  libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
           0x1107ea000 -        0x1107f4fef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
           0x1120f1000 -        0x1120f5fff  com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <F94D690D-3196-3B01-B798-09708367D28D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x117af1000 -        0x117af6fff  com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x117dc7000 -        0x117dedff7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <79E11A18-8AF4-2515-59F7-4CBE161BF020> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
           0x131000000 -        0x13125bff7 +com.adobe.PSAutomate (13.0 - 13.0) <6EE89DAF-28E8-B15F-1C4B-18D8D19F6452> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/Scri ptingSupport
           0x13136d000 -        0x13145efff +com.adobe.AdbeScriptUIFlex (ScriptUIFlex 6.2.29 - 6.2.29.18602) <2BD3388F-976E-0B1C-55DB-B97A5AF95724> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdbeScriptUIFlex.framework/Versions/A/AdbeScriptUIFlex
           0x1314e2000 -        0x13155cfef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <C0AD101D-E452-4B4B-5B31-F467133EC20C> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
           0x13156b000 -        0x131599ff7  GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x1316b2000 -        0x1316dcff7  com.apple.cmio.DAL.VDC_4 (216.0 - 3199.8) <F2476DD3-102C-3259-9413-5FBCAF2B7547> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
           0x131b00000 -        0x131cb8fff  GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x131cef000 -        0x131e49fff  libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
           0x132800000 -        0x132ac1fe7  com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) <FF44B1BD-D515-348E-A405-F0F834C83D00> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLD river
           0x132b10000 -        0x132ef7fe7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.32.12 - 7.3.2) <5C9C9474-BA99-33A6-BAD8-628224491FED> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD3000GraphicsGLDriver
           0x1330a0000 -        0x1330e6fff +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.0.0.24 - 6.0.0.24) <58C40EB9-2F38-2479-E710-344CAB0CEFB7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/updaternotifications.framework/Versions/A/UpdaterNotification s
           0x133200000 -        0x1332e3fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
           0x1337be000 -        0x1337e9fff +ServiceManager-Launcher.dylib (389.0.0 - compatibility 2.5.0) <7AE35754-3413-206D-4B92-579AAA25B4F8> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
           0x134000000 -        0x134f85fd7 +com.adobe.ape.engine (3.3.8.19346 - 3.3.8.19346) <5E188E32-37F7-4E0B-0674-E8D16B60074F> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbea peengine
           0x137a11000 -        0x137ab0ff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib
           0x139209000 -        0x1392a7ff7  unorm8_argb.dylib (2.0.19 - compatibility 1.0.0) <936B4155-1C6B-3928-9FFA-F72E7163872E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_argb .dylib
           0x1bc213000 -        0x1bc4e4ff7 +Photoshop3DEngine (??? - ???) <C4B9A3F4-750C-3B28-8EE9-F110960D734F> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/3D Engines/Photoshop3DEngine.plugin/Contents/MacOS/Photoshop3DEngine
        0x7fff670c9000 -     0x7fff670fdbaf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
        0x7fff86920000 -     0x7fff8692efff  com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8692f000 -     0x7fff86933fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff86934000 -     0x7fff8699cff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff869b2000 -     0x7fff869c4ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff869c5000 -     0x7fff869ccfff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff869cf000 -     0x7fff869fbff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
        0x7fff869fc000 -     0x7fff86a09fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff86a0a000 -     0x7fff86a2efff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
        0x7fff86a2f000 -     0x7fff86a4bff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
        0x7fff86a4c000 -     0x7fff86a68fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff86a69000 -     0x7fff86acbff7  com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff86acc000 -     0x7fff86acefff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff86ad8000 -     0x7fff870bcfff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library

    Well, I found out that on a Mac the way you go about turning off a video card is to switch off "Automatic Graphics Switching" under preferences. I did this and then tried working in PS again, and got my hopes up because it worked for about 5 minutes before another crash when all I was doing was painting with a small brush.
    Here's the crash report from this instance. Any other ideas?
    Process:         Adobe Photoshop CS6 [24445]
    Path:            /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Identifier:      com.adobe.Photoshop
    Version:         13.0.0 (20120315.r.428)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [129]
    Date/Time:       2012-12-16 20:57:00.124 -0500
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          9408 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  5583 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      AD5FE3C2-DCFE-482C-95F3-F835817B9C2C
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x00000001f51dd000
    VM Regions Near 0x1f51dd000:
        MALLOC_LARGE           00000001f2ffd000-00000001f307c000 [  508K] rw-/rwx SM=PRV 
    --> VM_ALLOCATE            00000001f307c000-00000001f707c000 [ 64.0M] rw-/rwx SM=PRV 
        IOKit                  00000001f707c000-00000001f7104000 [  544K] rw-/rw- SM=ALI 
    Application Specific Information:
    objc[24445]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   MMXCore                                 0x000000010ff60550 __intel_memcpy + 3760
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8c3297e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8e7b4786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8e7b3316 _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   MultiProcessor Support                  0x0000000111d720f3 main + 8403
    3   MultiProcessor Support                  0x0000000111d721b0 main + 8592
    4   MultiProcessor Support                  0x0000000111d8ef50 main + 126768
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   MultiProcessor Support                  0x0000000111d720f3 main + 8403
    3   MultiProcessor Support                  0x0000000111d721b0 main + 8592
    4   MultiProcessor Support                  0x0000000111d8ef50 main + 126768
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   MultiProcessor Support                  0x0000000111d720f3 main + 8403
    3   MultiProcessor Support                  0x0000000111d721b0 main + 8592
    4   MultiProcessor Support                  0x0000000111d8ef50 main + 126768
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   MultiProcessor Support                  0x0000000111d720f3 main + 8403
    3   MultiProcessor Support                  0x0000000111d721b0 main + 8592
    4   MultiProcessor Support                  0x0000000111d8ef50 main + 126768
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   MultiProcessor Support                  0x0000000111d720f3 main + 8403
    3   MultiProcessor Support                  0x0000000111d721b0 main + 8592
    4   MultiProcessor Support                  0x0000000111d8ef50 main + 126768
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   MultiProcessor Support                  0x0000000111d720f3 main + 8403
    3   MultiProcessor Support                  0x0000000111d721b0 main + 8592
    4   MultiProcessor Support                  0x0000000111d8ef50 main + 126768
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   MultiProcessor Support                  0x0000000111d720f3 main + 8403
    3   MultiProcessor Support                  0x0000000111d721b0 main + 8592
    4   MultiProcessor Support                  0x0000000111d8ef50 main + 126768
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff9169fa5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff91676e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x00000001051482c9 0x10510f000 + 234185
    6   com.adobe.ACE                           0x00000001051475da 0x10510f000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff91677ce6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8c328e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8998fdea nanosleep + 164
    2   com.adobe.PSAutomate                    0x000000012da5e9cb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate                    0x000000012da447c9 ScObjects::BridgeTalkThread::run() + 169
    4   com.adobe.PSAutomate                    0x000000012da5ed36 ScObjects::Thread::go(void*) + 166
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x0000000130a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000130848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x0000000130a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000130a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000130a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x0000000130a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000130848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x0000000130a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000130a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000130a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x0000000130a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000130848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x0000000130a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000130a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000130a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd274 _pthread_cond_wait + 840
    2   com.adobe.ape.engine                    0x0000000130a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine                    0x0000000130848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine                    0x0000000130a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000130a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000130a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8c32767a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c326d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8aeb350c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8aebbc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8aebb486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreMediaIO                   0x00007fff8b69efe9 CMIO::DAL::RunLoop::OwnThread(void*) + 159
    6   com.apple.CoreMediaIO                   0x00007fff8b69515a CAPThread::Entry(CAPThread*) + 98
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd2a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x0000000130a9abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x0000000130ab2ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine                    0x0000000130a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000130a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000130a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd2a6 _pthread_cond_wait + 890
    2   com.adobe.ape.engine                    0x0000000130a9abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine                    0x0000000130c2d2c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine                    0x0000000130a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine                    0x0000000130a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine                    0x0000000130a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8c328d7a __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x0000000133dd85ec Invoke + 45721
    2   ServiceManager-Launcher.dylib           0x0000000133dd7813 Invoke + 42176
    3   ServiceManager-Launcher.dylib           0x0000000133dd6be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib           0x0000000133dd6c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib           0x0000000133dd230f Invoke + 20412
    6   ServiceManager-Launcher.dylib           0x0000000133dd2616 Invoke + 21187
    7   ServiceManager-Launcher.dylib           0x0000000133dd2cd7 Invoke + 22916
    8   ServiceManager-Launcher.dylib           0x0000000133dd2f41 Invoke + 23534
    9   ServiceManager-Launcher.dylib           0x0000000133dd561d Invoke + 33482
    10  ServiceManager-Launcher.dylib           0x0000000133dd5775 Invoke + 33826
    11  ServiceManager-Launcher.dylib           0x0000000133dd5fb2 Invoke + 35935
    12  ServiceManager-Launcher.dylib           0x0000000133dd60ad Invoke + 36186
    13  ServiceManager-Launcher.dylib           0x0000000133dc8d6b Login + 480
    14  ServiceManager-Launcher.dylib           0x0000000133dcc7ad Login + 15394
    15  ServiceManager-Launcher.dylib           0x0000000133dd6412 Invoke + 37055
    16  ServiceManager-Launcher.dylib           0x0000000133dd8253 Invoke + 44800
    17  libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    18  libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff8c328bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff899dd2a6 _pthread_cond_wait + 890
    2   com.apple.CoreServices.CarbonCore          0x00007fff91631ec4 TSWaitOnConditionTimedRelative + 157
    3   com.apple.CoreServices.CarbonCore          0x00007fff91631c9b TSWaitOnSemaphoreCommon + 358
    4   com.apple.CoreServices.CarbonCore          0x00007fff916656d6 AsyncFileThread(void*) + 219
    5   libsystem_c.dylib                       0x00007fff899d98bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff899dcb75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000019f961000  rbx: 0x000000000000027c  rcx: 0x000000019f961000  rdx: 0x00000001f51dd000
      rdi: 0x000000019f961000  rsi: 0x00000001f51dd000  rbp: 0x00000001f51dd000  rsp: 0x00007fff5fbf41b8
       r8: 0x00000000000000ca   r9: 0x0000002000300000  r10: 0x000000010ffedf00  r11: 0x000000010ff78480
      r12: 0x000000019f961000  r13: 0x00000000000000ca  r14: 0x0000000000000400  r15: 0x0000000000000400
      rip: 0x000000010ff60550  rfl: 0x0000000000010246  cr2: 0x00000001f51dd000
    Logical CPU: 4
    Binary Images:
           0x100000000 -        0x10333cfff +com.adobe.Photoshop (13.0.0 - 20120315.r.428) <6A87A703-3170-CA73-8C77-35C282C4E264> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
           0x1039bf000 -        0x1039ebff7 +libtbb.dylib (??? - ???) <57655978-A378-BE1E-7905-7D7F951AD6F7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbb.dylib
           0x103a02000 -        0x103a10ff3 +libtbbmalloc.dylib (??? - ???) <CB038B96-2999-5EB1-E26A-7720A7A8F8CD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/libtbbmalloc.dylib
           0x103a24000 -        0x103a2bfff  org.twain.dsm (1.9.5 - 1.9.5) <D3C111E6-AAE8-3267-B760-1529D0917170> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
           0x103a33000 -        0x103a4dff7 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <C1C5DE5C-39AB-0871-49A6-FA3449D39B8A> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x103a56000 -        0x103a5cfff  com.apple.agl (3.2.0 - AGL-3.2.0) <C98394A8-305D-3904-BEAE-8340FF988F15> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x103a63000 -        0x103c71fff +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <CB035C4D-044D-4004-C887-814F944E62ED> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x103cb2000 -        0x1040f8ff7 +com.adobe.MPS (AdobeMPS 5.8.0.19463 - 5.8.0.19463) <8A4BA3B2-6F6A-3958-ABDE-C3E8F21373B0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x104174000 -        0x1044cdff7 +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <E96C804B-158B-D4A2-9A64-482F9ADC29D0> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x104536000 -        0x104897fef +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <8BFF14FB-AA14-1CBF-C2A3-715363B5A841> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x1048e4000 -        0x10490cff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <9BDD08A8-2DD8-A570-7A7B-EDAA7097D61B> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x104913000 -        0x10493ffff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <488DF1F7-A643-5168-706A-498A0322A87E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
           0x104962000 -        0x104aafff7 +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <FFA48E0A-A17C-A04F-AE20-6815EB944DEA> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/wrservices.framework/Versions/A/WRServices
           0x104b23000 -        0x104b92fef +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <924155A9-D00E-B862-C490-5099BA70B978> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
           0x104bb9000 -        0x104c12fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <BC353D4E-1AE2-3FB5-D3EE-81A09C0C4328> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
           0x104cb2000 -        0x104d39ff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <5FCA15B4-F721-09C3-B412-1F86D9D7DE9E> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
           0x104d9e000 -        0x104db9ff7 +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <BB7B342A-8CBC-4B73-58A2-9B062F590EBC> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
           0x104dd3000 -        0x105010fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <6839CFB1-74EE-B205-7D82-ABC5428E0810> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
           0x10510f000 -        0x105288fff +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <7F28B188-1D1B-20C9-BBB9-B74FCC12ECAD> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x10529b000 -        0x1052bafff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <B7D7EE28-D604-2989-B099-62AEF4885C21> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1052c1000 -        0x1053a5fe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1053b6000 -        0x10547bfff +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <B14B096C-AA23-BA8F-E3AE-8DB102F9D161> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adobejp2k.framework/Versions/A/AdobeJP2K
           0x1054c8000 -        0x1054ccff7 +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <13D5CEF7-6090-CD66-8DA0-190771950F76> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x1054d2000 -        0x105550fff +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 66.145433) <5C63613F-6BDE-1C29-D3FD-9D292F9ADB12> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x105561000 -        0x1055c1ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <B475CD07-1024-560D-5BFE-2A6FCE63925C> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x1055cb000 -        0x105b23fef +com.nvidia.cg (2.2.0006 - ???) /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/Cg.framework/Cg
           0x106180000 -        0x1061eefef +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1652) <25E6F475-1522-419C-2169-547FCF2FD97F> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x106242000 -        0x106267ffe +com.adobe.PDFSettings (AdobePDFSettings 1.04.0 - 1.4) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
           0x1062a2000 -        0x1062a6ff7 +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <A6B1F3BD-5DB0-FEE5-708A-B54E5CA80481> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x1062ac000 -        0x10645cfef +com.adobe.PlugPlug (3.0.0.383 - 3.0.0.383) <908DBB12-D2AC-1844-BD2A-F1C483424917> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x106513000 -        0x106533fff +com.adobe.AIF (AdobeAIF 3.0.00 - 3.0.00) <DC3301F2-FC6E-70C7-3927-B0DD024210D6> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/aif_ocl.framework/Versions/A/aif_ocl
           0x10654d000 -        0x10660afff +com.adobe.AdobeExtendScript (ExtendScript 4.2.12 - 4.2.12.18602) <0957DFA6-0593-CE4B-8638-00F32113B07B> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x106654000 -        0x106702fef +com.adobe.AdobeScCore (ScCore 4.2.12 - 4.2.12.18602) <9CEE95E5-2FC6-5E58-02A4-138EA6F8D894> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10673f000 -        0x106839fe7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <C7652AF2-56D7-8AF8-A207-0BDEDDFF0BEC> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x1068dd000 -        0x106b26fe7 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17206) <301AAE8E-BA78-230E-9500-FCCA204B49CB> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x106ba9000 -        0x106ba9fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <C23BF0A1-7E6D-35EF-85FE-651EE2C13D53> /usr/lib/libmx.A.dylib
           0x106f57000 -        0x106f57fff +Enable Async IO (??? - ???) <F56F1FB2-9CF1-19A8-0D14-885A652B19B7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
           0x106f5b000 -        0x106f5efff +FastCore (??? - ???) <29AAF151-6CC4-28C5-68B8-0F6600A20435> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
           0x106fda000 -        0x106fdcfff  com.apple.textencoding.unicode (2.4 - 2.4) <FD4695F4-6110-36C6-AC06-86453E30FF6E> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x1087b5000 -        0x1087d0fff  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <59FCE9C0-27E6-34CE-89E5-3A83B843B36C> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x1087d5000 -        0x1087f6fff  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <25FF31F5-9D1E-35EB-8085-F0AC25C38DAC> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
           0x1087fa000 -        0x1087fbff7  libCyrillicConverter.dylib (54.0.0 - compatibility 1.0.0) <C8D0607A-A668-36EE-AF03-866BD04B5611> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
           0x109400000 -        0x10940fff7  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D30A4333-0953-394D-BB26-739937ED0BD8> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
           0x109413000 -        0x109425ff7  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <66A3625A-6918-3C14-8DF3-2F4924C389EA> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
           0x10de02000 -        0x10de48fe7 +com.adobe.pip (??? - 6.0.0.1654) <3576D8F9-E2F9-6EB8-6684-C2FE6B0A3731> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
           0x10fe6e000 -        0x10fe78fef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
           0x10fee3000 -        0x10fef1fff  libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
           0x10fef8000 -        0x10fefbff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
           0x10ff03000 -        0x10ff6ffff +MMXCore (??? - ???) <B9B6C7FB-CE56-8F6F-664E-DFCBBC5E3ADE> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
           0x111d2d000 -        0x111db2fff +MultiProcessor Support (??? - ???) <467BB668-E9DD-60F4-CAAD-768A98174734> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
           0x112eed000 -        0x112ef1fff  com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <F94D690D-3196-3B01-B798-09708367D28D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
           0x112ef6000 -        0x112efbfff  com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x1134f9000 -        0x1134f9ff3 +cl_kernels (??? - ???) <98321E0E-EFD1-4946-ABA8-87DC66481650> cl_kernels
           0x12d91a000 -        0x12db75ff7 +com.adobe.PSAutomate (13.0 - 13.0) <6EE89DAF-28E8-B15F-1C4B-18D8D19F6452> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/Plug-Ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/Scri ptingSupport
           0x12dc87000 -        0x12dd78fff +com.adobe.AdbeScriptUIFlex (ScriptUIFlex 6.2.29 - 6.2.29.18602) <2BD3388F-976E-0B1C-55DB-B97A5AF95724> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/AdbeScriptUIFlex.framework/Versions/A/AdbeScriptUIFlex
           0x12ddfc000 -        0x12de76fef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <C0AD101D-E452-4B4B-5B31-F467133EC20C> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
           0x12de85000 -        0x12deabff7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <79E11A18-8AF4-2515-59F7-4CBE161BF020> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
           0x12df8b000 -        0x12dfb9ff7  GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x12e400000 -        0x12e5b8fff  GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x12e5ef000 -        0x12e749fff  libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
           0x12e900000 -        0x12ebc1fe7  com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) <FF44B1BD-D515-348E-A405-F0F834C83D00> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLD river
           0x12ec93000 -        0x12ecbdff7  com.apple.cmio.DAL.VDC_4 (216.0 - 3199.8) <F2476DD3-102C-3259-9413-5FBCAF2B7547> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
           0x12ef83000 -        0x12efc9fff +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.0.0.24 - 6.0.0.24) <58C40EB9-2F38-2479-E710-344CAB0CEFB7> /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Frameworks/updaternotifications.framework/Versions/A/UpdaterNotification s
           0x12f800000 -        0x12fbe7fe7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.32.12 - 7.3.2) <5C9C9474-BA99-33A6-BAD8-628224491FED> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD3000GraphicsGLDriver
           0x12fd0d000 -        0x12fdf0fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
           0x130800000 -        0x131785fd7 +com.adobe.ape.engine (3.3.8.19346 - 3.3.8.19346) <5E188E32-37F7-4E0B-0674-E8D16B60074F> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbea peengine
           0x133dc3000 -        0x133deefff +ServiceManager-Launcher.dylib (389.0.0 - compatibility 2.5.0) <7AE35754-3413-206D-4B92-579AAA25B4F8> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
           0x134200000 -        0x13429fff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib
        0x7fff65697000 -     0x7fff656cbbaf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
        0x7fff86920000 -     0x7fff8692efff  com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8692f000 -     0x7fff86933fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff86934000 -     0x7fff8699cff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff869b2000 -     0x7fff869c4ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff869c5000 -     0x7fff869ccfff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff869cf000 -     0x7fff869fbff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
        0x7fff869fc000 -     0x7fff86a09fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff86a0a000 -     0x7fff86a2efff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
        0x7fff86a2f000 -     0x7fff86a4bff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
        0x7fff86a69000 -     0x7fff86acbff7  com.apple.Symbolication (1.3 - 91) <98A0662F-26ED-3B10-871B-07747127C7E9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff86acc000 -     0x7fff86acefff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff86ad8000 -     0x7fff870bcfff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff870bd000 -     0x7fff870c4fff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <1116CD6D-E7AD-375F-A691-B9DF6609FEAD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff87e0b000 -     0x7fff87e19fff  com.apple.HelpData (2.1.2 - 72.2) <363E36C5-F7C0-34A6-83D3-97C8FB6511F0> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff87e1a000 -     0x7fff87e1cfff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
        0x7fff87e56000 -     0x7fff87e59fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
        0x7fff87e5a000 -     0x7fff87ecafff  com.apple.datadetectorscore (3.0 - 179.4) <4AB32B7F-8EC2-327E-BAC8-80129AA36E7B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
        0x7fff87ecb000 -     0x7fff87eccff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff87ecd000 -     0x7fff87fabfff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <F434B351-AE30-3D1B-9DAF-4581D080D2BC> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff87fac000 -     0x7fff88264fff  com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff88274000 -     0x7fff882dcff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff882dd000 -     0x7fff882ddfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8833a000 -     0x7fff88341ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
        0x7fff88342000 -     0x7fff88760ff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff88761000 -     0x7fff88775ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
        0x7fff88776000 -     0x7fff8877bfff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
        0x7fff8877c000 -     0x7fff88784fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff88785000 -     0x7fff88785fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff88786000 -     0x7fff88880ff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff88af1000 -     0x7fff88af6fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
        0x7fff88af7000 -     0x7fff88bf8fff  com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
        0x7fff88bf9000 -     0x7fff88c64ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff88c72000 -     0x7fff88cf7ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88cf8000 -     0x7fff88d1cfff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff88d1f000 -     0x7fff88d3cff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff88d3d000 -     0x7fff894e5fff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff894ec000 -     0x7fff89547ff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff89548000 -     0x7fff89548fff  com.apple.Carbon (153 - 153) <43AA5A7C-D970-32BA-B927-DC9F50BD88B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff89549000 -     0x7fff8954afff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff895bc000 -     0x7fff895d2fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8978c000 -     0x7fff8978cfff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8978d000 -     0x7fff89803fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
        0x7fff89843000 -     0x7fff898c7ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
        0x7fff898c8000 -     0x7fff89962ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
        0x7fff8998b000 -     0x7fff89a68fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff89a69000 -     0x7fff89b5efff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff89b61000 -     0x7fff89ba5ff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff89bbc000 -     0x7fff89bd3fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <559C1AFB-E0B4-3D23-9189-18DE09C06FFE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
        0x7fff89cc1000 -     0x7fff89cccff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff89cd2000 -     0x7fff89cecfff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
        0x7fff89ced000 -     0x7fff89d0afff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff89d19000 -     0x7fff89d48fff  com.apple.shortcut (2.1 - 2.1) <BE0AB36A-6911-356B-8784-D39175ACAF55> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff89d49000 -     0x7fff89d5fff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
        0x7fff89dfc000 -     0x7fff8aa02fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8aa07000 -     0x7fff8aa59ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8aa5a000 -     0x7fff8aa5bfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8aa5c000 -     0x7fff8aa60fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8aa61000 -     0x7fff8aaadff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <131780ED-E8DD-3153-81F2-5FEC4F6554C2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff8ae5f000 -     0x7fff8ae60ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8ae61000 -     0x7fff8ae82fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
        0x7fff8ae83000 -     0x7fff8b057ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8b058000 -     0x7fff8b063fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8b064000 -     0x7fff8b0b8fff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8b0b9000 -     0x7fff8b0bcfff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff8b0bd000 -     0x7fff8b0ccff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
        0x7fff8b0cd000 -     0x7fff8b0cfff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
        0x7fff8b0d0000 -     0x7fff8b47afe7  com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8b47b000 -     0x7fff8b48dff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff8b48e000 -     0x7fff8b58bff7  com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8b58c000 -     0x7fff8b5b9fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <6E5C8AC3-DBB7-31CB-BEB7-D6ED8E6DE0CE> /usr/lib/libSystem.B.dylib
        0x7fff8b5de000 -     0x7fff8b671fff  com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
        0x7fff8b691000 -     0x7fff8b692fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
        0x7fff8b693000 -     0x7fff8b6e4ff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8b6e5000 -     0x7fff8b84cfff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
        0x7fff8b84d000 -     0x7fff8b878ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff8b883000 -     0x7fff8b98ffff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8bea4000 -     0x7fff8c2d1fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.f

  • I am running Safari 5.1.7 on 10.6.8 and experiencing frequent freezes and crashes, how do I solve this problem?  Hal Harris

    I am running Safari 5.1.7 on 10.6.8 and experiencing frequent freezes and crashes, how do I solve this problem?
    Hal Harris

    The best way is to post the crash log next time it crashes. That will contain specific information that will help find the problem. Logs are cryptic but there are people here who can make some sense of them.
    I'm running 5.1.7 under 10.6.8 on both my iMac and MacBook Pro and it is completely stable. However I have no extensions installed. Incompatible extensions are a common source of Safari instability

Maybe you are looking for

  • HELP ME TO SOLVE THIS PROBLEM PLZZZZZZZZZZZ

    i forgot my nokia e7 lock code and i don't know what to do if any one can help me plz they will kill me in my home coz i bought it Only two days ago ?!!! 

  • TV upgrade surroundsound stopped working

    Had a reg.TV hooked to a JBL ESC333 (Simply Cinema) 5.1 surroundsound. Was getting great sound. Upgraded to a Sony KDL-40Z4100 Bravia TV, (with same JBL system). Lost surroundsound in rear speakers. Can't figure. Also thought I could plug router into

  • My iMac makes strange clicking noises on the back of it

    It makes some random clicking noises on the back of my iMac that just irritates me alot. What is wrong with it? I purchased it like 2 months ago and I don't think it's a virus or anything. Can anyone help? Thank you

  • Sharepoint 2010 dbo.AllDocStreams big

    I have a sharepoint 2010 farm and 100 mysites. When I do stsadm -o enumsites and get a list of all mysites the total size of all site collections is around 30GB (actual) The used space in the database on the SQL server is in the dbo.AllDocStreams tab

  • Graphic signature with Mail?

    Im trying to apply a graphic for a signature so every mail has it attached with out having to paste it in every mail. I open the preferences and go to the signature tab and copy the giff graphic into the box and it appears on my email-the thing is no