Crash in ld-linux.so.2 after updating OpenJDK6

Hi,
Yesterday I (automatically) updated my package version of OpenJDK6 from 1.5-3 to 1.5-4. When I try to run a board game client, OpenJDK halts.
To reproduce, install the BrettspielWelt-client from their download page and unpack it. Then run BrettspielWelt/start.sh and the output looks like
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.5) (ArchLinux-1.5-4-i686)
OpenJDK Client VM (build 14.0-b15, mixed mode)
Starting BrettspielWelt...
DEFAULT_LANG=en, basePicUrl=http://game.brettspielwelt.de/Client/, codeBase=file:////home/mk/BrettspielWelt/, saveFiles=true
setNation(en)
getStreamFromFilesystem: Found ./localized/languages.txt
>> chooseLanguage("Starter", "en") = "en:de"
getStreamFromFilesystem: Found localized/en/strings/Starter.string
>> registerAppender("Starter") [@19b5393]
getStreamFromFilesystem: Found localized/en/images/Client/mg32x32.gif
getImage: Read image file:////home/mk/BrettspielWelt/localized/en/images/Client/mg32x32.gif
getImage: Read image file:////home/mk/BrettspielWelt/starterPics/StartBild5.jpg
getStreamFromFilesystem: Found localized/en/images/Starter/loading.png
getImage: Read image file:////home/mk/BrettspielWelt/localized/en/images/Starter/loading.png
getStreamFromFilesystem: Found localized/en/images/Starter/server.png
getImage: Read image file:////home/mk/BrettspielWelt/localized/en/images/Starter/server.png
getStreamFromFilesystem: Found localized/en/images/Starter/server.png
getImage: Read image file:////home/mk/BrettspielWelt/localized/en/images/Starter/server.png
getStreamFromFilesystem: Found localized/en/images/Starter/server.png
getImage: Read image file:////home/mk/BrettspielWelt/localized/en/images/Starter/server.png
# A fatal error has been detected by the Java Runtime Environment:
# SIGSEGV (0xb) at pc=0xb7f937ad, pid=8651, tid=2419878768
# JRE version: 6.0-b16
# Java VM: OpenJDK Client VM (14.0-b15 mixed mode linux-x86 )
# Distribution: Custom build (Sat Jul 4 13:05:51 CEST 2009)
# Problematic frame:
# C [ld-linux.so.2+0x137ad]
# An error report file with more information is saved as:
# /home/mk/BrettspielWelt/hs_err_pid8651.log
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
BrettspielWelt/start.sh: line 25: 8651 Aborted $JAVA_HOME/bin/java -cp . de.brettspielwelt.client.Starter
ld-linux.so.2 is part of glibc, which is not recently updated (my version is 2.10.1-3).
The file hs_err_pid8651.log reports
# A fatal error has been detected by the Java Runtime Environment:
# SIGSEGV (0xb) at pc=0xb7f937ad, pid=8651, tid=2419878768
# JRE version: 6.0-b16
# Java VM: OpenJDK Client VM (14.0-b15 mixed mode linux-x86 )
# Distribution: Custom build (Sat Jul 4 13:05:51 CEST 2009)
# Problematic frame:
# C [ld-linux.so.2+0x137ad]
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
--------------- T H R E A D ---------------
Current thread (0x90ac8400): JavaThread "Image Fetcher 0" daemon [_thread_in_native, id=8662, stack(0x90376000,0x903c7000)]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000200
Registers:
EAX=0xb7f9cc80, EBX=0xb7f9cfc4, ECX=0xb7f8dcc9, EDX=0x903c6b6c
ESP=0x903c5840, EBP=0x903c5868, ESI=0x00000000, EDI=0x088197f0
EIP=0xb7f937ad, CR2=0x00000200, EFLAGS=0x00010292
Top of Stack: (sp=0x903c5840)
0x903c5840: 00000000 01ef34ad b7f37ff4 00000004
0x903c5850: 088197f0 903c5864 b7ef396a b7f37ff4
0x903c5860: 00000000 088197f0 903c5888 b7f35c84
0x903c5870: 00000000 90a55860 18a916eb 00000016
0x903c5880: b7f35c69 b7f9cfc4 903c5968 b7f8dce6
0x903c5890: 00000000 00000000 9069a77c b7f3548c
0x903c58a0: 088197f8 08819800 088197fc 903c6b6c
0x903c58b0: 0881fde8 903c5974 00000000 903c5964
Instructions: (pc=0xb7f937ad)
0xb7f9379d: 5d f4 89 7d fc e8 24 3a 00 00 81 c3 1d 98 00 00
0xb7f937ad: f6 86 00 02 00 00 08 75 37 8b 86 90 01 00 00 85
Stack: [0x90376000,0x903c7000], sp=0x903c5840, free space=318k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ld-linux.so.2+0x137ad]
C [libdl.so.2+0xc84]
C [ld-linux.so.2+0xdce6]
C [libdl.so.2+0x107c]
C [libdl.so.2+0xcba] dlclose+0x2a
C [libjpeg.so+0x5dc0] Java_sun_awt_image_JPEGImageDecoder_initIDs+0x2c0
j sun.awt.image.JPEGImageDecoder.initIDs(Ljava/lang/Class;)V+0
j sun.awt.image.JPEGImageDecoder.<clinit>()V+22
v ~StubRoutines::call_stub
V [libjvm.so+0x1d9367]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j sun.awt.image.JPEGImageDecoder.initIDs(Ljava/lang/Class;)V+0
j sun.awt.image.JPEGImageDecoder.<clinit>()V+22
v ~StubRoutines::call_stub
j sun.awt.image.InputStreamImageSource.getDecoder(Ljava/io/InputStream;)Lsun/awt/image/ImageDecoder;+135
j sun.awt.image.FileImageSource.getDecoder()Lsun/awt/image/ImageDecoder;+27
j sun.awt.image.InputStreamImageSource.doFetch()V+30
j sun.awt.image.ImageFetcher.fetchloop()V+33
j sun.awt.image.ImageFetcher.run()V+5
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
=>0x90ac8400 JavaThread "Image Fetcher 0" daemon [_thread_in_native, id=8662, stack(0x90376000,0x903c7000)]
0x90ac1800 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=8661, stack(0x9055d000,0x905ae000)]
0x90a78400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=8660, stack(0x905ae000,0x905ff000)]
0x90a00800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8658, stack(0x909af000,0x90a00000)]
0x0879f000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8657, stack(0x90b3b000,0x90bbc000)]
0x0879d800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8656, stack(0x90bbc000,0x90c0d000)]
0x0878cc00 JavaThread "Finalizer" daemon [_thread_blocked, id=8655, stack(0x90dcb000,0x90e1c000)]
0x08788400 JavaThread "Reference Handler" daemon [_thread_blocked, id=8654, stack(0x90e1c000,0x90e6d000)]
0x08733800 JavaThread "main" [_thread_in_vm, id=8652, stack(0xb73de000,0xb742f000)]
Other Threads:
0x08785000 VMThread [stack: 0x90e6d000,0x90eee000] [id=8653]
0x90a02c00 WatcherThread [stack: 0x9092e000,0x909af000] [id=8659]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 960K, used 891K [0x912e0000, 0x913e0000, 0x93a40000)
eden space 896K, 92% used [0x912e0000, 0x913aee00, 0x913c0000)
from space 64K, 100% used [0x913c0000, 0x913d0000, 0x913d0000)
to space 64K, 0% used [0x913d0000, 0x913d0000, 0x913e0000)
tenured generation total 4096K, used 1118K [0x93a40000, 0x93e40000, 0xb12e0000)
the space 4096K, 27% used [0x93a40000, 0x93b578c8, 0x93b57a00, 0x93e40000)
compacting perm gen total 12288K, used 5179K [0xb12e0000, 0xb1ee0000, 0xb52e0000)
the space 12288K, 42% used [0xb12e0000, 0xb17eedc8, 0xb17eee00, 0xb1ee0000)
No shared spaces configured.
Dynamic libraries:
08048000-08051000 r-xp 00000000 08:08 849910 /usr/lib/jvm/java-1.6.0-openjdk/bin/java
08051000-08052000 rwxp 00008000 08:08 849910 /usr/lib/jvm/java-1.6.0-openjdk/bin/java
0872e000-08840000 rwxp 00000000 00:00 0 [heap]
90376000-90379000 ---p 00000000 00:00 0
90379000-903c7000 rwxp 00000000 00:00 0
903c7000-903d7000 r-xs 00000000 08:07 364673 /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-x86.cache-2
903d7000-903e1000 r-xs 00000000 08:07 364672 /var/cache/fontconfig/d62e99ef547d1d24cdb1bd22ec1a2976-x86.cache-2
903e1000-903ff000 r-xs 00000000 08:07 364666 /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-x86.cache-2
903ff000-9043f000 r-xs 00000000 08:07 364668 /var/cache/fontconfig/17090aa38d5c6f09fb8c5c354938f1d7-x86.cache-2
9043f000-9047f000 r-xs 00000000 08:07 364669 /var/cache/fontconfig/df311e82a1a24c41a75c2c930223552e-x86.cache-2
904a5000-904b5000 r-xs 00000000 08:07 364673 /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-x86.cache-2
904b5000-904bf000 r-xs 00000000 08:07 364672 /var/cache/fontconfig/d62e99ef547d1d24cdb1bd22ec1a2976-x86.cache-2
904bf000-904dd000 r-xs 00000000 08:07 364666 /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-x86.cache-2
904dd000-9051d000 r-xs 00000000 08:07 364668 /var/cache/fontconfig/17090aa38d5c6f09fb8c5c354938f1d7-x86.cache-2
9051d000-9055d000 r-xs 00000000 08:07 364669 /var/cache/fontconfig/df311e82a1a24c41a75c2c930223552e-x86.cache-2
9055d000-90560000 ---p 00000000 00:00 0
90560000-905ae000 rwxp 00000000 00:00 0
905ae000-905b1000 ---p 00000000 00:00 0
905b1000-905ff000 rwxp 00000000 00:00 0
905ff000-9061c000 r-xp 00000000 08:08 17147969 /usr/lib/libgcc_s.so.1
9061c000-9061d000 rwxp 0001c000 08:08 17147969 /usr/lib/libgcc_s.so.1
9061d000-90690000 r-xp 00000000 08:08 17420211 /usr/lib/libfreetype.so.6.3.20
90690000-90694000 rwxp 00072000 08:08 17420211 /usr/lib/libfreetype.so.6.3.20
9069a000-906a2000 r-xp 00000000 08:08 25928837 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libjpeg.so
906a2000-906a3000 rwxp 00007000 08:08 25928837 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libjpeg.so
906a3000-906a7000 r-xs 00000000 08:0a 556755 /home/mk/.fontconfig/7f535a9ff40cebd43ee5f062d48e9e63-x86.cache-2
906a7000-906ec000 r-xp 00000000 08:08 25928851 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libfontmanager.so
906ec000-906ee000 rwxp 00045000 08:08 25928851 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libfontmanager.so
906ee000-906f3000 rwxp 00000000 00:00 0
906f3000-9070b000 r-xp 00000000 08:08 17463735 /usr/lib/libxcb.so.1.1.0
9070b000-9070c000 rwxp 00017000 08:08 17463735 /usr/lib/libxcb.so.1.1.0
9070c000-90824000 r-xp 00000000 08:08 18025955 /usr/lib/libX11.so.6.2.0
90824000-90828000 rwxp 00117000 08:08 18025955 /usr/lib/libX11.so.6.2.0
90828000-90874000 r-xp 00000000 08:08 848263 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/xawt/libmawt.so
90874000-90876000 rwxp 0004b000 08:08 848263 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/xawt/libmawt.so
90876000-90877000 rwxp 00000000 00:00 0
90877000-90903000 r-xp 00000000 08:08 25928847 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libawt.so
90903000-9090a000 rwxp 0008c000 08:08 25928847 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libawt.so
9090a000-9092e000 rwxp 00000000 00:00 0
9092e000-9092f000 ---p 00000000 00:00 0
9092f000-909af000 rwxp 00000000 00:00 0
909af000-909b2000 ---p 00000000 00:00 0
909b2000-90a00000 rwxp 00000000 00:00 0
90a00000-90ada000 rwxp 00000000 00:00 0
90ada000-90b00000 ---p 00000000 00:00 0
90b01000-90b05000 r-xp 00000000 08:08 17541586 /usr/lib/libXfixes.so.3.1.0
90b05000-90b06000 rwxp 00003000 08:08 17541586 /usr/lib/libXfixes.so.3.1.0
90b06000-90b0a000 r-xp 00000000 08:08 17463639 /usr/lib/libXdmcp.so.6.0.0
90b0a000-90b0b000 rwxp 00003000 08:08 17463639 /usr/lib/libXdmcp.so.6.0.0
90b0b000-90b13000 r-xp 00000000 08:08 17592440 /usr/lib/libXi.so.6.0.0
90b13000-90b14000 rwxp 00007000 08:08 17592440 /usr/lib/libXi.so.6.0.0
90b14000-90b18000 r-xp 00000000 08:08 17592489 /usr/lib/libXtst.so.6.1.0
90b18000-90b19000 rwxp 00004000 08:08 17592489 /usr/lib/libXtst.so.6.1.0
90b19000-90b27000 r-xp 00000000 08:08 17541580 /usr/lib/libXext.so.6.4.0
90b27000-90b28000 rwxp 0000d000 08:08 17541580 /usr/lib/libXext.so.6.4.0
90b2b000-90b33000 r-xp 00000000 08:08 17541602 /usr/lib/libXcursor.so.1.0.2
90b33000-90b34000 rwxp 00007000 08:08 17541602 /usr/lib/libXcursor.so.1.0.2
90b34000-90b3b000 r-xs 000fd000 08:08 25601142 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/resources.jar
90b3b000-90b3e000 ---p 00000000 00:00 0
90b3e000-90bbc000 rwxp 00000000 00:00 0
90bbc000-90bbf000 ---p 00000000 00:00 0
90bbf000-90c0d000 rwxp 00000000 00:00 0
90c0d000-90dcb000 r-xp 00000000 08:08 18433409 /usr/lib/locale/locale-archive
90dcb000-90dce000 ---p 00000000 00:00 0
90dce000-90e1c000 rwxp 00000000 00:00 0
90e1c000-90e1f000 ---p 00000000 00:00 0
90e1f000-90e6d000 rwxp 00000000 00:00 0
90e6d000-90e6e000 ---p 00000000 00:00 0
90e6e000-90f21000 rwxp 00000000 00:00 0
90f21000-910b1000 r-xs 03852000 08:08 25601134 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/rt.jar
910b1000-910b8000 rwxp 00000000 00:00 0
910b8000-910d2000 rwxp 00000000 00:00 0
910d2000-910d5000 rwxp 00000000 00:00 0
910d5000-911bf000 rwxp 00000000 00:00 0
911bf000-911c0000 rwxp 00000000 00:00 0
911c0000-911d2000 rwxp 00000000 00:00 0
911d2000-911d5000 rwxp 00000000 00:00 0
911d5000-912bf000 rwxp 00000000 00:00 0
912bf000-912c5000 rwxp 00000000 00:00 0
912c5000-912df000 rwxp 00000000 00:00 0
912df000-913e0000 rwxp 00000000 00:00 0
913e0000-93a40000 rwxp 00000000 00:00 0
93a40000-93e40000 rwxp 00000000 00:00 0
93e40000-b12e0000 rwxp 00000000 00:00 0
b12e0000-b1ee0000 rwxp 00000000 00:00 0
b1ee0000-b52e0000 rwxp 00000000 00:00 0
b52e0000-b52e4000 r-xs 00000000 08:0a 556755 /home/mk/.fontconfig/7f535a9ff40cebd43ee5f062d48e9e63-x86.cache-2
b52e4000-b52e7000 rwxp 00000000 00:00 0
b52e7000-b5364000 rwxp 00000000 00:00 0
b5364000-b5414000 rwxp 00000000 00:00 0
b5414000-b7364000 rwxp 00000000 00:00 0
b7364000-b736e000 r-xp 00000000 08:06 20529 /lib/libnss_files-2.10.1.so
b736e000-b736f000 r-xp 00009000 08:06 20529 /lib/libnss_files-2.10.1.so
b736f000-b7370000 rwxp 0000a000 08:06 20529 /lib/libnss_files-2.10.1.so
b7372000-b737a000 r-xp 00000000 08:08 17541598 /usr/lib/libXrender.so.1.3.0
b737a000-b737b000 rwxp 00007000 08:08 17541598 /usr/lib/libXrender.so.1.3.0
b737b000-b7382000 r-xp 00000000 08:08 25928858 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libzip.so
b7382000-b7383000 rwxp 00006000 08:08 25928858 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libzip.so
b7383000-b7396000 r-xp 00000000 08:06 20539 /lib/libnsl-2.10.1.so
b7396000-b7397000 r-xp 00012000 08:06 20539 /lib/libnsl-2.10.1.so
b7397000-b7398000 rwxp 00013000 08:06 20539 /lib/libnsl-2.10.1.so
b7398000-b739a000 rwxp 00000000 00:00 0
b739c000-b73a4000 rwxs 00000000 08:06 163842 /tmp/hsperfdata_mk/8651
b73a4000-b73ac000 r-xp 00000000 08:08 9229397 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/native_threads/libhpi.so
b73ac000-b73ad000 rwxp 00008000 08:08 9229397 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/native_threads/libhpi.so
b73ad000-b73d3000 r-xp 00000000 08:08 25965692 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libjava.so
b73d3000-b73d5000 rwxp 00026000 08:08 25965692 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libjava.so
b73d5000-b73dc000 r-xp 00000000 08:06 20530 /lib/librt-2.10.1.so
b73dc000-b73dd000 r-xp 00006000 08:06 20530 /lib/librt-2.10.1.so
b73dd000-b73de000 rwxp 00007000 08:06 20530 /lib/librt-2.10.1.so
b73de000-b73e1000 ---p 00000000 00:00 0
b73e1000-b742f000 rwxp 00000000 00:00 0
b742f000-b7453000 r-xp 00000000 08:06 20515 /lib/libm-2.10.1.so
b7453000-b7454000 r-xp 00023000 08:06 20515 /lib/libm-2.10.1.so
b7454000-b7455000 rwxp 00024000 08:06 20515 /lib/libm-2.10.1.so
b7455000-b79ab000 r-xp 00000000 08:08 18071681 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/client/libjvm.so
b79ab000-b79cd000 rwxp 00556000 08:08 18071681 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/client/libjvm.so
b79cd000-b7dee000 rwxp 00000000 00:00 0
b7dee000-b7f2e000 r-xp 00000000 08:06 20549 /lib/libc-2.10.1.so
b7f2e000-b7f30000 r-xp 00140000 08:06 20549 /lib/libc-2.10.1.so
b7f30000-b7f31000 rwxp 00142000 08:06 20549 /lib/libc-2.10.1.so
b7f31000-b7f35000 rwxp 00000000 00:00 0
b7f35000-b7f37000 r-xp 00000000 08:06 20517 /lib/libdl-2.10.1.so
b7f37000-b7f38000 r-xp 00001000 08:06 20517 /lib/libdl-2.10.1.so
b7f38000-b7f39000 rwxp 00002000 08:06 20517 /lib/libdl-2.10.1.so
b7f39000-b7f3d000 r-xp 00000000 08:08 18071580 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/jli/libjli.so
b7f3d000-b7f3e000 rwxp 00003000 08:08 18071580 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/jli/libjli.so
b7f3e000-b7f52000 r-xp 00000000 08:06 20521 /lib/libpthread-2.10.1.so
b7f52000-b7f53000 ---p 00014000 08:06 20521 /lib/libpthread-2.10.1.so
b7f53000-b7f54000 r-xp 00014000 08:06 20521 /lib/libpthread-2.10.1.so
b7f54000-b7f55000 rwxp 00015000 08:06 20521 /lib/libpthread-2.10.1.so
b7f55000-b7f57000 rwxp 00000000 00:00 0
b7f57000-b7f6a000 r-xp 00000000 08:08 16976453 /usr/lib/libz.so.1.2.3.3
b7f6a000-b7f6b000 rwxp 00012000 08:08 16976453 /usr/lib/libz.so.1.2.3.3
b7f6c000-b7f6e000 r-xp 00000000 08:08 17463646 /usr/lib/libXau.so.6.0.0
b7f6e000-b7f6f000 rwxp 00001000 08:08 17463646 /usr/lib/libXau.so.6.0.0
b7f6f000-b7f70000 rwxp 00000000 00:00 0
b7f70000-b7f71000 r-xp 00000000 00:00 0
b7f71000-b7f7d000 r-xp 00000000 08:08 25928841 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libverify.so
b7f7d000-b7f7e000 rwxp 0000b000 08:08 25928841 /usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/libverify.so
b7f7e000-b7f7f000 rwxp 00000000 00:00 0
b7f7f000-b7f80000 r-xp 00000000 00:00 0 [vdso]
b7f80000-b7f9c000 r-xp 00000000 08:06 20548 /lib/ld-2.10.1.so
b7f9c000-b7f9d000 r-xp 0001b000 08:06 20548 /lib/ld-2.10.1.so
b7f9d000-b7f9e000 rwxp 0001c000 08:06 20548 /lib/ld-2.10.1.so
bf873000-bf886000 rwxp 00000000 00:00 0 [stack]
bf886000-bf888000 rw-p 00000000 00:00 0
VM Arguments:
java_command: de.brettspielwelt.client.Starter
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/usr/local/bin:~/bin:~/BrettspielWelt
LD_LIBRARY_PATH=/usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-1.6.0-openjdk/jre/lib/i386:/usr/lib/jvm/java-1.6.0-openjdk/jre/../lib/i386
SHELL=/bin/bash
DISPLAY=:0.0
Signal Handlers:
SIGSEGV: [libjvm.so+0x38c290], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x38c290], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x2bedb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x2bedb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x2bedb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x2bedb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x2be560], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x2c0970], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x2c0970], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x2c0970], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x2c0970], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
--------------- S Y S T E M ---------------
OS:Linux
uname:Linux 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686
libc:glibc 2.10.1 NPTL 2.10.1
rlimit: STACK 8192k, CORE 0k, NPROC 8125, NOFILE 1024, AS infinity
load average:0.01 0.09 0.14
CPU:total 2 (1 cores per cpu, 2 threads per core) family 6 model 28 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, ht
Memory: 4k page, physical 1025608k(173516k free), swap 995956k(995956k free)
vm_info: OpenJDK Client VM (14.0-b15) for linux-x86 JRE (1.6.0_0-b16), built on Jul 4 2009 13:47:51 by "bash" with gcc 4.4.0 20090630 (prerelease)
time: Wed Aug 5 13:09:33 2009
elapsed time: 1 seconds
Anyone?

