[SOLVED] xmodmap hangs and crashes after update

UPDATE: See pabloc's post for a solution. keyboard plugin of gnome-settings-daemon was overriding Xmodmap bindings.
After a pacman -Syu today, ~/.Xmodmap is no longer being loaded on login. Running `xmodmap ~/.Xmodmap` in a terminal window causes the entire DE (Cinnamon) to freeze, and it fixes itself after a minute or so (terminal window closes).
Here is my ~/.xinitrc
#!/bin/sh
if [ -f $HOME/.Xmodmap ]; then
    /usr/bin/xmodmap $HOME/.Xmodmap
fi
exec gnome-session-cinnamon
I haven't modified ~/.Xmodmap recently, and it was working fine prior to the update. The only modifications are swapping of the PgUp/PgDn keys with Home/End because ThinkPads have them in a weird spot.
Here are my pacman.log entries from today:
[2012-10-31 14:09] Running 'pacman -Sy'
[2012-10-31 14:09] synchronizing package lists
[2012-10-31 14:10] Running 'pacman -S -u'
[2012-10-31 14:10] starting full system upgrade
[2012-10-31 14:25] removed python-mechanize (0.2.5-2)
[2012-10-31 14:25] removed python-imaging (1.1.7-4)
[2012-10-31 14:25] removed libwebkit3 (1.8.3-1)
[2012-10-31 14:25] removed libwebkit (1.8.3-1)
[2012-10-31 14:25] upgraded glib2 (2.32.4-1 -> 2.34.1-1)
[2012-10-31 14:25] upgraded at-spi2-core (2.4.2-1 -> 2.6.1-1)
[2012-10-31 14:25] upgraded atk (2.4.0-1 -> 2.6.0-1)
[2012-10-31 14:25] upgraded dconf (0.12.1-2 -> 0.14.0-1)
[2012-10-31 14:25] upgraded at-spi2-atk (2.4.0-1 -> 2.6.1-1)
[2012-10-31 14:25] upgraded linux-api-headers (3.5.5-1 -> 3.6.3-1)
[2012-10-31 14:25] upgraded tzdata (2012f-1 -> 2012h-1)
[2012-10-31 14:25] Generating locales...
[2012-10-31 14:25]   en_CA.UTF-8... done
[2012-10-31 14:25] Generation complete.
[2012-10-31 14:25] upgraded glibc (2.16.0-4 -> 2.16.0-5)
[2012-10-31 14:25] upgraded binutils (2.22-10 -> 2.23-1)
[2012-10-31 14:25] upgraded bison (2.6.2-1 -> 2.6.4-1)
[2012-10-31 14:25] upgraded libpng (1.5.12-1 -> 1.5.13-1)
[2012-10-31 14:25] upgraded cairo (1.12.2-3 -> 1.12.6-2)
[2012-10-31 14:25] upgraded python2-cssutils (0.9.9-2 -> 0.9.9-3)
[2012-10-31 14:25] upgraded python2-cherrypy (3.2.2-1 -> 3.2.2-2)
[2012-10-31 14:25] installed python2-mechanize (0.2.5-3)
[2012-10-31 14:25] upgraded pam (1.1.5-4 -> 1.1.6-1)
[2012-10-31 14:25] upgraded coreutils (8.19-1 -> 8.20-1)
[2012-10-31 14:25] upgraded perl (5.16.1-1 -> 5.16.1-2)
[2012-10-31 14:25] upgraded imagemagick (6.7.9.8-2 -> 6.8.0.3-1)
[2012-10-31 14:25] upgraded gcc-libs (4.7.2-1 -> 4.7.2-2)
[2012-10-31 14:25] upgraded poppler (0.20.3-1 -> 0.20.5-1)
[2012-10-31 14:25] upgraded poppler-qt (0.20.3-1 -> 0.20.5-1)
[2012-10-31 14:25] upgraded python2-lxml (2.3.5-1 -> 3.0.1-1)
[2012-10-31 14:25] installed python2-imaging (1.1.7-5)
[2012-10-31 14:25] upgraded sip (4.13.3-2 -> 4.14-2)
[2012-10-31 14:25] upgraded python2-sip (4.13.3-2 -> 4.14-2)
[2012-10-31 14:25] upgraded python-dbus-common (1.1.1-1 -> 1.1.1-2)
[2012-10-31 14:25] upgraded python2-dbus (1.1.1-1 -> 1.1.1-2)
[2012-10-31 14:25] upgraded pyqt-common (4.9.4-2 -> 4.9.5-3)
[2012-10-31 14:25] upgraded python2-pyqt (4.9.4-2 -> 4.9.5-3)
[2012-10-31 14:25] upgraded python2-psutil (0.6.1-1 -> 0.6.1-2)
[2012-10-31 14:25] installed python2-cssselect (0.7.1-2)
[2012-10-31 14:25] upgraded calibre (0.9.2-1 -> 0.9.4-2)
[2012-10-31 14:25] Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 10: Having multiple values in <test> isn't supported and may not works as expected
[2012-10-31 14:26] upgraded cantarell-fonts (0.0.10-1 -> 0.0.10.1-1)
[2012-10-31 14:26] installed harfbuzz (0.9.5-1)
[2012-10-31 14:26] upgraded pango (1.30.1-1 -> 1.32.1-1)
[2012-10-31 14:26] upgraded kmod (10-1 -> 10-2)
[2012-10-31 14:26] upgraded hwids (20120922-1 -> 20121022-1)
[2012-10-31 14:26] upgraded util-linux (2.22-7 -> 2.22.1-2)
[2012-10-31 14:26] ==> journald now writes to /var/log/journal by default. This can be
[2012-10-31 14:26]     controlled with the Storage setting in /etc/systemd/journald.conf
[2012-10-31 14:26] upgraded systemd (194-3 -> 195-2)
[2012-10-31 14:26] upgraded polkit (0.105-1 -> 0.107-4)
[2012-10-31 14:26] upgraded colord (0.1.21-2 -> 0.1.24-1)
[2012-10-31 14:26] upgraded gtk3 (3.4.4-1 -> 3.6.1-1)
[2012-10-31 14:26] installed gstreamer (1.0.2-1)
[2012-10-31 14:26] installed gst-plugins-base-libs (1.0.2-1)
[2012-10-31 14:26] installed chromaprint (0.7-1)
[2012-10-31 14:26] installed mpg123 (1.14.4-1)
[2012-10-31 14:26] installed celt (0.11.1-4)
[2012-10-31 14:26] installed spandsp (0.0.6pre21-1)
[2012-10-31 14:26] installed gst-plugins-bad (1.0.2-1)
[2012-10-31 14:26] installed gst-plugins-base (1.0.2-1)
[2012-10-31 14:26] upgraded gsettings-desktop-schemas (3.4.2-1 -> 3.6.0-1)
[2012-10-31 14:26] upgraded libtasn1 (2.14-1 -> 3.0-1)
[2012-10-31 14:26] upgraded gnutls (3.1.3-1 -> 3.1.3-2)
[2012-10-31 14:26] upgraded glib-networking (2.32.3-1 -> 2.34.0-1)
[2012-10-31 14:26] upgraded libsoup (2.38.1-1 -> 2.40.1-1)
[2012-10-31 14:26] upgraded gdk-pixbuf2 (2.26.3-1 -> 2.26.4-1)
[2012-10-31 14:26] installed gst-plugins-good (1.0.2-1)
[2012-10-31 14:26] upgraded json-glib (0.14.2-1 -> 0.15.2-1)
[2012-10-31 14:26] upgraded clutter (1.10.6-1 -> 1.12.2-1)
[2012-10-31 14:26] upgraded clutter-gst (1.6.0-1 -> 1.9.92-1)
[2012-10-31 14:26] upgraded clutter-gtk (1.2.0-1 -> 1.4.0-1)
[2012-10-31 14:26] upgraded tdb (1.2.9-2 -> 1.2.10-1)
[2012-10-31 14:26] upgraded libcanberra (0.28-5 -> 0.30-1)
[2012-10-31 14:26] upgraded libgee (0.6.5-1 -> 0.6.6-1)
[2012-10-31 14:26] upgraded gnome-video-effects (0.4.0-1 -> 0.4.0-2)
[2012-10-31 14:26] upgraded libcroco (0.6.5-1 -> 0.6.8-1)
[2012-10-31 14:26] upgraded librsvg (2.36.3-1 -> 2.36.4-1)
[2012-10-31 14:26] upgraded gnome-desktop (1:3.4.2-1 -> 1:3.6.1-1)
[2012-10-31 14:26] upgraded cheese (3.4.2-1 -> 3.6.1-1)
[2012-10-31 14:26] upgraded libwbclient (3.6.8-1 -> 3.6.9-1)
[2012-10-31 14:26] upgraded cifs-utils (5.6-2 -> 5.7-1)
[2012-10-31 14:26] upgraded device-mapper (2.02.97-1 -> 2.02.98-1)
[2012-10-31 14:26] upgraded cryptsetup (1.5.0-2 -> 1.5.1-1)
[2012-10-31 14:26] upgraded cups-pk-helper (0.2.2-1 -> 0.2.4-1)
[2012-10-31 14:26] upgraded python2-xdg (0.23-1 -> 0.23-2)
[2012-10-31 14:26] upgraded libtorrent-rasterbar (1:0.16.3-1 -> 1:0.16.5-1)
[2012-10-31 14:26] upgraded python2-crypto (2.6-2 -> 2.6-3)
[2012-10-31 14:26] upgraded python2-zope-interface (3.8.0-1 -> 4.0.1-1)
[2012-10-31 14:26] upgraded twisted (12.2.0-1 -> 12.2.0-2)
[2012-10-31 14:26] upgraded python2-pyopenssl (0.13-1 -> 0.13-2)
[2012-10-31 14:26] upgraded xdg-utils (1.1.0-2.20120520 -> 1.1.0.git20121008-1)
[2012-10-31 14:26] upgraded python2-chardet (2.0.1-5 -> 2.0.1-6)
[2012-10-31 14:26] upgraded python2-distribute (0.6.28-1 -> 0.6.29-1)
[2012-10-31 14:26] upgraded deluge (1.3.5-1 -> 1.3.5-3)
[2012-10-31 14:26] upgraded e2fsprogs (1.42.5-1 -> 1.42.6-1)
[2012-10-31 14:26] upgraded libgnome-keyring (3.4.1-1 -> 3.6.0-1)
[2012-10-31 14:26] upgraded libsoup-gnome (2.38.1-1 -> 2.40.1-1)
[2012-10-31 14:26] installed webkitgtk3 (1.10.1-1)
[2012-10-31 14:26] upgraded nspr (4.9.2-1 -> 4.9.3-1)
[2012-10-31 14:26] upgraded nss (3.13.6-1 -> 3.14-1)
[2012-10-31 14:26] upgraded gobject-introspection (1.32.1-2 -> 1.34.1.1-1)
[2012-10-31 14:26] upgraded gcr (3.4.1-1 -> 3.6.1-1)
[2012-10-31 14:26] upgraded epiphany (3.4.3-1 -> 3.6.1-1)
[2012-10-31 14:26] upgraded ethtool (1:3.5-1 -> 1:3.6-1)
[2012-10-31 14:26] upgraded poppler-glib (0.20.3-1 -> 0.20.5-1)
[2012-10-31 14:27] upgraded gnome-icon-theme-symbolic (3.4.0-1 -> 3.6.0-1)
[2012-10-31 14:27] upgraded gnome-icon-theme (3.4.0-1 -> 3.6.0-1)
[2012-10-31 14:27] upgraded evince (3.4.0-1 -> 3.6.1-1)
[2012-10-31 14:27] upgraded rest (0.7.12-1 -> 0.7.90-1)
[2012-10-31 14:27] installed libsecret (0.10-1)
[2012-10-31 14:27] upgraded gnome-online-accounts (3.4.2-1 -> 3.6.0-1)
[2012-10-31 14:27] upgraded libgweather (3.4.1-1 -> 3.6.0-1)
[2012-10-31 14:27] upgraded libgdata (0.12.0-1 -> 0.13.2-1)
[2012-10-31 14:27] upgraded evolution-data-server (3.4.4-1 -> 3.6.1-1)
[2012-10-31 14:27] upgraded libnice (0.1.2-1 -> 0.1.3-1)
[2012-10-31 14:27] upgraded farstream (0.1.2-1 -> 0.2.1-1)
[2012-10-31 14:27] upgraded file-roller (3.4.2-1 -> 3.6.1.1-1)
[2012-10-31 14:27] installed nss-myhostname (0.3-3)
[2012-10-31 14:27] warning: /etc/shadow installed as /etc/shadow.pacnew
[2012-10-31 14:27] upgraded filesystem (2012.10-1 -> 2012.10-2)
[2012-10-31 14:27] upgraded firefox (16.0.1-1 -> 16.0.2-1)
[2012-10-31 14:27] upgraded telepathy-glib (0.18.2-1 -> 0.20.0-1)
[2012-10-31 14:27] installed libzeitgeist (0.3.18-3)
[2012-10-31 14:27] upgraded folks (0.6.9-2 -> 0.8.0-1)
[2012-10-31 14:27] upgraded gcc (4.7.2-1 -> 4.7.2-2)
[2012-10-31 14:27] upgraded gconf (3.2.5-2 -> 3.2.5-3)
[2012-10-31 14:27] upgraded gegl (0.2.0-4 -> 0.2.0-5)
[2012-10-31 14:27] upgraded git (1.7.12.3-1 -> 1.8.0-1)
[2012-10-31 14:27] upgraded gjs (1.32.0-2 -> 1.34.0-1)
[2012-10-31 14:27] upgraded glibmm (2.32.1-1 -> 2.34.0-1)
[2012-10-31 14:27] upgraded gnome-backgrounds (3.4.2-1 -> 3.6.0-1)
[2012-10-31 14:27] upgraded udisks2 (1.94.0-2 -> 2.0.0-1)
[2012-10-31 14:27] upgraded gvfs (1.12.3-3 -> 1.14.0-1)
[2012-10-31 14:27] upgraded obex-data-server (0.4.6-2 -> 0.4.6-3)
[2012-10-31 14:27] upgraded gvfs-obexftp (1.12.3-3 -> 1.14.0-1)
[2012-10-31 14:27] upgraded gnome-bluetooth (3.4.2-1 -> 3.6.0-2)
[2012-10-31 14:27] upgraded gnome-common (3.4.0.1-2 -> 3.6.0-1)
[2012-10-31 14:27] upgraded pygobject-devel (3.2.2-1 -> 3.4.1.1-1)
[2012-10-31 14:27] upgraded python2-gobject (3.2.2-1 -> 3.4.1.1-1)
[2012-10-31 14:27] upgraded gnome-menus (3.4.2-1 -> 3.6.0-1)
[2012-10-31 14:27] upgraded libcanberra-pulse (0.28-5 -> 0.30-1)
[2012-10-31 14:27] installed ibus (1.4.99.20121006-1)
[2012-10-31 14:27] upgraded gnome-settings-daemon (3.4.2-1 -> 3.6.1-2)
[2012-10-31 14:27] installed iptables (1.4.16.2-1)
[2012-10-31 14:27] upgraded iproute2 (3.5.1-1 -> 3.6.0-2)
[2012-10-31 14:27] upgraded wpa_supplicant (1.0-1 -> 1.0-2)
[2012-10-31 14:27] upgraded ppp (2.4.5-4 -> 2.4.5-5)
[2012-10-31 14:27] installed net-tools (1.60.20120804git-2)
[2012-10-31 14:27] installed dhclient (4.2.4.1-3)
[2012-10-31 14:27] upgraded networkmanager (0.9.6.0-2 -> 0.9.6.4-1)
[2012-10-31 14:27] upgraded network-manager-applet (0.9.6.2-1 -> 0.9.6.4-1)
[2012-10-31 14:27] installed libpwquality (1.2.0-1)
[2012-10-31 14:27] warning: directory permissions differ on usr/share/polkit-1/rules.d/
filesystem: 700  package: 755
[2012-10-31 14:27] upgraded gnome-control-center (3.4.2-1 -> 3.6.2-1)
[2012-10-31 14:27] upgraded gnome-keyring (3.4.1-3 -> 3.6.1-1)
[2012-10-31 14:28] upgraded gnome-panel (3.4.2.1-1 -> 3.6.0-1)
[2012-10-31 14:28] upgraded libxklavier (5.2.1-2 -> 5.3-1)
[2012-10-31 14:28] upgraded libgnomekbd (3.4.0.2-1 -> 3.6.0-1)
[2012-10-31 14:28] upgraded gnome-screensaver (3.4.4-1 -> 3.6.1-1)
[2012-10-31 14:28] upgraded gnome-session (3.4.2-3 -> 3.6.1-1)
[2012-10-31 14:28] upgraded zenity (3.4.0-1 -> 3.6.0-1)
[2012-10-31 14:28] upgraded mutter (3.4.1-2 -> 3.6.1-2)
[2012-10-31 14:28] upgraded libtracker-sparql (0.14.2-1 -> 0.14.3-1)
[2012-10-31 14:28] upgraded nautilus (3.4.2-1 -> 3.6.2-1)
[2012-10-31 14:28] upgraded telepathy-logger (0.4.0-1 -> 0.6.0-1)
[2012-10-31 14:28] upgraded telepathy-mission-control (5.12.1-1 -> 5.14.0-1)
[2012-10-31 14:28] upgraded gnome-shell (3.4.2-1 -> 3.6.1-2)
[2012-10-31 14:28] upgraded gtkmm3 (3.4.1-1 -> 3.6.0-1)
[2012-10-31 14:28] upgraded gnome-system-monitor (3.4.1-1 -> 3.6.0-1)
[2012-10-31 14:28] upgraded vte-common (0.32.2-1 -> 0.34.1-1)
[2012-10-31 14:28] upgraded vte3 (0.32.2-1 -> 0.34.1-1)
[2012-10-31 14:28] upgraded gnome-terminal (3.4.1.1-1 -> 3.6.0-1)
[2012-10-31 14:28] upgraded gnome-themes-standard (3.4.2-1 -> 3.6.1-1)
[2012-10-31 14:28] upgraded yelp-xsl (3.4.2-1 -> 3.6.0-1)
[2012-10-31 14:28] upgraded yelp (3.4.2-1 -> 3.6.1-1)
[2012-10-31 14:28] upgraded gnome-user-docs (3.4.2-1 -> 3.6.0-1)
[2012-10-31 14:28] upgraded gpm (1.20.6-10 -> 1.20.7-1)
[2012-10-31 14:28] upgraded smbclient (3.6.8-1 -> 3.6.9-1)
[2012-10-31 14:28] upgraded gvfs-smb (1.12.3-3 -> 1.14.0-1)
[2012-10-31 14:28] upgraded ilmbase (1.0.2-1 -> 1.0.3-1)
[2012-10-31 14:28] upgraded inkscape (0.48.3.1-5 -> 0.48.3.1-7)
[2012-10-31 14:28] upgraded iputils (20101006-7 -> 20121011-1)
[2012-10-31 14:28] upgraded jre7-openjdk-headless (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
[2012-10-31 14:28] upgraded jre7-openjdk (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
[2012-10-31 14:28] upgraded jdk7-openjdk (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
[2012-10-31 14:28] upgraded openexr (1.7.1-1 -> 1.7.1-2)
[2012-10-31 14:28] upgraded phonon (1:4.6.0-2 -> 1:4.6.0-3)
[2012-10-31 14:28] upgraded kdelibs (4.9.2-2 -> 4.9.2-3)
[2012-10-31 14:28] upgraded ldns (1.6.13-1 -> 1.6.14-1)
[2012-10-31 14:28] upgraded lib32-atk (2.4.0-1 -> 2.6.0-1)
[2012-10-31 14:28] upgraded lib32-glibc (2.16.0-4 -> 2.16.0-5)
[2012-10-31 14:28] upgraded lib32-util-linux (2.22-1 -> 2.22.1-1)
[2012-10-31 14:28] upgraded lib32-e2fsprogs (1.42.4-1 -> 1.42.6-1)
[2012-10-31 14:28] upgraded lib32-gcc-libs (4.7.2-1 -> 4.7.2-2)
[2012-10-31 14:28] upgraded lib32-libpng (1.5.12-1 -> 1.5.13-1)
[2012-10-31 14:28] upgraded libpurple (2.10.6-1 -> 2.10.6-2)
[2012-10-31 14:29] upgraded libreoffice-en-US (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded libreoffice-common (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded libreoffice-base (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded libreoffice-calc (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded libreoffice-draw (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded libreoffice-gnome (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded libreoffice-impress (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded libreoffice-kde4 (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded libreoffice-math (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded postgresql-libs (9.2.1-1 -> 9.2.1-2)
[2012-10-31 14:29] upgraded libreoffice-postgresql-connector (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded libreoffice-sdk (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded libreoffice-sdk-doc (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] upgraded libreoffice-writer (3.6.2-2 -> 3.6.2-3)
[2012-10-31 14:29] installed webkitgtk2 (1.10.1-1)
[2012-10-31 14:29] upgraded mkinitcpio (0.10-1 -> 0.11.0-1)
[2012-10-31 14:30] >>> Updating module dependencies. Please wait ...
[2012-10-31 14:30] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
[2012-10-31 14:30] ==> Building image from preset: 'default'
[2012-10-31 14:30]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2012-10-31 14:30] ==> Starting build: 3.6.4-1-ARCH
[2012-10-31 14:30]   -> Running build hook: [base]
[2012-10-31 14:30]   -> Running build hook: [udev]
[2012-10-31 14:30]   -> Running build hook: [autodetect]
[2012-10-31 14:30]   -> Running build hook: [pata]
[2012-10-31 14:30]   -> Running build hook: [scsi]
[2012-10-31 14:30]   -> Running build hook: [sata]
[2012-10-31 14:30]   -> Running build hook: [filesystems]
[2012-10-31 14:30]   -> Running build hook: [usbinput]
[2012-10-31 14:30]   -> Running build hook: [fsck]
[2012-10-31 14:30] ==> Generating module dependencies
[2012-10-31 14:30] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
[2012-10-31 14:30] ==> Image generation successful
[2012-10-31 14:30] ==> Building image from preset: 'fallback'
[2012-10-31 14:30]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2012-10-31 14:30] ==> Starting build: 3.6.4-1-ARCH
[2012-10-31 14:30]   -> Running build hook: [base]
[2012-10-31 14:30]   -> Running build hook: [udev]
[2012-10-31 14:30]   -> Running build hook: [pata]
[2012-10-31 14:30]   -> Running build hook: [scsi]
[2012-10-31 14:30]   -> Running build hook: [sata]
[2012-10-31 14:30]   -> Running build hook: [filesystems]
[2012-10-31 14:30]   -> Running build hook: [usbinput]
[2012-10-31 14:30]   -> Running build hook: [fsck]
[2012-10-31 14:30] ==> Generating module dependencies
[2012-10-31 14:30] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
[2012-10-31 14:30] ==> Image generation successful
[2012-10-31 14:30] upgraded linux (3.5.6-1 -> 3.6.4-1)
[2012-10-31 14:30] upgraded linux-headers (3.5.6-1 -> 3.6.4-1)
[2012-10-31 14:30] upgraded lvm2 (2.02.97-1 -> 2.02.98-1)
[2012-10-31 14:30] upgraded man-pages (3.42-1 -> 3.43-1)
[2012-10-31 14:30] upgraded mdadm (3.2.5-2 -> 3.2.6-1)
[2012-10-31 14:30] upgraded metacity (2.34.8-1 -> 2.34.13-1)
[2012-10-31 14:30] upgraded net-snmp (5.7.1-4 -> 5.7.2-1)
[2012-10-31 14:30] upgraded netcfg (2.8.11-1 -> 3.0-1)
[2012-10-31 14:30] upgraded openssh (6.1p1-2 -> 6.1p1-3)
[2012-10-31 14:30] upgraded pidgin (2.10.6-1 -> 2.10.6-2)
[2012-10-31 14:30] upgraded pygobject2-devel (2.28.6-6 -> 2.28.6-8)
[2012-10-31 14:30] upgraded python2-gobject2 (2.28.6-6 -> 2.28.6-8)
[2012-10-31 14:30] upgraded slim (1.3.4-3 -> 1.3.4-4)
[2012-10-31 14:30] upgraded slim-themes (1.2.3-5 -> 1.2.3-6)
[2012-10-31 14:30] ==> syslog-ng now reads from /run/systemd/journal/syslog in the
[2012-10-31 14:30]     default config. If you still use sysvinit/initscripts, this
[2012-10-31 14:30]     must be /dev/log in /etc/syslog-ng/syslog-ng.conf
[2012-10-31 14:30] upgraded syslog-ng (3.3.6-1 -> 3.3.6-3)
[2012-10-31 14:31] >>> texlive: updating the filename database...
[2012-10-31 14:31] mktexlsr: Updating /etc/texmf/ls-R...
[2012-10-31 14:31] mktexlsr: Updating /usr/share/texmf/ls-R...
[2012-10-31 14:31] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
[2012-10-31 14:31] mktexlsr: Updating /var/lib/texmf/ls-R...
[2012-10-31 14:31] mktexlsr: Done.
[2012-10-31 14:31] recreating all formats... done.
[2012-10-31 14:31]  (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)
[2012-10-31 14:31] upgraded texlive-bin (2012.0-4 -> 2012.0-5)
[2012-10-31 14:31] Updating font cache... Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 10: Having multiple values in <test> isn't supported and may not works as expected
[2012-10-31 14:31] done.
[2012-10-31 14:31] upgraded ttf-liberation (2.00.0-1 -> 2.00.1-1)
[2012-10-31 14:32] In order to use the new version, reload all virtualbox modules manually.
[2012-10-31 14:32] upgraded virtualbox-host-modules (4.2.0-5 -> 4.2.4-2)
[2012-10-31 14:32]
[2012-10-31 14:32] Creating symlink /var/lib/dkms/vboxhost/4.2.4/source ->
[2012-10-31 14:32]                  /usr/src/vboxhost-4.2.4
[2012-10-31 14:32]
[2012-10-31 14:32] DKMS: add completed.
[2012-10-31 14:32] ==> To build and install your modules run dkms install vboxhost/4.2.4
[2012-10-31 14:32] ==> To do this automatically at startup you can add dkms in your DAEMONS
[2012-10-31 14:32] upgraded virtualbox-host-source (4.2.0-3 -> 4.2.4-1)
[2012-10-31 14:32] upgraded virtualbox (4.2.0-3 -> 4.2.4-1)
[2012-10-31 14:32] upgraded vlc (2.0.3-4 -> 2.0.4-2)
[2012-10-31 14:32] upgraded wget (1.14-1 -> 1.14-2)
[2012-10-31 14:32] upgraded xf86-input-evdev (2.7.3-1 -> 2.7.3-2)
[2012-10-31 14:32] upgraded xf86-input-synaptics (1.6.2-1 -> 1.6.2-2)
[2012-10-31 14:32] upgraded xf86-video-intel (2.20.9-1 -> 2.20.12-1)
[2012-10-31 14:32] upgraded xorg-server-common (1.12.4-1 -> 1.13.0-3)
[2012-10-31 14:32] upgraded xorg-server (1.12.4-1 -> 1.13.0-3)
[2012-10-31 14:32] upgraded xorg-xinit (1.3.2-1 -> 1.3.2-3)
[2012-10-31 14:38] Running 'pacman -S baobab'
[2012-10-31 14:38] installed baobab (3.6.2-1)
[2012-10-31 17:08] Running 'pacman -S syslinux'
[2012-10-31 17:10] Running 'pacman -S syslinux'
[2012-10-31 17:11] ==> If you want to use syslinux as your bootloader
[2012-10-31 17:11] ==> edit /boot/syslinux/syslinux.cfg and run
[2012-10-31 17:11] ==>   # /usr/sbin/syslinux-install_update -i -a -m
[2012-10-31 17:11] ==> to install it.
[2012-10-31 17:11] installed syslinux (4.06-1)
[2012-10-31 17:30] Running 'pacman -Syyu gnome-settings-daemon'
[2012-10-31 17:30] synchronizing package lists
[2012-10-31 17:30] starting full system upgrade
[2012-10-31 17:30] upgraded gnome-settings-daemon (3.6.1-2 -> 3.6.1-2)
[2012-10-31 17:30] Running 'pacman -Syu'
[2012-10-31 17:30] synchronizing package lists
[2012-10-31 17:30] starting full system upgrade
[2012-10-31 17:39] Running 'pacman -Sy'
[2012-10-31 17:39] synchronizing package lists
[2012-10-31 17:39] starting full system upgrade
[2012-10-31 17:39] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.yAV/downgrade-3.2-1-any.pkg.tar.xz'
[2012-10-31 17:39] upgraded downgrade (3.1-1 -> 3.2-1)
[2012-10-31 17:40] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.P2k/dropbox-1.4.20-1-x86_64.pkg.tar.xz'
[2012-10-31 17:40] upgraded dropbox (1.4.17-1 -> 1.4.20-1)
[2012-10-31 17:41] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.C5t/package-query-1.1-2-x86_64.pkg.tar.xz'
[2012-10-31 17:41] upgraded package-query (1.0.1-1 -> 1.1-2)
[2012-10-31 17:42] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.i8t/teamviewer-7.0.9377-1-x86_64.pkg.tar.xz'
[2012-10-31 17:42] upgraded teamviewer (7.0.9360-1 -> 7.0.9377-1)
[2012-10-31 17:42] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.21N/yaourt-1.2.1-1-any.pkg.tar.xz'
[2012-10-31 17:42] upgraded yaourt (1.1-1 -> 1.2.1-1)
[2012-10-31 17:44] Running 'pacman -U /tmp/yaourt-tmp-daniel/PKGDEST.nxI/cinnamon-git-20121031-1-x86_64.pkg.tar.xz'
[2012-10-31 17:44] upgraded cinnamon-git (20121015-1 -> 20121031-1)
Last edited by dtomasiewicz (2012-11-20 20:11:06)

I've done a bit more playing around with this. It seems running xmodmap ~/.Xmodmap does work, it's just very slow and CPU-hungry. Reducing my .Xmodmap file to include only the overrides (4 of them) allows it to complete in about a second.
However, it's still not being loaded on login, despite being in .xinitrc. In order to get my keybinds to work in a program, I need to open a terminal, run xmodmap manually, then execute whatever program I want them to work in.
I tried downgrading xf86-input-evdev but my keyboard no longer worked on boot, once the display manager appeared (and I couldn't switch TTYs with Ctrl+Shift+F*).
Last edited by dtomasiewicz (2012-11-02 16:43:21)

Similar Messages

  • Are other people having trouble with Firefox "hanging" and crashing after the latest update on February 17?

    I am using a Mac desktop, OS 10.8.5. I have to "force quit" Firefox after about 10 to 15 minutes online. I did not have this problem before this latest update. I'm actually using Safari to post this question.

    As a direct reply to your question.
    YES many thousands will have that sort of symptom. Not surprising with a user base approaching 1/2 Billion Firefox users.
    As for your own problem try these suggestions in this order and checking after each step.
    # Try Firefox in its own safemode. e.g. hold the shift key whilst starting
    #* [[Troubleshoot Firefox issues using Safe Mode]]
    # Disable all plugins, and restart in safe mode again.
    # Try the firefox reset but read the article first. Bookmark any important open tabs, and the home websites of any Firefox extensons you have installed
    #* [[Reset Firefox preferences to troubleshoot and fix problems]]

  • Hangs and Crashes After migrating to Yosemite

    After a Late 2009 iMac graphics card failure, I purchased a 5K which came with Yosemite pre-installed.  I then used migration assistant to move everything from a bootable clone of the old system made using Carbon Copy Cloner.
    Everything went well, but I've had strange problems ever since.  Applications seem to hang for 30sec - 1 min upon launch sometimes.  Calling the print menu from an application will cause a 30 sec - 1 min beach ball.  But the second time, it's fast.  I've had 4 system crashes in the past week and myriad application crashes.
    Problem is, nothing seems to be very consistent.  The console is flooded w/ various error messages, but I'm having trouble deciphering  them.
    Recently, I tried updating some apps via the app store in the hope that it would help.  I noticed that whenever I selected the install button for an app, I get the following error message a 5 second intervals:
    1/9/15 7:04:13.702 PM pkd[243]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    1/9/15 7:04:18.729 PM pkd[243]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    1/9/15 7:04:23.799 PM pkd[243]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    1/9/15 7:04:28.871 PM pkd[243]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    1/9/15 7:04:33.933 PM pkd[243]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    1/9/15 7:04:39.004 PM pkd[243]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    1/9/15 7:04:44.073 PM pkd[243]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    1/9/15 7:04:49.144 PM pkd[243]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    1/9/15 7:04:54.196 PM pkd[243]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    and another favorite seems to be:
    1/9/15 7:14:18.316 PM discoveryd[50]: WCFNameResolvesToAddr: called
    1/9/15 7:14:18.317 PM discoveryd[50]: WCFNameResolvesToAddr: entering
    1/9/15 7:14:18.317 PM discoveryd[50]: WCFNameResolvesToAddr: called
    1/9/15 7:14:18.317 PM discoveryd[50]: WCFNameResolvesToAddr: entering
    1/9/15 7:14:18.324 PM discoveryd[50]: WCFNameResolvesToAddr: called
    1/9/15 7:14:18.324 PM discoveryd[50]: WCFNameResolvesToAddr: entering
    1/9/15 7:15:19.423 PM discoveryd[50]: WCFNameResolvesToAddr: called
    1/9/15 7:15:19.423 PM discoveryd[50]: WCFNameResolvesToAddr: entering
    1/9/15 7:15:19.425 PM discoveryd[50]: WCFNameResolvesToAddr: called
    1/9/15 7:15:19.425 PM discoveryd[50]: WCFNameResolvesToAddr: entering
    1/9/15 7:15:19.426 PM discoveryd[50]: WCFNameResolvesToAddr: called
    1/9/15 7:15:19.426 PM discoveryd[50]: WCFNameResolvesToAddr: entering
    I do not have a process w/ the PID of 343 in the activity monitor.  PID 50 is discoveryd.  Nothing is loading the CPU, DISK, MEMORY, or NETWORK.
    I ran "Verify Disk" on the system drive (onine) and it reported no problems.  I've repaired permissions as well.  I welcome any guidance on how to troubleshoot further.  These are only two of the many and voluminous log entries.

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.
    If you bought the product in the U.S. directly from Apple (not from a reseller), you have 14 days from the date of delivery in which to exchange or return it for a refund. In other countries, the return policy may be different. If you bought from a reseller, its return policy applies.

  • [Solved] Udev hangs on boot after update

    I don't know exactly what was updated that caused the problem, but udev hanged my computer whenever I tried to start it up. My solution consists of
    hwdetect --modules >> rc.conf
    from the live disk, and setting MOD_AUTOLOAD="no". But it's only temporary, and some modules aren't loaded properly because now my joysticks and USB sticks don't work. How can I find the problematic module and blacklist it so I can let udev do its thing again?
    Last edited by Dren (2011-03-05 18:07:08)

    [2011-02-25 20:38] Running 'pacman -Syu'
    [2011-02-25 20:38] synchronizing package lists
    [2011-02-25 20:38] starting full system upgrade
    [2011-02-25 20:42] Generating locales...
    [2011-02-25 20:42] en_US.UTF-8... done
    [2011-02-25 20:42] en_US.ISO-8859-1... done
    [2011-02-25 20:42] Generation complete.
    [2011-02-25 20:42] upgraded glibc (2.13-3 -> 2.13-4)
    [2011-02-25 20:42] upgraded aalib (1.4rc5-7 -> 1.4rc5-8)
    [2011-02-25 20:42] upgraded alsa-lib (1.0.23-2 -> 1.0.24.1-1)
    [2011-02-25 20:42] upgraded alsa-utils (1.0.23-3 -> 1.0.24.2-1)
    [2011-02-25 20:42] upgraded bluez (4.88-1 -> 4.89-1)
    [2011-02-25 20:42] upgraded chromium (9.0.597.94-1 -> 9.0.597.94-2)
    [2011-02-25 20:42] upgraded curl (7.21.3-1 -> 7.21.4-2)
    [2011-02-25 20:42] upgraded librsvg (2.32.1-1 -> 2.32.1-2)
    [2011-02-25 20:42] upgraded eina-svn (56713-1 -> 57312-1)
    [2011-02-25 20:42] upgraded eet-svn (56702-1 -> 57246-1)
    [2011-02-25 20:42] installed fribidi (0.19.2-1)
    [2011-02-25 20:42] upgraded evas-svn (56688-1 -> 57308-1)
    [2011-02-25 20:42] upgraded ecore-svn (56689-1 -> 57310-1)
    [2011-02-25 20:42] upgraded efreet-svn (56699-1 -> 57257-1)
    [2011-02-25 20:42] upgraded e_dbus-svn (56607-1 -> 57246-1)
    [2011-02-25 20:42] upgraded embryo-svn (56690-1 -> 57246-1)
    [2011-02-25 20:42] upgraded edje-svn (56672-1 -> 57299-1)
    [2011-02-25 20:42] upgraded udev (165-1 -> 166-2)
    [2011-02-25 20:42] installed eeze-svn (57232-1)
    [2011-02-25 20:42] upgraded e-svn (56715-1 -> 57289-1)
    [2011-02-25 20:42] upgraded emprint-svn (54305-1 -> 57150-1)
    [2011-02-25 20:42] upgraded e-modules-extra-svn (56389-1 -> 57316-1)
    [2011-02-25 20:42] upgraded gegl (0.1.4-1 -> 0.1.6-1)
    [2011-02-25 20:42] upgraded vim-runtime (7.3.102-1 -> 7.3.125-1)
    [2011-02-25 20:42] upgraded ruby (1.9.2_p136-2 -> 1.9.2_p180-1)
    [2011-02-25 20:42] Updating desktop and mime database...done.
    [2011-02-25 20:42] upgraded gvim (7.3.102-1 -> 7.3.125-1)
    [2011-02-25 20:42] >>> Updating module dependencies. Please wait ...
    [2011-02-25 20:42] >>> MKINITCPIO SETUP
    [2011-02-25 20:42] >>> ----------------
    [2011-02-25 20:42] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-02-25 20:42] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-02-25 20:42] >>> More information about mkinitcpio setup can be found here:
    [2011-02-25 20:42] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-02-25 20:42]
    [2011-02-25 20:42] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-02-25 20:42] ==> Building image "default"
    [2011-02-25 20:42] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-02-25 20:42] :: Begin build
    [2011-02-25 20:42] :: Parsing hook [base]
    [2011-02-25 20:42] :: Parsing hook [udev]
    [2011-02-25 20:42] :: Parsing hook [autodetect]
    [2011-02-25 20:42] :: Parsing hook [pata]
    [2011-02-25 20:42] :: Parsing hook [scsi]
    [2011-02-25 20:43] :: Parsing hook [sata]
    [2011-02-25 20:43] :: Parsing hook [filesystems]
    [2011-02-25 20:43] :: Parsing hook [resume]
    [2011-02-25 20:43] :: Generating module dependencies
    [2011-02-25 20:43] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-02-25 20:43] ==> SUCCESS
    [2011-02-25 20:43] ==> Building image "fallback"
    [2011-02-25 20:43] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-02-25 20:43] :: Begin build
    [2011-02-25 20:43] :: Parsing hook [base]
    [2011-02-25 20:43] :: Parsing hook [udev]
    [2011-02-25 20:43] :: Parsing hook [pata]
    [2011-02-25 20:43] :: Parsing hook [scsi]
    [2011-02-25 20:43] :: Parsing hook [sata]
    [2011-02-25 20:43] :: Parsing hook [filesystems]
    [2011-02-25 20:44] :: Parsing hook [resume]
    [2011-02-25 20:44] :: Generating module dependencies
    [2011-02-25 20:44] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-02-25 20:44] ==> SUCCESS
    [2011-02-25 20:44] upgraded kernel26 (2.6.37-6 -> 2.6.37.1-1)
    [2011-02-25 20:44] upgraded kernel26-headers (2.6.37-6 -> 2.6.37.1-1)
    [2011-02-25 20:44] upgraded leafpad (0.8.18.1-1 -> 0.8.18.1-2)
    [2011-02-25 20:44] upgraded libao (1.0.0-5 -> 1.1.0-1)
    [2011-02-25 20:44] upgraded libfm (0.1.14-2 -> 0.1.14-4)
    [2011-02-25 20:44] upgraded libldap (2.4.23-1 -> 2.4.24-1)
    [2011-02-25 20:44] upgraded libwpd (0.9.0-1 -> 0.9.1-1)
    [2011-02-25 20:44] upgraded lsof (4.84-1 -> 4.84-2)
    [2011-02-25 20:44] upgraded mplayer (32792-1 -> 32792-2)
    [2011-02-25 20:44] upgraded pcmanfm (0.9.8-2 -> 0.9.8-5)
    [2011-02-25 20:44] upgraded ppp (2.4.5-1 -> 2.4.5-2)
    [2011-02-25 20:44] upgraded python-imaging (1.1.7-2 -> 1.1.7-3)
    [2011-02-25 20:44] upgraded redland (1.0.12-4 -> 1.0.12-5)
    [2011-02-25 20:44] warning: /etc/sane.d/dll.conf installed as /etc/sane.d/dll.conf.pacnew
    [2011-02-25 20:44] upgraded sane (1.0.21-4 -> 1.0.22-1)
    [2011-02-25 20:44] upgraded totem-plparser (2.32.2-1 -> 2.32.3-1)
    [2011-02-25 20:44] upgraded wget (1.12-3 -> 1.12-5)

  • Safari hangs or crashes after update from 23.10.2013

    Hello,
    my Safari crashes or hangs aftern an update on the last version of Safari on Montain Lion from 23.10.2013. Anyone an idea?
    Regards
    Robs

    Process:    
    Safari [8170]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    6.1 (8537.71)
    Build Info: 
    WebBrowser-7537071000000000~2
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [169]
    User ID:    
    502
    Date/Time:  
    2013-10-24 20:57:03.378 +0200
    OS Version: 
    Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    External Modification Warnings:
    Thread creation by external task.
    Debugger attached to process.
    Application Specific Information:
    Process Model:
    Single Web Process
    Enabled Extensions:
    com.betafish.adblockforsafari-UAMUU4S2D9 (102.6.4 - 2.6.4) AdBlock
    com.ebay.safari.myebaymanager-QYHMMGCMJR (3.0.0.7 - 3.0.0.7) My eBay Manager
    my.k3y.managetab-PYQ8ASU6B8 (1.9 - 1.9) ManageTab
    com.parallels.openinie-4C6364ACXT (1 - 1.0) Open in Internet Explorer
    *** Terminating app due to uncaught exception of class 'nil'
    terminate called throwing an exception
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x00007fff8fc39212 __pthread_kill + 10
    1   libsystem_c.dylib        
    0x00007fff8ee15b24 pthread_kill + 90
    2   libsystem_c.dylib        
    0x00007fff8ee59f61 abort + 143
    3   libc++abi.dylib          
    0x00007fff962cd9eb abort_message + 257
    4   libc++abi.dylib          
    0x00007fff962cb39a default_terminate() + 28
    5   libobjc.A.dylib          
    0x00007fff9816c873 _objc_terminate() + 91
    6   libc++abi.dylib          
    0x00007fff962cb3c9 safe_handler_caller(void (*)()) + 8
    7   libc++abi.dylib          
    0x00007fff962cb424 std::terminate() + 16
    8   libc++abi.dylib          
    0x00007fff962cc61b __cxa_rethrow + 85
    9   libobjc.A.dylib          
    0x00007fff9816c575 objc_exception_rethrow + 40
    10  com.apple.CoreFoundation 
    0x00007fff94f9c146 CFRunLoopRunSpecific + 390
    11  com.apple.HIToolbox      
    0x00007fff9713beb4 RunCurrentEventLoopInMode + 209
    12  com.apple.HIToolbox      
    0x00007fff9713bb94 ReceiveNextEventCommon + 166
    13  com.apple.HIToolbox      
    0x00007fff9713bae3 BlockUntilNextEventMatchingListInMode + 62
    14  com.apple.AppKit         
    0x00007fff8fe3e533 _DPSNextEvent + 685
    15  com.apple.AppKit         
    0x00007fff8fe3ddf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    16  com.apple.Safari.framework
    0x000000010071d4cf -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    17  com.apple.AppKit         
    0x00007fff8fe351a3 -[NSApplication run] + 517
    18  com.apple.AppKit         
    0x00007fff8fdd9bd6 NSApplicationMain + 869
    19  com.apple.Safari.framework
    0x00000001008e04fc SafariMain + 266
    20  libdyld.dylib            
    0x00007fff96cb57e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff8fc39d16 kevent + 10
    1   libdispatch.dylib        
    0x00007fff977b1dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib        
    0x00007fff977b19ee _dispatch_mgr_thread + 54
    Thread 2:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x00007fff8fc390fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8ee18fb9 _pthread_cond_wait + 869
    2   com.apple.WebCore        
    0x0000000101bc07ab WebCore::IconDatabase::syncThreadMainLoop() + 491
    3   com.apple.WebCore        
    0x0000000101bbd3bf WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore 
    0x000000010106fa6f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib   
    0x00007fff8fc37686 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff8fc36c42 mach_msg + 70
    2   com.apple.QuartzCore     
    0x00007fff9489a17b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore     
    0x00007fff9491edc6 thread_fun + 25
    4   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    5   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x00007fff8fc37686 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff8fc36c42 mach_msg + 70
    2   com.apple.CoreFoundation 
    0x00007fff94f97233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation 
    0x00007fff94f9c916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation 
    0x00007fff94f9c0e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation     
    0x00007fff9673e546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation     
    0x00007fff9679c562 __NSThread__main__ + 1345
    7   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    8   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff8fc396d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8ee16f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8ee16ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8ee01191 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x00007fff8fc396d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8ee16f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8ee16ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8ee01191 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib   
    0x00007fff8fc396d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8ee16f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8ee16ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8ee01191 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib   
    0x00007fff8fc396d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8ee16f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8ee16ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8ee01191 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib   
    0x00007fff8fc396d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8ee16f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8ee16ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8ee01191 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib   
    0x00007fff8fc396d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8ee16f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff8ee16ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff8ee01191 start_wqthread + 13
    Thread 11:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x00007fff8fc390fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8ee18fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore 
    0x000000010107a155 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore 
    0x000000010106fa6f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    5   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff8fc390fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8ee18fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore 
    0x000000010107abd7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010107aa68 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010106fa6f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff8fc390fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8ee18fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore 
    0x000000010107abd7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010107aa68 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010106fa6f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff8fc390fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8ee18fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore 
    0x000000010107abd7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010107aa68 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010106fa6f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 15:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x00007fff8fc390fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8ee18fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore 
    0x000000010107a155 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore 
    0x000000010106fa6f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    5   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff8fc390fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8ee18fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore 
    0x000000010107abd7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010107aa68 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010106fa6f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff8fc390fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8ee18fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore 
    0x000000010107abd7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010107aa68 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010106fa6f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 18:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x00007fff8fc390fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8ee18fb9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore 
    0x000000010107abd7 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore 
    0x000000010107aa68 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore 
    0x000000010106fa6f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 19:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x00007fff8fc39322 __select + 10
    1   com.apple.CoreFoundation 
    0x00007fff94fdbf46 __CFSocketManager + 1302
    2   libsystem_c.dylib        
    0x00007fff8ee14772 _pthread_start + 327
    3   libsystem_c.dylib        
    0x00007fff8ee011a1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5f54a0b8  rdx: 0x0000000000000000
      rdi: 0x0000000000000c07  rsi: 0x0000000000000006  rbp: 0x00007fff5f54a0e0  rsp: 0x00007fff5f54a0b8
       r8: 0x00007fff7d5c6278   r9: 0x00007fff5f54a0c0  r10: 0x0000000020000000  r11: 0x0000000000000206
      r12: 0x00007fff5f54a240  r13: 0x0000000000000001  r14: 0x00007fff7d5c7180  r15: 0x00007fff5f54a120
      rip: 0x00007fff8fc39212  rfl: 0x0000000000000206  cr2: 0x00007fff7d5bfff0
    Logical CPU: 0
    Binary Images:
    0x1006b5000 -   
    0x1006b5fff  com.apple.Safari (6.1 - 8537.71) <27A984C2-C6A5-3AA0-9989-C8E49C563F3D> /Applications/Safari.app/Contents/MacOS/Safari
    0x1006c1000 -   
    0x100c96ff7  com.apple.Safari.framework (8537 - 8537.71) <A71311C1-2C05-317C-805A-C711818E4775> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
    0x101066000 -   
    0x10140bfff  com.apple.JavaScriptCore (8537 - 8537.65) <76BB1553-D36C-32FB-94AB-F42C537D3F41> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
    0x1014f8000 -   
    0x101661ff7  com.apple.WebKit (8537 - 8537.71) <CE89457F-C2CE-31A6-B0B7-EDFEB1EA2601> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
    0x101758000 -   
    0x1019cfff7  com.apple.WebKit2 (8537 - 8537.71) <24D7718C-3DC5-332C-8994-3EB980DE3B6A> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
    0x101bb8000 -   
    0x102c7dff7  com.apple.WebCore (8537 - 8537.70) <7837A428-2455-32CC-9639-5CFCD84DD9E1> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
    0x10703b000 -   
    0x10703bfff +GlimsLoaderMinimal.dylib (1) <3A9F8C03-8FF7-330B-B963-8D573C873BDE> /Library/Frameworks/GlimsAdditions.framework/Library/GlimsLoaderMinimal.dylib
    0x10703e000 -   
    0x107040fff +GlimsSafariLoader.dylib (1) <F5C9EE49-BA61-3B15-A171-20D1844C31C1> /Library/Frameworks/GlimsAdditions.framework/Library/GlimsSafariLoader.dylib
    0x10890e000 -   
    0x10890eff7  com.apple.SafariServices.framework (8537 - 8537.71) <2EE97593-8169-3267-9DE3-CC59415C8E11> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x108abf000 -   
    0x108ac7fff  com.apple.SyncedDefaults (1.2 - 43.27) <96F2928C-A8C1-3A6A-95A4-4991BD79D65F> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
    0x1097ba000 -   
    0x1097c3fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x1097cc000 -   
    0x1097ccff9 +cl_kernels (???) <86D1EBFC-2A5B-4550-9B12-44B35D123569> cl_kernels
    0x1097d2000 -   
    0x1097d3ffb +cl_kernels (???) <88F92D8B-7D9D-4756-A188-9845A20AB68E> cl_kernels
    0x10a1f9000 -   
    0x10a293ff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x10a3b2000 -   
    0x10a448ff7  unorm8_rgba.dylib (2.2.16) <853BEBC4-AED9-3CE2-B91D-3D666E7C7C8F> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
    0x10a5b1000 -   
    0x10a5b2ffb +cl_kernels (???) <42C547E3-4247-444E-A41D-912BAC56660B> cl_kernels
    0x10a6bb000 -   
    0x10a6bcffa +cl_kernels (???) <81558EB1-BD1F-4819-9402-735503A5485E> cl_kernels
    0x10a783000 -   
    0x10a921ff7 +com.machangout.glimsInternal (1.0.39 - 1.0.39) <36B44873-A469-319E-B9CF-82498F1717F0> /Library/Application Support/Glims/*/Glims for Safari.plugin/Contents/MacOS/.GlimsInternal
    0x7fff602b5000 -
    0x7fff602e993f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
    0x7fff8d0f6000 -
    0x7fff8d1bbff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8d209000 -
    0x7fff8d20cfff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x7fff8d20d000 -
    0x7fff8d28cff7  com.apple.securityfoundation (6.0 - 55115.4) <64EDD2F2-4DE2-3DE5-BE57-43D413853CF9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8d28d000 -
    0x7fff8d293ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff8db4a000 -
    0x7fff8db64fff  com.apple.CoreMediaAuthoring (2.1 - 914) <F0E11E75-03DA-3622-B614-2257EBDABF25> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff8db65000 -
    0x7fff8db86ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x7fff8db87000 -
    0x7fff8dc22fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8dc25000 -
    0x7fff8dca5ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8dca6000 -
    0x7fff8dd00ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8dd01000 -
    0x7fff8dda7ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8e180000 -
    0x7fff8e180fff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8e181000 -
    0x7fff8e186fff  com.apple.OpenDirectory (10.8 - 151.10) <3EE3D15A-3C79-3FF1-9A95-7CE2F065E542> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8e187000 -
    0x7fff8e189ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff8e18a000 -
    0x7fff8e44efff  com.apple.AddressBook.framework (7.1 - 1170) <A850809B-B087-3366-9FA0-1518C20831D3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8e44f000 -
    0x7fff8e466fff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8e467000 -
    0x7fff8e47bfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8e47f000 -
    0x7fff8e48aff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x7fff8e48b000 -
    0x7fff8e48dfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8e48e000 -
    0x7fff8e491fff  libRadiance.dylib (851) <C317B2C7-CA3A-329F-B6DC-7CC33FE08C81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff8e492000 -
    0x7fff8e500ff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8e501000 -
    0x7fff8e552ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8e553000 -
    0x7fff8e5e3ff7  libCoreStorage.dylib (296.18.2) <2FFB6BCA-3033-3AC1-BCE4-ED102DCBECD5> /usr/lib/libCoreStorage.dylib
    0x7fff8e5e4000 -
    0x7fff8e7e4fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
    0x7fff8e7e5000 -
    0x7fff8e81dfff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
    0x7fff8e81e000 -
    0x7fff8e849fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff8e8f2000 -
    0x7fff8eb67ff7  com.apple.CalendarStore (6.0 - 1252) <4F9B9C88-34B9-300D-8479-5B5E64670EAD> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff8eb68000 -
    0x7fff8eb7ffff  com.apple.CFOpenDirectory (10.8 - 151.10) <7AD5F6E7-A745-3FF4-B813-9D064A8146EC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8ebc8000 -
    0x7fff8ebd0ff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8ebd1000 -
    0x7fff8ec11ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8ee00000 -
    0x7fff8eeccff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
    0x7fff8f6ee000 -
    0x7fff8f6eeffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8f6ef000 -
    0x7fff8f737fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
    0x7fff8f738000 -
    0x7fff8f76efff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff8f76f000 -
    0x7fff8f7c4ff7  libTIFF.dylib (851) <7706BB07-E7E8-38BE-A5F0-D8B63E3B9283> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8f855000 -
    0x7fff8f860fff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8f861000 -
    0x7fff8f88fff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff8f890000 -
    0x7fff8f8b2ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8f8b3000 -
    0x7fff8f8b3fff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8f8b4000 -
    0x7fff8f8b8fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff8f8e2000 -
    0x7fff8f8e3ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8f8e4000 -
    0x7fff8f916fff  com.apple.framework.Admin (12.2 - 12.2) <C61706AD-6952-3B8D-B926-330506F45339> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x7fff8f919000 -
    0x7fff8fab4fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8fab5000 -
    0x7fff8fab9fff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8faba000 -
    0x7fff8fabbff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff8fabc000 -
    0x7fff8fbd5fff  com.apple.ImageIO.framework (3.2.2 - 851) <6552C673-9F29-3B31-A12E-C4391A950965> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8fc27000 -
    0x7fff8fc42ff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8fc51000 -
    0x7fff8fc79fff  libJPEG.dylib (851) <64A3EB03-34FB-308C-817B-6106D1F4D80F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8fce6000 -
    0x7fff8fce8ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8fce9000 -
    0x7fff90916fff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff90a2b000 -
    0x7fff90a65ff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff90a95000 -
    0x7fff90b22ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff90b23000 -
    0x7fff90b44fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff90b45000 -
    0x7fff90c43fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff90c44000 -
    0x7fff90d5efff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff90d5f000 -
    0x7fff90d89ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff90d8a000 -
    0x7fff90e28ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff90eac000 -
    0x7fff90faefff  libJP2.dylib (851) <26FFBDBF-9CCE-33D7-A45B-0A31C98DA37E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff90faf000 -
    0x7fff90fc2ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff90fc3000 -
    0x7fff90fc4ff7  libSystem.B.dylib (169.3) <FF25248A-574C-32DB-952F-B948C389B2A4> /usr/lib/libSystem.B.dylib
    0x7fff90fc5000 -
    0x7fff91269ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff9126a000 -
    0x7fff9126bfff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
    0x7fff9126c000 -
    0x7fff9126efff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff91274000 -
    0x7fff91308ff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff91309000 -
    0x7fff91328ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff91329000 -
    0x7fff9137aff7  com.apple.iCalendar (6.0 - 126.5) <333304C6-0968-3AE6-886B-35630A175BD7> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff91397000 -
    0x7fff91397fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff918a0000 -
    0x7fff918b1ff7  com.apple.CalendarFoundation (1.0 - 29) <2C84D3EB-844E-39DA-A848-43FC42707168> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
    0x7fff918b2000 -
    0x7fff918fcff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff918fd000 -
    0x7fff91903fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff91904000 -
    0x7fff9190dff7  com.apple.CommerceCore (1.0 - 26.2) <AF35874A-6FA7-328E-BE30-8BBEF0B741A8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff919c7000 -
    0x7fff91bfcff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff91bfd000 -
    0x7fff91c04fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff91c05000 -
    0x7fff91c06fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff92e46000 -
    0x7fff92e51fff  com.apple.CalendarAgentLink (1.0 - 38) <975BA2F1-5EA9-3173-831A-75143B45B262> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x7fff92e7b000 -
    0x7fff92ea7fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff92ea8000 -
    0x7fff92ebefff  com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff92ebf000 -
    0x7fff92ef0ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff92ef1000 -
    0x7fff92ef1fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff92ef2000 -
    0x7fff92f14fff  com.apple.AOSAccounts (1.1.2 - 1.1.95) <9A1A8780-1F48-3CCA-96EB-D3137F93B676> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x7fff92f15000 -
    0x7fff92f97ff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff92f9d000 -
    0x7fff92f9dfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff930ff000 -
    0x7fff93104fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff93116000 -
    0x7fff93aa6627  com.apple.CoreGraphics (1.600.0 - 333.1) <C085C074-7260-3C3D-90C6-A65D3CB2BD41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff93aa7000 -
    0x7fff93aaffff  com.apple.AppSandbox (2.1 - 1) <79F5851B-C5B4-3D6F-8F99-AAF20F3DE9C2> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff93ab0000 -
    0x7fff93afcff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
    0x7fff93afd000 -
    0x7fff93c08fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff93c09000 -
    0x7fff93f20ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff93f21000 -
    0x7fff941d0fff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff941e0000 -
    0x7fff941e8fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff941e9000 -
    0x7fff941edfff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff941ee000 -
    0x7fff941fcff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
    0x7fff9428b000 -
    0x7fff9428cfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff9428d000 -
    0x7fff94340ff7  com.apple.PDFKit (2.8.5 - 2.8.5) <EAAED40E-7B2C-3312-826E-26A9DEDBF0FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff94341000 -
    0x7fff94343ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff945fb000 -
    0x7fff94654ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff946b0000 -
    0x7fff946bfff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff94705000 -
    0x7fff94708ff7  com.apple.LoginUICore (2.1 - 2.1) <98A808A9-F27D-37A9-84D6-77B61C444F97> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x7fff94709000 -
    0x7fff9470dfff  com.apple.SecCodeWrapper (2.1 - 1) <D25DD827-7F03-35AA-AD37-8E8D49AAD765> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x7fff9470e000 -
    0x7fff9477dfff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff9477e000 -
    0x7fff9479bff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff947c9000 -
    0x7fff947cdfff  libGIF.dylib (851) <AD40D084-6E34-38CD-967D-705F94B188DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff947ce000 -
    0x7fff947dcfff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff947dd000 -
    0x7fff9498bfff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff9498c000 -
    0x7fff949dbff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff949dc000 -
    0x7fff94b62fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff94b63000 -
    0x7fff94baaff7  com.apple.CalDAV (6.0 - 112.6) <BEE75B4F-A36E-3753-BDAF-1F766849960B> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x7fff94bab000 -
    0x7fff94e06ff7  com.apple.QuartzComposer (5.1 - 287.1) <D1DD68D1-05D5-3037-ABB6-BF6EB183C155> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff94e07000 -
    0x7fff94e5eff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff94e5f000 -
    0x7fff94e61fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
    0x7fff94e62000 -
    0x7fff94eb1ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff94eb4000 -
    0x7fff94ec6ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff94f67000 -
    0x7fff95151ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff95152000 -
    0x7fff9515dff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff9515e000 -
    0x7fff952bcfef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x7fff95314000 -
    0x7fff9531efff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff9531f000 -
    0x7fff9538ffff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff95390000 -
    0x7fff9539dff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff9539e000 -
    0x7fff953a0fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff953a5000 -
    0x7fff95478ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <9DA3C0A7-0AB9-3DD1-9D84-737BB0014F1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff95479000 -
    0x7fff956fafff  com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x7fff956fb000 -
    0x7fff95722ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff95723000 -
    0x7fff95727ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff95728000 -
    0x7fff95734ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <5AA375C4-9FD4-3F4F-849D-0329E0D5DC04> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff95735000 -
    0x7fff957cffff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff957d0000 -
    0x7fff957ddfff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff957de000 -
    0x7fff95822fff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
    0x7fff95823000 -
    0x7fff95994ff7  com.apple.QTKit (7.7.1 - 2599.41) <A645347D-3EEC-34A7-8051-A57AC60151EF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff95995000 -
    0x7fff95995fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x7fff95996000 -
    0x7fff959bffff  libsandbox.1.dylib (220.3) <2C26165F-C3D5-3458-8D3E-EE748A3DA19A> /usr/lib/libsandbox.1.dylib
    0x7fff959c0000 -
    0x7fff959fdfef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff959fe000 -
    0x7fff95a05fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff95a30000 -
    0x7fff95a37fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff95a38000 -
    0x7fff95a3cff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff95a3d000 -
    0x7fff95aa5fff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff95aa6000 -
    0x7fff95aa6fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff95aa7000 -
    0x7fff95aa8fff  libquit.dylib (130.1) <6012FB61-1D85-311F-A557-690C7D4C2A66> /usr/lib/libquit.dylib
    0x7fff95aa9000 -
    0x7fff95bc9fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff95bca000 -
    0x7fff95beafff  libPng.dylib (851) <3466F35C-EC1A-3D1A-80DC-175857FA19D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff95d59000 -
    0x7fff962c9ff7  com.apple.CoreAUC (6.22.03 - 6.22.03) <A77BC97A-B695-3F7E-8696-5B2357C2726B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff962ca000 -
    0x7fff962efff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff962f0000 -
    0x7fff963e1ff7  com.apple.DiskImagesFramework (10.8.3 - 345)

  • Safari 7.1 hangs and crashes when any extension installed

    Hi
    after latest Safari upgrade (ver 7.1 seed 1), Safari hangs and crashes after I install any extensions. When I delete all extensions from extensions dir, the problem disappear.
    Thank's for any advice.
    Date/Time:       2014-07-12 10:14:58 +0200
    OS Version:      10.9.4 (Build 13E28)
    Architecture:    x86_64
    Report Version:  18
    Command:         Safari
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Version:         7.1 (9537.85.5)
    Build Version:   2
    Project Name:    WebBrowser
    Source Version:  7537085005000000
    Parent:          launchd [144]
    PID:             7146
    Event:           hang
    Duration:        7.99s
    Steps:           80 (100ms sampling interval)
    Hardware model:  MacBookPro11,2
    Active cpus:     8
    Fan speed:       2153 rpm
    Free pages:      534132 pages (+226260)
    Pageins:         2 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         Safari [7146]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Architecture:    x86_64
    Parent:          launchd [144]
    UID:             502
    Task size:       86388 pages (+7)
    CPU Time:        0.036s
      Thread 0x1ab7c    DispatchQueue 1          priority 47       
      80 start + 1 (libdyld.dylib) [0x7fff8c68c5fd]
        80 SafariMain + 267 (Safari) [0x10a683bcd]
          80 NSApplicationMain + 940 (AppKit) [0x7fff83e1c783]
            80 -[NSApplication run] + 553 (AppKit) [0x7fff83e3199c]
              80 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161 (Safari) [0x10a4b2690]
                80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x7fff83e3d89b]
                  80 _DPSNextEvent + 1434 (AppKit) [0x7fff83e3e24e]
                    80 _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x7fff8aa975bc]
                      80 ReceiveNextEventCommon + 479 (HIToolbox) [0x7fff8aa977b7]
                        80 RunCurrentEventLoopInMode + 226 (HIToolbox) [0x7fff8aa97a0d]
                          80 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff86309e75]
                            80 __CFRunLoopRun + 1525 (CoreFoundation) [0x7fff8630a6a5]
                              80 __CFRunLoopDoTimers + 298 (CoreFoundation) [0x7fff863c05aa]
                                80 __CFRunLoopDoTimer + 1151 (CoreFoundation) [0x7fff8634ef1f]
                                  80 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 (CoreFoundation) [0x7fff8634f3e4]
                                    80 WebCore::timerFired(__CFRunLoopTimer*, void*) + 20 (WebCore) [0x10bb23ec4]
                                      80 WebCore::ThreadTimers::sharedTimerFiredInternal() + 175 (WebCore) [0x10bb23faf]
                                        80 WebCore::DOMTimer::fired() + 318 (WebCore) [0x10bc8a0be]
                                          80 WebCore::ScheduledAction::execute(WebCore::Document*) + 144 (WebCore) [0x10bc8a250]
                                            80 WebCore::ScheduledAction::executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue, WebCore::ScriptExecutionContext*) + 537 (WebCore) [0x10bc8a4d9]
                                              80 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&, JSC::JSValue*) + 63 (JavaScriptCore) [0x10af5c7cf]
                                                80 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 438 (JavaScriptCore) [0x10ada0576]
                                                  80 JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*) + 35 (JavaScriptCore) [0x10b0b4e83]
                                                    80 callToJavaScript + 311 (JavaScriptCore) [0x10b1268f3]
                                                      80 llint_entry + 22744 (JavaScriptCore) [0x10b12c3f0]
                                                        80 ??? [0x32eb0d80299a]
                                                          80 llint_entry + 22744 (JavaScriptCore) [0x10b12c3f0]
                                                            80 ??? [0x32eb0d80299a]
                                                              80 llint_entry + 10037 (JavaScriptCore) [0x10b12924d]
                                                                80 llint_slow_path_get_by_id + 696 (JavaScriptCore) [0x10af3f308]
                                                                  80 WebCore::JSHTMLEmbedElement::getOwnPropertySlot(JSC::JSObject*, JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&) + 28 (WebCore) [0x10c2d1d8c]
                                                                    80 WebCore::JSHTMLEmbedElement::getOwnPropertySlotDelegate(JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&) + 24 (WebCore) [0x10bd9d7d8]
                                                                      80 bool WebCore::pluginElementCustomGetOwnPropertySlot<WebCore::JSHTMLEmbedElement, WebCore::JSHTMLElement>(JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&, WebCore::JSHTMLEmbedElement*) + 195 (WebCore) [0x10bd9d8a3]
                                                                        80 WebCore::pluginElementCustomGetOwnPropertySlot(JSC::ExecState*, JSC::PropertyName, JSC::PropertySlot&, WebCore::JSHTMLElement*) + 34 (WebCore) [0x10c38b622]
                                                                          80 WebCore::pluginScriptObject(JSC::ExecState*, WebCore::JSHTMLElement*) + 150 (WebCore) [0x10bcc6606]
                                                                            80 WebCore::HTMLPlugInElement::pluginWidget() const + 23 (WebCore) [0x10bcc66b7]
                                                                              80 WebCore::HTMLEmbedElement::renderWidgetForJSBindings() const + 70 (WebCore) [0x10bd9d906]
                                                                                80 WebCore::Document::updateLayoutIgnorePendingStylesheets(WebCore::Document::RunP ostLayoutTasks) + 297 (WebCore) [0x10bf80189]
                                                                                  80 WebCore::FrameView::flushAnyPendingPostLayoutTasks() + 111 (WebCore) [0x10c07bd9f]
                                                                                    80 WebCore::FrameView::updateEmbeddedObjects() + 159 (WebCore) [0x10c07bd0f]
                                                                                        80 WebCore::WidgetHierarchyUpdatesSuspensionScope::moveWidgets() + 299 (WebCore) [0x10bb40eab]
                                                                                          80 WebCore::ScrollView::addChild(***::PassRefPtr<WebCore::Widget>) + 125 (WebCore) [0x10bb85bbd]
                                                                                            80 WebCore::ScrollView::platformAddChild(WebCore::Widget*) + 145 (WebCore) [0x10c69dae1]
                                                                                              80 -[WebHTMLView addSubview:] + 50 (WebKitLegacy) [0x10b9154a2]
                                                                                                80 -[NSView addSubview:] + 364 (AppKit) [0x7fff83e527d4]
                                                                                                  80 -[NSView _setWindow:] + 2899 (AppKit) [0x7fff83e55190]
                                                                                                    80 -[WebBaseNetscapePluginView viewDidMoveToWindow] + 163 (WebKitLegacy) [0x10b924473]
                                                                                                      80 -[WebBaseNetscapePluginView start] + 212 (WebKitLegacy) [0x10b9246c4]
                                                                                                        80 -[WebHostedNetscapePluginView createPlugin] + 402 (WebKitLegacy) [0x10b924962]
                                                                                                          80 WebKit::NetscapePluginHostManager::instantiatePlugin(***::String const&, int, ***::String const&, WebHostedNetscapePluginView*, NSString*, NSArray*, NSArray*, NSString*, NSURL*, bool, bool, bool, bool) + 57 (WebKitLegacy) [0x10b9508d9]
                                                                                                            80 WebKit::NetscapePluginHostManager::hostForPlugin(***::String const&, int, ***::String const&) + 194 (WebKitLegacy) [0x10b924c32]
                                                                                                              80 WebKit::NetscapePluginHostManager::spawnPluginHost(***::String const&, int, unsigned int, unsigned int&, ProcessSerialNumber&) + 52 (WebKitLegacy) [0x10b924d44]
                                                                                                                80 WebKit::NetscapePluginHostManager::initializeVendorPort() + 161 (WebKitLegacy) [0x10b9251c1]
                                                                                                                  80 _WKPACheckInApplication + 133 (WebKitLegacy) [0x10b925265]
                                                                                                                    80 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8da19a1a]
                                                                                                                     *80 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x1ab93    DispatchQueue 2          priority 49         cpu time   0.005s
      80 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff8a4f2136]
        80 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8da1e662]
         *80 ??? (mach_kernel + 3959520) [0xffffff80005c6ae0]
      Thread 0x1aba8    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 WebCore::IconDatabase::iconDatabaseSyncThread() + 295 (WebCore) [0x10bb0c0f7]
                80 WebCore::IconDatabase::syncThreadMainLoop() + 411 (WebCore) [0x10bb0e71b]
                  80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                   *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abb2    priority 63       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 thread_fun + 25 (QuartzCore) [0x7fff86fc22ad]
              80 CA::Render::Server::server_thread(void*) + 195 (QuartzCore) [0x7fff86fc2377]
                80 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8da19a1a]
                 *80 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x1abb5    priority 63       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 __NSThread__main__ + 1318 (Foundation) [0x7fff85eec76b]
              80 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348 (Foundation) [0x7fff85eec967]
                80 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff86309e75]
                  80 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff8630a539]
                    80 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff8630af15]
                      80 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8da19a1a]
                       *80 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x1abb8    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 __select + 10 (libsystem_kernel.dylib) [0x7fff8da1d9aa]
             *80 ??? (mach_kernel + 4079664) [0xffffff80005e4030]
      Thread 0x1abe7    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::BlockAllocator::blockFreeingThreadMain() + 227 (JavaScriptCore) [0x10ad5d983]
                80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                  80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                   *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abe8    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::GCThread::gcThreadMain() + 88 (JavaScriptCore) [0x10ad5e028]
                80 JSC::GCThread::waitForNextPhase() + 171 (JavaScriptCore) [0x10ad5e1cb]
                  80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                    80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                     *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abe9    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::GCThread::gcThreadMain() + 88 (JavaScriptCore) [0x10ad5e028]
                80 JSC::GCThread::waitForNextPhase() + 171 (JavaScriptCore) [0x10ad5e1cb]
                  80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                    80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                     *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abea    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::GCThread::gcThreadMain() + 88 (JavaScriptCore) [0x10ad5e028]
                80 JSC::GCThread::waitForNextPhase() + 171 (JavaScriptCore) [0x10ad5e1cb]
                  80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                    80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                     *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abeb    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::GCThread::gcThreadMain() + 88 (JavaScriptCore) [0x10ad5e028]
                80 JSC::GCThread::waitForNextPhase() + 171 (JavaScriptCore) [0x10ad5e1cb]
                  80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                    80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                     *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abec    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::GCThread::gcThreadMain() + 88 (JavaScriptCore) [0x10ad5e028]
                80 JSC::GCThread::waitForNextPhase() + 171 (JavaScriptCore) [0x10ad5e1cb]
                  80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                    80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                     *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abed    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::GCThread::gcThreadMain() + 88 (JavaScriptCore) [0x10ad5e028]
                80 JSC::GCThread::waitForNextPhase() + 171 (JavaScriptCore) [0x10ad5e1cb]
                  80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                    80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                     *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abee    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::BlockAllocator::blockFreeingThreadMain() + 227 (JavaScriptCore) [0x10ad5d983]
                80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                  80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                   *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abef    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::GCThread::gcThreadMain() + 88 (JavaScriptCore) [0x10ad5e028]
                80 JSC::GCThread::waitForNextPhase() + 171 (JavaScriptCore) [0x10ad5e1cb]
                  80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                    80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                     *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abf0    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::GCThread::gcThreadMain() + 88 (JavaScriptCore) [0x10ad5e028]
                80 JSC::GCThread::waitForNextPhase() + 171 (JavaScriptCore) [0x10ad5e1cb]
                  80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                    80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                     *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abf1    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::GCThread::gcThreadMain() + 88 (JavaScriptCore) [0x10ad5e028]
                80 JSC::GCThread::waitForNextPhase() + 171 (JavaScriptCore) [0x10ad5e1cb]
                  80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                    80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                     *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abf2    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::GCThread::gcThreadMain() + 88 (JavaScriptCore) [0x10ad5e028]
                80 JSC::GCThread::waitForNextPhase() + 171 (JavaScriptCore) [0x10ad5e1cb]
                  80 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 (libc++.1.dylib) [0x7fff8c3c5d43]
                    80 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8da1d716]
                     *80 psynch_cvcontinue + 0 (pthread) [0xffffff7f80b51940]
      Thread 0x1abf3    priority 47       
      80 thread_start + 13 (libsystem_pthread.dylib) [0x7fff88339fc9]
        80 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8833572a]
          80 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff88335899]
            80 ***::wtfThreadEntryPoint(void*) + 15 (JavaScriptCore) [0x10ad53c3f]
              80 JSC::GCThread::gcThreadMain() + 88 (JavaScriptCore) [0x10ad5e028]

    Here's a simple AppleScript I wrote to work around this 'issue'
    -- Safari_Extensions
    -- author: Matt D
    -- email: [email protected]
    -- created: 07.17.2014
    try -- ask whether or not to disable or enable Safari extensions
      display dialog "Safari Extensions" buttons {"Enable", "Disable", "Cancel"} with icon stop default button 1
      set userChoice to button returned of result
      if userChoice = "Disable" then
      do shell script "defaults write com.apple.Safari ExtensionsEnabled 0"
      display dialog "Extensions Disabled!" buttons {"Ok"} with icon applet default button 1
      else if userChoice = "Enable" then
      do shell script "defaults write com.apple.Safari ExtensionsEnabled 1"
      display dialog "Extensions Enabled!" buttons {"Ok"} with icon applet default button 1
      else if userChoice = "Cancel" then
      display dialog "You quit" buttons {"Ok"} with icon applet default button 1
      quit
      end if
    end try
    try -- Restart Safari with the Extension Flag set
      display dialog "Restart Safari?" buttons {"Restart", "Cancel"} with icon stop default button 1
      set userChoice to button returned of result
      if userChoice = "Restart" then
      do shell script "killall Safari; open -a Safari"
      else if userChoice = "Cancel" then
      quit
      end if
    end try
    Here's my blog post about it http://oramatt.com/2014/07/17/safari-extension-changer/

  • My iphone 5c crashed after updating to IOS 8.02 and now i don't have anything from the last 3 months. What do I do?

    My iphone 5c crashed after updating to IOS 8.02 and now i don't have anything from the last 3 months. What do I do?

    Don't worry about that. iPhone stuck in recovery mode always happens when you update the iOS on your iPhone. There are two ways to solve it.
    First is is to put your iPhone in DFU mode.
    Step 1. Turn off iPhone
    Step 2. Hold down the Power and Home button.
    Step 3. When you see the Apple logo, release the power button but continue holding the Home button down.
    Step 4. Open iTunes and wait for it to tell you that it’s in restore mode.
    If DFU mode can't solve the problem, I'm afraid the only solution is to try some 3rd party software, like iPhone data recovery or something like that. You may simply try the tutorial here: How to Fix iPhone that is Stuck in Recovery Mode.

  • Iphone crashed after update it wont recognise itunes when plugged in and do anything besides display itunes needs to be connected

    iphone crashed after update it wont recognise itunes when plugged in and do anything besides display itunes needs to be connected please help

    "I bought it a couple of weeks ago"
    Bought it from where? I ask because given what you have already tried, it would appear that this iPod needs either service or exchanging for another one.
    Did you buy this as new from a reputable source?

  • Since i updated my ipad 2 in to ios 7 my ipad became lag and many of my apps hang and crash im not jailbroken please can somebody help?

    My ipad became lag and always hanging   Before it was not like that when i was in ios 6 but when im now in ios 7 its not lag , hanging and crashing please can somebody help

    Try to reset the device:
    *Device reset*
    Device Reset (won't affect settings/data/music/apps/etc)
    1. Press and hold (& continue to hold) BOTH the Sleep/Wake button & the Home button.
    2. Continue to hold BOTH (ignoring any other messages that may show) until you see the Apple logo on the screen.
    3. Release BOTH buttons when you see the Apple logo and allow the device to boot normally.

  • Application: Camfrog is hang and crashing

    Why my application: Camfrog is hanging and crashing? but all my applications is working well. anyone help? i keep on reinstalling it, and nothing changes. i even read updates from camfrog, but everything is working fine.

    Sorry,
    Actually the thread dump file was too long(more than 30000 character ) thats why it was not allowing me to submit after pasting the content of that file.
    i analyzed the thread dump, it is a case of heavy Thread contention which is leading to high CPU usage eventually causing hang in production server.
    But i am unable analyse/get the root cause and also not able to find any application specific solution.
    It will be better if you post your mail id or you can send it to my mail id : [email protected] so that i will be able to send those thread dump file to you.

  • How to repair safari crashes after update to IOS8?

    How to repair safari on iPad 2 from crashes after update to IOS8.1.2?

    I just installed 10.4.10 and Safari started to crash.
    Have you got SafariPlus installed? I had and 10.4.10 makes Safari with SafariPlus crash. BUT SafariPlus has been updated to a version for 10.4.10 - I downloaded it and it solves the problems.
    All is now fine again!
    get update from:
    http://web.mac.com/jrc/SafariPlus/
    iMac G4 800MHz - 512MB RAM   Mac OS X (10.4.9)   Apple Wireless Mouse and Keyboard

  • Safari 5.0.6 OSX 10.5.8 hangs and crashed

    Question: Safari 5.0.6 OSX 10.5.8 hangs and crashed twice last week.  Unable to send crash reports.  Have emptied caches/reset/flushed cookies.  What should I do next? Reinstall?

    Thanks so much for your help!
    This happened while on You Tube:
    SAFARI CRASH
    Process:         Safari [134]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [71]
    Interval Since Last Report:          334175 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  333315 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2012-02-03 22:07:07.680 -0800
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  232894D7-39CA-4390-B8DC-1DF63A00908F
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000007
    Crashed Thread:  0
    Thread 0 Crashed:
    0   ???                                     0x348aa4ee 0 + 881501422
    1   ???                                     0x348aabbf 0 + 881503167
    2   ???                                     0x348ab112 0 + 881504530
    3   ???                                     0x20667160 0 + 543584608
    4   ???                                     0x348ab358 0 + 881505112
    5   ???                                     0x2066742d 0 + 543585325
    6   ???                                     0x2229b3d0 0 + 573158352
    7   ...lashPlayer-10.4-10.5.plugin          0x192778b0 NP_Initialize + 635088
    8   ???                                     0x20667570 0 + 543585648
    9   ???                                     0x20667700 0 + 543586048
    10  ???                                     0x2229b458 0 + 573158488
    11  ...lashPlayer-10.4-10.5.plugin          0x18df1e11 0x18d27000 + 830993
    12  ...lashPlayer-10.4-10.5.plugin          0x18df3a85 0x18d27000 + 838277
    13  ...lashPlayer-10.4-10.5.plugin          0x18f0baad 0x18d27000 + 1985197
    14  ...lashPlayer-10.4-10.5.plugin          0x190904c8 0x18d27000 + 3577032
    15  ...lashPlayer-10.4-10.5.plugin          0x19090b94 0x18d27000 + 3578772
    16  ...lashPlayer-10.4-10.5.plugin          0x191e0729 NP_Initialize + 16201
    17  com.apple.CoreFoundation                0x928d840f CFRunLoopRunSpecific + 3215
    18  com.apple.CoreFoundation                0x928d8aa8 CFRunLoopRunInMode + 88
    19  com.apple.HIToolbox                     0x9703e2ac RunCurrentEventLoopInMode + 283
    20  com.apple.HIToolbox                     0x9703e0c5 ReceiveNextEventCommon + 374
    21  com.apple.HIToolbox                     0x9703df39 BlockUntilNextEventMatchingListInMode + 106
    22  com.apple.AppKit                        0x901246d5 _DPSNextEvent + 657
    23  com.apple.AppKit                        0x90123f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    24  com.apple.Safari                        0x000166ad 0x1000 + 87725
    25  com.apple.AppKit                        0x9011cf9f -[NSApplication run] + 795
    26  com.apple.AppKit                        0x900ea1d8 NSApplicationMain + 574
    27  com.apple.Safari                        0x0000acee 0x1000 + 40174
    Thread 1:
    0   libSystem.B.dylib                       0x9303434e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9305eccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x95aafd58 ***::TCMalloc_PageHeap::scavengerThread() + 824
    3   com.apple.JavaScriptCore                0x95aafd8f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    5   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x9303434e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9305eccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.WebCore                       0x947f9587 WebCore::IconDatabase::syncThreadMainLoop() + 279
    3   com.apple.WebCore                       0x947f6e19 WebCore::IconDatabase::iconDatabaseSyncThread() + 761
    4   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    5   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x9302d166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9303495c mach_msg + 72
    2   com.apple.CoreFoundation                0x928d7e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x928d8aa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork                     0x908e618c CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    6   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x9303434e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9305eccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x959046b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x9481277c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    5   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x9302d166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9303495c mach_msg + 72
    2   com.apple.CoreFoundation                0x928d7e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x928d8aa8 CFRunLoopRunInMode + 88
    4   com.apple.Safari                        0x0002f33d 0x1000 + 189245
    5   com.apple.Safari                        0x0002f08a 0x1000 + 188554
    6   com.apple.Safari                        0x0002f023 0x1000 + 188451
    7   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x9303434e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9305eccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.QuartzCore                    0x9741aa09 fe_fragment_thread + 54
    3   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    4   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x9302d166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9303495c mach_msg + 72
    2   com.apple.CoreFoundation                0x928d7e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x928d8aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x97ecc520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation                    0x97e68dfd -[NSThread main] + 45
    6   com.apple.Foundation                    0x97e689a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x9307c60a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    2   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x9303434e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9305eccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x959046b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.Safari                        0x001ae478 0x1000 + 1758328
    4   com.apple.Safari                        0x00044cdd 0x1000 + 277725
    5   com.apple.Safari                        0x00044c2d 0x1000 + 277549
    6   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    7   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x9302d166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9303495c mach_msg + 72
    2   com.apple.CoreFoundation                0x928d7e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x928d8aa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x92b1c5f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x92b1c480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    7   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x9303434e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9305eccd pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib              0x942e4b32 glvmDoWork + 162
    3   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    4   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x9302d166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9303495c mach_msg + 72
    2   com.apple.CoreFoundation                0x928d7e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x928d8b04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x9098cd0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5   ...ple.CoreServices.CarbonCore          0x95f01fbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    7   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x9302d166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9303495c mach_msg + 72
    2   com.apple.CoreFoundation                0x928d7e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x928d8b04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x9098ce88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5   ...ple.CoreServices.CarbonCore          0x95f01fbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    7   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x9303434e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9305eccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore          0x95f03de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore          0x95ee2c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore          0x95f03a60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x90997e6a TNodeSyncTask::SyncTaskProc(void*) + 84
    6   ...ple.CoreServices.CarbonCore          0x95f01fbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x9305d8c6 kevent + 10
    1   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    2   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x9302d1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x93060a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x97eaedbc -[NSCondition waitUntilDate:] + 236
    4   com.apple.Foundation                    0x97eaebd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5   com.apple.Foundation                    0x97eaeb35 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.AppKit                        0x9018a6e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7   com.apple.Foundation                    0x97e68dfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x97e689a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    10  libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x9303434e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9305eccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x959046b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x9481277c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    5   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x9303434e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9305eccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync                     0x97da63c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync                     0x97db8d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    5   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x9303434e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9305eccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore          0x95f03de3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore          0x95ee2c36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore          0x95f03a60 MPWaitOnQueue + 208
    5   AdobeACE                                0x26a72737 ACEInitialize + 3741
    6   AdobeACE                                0x26a726ad ACEInitialize + 3603
    7   ...ple.CoreServices.CarbonCore          0x95f01fbb PrivateMPEntryPoint + 56
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x9303434e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9305eccd pthread_cond_wait$UNIX2003 + 73
    2   AdobeAGM                                0x28b0279c AGMInitialize + 33770
    3   AdobeAGM                                0x28b026d6 AGMInitialize + 33572
    4   AdobeAGM                                0x28b02231 AGMInitialize + 32383
    5   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    6   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x9302d1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x93060a33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x95ee2c62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x95f03a60 MPWaitOnQueue + 208
    5   com.adobe.Acrobat.framework             0x271fbbb9 RunAcrobat + 339546
    6   com.adobe.Acrobat.framework             0x271f92b2 RunAcrobat + 329043
    7   ...ple.CoreServices.CarbonCore          0x95f01fbb PrivateMPEntryPoint + 56
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x9305d8c6 kevent + 10
    1   com.adobe.Acrobat.framework             0x2800590b AcroSecurityBailOutImpl + 12400078
    2   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    3   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x930961a2 __workq_ops + 10
    1   libSystem.B.dylib                       0x930961d2 start_wqthread + 30
    Thread 24:
    0   ???                                     0000000000 0 + 0
    Thread 25:
    0   libSystem.B.dylib                       0x9302d1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x930a4449 pthread_cond_wait + 48
    3   ...lashPlayer-10.4-10.5.plugin          0x1916e84f unregister_ShockwaveFlash + 47247
    4   ...lashPlayer-10.4-10.5.plugin          0x18d412ff 0x18d27000 + 107263
    5   ...lashPlayer-10.4-10.5.plugin          0x1916e93c unregister_ShockwaveFlash + 47484
    6   ...lashPlayer-10.4-10.5.plugin          0x1916e980 unregister_ShockwaveFlash + 47552
    7   ...lashPlayer-10.4-10.5.plugin          0x1916eaa6 unregister_ShockwaveFlash + 47846
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x9302d1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x930a4449 pthread_cond_wait + 48
    3   ...lashPlayer-10.4-10.5.plugin          0x1916e84f unregister_ShockwaveFlash + 47247
    4   ...lashPlayer-10.4-10.5.plugin          0x18d412ff 0x18d27000 + 107263
    5   ...lashPlayer-10.4-10.5.plugin          0x1916e93c unregister_ShockwaveFlash + 47484
    6   ...lashPlayer-10.4-10.5.plugin          0x1916e980 unregister_ShockwaveFlash + 47552
    7   ...lashPlayer-10.4-10.5.plugin          0x1916eaa6 unregister_ShockwaveFlash + 47846
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x9302d1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x93060a33 pthread_cond_timedwait_relative_np + 47
    3   ...lashPlayer-10.4-10.5.plugin          0x1916e817 unregister_ShockwaveFlash + 47191
    4   ...lashPlayer-10.4-10.5.plugin          0x19058d05 0x18d27000 + 3349765
    5   ...lashPlayer-10.4-10.5.plugin          0x1916e93c unregister_ShockwaveFlash + 47484
    6   ...lashPlayer-10.4-10.5.plugin          0x1916e980 unregister_ShockwaveFlash + 47552
    7   ...lashPlayer-10.4-10.5.plugin          0x1916eaa6 unregister_ShockwaveFlash + 47846
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 28:
    0   libSystem.B.dylib                       0x9302d1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x93060a33 pthread_cond_timedwait_relative_np + 47
    3   ...lashPlayer-10.4-10.5.plugin          0x1916e817 unregister_ShockwaveFlash + 47191
    4   ...lashPlayer-10.4-10.5.plugin          0x18f06efe 0x18d27000 + 1965822
    5   ...lashPlayer-10.4-10.5.plugin          0x1916e93c unregister_ShockwaveFlash + 47484
    6   ...lashPlayer-10.4-10.5.plugin          0x1916e980 unregister_ShockwaveFlash + 47552
    7   ...lashPlayer-10.4-10.5.plugin          0x1916eaa6 unregister_ShockwaveFlash + 47846
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x9302d1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x93060a33 pthread_cond_timedwait_relative_np + 47
    3   ...lashPlayer-10.4-10.5.plugin          0x1916e817 unregister_ShockwaveFlash + 47191
    4   ...lashPlayer-10.4-10.5.plugin          0x19058d98 0x18d27000 + 3349912
    5   ...lashPlayer-10.4-10.5.plugin          0x1916e93c unregister_ShockwaveFlash + 47484
    6   ...lashPlayer-10.4-10.5.plugin          0x1916e980 unregister_ShockwaveFlash + 47552
    7   ...lashPlayer-10.4-10.5.plugin          0x1916eaa6 unregister_ShockwaveFlash + 47846
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x9302d1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x93060a33 pthread_cond_timedwait_relative_np + 47
    3   ...lashPlayer-10.4-10.5.plugin          0x1916e817 unregister_ShockwaveFlash + 47191
    4   ...lashPlayer-10.4-10.5.plugin          0x18f06efe 0x18d27000 + 1965822
    5   ...lashPlayer-10.4-10.5.plugin          0x1916e93c unregister_ShockwaveFlash + 47484
    6   ...lashPlayer-10.4-10.5.plugin          0x1916e980 unregister_ShockwaveFlash + 47552
    7   ...lashPlayer-10.4-10.5.plugin          0x1916eaa6 unregister_ShockwaveFlash + 47846
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x9302d1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x93060a33 pthread_cond_timedwait_relative_np + 47
    3   ...lashPlayer-10.4-10.5.plugin          0x1916e817 unregister_ShockwaveFlash + 47191
    4   ...lashPlayer-10.4-10.5.plugin          0x19058d98 0x18d27000 + 3349912
    5   ...lashPlayer-10.4-10.5.plugin          0x1916e93c unregister_ShockwaveFlash + 47484
    6   ...lashPlayer-10.4-10.5.plugin          0x1916e980 unregister_ShockwaveFlash + 47552
    7   ...lashPlayer-10.4-10.5.plugin          0x1916eaa6 unregister_ShockwaveFlash + 47846
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 32:
    0   libSystem.B.dylib                       0x9302d1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x93060a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x92b2bbdf CAGuard::WaitFor(unsigned long long) + 213
    4   com.apple.audio.CoreAudio               0x92b2d79a CAGuard::WaitUntil(unsigned long long) + 70
    5   com.apple.audio.CoreAudio               0x92b2bf3f HP_IOThread::WorkLoop() + 759
    6   com.apple.audio.CoreAudio               0x92b2bc43 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x92b1c480 CAPThread::Entry(CAPThread*) + 96
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 33:
    0   libSystem.B.dylib                       0x9302d1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x93060a33 pthread_cond_timedwait_relative_np + 47
    3   ...lashPlayer-10.4-10.5.plugin          0x1916e817 unregister_ShockwaveFlash + 47191
    4   ...lashPlayer-10.4-10.5.plugin          0x18f06efe 0x18d27000 + 1965822
    5   ...lashPlayer-10.4-10.5.plugin          0x1916e93c unregister_ShockwaveFlash + 47484
    6   ...lashPlayer-10.4-10.5.plugin          0x1916e980 unregister_ShockwaveFlash + 47552
    7   ...lashPlayer-10.4-10.5.plugin          0x1916eaa6 unregister_ShockwaveFlash + 47846
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 34:
    0   libSystem.B.dylib                       0x9302d1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x93060a33 pthread_cond_timedwait_relative_np + 47
    3   ...lashPlayer-10.4-10.5.plugin          0x1916e817 unregister_ShockwaveFlash + 47191
    4   ...lashPlayer-10.4-10.5.plugin          0x19058d98 0x18d27000 + 3349912
    5   ...lashPlayer-10.4-10.5.plugin          0x1916e93c unregister_ShockwaveFlash + 47484
    6   ...lashPlayer-10.4-10.5.plugin          0x1916e980 unregister_ShockwaveFlash + 47552
    7   ...lashPlayer-10.4-10.5.plugin          0x1916eaa6 unregister_ShockwaveFlash + 47846
    8   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    9   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 35:
    0   libSystem.B.dylib                       0x9302d1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x930a4449 pthread_cond_wait + 48
    3   ...lashPlayer-10.4-10.5.plugin          0x194149cf NP_Initialize + 2327023
    4   ...lashPlayer-10.4-10.5.plugin          0x1937903b NP_Initialize + 1689691
    5   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    6   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 36:
    0   libSystem.B.dylib                       0x9302d1ae semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                       0x930a4449 pthread_cond_wait + 48
    3   ...lashPlayer-10.4-10.5.plugin          0x194149cf NP_Initialize + 2327023
    4   ...lashPlayer-10.4-10.5.plugin          0x1937903b NP_Initialize + 1689691
    5   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    6   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 37:
    0   libSystem.B.dylib                       0x9302d1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9305f1af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x93060a33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x95ee2c62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x95f03a60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x90999db4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6   ...ple.CoreServices.CarbonCore          0x95f01fbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x9305e055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9305df12 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xffffffff  ebx: 0x348bbc88  ecx: 0xbff9e94c  edx: 0x348b8e68
      edi: 0x209005c0  esi: 0x02819048  ebp: 0xbfffe428  esp: 0xbfffe330
       ss: 0x0000001f  efl: 0x00010206  eip: 0x348aa4ee   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000007
    Binary Images:
        0x1000 -   0x5d3ffc  com.apple.Safari 5.0.6 (5533.22.3) <79731a26a77704fb4831e3adc020a381> /Applications/Safari.app/Contents/MacOS/Safari
      0x644000 -   0x64ffff  libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
      0x657000 -   0x681fe8  com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      0x692000 -   0x6a1ffc  SyndicationUI ??? (???) <4cb2f7ffaf3185ff4e036082064e7121> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x1c8e000 -  0x1c8fff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x11cdc000 - 0x11fd5ff3  com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x16879000 - 0x1687eff3  libCGXCoreImage.A.dylib ??? (???) <30bd95e38c8a203ee387013527cfd9d0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x17262000 - 0x1726cffe  com.apple.URLMount 3.1.1 (3.1.1) <55d7d7ad5616607b50ac93fe02115015> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x174f0000 - 0x174fefeb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1853d000 - 0x1853efff  com.apple.JavaPluginCocoa 12.9.0 (12.9.0) <5451adf6a77e3088b1a096fe1e16b189> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x18544000 - 0x18548ffd  JavaLaunching ??? (???) <41aa04fadb9589ab9c249284090b2ef7> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
    0x185b9000 - 0x185cbfff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x18d1e000 - 0x18d21ff2 +com.macromedia.Flash Player.plugin 10.2.159.1 (10.2.159.1) <d1fbdfcec5b7ac8a51ffc98634766de1> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x18d27000 - 0x19738ff3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.2.159.1 (10.2.159.1) <618100e683d0f650e7ab834638db5f6a> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x19a01000 - 0x19a04fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x19a0a000 - 0x19a10fff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x19bd6000 - 0x19bf2ff7  GLRendererFloat ??? (???) <7badea5e2b8167c0e6391623bb46140a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x19c48000 - 0x19dcdfe3  GLEngine ??? (???) <052e02d9a452a45d014ffbd2a84a4e7c> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x19dfb000 - 0x1a1d1fef  com.apple.driver.AppleIntelGMAX3100GLDriver 1.5.48 (5.4.8) <91a7c520d2f372780b5c2f14307a7501> /System/Library/Extensions/AppleIntelGMAX3100GLDriver.bundle/Contents/MacOS/App leIntelGMAX3100GLDriver
    0x22c04000 - 0x22c21ff7 +AdobeBIB ??? (???) <18907fa0e8daa07cd9a37bc59337f8fb> /Applications/Adobe Reader.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x23564000 - 0x23564ffd  liblangid.dylib ??? (???) <4310e568d617f1ce7178266630e1b71a> /usr/lib/liblangid.dylib
    0x24e8d000 - 0x24eb7ff3 +com.adobe.acrobat.pdfviewer 10.1.2 (10.1.2) <99d40ed3861dfe342074e8770a6003bd> /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer
    0x251b1000 - 0x251b2fff +com.epson.ijprinter.EPIJDataManager 8.31 (8.31) /Library/Printers/EPSON/InkjetPrinter2/Libraries/EPIJDataManager.framework/EPIJ DataManager
    0x26a70000 - 0x26b91fff +AdobeACE ??? (???) <47c14228d0ac3cc260b0d58279e8faa0> /Applications/Adobe Reader.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x26bf4000 - 0x26c53fe7 +AcroSQLite ??? (???) <227cbf551e6711a622bd72d25d75540b> /Applications/Adobe Reader.app/Contents/Frameworks/AcroSQLite.framework/Versions/A/AcroSQLite
    0x2719c000 - 0x288cafef +com.adobe.Acrobat.framework 10.1.2 (10.1.2) <23ea17582c3bc085983f3f2fa3760ff3> /Applications/Adobe Reader.app/Contents/Frameworks/Acrobat.framework/Acrobat
    0x28af7000 - 0x290bcfeb +AdobeAGM ??? (???) <7febf0b7258173ce0b83314c1be47632> /Applications/Adobe Reader.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x2916f000 - 0x29493fe3 +com.adobe.CoolType AdobeCoolType 5.08.111.1 (5.08.111.1) <f3aca8e32a56bf102b162a09b90dba84> /Applications/Adobe Reader.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x294e5000 - 0x296dcfeb +com.adobe.Acrobat.adm 10.1.2 (10.1.2) <e7331048b890c258dc5338195bc850ea> /Applications/Adobe Reader.app/Contents/Frameworks/SPPlugins/AdobeADM.bundle/Contents/MacOS/AdobeAD M
    0x297fe000 - 0x29824ffb +AdobeBIBUtils ??? (???) <b9888beea93950e31cd33313ac14a073> /Applications/Adobe Reader.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x2999a000 - 0x299d1fef +com.adobe.AcrobatPlugin.Updater 10.1.2 (10.1.2) <6622f8191f953ab496ab4310902a2b36> /Applications/Adobe Reader.app/Contents/Built-in/Updater.acroplugin/Contents/MacOS/Updater
    0x2f36e000 - 0x2f38ffe2  libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x2f604000 - 0x2f609fff  libFontStreams.A.dylib ??? (???) <cf3003fc101252633cfbc097257ae925> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib
    0x2fb5c000 - 0x2fb78fe7  libPDFRIP.A.dylib ??? (???) <13247fe0bc24a36f1e5f46c9d830838e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x2ffac000 - 0x2ffe1fff  com.apple.print.framework.Print.Private 5.5.7 (237.16) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0x3094e000 - 0x30976fff  com.apple.print.PrintingCocoaPDEs 5.5.7 (237.16) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    0x31c28000 - 0x31cecfff +com.epson.ijprinter.EPIJDataManagerCore_L 8.31 (8.31) <8d8990fe1406936a82c77f32d7158e8b> /Library/Printers/EPSON/InkjetPrinter2/Libraries/EPIJDataManager.framework/Fram eworks/EPIJDataManager_Core_L.framework/EPIJDataManager_Core_L
    0x33600000 - 0x3374bfff +com.epson.ijprinter.PDECPlugin01 8.31 (8.31) /Library/Printers/EPSON/InkjetPrinter2/PDE/PDECPlugin01.plugin/Contents/MacOS/P DECPlugin01
    0x3e317000 - 0x3e442ff7  libmecab.1.0.0.dylib ??? (???) <84c3570c5c45c8ad3b5ebc23f5862ec2> /usr/lib/libmecab.1.0.0.dylib
    0x41843000 - 0x41998fff +com.Google.GoogleEarthPlugin.plugin 6.0 (6.0.3.2197) <9da1b924b5d4230e4baa18d684a31920> /Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin/Contents/MacOS/libnpgeplugin.dylib
    0x70000000 - 0x700e6ff2  com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x900e3fff  libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x900e4000 - 0x908e2fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x908e3000 - 0x9098afec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9098b000 - 0x90a15ff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90c7f000 - 0x90c7fffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90c92000 - 0x90d19ff7  libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x90d1a000 - 0x90dadff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90dae000 - 0x90decfff  libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b

  • Safari hangs and crashes

    I've owned a MPB for 13 months and for 13 months it's been nothing but headaches.
    I know that to other Mac users this sounds negative because Apple products are cool, but my experience with my MPB has been nothing but negative.
    I've written to the Cupertino office, I've written to the Apple store where I purchased this unit, and am currently waiting for an answer (been about ten days since i mailed out copies of problem logs and description of problems).
    One trip to genius bar = zero resolution.
    Two apple care calls = zero resolution.
    Countless inquiries on the forums = zero resolution.
    Safari hangs and crashes.
    Word will lock up really badly. The other day I had a doc opened, started a new doc, it took my MPB 17 seconds to start a new doc.
    XL will lock up though not as much (and I don't use it as much).
    I'm a blogger, so I use Safari and Word from morning to night.
    This morning no video (vimeo, youtube, other video types) would play on Safari.
    On safari some weird flickering of different color panes sometimes occurs. Sometimes I get some grey vertical bars across.
    When I go full-screen while watching Netflix the screen goes dark, I have to refresh the page, restart the movie.
    If anyone has a suggestion as to what to do, please help me.
    These problems have been present since day one. This was a unit which was an exchange. The first MPB I got from the Tysons Corner store in Virginia had a graphic card on the fritz, I returned it after 3 days.
    Can anyone understand my frustration?
    Ali Naderzad

    Hi
    I'm not using Tiger so I don't know the terminology used in OnyX's Tiger version. Anyway, the steps are in the Automation panel. I believe "maintenance scripts" is used in both versions. Not sure about the caches. Have a look at this post for explanations.
    If the above doesn't help, I suggest you start a new thread, as your issues may be different than the originator of this thread. Include a copy of the entire crash report (note: If the crash report says "hang", then OnyX is usually the remedy.) Otherwise, select "report" on the quit panel, then copy/paste the entire crash report to your post in the new thread.

  • HT204204 My phone crashed after updating it to IOS 8. I can't use it cause its stucked on the start up menu, the apple logo with black background.

    Hi to all,
    I hope someone can help me. My phone crashed after updating it to IOS 8.3. I can't use it cause its stucked on the start up menu, the apple logo with black background. Even when I restart my phone, it is still stuck on the start up menu, the black background with apple logo in the middle.

    Slone,
    I finally decided to turn this annoyance into an opportunity.  After a lot of experimenting I found that my iPad was just fine under 7.1 if I simply restored it as new.  I have a lot of time on my hands and I had 1424 apps on my iPad!  This is why every attempt to restore took so long.
    I decided to restore as new, spend a day restoring the apps I really used.  Doing so gave me a quick iPad with only bout a quarter of the storage used.
    Granted it was a pain in the arse, but I wrote it off as in the old days when you had to do this with windows 95 just to keep a stable system.
    I DO have some data in a few files of the now unused backup but a quick google search finds a couple Mac programs out there that will allow you go extract audio recordings, app data files etc. from the backup.  I'll do that someday if I even miss the files I've probably forgotten that are there.
    Anyway, there was nothing wrong with my hardware.  I think there were just some troublesome setup items that 7.1 didn't like.  Once set up as new, the ipad was fine.
    Good luck!

  • Ipad constantly crashing after updating to iOS 8.1.3.

    ipad constantly crashing after updating to iOS 8.1.3. I can't restore it to factory settings. I can't even turn it off. It just keeps crashing and trying to reboot etc.  Sometimes I see the black screen with the white apple and sometimes the screen is white.  I saw it say "Hello" once, but then it crashed again.  While rebooting, it does sync up with itunes briefly and is recognized.  When I try to restore, it says I need to turn off "find my iphone" but I can't access any settings within the ipad to do that.  Also, it tells me I need to enter my passcode to continue, but I can't do that either since the ipad is constantly in crash mode.

    Hello millersmiller,
    Thank you for using Apple Support Communities. 
    The following article should help you troubleshoot your iphone not responding.
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on - Apple Support
    Regards,
    Jeff D. 

Maybe you are looking for

  • Working days between two date fields and Changing Factory Calendar

    Hi, I have to calculate working days between two date fields excluding the weekends and public holidays for Switzerland. I have written the routine using factory calender and its working fine except for two problems now: 1. If any one of the date fie

  • Email Client Problem with HP Scan to Email Automator

    Whenever I use the screen features on my HP Photosmart D110a printer and select scan to pc and then email PDF it opens HP scan just fine using the Email PDF Automator and the document scans perfectly but instead of being sent to Outlook 2011 it gets

  • How do I use a managed bean in another managed bean

    I have two managed beans. One is backing bean for a form and the other is used to access a database table. 1st bean public class TestDBAO @PersistenceContext private EntityManager em; public void addEntry(PersonObj person) em.persist(person); public

  • Re: How to save/download the report in excel from Report painter.

    Dear Sapmates, I have created Cost element and Cost centere reports using report painter. Both the reports consists of nine coloumns. I would like to have the report in the excel. I tried the folliwng options : 1. System -> List -> Save -> Local file

  • Old account not allowing me to transfer perchases due to autherising computer

    i changed me email address for my apple ID and some of my previous apps and music are under this email when i go to transfer the perchases it wants me to autherise my computer with that old email but it is no longer in use and i cant get the password