But, following notes 10gR2:
1 Certification Information
The latest certification information for Oracle Database 10g Release 2 (10.2) is available on My Oracle Support (formerly OracleMetaLink) at:
https://support.oracle.com
Linux Certification
Starting with Oracle Database 10g Release 2, the following operating systems are supported in addition to the list documented in Oracle Database Installation Guide for Linux x86-64:
Asianux 2
Asianux 3
Oracle Linux 4/Oracle VM
Oracle Linux 5/Oracle VM
Red Hat Enterprise Linux 4/Oracle VM
Red Hat Enterprise Linux 5/Oracle VM
SUSE Linux Enterprise Server 10
SUSE Linux Enterprise Server 11

Similar Messages

  • How to fix YouTube crash on YouTube app and Safari after update to ios8?

    The you tube app on my iPad crashes just after I select a video to play and buffering starts. This happened after I have updated my iPad to the latest iOS update. Please advice how to fix this.

    Have you updated the app on the App Store?

  • ITunes and App store keep crashing on my ipod touch 4g after updating to ios 6 from ios 5.1.1

    Can some one please help me? So i have an iPod Touch 4G 8GB! it was working 100% on ios 5.1.1, then i updated to ios 6 and the app store and itunes keep crashing on my ipod. Even some apps like instagram keep crashing and the ipod is very slow. i know it has the A4 processor and now its a bit slow but i dont know what to do????? i have restored my ipod and then ugraded it to ios 6 agian, i have restared it, closed all the apps in multiasking and other thngs that people have sugested but it still didnt fix things !!!!!!!! i have done some reserch and other ipod touch users are having te same problem. if any one has an idears or knows how to get back to ios 5.1.1 again with out shsh blobs ( as i have not jailbroke my ipod) PLEASE HELP ME????????!!!!!!!!!!!!!!!

    can some one please hellp me?

  • Firefox crashes on OSX 10.6.8 after update

    Hi. I've followed all the steps located [[http://support.mozilla.com/en-US/kb/Firefox%20crashes#w_get-help-fixing-this-crash|here]] and Firefox is still crashing. My crash ID is bp-12330949-db76-498f-af0a-2c9eb2111101 . I've removed and reinstalled the latest Firefox 7 and am still having problems. Firefox worked fine prior to Mac OSX security update which I just installed.
    Any help appreciated.
    Thanks.

    Your crashreport is:<br>
    https://crash-stats.mozilla.com/report/index/bp-12330949-db76-498f-af0a-2c9eb2111101<br>
    Firefox 7.0.1 Crash Report [@ RapportTanzan7.dylib@0x7f7f ] <br>
    Similiar crash here: http://support.mozilla.com/nl/questions/891272<br>
    This is a crash in Trusteer Rapport. On Windows we were able to solve this problem by having users updating to the newest version of Rapport. You may need some help from the Trusteer helpdesk, because it seems like the automatic updates does not allways update to the newest version.<br>
    See:<br>
    https://support.mozilla.com/nl/questions/888019<br>
    https://support.mozilla.com/nl/questions/887181<br>

  • Muse crashing when creating or duplicating page after update

    Hi there,
    I am currently working on a website, up until yesterday Muse was incredibly stable, not a single crash on the current project.
    Unfortunately I did the update this morning, and now I am unable to create or duplicate any pages at all, whenever I try I get the error: Assert: "menuItemBox U3177 has no associated page!"
    Just to do a bit of troubleshooting, I tried deleting the menu from the A-Master to see if that would fix it, but no luck at all.
    Also restarted the computer, no luck.
    Creating a page in a blank project works, but not the project I need it to work in.
    Anyone have any suggestions on how to get Muse playing nice again?
    Thanks heaps.

    Dear Abhishek,
    I'm not quite sure whether I should mention my "crash" here also.
    Anyway, Muse crashes all the time whenever I need to get rid of 2 pages in my Muse site which are not meant to be there in the first place.
    It is quite a large site, and I can't get on modifing it since it crashes all the time.
    Here is the messege I receive:
    "menuItemBox U46751 has no associated page!"
    I will send an email to [email protected] too.
    Thank you for your help.
    Peter

  • After updating to 25.0.1 shock flash plugin keeps on crashing

    After updating to 25.0.1 shock flash plugin keeps on crashing. I tried reset, reinstall downgraded flash updated all plugin even though it's crashing.
    I'm facing this after updation of 25.0.1.. Please fix this issue asap..
    Below crash report numbers for your ref.
    bp-1384580877
    bp-1383107874
    bp-1380602292
    bp-1377581963
    bp-1375937083
    bp-1373106779

    The flash plugin is constantly crashing in FF 25.0.1 for me, starting last week. After trying all sorts of workarounds (last thing I tried was updating to Flash 12 Beta), I gave up. Now using Chrome to post this message.
    Very frustrating.
    Will wait a couple of weeks before trying FF again.
    Rich

  • Premiere pro CC drop playback after update 7.2.1

    Why premiere pro cc drop playback after update 7.2.1? I have a MacBook Pro late 2011 with ATI Radeon HD6770m 1GB. Premiere pro cc 7.1.0 run normal, ok, without crashing and drop-freeze frame, but after update 7.2.1 i have all this problems.

    Just came on here to post about the buzzing transitions, glad to see it's been fixed already!
    Another thing though I don't see mentioned, since moving to 7.2 I find audio playblack is out of sync while editing, and in some clips significantly more noticeably than others. This only happens during playback, if I pause and scrub manually, the audio is perfectly in sync. This actually messed up a  project for a client. I thought the audio off the camera was  out of sync in one segment so I bumped it a few frames before exporting. Didn't check it after of course and sent him the file, then got a reply back that it was out of sync in that spot. Check the exported video and sure enough, he was right. Check it again in project but it looks in sync. So I bump the audio back in the timeline so that it LOOKS out of sync again during playback, but the new exported video is perfectly in sync!
    Editing a TV show now with hundreds of clips and it's maddening with some looking fine, some looking a little off, and some looking completely off and having to manually scrub to check and be sure along the way.
    Hopefully this is also fixed in this update..will see tomorrow.

  • Some AWN applets crashes after update

    I've just updated avant-window-navigator and awn-extras-applets.
    After update some of applets like "Notitfication Area" applet or "Places" applet crashes with this errors
    awn-applet: symbol lookup error: /usr/lib/awn/applets/places/places.so: undefined symbol: _
    awn-applet: symbol lookup error: /usr/lib/awn/applets/notification-area/notification-area.so: undefined symbol: _
    Here is the output of ldd for notification-area library
    $ ldd /usr/lib/awn/applets/notification-area/notification-area.so
    linux-vdso.so.1 => (0x00007fff8519c000)
    libawn.so.1 => /usr/lib/libawn.so.1 (0x00007fdb5e8a3000)
    libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007fdb5e6a1000)
    libdesktop-agnostic.so.0 => /usr/lib/libdesktop-agnostic.so.0 (0x00007fdb5e499000)
    libdesktop-agnostic-vfs.so.0 => /usr/lib/libdesktop-agnostic-vfs.so.0 (0x00007fdb5e28c000)
    libdesktop-agnostic-cfg.so.0 => /usr/lib/libdesktop-agnostic-cfg.so.0 (0x00007fdb5e074000)
    libdesktop-agnostic-fdo.so.0 => /usr/lib/libdesktop-agnostic-fdo.so.0 (0x00007fdb5de6f000)
    libdesktop-agnostic-ui.so.0 => /usr/lib/libdesktop-agnostic-ui.so.0 (0x00007fdb5dc5f000)
    libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x00007fdb5d630000)
    libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0x00007fdb5d408000)
    libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00007fdb5d204000)
    libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x00007fdb5cf51000)
    libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x00007fdb5cd2d000)
    libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x00007fdb5c9e0000)
    libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x00007fdb5c7b3000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007fdb5c513000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007fdb5c2dd000)
    libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x00007fdb5c0d0000)
    libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x00007fdb5bead000)
    libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x00007fdb5bc62000)
    libcairo.so.2 => /usr/lib/libcairo.so.2 (0x00007fdb5b967000)
    libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007fdb5b722000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007fdb5b506000)
    librt.so.1 => /lib/librt.so.1 (0x00007fdb5b2fe000)
    libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007fdb5b0af000)
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007fdb5adbb000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fdb5aa82000)
    libm.so.6 => /lib/libm.so.6 (0x00007fdb5a78c000)
    libc.so.6 => /lib/libc.so.6 (0x00007fdb5a3eb000)
    libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007fdb5a191000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007fdb59f89000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007fdb59d84000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00007fdb59b71000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007fdb59966000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00007fdb59762000)
    libXi.so.6 => /usr/lib/libXi.so.6 (0x00007fdb59553000)
    libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x00007fdb5934a000)
    libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x00007fdb5913f000)
    libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0x00007fdb58f3c000)
    libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00007fdb58d39000)
    libffi.so.6 => /usr/lib/libffi.so.6 (0x00007fdb58b30000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007fdb5891a000)
    libresolv.so.2 => /lib/libresolv.so.2 (0x00007fdb58703000)
    libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007fdb584f2000)
    libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007fdb582c8000)
    libpng15.so.15 => /usr/lib/libpng15.so.15 (0x00007fdb5809a000)
    libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x00007fdb57e15000)
    libxcb-shm.so.0 => /usr/lib/libxcb-shm.so.0 (0x00007fdb57c13000)
    libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0x00007fdb57a09000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fdb577eb000)
    /lib/ld-linux-x86-64.so.2 (0x00007fdb5ed30000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fdb575e6000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fdb573e0000)
    What I have to do with this problem?

    If you don't already have a current backup, back up all data, then reinstall the OS. You don't need to erase the startup volume, and you won't need the backup unless something goes wrong. If the system was upgraded from an older version of OS X, you may need the Apple ID and password you used to upgrade.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it. The same goes for Xcode.

  • First off, i think it's sad that i have to use my non apple device to post this question... Why has my iPad become absolutely useless after updating to iOS 8.1? I am unable to use my mini because it crashes, slow performance, major battery drain.

    First off, i think it's sad that i have to use my non apple device to post this question... Why has my iPad become absolutely useless after updating to iOS 8.1? I am unable to use my mini because it crashes, slow performance, major battery drain.

    Restore iPad to Factory Default; do not restore from backup. It may be the cause of the problem.
    Settings>General>Reset>Erase all content and settings

  • Apps like Evernote or Starcraft 2 crashing on start after update to 10.8.2.

    Anyone else experiencing crashes of apps like Evernote or Starcraft 2 after update to 10.8.2? For me they crash every time now when I try to start them. Deleting of Evernote and installing again from AppStore didn't help.

    I tried your suggestion, but no such luck! I feel like I've tried everything. I just don't understand it. Everything was working as per usual up until I updated the software, but that can't possibly be the problem, can it? And if it is - what now?! ... This is a seriously annoying first world problem..

  • After update to IOS 7x some apps are crashing a lot & system Reboots!

    After installing IOS 7.1.1 on 1 x iPhone 4 16GB, 3x iPhone 4s 64GB and 1 iPad mini 64GB, Apps started crashing which worked well on IOS 5.5 &amp; IOS 6. After Updating to IOS 7, the problems started. Some of my favourite games like "Call Of Duty: Black Ops Zombies"and Avengers Initiative keep crashing at the start. "Call Of Duty" reported Low Memory even though I turned off Background App Refresh, Re-downloaded the Apps, performed full system reboot, enabled "Reduce Motion", enabled "Increase Contrast" and still no luck.  I have also deleted many of my Apps to free up storage space but still no improvement. Other problems major problems are that the screen freezes and Apps become unresponsive requiring a full system reboot. This happens very often and also when trying to update or download Apps the system crashes and often Reboots itself. I believe the main problem is with low memory because I ran an App called "Battery Doctor" which shows that 82% of the 512MB RAM is already been used before any Apps have even been started leaving only 89MB of free RAM which is hardly enough to run decent Games on. There are many occasions when FaceTime wouldn't allow Sign In and in iTunes Apps would revert to how they were after applying changes. When adding Contacts, changes would often revert back. Also I have noticed that the iPhone sometimes would display the wrong amount of free Storage space and it would sometimes show like 5GB available and then go to 0MB available and cause crashes during downloads. Another problem I found was that when Apps start up, a white patch shows on the screen temporarily which wasn't apparent before IOS 7x. When adding contacts I noticed that with "Increase Contrast" disabled, some of the entries added did not display while typing with the keyboard and the text was greyed out making it difficult to read what you are typing. Now I wish that I had not updated to IOS 7 as suggested because it has messed up my £700 iPhones and I don't see a way of downgrading without Jailbreaking making my phones worthless. We are very very upset and disappointed because we paid so much money for the devices and have not had them long. We do not want to buy a newer device just because of the update messing up our phones. Also I do not want to try and restore from a previous backup because the last few times I've tried and it does not restore everything. It is very time consuming and I am too ill to go through all that again on each device. Also I believe the restore does not give me the choice of going back to IOS 5.5 or IOS 6. Therefore if Apple could give the opportunity to update to IOS 5.5 or IOS 6 for older devices and have a separate update for IPhone 5s which have a faster processor and double RAM (1GB) then I would be very grateful.  I would also like to add the fact that IOS 7.x.x drains the battery very quickly. After reading the many complaints about IOS 7 update &amp; my personal experience, I now regret updating and also fear that future updates may render my iPhones useless. I bought my iPhone 4s direct from Apple and paid a premium for Factory Unlocked iPhones. I think the iPhones may now be out of warranty and are very unhappy with this situation. Please, please please could you send a fix in another update!

    Actually DIESEL they do force you to update. my wife has not update hers yet to ios6 and none of the apps work at full tilt anymore because they are all updated for ios 6....Apple is now making you either update(and ruin your iphone 4s) or buy the new iphone 5(which i doubt will have any of the problems people with iphone 4s are having).
    Since updating my 4s i have lost signal, data has been very low at best. i can not access any apps or they open up and do not refresh. I use to have 4bars at my work and now i have 1.

  • TS1702 NY post AP, after update, crashes upon launch.  Tried all re-starts & re-installs, to no avail.  Any ideas?

    NY post AP, after update, crashes upon launch.  Tried all re-starts &amp; re-installs, to no avail.  Any ideas, or is it just my punishment for reading it at all?

    The quote below is from a previous thread where several people solved your same problem with the stated technique. Maybe it will work for you. Good Luck.
    iTunes 7.0.2 FIX ("Have tried all 'fixes' suggested but iTunes STILL not opening").
    1. Uninstall iTunes and QuickTime.
    2. Do a search in the C:\ drive for "QuickTime". Delete EVERYTHING that pops up.
    3. Restart the computer.
    4. Install QUICKTIME ONLY
    5. THEN install iTunes......and IT WORKS.....Just remember to install QuickTime FIRST.

  • After updating the EDSDK.dll application is getting crashed

    Hello, I need help regarding my application which is getting crashed. I am calling SDK API's in CPP. I am using canon EOS 1100D and dll's1) DPPDLL.dll     2) DPPLibCom.dll     3) DPPRSC.dll      4) EDSDK.dll      5) EdsImage.dll   6)  MLib.dll    7) Ucs32P.dllEDSDK.dll with version 2.10.0.10The above dll's reside in C:\windows\system32 Now I got requirment that I need to use canon EOS 1200DSo, I have updated some of the libraries. Please find the updated libraries.1) DPPDLL.dll     2) DPPRSC.dll    3) EDSDK.dll  4) EdsImage.dll  5) Mlib.dll  6) Ucs32P.dllEDSDK.dll with version  2.14.0.3 But the problem is after updating these dll's my application is getting crashed.With both 1100D and 1200D cameras.Can any one please help me to solve the application crash. If I rollback to previous version dll's 1100D is working fine and for 1200D I am getting EDS_ERR_NOT_SUPPORTED error.\ Please find the crash log:Faulting application name: CanonCaptureSDKTest.exe, version: 1.0.0.0, time stamp: 0x559bc1ce
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x05ac4be8
    Faulting process id: 0x1854
    Faulting application start time: 0x01d0b94d7a745e11
    Faulting application path: D:\EOS Canon 1200D\src\src\CanonCaptureCSharpWrapper\CanonCaptureSDKTest\bin\Debug\CanonCaptureSDKTest.exe
    Faulting module path: unknown
    Report Id: ba7dbccc-2540-11e5-979b-e06995919e8b Thanks in advance. Chakri V.

    You need to call Canon Support.  This is a public forum.

  • Mail crashes at start-up after update to 10.8.3

    Help!! After updating to 10.8.3 my Mail application crashes at start-up. This dialog box comes up and no matter which I choose, the program crashes.
    I tried trashing V2 folder, deleting and reinstating mail accounts, prefs, and reinstalling 10.8.3 from Combo Update.
    I haven't been able to find any solution on these boards. Here's my crash report:
    Process:         Mail [1980]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         6.3 (1503)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [223]
    User ID:         501
    Date/Time:       2013-04-02 12:33:17.680 -0700
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 000000010d2b1000-000000010d651000 [ 3712K] r-x/rwx SM=COW  /Applications/Mail.app/Contents/MacOS/Mail
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x00007fff8792d6b0 strlen + 16
    1   com.apple.AddressBook.framework          0x00007fff869ac998 ABInitFileLock + 34
    2   com.apple.AddressBook.framework          0x00007fff869a918c -[ABAddressBook nts_InitDefaultContactManager] + 250
    3   com.apple.AddressBook.framework          0x00007fff869a8f7b +[ABAddressBook nts_SharedAddressBook] + 82
    4   com.apple.AddressBook.framework          0x00007fff869a8e8a +[ABAddressBook nts_CreateSharedAddressBook] + 49
    5   com.apple.AddressBook.framework          0x00007fff869a81d7 +[ABAddressBook sharedAddressBook] + 69
    6   com.apple.AddressBook.framework          0x00007fff869c9fe1 +[ABAddressBook addressBookWithDatabaseDirectory:options:] + 60
    7   com.apple.MessageFramework              0x00007fff8a27232a +[MailAccount _setMailAccounts:calledFromSync:reloadingFromPreferences:] + 2595
    8   com.apple.MessageFramework              0x00007fff8a26d6b4 +[MailAccount reloadMailAccounts] + 61
    9   com.apple.MessageFramework              0x00007fff8a26d662 +[MailAccount _mailAccountsIncludingUnknownTypes] + 29
    10  com.apple.MessageFramework              0x00007fff8a26d586 +[MailAccount mailAccounts] + 61
    11  com.apple.MessageFramework              0x00007fff8a27470f +[MailAccount haveAccountsBeenConfigured] + 47
    12  com.apple.mail                          0x000000010d2b45d1 0x10d2b1000 + 13777
    13  com.apple.CoreFoundation                0x00007fff8ea2ceda _CFXNotificationPost + 2554
    14  com.apple.Foundation                    0x00007fff8c9e6e26 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
    15  com.apple.mail                          0x000000010d2b2f75 0x10d2b1000 + 8053
    16  com.apple.AppKit                        0x00007fff87e4655d -[NSApplication _postDidFinishNotification] + 292
    17  com.apple.AppKit                        0x00007fff87e46296 -[NSApplication _sendFinishLaunchingNotification] + 216
    18  com.apple.AppKit                        0x00007fff87e43482 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 566
    19  com.apple.AppKit                        0x00007fff87e4307c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351
    20  com.apple.Foundation                    0x00007fff8ca0070b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
    21  com.apple.Foundation                    0x00007fff8ca0056d _NSAppleEventManagerGenericHandler + 106
    22  com.apple.AE                            0x00007fff836fb078 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
    23  com.apple.AE                            0x00007fff836faed9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
    24  com.apple.AE                            0x00007fff836fad99 aeProcessAppleEvent + 318
    25  com.apple.HIToolbox                     0x00007fff8fd50709 AEProcessAppleEvent + 100
    26  com.apple.AppKit                        0x00007fff87e3f866 _DPSNextEvent + 1456
    27  com.apple.AppKit                        0x00007fff87e3ee22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    28  com.apple.AppKit                        0x00007fff87e361d3 -[NSApplication run] + 517
    29  com.apple.AppKit                        0x00007fff87ddac06 NSApplicationMain + 869
    30  libdyld.dylib                           0x00007fff83aa67e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff83c44d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff86f30dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff86f309ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff83c446d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87941f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff87941d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8792c1d1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff83c446d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87941f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff87941d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8792c1d1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff83c446d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87941f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff87941d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8792c1d1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff83c446d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87941f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff87941d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8792c1d1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff83c446d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87941f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff87941d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8792c1d1 start_wqthread + 13
    Thread 7:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff83c44386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff879c9800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff879c9717 usleep + 54
    3   com.apple.AppKit                        0x00007fff88024868 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff8ca33cd2 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff8793f7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8792c1e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000000ffffffff  rbx: 0x00007fff73cbe3c8  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x00007fff5294d970  rsp: 0x00007fff5294d938
       r8: 0xffff801ebd3df30f   r9: 0x000000000000007f  r10: 0x00007fe14404ae00  r11: 0x000000000b8d41cc
      r12: 0x0000000000000000  r13: 0x00007fff73c81838  r14: 0x0000000000000000  r15: 0x00007fff5294dad0
      rip: 0x00007fff8792d6b0  rfl: 0x0000000000010286  cr2: 0x0000000000000000
    Logical CPU: 0
    Binary Images:
           0x10d2b1000 -        0x10d650fff  com.apple.mail (6.3 - 1503) <2D05FC91-862F-38FD-B4E5-37A956C563C0> /Applications/Mail.app/Contents/MacOS/Mail
           0x10f6ca000 -        0x10f94fff7  com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x10fd71000 -        0x10fd73fff  apop.so (169) <2A1CAD32-5734-3D4E-868B-E773DCD192B5> /usr/lib/sasl2/apop.so
           0x10fd77000 -        0x10fd8bfff  dhx.so (169) <3C4D7E51-F30B-3A5B-9BB6-4426EC607E10> /usr/lib/sasl2/dhx.so
           0x10fd97000 -        0x10fda0ff7  digestmd5WebDAV.so (169) <D1EF0A0E-92FA-321F-9445-DD08A64C2493> /usr/lib/sasl2/digestmd5WebDAV.so
           0x10fda5000 -        0x10fda7fff  libanonymous.2.so (166) <6417EA9E-4202-31DA-A086-B58F1E92C931> /usr/lib/sasl2/libanonymous.2.so
           0x10fdac000 -        0x10fdaffff  libcrammd5.2.so (166) <866C8DD4-5086-376A-BFC7-897A40327DB4> /usr/lib/sasl2/libcrammd5.2.so
           0x10fdb4000 -        0x10fdbdff7  libdigestmd5.2.so (166) <F2344A08-F032-35D3-9EBB-F147D4100517> /usr/lib/sasl2/libdigestmd5.2.so
           0x10fdc2000 -        0x10fdc7fff  libgssapiv2.2.so (166) <83A21AF3-FB42-3ACC-B6ED-26B23388C4F4> /usr/lib/sasl2/libgssapiv2.2.so
           0x10fdcc000 -        0x10fdcefff  login.so (166) <1F868238-FB26-3477-B31C-67DB400D6F68> /usr/lib/sasl2/login.so
           0x10fdd2000 -        0x10fdd7fff  libntlm.so (166) <82608FB8-E225-39FF-BC83-B9D3F89D7CEC> /usr/lib/sasl2/libntlm.so
           0x10fddc000 -        0x10fde3fff  libotp.2.so (166) <2AE53E63-A826-3E20-9B4D-476CC712410D> /usr/lib/sasl2/libotp.2.so
           0x10fdec000 -        0x10fdeefff  libplain.2.so (166) <074D7604-3435-3E01-A86B-FF102001FC5B> /usr/lib/sasl2/libplain.2.so
           0x10fdf2000 -        0x10fdf6fff  libpps.so (169) <3C150ECF-0D94-3DBE-8AB6-7B0070700699> /usr/lib/sasl2/libpps.so
           0x10fdfb000 -        0x10fdfefff  mschapv2.so (169) <9DAC741E-6BB8-3DFA-85AD-532EB20E780B> /usr/lib/sasl2/mschapv2.so
           0x10fe03000 -        0x10fe30fff  com.apple.DirectoryService.PasswordServerFramework (10.8 - 27.1) <81194DEC-984F-3099-B537-F70394F8492C> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x10fe46000 -        0x10fe48fff  pwauxprop.so (387.1) <94457D86-AB48-33B6-8C01-F08C3BC6CE53> /usr/lib/sasl2/pwauxprop.so
           0x10ff95000 -        0x10ff98fff  shadow_auxprop.so (169) <FE9BCBA3-7F30-303B-A815-8FADE514246E> /usr/lib/sasl2/shadow_auxprop.so
           0x10ff9d000 -        0x10ff9ffff  smb_nt.so (169) <F6798ECD-BBC9-3055-96E9-3A9836E36E7A> /usr/lib/sasl2/smb_nt.so
           0x10ffa4000 -        0x10ffa7fff  smb_ntlmv2.so (169) <FB9D0145-0F31-3FA1-A6B4-5F8530CC60CA> /usr/lib/sasl2/smb_ntlmv2.so
        0x7fff6ceb1000 -     0x7fff6cee593f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff835ef000 -     0x7fff836f1fff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff836f2000 -     0x7fff83751fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff83752000 -     0x7fff8380fff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff83810000 -     0x7fff83831ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff83843000 -     0x7fff83847ff7  com.apple.SecCodeWrapper (2.0 - 1) <E8C5B9D5-A62A-3467-A9DF-441021EF2C0E> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff83848000 -     0x7fff83aa3ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff83aa4000 -     0x7fff83aa7ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff83ad4000 -     0x7fff83b7aff7  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
        0x7fff83b7b000 -     0x7fff83bfcfff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff83bfd000 -     0x7fff83c00fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff83c01000 -     0x7fff83c28ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff83c29000 -     0x7fff83c31ff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff83c32000 -     0x7fff83c4dff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
        0x7fff83c4e000 -     0x7fff83c60ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff83c76000 -     0x7fff83c81ff7  com.apple.aps.framework (3.0 - 3.0) <2041AD84-4279-3ECC-A13E-AC6698BB1A67> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff83c82000 -     0x7fff83d5cfff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff83d5d000 -     0x7fff83e7592f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff83e76000 -     0x7fff83f11fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff83f48000 -     0x7fff83f4dfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff83f9c000 -     0x7fff83fc4fff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff83fdf000 -     0x7fff83fe8ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff83fe9000 -     0x7fff83ff6fff  com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff83ff7000 -     0x7fff83ffbfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff840db000 -     0x7fff840dbfff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff840dc000 -     0x7fff840e7fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff840e8000 -     0x7fff8488ffff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff84890000 -     0x7fff8489ffff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff848f7000 -     0x7fff848fcfff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff84938000 -     0x7fff84992ff7  com.apple.imfoundation (8.0 - 900) <0F924050-6D71-3905-B033-EB1A6C8F1495> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff84993000 -     0x7fff84a91fff  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
        0x7fff84a92000 -     0x7fff84aeefff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff84e7c000 -     0x7fff84e83fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff84f17000 -     0x7fff84f4bfff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff84f4c000 -     0x7fff84fb3fff  com.apple.coredav (1.0.1 - 179.7) <EEFBD7EA-82F4-32AB-8D2B-541D74FB764A> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff84fe7000 -     0x7fff84ff2ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff850a5000 -     0x7fff850ccff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff850cd000 -     0x7fff850d4fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff850d5000 -     0x7fff850e8ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff850e9000 -     0x7fff850f1fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff850f2000 -     0x7fff85111ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff85112000 -     0x7fff851b0ff7  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
        0x7fff851b1000 -     0x7fff85b416ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff85b42000 -     0x7fff85b8bfff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff86372000 -     0x7fff863aafff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff863ab000 -     0x7fff86659ff7  com.apple.imageKit (2.2 - 670) <F9B50A59-A749-333C-A8D9-C8A92C649AA9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8665c000 -     0x7fff86670fff  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
        0x7fff86671000 -     0x7fff8676eff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8676f000 -     0x7fff8677cfff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8677d000 -     0x7fff86794fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff86795000 -     0x7fff867f2fff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff869a5000 -     0x7fff86c68ff7  com.apple.AddressBook.framework (7.1 - 1169) <5FFF3765-414A-3633-ADE5-337CD4B9A102> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff86c76000 -     0x7fff86c7afff  libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff86c85000 -     0x7fff86ccfff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff86d9f000 -     0x7fff86df9ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff86eee000 -     0x7fff86f25ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff86f2c000 -     0x7fff86f41ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff86f42000 -     0x7fff86f44fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff86f45000 -     0x7fff86f53ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff86f54000 -     0x7fff86f55fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff86f56000 -     0x7fff86f61fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff86f62000 -     0x7fff870edff7  com.apple.WebKit (8536 - 8536.28.10) <792FA1F3-68F2-36F8-A070-898B3682F5DE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff870ee000 -     0x7fff8729cfff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff872e2000 -     0x7fff872e2fff  SleepServices (1.46) <A49C34BF-A696-3266-BCC1-D0788853D626> /System/Library/PrivateFrameworks/SleepServices.framework/Versions/A/SleepServi ces
        0x7fff872e3000 -     0x7fff8730efff  com.apple.datadetectors (4.0 - 199.0) <4FE34A35-8DE1-3A43-8586-4B2ED03F2D84> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff8730f000 -     0x7fff87404fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff87405000 -     0x7fff87407fff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff87408000 -     0x7fff87528fff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff87529000 -     0x7fff8752afff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8752b000 -     0x7fff875f0ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff87877000 -     0x7fff878b4fef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff878b5000 -     0x7fff878b5fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff878b6000 -     0x7fff878b6fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff878b7000 -     0x7fff878befff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff878bf000 -     0x7fff8791bfff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8791c000 -     0x7fff8792afff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8792b000 -     0x7fff879f7ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff87aa0000 -     0x7fff87af7ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff87af8000 -     0x7fff87b85ff7  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
        0x7fff87b8a000 -     0x7fff87bfafff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff87bfb000 -     0x7fff87bffff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff87c0f000 -     0x7fff87c23fff  com.apple.AppContainer (2.0 - 1) <9BE47824-8C49-3629-A6C5-095A5BEDCF28> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff87c24000 -     0x7fff87c2efff  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
        0x7fff87c31000 -     0x7fff87ce9ff7  com.apple.CoreMessage (1.0 - 1503) <8C8B4C77-6985-3750-A54C-9806550C1C62> /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
        0x7fff87cea000 -     0x7fff88917ff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff88918000 -     0x7fff88919ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff8893d000 -     0x7fff8894cff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8894d000 -     0x7fff8894fff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff88950000 -     0x7fff88957fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff88958000 -     0x7fff88969ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff889ae000 -     0x7fff88be3ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff88be4000 -     0x7fff88d7ffef  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
        0x7fff88d80000 -     0x7fff88d81fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff88d82000 -     0x7fff88edbff7  com.apple.syncservices (7.1 - 713.1) <1B20AF09-C1E5-3B70-A57F-177A4D92E403> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff88edc000 -     0x7fff88edcfff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff88edd000 -     0x7fff88effff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff88f00000 -     0x7fff88f00ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff88f01000 -     0x7fff8901bfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8901c000 -     0x7fff89027ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff89028000 -     0x7fff8902cfff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8903b000 -     0x7fff8903cff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8903d000 -     0x7fff8918efff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8918f000 -     0x7fff891e0ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff896df000 -     0x7fff89954fff  com.apple.CalendarStore (6.0 - 1249) <EDF94D24-0BFF-366E-851F-0F5C82455648> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff89956000 -     0x7fff8998cfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8998d000 -     0x7fff89993ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff89994000 -     0x7fff89998fff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff89999000 -     0x7fff899f3fff  com.apple.Suggestions (2.0 - 102.1) <05D8D892-9A31-301A-BD24-D8A89B2AC905> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
        0x7fff89a2f000 -     0x7fff89a76ff7  com.apple.CalDAV (6.0 - 112.6) <BEE75B4F-A36E-3753-BDAF-1F766849960B> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff89a77000 -     0x7fff89a92ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff89a93000 -     0x7fff89bf1fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff89bf2000 -     0x7fff89bf5fff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff89bf6000 -     0x7fff89d6bfff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff89d6c000 -     0x7fff89d74ff7  com.apple.AppSandbox (2.0 - 1) <2E28B3EA-EAD8-3632-862D-60286FE70D79> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff89d75000 -     0x7fff89d75fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff89d76000 -     0x7fff89dc3fff  com.apple.CoreMediaIO (307.0 - 4155) <CD826A65-DFE7-3A58-A29E-15B3A9BE0A6D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff89dc4000 -     0x7fff89dc4fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff89dc5000 -     0x7fff89ec2fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff89ec3000 -     0x7fff89ef9fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff89efa000 -     0x7fff89f00fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff89f01000 -     0x7fff89f81ff7  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
        0x7fff89f82000 -     0x7fff89f82fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff89f83000 -     0x7fff89f84ff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
        0x7fff89f85000 -     0x7fff89fa4ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff89fa5000 -     0x7fff8a12bfff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8a12c000 -     0x7fff8a199ff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8a19a000 -     0x7fff8a239ff7  com.apple.imcore (8.0 - 900) <F71E8D85-BE37-37C7-8536-7DCF396984A9> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff8a23a000 -     0x7fff8a264ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8a265000 -     0x7fff8a4adfff  com.apple.MessageFramework (6.0 - 1503) <17A8D2BF-137D-3B4A-BCAF-50BB58ECC191> /System/Library/Frameworks/Message.framework/Versions/B/Message
        0x7fff8a4ae000 -     0x7fff8a50bff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8a50c000 -     0x7fff8a51fff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8a520000 -     0x7fff8a5f2ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8a5f3000 -     0x7fff8a642ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8a643000 -     0x7fff8a651fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8a652000 -     0x7fff8a6a3ff7  com.apple.iCalendar (6.0 - 126.5) <333304C6-0968-3AE6-886B-35630A175BD7> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff8a6a4000 -     0x7fff8a6a4fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8a6a5000 -     0x7fff8a6b2ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8a6b3000 -     0x7fff8aaaafff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8aaab000 -     0x7fff8aaeaff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8aaeb000 -     0x7fff8ad8fff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8ad90000 -     0x7fff8ad9cfff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8ae20000 -     0x7fff8ae8ffff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8ae90000 -     0x7fff8ae93fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8aeab000 -     0x7fff8aec5fff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8aec6000 -     0x7fff8af77fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8af78000 -     0x7fff8afa3fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8afa4000 -     0x7fff8afc1ff7  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
        0x7fff8afc2000 -     0x7fff8affcfff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8b026000 -     0x7fff8b031ff7  com.apple.CalendarAgentLink (1.0 - 37) <B794F739-3AA0-395E-B8EA-3E9DECA10890> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff8b032000 -     0x7fff8b049fff  com.apple.iChat.InstantMessage (7.0.1 - 3305) <456A95AC-10B5-3895-8D42-84B82DF46C0F> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
        0x7fff8b205000 -     0x7fff8b51cff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8b57d000 -     0x7fff8b5c1fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
        0x7fff8b5de000 -     0x7fff8b5ecff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8b5ed000 -     0x7fff8b60efff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8b60f000 -     0x7fff8b65afff  com.apple.CoreMedia (1.0 - 926.87) <F51205F8-A102-359C-A9A3-22A48524C081> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8b65b000 -     0x7fff8b65dfff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8b65e000 -     0x7fff8b6ccfff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8b6cd000 -     0x7fff8b6f2ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8b78b000 -     0x7fff8b78bfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8b7d4000 -     0x7fff8b7d8fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b7d9000 -     0x7fff8b807fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8b808000 -     0x7fff8b811ff7  com.apple.marco (8.0 - 900) <89016888-E37F-3244-906B-D88102483CA3> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff8b812000 -     0x7fff8b81efff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8b81f000 -     0x7fff8b82cfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8b83a000 -     0x7fff8b840fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8b841000 -     0x7fff8b87ffff  com.apple.PassKit (1.0 - 1) <EB8C9B79-65A3-36BA-B5CF-D2DB0B036EFB> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
        0x7fff8b880000 -     0x7fff8b88bff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8b88c000 -     0x7fff8b8d7fff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8b8da000 -     0x7fff8b8dbff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8b8dc000 -     0x7fff8bd18fff  com.apple.VideoToolbox (1.0 - 926.87) <7319477A-4A3D-3233-AAD1-31F9C9429DA7> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8bd19000 -     0x7fff8bd1bff7  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
        0x7fff8bd1c000 -     0x7fff8be35fff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8be36000 -     0x7fff8be38fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8be64000 -     0x7fff8be75ff7  com.apple.CalendarFoundation (1.0 - 29) <2C84D3EB-844E-39DA-A848-43FC42707168> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff8be76000 -     0x7fff8be98ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff8bea8000 -     0x7fff8bea8fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8bea9000 -     0x7fff8beaefff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8beaf000 -     0x7fff8bec4fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8bec5000 -     0x7fff8bf01fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8bf02000 -     0x7fff8bf2eff7  libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8bfcf000 -     0x7fff8bfd3ff7  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
        0x7fff8bfd4000 -     0x7fff8c030ff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8c031000 -     0x7fff8c087fff  com.apple.HIServices (1.20 - 417) <839B4EE4-B96F-3371-BE90-3B4EBB86C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8c088000 -     0x7fff8c0b6ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8c0b7000 -     0x7fff8c0f1ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8c0f2000 -     0x7fff8c135ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8c136000 -     0x7fff8c1c7fff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8c1c8000 -     0x7fff8c231fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8c232000 -     0x7fff8c4b2ff7  com.apple.AOSKit (1.05 - 152.2) <43361229-45F3-3946-A11A-CC0FF2129F06> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8c4b3000 -     0x7fff8c4d3fff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8c4d4000 -     0x7fff8c8cdfe7  com.apple.MediaToolbox (1.0 - 926.87) <8346DAFC-88E5-350E-90E1-C98B180488C2> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8c8ce000 -     0x7fff8c8daff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8c8db000 -     0x7fff8c8f1fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8c8f2000 -     0x7fff8c909fff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8c95a000 -     0x7fff8c99dff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8c99e000 -     0x7fff8ccfbff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8d6cc000 -     0x7fff8d71bff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8d71c000 -     0x7fff8d827fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8d828000 -     0x7fff8da28fff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
        0x7fff8da29000 -     0x7fff8e9e6fff  com.apple.WebCore (8536 - 8536.28.10) <89CDA119-0FC8-3D0E-87B8-AB96BE6D1A36> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8e9e7000 -     0x7fff8ebd1ff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8ebdb000 -     0x7fff8ec02fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8ec03000 -     0x7fff8ec5dfff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8ec5e000 -     0x7fff8ec8afff  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8ec8b000 -     0x7fff8f0a8fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8f0a9000 -     0x7fff8f344fff  com.apple.JavaScriptCore (8536 - 8536.28.10) <BC911515-D051-3E2E-8E57-D36878407C60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8f345000 -     0x7fff8f3dffff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8f3e0000 -     0x7fff8f3e0fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8f3e1000 -     0x7fff8f463ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8f464000 -     0x7fff8f735ff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8f736000 -     0x7fff8f838fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8f839000 -     0x7fff8f890ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8fa59000 -     0x7fff8faf6ff7  com.apple.PDFKit (2.7.3 - 2.7.3) <5AE5FD4E-658F-38BC-90DD-C2B28E17ED34> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8fb47000 -     0x7fff8fb73fff  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
        0x7fff8fb74000 -     0x7fff8fce5ff7  com.apple.QTKit (7.7.1 - 2599.24) <A2153722-268B-3293-B9E3-CB59273CDE41> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8fce6000 -     0x7fff90016fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff9001a000 -     0x7fff900a4ff7  com.apple.iLifeMediaBrowser (2.7.3 - 546.4) <EBBE3935-7566-3A3E-A0D7-8DCBBDD8A733> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff900a5000 -     0x7fff9010dff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff9010e000 -     0x7fff9016dfff  com.apple.IMAP (6.0 - 1503) <BA336D11-AD1A-3CAF-A9AE-F98AAACCCD54> /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP
        0x7fff901b7000 -     0x7fff90236ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff90237000 -     0x7fff90272fff  com.apple.LDAPFramework (2.4.28 - 194.5) <67FBDB29-3B9F-309A-BA7C-AA5921D9A4FB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff90273000 -     0x7fff902dbfff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff904c7000 -     0x7fff904f8ff7  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
        0x7fff904fd000 -     0x7fff90501fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff90502000 -     0x7fff9054eff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff9054f000 -     0x7fff905a8fff  com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <D6A71984-8FA2-3964-87C6-1936460FDF8C> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff905b4000 -     0x7fff905cbfff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff905e4000 -     0x7fff9060dfff  libsandbox.1.dylib (220.2) <3FC9A111-B76D-3F98-90A4-44CFB0D433B4> /usr/lib/libsandbox.1.dylib
        0x7fff9060e000 -     0x7fff90663ff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1563
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=220.7M resident=177.3M(80%) swapped_out_or_unallocated=43.4M(20%)
    Writable regions: Total=104.2M written=4044K(4%) resident=22.4M(21%) swapped_out=0K(0%) unallocated=81.8M(79%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                   632K
    CG image                             12K
    CG shared images                   1216K
    CoreServices                       6768K
    MALLOC                             74.0M
    MALLOC guard page                    48K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=251                       36K
    SQLite page cache                    96K
    STACK GUARD                        56.0M
    Stack                              11.6M
    VM_ALLOCATE                        16.2M
    __DATA                             22.1M
    __IMAGE                             528K
    __LINKEDIT                         52.6M
    __TEXT                            168.1M
    __UNICODE                           544K
    mapped file      

    I have the same issue, I upgraded to 10.8 when opening mail it went through the process of upgrading and importing mailboxes but now when I try and open it i just get the top menu, no windows and a spinning wheel.

  • IMac Crash after Updating to 10.6.8

    Hello.  I have a 24" iMac that was working fine until I updated to 10.6.8.  Immediately after updating it crashed and gave me the power off box in the center.  After doing that several times I also got "the gray veil of death" that scrolled down slowly and then my screen was solid gray except for a multi-line message in the upper left (looked like old DOS).  It had a mixture of messages and code (i.e. 00x589045, etc.).  Occasionally it would have a variety of messages.  After rebooting repeatedly I finally got my system back.  Then I backed it up using Timemachine.  After I rebooted it started all over.  My peripherals were the standard wireless apple keyboard and a Logitech wireless mouse (USB Wireless) but nothing spectacular.  During the reboot sequence I'd get the message to send to Apple, then the next one reporting the issue.  About 30 seconds later I'd get the gray veil of death again and the power down and reboot command.
    I call Apple support today and reloaded the Snow Leapard system.  Everything seemed fine, backed up again just to be sure, then started updating the system again.  Whole thing started all over again.  Now I can't even get it to boot up once properly.  I'll probably end up taking it in, but was wondering if anyone else had the same issue and what they did to resolve it.  Haven't found an update released for the recent update, so now I'm stuck until I exchange it or they fix it.
    Again, thanks for help if you're familiar with this problem specifically after the 10.6.8 update.

    Thank you for the input.  I really appreciate the help.  I downloaded the Bluetooth update and tried it.  I've pretty much isolated it to the Bluetooth or wireless mouse functions, as both of them cause the gray screen drop and crash.  The update didn't fix it but at least I'm narrowing it down.
    This is what the report said:
    Interval Since Last Panic Report:  43894 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    FD70F003-CE5F-43C3-8125-C88B17E6496F
    Mon Jul  4 14:04:28 2011
    panic(cpu 1 caller 0x5054a6): "OSCollection::_RESERVEDOSCollection6 called."@/SourceCache/xnu/xnu-1504.15.3/libkern/c++/OSMetaClass.cpp:906
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x5e3b3c98 : 0x21b837 (0x5dd7fc 0x5e3b3ccc 0x223ce1 0x0)
    0x5e3b3ce8 : 0x5054a6 (0x5de36c 0x5def46 0x5def46 0x6)
    0x5e3b3d08 : 0x50834e (0x85f858 0x6 0x5e3b3d48 0x507001)
    0x5e3b3d28 : 0x10d759b (0xaa6e100 0x0 0x24 0x8e05040)
    0x5e3b3d88 : 0x10d79c2 (0xfa01700 0x8e05040 0x0 0x10d79e6)
    0x5e3b3dc8 : 0x966720 (0xfa01700 0xaa71d00 0x5e3b3df8 0x0)
    0x5e3b3e18 : 0x543f60 (0xfa01700 0xaa71d00 0x1 0x506b76)
    0x5e3b3e78 : 0x542137 (0xaa71d00 0xfa01700 0x9ccc980 0x9cbfb00)
    0x5e3b3f28 : 0x5426e9 (0xaa71d00 0x8e0ec80 0x0 0x516766)
    0x5e3b3f78 : 0x5443d5 (0xaa71d00 0x8 0x5e3b3fac 0x1)
    0x5e3b3fc8 : 0x2a179c (0x8df5560 0x0 0x2a17ab 0xbce3b7c)
          Kernel Extensions in backtrace (with dependencies):
             com.Mouse.driver.MouseSetting(1.0.1)@0x10d6000->0x10ddfff
                dependency: com.apple.iokit.IOUSBFamily(4.2.4)@0x920000
                dependency: com.apple.iokit.IOUSBHIDDriver(4.2.0)@0x992000
                dependency: com.apple.iokit.IOHIDFamily(1.6.6)@0x956000
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x909000
             com.apple.iokit.IOHIDFamily(1.6.6)@0x956000->0x991fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K540
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: iMac9,1 (Mac-F2218FA9)
    System uptime in nanoseconds: 200288005691
    unloaded kexts:
    com.apple.driver.AirPortBrcm43xx    423.91.27 (addr 0xf92000, size 0x1900544) - last unloaded 159635887590
    loaded kexts:
    com.Mouse.driver.MouseSetting    1.0.1 - last loaded 200275155794
    com.Logitech.Control Center.HID Driver    2.6.0
    com.parallels.kext.prl_vnic    4.0 3848.450204
    com.vmware.kext.vmnet    3.1.3
    com.parallels.kext.prl_netbridge    4.0 3848.450204
    com.vmware.kext.vmioplug    3.1.3
    com.vmware.kext.vmci    3.1.3
    com.vmware.kext.vmx86    3.1.3
    com.parallels.kext.prl_usb_connect    4.0 3848.450204
    com.parallels.kext.prl_hid_hook    4.0 3848.450204
    com.parallels.kext.prl_hypervisor    4.0 3848.450204
    com.apple.driver.AppleHWSensor    1.9.3d0
    com.apple.filesystems.autofs    2.1.0
    com.apple.driver.AppleBluetoothMultitouch    54.3
    com.apple.driver.AGPM    100.12.31
    com.apple.driver.AppleMikeyHIDDriver    1.2.0
    com.apple.driver.AppleMikeyDriver    2.0.5f13
    com.apple.driver.AppleHDA    2.0.5f13
    com.apple.driver.AudioAUUC    1.57
    com.apple.driver.AppleUpstreamUserClient    3.5.7
    com.apple.driver.AppleMCCSControl    1.0.20
    com.apple.driver.AppleLPC    1.5.1
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.AppleIntelPenrynProfile    17
    com.apple.driver.ACPI_SMC_PlatformPlugin    4.7.0a1
    com.apple.GeForce    6.3.6
    com.apple.driver.AppleBacklight    170.0.46
    com.apple.iokit.SCSITaskUserClient    2.6.8
    com.apple.driver.AppleIRController    303.8
    com.apple.BootCache    31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.driver.AppleFWOHCI    4.7.3
    com.apple.iokit.IOAHCIBlockStorage    1.6.4
    com.apple.driver.AirPortBrcm43224    428.42.4
    com.apple.driver.AppleAHCIPort    2.1.7
    com.apple.nvenet    2.0.17
    com.apple.driver.AppleUSBHub    4.2.4
    com.apple.driver.AppleUSBEHCI    4.2.4
    com.apple.driver.AppleHPET    1.5
    com.apple.driver.AppleEFINVRAM    1.4.0
    com.apple.driver.AppleRTC    1.3.1
    com.apple.driver.AppleUSBOHCI    4.2.0
    com.apple.driver.AppleACPIButtons    1.3.6
    com.apple.driver.AppleSMBIOS    1.7
    com.apple.driver.AppleACPIEC    1.3.6
    com.apple.driver.AppleAPIC    1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient    142.6.0
    com.apple.security.sandbox    1
    com.apple.security.quarantine    0
    com.apple.nke.applicationfirewall    2.1.12
    com.apple.driver.AppleIntelCPUPowerManagement    142.6.0
    com.apple.driver.AppleMultitouchDriver    207.11
    com.apple.driver.IOBluetoothHIDDriver    2.4.5f3
    com.apple.driver.DspFuncLib    2.0.5f13
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.driver.AppleProfileReadCounterAction    17
    com.apple.nvidia.nv50hal    6.3.6
    com.apple.driver.AppleProfileTimestampAction    10
    com.apple.driver.AppleProfileThreadInfoAction    14
    com.apple.driver.AppleProfileRegisterStateAction    10
    com.apple.driver.AppleProfileKEventAction    10
    com.apple.driver.AppleProfileCallstackAction    20
    com.apple.iokit.IOSurface    74.2
    com.apple.iokit.IOBluetoothSerialManager    2.4.5f3
    com.apple.iokit.IOSerialFamily    10.0.3
    com.apple.iokit.IOAudioFamily    1.8.3fc2
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleHDAController    2.0.5f13
    com.apple.iokit.IOHDAFamily    2.0.5f13
    com.apple.iokit.AppleProfileFamily    41
    com.apple.driver.AppleSMC    3.1.0d5
    com.apple.driver.IOPlatformPluginFamily    4.7.0a1
    com.apple.NVDAResman    6.3.6
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleBacklightExpert    1.0.1
    com.apple.iokit.IONDRVSupport    2.2
    com.apple.iokit.IOGraphicsFamily    2.2
    com.apple.iokit.IOFireWireIP    2.0.3
    com.apple.driver.AppleUSBHIDMouse    162
    com.apple.driver.AppleHIDMouse    162
    com.apple.driver.BroadcomUSBBluetoothHCIController    2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController    2.4.5f3
    com.apple.iokit.IOBluetoothFamily    2.4.5f3
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    2.6.8
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily    1.6
    com.apple.iokit.IOCDStorageFamily    1.6.1
    com.apple.driver.AppleUSBHIDKeyboard    141.5
    com.apple.driver.AppleHIDKeyboard    141.5
    com.apple.iokit.IOAHCISerialATAPI    1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily    2.6.8
    com.apple.iokit.IOUSBHIDDriver    4.2.0
    com.apple.driver.AppleUSBMergeNub    4.2.4
    com.apple.driver.AppleUSBComposite    3.9.0
    com.apple.driver.XsanFilter    402.1
    com.apple.iokit.IOFireWireFamily    4.2.6
    com.apple.iokit.IO80211Family    320.1
    com.apple.iokit.IOAHCIFamily    2.0.6
    com.apple.iokit.IONetworkingFamily    1.10
    com.apple.iokit.IOUSBUserClient    4.2.4
    com.apple.driver.AppleEFIRuntime    1.4.0
    com.apple.iokit.IOUSBFamily    4.2.4
    com.apple.driver.NVSMU    2.2.7
    com.apple.iokit.IOHIDFamily    1.6.6
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    6
    com.apple.driver.DiskImages    289.1
    com.apple.iokit.IOStorageFamily    1.6.3
    com.apple.driver.AppleACPIPlatform    1.3.6
    com.apple.iokit.IOPCIFamily    2.6.5
    com.apple.iokit.IOACPIFamily    1.3.0
    Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.45f0
    Graphics: NVIDIA GeForce GT 130, NVIDIA GeForce GT 130, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: Parallels Shared Networking Adapter, Ethernet, en2
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
    Serial ATA Device: WDC WD1001FALS-40K1B0, 931.51 GB
    Serial ATA Device: PIONEER DVD-RW  DVRTS08
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000 / 4
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0x24400000 / 3
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0x24300000 / 2
    USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0x24330000 / 5
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0x24320000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2

Maybe you are looking for

  • MRP run in background - ONhold

    hi Off late, the MRP background job scheduled weekly is taking a very long time. more than 4 hours and when i check the status in SM50, it shows the job shows status ON HOLD and reason as ARFC. In SM66 , i can see the job is STOPPED. But after a long

  • HssJNIDriver931.dll: Can't find dependent libraries

    what error? org.apache.jasper.JasperException: C:\Hyperion\common\ADM\9.3.1\Essbase\9.3.1\bin\HssJNIDriver931.dll: Can't find dependent libraries I install this essbase server essbase client essbase admininstrator application builder tomcat 5.5 Edite

  • EDI1 Condition type not determined automaitcally in ORDERS process

    Hi Experts,          We are in the process of creating the Sales order by receiving EDI data from customer and converting in to IDOC format and trying to create the sales order. While executing the ORDERS IDOC message type sales order is getting crea

  • Allowing a zero as the first digit in an insert record form field

    I have a form that has an insert record behavior applied to it. I would like to be able to put a number into one of the form fields that begins with the letter zero (i.e. 010507). The trouble is that when I insert any number beginning with a zero, th

  • Agent Assigment to Task

    Hello All, I am using a worflow that uses the same sub-workflow in two separate steps. The sub-workflow has a rule for agent determination. However, in the second step I want to have a fixed user as the agent. But ofcourse, if I change it in the seco