Javafx app crashes on Linux

my javafx project crashes after some clicks on tray icon on linux fedora but working fine on windows
i am using jdk 1.7.0.40
showing this error always . thanks in advance
# A fatal error has been detected by the Java Runtime Environment:
#  SIGSEGV (0xb) at pc=0x004d8ded, pid=2121, tid=3026627440
# JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
# Java VM: Java HotSpot(TM) Client VM (24.0-b56 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  [libpthread.so.0+0x7ded]  pthread_mutex_lock+0x1d
# Core dump written. Default location: /home/pawandeep/Desktop/workspace/FBTracker/core or core.2121
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

Please find the while error log and provide necessarily action.
My system Configuration:
Fedora Linux :
Relese 12(Constantine)
Kernal Linux: 2.6.31.5-127.fc12.i686.PAE
GNOME 2.28.0
Hardware:
Memory 991.2 MiB
Processor: Intel Core2 Duo E4500 @ 2.20 GHz
JDK Version: 1.7.0.40
Sun JDK
I am creating an Application With Java FX with Multi Threading, Timer Utility,Alpha property
==========================
# A fatal error has been detected by the Java Runtime Environment:
#  SIGSEGV (0xb) at pc=0x004d8ded, pid=2532, tid=3026295664
# JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
# Java VM: Java HotSpot(TM) Client VM (24.0-b56 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  [libpthread.so.0+0x7ded]  pthread_mutex_lock+0x1d
# Core dump written. Default location: /home/pawandeep/Desktop/workspace/FBTracker/core or core.2532
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# 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 (0xb51e2c00):  JavaThread "AWT-XAWT" daemon [_thread_in_native, id=2551, stack(0xb45c9000,0xb461a000)]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x692f6275
Registers:
EAX=0x692f6269, EBX=0x004e7ff4, ECX=0xb51e1d1c, EDX=0xb4618cc8
ESP=0xb4618c04, EBP=0xb4618c18, ESI=0x692f6269, EDI=0xb51e1d10
EIP=0x004d8ded, EFLAGS=0x00010212, CR2=0x692f6275
Top of Stack: (sp=0xb4618c04)
0xb4618c04:   00000000 00000005 007d5f44 b4618cd4
0xb4618c14:   b51e1d10 b4618c38 006c9320 692f6269
0xb4618c24:   00000000 00000157 007d8610 006c9309
0xb4618c34:   007d5f44 b4618c88 006e0075 b51e1d1c
0xb4618c44:   00000fff 00000157 00000533 b51c72c0
0xb4618c54:   00000000 006d080b b4618cc8 00754082
0xb4618c64:   b48482d8 b4618c88 006d0d2e 00754082
0xb4618c74:   00000004 00000533 007d5f44 b51c2720
Instructions: (pc=0x004d8ded)
0x004d8dcd:   00 00 00 55 89 e5 83 ec 14 89 75 f8 8b 75 08 89
0x004d8ddd:   5d f4 89 7d fc e8 19 c5 ff ff 81 c3 0d f2 00 00
0x004d8ded:   8b 7e 0c 89 f9 89 f8 83 e1 7f 83 e0 7c 75 3e 65
0x004d8dfd:   8b 15 68 00 00 00 85 c9 89 55 f0 75 43 81 e7 80
Register to memory mapping:
EAX=0x692f6269 is an unknown value
EBX=0x004e7ff4: <offset 0x16ff4> in /lib/libpthread.so.0 at 0x004d1000
ECX=0xb51e1d1c is an unknown value
EDX=0xb4618cc8 is pointing into the stack for thread: 0xb51e2c00
ESP=0xb4618c04 is pointing into the stack for thread: 0xb51e2c00
EBP=0xb4618c18 is pointing into the stack for thread: 0xb51e2c00
ESI=0x692f6269 is an unknown value
EDI=0xb51e1d10 is an unknown value
Stack: [0xb45c9000,0xb461a000],  sp=0xb4618c04,  free space=319k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libpthread.so.0+0x7ded]  pthread_mutex_lock+0x1d
C  [libX11.so.6+0x28320]  fileno+0x28320
C  [libX11.so.6+0x3f075]  XrmQGetResource+0x45
C  [libX11.so.6+0x1e5ae]  XGetDefault+0xce
C  [libmawt.so+0x10789]  Java_sun_awt_X11_XlibWrapper_XGetDefault+0x89
j  sun.awt.X11.XlibWrapper.XGetDefault(JLjava/lang/String;Ljava/lang/String;)Ljava/lang/String;+0
j  sun.awt.X11.XToolkit.initializeMultiClickTime()V+12
j  sun.awt.X11.XToolkit.getMultiClickTime()I+6
j  sun.awt.X11.XWindow.handleButtonPressRelease(Lsun/awt/X11/XEvent;)V+270
j  sun.awt.X11.XComponentPeer.handleButtonPressRelease(Lsun/awt/X11/XEvent;)V+68
j  sun.awt.X11.XBaseWindow.dispatchEvent(Lsun/awt/X11/XEvent;)V+206
j  sun.awt.X11.XBaseWindow.dispatchToWindow(Lsun/awt/X11/XEvent;)V+40
j  sun.awt.X11.XToolkit.dispatchEvent(Lsun/awt/X11/XEvent;)V+70
j  sun.awt.X11.XToolkit.run(Z)V+367
j  sun.awt.X11.XToolkit.run()V+5
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub
V  [libjvm.so+0x2a7875]  JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x315
V  [libjvm.so+0x3fa1e9]  os::os_exception_wrapper(void (*)(JavaValue*, methodHandle*, JavaCallArguments*, Thread*), JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x19
V  [libjvm.so+0x2a64ef]  JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x2f
V  [libjvm.so+0x2a672a]  JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*)+0x10a
V  [libjvm.so+0x2a684b]  JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*)+0x4b
V  [libjvm.so+0x3210e9]  thread_entry(JavaThread*, Thread*)+0xd9
V  [libjvm.so+0x4ce1f9]  JavaThread::thread_main_inner()+0x109
V  [libjvm.so+0x4ce353]  JavaThread::run()+0x123
V  [libjvm.so+0x401419]  java_start(Thread*)+0x119
C  [libpthread.so.0+0x5925]  abort@@GLIBC_2.0+0x5925
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.awt.X11.XlibWrapper.XGetDefault(JLjava/lang/String;Ljava/lang/String;)Ljava/lang/String;+0
j  sun.awt.X11.XToolkit.initializeMultiClickTime()V+12
j  sun.awt.X11.XToolkit.getMultiClickTime()I+6
j  sun.awt.X11.XWindow.handleButtonPressRelease(Lsun/awt/X11/XEvent;)V+270
j  sun.awt.X11.XComponentPeer.handleButtonPressRelease(Lsun/awt/X11/XEvent;)V+68
j  sun.awt.X11.XBaseWindow.dispatchEvent(Lsun/awt/X11/XEvent;)V+206
j  sun.awt.X11.XBaseWindow.dispatchToWindow(Lsun/awt/X11/XEvent;)V+40
j  sun.awt.X11.XToolkit.dispatchEvent(Lsun/awt/X11/XEvent;)V+70
j  sun.awt.X11.XToolkit.run(Z)V+367
j  sun.awt.X11.XToolkit.run()V+5
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub
---------------  P R O C E S S  ---------------
Java Threads: ( => current thread )
  0xb3aa6000 JavaThread "Timer-1" [_thread_blocked, id=2560, stack(0xb3daf000,0xb3e00000)]
  0xb3a64800 JavaThread "MultiThreadedHttpConnectionManager cleanup" daemon [_thread_blocked, id=2558, stack(0xb4485000,0xb44d6000)]
  0xb3f23c00 JavaThread "Prism Font Disposer" daemon [_thread_blocked, id=2557, stack(0xb43c1000,0xb4412000)]
  0xb3e02800 JavaThread "Timer-0" daemon [_thread_blocked, id=2556, stack(0xb4434000,0xb4485000)]
  0xb51fdc00 JavaThread "Thread-4" daemon [_thread_blocked, id=2554, stack(0xb44d6000,0xb4527000)]
  0xb51fa400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2553, stack(0xb4527000,0xb4578000)]
  0xb51f9000 JavaThread "AWT-Shutdown" [_thread_blocked, id=2552, stack(0xb4578000,0xb45c9000)]
=>0xb51e2c00 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=2551, stack(0xb45c9000,0xb461a000)]
  0xb51dd800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2550, stack(0xb461a000,0xb466b000)]
  0xb518e400 JavaThread "JavaFX Application Thread" [_thread_in_native, id=2549, stack(0xb466b000,0xb46bc000)]
  0xb518b400 JavaThread "Thread-2" daemon [_thread_blocked, id=2548, stack(0xb46bc000,0xb470d000)]
  0xb5125c00 JavaThread "Disposer" daemon [_thread_blocked, id=2547, stack(0xb470d000,0xb475e000)]
  0xb5124c00 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=2546, stack(0xb475e000,0xb47af000)]
  0xb4846400 JavaThread "JavaFX-Launcher" [_thread_blocked, id=2545, stack(0xb47af000,0xb4800000)]
  0xb764d400 JavaThread "Service Thread" daemon [_thread_blocked, id=2543, stack(0xb4ca7000,0xb4cf8000)]
  0xb764b400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2542, stack(0xb522e000,0xb52af000)]
  0xb7649800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2541, stack(0xb52af000,0xb5300000)]
  0xb762bc00 JavaThread "Finalizer" daemon [_thread_blocked, id=2540, stack(0xb5435000,0xb5486000)]
  0xb762a000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2539, stack(0xb5486000,0xb54d7000)]
  0xb7609400 JavaThread "main" [_thread_blocked, id=2537, stack(0xb77ff000,0xb7850000)]
Other Threads:
  0xb7628800 VMThread [stack: 0xb54d7000,0xb5558000] [id=2538]
  0xb764f800 WatcherThread [stack: 0xb4c26000,0xb4ca7000] [id=2544]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation   total 12032K, used 11050K [0x7ff80000, 0x80c80000, 0x85220000)
  eden space 10752K,  90% used [0x7ff80000, 0x8090a8c8, 0x80a00000)
  from space 1280K, 100% used [0x80a00000, 0x80b40000, 0x80b40000)
  to   space 1280K,   0% used [0x80b40000, 0x80b40000, 0x80c80000)
tenured generation   total 26508K, used 19727K [0x85220000, 0x86c03000, 0x8f780000)
   the space 26508K,  74% used [0x85220000, 0x86563cf0, 0x86563e00, 0x86c03000)
compacting perm gen  total 13568K, used 13457K [0x8f780000, 0x904c0000, 0x93780000)
   the space 13568K,  99% used [0x8f780000, 0x904a46e0, 0x904a4800, 0x904c0000)
    ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
    rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
Card table byte_map: [0xb5558000,0xb5600000] byte_map_base: 0xb5158400
Polling page: 0xb7864000
Code Cache  [0xb5600000, 0xb58b8000, 0xb7600000)
total_blobs=1760 nmethods=1356 adapters=339 free_code_cache=30004Kb largest_free_block=30722368
Compilation events (10 events):
Event: 52.171 Thread 0xb764b400 1383             sun.util.logging.PlatformLogger$JavaLoggerProxy::doLog (13 bytes)
Event: 52.172 Thread 0xb764b400 nmethod 1383 0xb58b2848 code [0xb58b2950, 0xb58b2a3c]
Event: 52.172 Thread 0xb764b400 1384             sun.util.logging.LoggingSupport::log (15 bytes)
Event: 52.172 Thread 0xb764b400 nmethod 1384 0xb58b2bc8 code [0xb58b2cd0, 0xb58b2dac]
Event: 52.172 Thread 0xb764b400 1385             java.util.logging.LoggingProxyImpl::log (13 bytes)
Event: 52.173 Thread 0xb764b400 nmethod 1385 0xb58b2ec8 code [0xb58b2fd0, 0xb58b30bc]
Event: 52.173 Thread 0xb764b400 1386             sun.util.logging.PlatformLogger::finest (12 bytes)
Event: 52.173 Thread 0xb764b400 nmethod 1386 0xb58b3188 code [0xb58b3290, 0xb58b332c]
Event: 52.213 Thread 0xb764b400 1387             java.util.logging.Logger::log (38 bytes)
Event: 52.213 Thread 0xb764b400 nmethod 1387 0xb58b3388 code [0xb58b34a0, 0xb58b35d8]
GC Heap History (10 events):
Event: 41.012 GC heap before
{Heap before GC invocations=47 (full 2):
def new generation   total 9344K, used 8860K [0x7ff80000, 0x809a0000, 0x85220000)
  eden space 8320K,  99% used [0x7ff80000, 0x8079dbf8, 0x807a0000)
  from space 1024K,  53% used [0x807a0000, 0x80829768, 0x808a0000)
  to   space 1024K,   0% used [0x808a0000, 0x808a0000, 0x809a0000)
tenured generation   total 20616K, used 17643K [0x85220000, 0x86642000, 0x8f780000)
   the space 20616K,  85% used [0x85220000, 0x8635ac60, 0x8635ae00, 0x86642000)
compacting perm gen  total 13312K, used 13247K [0x8f780000, 0x90480000, 0x93780000)
   the space 13312K,  99% used [0x8f780000, 0x9046fcc0, 0x9046fe00, 0x90480000)
    ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
    rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
Event: 41.015 GC heap after
Heap after GC invocations=48 (full 2):
def new generation   total 9344K, used 331K [0x7ff80000, 0x809a0000, 0x85220000)
  eden space 8320K,   0% used [0x7ff80000, 0x7ff80000, 0x807a0000)
  from space 1024K,  32% used [0x808a0000, 0x808f2f70, 0x809a0000)
  to   space 1024K,   0% used [0x807a0000, 0x807a0000, 0x808a0000)
tenured generation   total 20616K, used 17765K [0x85220000, 0x86642000, 0x8f780000)
   the space 20616K,  86% used [0x85220000, 0x86379558, 0x86379600, 0x86642000)
compacting perm gen  total 13312K, used 13247K [0x8f780000, 0x90480000, 0x93780000)
   the space 13312K,  99% used [0x8f780000, 0x9046fcc0, 0x9046fe00, 0x90480000)
    ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
    rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
Event: 41.091 GC heap before
{Heap before GC invocations=48 (full 2):
def new generation   total 9344K, used 6312K [0x7ff80000, 0x809a0000, 0x85220000)
  eden space 8320K,  71% used [0x7ff80000, 0x80557350, 0x807a0000)
  from space 1024K,  32% used [0x808a0000, 0x808f2f70, 0x809a0000)
  to   space 1024K,   0% used [0x807a0000, 0x807a0000, 0x808a0000)
tenured generation   total 20616K, used 17765K [0x85220000, 0x86642000, 0x8f780000)
   the space 20616K,  86% used [0x85220000, 0x86379558, 0x86379600, 0x86642000)
compacting perm gen  total 13312K, used 13255K [0x8f780000, 0x90480000, 0x93780000)
   the space 13312K,  99% used [0x8f780000, 0x90471cd0, 0x90471e00, 0x90480000)
    ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
    rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
Event: 41.095 GC heap after
Heap after GC invocations=49 (full 2):
def new generation   total 9344K, used 325K [0x7ff80000, 0x809a0000, 0x85220000)
  eden space 8320K,   0% used [0x7ff80000, 0x7ff80000, 0x807a0000)
  from space 1024K,  31% used [0x807a0000, 0x807f16d8, 0x808a0000)
  to   space 1024K,   0% used [0x808a0000, 0x808a0000, 0x809a0000)
tenured generation   total 20616K, used 17765K [0x85220000, 0x86642000, 0x8f780000)
   the space 20616K,  86% used [0x85220000, 0x86379558, 0x86379600, 0x86642000)
compacting perm gen  total 13312K, used 13255K [0x8f780000, 0x90480000, 0x93780000)
   the space 13312K,  99% used [0x8f780000, 0x90471cd0, 0x90471e00, 0x90480000)
    ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
    rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
Event: 41.274 GC heap before
{Heap before GC invocations=49 (full 2):
def new generation   total 9344K, used 6355K [0x7ff80000, 0x809a0000, 0x85220000)
  eden space 8320K,  72% used [0x7ff80000, 0x80563698, 0x807a0000)
  from space 1024K,  31% used [0x807a0000, 0x807f16d8, 0x808a0000)
  to   space 1024K,   0% used [0x808a0000, 0x808a0000, 0x809a0000)
tenured generation   total 20616K, used 17765K [0x85220000, 0x86642000, 0x8f780000)
   the space 20616K,  86% used [0x85220000, 0x86379558, 0x86379600, 0x86642000)
compacting perm gen  total 13568K, used 13338K [0x8f780000, 0x904c0000, 0x93780000)
   the space 13568K,  98% used [0x8f780000, 0x90486ab0, 0x90486c00, 0x904c0000)
    ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
    rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
Event: 41.379 GC heap after
Heap after GC invocations=50 (full 3):
def new generation   total 12032K, used 0K [0x7ff80000, 0x80c80000, 0x85220000)
  eden space 10752K,   0% used [0x7ff80000, 0x7ff80000, 0x80a00000)
  from space 1280K,   0% used [0x80a00000, 0x80a00000, 0x80b40000)
  to   space 1280K,   0% used [0x80b40000, 0x80b40000, 0x80c80000)
tenured generation   total 26508K, used 15903K [0x85220000, 0x86c03000, 0x8f780000)
   the space 26508K,  59% used [0x85220000, 0x861a7da8, 0x861a7e00, 0x86c03000)
compacting perm gen  total 13568K, used 13338K [0x8f780000, 0x904c0000, 0x93780000)
   the space 13568K,  98% used [0x8f780000, 0x90486ab0, 0x90486c00, 0x904c0000)
    ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
    rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
Event: 42.122 GC heap before
{Heap before GC invocations=50 (full 3):
def new generation   total 12032K, used 10752K [0x7ff80000, 0x80c80000, 0x85220000)
  eden space 10752K, 100% used [0x7ff80000, 0x80a00000, 0x80a00000)
  from space 1280K,   0% used [0x80a00000, 0x80a00000, 0x80b40000)
  to   space 1280K,   0% used [0x80b40000, 0x80b40000, 0x80c80000)
tenured generation   total 26508K, used 15903K [0x85220000, 0x86c03000, 0x8f780000)
   the space 26508K,  59% used [0x85220000, 0x861a7da8, 0x861a7e00, 0x86c03000)
compacting perm gen  total 13568K, used 13342K [0x8f780000, 0x904c0000, 0x93780000)
   the space 13568K,  98% used [0x8f780000, 0x90487858, 0x90487a00, 0x904c0000)
    ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
    rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
Event: 42.131 GC heap after
Heap after GC invocations=51 (full 3):
def new generation   total 12032K, used 459K [0x7ff80000, 0x80c80000, 0x85220000)
  eden space 10752K,   0% used [0x7ff80000, 0x7ff80000, 0x80a00000)
  from space 1280K,  35% used [0x80b40000, 0x80bb2fa0, 0x80c80000)
  to   space 1280K,   0% used [0x80a00000, 0x80a00000, 0x80b40000)
tenured generation   total 26508K, used 19700K [0x85220000, 0x86c03000, 0x8f780000)
   the space 26508K,  74% used [0x85220000, 0x8655d138, 0x8655d200, 0x86c03000)
compacting perm gen  total 13568K, used 13342K [0x8f780000, 0x904c0000, 0x93780000)
   the space 13568K,  98% used [0x8f780000, 0x90487858, 0x90487a00, 0x904c0000)
    ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
    rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
Event: 48.917 GC heap before
{Heap before GC invocations=51 (full 3):
def new generation   total 12032K, used 11211K [0x7ff80000, 0x80c80000, 0x85220000)
  eden space 10752K, 100% used [0x7ff80000, 0x80a00000, 0x80a00000)
  from space 1280K,  35% used [0x80b40000, 0x80bb2fa0, 0x80c80000)
  to   space 1280K,   0% used [0x80a00000, 0x80a00000, 0x80b40000)
tenured generation   total 26508K, used 19700K [0x85220000, 0x86c03000, 0x8f780000)
   the space 26508K,  74% used [0x85220000, 0x8655d138, 0x8655d200, 0x86c03000)
compacting perm gen  total 13568K, used 13415K [0x8f780000, 0x904c0000, 0x93780000)
   the space 13568K,  98% used [0x8f780000, 0x90499cc8, 0x90499e00, 0x904c0000)
    ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
    rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
Event: 48.921 GC heap after
Heap after GC invocations=52 (full 3):
def new generation   total 12032K, used 1280K [0x7ff80000, 0x80c80000, 0x85220000)
  eden space 10752K,   0% used [0x7ff80000, 0x7ff80000, 0x80a00000)
  from space 1280K, 100% used [0x80a00000, 0x80b40000, 0x80b40000)
  to   space 1280K,   0% used [0x80b40000, 0x80b40000, 0x80c80000)
tenured generation   total 26508K, used 19727K [0x85220000, 0x86c03000, 0x8f780000)
   the space 26508K,  74% used [0x85220000, 0x86563cf0, 0x86563e00, 0x86c03000)
compacting perm gen  total 13568K, used 13415K [0x8f780000, 0x904c0000, 0x93780000)
   the space 13568K,  98% used [0x8f780000, 0x90499cc8, 0x90499e00, 0x904c0000)
    ro space 10240K,  48% used [0x93780000, 0x93c50760, 0x93c50800, 0x94180000)
    rw space 12288K,  57% used [0x94180000, 0x94863630, 0x94863800, 0x94d80000)
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 46.783 Thread 0xb518e400 Threw 0x8062dbb0 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 46.783 Thread 0xb518e400 Threw 0x80632d00 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 46.784 Thread 0xb518e400 Threw 0x80637688 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 46.784 Thread 0xb518e400 Threw 0x8063c880 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 46.784 Thread 0xb518e400 Threw 0x80641b30 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 46.785 Thread 0xb518e400 Threw 0x80646f80 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 46.785 Thread 0xb518e400 Threw 0x8064c350 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 46.902 Thread 0xb518e400 Threw 0x8066cd80 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 46.908 Thread 0xb518e400 Threw 0x80670d58 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
Event: 46.908 Thread 0xb518e400 Threw 0x80674560 at /HUDSON/workspace/jdk7u40-2-build-linux-i586-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:1244
Events (10 events):
Event: 52.171 Executing VM operation: RevokeBias
Event: 52.171 Executing VM operation: RevokeBias done
Event: 52.173 Executing VM operation: RevokeBias
Event: 52.173 Executing VM operation: RevokeBias done
Event: 52.173 Executing VM operation: RevokeBias
Event: 52.173 Executing VM operation: RevokeBias done
Event: 52.219 loading class 0x94e4ff08
Event: 52.249 loading class 0x94e4ff08 done
Event: 52.441 loading class 0x94e4fe38
Event: 52.465 loading class 0x94e4fe38 done
Dynamic libraries:
00110000-00282000 r-xp 00000000 08:02 2768983    /lib/libc-2.11.2.so
00282000-00283000 ---p 00172000 08:02 2768983    /lib/libc-2.11.2.so
00283000-00285000 r--p 00172000 08:02 2768983    /lib/libc-2.11.2.so
00285000-00286000 rw-p 00174000 08:02 2768983    /lib/libc-2.11.2.so
00286000-00289000 rw-p 00000000 00:00 0
00289000-00294000 r-xp 00000000 08:02 248435     /usr/java/jdk1.7.0_40/jre/lib/i386/libverify.so
00294000-00295000 rw-p 0000b000 08:02 248435     /usr/java/jdk1.7.0_40/jre/lib/i386/libverify.so
00295000-002b2000 r-xp 00000000 08:02 3178979    /usr/lib/libxcb.so.1.1.0
002b2000-002b3000 rw-p 0001c000 08:02 3178979    /usr/lib/libxcb.so.1.1.0
002b3000-002cf000 r-xp 00000000 08:02 2768996    /lib/libselinux.so.1
002cf000-002d0000 r--p 0001b000 08:02 2768996    /lib/libselinux.so.1
002d0000-002d1000 rw-p 0001c000 08:02 2768996    /lib/libselinux.so.1
002d1000-002db000 r-xp 00000000 08:02 3218290    /usr/lib/libdrm_intel.so.1.0.0
002db000-002dc000 rw-p 00009000 08:02 3218290    /usr/lib/libdrm_intel.so.1.0.0
002dc000-002fe000 r-xp 00000000 08:02 3288589    /usr/java/jdk1.7.0_40/jre/lib/i386/libglass.so
002fe000-002ff000 r--p 00021000 08:02 3288589    /usr/java/jdk1.7.0_40/jre/lib/i386/libglass.so
002ff000-00300000 rw-p 00022000 08:02 3288589    /usr/java/jdk1.7.0_40/jre/lib/i386/libglass.so
00301000-0031f000 r-xp 00000000 08:02 2768982    /lib/ld-2.11.2.so
0031f000-00320000 r--p 0001d000 08:02 2768982    /lib/ld-2.11.2.so
00320000-00321000 rw-p 0001e000 08:02 2768982    /lib/ld-2.11.2.so
00321000-0033e000 r-xp 00000000 08:02 3178996    /usr/lib/libatk-1.0.so.0.2809.1
0033e000-00340000 rw-p 0001c000 08:02 3178996    /usr/lib/libatk-1.0.so.0.2809.1
00340000-00368000 r-xp 00000000 08:02 3178984    /usr/lib/libpangoft2-1.0.so.0.2600.0
00368000-00369000 rw-p 00028000 08:02 3178984    /usr/lib/libpangoft2-1.0.so.0.2600.0
00369000-0036b000 r-xp 00000000 08:02 3178987    /usr/lib/libXinerama.so.1.0.0
0036b000-0036c000 rw-p 00001000 08:02 3178987    /usr/lib/libXinerama.so.1.0.0
0036d000-00380000 r-xp 00000000 08:02 3288569    /usr/java/jdk1.7.0_40/jre/lib/i386/jli/libjli.so
00380000-00381000 rw-p 00012000 08:02 3288569    /usr/java/jdk1.7.0_40/jre/lib/i386/jli/libjli.so
00381000-003fe000 r-xp 00000000 08:02 3482411    /usr/lib/dri/i915_dri.so
003fe000-00402000 rw-p 0007c000 08:02 3482411    /usr/lib/dri/i915_dri.so
00402000-0041f000 r-xp 00000000 08:02 3178994    /usr/lib/libgdk_pixbuf-2.0.so.0.1800.3
0041f000-00420000 rw-p 0001d000 08:02 3178994    /usr/lib/libgdk_pixbuf-2.0.so.0.1800.3
00420000-0042b000 r-xp 00000000 08:02 3178985    /usr/lib/libpangocairo-1.0.so.0.2600.0
0042b000-0042c000 rw-p 0000a000 08:02 3178985    /usr/lib/libpangocairo-1.0.so.0.2600.0
0042c000-00473000 r-xp 00000000 08:02 3178983    /usr/lib/libpango-1.0.so.0.2600.0
00473000-00475000 rw-p 00046000 08:02 3178983    /usr/lib/libpango-1.0.so.0.2600.0
00475000-0047a000 r-xp 00000000 08:02 3215496    /usr/lib/libXtst.so.6.1.0
0047a000-0047b000 rw-p 00004000 08:02 3215496    /usr/lib/libXtst.so.6.1.0
0047b000-00498000 r-xp 00000000 08:02 2768998    /lib/libgcc_s-4.4.4-20100630.so.1
00498000-00499000 rw-p 0001d000 08:02 2768998    /lib/libgcc_s-4.4.4-20100630.so.1
00499000-0049b000 r-xp 00000000 08:02 3178992    /usr/lib/libXcomposite.so.1.0.0
0049b000-0049c000 rw-p 00001000 08:02 3178992    /usr/lib/libXcomposite.so.1.0.0
0049e000-004c6000 r-xp 00000000 08:02 2768989    /lib/libm-2.11.2.so
004c6000-004c7000 r--p 00027000 08:02 2768989    /lib/libm-2.11.2.so
004c7000-004c8000 rw-p 00028000 08:02 2768989    /lib/libm-2.11.2.so
004ca000-004cd000 r-xp 00000000 08:02 2768992    /lib/libdl-2.11.2.so
004cd000-004ce000 r--p 00002000 08:02 2768992    /lib/libdl-2.11.2.so
004ce000-004cf000 rw-p 00003000 08:02 2768992    /lib/libdl-2.11.2.so
004d1000-004e7000 r-xp 00000000 08:02 2768985    /lib/libpthread-2.11.2.so
004e7000-004e8000 r--p 00016000 08:02 2768985    /lib/libpthread-2.11.2.so
004e8000-004e9000 rw-p 00017000 08:02 2768985    /lib/libpthread-2.11.2.so
004e9000-004eb000 rw-p 00000000 00:00 0
004ed000-004f4000 r-xp 00000000 08:02 2768986    /lib/librt-2.11.2.so
004f4000-004f5000 r--p 00006000 08:02 2768986    /lib/librt-2.11.2.so
004f5000-004f6000 rw-p 00007000 08:02 2768986    /lib/librt-2.11.2.so
004f6000-0059b000 r-xp 00000000 08:02 3178995    /usr/lib/libgdk-x11-2.0.so.0.1800.3
0059b000-0059e000 rw-p 000a5000 08:02 3178995    /usr/lib/libgdk-x11-2.0.so.0.1800.3
0059e000-005d1000 r-xp 00000000 08:02 3178976    /usr/lib/libfontconfig.so.1.4.3
005d1000-005d3000 rw-p 00032000 08:02 3178976    /usr/lib/libfontconfig.so.1.4.3
005d3000-005db000 r-xp 00000000 08:02 3178981    /usr/lib/libXrender.so.1.3.0
005db000-005dc000 rw-p 00008000 08:02 3178981    /usr/lib/libXrender.so.1.3.0
005dc000-005e5000 r-xp 00000000 08:02 3178991    /usr/lib/libXcursor.so.1.0.2
005e5000-005e6000 rw-p 00009000 08:02 3178991    /usr/lib/libXcursor.so.1.0.2
005e6000-005e8000 r-xp 00000000 08:02 3360960    /usr/lib/gtk-2.0/modules/libpk-gtk-module.so
005e8000-005e9000 rw-p 00002000 08:02 3360960    /usr/lib/gtk-2.0/modules/libpk-gtk-module.so
005e9000-0060c000 r-xp 00000000 08:02 3288598    /usr/java/jdk1.7.0_40/jre/lib/i386/libjava.so
0060c000-0060d000 rw-p 00022000 08:02 3288598    /usr/java/jdk1.7.0_40/jre/lib/i386/libjava.so
0060d000-00611000 r-xp 00000000 08:02 2768987    /lib/libcap-ng.so.0.0.0
00611000-00612000 r--p 00003000 08:02 2768987    /lib/libcap-ng.so.0.0.0
00612000-00613000 rw-p 00004000 08:02 2768987    /lib/libcap-ng.so.0.0.0
00613000-00617000 r-xp 00000000 08:02 3359024    /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
00617000-00618000 rw-p 00004000 08:02 3359024    /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
00618000-0065b000 r-xp 00000000 08:02 2768993    /lib/libgobject-2.0.so.0.2200.2
0065b000-0065c000 rw-p 00043000 08:02 2768993    /lib/libgobject-2.0.so.0.2200.2
0065c000-00669000 r-xp 00000000 08:02 3178988    /usr/lib/libXi.so.6.1.0
00669000-0066a000 rw-p 0000d000 08:02 3178988    /usr/lib/libXi.so.6.1.0
0066a000-0066f000 r-xp 00000000 08:02 3212752    /usr/lib/libogg.so.0.6.0
0066f000-00670000 rw-p 00005000 08:02 3212752    /usr/lib/libogg.so.0.6.0
00670000-00675000 r-xp 00000000 08:02 3916063    /lib/libnss_dns-2.11.2.so
00675000-00676000 r--p 00004000 08:02 3916063    /lib/libnss_dns-2.11.2.so
00676000-00677000 rw-p 00005000 08:02 3916063    /lib/libnss_dns-2.11.2.so
00679000-0067c000 r-xp 00000000 08:02 2768994    /lib/libgmodule-2.0.so.0.2200.2
0067c000-0067d000 rw-p 00002000 08:02 2768994    /lib/libgmodule-2.0.so.0.2200.2
0067f000-00683000 r-xp 00000000 08:02 2768999    /lib/libgthread-2.0.so.0.2200.2
00683000-00684000 rw-p 00003000 08:02 2768999    /lib/libgthread-2.0.so.0.2200.2
00686000-00688000 r-xp 00000000 08:02 3178978    /usr/lib/libXau.so.6.0.0
00688000-00689000 rw-p 00001000 08:02 3178978    /usr/lib/libXau.so.6.0.0
00689000-0068d000 r-xp 00000000 08:02 2769009    /lib/libuuid.so.1.3.0
0068d000-0068e000 rw-p 00003000 08:02 2769009    /lib/libuuid.so.1.3.0
00693000-0069f000 r-xp 00000000 08:02 3916065    /lib/libnss_files-2.11.2.so
0069f000-006a0000 r--p 0000b000 08:02 3916065    /lib/libnss_files-2.11.2.so
006a0000-006a1000 rw-p 0000c000 08:02 3916065    /lib/libnss_files-2.11.2.so
006a1000-007d5000 r-xp 00000000 08:02 3178980    /usr/lib/libX11.so.6.3.0
007d5000-007d9000 rw-p 00133000 08:02 3178980    /usr/lib/libX11.so.6.3.0
007d9000-007ee000 r-xp 00000000 08:02 2768995    /lib/libresolv-2.11.2.so
007ee000-007ef000 r--p 00014000 08:02 2768995    /lib/libresolv-2.11.2.so
007ef000-007f0000 rw-p 00015000 08:02 2768995    /lib/libresolv-2.11.2.so
007f0000-007f2000 rw-p 00000000 00:00 0
007f2000-00804000 r-xp 00000000 08:02 2768991    /lib/libz.so.1.2.3
00804000-00805000 rw-p 00011000 08:02 2768991    /lib/libz.so.1.2.3
00805000-00811000 r-xp 00000000 08:02 2023859    /tmp/libJNativeHook_9220727666909931960.so
00811000-00812000 r--p 0000b000 08:02 2023859    /tmp/libJNativeHook_9220727666909931960.so
00812000-00813000 rw-p 0000c000 08:02 2023859    /tmp/libJNativeHook_9220727666909931960.so
00813000-0082a000 r-xp 00000000 08:02 248436     /usr/java/jdk1.7.0_40/jre/lib/i386/libzip.so
0082a000-0082b000 rw-p 00017000 08:02 248436     /usr/java/jdk1.7.0_40/jre/lib/i386/libzip.so
0082b000-0088c000 r-xp 00000000 08:02 3216108    /usr/lib/libpixman-1.so.0.16.2
0088c000-0088e000 rw-p 00061000 08:02 3216108    /usr/lib/libpixman-1.so.0.16.2
008a6000-008ae000 r-xp 00000000 08:02 3288624    /usr/java/jdk1.7.0_40/jre/lib/i386/libprism-es2.so
008ae000-008af000 r--p 00007000 08:02 3288624    /usr/java/jdk1.7.0_40/jre/lib/i386/libprism-es2.so
008af000-008b0000 rw-p 00008000 08:02 3288624    /usr/java/jdk1.7.0_40/jre/lib/i386/libprism-es2.so
008b0000-0092e000 r-xp 00000000 08:02 3178982    /usr/lib/libcairo.so.2.10800.8
0092e000-00930000 rw-p 0007e000 08:02 3178982    /usr/lib/libcairo.so.2.10800.8
00931000-00958000 r-xp 00000000 08:02 3178977    /usr/lib/libpng12.so.0.39.0
00958000-00959000 rw-p 00026000 08:02 3178977    /usr/lib/libpng12.so.0.39.0
0095b000-0096b000 r-xp 00000000 08:02 3178986    /usr/lib/libXext.so.6.4.0
0096b000-0096c000 rw-p 00010000 08:02 3178986    /usr/lib/libXext.so.6.4.0
0096e000-00994000 r-xp 00000000 08:02 2768990    /lib/libexpat.so.1.5.2
00994000-00996000 rw-p 00025000 08:02 2768990    /lib/libexpat.so.1.5.2
00996000-00a45000 r-xp 00000000 08:02 2768997    /lib/libgio-2.0.so.0.2200.2
00a45000-00a47000 rw-p 000af000 08:02 2768997    /lib/libgio-2.0.so.0.2200.2
00a47000-00a72000 r-xp 00000000 08:02 3360869    /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
00a72000-00a73000 rw-p 0002b000 08:02 3360869    /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
00a73000-00a8a000 r-xp 00000000 08:02 3215636    /usr/lib/libICE.so.6.3.0
00a8a000-00a8c000 rw-p 00016000 08:02 3215636    /usr/lib/libICE.so.6.3.0
00a8c000-00a8d000 rw-p 00000000 00:00 0
00a8f000-00a9d000 r-xp 00000000 08:02 3288621    /usr/java/jdk1.7.0_40/jre/lib/i386/libnio.so
00a9d000-00a9e000 rw-p 0000e000 08:02 3288621    /usr/java/jdk1.7.0_40/jre/lib/i386/libnio.so
00aa0000-00aa4000 r-xp 00000000 08:02 3178990    /usr/lib/libXfixes.so.3.1.0
00aa4000-00aa5000 rw-p 00003000 08:02 3178990    /usr/lib/libXfixes.so.3.1.0
00aa7000-00aae000 r-xp 00000000 08:02 3178989    /usr/lib/libXrandr.so.2.2.0
00aae000-00aaf000 rw-p 00006000 08:02 3178989    /usr/lib/libXrandr.so.2.2.0
00ab1000-00ab3000 r-xp 00000000 08:02 3178993    /usr/lib/libXdamage.so.1.1.0
00ab3000-00ab4000 rw-p 00001000 08:02 3178993    /usr/lib/libXdamage.so.1.1.0
00ab4000-00cc0000 r-xp 00000000 08:02 3482413    /usr/lib/dri/libdricore.so
00cc0000-00cc7000 rw-p 0020b000 08:02 3482413    /usr/lib/dri/libdricore.so
00cc7000-00cd5000 rw-p 00000000 00:00 0
00cd5000-00d68000 r-xp 00000000 08:02 3178975    /usr/lib/libfreetype.so.6.3.20
00d68000-00d6c000 rw-p 00092000 08:02 3178975    /usr/lib/libfreetype.so.6.3.20
00d73000-00d87000 r-xp 00000000 08:02 3288620    /usr/java/jdk1.7.0_40/jre/lib/i386/libnet.so
00d87000-00d88000 rw-p 00014000 08:02 3288620    /usr/java/jdk1.7.0_40/jre/lib/i386/libnet.so
00da2000-00da3000 r-xp 00000000 00:00 0          [vdso]
00da3000-01329000 r-xp 00000000 08:02 3288021    /usr/java/jdk1.7.0_40/jre/lib/i386/client/libjvm.so
01329000-0134a000 rw-p 00586000 08:02 3288021    /usr/java/jdk1.7.0_40/jre/lib/i386/client/libjvm.so
0134a000-0176a000 rw-p 00000000 00:00 0
018d0000-01915000 r-xp 00000000 08:02 2768988    /lib/libdbus-1.so.3.4.0
01915000-01916000 r--p 00044000 08:02 2768988    /lib/libdbus-1.so.3.4.0
01916000-01917000 rw-p 00045000 08:02 2768988    /lib/libdbus-1.so.3.4.0
01e06000-01e66000 r-xp 00000000 08:02 248433     /usr/java/jdk1.7.0_40/jre/lib/i386/libt2k.so
01e66000-01e6a000 rw-p 0005f000 08:02 248433     /usr/java/jdk1.7.0_40/jre/lib/i386/libt2k.so
01e6a000-01e6e000 rw-p 00000000 00:00 0
0251d000-02550000 r-xp 00000000 08:02 3288611    /usr/java/jdk1.7.0_40/jre/lib/i386/libjpeg.so
02550000-02551000 rw-p 00033000 08:02 3288611    /usr/java/jdk1.7.0_40/jre/lib/i386/libjpeg.so
028b8000-0293f000 r-xp 00000000 08:02 3288580    /usr/java/jdk1.7.0_40/jre/lib/i386/libawt.so
0293f000-02946000 rw-p 00086000 08:02 3288580    /usr/java/jdk1.7.0_40/jre/lib/i386/libawt.so
02946000-0296a000 rw-p 00000000 00:00 0
02b08000-02b28000 r-xp 00000000 08:02 3217128    /usr/lib/libdbus-glib-1.so.2.1.0
02b28000-02b29000 rw-p 0001f000 08:02 3217128    /usr/lib/libdbus-glib-1.so.2.1.0
032c6000-032eb000 r-xp 00000000 08:02 3288585    /usr/java/jdk1.7.0_40/jre/lib/i386/libdcpr.so
032eb000-032ee000 rw-p 00024000 08:02 3288585    /usr/java/jdk1.7.0_40/jre/lib/i386/libdcpr.so
03d0d000-03d3f000 r-xp 00000000 08:02 3288601    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-iio.so
03d3f000-03d40000 r--p 00032000 08:02 3288601    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-iio.so
03d40000-03d41000 rw-p 00033000 08:02 3288601    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-iio.so
04796000-04bd1000 r-xp 00000000 08:02 3178997    /usr/lib/libgtk-x11-2.0.so.0.1800.3
04bd1000-04bd7000 rw-p 0043b000 08:02 3178997    /usr/lib/libgtk-x11-2.0.so.0.1800.3
04bd7000-04bd8000 rw-p 00000000 00:00 0
04e21000-04f02000 r-xp 00000000 08:02 3178998    /usr/lib/libstdc++.so.6.0.13
04f02000-04f06000 r--p 000e0000 08:02 3178998    /usr/lib/libstdc++.so.6.0.13
04f06000-04f08000 rw-p 000e4000 08:02 3178998    /usr/lib/libstdc++.so.6.0.13
04f08000-04f0e000 rw-p 00000000 00:00 0
04f1b000-04f22000 r-xp 00000000 08:02 3179000    /usr/lib/libSM.so.6.0.0
04f22000-04f23000 rw-p 00006000 08:02 3179000    /usr/lib/libSM.so.6.0.0
0503d000-05041000 r-xp 00000000 08:02 3179064    /usr/lib/libXxf86vm.so.1.0.0
05041000-05042000 rw-p 00004000 08:02 3179064    /usr/lib/libXxf86vm.so.1.0.0
050bc000-051a4000 r-xp 00000000 08:02 2768984    /lib/libglib-2.0.so.0.2200.2
051a4000-051a5000 rw-p 000e8000 08:02 2768984    /lib/libglib-2.0.so.0.2200.2
051fc000-05205000 r-xp 00000000 08:02 3179028    /usr/lib/libltdl.so.7.2.0
05205000-05206000 rw-p 00008000 08:02 3179028    /usr/lib/libltdl.so.7.2.0
05208000-05210000 r-xp 00000000 08:02 3178859    /usr/lib/libvorbisfile.so.3.3.2
05210000-05211000 rw-p 00007000 08:02 3178859    /usr/lib/libvorbisfile.so.3.3.2
05295000-05299000 r-xp 00000000 08:02 3179090    /usr/lib/libcanberra-gtk.so.0.1.5
05299000-0529a000 rw-p 00003000 08:02 3179090    /usr/lib/libcanberra-gtk.so.0.1.5
05492000-054bc000 r-xp 00000000 08:02 3179055    /usr/lib/libvorbis.so.0.4.3
054bc000-054bd000 rw-p 00029000 08:02 3179055    /usr/lib/libvorbis.so.0.4.3
054bf000-054cd000 r-xp 00000000 08:02 3179088    /usr/lib/libtdb.so.1.1.5
054cd000-054ce000 rw-p 0000d000 08:02 3179088    /usr/lib/libtdb.so.1.1.5
05510000-0551f000 r-xp 00000000 08:02 3179089    /usr/lib/libcanberra.so.0.2.1
0551f000-05520000 rw-p 0000f000 08:02 3179089    /usr/lib/libcanberra.so.0.2.1
05581000-055da000 r-xp 00000000 08:02 3179038    /usr/lib/libXt.so.6.0.0
055da000-055de000 rw-p 00058000 08:02 3179038    /usr/lib/libXt.so.6.0.0
058ab000-058b5000 r-xp 00000000 08:02 3178685    /usr/lib/libdrm.so.2.4.0
058b5000-058b6000 rw-p 00009000 08:02 3178685    /usr/lib/libdrm.so.2.4.0
05aee000-05b78000 r-xp 00000000 08:02 3179107    /usr/lib/libGL.so.1.2
05b78000-05b7e000 rw-p 0008a000 08:02 3179107    /usr/lib/libGL.so.1.2
0643e000-06487000 r-xp 00000000 08:02 3293972    /usr/java/jdk1.7.0_40/jre/lib/i386/xawt/libmawt.so
06487000-06489000 rw-p 00049000 08:02 3293972    /usr/java/jdk1.7.0_40/jre/lib/i386/xawt/libmawt.so
06489000-0648a000 rw-p 00000000 00:00 0
06695000-066e2000 r-xp 00000000 08:02 3288600    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-font.so
066e2000-066e3000 ---p 0004d000 08:02 3288600    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-font.so
066e3000-066e6000 r--p 0004d000 08:02 3288600    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-font.so
066e6000-066e7000 rw-p 00050000 08:02 3288600    /usr/java/jdk1.7.0_40/jre/lib/i386/libjavafx-font.so
0774c000-077a8000 r-xp 00000000 08:02 3288588    /usr/java/jdk1.7.0_40/jre/lib/i386/libfontmanager.so
077a8000-077ab000 rw-p 0005b000 08:02 3288588    /usr/java/jdk1.7.0_40/jre/lib/i386/libfontmanager.so
077ab000-077af000 rw-p 00000000 00:00 0
08048000-08049000 r-xp 00000000 08:02 3254608    /usr/java/jdk1.7.0_40/bin/java
08049000-0804a000 rw-p 00000000 08:02 3254608    /usr/java/jdk1.7.0_40/bin/java
080eb000-0811e000 r-xp 00000000 08:02 248432     /usr/java/jdk1.7.0_40/jre/lib/i386/libsunec.so
0811e000-08122000 rw-p 00032000 08:02 248432     /usr/java/jdk1.7.0_40/jre/lib/i386/libsunec.so
08122000-08126000 rw-p 00000000 00:00 0
0930d000-09393000 rw-p 00000000 00:00 0          [heap]
7ff80000-80c80000 rw-p 00000000 00:00 0
80c80000-85220000 rw-p 00000000 00:00 0
85220000-86c03000 rw-p 00000000 00:00 0
86c03000-8f780000 rw-p 00000000 00:00 0
8f780000-904c0000 rw-p 00000000 00:00 0
904c0000-93780000 rw-p 00000000 00:00 0
93780000-93c51000 r--p 00001000 08:02 3287548    /usr/java/jdk1.7.0_40/jre/lib/i386/client/classes.jsa
93c51000-94180000 rw-p 00000000 00:00 0
94180000-94864000 rw-p 004d2000 08:02 3287548    /usr/java/jdk1.7.0_40/jre/lib/i386/client/classes.jsa
94864000-94d80000 rw-p 00000000 00:00 0
94d80000-95030000 rw-p 00bb6000 08:02 3287548    /usr/java/jdk1.7.0_40/jre/lib/i386/client/classes.jsa
95030000-95180000 rw-p 00000000 00:00 0
95180000-95189000 r-xp 00e66000 08:02 3287548    /usr/java/jdk1.7.0_40/jre/lib/i386/client/classes.jsa
95189000-95580000 rw-p 00000000 00:00 0
b3918000-b3a00000 rw-p 00000000 00:00 0
b3a00000-b3aff000 rw-p 00000000 00:00 0
b3aff000-b3b00000 ---p 00000000 00:00 0
b3b00000-b3b3c000 rw-p 00000000 00:00 0
b3b3c000-b3c00000 ---p 00000000 00:00 0
b3c00000-b3cfc000 rw-p 00000000 00:00 0
b3cfc000-b3d00000 ---p 00000000 00:00 0
b3daf000-b3db2000 ---p 00000000 00:00 0
b3db2000-b3e00000 rw-p 00000000 00:00 0
b3e00000-b3efe000 rw-p 00000000 00:00 0
b3efe000-b3f00000 ---p 00000000 00:00 0
b3f00000-b3ff4000 rw-p 00000000 00:00 0
b3ff4000-b4000000 ---p 00000000 00:00 0
b4000000-b40f9000 rw-p 00000000 00:00 0
b40f9000-b4100000 ---p 00000000 00:00 0
b4100000-b41fa000 rw-p 00000000 00:00 0
b41fa000-b4200000 ---p 00000000 00:00 0
b4200000-b42ff000 rw-p 00000000 00:00 0
b42ff000-b4300000 ---p 00000000 00:00 0
b4303000-b4305000 rw-p 00000000 00:00 0
b4305000-b4308000 ---p 00000000 00:00 0
b4308000-b4356000 rw-p 00000000 00:00 0
b4356000-b4359000 r--s 0002d000 08:02 3287658    /usr/java/jdk1.7.0_40/jre/lib/ext/sunjce_provider.jar
b4359000-b435a000 r--s 00003000 08:02 3287657    /usr/java/jdk1.7.0_40/jre/lib/ext/sunec.jar
b435a000-b435d000 r--s 00018000 08:02 962613     /usr/java/jdk1.7.0_40/jre/lib/jce.jar
b435d000-b4361000 r--s 0008a000 08:02 962627     /usr/java/jdk1.7.0_40/jre/lib/jsse.jar
b4361000-b43c1000 rw-s 00000000 00:08 5570581    /SYSV00000000 (deleted)
b43c1000-b43c4000 ---p 00000000 00:00 0
b43c4000-b4412000 rw-p 00000000 00:00 0
b4412000-b4415000 r--s 00000000 08:02 3810564    /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-x86.cache-2
b4415000-b441b000 r--s 00000000 08:02 3810566    /var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-x86.cache-2
b441b000-b441d000 r--s 00000000 08:02 3810531    /var/cache/fontconfig/2e1514a9fdd499050989183bb65136db-x86.cache-2
b441d000-b441f000 r--s 00000000 08:02 3810530    /var/cache/fontconfig/5c755b2f27115486aa6359c84dd3cbda-x86.cache-2
b441f000-b4420000 r--s 00000000 08:02 3810529    /var/cache/fontconfig/3f821257dd33660ba7bbb45c32deb84c-x86.cache-2
b4420000-b4422000 r--s 00000000 08:02 3810528    /var/cache/fontconfig/830f035fa84a65ce80e050178dbb630d-x86.cache-2
b4422000-b4423000 r--s 00000000 08:02 3810527    /var/cache/fontconfig/81a173283b451552b599cfaafd6236bd-x86.cache-2
b4423000-b4424000 r--s 00000000 08:02 3810526    /var/cache/fontconfig/6cfc7d49b27ba7d3eb71ab86e04def2c-x86.cache-2
b4424000-b4425000 r--s 00000000 08:02 3810525    /var/cache/fontconfig/6fcb01a03a016cc71057b587cdea6709-x86.cache-2
b4425000-b4426000 r--s 00000000 08:02 3810524    /var/cache/fontconfig/b887eea8f1b96e1d899b44ed6681fc27-x86.cache-2
b4426000-b4427000 r--s 00000000 08:02 3810523    /var/cache/fontconfig/860639f272b8b4b3094f9e399e41bccd-x86.cache-2
b4427000-b4428000 r--s 00000000 08:02 3810522    /var/cache/fontconfig/211368abcb0ff835c229ff05c9ec01dc-x86.cache-2
b4428000-b4429000 r--s 00000000 08:02 3810521    /var/cache/fontconfig/c46020d7221988a13df853d2b46304fc-x86.cache-2
b4429000-b442a000 r--s 00000000 08:02 3810520    /var/cache/fontconfig/d290456e58f67f52b0f8f224126f9ea8-x86.cache-2
b442a000-b442b000 r--s 00000000 08:02 3810519    /var/cache/fontconfig/b63c21b9c3e5b4a4009aa5966b421593-x86.cache-2
b442b000-b442c000 r--s 00000000 08:02 3810518    /var/cache/fontconfig/df893b4576ad6107f9397134092c4059-x86.cache-2
b442c000-b442d000 r--s 00000000 08:02 3810517    /var/cache/fontconfig/ff627ea95a65192232277bf7c8a56f23-x86.cache-2
b442d000-b442e000 r--s 00000000 08:02 3810516    /var/cache/fontconfig/900402270e15d763a6e008bb2d4c7686-x86.cache-2
b442e000-b442f000 r--s 00000000 08:02 3810515    /var/cache/fontconfig/2881ed3fd21ca306ddad6f9b0dd3189f-x86.cache-2
b442f000-b4430000 r--s 00000000 08:02 3810514    /var/cache/fontconfig/3c3fb04d32a5211b073874b125d29701-x86.cache-2
b4430000-b4431000 r--s 00000000 08:02 3810513    /var/cache/fontconfig/e61abf8156cc476151baa07d67337cae-x86.cache-2
b4431000-b4434000 r--s 00000000 08:02 3810512    /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-x86.cache-2
b4434000-b4437000 ---p 00000000 00:00 0
b4437000-b4485000 rw-p 00000000 00:00 0
b4485000-b4488000 ---p 00000000 00:00 0
b4488000-b44d6000 rw-p 00000000 00:00 0
b44d6000-b44d9000 ---p 00000000 00:00 0
b44d9000-b4527000 rw-p 00000000 00:00 0
b4527000-b452a000 ---p 00000000 00:00 0
b452a000-b4578000 rw-p 00000000 00:00 0
b4578000-b457b000 ---p 00000000 00:00 0
b457b000-b45c9000 rw-p 00000000 00:00 0
b45c9000-b45cc000 ---p 00000000 00:00 0
b45cc000-b461a000 rw-p 00000000 00:00 0
b461a000-b461d000 ---p 00000000 00:00 0
b461d000-b466b000 rw-p 00000000 00:00 0
b466b000-b466e000 ---p 00000000 00:00 0
b466e000-b46bc000 rw-p 00000000 00:00 0
b46bc000-b46bf000 ---p 00000000 00:00 0
b46bf000-b470d000 rw-p 00000000 00:00 0
b470d000-b4710000 ---p 00000000 00:00 0
b4710000-b475e000 rw-p 00000000 00:00 0
b475e000-b4761000 ---p 00000000 00:00 0
b4761000-b47af000 rw-p 00000000 00:00 0
b47af000-b47b2000 ---p 00000000 00:00 0
b47b2000-b4800000 rw-p 00000000 00:00 0
b4800000-b48c3000 rw-p 00000000 00:00 0
b48c3000-b4900000 ---p 00000000 00:00 0
b4900000-b4901000 rw-p 00000000 00:00 0
b4901000-b4902000 r--s 00000000 08:02 3810511    /var/cache/fontconfig/d3379abda271c4acd2ad0c01f565d0b0-x86.cache-2
b4902000-b4905000 r--s 00000000 08:02 3810510    /var/cache/fontconfig/46b47dbc682d2ca4191e148ea7bde7f2-x86.cache-2
b4905000-b4906000 r--s 00000000 08:02 3810509    /var/cache/fontconfig/b4d0b56f766d89640448751fcd18ec1e-x86.cache-2
b4906000-b490e000 r--s 00000000 08:02 3811654    /var/cache/fontconfig/12b26b760a24f8b4feb03ad48a333a72-x86.cache-2
b490e000-b4914000 r--s 00000000 08:02 3810507    /var/cache/fontconfig/928306c3ad40271d946e41014a49fc28-x86.cache-2
b4914000-b491c000 r--s 00000000 08:02 3810568    /var/cache/fontconfig/18db0204b1f108dd01663673626fcd3d-x86.cache-2
b491c000-b491d000 r--s 00000000 08:02 3810506    /var/cache/fontconfig/1248881498ac025e45c3042f6afe9284-x86.cache-2
b491d000-b4928000 r--s 000af000 08:02 962626     /usr/java/jdk1.7.0_40/jre/lib/resources.jar
b4928000-b492c000 r--s 000f7000 08:02 3287537    /usr/java/jdk1.7.0_40/jre/lib/ext/localedata.jar
b492c000-b4933000 r--s 00000000 08:02 3253740    /usr/lib/gconv/gconv-modules.cache
b4933000-b49c2000 r--s 00dda000 08:02 3287655    /usr/java/jdk1.7.0_40/jre/lib/jfxrt.jar
b49c2000-b49c9000 r--s 00053000 08:02 2752880    /home/pawandeep/Desktop/workspace/FBTracker/lib/log4j.jar
b49c9000-b49cb000 r--s 00024000 08:02 2752815    /home/pawandeep/Desktop/workspace/FBTracker/lib/JNativeHook.jar
b49cb000-b49cd000 r--s 0000f000 08:02 2737811    /home/pawandeep/Desktop/workspace/FBTracker/schudt-javafx-datepicker-0.0.2.jar
b49cd000-b49d8000 r--s 000ca000 08:02 2752873    /home/pawandeep/Desktop/workspace/FBTracker/lib/jfxtras-labs-0.1.jar
b49d8000-b49da000 r--s 0000f000 08:02 2752857    /home/pawandeep/Desktop/workspace/FBTracker/lib/ftp4j-1.7.2.jar
b49da000-b49e0000 r--s 0003f000 08:02 2752851    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-net-3.3.jar
b49e0000-b4a1d000 r--s 0024f000 08:02 2752893    /home/pawandeep/Desktop/workspace/FBTracker/lib/xmlbeans-2.3.0.jar
b4a1d000-b4a1f000 r--s 00013000 08:02 2752892    /home/pawandeep/Desktop/workspace/FBTracker/lib/xml-resolver-1.2.jar
b4a1f000-b4a3d000 r--s 0027d000 08:02 2752891    /home/pawandeep/Desktop/workspace/FBTracker/lib/xalan-2.7.0.jar
b4a3d000-b4a43000 r--s 0007a000 08:02 2752890    /home/pawandeep/Desktop/workspace/FBTracker/lib/wstx-asl-3.2.9.jar
b4a43000-b4a48000 r--s 00020000 08:02 2752889    /home/pawandeep/Desktop/workspace/FBTracker/lib/wsdl4j-1.6.2.jar
b4a48000-b4a49000 r--s 0000b000 08:02 2752888    /home/pawandeep/Desktop/workspace/FBTracker/lib/woden-impl-dom-1.0M9.jar
b4a49000-b4a4d000 r--s 0002a000 08:02 2752887    /home/pawandeep/Desktop/workspace/FBTracker/lib/woden-impl-commons-1.0M9.jar
b4a4d000-b4a52000 r--s 00020000 08:02 2752886    /home/pawandeep/Desktop/workspace/FBTracker/lib/woden-api-1.0M9.jar
b4a52000-b4a56000 r--s 00034000 08:02 2752885    /home/pawandeep/Desktop/workspace/FBTracker/lib/tribes-6.0.16.jar
b4a56000-b4a58000 r--s 00006000 08:02 2752884    /home/pawandeep/Desktop/workspace/FBTracker/lib/regexp-1.2.jar
b4a58000-b4a5a000 r--s 00010000 08:02 2752883    /home/pawandeep/Desktop/workspace/FBTracker/lib/neethi-3.0.2.jar
b4a5a000-b4a5c000 r--s 00007000 08:02 2752882    /home/pawandeep/Desktop/workspace/FBTracker/lib/mex-1.6.2-impl.jar
b4a5c000-b4a62000 r--s 00059000 08:02 2752881    /home/pawandeep/Desktop/workspace/FBTracker/lib/mail-1.4.jar
b4a62000-b4a69000 r--s 00059000 08:02 2752879    /home/pawandeep/Desktop/workspace/FBTracker/lib/log4j-1.2.15.jar
b4a69000-b4a6a000 r--s 00004000 08:02 2752877    /home/pawandeep/Desktop/workspace/FBTracker/lib/juli-6.0.16.jar
b4a6a000-b4a6c000 r--s 00009000 08:02 2752876    /home/pawandeep/Desktop/workspace/FBTracker/lib/jsr311-api-1.0.jar
b4a6c000-b4a6f000 r--s 0001d000 08:02 2752875    /home/pawandeep/Desktop/workspace/FBTracker/lib/jibx-run-1.2.jar
b4a6f000-b4a74000 r--s 0005f000 08:02 2752874    /home/pawandeep/Desktop/workspace/FBTracker/lib/jibx-bind-1.2.jar
b4a74000-b4a76000 r--s 0000c000 08:02 2752872    /home/pawandeep/Desktop/workspace/FBTracker/lib/jettison-1.0-RC2.jar
b4a76000-b4a7f000 r--s 00074000 08:02 2752871    /home/pawandeep/Desktop/workspace/FBTracker/lib/jaxws-tools-2.1.3.jar
b4a7f000-b4a85000 r--s 00032000 08:02 2752870    /home/pawandeep/Desktop/workspace/FBTracker/lib/jaxen-1.1.1.jar
b4a85000-b4ac0000 r--s 002c1000 08:02 2752869    /home/pawandeep/Desktop/workspace/FBTracker/lib/jaxb-xjc-2.1.7.jar
b4ac0000-b4ad2000 r--s 000bf000 08:02 2752868    /home/pawandeep/Desktop/workspace/FBTracker/lib/jaxb-impl-2.1.7.jar
b4ad2000-b4ad5000 r--s 00013000 08:02 2752867    /home/pawandeep/Desktop/workspace/FBTracker/lib/jaxb-api-2.1.jar
b4ad5000-b4ae6000 r--s 00136000 08:02 2752865    /home/pawandeep/Desktop/workspace/FBTracker/lib/jalopy-1.5rc3.jar
b4ae6000-b4aeb000 r--s 00026000 08:02 2752864    /home/pawandeep/Desktop/workspace/FBTracker/lib/httpcore-4.0.jar
b4aeb000-b4aec000 r--s 00003000 08:02 2752863    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar
b4aec000-b4aee000 r--s 00006000 08:02 2752862    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-stax-api_1.0_spec-1.0.1.jar
b4aee000-b4af0000 r--s 00006000 08:02 2752861    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-saaj_1.3_spec-1.0.1.jar
b4af0000-b4af1000 r--s 00003000 08:02 2752860    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-jta_1.1_spec-1.1.jar
b4af1000-b4af4000 r--s 0000c000 08:02 2752859    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-jaxws_2.2_spec-1.0.jar
b4af4000-b4af5000 r--s 00002000 08:02 2752858    /home/pawandeep/Desktop/workspace/FBTracker/lib/geronimo-annotation_1.0_spec-1.1.jar
b4af5000-b4af7000 r--s 0000d000 08:02 2752850    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-logging-1.1.1.jar
b4af7000-b4afa000 r--s 00018000 08:02 2752849    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-io-1.4.jar
b4afa000-b4b00000 r--s 00045000 08:02 2752848    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-httpclient-3.1.jar
b4b00000-b4bff000 rw-p 00000000 00:00 0
b4bff000-b4c00000 ---p 00000000 00:00 0
b4c00000-b4c01000 r--s 00002000 08:02 2752852    /home/pawandeep/Desktop/workspace/FBTracker/lib/de.huxhorn.lilith.3rdparty.junique-1.0.2.jar
b4c01000-b4c05000 r--s 00021000 08:02 2752816    /home/pawandeep/Desktop/workspace/FBTracker/lib/XmlSchema-1.4.7.jar
b4c05000-b4c07000 r--s 0000b000 08:02 2752847    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-fileupload-1.2.jar
b4c07000-b4c09000 r--s 0000a000 08:02 2752846    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-codec-1.3.jar
b4c09000-b4c0b000 r--s 00009000 08:02 2752845    /home/pawandeep/Desktop/workspace/FBTracker/lib/commons-cli-1.2.jar
b4c0b000-b4c14000 r--s 00075000 08:02 2752844    /home/pawandeep/Desktop/workspace/FBTracker/lib/bcel-5.1.jar
b4c14000-b4c15000 r--s 00006000 08:02 2752843    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-xmlbeans-1.6.2.jar
b4c15000-b4c16000 r--s 00003000 08:02 2752842    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-transport-local-1.6.2.jar
b4c16000-b4c19000 r--s 00023000 08:02 2752841    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-transport-http-1.6.2.jar
b4c19000-b4c1b000 r--s 00007000 08:02 2752839    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-soapmonitor-servlet-1.6.2.jar
b4c1b000-b4c1d000 r--s 00015000 08:02 2752838    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-saaj-1.6.2.jar
b4c1d000-b4c26000 r--s 00061000 08:02 2752836    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-metadata-1.6.2.jar
b4c26000-b4c27000 ---p 00000000 00:00 0
b4c27000-b4ca7000 rw-p 00000000 00:00 0
b4ca7000-b4caa000 ---p 00000000 00:00 0
b4caa000-b4d43000 rw-p 00000000 00:00 0
b4d43000-b4f00000 r--s 039d3000 08:02 962629     /usr/java/jdk1.7.0_40/jre/lib/rt.jar
b4f00000-b5100000 r--p 00000000 08:02 3218961    /usr/lib/locale/locale-archive
b5100000-b5200000 rw-p 00000000 00:00 0
b5200000-b5202000 r--s 00002000 08:02 2752837    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-mtompolicy-1.6.2.jar
b5202000-b5210000 r--s 000f2000 08:02 2752835    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-kernel-1.6.2.jar
b5210000-b5211000 r--s 00004000 08:02 2752834    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-json-1.6.2.jar
b5211000-b5212000 r--s 00008000 08:02 2752833    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-jibx-1.6.2.jar
b5212000-b521f000 r--s 000a9000 08:02 2752832    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-jaxws-1.6.2.jar
b521f000-b5221000 r--s 00006000 08:02 2752831    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-jaxbri-1.6.2.jar
b5221000-b5222000 r--s 00006000 08:02 2752830    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-java2wsdl-1.6.2.jar
b5222000-b5224000 r--s 00003000 08:02 2752829    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-fastinfoset-1.6.2.jar
b5224000-b5226000 r--s 00022000 08:02 2752828    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-corba-1.6.2.jar
b5226000-b522b000 r--s 0003a000 08:02 2752827    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-codegen-1.6.2.jar
b522b000-b522e000 r--s 00018000 08:02 2752826    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-clustering-1.6.2.jar
b522e000-b5231000 ---p 00000000 00:00 0
b5231000-b52af000 rw-p 00000000 00:00 0
b52af000-b52b2000 ---p 00000000 00:00 0
b52b2000-b5300000 rw-p 00000000 00:00 0
b5300000-b53f2000 rw-p 00000000 00:00 0
b53f2000-b5400000 ---p 00000000 00:00 0
b5400000-b5401000 r--s 00002000 08:02 2752840    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-spring-1.6.2.jar
b5401000-b5402000 r--s 00004000 08:02 2752825    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-ant-plugin-1.6.2.jar
b5402000-b5404000 r--s 0002b000 08:02 2752824    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-adb-codegen-1.6.2.jar
b5404000-b540d000 r--s 000a0000 08:02 2752823    /home/pawandeep/Desktop/workspace/FBTracker/lib/axis2-adb-1.6.2.jar
b540d000-b5411000 r--s 00023000 08:02 2752822    /home/pawandeep/Desktop/workspace/FBTracker/lib/axiom-impl-1.2.13.jar
b5411000-b5415000 r--s 0002e000 08:02 2752821    /home/pawandeep/Desktop/workspace/FBTracker/lib/axiom-dom-1.2.13.jar
b5415000-b541f000 r--s 0005d000 08:02 2752820    /home/pawandeep/Desktop/workspace/FBTracker/lib/axiom-api-1.2.13.jar
b541f000-b5422000 r--s 00015000 08:02 2752819    /home/pawandeep/Desktop/workspace/FBTracker/lib/apache-mime4j-core-0.7.2.jar
b5422000-b5427000 r--s 00068000 08:02 2752818    /home/pawandeep/Desktop/workspace/FBTracker/lib/antlr-2.7.7.jar
b5427000-b5429000 r--s 0000e000 08:02 2752817    /home/pawandeep/Desktop/workspace/FBTracker/lib/activation-1.1.jar
b5429000-b5435000 r--s 0006a000 08:02 2752896    /home/pawandeep/Desktop/workspace/FBTracker/lib/xstream-1.4.3.jar
b5435000-b5438000 ---p 00000000 00:00 0
b5438000-b5486000 rw-p 00000000 00:00 0
b5486000-b5489000 ---p 00000000 00:00 0
b5489000-b54d7000 rw-p 00000000 00:00 0
b54d7000-b54d8000 ---p 00000000 00:00 0
b54d8000-b555f000 rw-p 00000000 00:00 0
b555f000-b5581000 rw-p 00000000 00:00 0
b5581000-b558f000 rw-p 00000000 00:00 0
b558f000-b55d4000 rw-p 00000000 00:00 0
b55d4000-b55db000 rw-p 00000000 00:00 0
b55db000-b55f4000 rw-p 00000000 00:00 0
b55f4000-b5600000 rw-p 00000000 00:00 0
b5600000-b58b8000 rwxp 00000000 00:00 0
b58b8000-b76fe000 rw-p 00000000 00:00 0
b76fe000-b7700000 ---p 00000000 00:00 0
b7700000-b7702000 r--s 00015000 08:02 2752814    /home/pawandeep/Desktop/workspace/FBTracker/lib/AMSServices.jar
b7702000-b7704000 r--s 00005000 08:02 2752895    /home/pawandeep/Desktop/workspace/FBTracker/lib/xpp3_min-1.1.4c.jar
b7704000-b7712000 rw-p 00000000 00:00 0
b7712000-b772c000 rw-p 00000000 00:00 0
b772c000-b7739000 rw-p 00000000 00:00 0
b7739000-b777f000 rw-p 00000000 00:00 0
b777f000-b778a000 rw-p 00000000 00:00 0
b778a000-b77ff000 rw-p 00000000 00:00 0
b77ff000-b7802000 ---p 00000000 00:00 0
b7802000-b7852000 rw-p 00000000 00:00 0
b7852000-b7853000 r--s 00001000 08:02 2752894    /home/pawandeep/Desktop/workspace/FBTracker/lib/xmlpull-1.1.3.1.jar
b7853000-b7855000 r--s 0001b000 08:02 2752866    /home/pawandeep/Desktop/workspace/FBTracker/lib/javafx-dialogs-0.0.1.jar
b7855000-b785b000 rw-p 00000000 00:00 0
b785b000-b7863000 rw-s 00000000 08:02 2162900    /tmp/hsperfdata_pawandeep/2532
b7863000-b7864000 rw-p 00000000 00:00 0
b7864000-b7865000 r--p 00000000 00:00 0
b7865000-b7866000 rw-p 00000000 00:00 0
bf894000-bf8aa000 rw-p 00000000 00:00 0          [stack]
VM Arguments:
jvm_args: -Dfile.encoding=UTF-8
java_command: com.sps.fbtracker.view.FBTracker
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/pawandeep

Similar Messages

  • Some apps crash out when I close their window and switch to the Finder

    It has been doing this since day one.  I'm a college student and bought a laptop to replace another really old mac system, to use as my main system.  The issue I'm noting is that on some apps, if I close out their window and switch to the Finder, by either click on the desktop, or by command tabbing.  The application seems to crash.  I say 'seems' becuase I'm not certain it's crashing.  It does this in Text Edit along with pages.  I'm trying to find out if it's supposed to this or if it's supposed to be a new feature.  There is never a crash log made that I know of, nor a dialog box stating the app crashed.  However, it does this by itself, without my quiting out the app by command q nor file>quit.
    This has been relatively minor and hasn't caused any large problems.  To me it's an annoyance and inconviencning.  Which is why I waited until summer break at school to investigate.  Other classmates with older mac book pros but the same OS version have not had this problem.  Wondering if I have a botched isntall of OS X from the factory.  I've already had it in for service for the motherboard.  The cooling system was not correctly attached to teh CPU at the factory and cooked itself.
    I'm tempted to do a reload of the OS from the diagnostics partition the system came with.  I haven't transferred much of anything from the previous system that this one is replacing.  Now would be an ideal time to do anything of this nature rather than say in the middle of next semester.
    The issue occurs in TextEdit, Pages, and that's it so far.  I really have almost nothing loaded on the system.  I dual boot into another OS for using Maya and other various software apps.  The issue does not occur with Safari nor FireFox nor Preview.  It seems confined to Pages and TextEdit.  It can be extremely annoying however when typing an essay in Pages.  Perhaps it's a feature that was introduced that I can turn off?  Going from a 5 year old Mac Mini to a MBP, LOTS has changed.

    Sorry for taking so long to reply.  It's still doing it.  I'm kind of wondering if something like a preferences file is corrupted, however, I have to do a total system reload to begin with to eliminate any potential corrupt data on the windows 7 install.
    Back story.  When I first got this thing it was running super ridiculously hot.  It's the first laptop I've ever owned however so I had nothign to use for reference.  After about two months of it getting brutally hot, it did a BSOD in the windows 7 install I did via bootcamp.  It never turned back on.  Took it to the Apple store in Novi MI and they stated it somehow ran so brutally hot the CPU did a solder reflow and the whole motherboard shorted out.  Even worse though, I had gotten this hot before rendering stuff in Maya and Vue.  I had done burn in tests when I first received the system, it had passed, or so I thought.  They couldn't even get the system to turn on at the Apple Store.
    The tech at the apple store told me that one of the heat sink pins on the CPU just plan broke off and another wasn't attached correctly.  Essentially the system kept overheating as I was consisently completely maxxing out the system doing CGI test renders for my junior animated short film.  The cooling system was never fully connected at the factory according to the Apple Tech.  I don't know how literate everyone reading this is on computer engineering but, when you overheat an IC, whether it's an ASIC or CPU, they dont' immediately crash, they corrupt data.  To further complicate the mess and increase teh chances of data corruption, with the 4th gen Intel i series CPUs (which the MBP uses), they moved the northbridge directly into the CPU die.  So if teh CPU is overheating, the chances of data corruption inadvertantly go up even higher.  I'm suspecting that happened in the first few days of owning the system but that it was minor at that point.  It can take months for the effects of corrupted data to propagate out and be visible to the user.
    I would assume that they did a diagnostic test on the SSD when it was in for service, to ensure the SSD didn't overheat.  The tech did state that if the drive failed the diagnostics, they would have ot replace the drive and henceforth all my data would be gone.  Not really a way around it.
    Currently under the windows 7 install with Maya and Vue, later iterations of the scene file, from Maya, for my animated short film, have a reproduceable glitch involving a gamma shift and camera selection.  Part of the scene files seem to be corrupt and were saved that way.
    Reloading the OS from the recovery partition did not fix the original problem I've been having that I initially asked for help with.  I'm considering wiping out the recovery partition in addition to reinstalling windows 7 and OS X again, it would be the only way to completely eliminate the possibility of any corrupted data floating around on either partition.  I don't have a way of knowing if corrupted data was written to the SSD beyond the corrupted Maya scene files.  The only way I can be sure that it's 'contained' or eliminated, is if I completely wipe the drive and start from scratch.  Now would be a great time rather than in the middle of working on my senior thesis for my BFA degree.
    I'm wondering if you could point me to documentation showing how to wipe out all the partitions, including the recovery one.  My understanding is that there is a way to do a 'net boot' or 'net recovery' over a broadband connection using Apples servers.  The idea of doing a Live boot from a Ubuntu distro to run fsck is appealing but it would be pointless.  The file system shoul be fine, it's the data the file system points to that I suspect is corrupted at somepoint.  Unless you recommend otherwise and or formatting.
    The overheating also corrupted my journal but there is no way to recover it, I overwrote the earlier file(it looks like uncompiled C++ and jibberished text) when I saved it after completing an entry.  This was many months ago.  Though the idea of attempting a restore with Ubuntu Remix or other recovery Linux distros is appealing I'm doubtful I'd get far, though it's an SSD not a traditional harddrive and they don't work the same.
    Back to the main point though, I suspect the overheating corrupted a prefs file which is causing the glitch I'm seeing, and reloading the OS did not fix it.

  • GTK2 apps crashing left & right

    Hello, all--
    This has got me tearing my hair. Lately I've been having GTK2 apps crash in response to very normal actions. The problem seems to be related to libgnomevfs and/or libxml2, but I have no idea what exactly might be wrong. I've tried google, and found several posts about the problem, but no solutions.
    Anyway, some points that should be noted:
    * I have two machines running Arch Linux, with *mostly* the same packages installed. The
        crashes happen only on one of them.
    * These are not random occurrences. There is a clear pattern of safe actions that never cause
        crashes, and dangerous actions that always cause crashes.
    * My system is up to date. I ran pacman -Syu about 1 hour ago.
    Anyway, the following is a transcript of what happens with 4 apps: Firefox, Thunderbird, Bluefish, and Epiphany. I show the Arch package versions, and the messages output on startup and when I performed an 'unsafe' action. You'll note that they all put out a symbol lookup error for xmlNewTextReaderFilename.
    Thanks in advance for any tips!
    BLUEFISH
    ========
    $ pacman -Q bluefish
    bluefish 1.0-2
    Startup:
    bash-3.00$ ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_php.png': No such file or directory
    ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_html.png': No such file or directory
    ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_python.png': No such file or directory
    ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_c.png': No such file or directory
    ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_java.png': No such file or directory
    ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_image.png': No such file or directory
    ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_image.png': No such file or directory
    ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_java.png': No such file or directory
    ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_xml.png': No such file or directory
    ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_cfml.png': No such file or directory
    ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_pascal.png': No such file or directory
    ERROR while loading icon: Failed to open file '/usr/share/bluefish/icon_r.png': No such file or directory
    (bluefish:2884): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_from_file: assertion `filename != NULL' failed
    (bluefish:2884): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_from_file: assertion `filename != NULL' failed
    the dir_icon and unknown_icon items in the config file are invalid
    File -> Open:
    Warning: program compiled against libxml 206 using older 204
    bluefish: symbol lookup error: /opt/gnome/lib/libgnomevfs-2.so.0: undefined symbol: xmlNewTextReaderFilename
    [1]+  Exit 127                bluefish
    EPIPHANY
    ========
    $ pacman -Q epiphany
    epiphany 1.6.3-1
    Startup:
    bash-3.00$ epiphany &
    [1] 3600
    bash-3.00$ Warning: program compiled against libxml 206 using older 204
    Warning: program compiled against libxml 206 using older 204
    epiphany: symbol lookup error: epiphany: undefined symbol: xmlNewTextReaderFilename
    [1]+  Exit 127                epiphany
    FIREFOX
    =======
    $ pacman -Q mozilla-firefox
    mozilla-firefox 1.0.3-1
    Startup:
    bash-3.00$ firefox &
    [1] 3705
    Visit www.denverpost.com:
    bash-3.00$ /opt/mozilla/lib/firefox-1.0.3/firefox-bin: symbol lookup error: /opt/gnome/lib/libgnomevfs-2.so.0: undefined symbol: xmlNewTextReaderFilename
    [1]+  Exit 127                firefox
    THUNDERBIRD
    ===========
    $ pacman -Q mozilla-thunderbird
    mozilla-thunderbird 1.0-1
    Startup:
    bash-3.00$ thunderbird &
    [1] 3807
    Attempted to view a certain message:
    /opt/mozilla/lib/thunderbird-1.0/thunderbird-bin: symbol lookup error: /opt/gnome/lib/libgnomevfs-2.so.0: undefined symbol: xmlNewTextReaderFilename
    [1]+  Exit 127                thunderbird

    mgushee wrote:
    Hello, all--
    ...snap
    Attempted to view a certain message:
    /opt/mozilla/lib/thunderbird-1.0/thunderbird-bin: symbol lookup error: /opt/gnome/lib/libgnomevfs-2.so.0: undefined symbol: xmlNewTextReaderFilename
    [1]+  Exit 127                thunderbird
    Everytime the same unresolved symbol...
    Let's google for it. http://xmlsoft.planetmirror.com/html/li … eader.html
    hmmm seems that your libxml2 is outdated/broken.... Try reinstalling it, if that doesn't work try rebuilding gnome-vfs

  • I bought a new app ($0.99), bought $19.00 worth of on app purchases and the app crashed, now it says that I have to start a new game since i had just started it and didn't get a chance to save it, so my question is, how do i get my money back?

    I bought a new app ($0.99), bought $19.00 worth of on app purchases and the app crashed, now it says that I have to start a new game since i had just started it and didn't get a chance to save it, so my question is, how do i get my money back?

    I'm keeping the app, i just need the $19.00 back.

  • Creative Cloud (app) crashes on startup after update

    After the last update (which probably went wrong), creative cloud application (the menubar app) crashes on startup.
    I've tried uninstalling (uninstaller stalls) and running Creative Cloud Cleanup Tool but to no avail.
    Below I've included  an excerpt of the crash report from the log (I could post the complete log report but that seems to cause troubles posting).
    Anybody have any suggestions?
    Process:         Creative Cloud [38993]
    Path:            /Applications/Utilities/Adobe Creative Cloud/*/Creative Cloud.app/Contents/MacOS/Creative Cloud
    Identifier:      com.adobe.acc.AdobeCreativeCloud
    Version:         1.7.2.419 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [246]
    Responsible:     Creative Cloud [38993]
    User ID:         501
    Date/Time:       2014-09-07 11:10:17.416 +0200
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  6E543C7B-7F96-DDC0-12C2-F9018C309437
    Crashed Thread:  39
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ab2ad4ca
    VM Regions Near 0xab2ad4ca:
        Submap                 00000000a1911000-00000000a1a00000 [  956K] r--/rwx SM=PRV  process-only VM submap
    --> Submap                 00000000a1a00000-00000000b0000000 [230.0M] r--/rwx SM=SHM  machine-wide VM submap
        __UNICODE              00000000a5911000-00000000a5999000 [  544K] r--/r-- SM=COW  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Thread 0:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x97151f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x9715116c mach_msg + 68
    2   com.apple.CoreFoundation       0x913a0bf9 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x913a01d1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x9139f9ea CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x9139f84b CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox           0x929bab5d RunCurrentEventLoopInMode + 259
    7   com.apple.HIToolbox           0x929ba8e2 ReceiveNextEventCommon + 526
    8   com.apple.HIToolbox           0x929ba6bd _BlockUntilNextEventMatchingListInModeWithFilter + 92
    9   com.apple.AppKit               0x972eb349 _DPSNextEvent + 1602
    10  com.apple.AppKit               0x972ea870 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit               0x972dd15c -[NSApplication run] + 727
    12  libcef.dylib                   0x032c9287 0x2ec8000 + 4199047
    13  libcef.dylib                   0x032c8d5c 0x2ec8000 + 4197724
    14  libcef.dylib                   0x032fa3a1 0x2ec8000 + 4400033
    15  libcef.dylib                   0x0331293e 0x2ec8000 + 4499774
    16  libcef.dylib                   0x032f9ada 0x2ec8000 + 4397786
    17  libcef.dylib                   0x0398675f 0x2ec8000 + 11265887
    18  HEX.dylib                     0x02245a23 HEXMessageProcessor::runLoop(std::string const&) + 403
    19  HEX.dylib                     0x02238743 0x2232000 + 26435
    20  HEX.dylib                     0x0224b6ad HEXMessageProcessor::processMessage(std::string const&, std::string const&, ProcessMessageOutput&, MessageObject const&) + 77
    21  HEX.dylib                     0x02236ef6 processMessage + 230
    22  NXGCore.dylib                 0x00221eab ExternalGateway::sendMessageToApplet(MessageObject const&, MessageStruct const*, bool (**)(void const*), char const**) + 635
    23  NXGCore.dylib                 0x00221a17 ExternalGateway::handleMessage(MessageObject const&, MessageStruct const*, bool (**)(void const*), char const**) + 151
    24  NXGCore.dylib                 0x00222392 ExternalGateway::processMessageFromOutside(MessageStruct const*, bool (**)(void const*)) + 354
    25  NXGCore.dylib                 0x0020b07a processMessage + 42
    26  com.adobe.acc.AdobeCreativeCloud 0x00063938 0x5d000 + 26936
    27  com.adobe.acc.AdobeCreativeCloud 0x00067661 0x5d000 + 42593
    28  com.adobe.acc.AdobeCreativeCloud 0x0005ffd6 0x5d000 + 12246
    29  com.adobe.acc.AdobeCreativeCloud 0x0005f093 0x5d000 + 8339
    30  com.adobe.acc.AdobeCreativeCloud 0x00064038 0x5d000 + 28728
    31  com.adobe.acc.AdobeCreativeCloud 0x0005ecd5 start + 53
    Thread 39 Crashed:
    0   libstdc++.6.dylib             0x9718d6c4 std::string::find(char const*, unsigned long, unsigned long) const + 14
    1   com.adobe.AAM.AdobeUpdaterCoreFramework 0x0c9e2b9e ThreadGetAvailableUpdates::ThreadProc() + 16172
    2   com.adobe.AAM.AdobeUpdaterCoreFramework 0x0c9e99a1 ESDThread<ThreadGetAvailableUpdatesStatus>::ESDThreadFunctorDelegate<ThreadGetAvailableUp datesStatus>::operator()() + 51
    3   com.adobe.AAM.AdobeUpdaterCoreFramework 0x0c9e97c4 boost::detail::thread_data<ESDThread<ThreadGetAvailableUpdatesStatus>::ESDThreadFunctorDe legate<ThreadGetAvailableUpdatesStatus> >::run() + 22
    4   com.adobe.AAM.AdobeUpdaterCoreFramework 0x0ca87b1b thread_proxy + 73
    5   libsystem_pthread.dylib       0x90deb5fb _pthread_body + 144
    6   libsystem_pthread.dylib       0x90deb485 _pthread_start + 130
    7   libsystem_pthread.dylib       0x90df0cf2 thread_start + 34
    Thread 40:
    0   libsystem_kernel.dylib         0x97156b76 __semwait_signal + 10
    1   libsystem_c.dylib             0x969e6fb7 nanosleep$UNIX2003 + 219
    2   libsystem_c.dylib             0x969e6e62 usleep$UNIX2003 + 60
    3   AppsPanelIL.dylib             0x0c3585c8 UpdaterCoreHelper::ProgressUpdatesCallback(bool) + 2248
    4   AppsPanelIL.dylib             0x0c3573e3 0xc263000 + 1000419
    5   AppsPanelIL.dylib             0x0c360d6c timerThread(void*) + 76
    6   AppsPanelIL.dylib             0x0c39a950 threadProcHandlerMac(void*) + 48
    7   libsystem_pthread.dylib       0x90deb5fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x90deb485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x90df0cf2 thread_start + 34
    Thread 39 crashed with X86 Thread State (32-bit):
      eax: 0x7d20ff10  ebx: 0x0cc8a6d8  ecx: 0x0cc8a6d8  edx: 0x0cc8a6d0
      edi: 0x0c9dec83  esi: 0xab2ad4d6  ebp: 0xb6cad228  esp: 0xb6cad200
       ss: 0x00000023  efl: 0x00010286  eip: 0x9718d6c4   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0xab2ad4ca
    Logical CPU:     7
    Error Code:      0x00000004
    Trap Number:     14
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        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: 516725
        thread_create: 6
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=251.6M resident=103.3M(41%) swapped_out_or_unallocated=148.3M(59%)
    Writable regions: Total=328.1M written=28.3M(9%) resident=63.8M(19%) swapped_out=0K(0%) unallocated=264.3M(81%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  1484K
    CG image                           2296K
    CG raster data                       24K
    CG shared images                    196K
    CoreAnimation                      2432K
    CoreAnimation (reserved)              8K        reserved VM address space (unallocated)
    CoreServices                        128K
    Foundation                            4K
    IOKit                              5192K
    IOKit (reserved)                     64K        reserved VM address space (unallocated)
    Image IO                           4208K
    Kernel Alloc Once                     4K
    MALLOC                            159.3M
    MALLOC (admin)                       48K
    Memory Tag 242                       12K
    OpenGL GLSL                        1280K
    Stack                             195.2M
    VM_ALLOCATE                        17.0M
    WebKit Malloc                      1216K
    __DATA                             17.3M
    __IMAGE                             528K
    __IMPORT                              4K
    __LINKEDIT                         52.2M
    __OBJC                             2504K
    __PAGEZERO                            4K
    __TEXT                            199.4M
    __UNICODE                           544K
    mapped file                       158.0M
    shared memory                        68K
    ===========                      =======
    TOTAL                             820.0M
    TOTAL, minus reserved VM space    820.0M

    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Can't run JavaFX app as a jar file from command line

    I'm trying to build a JavaFX app from scratch (that is, by including the jar file from the JavaFX SDK rather than by using the special JavaFX project type from NetBeans). It runs fine in NetBeans. However, when I try to launch it as a jar file from the command line (using "java -jar dist\TestApp") I get the following. Has anybody seen this before, and if so how can I fix it?:
    *** Fallback to Prism SW pipeline
    Exception in thread "main" java.lang.RuntimeException: java.lang.UnsatisfiedLink
    Error: Can't load library: C:\dev\TestApp\dist\bin\mat.dll
    at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:
    289)
    at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:68)
    at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherIm
    pl.java:145)
    at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:
    27)
    at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:97)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.UnsatisfiedLinkError: Can't load library: C:\dev\RedactionT
    oolPrototype\RedactionToolPrototype.Core\dist\bin\mat.dll
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.load0(Unknown Source)
    at java.lang.System.load(Unknown Source)
    at com.sun.glass.utils.NativeLibLoader.loadLibraryFullPath(NativeLibLoad
    er.java:155)
    at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoad
    er.java:85)
    at com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:
    30)
    at com.sun.glass.ui.Application$1.run(Application.java:28)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.glass.ui.Application.loadNativeLibrary(Application.java:26)
    at com.sun.glass.ui.win.WinApplication.<clinit>(WinApplication.java:33)
    at com.sun.glass.ui.win.WinPlatformFactory.createApplication(WinPlatform
    Factory.java:20)
    at com.sun.glass.ui.win.WinPlatformFactory.createApplication(WinPlatform
    Factory.java:17)
    at com.sun.glass.ui.Application.Run(Application.java:51)
    at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:
    279)
    ... 5 more

    Unsatisfied link means that Java is trying to access a native library, but it cannot be found. As to why this error is being thrown, here is my guess:
    If you open up one of the sample jars with a zip viewer, you will see that the Manifest file has the following entries:
    >
    Manifest-Version: 1.0
    JavaFX-Version: 2.0
    implementation-vendor: Oracle
    implementation-title: BrickBreaker
    implementation-version: 1.0
    JavaFX-Application-Class: brickbreaker.Main
    Created-By: JavaFX Packager
    Main-Class: com/javafx/main/Main
    >
    In other words, a JavaFX project works a bit differently than a normal Java project. com/javafx/main/Main is used as the Main class and your "Main" class is called later.
    If you are trying to build this from a normal Java project, then com/javafx/main/Main will not be created and it will call your Main class right away. Thus, whatever setup is needed to run JavaFX will not occur.

  • After iOS 8 update, the mail app crashes on iPhone 4S

    I've updated to iOS 8 this afternoon and now the mail app crashes.  It will open the first time after a power off and restart of my 4S but after that first time it will crash every single time I try to open it. I can only reopen it after I've done a full reboot of the phone, and then only once. Is there a quick fix or do I get to wait for an update?

    I tried all of the suggested solutions mentioned in this thread, and finally did a full reset according to Apple's instructions, step by step (as an engineer and 40 year computer user I am good at that stuff).
    Sorry to say after the several hour process, not one of the problems I have experienced have been solved. 
    IPad 2 is still running slow and choppy.
    Some Apps do not even load.
    Website pages will not load and result in error messages. One particularly annoying Safari error on loading a new web page is:  "a problem occurred with this webpage so it was reloaded".
    MY iPad  2 worked perfectly for the last couple of years through several updates that performed seamlessly, but this one and the two most recent corrected updates have rendered my iPad so degraded that I don't think I will be using it much anymore. I originally bought the tablet because of it's smooth GUI and fast performance, the reliability and error free environment, and Apple's proven record for effective updates. That's all gone now.

  • Can't access photos in camera roll - camera and  photo app crashes

    Have iphone 4 with iOS 5.0. Took pictures but now I can't access any photo in the Camera Roll. When I now try to take a picture, Camera app crashes. If I try to access the Camera Roll via Photo App, it too crashes. Can't see the photos from iTunes either. Shows it as unknown data. Is there anyway to rebuild the photo library or remove a corrupted photo since I think that is the problem. Any help would be appreciated.

    Thanks to Steve Kehlet who posted the solution that helped me and saved my day, https://discussions.apple.com/message/16405821#16405821
    Follow the link:
    http://www.iphoneincanada.ca/how-to/how-to-fix-iphone-camera-roll-crash-and-phot os-turned-to-other-in-itunes/
    You will need to download PhoneView, but the free 7 day demo does the job - and my camera and photo app are up and running again!

  • Ios 5 apps crashing

    My iPad (original (64G, wifi) was running fine on ios 5 until a couple of days ago. Now multiple apps can not stay open for more than a few minutes without crashing (ie: GoodReader, Economist, Note Taker HD, System Status). I can just open them and wait for them to crash.
    I have the app "System Status" and it shows the apps crashing because of low memory. I have:
    1. done a reset mulitple times (hold the home and power keys until the apple logo appears) -- seems to make things a little better but still not usable.
    2 I did a restore from backup with no change. I am trying to avoid doing a clean install.
    3. I did "Reset All Settings" -- more time before crashing but still crashing
    Strangely after restarting the iPad after a crash and looking at the CPU Usage, it has a high percentage of use even though the only thing running is System Status -- though maybe this is a reflection of System Status.
    Here is a partial log from the iPad per System Status after doing a "Reset All Settings" and running "Note Taker HD" have having it crash on that several times and then running "System Status" and it crashing too:
    Nov 5, 2011 5:12:06 PM - profiled [146] (Notice): (Note ) profiled: Service starting...
    Nov 5, 2011 5:12:03 PM - kernel [0] (Debug): launchd[144] Builtin profile: container (sandbox)
    Nov 5, 2011 5:12:03 PM - kernel [0] (Debug): launchd[144] Container: /private/var/mobile/
    Applications/ADCDAA1E-242A-4071-A400-40F102340B71 [69] (sandbox)
    Nov 5, 2011 5:12:02 PM - ReportCrash [142] (Error): Failed to save memory report to /Library/Logs/CrashReporter/LowMemory-2011-11-05-171202.plist using uid: 0 gid: 0, euid: 0 egid: 0. 100 logs already present.
    Nov 5, 2011 5:12:02 PM - ReportCrash [142] (Error): Error: 2 No such file or directory
    Nov 5, 2011 5:12:01 PM - kernel [0] (Debug): launchd[143] Builtin profile: dataaccessd (sandbox)
    Nov 5, 2011 5:12:00 PM - UserEventAgent [12] (Notice): jetsam: kernel termination snapshot being created
    Nov 5, 2011 5:12:00 PM - wifid [29] (Error): WiFi:[342220320.580723]: Unable to dispatch WowStateChanged message to client dataaccessd (268435459)
    Nov 5, 2011 5:12:00 PM - wifid [29] (Error): WiFi:[342220320.613193]: Unable to dispatch WowStateChanged message to client dataaccessd (268435459)
    Nov 5, 2011 5:12:00 PM - com.apple.launchd [1] (Notice): (com.apple.ubd) Exited: Killed: 9
    Nov 5, 2011 5:12:00 PM - com.apple.launchd [1] (Notice): (UIKitApplication:net.techet.sysstat[0xe638]) Exited: Killed: 9
    Nov 5, 2011 5:12:00 PM - SpringBoard [16] (Warning): Application 'System Status' exited abnormally with signal 9: Killed: 9
    Nov 5, 2011 5:12:00 PM - com.apple.launchd [1] (Notice): (com.apple.dataaccess.dataaccessd) Exited: Killed: 9
    Nov 5, 2011 5:11:49 PM - com.apple.networkd [139] (Notice): main:212 networkd.139 built Sep 16 2011 00:02:59
    Nov 5, 2011 5:11:44 PM - kernel [0] (Debug): launchd[138] Builtin profile: container (sandbox)
    Nov 5, 2011 5:11:44 PM - kernel [0] (Debug): launchd[138] Container: /private/var/mobile/Applications/ADCDAA1E-242A-4071-A400-40F102340B71 [69] (sandbox)
    Nov 5, 2011 5:11:41 PM - ReportCrash [137] (Error): Failed to save memory report to /Library/Logs/CrashReporter/LowMemory-2011-11-05-171141.plist using uid: 0 gid: 0, euid: 0 egid: 0. 100 logs already present.
    Nov 5, 2011 5:11:41 PM - ReportCrash [137] (Error): Error: 2 No such file or directory
    Nov 5, 2011 5:11:40 PM - SpringBoard [16] (Warning): Memory level is not normal (2). Delaying auto-relaunch of 'com.apple.mobilemail' for 30 seconds.
    Nov 5, 2011 5:11:40 PM - SpringBoard [16] (Warning): Application 'System Status' exited abnormally with signal 9: Killed: 9
    Nov 5, 2011 5:11:40 PM - SpringBoard [16] (Warning): Application 'Note Taker HD' exited abnormally with signal 9: Killed: 9
    Nov 5, 2011 5:11:39 PM - com.apple.launchd [1] (Notice): (UIKitApplication:com.apple.mobilemail[0x5a27]) Exited: Killed: 9
    Nov 5, 2011 5:11:39 PM - UserEventAgent [12] (Notice): jetsam: kernel termination snapshot being created
    Nov 5, 2011 5:11:39 PM - com.apple.launchd [1] (Notice): (UIKitApplication:net.techet.sysstat[0x2e83]) Exited: Killed: 9
    Nov 5, 2011 5:11:39 PM - com.apple.launchd [1] (Notice): (UIKitApplication:com.softwaregarden.NoteTakerHD[0x964e]) Exited: Killed: 9
    Nov 5, 2011 5:11:39 PM - SpringBoard [16] (Warning): Application 'Mail' exited abnormally with signal 9: Killed: 9
    Nov 5, 2011 5:11:18 PM - com.apple.networkd [136] (Notice): main:212 networkd.136 built Sep 16 2011 00:02:59
    Nov 5, 2011 5:11:07 PM - dataaccessd [124] (Notice): 15e550|EAS|Note |Going to keep the local event exception for detached event <ASEventException: [(null)] [6286] [Updated: Regional DAC Call Schedule - 4:00 PM EST (placeholder)] [2011-11-03 16:00:00 -0400]>: exceptionStartTime 2011-11-03 17:00:00 -0400 isDeleted NO, as it has a newer dTStamp than the existing detached event ((null)).  Remote exception dtStamp (null), remote parent dtStamp 20110929T155052Z+0000, local dtStamp 2011-11-03 15:13:41 +0000
    Nov 5, 2011 5:11:02 PM - SpringBoard [16] (Warning): Received memory warning.
    Nov 5, 2011 5:10:59 PM - MobileMail [126] (Warning): Received memory warning.
    Nov 5, 2011 5:10:59 PM - System Status [133] (Warning): Received memory warning.
    Nov 5, 2011 5:10:16 PM - SpringBoard [16] (Notice): Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Nov 5, 2011 5:10:16 PM - SpringBoard [16] (Notice): MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
    Nov 5, 2011 5:10:16 PM - kernel [0] (Debug): set_crc_notification_state 0
    Nov 5, 2011 5:10:16 PM - SpringBoard [16] (Notice): MultitouchHID: device bootloaded
    Nov 5, 2011 5:10:16 PM - SpringBoard [16] (Notice): MultitouchHID: detection mode: 0->0
    Nov 5, 2011 5:10:13 PM - SpringBoard [16] (Notice): Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    Nov 5, 2011 5:10:13 PM - SpringBoard [16] (Notice): MultitouchHID: detection mode: 0->255
    Nov 5, 2011 5:09:03 PM - profiled [129] (Notice): (Note ) profiled: Idled.
    Nov 5, 2011 5:09:03 PM - profiled [129] (Notice): (Note ) profiled: Service stopping.
    Nov 5, 2011 5:08:12 PM - kernel [0] (Debug): launchd[133] Builtin profile: container (sandbox)
    Nov 5, 2011 5:08:12 PM - kernel [0] (Debug): launchd[133] Container: /private/var/mobile/Applications/ADCDAA1E-242A-4071-A400-40F102340B71 [69] (sandbox)
    Nov 5, 2011 5:08:09 PM - wifid [29] (Error): WiFi:[342220089.065626]: Client dataaccessd set type to background application
    Nov 5, 2011 5:08:06 PM - wifid [29] (Error): WiFi:[342220086.232599]: Client dataaccessd set type to background application
    Nov 5, 2011 5:08:06 PM - wifid [29] (Error): WiFi:[342220086.234613]: Enable WoW requested by "dataaccessd"
    Nov 5, 2011 5:08:05 PM - wifid [29] (Error): WiFi:[342220085.721333]: Client dataaccessd set type to background application
    Nov 5, 2011 5:08:03 PM - profiled [129] (Notice): (Note ) profiled: Service starting...
    Nov 5, 2011 5:08:03 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence ffffffff
    Nov 5, 2011 5:08:03 PM - UIKitApplication:com.softwaregarden.NoteTakerHD[0x964e] [128] (Notice): wait_fences: failed to receive reply: 10004003
    Nov 5, 2011 5:08:03 PM - dataaccessd [124] (Notice): 15e550|EAS|Note |EAS Protocol Manager set to ASProtocol2_5
    Nov 5, 2011 5:08:02 PM - MobileMail [126] (Notice): 2b5a90|EAS|Note |EAS Protocol Manager set to ASProtocol2_5
    Nov 5, 2011 5:08:01 PM - MobileMail [126] (Notice): 2b5a90|EAS|Error|error syncing folder: Error Domain=MFMessageErrorDomain Code=1028 "The operation couldn’t be completed. (MFMessageErrorDomain error 1028.)"
    Nov 5, 2011 5:08:01 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence 1f847
    Nov 5, 2011 5:08:00 PM - dataaccessd [124] (Notice): 15e550|EAS|Note |EAS Protocol Manager set to ASProtocolUnknown
    Nov 5, 2011 5:08:00 PM - dataaccessd [124] (Notice): 15e550|DA|Warn |Could not find a password in the keychain for 69DE2616-D3D0-4F2C-9353-AD75934E17CE, error -25300
    Nov 5, 2011 5:08:00 PM - MobileMail [126] (Notice): 245560|EAS|Note |EAS Protocol Manager set to ASProtocolUnknown
    Nov 5, 2011 5:08:00 PM - wifid [29] (Error): WiFi:[342220080.804776]: Client dataaccessd set type to background application
    Nov 5, 2011 5:07:58 PM - com.apple.networkd [127] (Notice): main:212 networkd.127 built Sep 16 2011 00:02:59
    Nov 5, 2011 5:07:58 PM - kernel [0] (Debug): launchd[128] Builtin profile: container (sandbox)
    Nov 5, 2011 5:07:58 PM - kernel [0] (Debug): launchd[128] Container: /private/var/mobile/Applications/AAC645C9-2527-4DE3-9686-DCACA2D099AF [69] (sandbox)
    Nov 5, 2011 5:07:57 PM - ReportCrash [125] (Error): Failed to save memory report to /Library/Logs/CrashReporter/LowMemory-2011-11-05-170757.plist using uid: 0 gid: 0, euid: 0 egid: 0. 100 logs already present.
    Nov 5, 2011 5:07:57 PM - ReportCrash [125] (Error): Error: 2 No such file or directory
    Nov 5, 2011 5:07:57 PM - MobileMail [126] (Notice): 256470|EAS|Note |EAS Protocol Manager set to ASProtocolUnknown
    Nov 5, 2011 5:07:55 PM - SpringBoard [16] (Warning): Application 'Mail' exited abnormally with signal 9: Killed: 9
    Nov 5, 2011 5:07:55 PM - SpringBoard [16] (Warning): Application 'Note Taker HD' exited abnormally with signal 9: Killed: 9
    Nov 5, 2011 5:07:55 PM - kernel [0] (Debug): launchd[124] Builtin profile: dataaccessd (sandbox)
    Nov 5, 2011 5:07:55 PM - kernel [0] (Debug): launchd[126] Builtin profile: MobileMail (sandbox)
    Nov 5, 2011 5:07:54 PM - UserEventAgent [12] (Notice): jetsam: kernel termination snapshot being created
    Nov 5, 2011 5:07:54 PM - com.apple.launchd [1] (Notice): (UIKitApplication:com.apple.mobilemail[0x4406]) Exited: Killed: 9
    Nov 5, 2011 5:07:54 PM - com.apple.launchd [1] (Notice): (UIKitApplication:com.softwaregarden.NoteTakerHD[0x556]) Exited: Killed: 9
    Nov 5, 2011 5:07:54 PM - wifid [29] (Error): WiFi:[342220074.959111]: Unable to dispatch WowStateChanged message to client dataaccessd (268435459)
    Nov 5, 2011 5:07:54 PM - wifid [29] (Error): WiFi:[342220074.970454]: Unable to dispatch WowStateChanged message to client dataaccessd (268435459)
    Nov 5, 2011 5:07:54 PM - com.apple.launchd [1] (Notice): (com.apple.ubd) Exited: Killed: 9
    Nov 5, 2011 5:07:54 PM - com.apple.launchd [1] (Notice): (com.apple.dataaccess.dataaccessd) Exited: Killed: 9
    Nov 5, 2011 5:07:46 PM - SpringBoard [16] (Warning): Received memory warning.
    Nov 5, 2011 5:07:46 PM - NoteTakerHD [120] (Warning): Received memory warning.
    Nov 5, 2011 5:07:45 PM - MobileMail [119] (Warning): Received memory warning.
    Nov 5, 2011 5:07:41 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence ffffffff
    Nov 5, 2011 5:07:41 PM - UIKitApplication:com.softwaregarden.NoteTakerHD[0x556] [120] (Notice): wait_fences: failed to receive reply: 10004003
    Nov 5, 2011 5:07:38 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence 1fb47
    Nov 5, 2011 5:07:36 PM - MobileMail [119] (Notice): 24bbe0|EAS|Note |EAS Protocol Manager set to ASProtocolUnknown
    Nov 5, 2011 5:07:36 PM - com.apple.networkd [121] (Notice): main:212 networkd.121 built Sep 16 2011 00:02:59
    Nov 5, 2011 5:07:35 PM - kernel [0] (Debug): launchd[120] Builtin profile: container (sandbox)
    Nov 5, 2011 5:07:35 PM - kernel [0] (Debug): launchd[120] Container: /private/var/mobile/Applications/AAC645C9-2527-4DE3-9686-DCACA2D099AF [69] (sandbox)
    Nov 5, 2011 5:07:34 PM - ReportCrash [118] (Error): Failed to save memory report to /Library/Logs/CrashReporter/LowMemory-2011-11-05-170734.plist using uid: 0 gid: 0, euid: 0 egid: 0. 100 logs already present.
    Nov 5, 2011 5:07:34 PM - ReportCrash [118] (Error): Error: 2 No such file or directory
    Nov 5, 2011 5:07:33 PM - kernel [0] (Debug): launchd[119] Builtin profile: MobileMail (sandbox)
    Nov 5, 2011 5:07:32 PM - UserEventAgent [12] (Notice): jetsam: kernel termination snapshot being created
    Nov 5, 2011 5:07:32 PM - com.apple.launchd [1] (Notice): (UIKitApplication:com.apple.mobilemail[0xb19b]) Exited: Killed: 9
    Nov 5, 2011 5:07:32 PM - com.apple.launchd [1] (Notice): (UIKitApplication:com.softwaregarden.NoteTakerHD[0x5273]) Exited: Killed: 9
    Nov 5, 2011 5:07:32 PM - com.apple.launchd [1] (Notice): (com.apple.ubd) Exited: Killed: 9
    Nov 5, 2011 5:07:32 PM - SpringBoard [16] (Warning): Application 'Mail' exited abnormally with signal 9: Killed: 9
    Nov 5, 2011 5:07:32 PM - SpringBoard [16] (Warning): Application 'Note Taker HD' exited abnormally with signal 9: Killed: 9
    Nov 5, 2011 5:07:31 PM - SpringBoard [16] (Warning): Received memory warning.
    Nov 5, 2011 5:07:26 PM - MobileMail [111] (Warning): Received memory warning.
    Nov 5, 2011 5:07:26 PM - NoteTakerHD [114] (Warning): Received memory warning.
    Nov 5, 2011 5:06:13 PM - NoteTakerHD [114] (Warning): firstStroke -1
    Nov 5, 2011 5:05:20 PM - profiled [116] (Notice): (Note ) profiled: Idled.
    Nov 5, 2011 5:05:20 PM - profiled [116] (Notice): (Note ) profiled: Service stopping.
    Nov 5, 2011 5:05:00 PM - NoteTakerHD [114] (Warning): firstStroke -1
    Nov 5, 2011 5:04:29 PM - wifid [29] (Error): WiFi:[342219869.090787]: Client dataaccessd set type to background application
    Nov 5, 2011 5:04:29 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence ffffffff
    Nov 5, 2011 5:04:29 PM - UIKitApplication:com.softwaregarden.NoteTakerHD[0x5273] [114] (Notice): wait_fences: failed to receive reply: 10004003
    Nov 5, 2011 5:04:28 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence 1f647
    Nov 5, 2011 5:04:28 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence 1e853
    Nov 5, 2011 5:04:22 PM - wifid [29] (Error): WiFi:[342219862.096076]: Client dataaccessd set type to background application
    Nov 5, 2011 5:04:22 PM - wifid [29] (Error): WiFi:[342219862.100541]: Enable WoW requested by "dataaccessd"
    Nov 5, 2011 5:04:22 PM - wifid [29] (Error): WiFi:[342219862.779543]: Client dataaccessd set type to background application
    Nov 5, 2011 5:04:20 PM - MobileMail [111] (Notice): 2cb4c0|EAS|Note |EAS Protocol Manager set to ASProtocol2_5
    Nov 5, 2011 5:04:20 PM - dataaccessd [109] (Notice): 15b9a0|EAS|Note |EAS Protocol Manager set to ASProtocol2_5
    Nov 5, 2011 5:04:19 PM - wifid [29] (Error): WiFi:[342219859.111605]: Client dataaccessd set type to background application
    Nov 5, 2011 5:04:19 PM - MobileMail [111] (Notice): 2cb4c0|EAS|Error|error syncing folder: Error Domain=MFMessageErrorDomain Code=1028 "The operation couldn’t be completed. (MFMessageErrorDomain error 1028.)"
    Nov 5, 2011 5:04:19 PM - profiled [116] (Notice): (Note ) profiled: Service starting...
    Nov 5, 2011 5:04:18 PM - dataaccessd [109] (Notice): 15b9a0|EAS|Note |EAS Protocol Manager set to ASProtocolUnknown
    Nov 5, 2011 5:04:18 PM - dataaccessd [109] (Notice): 15b9a0|DA|Warn |Could not find a password in the keychain for 69DE2616-D3D0-4F2C-9353-AD75934E17CE, error -25300
    Nov 5, 2011 5:04:18 PM - MobileMail [111] (Notice): 25b0c0|EAS|Note |EAS Protocol Manager set to ASProtocolUnknown
    Nov 5, 2011 5:04:17 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence ffffffff
    Nov 5, 2011 5:04:17 PM - UIKitApplication:com.softwaregarden.NoteTakerHD[0x5273] [114] (Notice): wait_fences: failed to receive reply: 10004003
    Nov 5, 2011 5:04:16 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence 20b0f
    Nov 5, 2011 5:04:15 PM - kernel [0] (Debug): launchd[114] Builtin profile: container (sandbox)
    Nov 5, 2011 5:04:15 PM - kernel [0] (Debug): launchd[114] Container: /private/var/mobile/Applications/AAC645C9-2527-4DE3-9686-DCACA2D099AF [69] (sandbox)
    Nov 5, 2011 5:04:13 PM - MobileMail [111] (Notice): 26c160|EAS|Note |EAS Protocol Manager set to ASProtocolUnknown
    Nov 5, 2011 5:04:13 PM - com.apple.networkd [112] (Notice): main:212 networkd.112 built Sep 16 2011 00:02:59
    Nov 5, 2011 5:04:12 PM - ReportCrash [110] (Error): Failed to save memory report to /Library/Logs/CrashReporter/LowMemory-2011-11-05-170412.plist using uid: 0 gid: 0, euid: 0 egid: 0. 100 logs already present.
    Nov 5, 2011 5:04:12 PM - ReportCrash [110] (Error): Error: 2 No such file or directory
    Nov 5, 2011 5:04:11 PM - kernel [0] (Debug): launchd[109] Builtin profile: dataaccessd (sandbox)
    Nov 5, 2011 5:04:11 PM - kernel [0] (Debug): launchd[111] Builtin profile: MobileMail (sandbox)
    Nov 5, 2011 5:04:10 PM - UserEventAgent [12] (Notice): jetsam: kernel termination snapshot being created
    Nov 5, 2011 5:04:10 PM - wifid [29] (Error): WiFi:[342219850.265685]: Unable to dispatch WowStateChanged message to client dataaccessd (268435459)
    Nov 5, 2011 5:04:10 PM - wifid [29] (Error): WiFi:[342219850.297064]: Unable to dispatch WowStateChanged message to client dataaccessd (268435459)
    Nov 5, 2011 5:04:10 PM - com.apple.launchd [1] (Notice): (UIKitApplication:com.apple.mobilemail[0xe4b6]) Exited: Killed: 9
    Nov 5, 2011 5:04:10 PM - com.apple.launchd [1] (Notice): (com.apple.ubd) Exited: Killed: 9
    Nov 5, 2011 5:04:10 PM - com.apple.launchd [1] (Notice): (UIKitApplication:com.softwaregarden.NoteTakerHD[0x980c]) Exited: Killed: 9
    Nov 5, 2011 5:04:10 PM - com.apple.launchd [1] (Notice): (com.apple.dataaccess.dataaccessd) Exited: Killed: 9
    Nov 5, 2011 5:04:10 PM - SpringBoard [16] (Warning): Application 'Mail' exited abnormally with signal 9: Killed: 9
    Nov 5, 2011 5:04:10 PM - SpringBoard [16] (Warning): Application 'Note Taker HD' exited abnormally with signal 9: Killed: 9
    Nov 5, 2011 5:04:05 PM - SpringBoard [16] (Warning): Received memory warning.
    Nov 5, 2011 5:04:03 PM - MobileMail [83] (Warning): Received memory warning.
    Nov 5, 2011 5:04:03 PM - NoteTakerHD [105] (Warning): Received memory warning.
    Nov 5, 2011 5:02:00 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence ffffffff
    Nov 5, 2011 5:02:00 PM - UIKitApplication:com.softwaregarden.NoteTakerHD[0x980c] [105] (Notice): wait_fences: failed to receive reply: 10004003
    Nov 5, 2011 5:01:59 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence 1e817
    Nov 5, 2011 5:01:59 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence 20d2b
    Nov 5, 2011 5:01:52 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence 1e813
    Nov 5, 2011 5:01:52 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence ffffffff
    Nov 5, 2011 5:01:52 PM - UIKitApplication:com.softwaregarden.NoteTakerHD[0x980c] [105] (Notice): wait_fences: failed to receive reply: 10004003
    Nov 5, 2011 5:01:50 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence 1e80f
    Nov 5, 2011 5:01:50 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence ffffffff
    Nov 5, 2011 5:01:47 PM - profiled [90] (Notice): (Note ) profiled: Idled.
    Nov 5, 2011 5:01:47 PM - profiled [90] (Notice): (Note ) profiled: Service stopping.
    Nov 5, 2011 5:01:25 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence ffffffff
    Nov 5, 2011 5:01:25 PM - timed [100] (Notice): (Note ) CoreTime: Not setting system time to 11/05/2011 21:01:26 from NTP because time is unchanged
    Nov 5, 2011 5:01:24 PM - com.apple.SpringBoard [16] (Notice): CoreAnimation: timed out fence 18107
    Nov 5, 2011 5:01:23 PM - kernel [0] (Debug): launchd[105] Builtin profile: container (sandbox)
    Nov 5, 2011 5:01:23 PM - kernel [0] (Debug): launchd[105] Container: /private/var/mobile/Applications/AAC645C9-2527-4DE3-9686-DCACA2D099AF [69] (sandbox)
    Nov 5, 2011 5:01:20 PM - wifid [29] (Error): WiFi:[342219680.248837]: Client imagent set type to background application
    Nov 5, 2011 5:01:20 PM - wifid [29] (Error): WiFi:[342219680.626944]: Client imagent set type to background application
    Nov 5, 2011 5:01:19 PM - wifid [29] (Error): WiFi:[342219679.016176]: Client imagent set type to background application
    Nov 5, 2011 5:01:15 PM - timed [100] (Notice): (Note ) CoreTime: Want active time in 23.81hrs. Need active time in 107.14hrs.
    Nov 5, 2011 5:01:12 PM - com.apple.locationd [48] (Notice): NOTICE,Potentially setting system time zone to America/New_York
    Nov 5, 2011 5:01:12 PM - timed [100] (Notice): (Note ) CoreTime: Received timezone "America/New_York" from "Location"
    Nov 5, 2011 5:01:12 PM - timed [100] (Notice): (Note ) CoreTime: Not setting time zone to America/New_York from Location
    Nov 5, 2011 5:01:07 PM - UserEventAgent [12] (Warning): Unable to cancel system wake for 2011-11-05 17:00:52 -0400. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 5, 2011 5:01:07 PM - wifid [29] (Error): WiFi:[342219667.582718]: Client softwareupdatese is background application
    Nov 5, 2011 5:01:05 PM - timed [94] (Notice): (Note ) CoreTime: Not setting time zone to America/New_York from Location
    Nov 5, 2011 5:00:58 PM - wifid [29] (Error): WiFi:[342219658.728771]: Client dataaccessd set type to background application
    Nov 5, 2011 5:00:56 PM - UserEventAgent [12] (Warning): Unable to cancel system wake for 2011-11-05 17:00:41 -0400. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 5, 2011 5:00:55 PM - wifid [29] (Error): WiFi:[342219655.303589]: Client dataaccessd set type to background application
    Nov 5, 2011 5:00:55 PM - timed [94] (Notice): (Note ) CoreTime: Want active time in 23.81hrs. Need active time in 107.15hrs.
    Nov 5, 2011 5:00:54 PM - wifid [29] (Error): WiFi:[342219654.411875]: Client dataaccessd set type to background application
    Nov 5, 2011 5:00:53 PM - wifid [29] (Error): WiFi:[342219653.707103]: Client dataaccessd set type to background application
    Nov 5, 2011 5:00:53 PM - wifid [29] (Error): WiFi:[342219653.708848]: Enable WoW requested by "dataaccessd"
    Nov 5, 2011 5:00:52 PM - timed [94] (Notice): (Note ) CoreTime: Received setup time request.
    Nov 5, 2011 5:00:52 PM - timed [94] (Notice): (Note ) CoreTime: TMSetupTime: timezone already set.
    Nov 5, 2011 5:00:52 PM - timed [94] (Notice): (Note ) CoreTime: Received setup timezone request.
    Nov 5, 2011 5:00:52 PM - timed [94] (Notice): (Note ) CoreTime: TMSetupTimeZone: timezone already set.
    Nov 5, 2011 5:00:52 PM - timed [94] (Notice): (Note ) CoreTime: Received time 11/05/2011 21:00:50±15.00 from "LocationServer"
    Nov 5, 2011 5:00:52 PM - timed [94] (Notice): (Note ) CoreTime: Not setting system time to 11/05/2011 21:00:53 from NTP because time is unchanged
    Nov 5, 2011 5:00:52 PM - timed [94] (Notice): (Note ) CoreTime: Want active time in 23.81hrs. Need active time in 107.15hrs.
    Nov 5, 2011 5:00:52 PM - dataaccessd [86] (Notice): 162eb0|EAS|Note |EAS Protocol Manager set to ASProtocol2_5
    Nov 5, 2011 5:00:51 PM - configd [14] (Notice): Captive: en0: Not probing 'cardinal-2' (protected network)
    Nov 5, 2011 5:00:51 PM - kernel [0] (Debug): [149.005767041]: AppleBCMWLANNetManager::receivedIPv4Address(): Received address 172.16.42.2, entering powersave mode 2
    Nov 5, 2011 5:00:51 PM - configd [14] (Notice): network configuration changed.
    Nov 5, 2011 5:00:51 PM - configd [14] (Notice): network configuration changed.
    Nov 5, 2011 5:00:51 PM - wifid [29] (Error): WiFi:[342219651.357409]: Client dataaccessd set type to background application
    Nov 5, 2011 5:00:47 PM - kernel [0] (Debug): AppleBCMWLANCore::setDISASSOCIATE() [wifid]:
    Nov 5, 2011 5:00:47 PM - kernel [0] (Debug): AppleBCMWLANCore::setASSOCIATE() [wifid]:  lowerAuth = AUTHTYPE_OPEN, upperAuth = AUTHTYPE_WPA2_PSK, key = CIPHER_PMK    .
    Nov 5, 2011 5:00:47 PM - wifid [29] (Error): WiFi:[342219647.248033]: Processing link event UP
    Nov 5, 2011 5:00:47 PM - kernel [0] (Debug): [145.315220583]: AppleBCMWLANNetManager::prepareToBringUpLink(): Delaying powersave entry in order to get an IP address
    Nov 5, 2011 5:00:47 PM - kernel [0] (Debug): AppleBCMWLAN Joined BSS:    @ 0xc0df4400, BSSID = 06:25:bc:87:fb:48, rssi = -69, rate = 54 (100%), channel = 157, encryption = 0xc, ap = 1, failures =  0, age = 3, ssid[10] = "cardinal-2"
    Nov 5, 2011 5:00:47 PM - kernel [0] (Debug): AirPort: Link Up on en0
    Nov 5, 2011 5:00:47 PM - kernel [0] (Debug): en0: BSSID changed to 06:25:bc:87:fb:48
    Nov 5, 2011 5:00:47 PM - kernel [0] (Debug): AppleBCMWLANJoinManager::handleSupplicantEvent(): status = 6, reason = 0, flags = 0x0, authtype = 0, addr = 00:00:48:01:2c:00
    Nov 5, 2011 5:00:47 PM - Setup [79] (Warning): WiFi: Joined cardinal-2
    Nov 5, 2011 5:00:43 PM - timed [92] (Notice): (Note ) CoreTime: Not setting system time to 11/05/2011 21:00:43 from NTP because time is unchanged
    Nov 5, 2011 5:00:43 PM - timed [92] (Notice): (Note ) CoreTime: Not setting time zone to America/New_York from Location
    Nov 5, 2011 5:00:40 PM - Setup [79] (Warning): -[APOtherNetworkController keyboardWillShow:]
    Nov 5, 2011 5:00:34 PM - Setup [79] (Warning): -[APOtherNetworkController keyboardWillShow:]
    Nov 5, 2011 5:00:33 PM - timed [92] (Notice): (Note ) CoreTime: Want active time in 23.82hrs. Need active time in 107.15hrs.
    Nov 5, 2011 5:00:29 PM - profiled [90] (Notice): (Note ) profiled: Service starting...
    Nov 5, 2011 5:00:29 PM - Setup [79] (Warning): loadAPTableCellImages: loading images
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x18000, stateNum 0, dev 0xc0807800 (this 1, provider 0)
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANCore::powerOffSystem() : Powering Off and sleeping
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANCore::powerOff(): fStateFlags(4222)
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleSerialMultiplexer: !! mux::setPowerStateGated: Skipping power state change
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANCore::configurePFN(): SSID based PNO is Enabled
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANBusInterfaceSdio::powerOff(): fStateFlags(00000021)
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 0, pol 0xc0807800 (this 1, provider 0)
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 1 swapBusy: 0  fController: 0 -> 0
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleEmbeddedUSBArbitrator::setPowerState: calling handleUSBCableTypeChange from setPowerState
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleSynopsysOTGDevice::handleUSBCableDisconnect
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANCore::powerStateWillChangeToGated(): cap 0x8002, stateNum 1, dev 0xc0807800 (this 1, provider 0)
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANCore::powerStateDidChangeToGated(): stateNum 1, pol 0xc0807800 (this 1, provider 0)
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANCore::powerOnSystem() : Powering On
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANCore::powerOn(): stateFlags(4223)
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANBusInterfaceSdio::powerOn()
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleBCMWLANCore::powerOn(): Tearing down WoW mode
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleSerialMultiplexer: !! mux::setPowerStateGated: Skipping power state change
    Nov 5, 2011 5:00:16 PM - wifid [29] (Error): WiFi:[342219616.037997]: multi-stage auto-join: Error scanning for previous network, err=-3900
    Nov 5, 2011 5:00:16 PM - SpringBoard [16] (Notice): Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Nov 5, 2011 5:00:16 PM - SpringBoard [16] (Notice): MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
    Nov 5, 2011 5:00:16 PM - wifid [29] (Error): WiFi:[342219616.392529]: Disable WoW requested by "dataaccessd"
    Nov 5, 2011 5:00:16 PM - SpringBoard [16] (Notice): MultitouchHID: device bootloaded
    Nov 5, 2011 5:00:16 PM - SpringBoard [16] (Notice): MultitouchHID: detection mode: 0->0
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleD1815PMUPowerSource: AppleUSBCableDetect 0
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): AppleD1815PMUPowerSource: AppleUSBCableType Detached
    Nov 5, 2011 5:00:16 PM - kernel [0] (Debug): set_crc_notification_state 0
    Nov 5, 2011 5:00:14 PM - kernel [0] (Debug): virtual void AppleRGBOUT::do_power_state_change(): fSoft: 0 fHard: 0 swapBusy: 0  fController: 0 -> 0
    Nov 5, 2011 5:00:14 PM - kernel [0] (Debug): AppleEmbeddedUSBArbitrator::setPowerState: calling handleUSBCableTypeChange from setPowerState
    Nov 5, 2011 5:00:14 PM - kernel [0] (Debug): pmu wake events: menu
    Nov 5, 2011 5:00:12 PM - profiled [73] (Notice): (Note ) profiled: Idled.
    Nov 5, 2011 5:00:12 PM - profiled [73] (Notice): (Note ) profiled: Service stopping.
    Nov 5, 2011 5:00:08 PM - aosnotifyd [63] (Warning): Unable to cancel system wake for 2011-11-05 16:59:53 -0400. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 5, 2011 5:00:08 PM - com.apple.networkd [88] (Notice): main:212 networkd.88 built Sep 16 2011 00:02:59
    Nov 5, 2011 5:00:00 PM - SpringBoard [16] (Warning): Unable to cancel system wake for 2011-11-05 16:59:45 -0400. IOPMCancelScheduledPowerEvent() returned 0xe00002c2
    Nov 5, 2011 4:59:25 PM - wifid [29] (Error): WiFi:[342219565.655482]: Client apsd set type to background application
    Nov 5, 2011 4:59:25 PM - wifid [29] (Error): WiFi:[342219565.659080]: Enable WoW requested by "apsd"
    Nov 5, 2011 4:59:24 PM - wifid [29] (Error): WiFi:[342219564.272998]: multi-stage auto-join: Error scanning for previous network, err=-3900
    Nov 5, 2011 4:59:17 PM - timed [81] (Notice): (Note ) CoreTime: Not setting system time to 11/05/2011 20:59:17 from NTP because time is unchanged
    Nov 5, 2011 4:59:17 PM - timed [81] (Notice): (Note ) CoreTime: Not setting time zone to America/New_York from Location
    Nov 5, 2011 4:59:17 PM - SpringBoard [16] (Notice): Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
    Nov 5, 2011 4:59:17 PM - SpringBoard [16] (Notice): MultitouchHID: detection mode: 0->255
    Nov 5, 2011 4:59:16 PM - SpringBoard [16] (Warning): Error: Connection interrupted
    Nov 5, 2011 4:59:15 PM - wifid [29] (Error): WiFi:[342219555.658553]: Client dataaccessd set type to background application
    Nov 5, 2011 4:59:15 PM - wifid [29] (Error): WiFi:[342219555.660467]: Enable WoW requested by "dataaccessd"
    Nov 5, 2011 4:59:15 PM - dataaccessd [86] (Notice): 162eb0|EAS|Error|connection died with error Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x1e37d0 {NSErrorFailingURLStringKey=https://as.ftna.com/Microsoft-Server-ActiveSync, NSErrorFailingURLKey=https://as.ftna.com/Microsoft-Server-ActiveSync, NSLocalizedDescription=The Internet connection appears to be offline., NSUnderlyingError=0x1519c0 "The Internet connection appears to be offline."} 0x1e5da0
    Nov 5, 2011 4:59:15 PM - dataaccessd [86] (Notice): 162eb0|EAS|Error|ASGetOptionsTask failed: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x1e37d0 {NSErrorFailingURLStringKey=https://as.ftna.com/Microsoft-Server-ActiveSync, NSErrorFailingURLKey=https://as.ftna.com/Microsoft-Server-ActiveSync, NSLocalizedDescription=The Internet connection appears to be offline., NSUnderlyingError=0x1519c0 "The Internet connection appears to be offline."}
    Nov 5, 2011 4:59:15 PM - dataaccessd [86] (Notice): 162eb0|EAS|Error|Failed to get version string
    Nov 5, 2011 4:59:14 PM - dataaccessd [86] (Notice): 162eb0|CalDAV|Warn |==== CalDAV refresh FAILED for "iCloud" (0B3016B8-E364-4086-9A63-B1DEE1E07945): Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x1ce350 {NSErrorFailingURLStringKey=https://reob78%[email protected]/53126584/principal/, NSErrorFailingURLKey=https://reob78%[email protected]/53126584/principal/, NSLocalizedDescription=The Internet connection appears to be offline., NSUnderlyingError=0x1e3c10 "The Internet connection appears to be offline."}.
    Nov 5, 2011 4:59:14 PM - dataaccessd [86] (Notice): 162eb0|CalDAV|Error|CoreDAVPropFindTask failed: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x1ce350 {NSErrorFailingURLStringKey=https://reob78%[email protected]/53126584/principal/, NSErrorFailingURLKey=https://reob78%[email protected]/53126584/principal/, NSLocalizedDescription=The Internet connection appears to be offline., NSUnderlyingError=0x1e3c10 "The Internet connection appears to be offline."}
    Nov 5, 2011 4:59:14 PM - MobileMail [83] (Notice): 280030|EAS|Error|connection died with error Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x299030 {NSErrorFailingURLStringKey=https://as.ftna.com/Microsoft-Server-ActiveSync, NSErrorFailingURLKey=https://as.ftna.com/Microsoft-Server-ActiveSync, NSLocalizedDescription=The Internet connection appears to be offline., NSUnderlyingError=0x2b1010 "The Internet connection appears to be offline."} 0x2aedd0
    Nov 5, 2011 4:59:14 PM - MobileMail [83] (Notice): 280030|EAS|Error|ASGetOptionsTask failed: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x299030 {NSErrorFailingURLStringKey=https://as.ftna.com/Microsoft-Server-ActiveSync, NSErrorFailingURLKey=https://as.ftna.com/Microsoft-Server-ActiveSync, NSLocalizedDescription=The Internet connection appears to be offline., NSUnderlyingError=0x2b1010 "The Internet connection appears to be offline."}
    Nov 5, 2011 4:59:14 PM - MobileMail [83] (Notice): 280030|EAS|Error|Failed to get version string
    Nov 5, 2011 4:59:14 PM - MobileMail [83] (Notice): 280030|EAS|Error|error syncing folder: Error Domain=MFMessageErrorDomain Code=1042 "The operation couldn’t be completed. (MFMessageErrorDomain error 1042.)"
    Nov 5, 2011 4:59:14 PM - wifid [29] (Error): WiFi:[342219554.532321]: multi-stage auto-join: Error scanning for previous network, err=-3900

    Low memory
    1. Double-click the Home button to close all Inactive Apps in Task Bar
    2. Hold the Apps down for a second or two until you see the minus sign
    3. Tap the minus sign to close App
    4. Tap center of screen to return to Home Screen
    5. Reset iPad. Hold the Sleep and Home button down for about 10 second until you see the Apple logo. Ignore the red slider

  • Sporadic Mail.app crashes when previewing messages with attachments

    Hi,
    Mail.app crashes about 10% of the time that I click on an e-mail with an attachment. It seems to crash as it is decoding the attachment for viewing in the preview pane of the application. It doesn't seem to matter what type the attachment is. I think it only happens in my main work IMAP account, not my .Mac account, but I'm not 100% sure of that.
    Is anyone else having this problem, and does anyone have a suggestion for how I might fix it?
    I keep hoping that it will get magically fixed at some system update, but it has persisted in 10.4.9.
    A sample crash log is below.
    Thanks,
    -- Paul
    Host Name: mcxr2
    Date/Time: 2007-03-20 16:58:27.311 -0400
    OS Version: 10.4.9 (Build 8P135)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [105]
    Version: 2.1 (752)
    Build Version: 1
    Project Name: MailViewer
    Source Version: 7520000
    PID: 10610
    Thread: 12
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x4d657393
    Thread 0:
    0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x9329bb20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x9329b1b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x9329b020 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x937a1ae4 _DPSNextEvent + 384
    8 com.apple.AppKit 0x937a17a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0x9379dcec -[NSApplication run] + 472
    10 com.apple.AppKit 0x9388e87c NSApplicationMain + 452
    11 com.apple.mail 0x000871d8 0x1000 + 549336
    12 com.apple.mail 0x00087080 0x1000 + 548992
    Thread 1:
    0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92bf2170 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92bf20a8 -[NSRunLoop run] + 76
    6 com.apple.MessageFramework 0x9b050198 +[_NSSocket _runIOThread] + 92
    7 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9001fa0c select + 12
    1 com.apple.CoreFoundation 0x907f1434 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0a6a8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0b7e8 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92bf2170 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92bf20a8 -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x95bb6e30 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002c548 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x9003102c pthreadcondwait + 480
    2 com.apple.Foundation 0x92bea30c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x9383e708 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002f20c kevent + 12
    1 com.apple.DesktopServices 0x92af6eb0 TFSNotificationTask::FSNotificationTaskProc(void*) + 56
    2 ...ple.CoreServices.CarbonCore 0x90bc483c PrivateMPEntryPoint + 76
    3 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9002c548 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x9003102c pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90bc4a2c MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92af752c TNodeSyncTask::SyncTaskProc(void*) + 116
    4 ...ple.CoreServices.CarbonCore 0x90bc483c PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x90055468 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900552c4 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x92c625d4 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x92c624f0 -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9b04bd90 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x90055468 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900552c4 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x92c625d4 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x92c624f0 -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9b04bd90 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 11:
    0 libSystem.B.dylib 0x90055468 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900552c4 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x92c625d4 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x92c624f0 -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9b04bd90 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 12 Crashed:
    0 <<00000000>> 0xfffeff18 objcmsgSendrtp + 24
    1 com.apple.Foundation 0x92bbf908 NSPopAutoreleasePool + 536
    2 com.apple.MessageFramework 0x9b04beb4 -[InvocationQueue _drainQueue] + 468
    3 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 13:
    0 libSystem.B.dylib 0x90055468 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90071be8 pthreadcond_timedwait_relativenp + 556
    2 ...apple.AddressBook.framework 0x94dfbcac -[ABRemoteImageLoader workLoop] + 132
    3 com.apple.Foundation 0x92be31a0 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 12 crashed with PPC Thread State 64:
    srr0: 0x00000000fffeff18 srr1: 0x100000000000f030 vrsave: 0x0000000000000000
    cr: 0x44000224 xer: 0x0000000000000000 lr: 0x0000000092bbf908 ctr: 0x000000009012be18
    r0: 0x0000000000000001 r1: 0x00000000f0315920 r2: 0x0000000015930674 r3: 0x0000000016977d70
    r4: 0x0000000090aaa904 r5: 0x00000000000003e8 r6: 0xffffffffffffffff r7: 0x00000000163e9000
    r8: 0x0000000000000001 r9: 0x0000000015930000 r10: 0x000000000000000c r11: 0x000000006f54a904
    r12: 0x000000004d657373 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x0000000000000000 r22: 0x0000000000000000 r23: 0x0000000000000000
    r24: 0x0000000000000000 r25: 0x0000000000000000 r26: 0x00000000ab04bce0 r27: 0x0000000000000000
    r28: 0x0000000019967a00 r29: 0x0000000016977d70 r30: 0x0000000016f0e1f0 r31: 0x0000000092bbf704
    Binary Images Description:
    0x1000 - 0x199fff com.apple.mail 2.1 (752) /Applications/Mail.app/Contents/MacOS/Mail
    0x30e000 - 0x30efff com.apple.SpotLightCM 1.0 (121.34) /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
    0x6b0000 - 0x6b6fff com.Adobe.print.AdobePDF.pde AdobePDF 6.0.2 (6.0.2) /Library/Printers/PPD Plugins/AdobePDFPDE.plugin/Contents/MacOS/AdobePDFPDE
    0x6bb000 - 0x6c5fff com.hp.print.pde.ColorOptions 2.0.4.062 /Library/Printers/hp/PDEs/hpColorOptions.plugin/Contents/MacOS/hpColorOptions
    0x6c9000 - 0x6ddfff com.hp.framework.imaging 2.0.4.062 /Library/Printers/hp/Frameworks/hpImaging.framework/Versions/C/hpImaging
    0x707000 - 0x70efff com.hp.print.pde.EdgeToEdge 2.0.4.062 /Library/Printers/hp/PDEs/hpEdgeToEdge.plugin/Contents/MacOS/hpEdgeToEdge
    0x72f000 - 0x738fff com.hp.print.pde.HPFinishing 2.0.4.062 /Library/Printers/hp/PDEs/hpFinishing.plugin/Contents/MacOS/hpFinishing
    0x75a000 - 0x761fff com.hp.print.pde.ImageQuality 2.0.4.062 /Library/Printers/hp/PDEs/hpImageQuality.plugin/Contents/MacOS/hpImageQuality
    0x782000 - 0x789fff com.hp.print.pde.ProofAndPrint 2.0.4.062 /Library/Printers/hp/PDEs/hpProofAndPrint.plugin/Contents/MacOS/hpProofAndPrint
    0x1779000 - 0x1786fff thePatchCocoa ??? (0.0.1d1) /Applications/CodeTek VirtualDesktop Pro.app/Contents/Resources/patch.bundle/Contents/Resources/thePatchCocoa.bundle /Contents/MacOS/thePatchCocoa
    0x1594b000 - 0x1594dfff com.apple.AutomatorCMM 1.0.1 (68) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x1601d000 - 0x1601ffff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x16126000 - 0x16129fff com.lemkesoft.GraphicConverterCMI 1.1 /Users/paulr/Library/Contextual Menu Items/GraphicConverterCMI.plugin/Contents/MacOS/GraphicConverterCMI
    0x161bd000 - 0x161c1fff com.apple.FolderActionsMenu 1.3.1 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x16325000 - 0x1633cfff com.chronos.ChronosNotesCM 5.6.2 /Users/paulr/Library/Contextual Menu Items/ChronosNotesCM.plugin/Contents/MacOS/ChronosNotesCM
    0x1634c000 - 0x1635afff com.cocoatech.PathFinderCM Path Finder CM version 2.1.1 (2.1.2) /Users/paulr/Library/Contextual Menu Items/Path Finder CM.plugin/Contents/MacOS/Path Finder CM
    0x16363000 - 0x16378fff com.stuffit.StuffItCM 9.0.1 /Library/Contextual Menu Items/StuffItCM.plugin/Contents/MacOS/StuffItCM
    0x16c4f000 - 0x16c62fff com.apple.Mail.Syncer 1.0.8 (749.3) /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x16e3d000 - 0x16e45fff com.apple.print.converter.plugin 4.3 (157.7) /System/Library/Printers/CVs/Converter.plugin/Contents/MacOS/Converter
    0x1720d000 - 0x17239fff com.apple.print.framework.Print.Private 4.6 (163.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
    0x1747f000 - 0x17499fff StuffItSupport.dylib /Library/Frameworks/StuffIt.framework/Versions/A/StuffItSupport.dylib
    0x175bf000 - 0x175dffff com.apple.print.PrintingCocoaPDEs 4.6 (163.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs
    0x175ef000 - 0x17608fff com.apple.print.PrintingTiogaPDEs 4.3 (157.7) /System/Library/Frameworks/Carbon.framework/Frameworks/Print.framework/Versions /A/Plugins/PrintingTiogaPDEs.bundle/Contents/MacOS/PrintingTiogaPDEs
    0x74400000 - 0x74413fff libPPDLib.dylib /System/Library/Printers/Libraries/libPPDLib.dylib
    0x78e00000 - 0x78e07fff libLW8Utils.dylib /System/Library/Printers/Libraries/libLW8Utils.dylib
    0x79200000 - 0x7923efff libLW8Converter.dylib /System/Library/Printers/Libraries/libLW8Converter.dylib
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bdfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90215000 - 0x9021afff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021c000 - 0x90269fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90294000 - 0x90345fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90374000 - 0x9072ffff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bc000 - 0x90895fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.9 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd1fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x91413fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91426000 - 0x91431fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91436000 - 0x9143efff libbsm.dylib /usr/lib/libbsm.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fc000 - 0x91534fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918f1fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91905000 - 0x9192afff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193d000 - 0x9197ffff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199b000 - 0x919affff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bd000 - 0x91a03fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a1a000 - 0x91ae1fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2f000 - 0x91b44fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b49000 - 0x91b67fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6d000 - 0x91c24fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c73000 - 0x91c77fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c79000 - 0x91ce1fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce6000 - 0x91d23fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2a000 - 0x91d43fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d48000 - 0x91d4bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4d000 - 0x91e2bfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e4b000 - 0x91e4bfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4d000 - 0x91f32fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3a000 - 0x91f59fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc5000 - 0x92033fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203e000 - 0x920d3fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ed000 - 0x92675fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a8000 - 0x929d3fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a03000 - 0x92af1fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af4000 - 0x92b7cfff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbd000 - 0x92de8fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f15000 - 0x92f33fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3e000 - 0x92f98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb6000 - 0x92fb6fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb8000 - 0x92fccfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe4000 - 0x92ff4fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93000000 - 0x93015fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93027000 - 0x930aefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c2000 - 0x930cdfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d7000 - 0x93104fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311e000 - 0x9312efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313a000 - 0x931a0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d1000 - 0x93220fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324e000 - 0x9326bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327d000 - 0x9328afff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93293000 - 0x935a1fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f1000 - 0x936fdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93702000 - 0x93722fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93797000 - 0x93797fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93799000 - 0x93dccfff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94159000 - 0x941cbfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94204000 - 0x942c8fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9431a000 - 0x9431afff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9431c000 - 0x944dcfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94526000 - 0x94563fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9456b000 - 0x945bbfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945c4000 - 0x945d8fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9461d000 - 0x94662fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x946f4000 - 0x94710fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94724000 - 0x94768fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478c000 - 0x9479bfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a3000 - 0x947affff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947b5000 - 0x947d4fff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x947f5000 - 0x9480dfff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94814000 - 0x94ae9fff com.apple.QuickTime 7.1.5 /System/Library/Frameworks/QuickTime.framework/QuickTime
    0x94bad000 - 0x94c1efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94c91000 - 0x94cb2fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94dba000 - 0x94eeafff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f7c000 - 0x94f8bfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f93000 - 0x94fc0fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94fc7000 - 0x94fd7fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94fdb000 - 0x9500afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9501a000 - 0x95037fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95bb4000 - 0x95c42fff com.apple.WebKit 419 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95c9e000 - 0x95d34fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95d71000 - 0x9607dfff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96206000 - 0x9622ffff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x96237000 - 0x962b3fff com.apple.syncservices 2.5 (194) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9657b000 - 0x965adfff com.apple.PDFKit 1.0.3 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96b17000 - 0x96b18fff libCyrillicConverter.dylib /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x97551000 - 0x97570fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97740000 - 0x97743fff com.apple.normalizer.privateframework 1.0.7 /System/Library/PrivateFrameworks/PSNormalizer.framework/Versions/A/PSNormalize r
    0x97746000 - 0x977c0fff libAGM.dylib /System/Library/PrivateFrameworks/PSNormalizer.framework/Versions/A/Libraries/l ibAGM.dylib
    0x97803000 - 0x97845fff libICC.dylib /System/Library/PrivateFrameworks/PSNormalizer.framework/Versions/A/Libraries/l ibICC.dylib
    0x97877000 - 0x97b10fff libnserverlite.dylib /System/Library/PrivateFrameworks/PSNormalizer.framework/Versions/A/Libraries/l ibnserverlite.dylib
    0x97be1000 - 0x97c06fff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x98692000 - 0x986a0fff com.apple.DMNotification 1.0.4 (37) /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x988b1000 - 0x98982fff com.apple.QuartzComposer 1.2.4 (32.22) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x989ff000 - 0x989fffff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x98bc8000 - 0x98be0fff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x99105000 - 0x99148fff com.apple.ISSupport 1.1.2 (16) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9916e000 - 0x99195fff com.apple.DotMacSyncManager 1.0.4 (155) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x99824000 - 0x99867fff com.apple.PAPICommon 2.5 (131) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x9b01c000 - 0x9b027fff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9b032000 - 0x9b18bfff com.apple.MessageFramework 2.1 (752.2) /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x9bb71000 - 0x9bb88fff libCFilter.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCFilter.A.dylib
    0x9bb93000 - 0x9bb93fff libCGNormalizer.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGNormalizer.A.dylib
    0xbbf80000 - 0xbc011fff StuffItCore.dylib /Library/Frameworks/StuffIt.framework/Versions/A/StuffItCore.dylib
    0xeab00000 - 0xeab25fff libConverter.dylib /System/Library/Printers/Libraries/libConverter.dylib
    0xebf80000 - 0xebff1fff com.stuffit.sdk 9.0.1 /Library/Frameworks/StuffIt.framework/Versions/A/StuffIt
    PowerMac Quad G5   Mac OS X (10.4.9)   4GB RAM

    I have also experienced this problem, since I started with 10.4.7 and through updates to 10.4.9. I would agree with the 10% estimate of the frequency of the problem, though today for some reason it has happened more frequently; I found this thread while searching the discussions for a solution.
    I, too, am hestitant to archive and reinstall. This problem is annoying, but the hassle and risk of a reinstall worries me. Any other suggestions? I attach my most recent crash report, in case it might shed more light on this issue.
    Thanks.
    J
    Date/Time: 2007-04-15 10:36:33.064 -0400
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [63]
    Version: 2.1.1 (752.3)
    Build Version: 1
    Project Name: MailViewer
    Source Version: 7520300
    PID: 1303
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000027
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x90a59380 objc_msgSend + 16
    1 com.apple.Foundation 0x927fc59e -[NSMutableRLEArray deleteObjectsInRange:] + 63
    2 com.apple.Foundation 0x927fb976 -[NSConcreteMutableAttributedString replaceCharactersInRange:withAttributedString:] + 337
    3 com.apple.AppKit 0x93313577 -[NSStringDrawingTextStorage textContainerForAttributedString:containerSize:lineFragmentPadding:] + 384
    4 com.apple.AppKit 0x932f274b _NSStringDrawingCore + 3780
    5 com.apple.AppKit 0x933b28d8 -[NSString(NSStringDrawing) drawInRect:withAttributes:] + 660
    6 com.apple.mail 0x000387e0 0x1000 + 227296
    7 com.apple.AppKit 0x933bc269 -[NSTableView _drawContentsAtRow:column:clipRect:] + 1022
    8 com.apple.AppKit 0x933bb02b -[NSTableView drawRow:clipRect:] + 335
    9 com.apple.MessageFramework 0x994c9683 -[ASExtendedTableView drawRow:clipRect:] + 440
    10 com.apple.AppKit 0x933b87ce -[NSTableView drawRowIndexes:clipRect:] + 99
    11 com.apple.AppKit 0x933b76a4 -[NSTableView drawRect:] + 2499
    12 com.apple.MessageFramework 0x994a6bf7 -[ASExtendedTableView drawRect:] + 199
    13 com.apple.AppKit 0x932e33b1 -[NSView _drawRect:clip:] + 3228
    14 com.apple.AppKit 0x932e1893 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1273
    15 com.apple.AppKit 0x932e2041 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3239
    16 com.apple.AppKit 0x932e2041 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3239
    17 com.apple.AppKit 0x932e2041 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3239
    18 com.apple.AppKit 0x932e2041 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3239
    19 com.apple.AppKit 0x932e2041 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3239
    20 com.apple.AppKit 0x932e2041 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3239
    21 com.apple.AppKit 0x932e2041 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3239
    22 com.apple.AppKit 0x932e0b78 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 290
    23 com.apple.AppKit 0x932e0362 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 523
    24 com.apple.AppKit 0x932dfc8e -[NSView displayIfNeeded] + 439
    25 com.apple.AppKit 0x932dfa32 -[NSWindow displayIfNeeded] + 168
    26 com.apple.mail 0x000290f9 0x1000 + 164089
    27 com.apple.AppKit 0x9332fd6c _handleWindowNeedsDisplay + 206
    28 com.apple.CoreFoundation 0x9082ed6e __CFRunLoopDoObservers + 342
    29 com.apple.CoreFoundation 0x9082de10 CFRunLoopRunSpecific + 827
    30 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    31 com.apple.HIToolbox 0x92dde8d8 RunCurrentEventLoopInMode + 285
    32 com.apple.HIToolbox 0x92dddf19 ReceiveNextEventCommon + 184
    33 com.apple.HIToolbox 0x92ddde39 BlockUntilNextEventMatchingListInMode + 81
    34 com.apple.AppKit 0x93264465 _DPSNextEvent + 572
    35 com.apple.AppKit 0x93264056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    36 com.apple.AppKit 0x9325dddb -[NSApplication run] + 512
    37 com.apple.AppKit 0x93251d2f NSApplicationMain + 573
    38 com.apple.mail 0x00094df2 0x1000 + 605682
    39 com.apple.mail 0x00094d19 0x1000 + 605465
    Thread 1:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92825d3a -[NSRunLoop runMode:beforeDate:] + 182
    4 com.apple.Foundation 0x92825c36 -[NSRunLoop run] + 75
    5 com.apple.MessageFramework 0x9949f5af +[_NSSocket _runIOThread] + 97
    6 com.apple.Foundation 0x927f02e0 forkThreadForFunction + 123
    7 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x9001a0ec select + 12
    1 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 com.apple.Foundation 0x9288ed30 FCONDITION_WAITTIMEOUT + 128
    2 com.apple.Foundation 0x9288ec7a -[NSConditionLock lockWhenCondition:beforeDate:] + 101
    3 com.apple.MessageFramework 0x9949a821 -[InvocationQueue _drainQueue] + 210
    4 com.apple.Foundation 0x927f02e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 com.apple.Foundation 0x9288ed30 FCONDITION_WAITTIMEOUT + 128
    2 com.apple.Foundation 0x9288ec7a -[NSConditionLock lockWhenCondition:beforeDate:] + 101
    3 com.apple.MessageFramework 0x9949a821 -[InvocationQueue _drainQueue] + 210
    4 com.apple.Foundation 0x927f02e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 ...apple.AddressBook.framework 0x94760646 -[ABRemoteImageLoader workLoop] + 158
    2 com.apple.Foundation 0x927f02e0 forkThreadForFunction + 123
    3 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x90048e07 semaphoretimedwait_signaltrap + 7
    1 com.apple.Foundation 0x9288ed30 FCONDITION_WAITTIMEOUT + 128
    2 com.apple.Foundation 0x9288ec7a -[NSConditionLock lockWhenCondition:beforeDate:] + 101
    3 com.apple.MessageFramework 0x9949a821 -[InvocationQueue _drainQueue] + 210
    4 com.apple.Foundation 0x927f02e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92825a0f +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4 com.apple.Foundation 0x927f02e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 8:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x9284cbc2 +[NSURLCache _diskCacheSyncLoop:] + 206
    4 com.apple.Foundation 0x927f02e0 forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 9:
    0 libSystem.B.dylib 0x90009bf7 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x92825d3a -[NSRunLoop runMode:beforeDate:] + 182
    4 com.apple.Foundation 0x92825c36 -[NSRunLoop run] + 75
    5 com.apple.WebKit 0x94cbd529 +[WebFileDatabase _syncLoop:] + 198
    6 com.apple.Foundation 0x927f02e0 forkThreadForFunction + 123
    7 libSystem.B.dylib 0x90024147 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000007 ebx: 0x927faffb ecx: 0x90abffd0 edx: 0x162a03a0
    edi: 0x0000003b esi: 0x00000001 ebp: 0xbfffd078 esp: 0xbfffd008
    ss: 0x0000001f efl: 0x00010206 eip: 0x90a59380 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    MacBook Pro 15"   Mac OS X (10.4.9)  

  • IOS4 update = lost contacts, apps crash and cannot sync my music need help

    I like many had no problems with updating in the past. I even enjoyed the days off an update just to get to grips with new features. This experience has been abolished with the IOS4. I’ve had my 3G for just over a year (just). I came to update to the IOS4. The update took a long time but I got there in the end. However when iTunes sync came into play is where Im having problems my apps moved across no problems but then I got iTunes couldn’t back up my iPhone because the computer wouldn’t allow. I googled this and came to apples support guide on the matter. which was just delete the back up file in preferences (before I did this I did get a text from someone I know but his name wasn’t coming up just the number I feared then Id lost my contacts) so I did delete my back up. but then the next problem was iTunes couldn’t backup because of an unknown error (-20) (I’ve researched this unknown error and I can’t find anything on it) so I restored the software on iTunes and still I get this error
    so now Im left with a iPhone with no music, no contacts, no saved app data even apps crash on start. I read on softpedia (http://news.softpedia.com/news/Apple-Knew-iPhone-3G-Owners-Would-Run-Into-iOS-4- Upgrade-Problems-Customer-Claims-145332.shtml) that an apple employee suggested that apple knew this was going to be a problem and there will be a fix at a later date after the iphone4 and IOS4 rollout and either to wait for this, or buy an iphone 4. To simply buy an iPhone 4 is not an option I bought my phone outright on a payandgo and Im disgusted that an apple employee can even suggest that. now that I know Im not alone on this I want to know just what apple are going to do to fix this asap (for the money I paid I could off got a decent laptop with Skype) I expect and demand a resolution to my problem that isn’t going to cost me more time and money than it already has.

    just an update,
    after reading that some people who are contacting customer support were having some success in fix/getting the iphone replaced. I decided to do the same after going through some testing with the customer care assistant. he told me that I should uninstall itunes and other apple software and reinstall itunes.
    uninstall itunes, quicktime, Apple Software Update, Apple Mobile Device Support, Bonjour, Apple Application Support in that order
    it didnt help me but I have now a referance number and I have to ring back tomorrow. the funny thing was that when the customer support guy was putting me on hold to find this resolution he told me that 'this is strange because we have not had this problem or any problems with our update on this phone'.........
    I corrected the man and told him 'well, with respect if you was to go on your support forum you will find page after page of people with similar problems not getting answered'
    and now im seeing people are having problems with the iphone4 lmfao

  • Agentry App crashes on Device but not in the ATE Testenvirement

    Hello,
    we make a app which works fine in the ATE Testenvirement and also in a iPhone but our main Plattform is the The WIndows Mobile Pocket PC.
    We use a Motorola MC65 with Windows Mobile 6.1 Professional.
    On the Motorola the app crashes in a definite transaction when we close the transaction screen.
    Workflow is this: we open a detail screen with a listview -> with double click we pick a object from a collection and  starts the transaction -> close the transaction screen -> now a rule decide what will happen (you can see the rule in the picture) -> but the app crashs before something happens.
    Could we debug the client or could we create some loggings on the device? We dont know how we could find out why the app crashes. (as information: if the agentry client crashes on this point, we could not end the task from the agentry client with the task manager, we have to restart the Motorola client)
    Thanx,
    André
    Tags edited by: Michael Appleby

    Hallo,
    now we fixed the problem.
    As i told you we start the transaction screen from the detail screen and after ending the gtransaction the screen did not close and the client did not respond anymore.
    We fixed the Problem in this way that we do a navigationstep after the transaction step. In this we make the decision which screen should be shown as the next screen an open it. Thats all. In all other Client beside the WinCE Client the Transactionscreen closed and we could see the last detail screen. But on the  WinCE Client we nedd the navigation step.
    I dont know if this is a bug from the WinCE Agentry Client Version 6.1.4.54024 but this workarpund was the solution for us.
    @Jason: we breaking the rule down to separate subrules so the debugging in much better but we loose the reference to the object we used in the main rule, so we keep the active object refernce in a temp attribut at the main object and  get the active object with this id in the subrules

  • Apps crashing in 10.6.6?  (So far, Evernote and Date & Time prefs)

    I'm having trouble with certain apps crashing. So far, I've noticed Evernote (when trying to open the prefs) and Date & Time. The D&T is showing up in my menu bar as "2 10:04" right now. Was checking to see why the 2 is there.
    I've run disk permissions, am currently scanning with Sophos, and have attempted searching. No luck with anything so far. Any assistance would be GREATLY appreciated.
    I'm running a Macbook Pro (2.8 GHz Intel Core 2 Duo w/ 4GB RAM)
    OS X Ver. 10.6.6
    Currently only seeing problems with Evernote and D&T. I have Firefox, Entourage, and iTunes running fine as I type this.

    Crash report below:
    Process: System Preferences [2018]
    Path: /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Identifier: com.apple.systempreferences
    Version: 7.0 (7.0)
    Build Info: SystemPrefsApp-1750100~6
    Code Type: X86-64 (Native)
    Parent Process: launchd [189]
    Date/Time: 2011-01-31 10:09:16.512 -0600
    OS Version: Mac OS X 10.6.6 (10J567)
    Report Version: 6
    Interval Since Last Report: 80282 sec
    Crashes Since Last Report: 12
    Per-App Interval Since Last Report: 440 sec
    Per-App Crashes Since Last Report: 6
    Anonymous UUID: E7D827EE-EF21-42E6-94FD-767B9F7E2339
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    NSCFString
    objc[2018]: garbage collection is ON
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x00007fff813a7730 CFStringGetCString + 144
    1 com.apple.CoreFoundation 0x00007fff814399b8 CFLocaleGetLanguageCharacterDirection + 56
    2 com.apple.AppKit 0x00007fff885a4cdc -[NSDatePickerCell(NSTextFieldWithStepperDatePickerInternal) _createSubfields] + 240
    3 com.apple.AppKit 0x00007fff885a4af0 -[NSDatePickerCell initWithCoder:] + 1763
    4 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    5 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    6 com.apple.AppKit 0x00007fff883c3e6a -[NSControl initWithCoder:] + 738
    7 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    8 com.apple.Foundation 0x00007fff82846a1d -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1229
    9 com.apple.Foundation 0x00007fff82846f5d -[NSArray(NSArray) initWithCoder:] + 462
    10 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    11 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    12 com.apple.AppKit 0x00007fff883c401e -[NSView initWithCoder:] + 362
    13 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    14 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    15 com.apple.AppKit 0x00007fff883c4d0e -[NSResponder initWithCoder:] + 98
    16 com.apple.AppKit 0x00007fff883c3f01 -[NSView initWithCoder:] + 77
    17 com.apple.AppKit 0x00007fff883c3bb9 -[NSControl initWithCoder:] + 49
    18 com.apple.AppKit 0x00007fff883c3b77 -[NSButton initWithCoder:] + 39
    19 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    20 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    21 com.apple.AppKit 0x00007fff88355007 -[NSNibConnector initWithCoder:] + 445
    22 com.apple.AppKit 0x00007fff88354e32 -[NSNibOutletConnector initWithCoder:] + 343
    23 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    24 com.apple.Foundation 0x00007fff82846a1d -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1229
    25 com.apple.Foundation 0x00007fff82846f5d -[NSArray(NSArray) initWithCoder:] + 462
    26 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    27 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    28 com.apple.AppKit 0x00007fff8835414d -[NSIBObjectData initWithCoder:] + 2046
    29 com.apple.Foundation 0x00007fff82845d17 _decodeObjectBinary + 2548
    30 com.apple.Foundation 0x00007fff82845191 _decodeObject + 208
    31 com.apple.AppKit 0x00007fff8835383d loadNib + 146
    32 com.apple.AppKit 0x00007fff88352f9d +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 763
    33 ....frameworks.preferencepanes 0x00007fff86a3c122 -[NSPreferencePane loadMainView] + 158
    34 ....frameworks.preferencepanes 0x00007fff86a3d837 -[NSPrefPaneBundle instantiatePrefPaneObject] + 435
    35 ....frameworks.preferencepanes 0x00007fff86a41a82 -[NSPrefTabsController layoutForTabViewItem:] + 98
    36 ....frameworks.preferencepanes 0x00007fff86a41e7d -[NSPrefTabsController setPrefs:lastSelected:] + 754
    37 com.apple.preference.datetime 0x00000001177de3f7 DTLog + 948
    38 ....frameworks.preferencepanes 0x00007fff86a3c144 -[NSPreferencePane loadMainView] + 192
    39 ....frameworks.preferencepanes 0x00007fff86a3d837 -[NSPrefPaneBundle instantiatePrefPaneObject] + 435
    40 com.apple.systempreferences 0x000000010000807a 0x100000000 + 32890
    41 com.apple.systempreferences 0x0000000100011bec 0x100000000 + 72684
    42 com.apple.AppKit 0x00007fff8856f6fc -[NSApplication _doOpenFile:ok:tryTemp:] + 330
    43 com.apple.AppKit 0x00007fff885c0adb -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 766
    44 com.apple.AppKit 0x00007fff8848d00d -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 217
    45 com.apple.Foundation 0x00007fff82877f62 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 360
    46 com.apple.Foundation 0x00007fff82877d92 _NSAppleEventManagerGenericHandler + 114
    47 com.apple.AE 0x00007fff86ef5323 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 162
    48 com.apple.AE 0x00007fff86ef521c dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 32
    49 com.apple.AE 0x00007fff86ef5123 aeProcessAppleEvent + 210
    50 com.apple.HIToolbox 0x00007fff84775765 AEProcessAppleEvent + 48
    51 com.apple.AppKit 0x00007fff8839204b _DPSNextEvent + 1205
    52 com.apple.AppKit 0x00007fff883917a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    53 com.apple.AppKit 0x00007fff8835748b -[NSApplication run] + 395
    54 com.apple.AppKit 0x00007fff883501a8 NSApplicationMain + 364
    55 com.apple.systempreferences 0x0000000100001cf4 0x100000000 + 7412
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff84aae16a kevent + 10
    1 libSystem.B.dylib 0x00007fff84ab003d dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff84aafd14 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff84aaf83e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff84aaf168 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 2: Dispatch queue: com.apple.preferences.writecache
    0 libSystem.B.dylib 0x00007fff84a9f99e open + 10
    1 com.apple.CoreFoundation 0x00007fff81439b30 __CFSTTokRuleData + 256
    2 com.apple.CoreFoundation 0x00007fff8142459a CFStringTokenizerCreate + 378
    3 com.apple.SearchKit 0x00007fff85c0915e IADefaultTextAnalysisCreateTokenizerNew + 2930
    4 com.apple.SearchKit 0x00007fff85c3563f TermIndex::DefaultInvertDocumentToUpdateSet(OpaqueIATextAnalysisRef*, IADoc*, OpaqueIATextStreamRef*, unsigned int*) + 271
    5 com.apple.SearchKit 0x00007fff85c0815a TermIndex::AddDocInternal(IADoc*, unsigned int, OpaqueIATextStreamRef*) + 276
    6 com.apple.SearchKit 0x00007fff85c05c99 TIAIndex::Add(OpaqueIADocKeyRef*, OpaqueIATextStreamRef*, unsigned char) + 307
    7 com.apple.SearchKit 0x00007fff85c05aab IAIndexAddDocWithTextStream + 144
    8 com.apple.SearchKit 0x00007fff85c05919 SKIndexAddDocumentWithText + 215
    9 ....frameworks.preferencepanes 0x00007fff86a45a71 -[NSPrefPaneSearchCenter createSearchIndexForPrefPaneBundles:] + 1647
    10 ....frameworks.preferencepanes 0x00007fff86a3eaa2 __-[NSPrefPanesCenter writeCache:synchronously:]_block_invoke1 + 970
    11 libSystem.B.dylib 0x00007fff84ad12c4 dispatch_call_block_andrelease + 15
    12 libSystem.B.dylib 0x00007fff84aafe32 dispatch_queuedrain + 251
    13 libSystem.B.dylib 0x00007fff84aafc94 dispatch_queueinvoke + 57
    14 libSystem.B.dylib 0x00007fff84aaf83e dispatch_workerthread2 + 252
    15 libSystem.B.dylib 0x00007fff84aaf168 pthreadwqthread + 353
    16 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 3: Dispatch queue: Garbage Collection Work Queue
    0 libobjc.A.dylib 0x00007fff868966f5 classgetSuperclass + 0
    1 libobjc.A.dylib 0x00007fff86897797 object_cxxDestructFromClass + 115
    2 libobjc.A.dylib 0x00007fff8689bf6f finalizeOneObject + 56
    3 libauto.dylib 0x00007fff8685c3e5 Auto::foreachblock_do(auto_zonecursor*, void ()(void, void*), void*) + 85
    4 libobjc.A.dylib 0x00007fff8689bb5c batchFinalize + 64
    5 libobjc.A.dylib 0x00007fff8689bc40 batchFinalizeOnTwoThreads + 98
    6 libauto.dylib 0x00007fff86856147 Auto::Zone::invalidate_garbage(unsigned long, unsigned long const*) + 71
    7 libauto.dylib 0x00007fff86846b31 autocollectinternal(Auto::Zone*, unsigned int) + 481
    8 libauto.dylib 0x00007fff868470cd autocollectionwork(Auto::Zone*) + 157
    9 libSystem.B.dylib 0x00007fff84ad12c4 dispatch_call_block_andrelease + 15
    10 libSystem.B.dylib 0x00007fff84aafe32 dispatch_queuedrain + 251
    11 libSystem.B.dylib 0x00007fff84aafc94 dispatch_queueinvoke + 57
    12 libSystem.B.dylib 0x00007fff84aaf83e dispatch_workerthread2 + 252
    13 libSystem.B.dylib 0x00007fff84aaf168 pthreadwqthread + 353
    14 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff84aaef8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff84aaf39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff84aaef8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff84aaf39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff84aaef8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff84aaf39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff84aaef8a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff84aaf39c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff84aaf005 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000400 rbx: 0x0000000000000600 rcx: 0x0000000000000600 rdx: 0x0000000000000007
    rdi: 0x0000000000000000 rsi: 0x00007fff5fbfbdd0 rbp: 0x00007fff5fbfbdb0 rsp: 0x00007fff5fbfbd40
    r8: 0x0000000200000000 r9: 0x0000000000000005 r10: 0x0000000200027e01 r11: 0x00007fff81439970
    r12: 0x0000000000000000 r13: 0x00000000000000e0 r14: 0x000000000000009c r15: 0x0000000200555d60
    rip: 0x00007fff813a7730 rfl: 0x0000000000010283 cr2: 0x0000000000000000
    Binary Images:
    0x100000000 - 0x10001eff7 com.apple.systempreferences 7.0 (7.0) <2B1225AD-AED9-9ACE-8678-624C5BB17FFB> /Applications/System Preferences.app/Contents/MacOS/System Preferences
    0x111fb0000 - 0x111fd6fff GLRendererFloat ??? (???) <8256EA93-A236-8B55-F214-65896DDB7A0E> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x11586b000 - 0x1159fcfef GLEngine ??? (???) <AE898A2A-1C12-9FDB-455F-32601F030904> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x115a2d000 - 0x1161b4fef com.apple.GeForceGLDriver 1.6.26 (6.2.6) <BAAEDD99-82FA-2C7F-CD66-E0977C670CC5> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x1165ae000 - 0x1169d1fef libclh.dylib 3.1.1 C (3.1.1) <66455CD1-8C09-4A8F-EDA1-D4F2F30663F1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x1177dd000 - 0x1177deff7 com.apple.preference.datetime 4.0 (4.0) <987DC913-72E0-18AF-704D-C32B4375FE8C> /System/Library/PreferencePanes/DateAndTime.prefPane/Contents/MacOS/DateAndTime
    0x1177ea000 - 0x1177edfff com.apple.preference.datetime.datetime 4.0 (4.0) <A1B14D24-0A41-3BA4-8702-D8708D70E7C8> /System/Library/PreferencePanes/DateAndTime.prefPane/Contents/Resources/DateTim e.prefPane/Contents/MacOS/DateTime
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80055ff7 com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff80056000 - 0x7fff80059ff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8005a000 - 0x7fff8009bff7 com.apple.MediaKit 10.3 (485) <0B1646B6-BBEC-774A-A2B5-A89EE5412AD0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8009c000 - 0x7fff800cdfff libGLImage.dylib ??? (???) <1A8E58CF-FA2F-14F7-A097-D34EEA8A7D03> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff800ce000 - 0x7fff800ddfff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff800de000 - 0x7fff800e2ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8014a000 - 0x7fff8084706f com.apple.CoreGraphics 1.545.0 (???) <356D59D6-1DD1-8BFF-F9B3-1CE51D2F1EC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff80848000 - 0x7fff80892ff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8095c000 - 0x7fff80d9ffef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff80da0000 - 0x7fff80e85fef com.apple.DesktopServices 1.5.9 (1.5.9) <27890B2C-0CD2-7C27-9D0C-D5952C5E8438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff80e86000 - 0x7fff80f86fef com.apple.DiskImagesFramework 10.6.5 (289) <ABC5E39D-B7F4-0966-55A9-B517F4D4B7AC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff80f87000 - 0x7fff81061ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff81062000 - 0x7fff81068ff7 com.apple.CommerceCore 1.0 (6) <E8A1144C-5666-9840-4729-256FE69CDBDB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff8108a000 - 0x7fff8108aff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff810c1000 - 0x7fff810c1ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff810c2000 - 0x7fff8112cfe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8112d000 - 0x7fff8114dff7 com.apple.DirectoryService.Framework 3.6 (621.9) <FF6567B5-56BD-F3EC-E59D-1EC583C3CF73> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8114e000 - 0x7fff8126ffe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff81270000 - 0x7fff812b5fff com.apple.CoreMediaIOServices 134.0 (1160) <033C41A6-EB9B-6B3B-781A-AF001A945C7A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff812b6000 - 0x7fff812c7ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff812c8000 - 0x7fff8137dfe7 com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8137e000 - 0x7fff814f5fe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff814f6000 - 0x7fff81545fef libTIFF.dylib ??? (???) <AE9DC484-1382-F7AD-FE25-C28082FCB5D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff81546000 - 0x7fff8155cfff com.apple.ImageCapture 6.0.1 (6.0.1) <09ABF2E9-D110-71A9-4A6F-8A61B683E936> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff815b8000 - 0x7fff815beff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff815bf000 - 0x7fff815c3ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <63F77AC8-84CB-0C2F-8D2B-190EE5CCDB45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff81645000 - 0x7fff8168eff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8168f000 - 0x7fff8173efff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8173f000 - 0x7fff81780fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff81781000 - 0x7fff8179cff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8179d000 - 0x7fff8185aff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8185b000 - 0x7fff8185efff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff819c9000 - 0x7fff81a63fff com.apple.ApplicationServices.ATS 4.4 (???) <395849EE-244A-7323-6CBA-E71E3B722984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff81aa8000 - 0x7fff81abcfff libGL.dylib ??? (???) <1EB1BD0F-C17F-55DF-B8B4-8E9CF99359D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff81b5c000 - 0x7fff81bdbfe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff81c4f000 - 0x7fff81c68fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff81ccb000 - 0x7fff81d49fff com.apple.CoreText 3.5.0 (???) <4D5C7932-293B-17FF-7309-B580BB1953EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff81d4a000 - 0x7fff81e22fe7 com.apple.DiscRecording 5.0.8 (5080.4.1) <8D1F6E81-76EA-BA82-D4E2-10A87CCD5908> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff81e68000 - 0x7fff81eb7ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff82176000 - 0x7fff821bdff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff82401000 - 0x7fff82426ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff827ac000 - 0x7fff82838fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff82839000 - 0x7fff82abcff7 com.apple.Foundation 6.6.4 (751.42) <9A99D378-E97A-8C0F-3857-D0FAA30FCDD5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff82abd000 - 0x7fff82b06fef libGLU.dylib ??? (???) <CCE779A9-2467-A5AA-A558-691E43A1105F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff82be8000 - 0x7fff82f85fe7 com.apple.QuartzCore 1.6.3 (227.34) <215222AF-B30A-7CE5-C46C-1A766C1D1D2E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff82fcb000 - 0x7fff82feefff com.apple.opencl 12.3 (12.3) <D30A45FC-4520-45AF-3CA5-092313DB5D54> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff83161000 - 0x7fff8396bfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8396c000 - 0x7fff83973fff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff839a4000 - 0x7fff839aafff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <4EE16374-A094-D542-5BC5-7E846D0CE56E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff839ab000 - 0x7fff839abff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff839c5000 - 0x7fff839e2ff7 libPng.dylib ??? (???) <14043CBC-329F-4009-299E-DEE411E16134> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff83a2e000 - 0x7fff83b54fff com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <B51023BB-A5C9-3C65-268B-6B86B901BB2C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff83b55000 - 0x7fff83b7dfff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff83b7e000 - 0x7fff83b93ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff83b94000 - 0x7fff83b94ff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff83bc0000 - 0x7fff83c92fe7 com.apple.CFNetwork 454.11.5 (454.11.5) <B3E2BE12-D7AA-5940-632A-1E5E7BF8E6E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff83c93000 - 0x7fff83cd4fff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff83cd5000 - 0x7fff83d16ff7 com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff83eae000 - 0x7fff84288fff com.apple.RawCamera.bundle 3.4.1 (546) <F7865FD2-4869-AB19-10AA-EFF1B3BC4178> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff84289000 - 0x7fff843a0fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff845b5000 - 0x7fff84626ff7 com.apple.AppleVAFramework 4.10.12 (4.10.12) <1B68BE43-4C54-87F5-0723-0B0A14CD21E8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff84627000 - 0x7fff84740fef libGLProgrammability.dylib ??? (???) <4F2DC233-7DD2-1204-CAA5-3E6524F0AB75> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff84741000 - 0x7fff84a3ffe7 com.apple.HIToolbox 1.6.4 (???) <263AD497-F4CC-9610-E7D3-B95CF6F02030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff84a40000 - 0x7fff84a6ffff com.apple.framework.Admin 4.5 (4.5) <8F5A3803-7C4F-16DA-1B74-B9A1EF92614B> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x7fff84a94000 - 0x7fff84c55fff libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    0x7fff858ca000 - 0x7fff85bfefff com.apple.CoreServices.CarbonCore 861.23 (861.23) <08F360FA-1771-4F0B-F356-BEF68BB9D421> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff85bff000 - 0x7fff85c8ffff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff85c90000 - 0x7fff85c95ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff85ce5000 - 0x7fff85ce5ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff85cfc000 - 0x7fff85d07ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff85d08000 - 0x7fff85dc1fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff85e7a000 - 0x7fff85e7aff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff85e87000 - 0x7fff85eadfe7 libJPEG.dylib ??? (???) <6690F15D-E970-2678-430E-590A94F5C8E9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff86034000 - 0x7fff86041fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <397B9057-5CDF-3B19-4E61-9DFD49369375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff86042000 - 0x7fff86546fe7 com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff867e2000 - 0x7fff86842fe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff86843000 - 0x7fff8688ffff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff86890000 - 0x7fff86946fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff86947000 - 0x7fff86956fff com.apple.opengl 1.6.12 (1.6.12) <DE3F0528-7759-CDFD-A2CF-C51D3C9C8B39> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff86957000 - 0x7fff86959fff libRadiance.dylib ??? (???) <76438F90-DD4B-9941-9367-F2DFDF927876> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8695a000 - 0x7fff8695bff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <14F14B5E-9287-BC36-0C3F-6592E6696CD4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8695c000 - 0x7fff86999ff7 libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff869e5000 - 0x7fff86a28ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <7E30B5F6-99FD-C716-8670-5DD4B4BAED72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff86a29000 - 0x7fff86a2aff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff86a37000 - 0x7fff86a5eff7 com.apple.frameworks.preferencepanes 13.5 (13.5) <C79DCAF8-302A-843F-BE9B-407DDA682A8E> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff86b9b000 - 0x7fff86bb1fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff86bb2000 - 0x7fff86bd3fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff86dc4000 - 0x7fff86dc6fff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff86e30000 - 0x7fff86ef1fe7 libFontParser.dylib ??? (???) <8B12D37E-3A95-5A73-509C-3AA991E0C546> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff86ef2000 - 0x7fff86f2dfff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff86f2e000 - 0x7fff8709dfe7 com.apple.QTKit 7.6.6 (1756) <250AB242-816D-9F5D-94FB-18BF2AE9AAE7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8709e000 - 0x7fff8709ffff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff870a0000 - 0x7fff870cbff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff870cc000 - 0x7fff870cfff7 libCoreVMClient.dylib ??? (???) <609598E6-195D-E5D4-3B92-AE8D9768829C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8724e000 - 0x7fff87262ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff87263000 - 0x7fff872b8ff7 com.apple.framework.familycontrols 2.0.2 (2020) <A3CFF697-B9DB-A7E5-3B39-9DA9B34F0595> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff872c5000 - 0x7fff872dbfe7 com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff872dc000 - 0x7fff872eefe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff873a5000 - 0x7fff873e2fff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff873e3000 - 0x7fff87521fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff87522000 - 0x7fff87528ff7 IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8752c000 - 0x7fff87654ff7 com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff87655000 - 0x7fff87691fe7 libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <1E041185-131C-C237-C250-38BE933A269A> /usr/lib/libcurl.4.dylib
    0x7fff87692000 - 0x7fff87747fe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff877bd000 - 0x7fff877c8fff com.apple.bsd.ServiceManagement 1.1 (1.1) <D54D8562-BB62-A436-8A90-263908C1D0DC> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff878d4000 - 0x7fff878e0fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5C876577-ACB7-020C-F7DB-EE0135C3AB8D> /usr/lib/libbz2.1.0.dylib
    0x7fff878e1000 - 0x7fff87981fff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff87982000 - 0x7fff879b4fff libTrueTypeScaler.dylib ??? (???) <B9ECE1BD-A716-9F65-6466-4444D641F584> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff879b5000 - 0x7fff879fdff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff879fe000 - 0x7fff879feff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff87a24000 - 0x7fff87a32ff7 libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
    0x7fff87a33000 - 0x7fff87ab8ff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff87dfd000 - 0x7fff87e02fff libGFXShared.dylib ??? (???) <991F8197-FD06-2AF1-F99B-E448ED4FB2AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff87e03000 - 0x7fff87e3cfef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <561D0DCB-47AD-A12C-9066-70E4CBAD331C> /usr/lib/libcups.2.dylib
    0x7fff87ef4000 - 0x7fff880b2fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <781E7B63-2AD0-E9BA-927C-4521DB616D02> /usr/lib/libicucore.A.dylib
    0x7fff880dd000 - 0x7fff8815afef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff8815b000 - 0x7fff88195fff libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff88196000 - 0x7fff8834dfef com.apple.ImageIO.framework 3.0.4 (3.0.4) <2CB9997A-A28D-80BC-5921-E7D50BBCACA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff8834e000 - 0x7fff88d44fff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff88e7a000 - 0x7fff89100fff com.apple.security 6.1.1 (37594) <1B4E1ABD-1BB3-DA49-F574-0EEB23E73C6A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff89101000 - 0x7fff89106fff libGIF.dylib ??? (???) <9A2723D8-61F9-6D65-D254-4F9273CDA54A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib

  • Mail.app crashes when opening the 'message viewer'

    Since yesterday Mail.app is not working anymore. I can open the application, but whenever i try to open the message viewer, the application crahes. I can open all the other windows. I've run all the updates with no success. I'm using OS X 10.6.8 and mail 4
    Here's the error log:
    Process:         Mail [414]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         4.5 (1084)
    Build Info:      Mail-10840000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [153]
    Date/Time:       2011-11-23 09:40:45.860 +0100
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          2496 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  480 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      E131888E-EAEE-4FC9-87DD-8AE31DC41FF3
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  4  Dispatch queue: com.apple.root.default-priority
    Application Specific Information:
    -[MailboxesOutlineViewStateStorage _updateShouldShowVariables]
    abort() called
    *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSCFString substringFromIndex:]: Range or index out of bounds'
    *** Call stack at first throw:
        0   CoreFoundation                      0x00007fff85fcd784 __exceptionPreprocess + 180
        1   libobjc.A.dylib                     0x00007fff884dff03 objc_exception_throw + 45
        2   CoreFoundation                      0x00007fff85fcd5a7 +[NSException raise:format:arguments:] + 103
        3   CoreFoundation                      0x00007fff85fcd534 +[NSException raise:format:] + 148
        4   Foundation                          0x00007fff804a409c -[NSString substringFromIndex:] + 127
        5   CalendarStore                       0x00007fff808a21a9 +[CalGroup(CreationFromManagedObject) _convertURLFromManagedServerURL:withLogin:] + 140
        6   CalendarStore                       0x00007fff808a187c +[CalGroup(CreationFromManagedObject) groupFromManagedObject:] + 410
        7   Message                             0x00007fff80f68f81 -[ToDoCalendars _setAccountForCalendar:] + 79
        8   Message                             0x00007fff80f684fc -[ToDoCalendars _calendarsFromActiveAccounts] + 230
        9   Message                             0x00007fff80f6808e -[ToDoCalendars init] + 524
        10  Message                             0x00007fff8115cc84 _initSharedInstance + 39
        11  libSystem.B.dylib                   0x00007fff8358f37a pthread_once + 95
        12  Message                             0x00007fff80f67e79 +[ToDoCalendars sharedInstance] + 23
        13  Message                             0x00007fff80f67dc1 +[MetadataManager sharedInstance] + 75
        14  Mail                                0x000000010000d580 0x0 + 4295021952
        15  CoreFoundation                      0x00007fff85fa293c __invoking___ + 140
        16  CoreFoundation                      0x00007fff85fa280d -[NSInvocation invoke] + 141
        17  Message                             0x00007fff80f3ecbf -[ThrowingInvocationOperation main] + 31
        18  Message                             0x00007fff80f3e5ff -[_MFInvocationOperation main] + 275
        19  Foundation                          0x00007fff804cbdd0 -[__NSOperationInternal start] + 681
        20  Foundation                          0x00007fff805a9bd5 ____NSOQSchedule_block_invoke_2 + 129
        21  libSystem.B.dylib                   0x00007fff835b2d64 _dispatch_call_block_and_release + 15
        22  libSystem.B.dylib                   0x00007fff835912d1 _dispatch_worker_thread2 + 239
        23  libSystem.B.dylib                   0x00007fff83590c08 _pthread_wqthread + 353
        24  libSystem.B.dylib                   0x00007fff83590aa5 start_wqthread + 13
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x00007fff8357d307 szone_size + 224
    1   libSystem.B.dylib                 0x00007fff8357d14d free + 56
    2   libobjc.A.dylib                   0x00007fff884dd20c _cache_collect_free + 529
    3   libobjc.A.dylib                   0x00007fff884dc9ea _cache_fill + 515
    4   libobjc.A.dylib                   0x00007fff884e2d3e lookUpMethod + 206
    5   libobjc.A.dylib                   0x00007fff884dafaa objc_msgSend + 198
    6   com.apple.AppKit                  0x00007fff88cb66a0 -[NSTableView _tileAndRedisplayAll] + 375
    7   com.apple.AppKit                  0x00007fff88cbb1bc -[NSOutlineView setSelectionHighlightStyle:] + 178
    8   com.apple.mail                    0x00000001000134da 0x100000000 + 79066
    9   com.apple.mail                    0x000000010001342c 0x100000000 + 78892
    10  com.apple.mail                    0x000000010001334e 0x100000000 + 78670
    11  com.apple.CoreFoundation          0x00007fff85f7b9fd -[NSSet makeObjectsPerformSelector:] + 205
    12  com.apple.AppKit                  0x00007fff88be885b -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1445
    13  com.apple.AppKit                  0x00007fff88be6a91 loadNib + 226
    14  com.apple.AppKit                  0x00007fff88be61a4 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 763
    15  com.apple.mail                    0x00000001000094bf 0x100000000 + 38079
    16  com.apple.mail                    0x0000000100009330 0x100000000 + 37680
    17  com.apple.mail                    0x000000010019b0a1 0x100000000 + 1683617
    18  com.apple.AppKit                  0x00007fff88d79eda -[NSApplication sendAction:to:from:] + 95
    19  com.apple.AppKit                  0x00007fff88d9e46a -[NSMenuItem _corePerformAction] + 365
    20  com.apple.AppKit                  0x00007fff88d9e1d4 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 121
    21  com.apple.AppKit                  0x00007fff89023cf4 -[NSMenu _internalPerformActionForItemAtIndex:] + 35
    22  com.apple.AppKit                  0x00007fff88ed59e9 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 136
    23  com.apple.AppKit                  0x00007fff88d8099c NSSLMMenuEventHandler + 321
    24  com.apple.HIToolbox               0x00007fff83e727f7 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1002
    25  com.apple.HIToolbox               0x00007fff83e71d46 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 395
    26  com.apple.HIToolbox               0x00007fff83e8fa81 SendEventToEventTarget + 45
    27  com.apple.HIToolbox               0x00007fff83ebec35 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 387
    28  com.apple.HIToolbox               0x00007fff83eeba0a SendMenuCommandWithContextAndModifiers + 56
    29  com.apple.HIToolbox               0x00007fff83eeb9c2 SendMenuItemSelectedEvent + 101
    30  com.apple.HIToolbox               0x00007fff83eeb8d2 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 150
    31  com.apple.HIToolbox               0x00007fff83eccc27 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 467
    32  com.apple.HIToolbox               0x00007fff83ecc37c _HandleMenuSelection2 + 453
    33  com.apple.AppKit                  0x00007fff88c51851 _NSHandleCarbonMenuEvent + 236
    34  com.apple.AppKit                  0x00007fff88c25362 _DPSNextEvent + 1908
    35  com.apple.AppKit                  0x00007fff88c24801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    36  com.apple.AppKit                  0x00007fff88bea68f -[NSApplication run] + 395
    37  com.apple.AppKit                  0x00007fff88be33b0 NSApplicationMain + 364
    38  com.apple.mail                    0x00000001000025a4 0x100000000 + 9636
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff8358fc0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff83591add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff835917b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff835912de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff83590c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff83590aa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                 0x00007fff83590a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff83590e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff83590aa5 start_wqthread + 13
    Thread 3:
    0   libSystem.B.dylib                 0x00007fff83590a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff83590e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff83590aa5 start_wqthread + 13
    Thread 4 Crashed:  Dispatch queue: com.apple.root.default-priority
    0   libSystem.B.dylib                 0x00007fff835e99ce __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                 0x00007fff835e98d0 nanosleep$NOCANCEL + 129
    2   libSystem.B.dylib                 0x00007fff836463ce usleep$NOCANCEL + 57
    3   libSystem.B.dylib                 0x00007fff83665a00 abort + 93
    4   libstdc++.6.dylib                 0x00007fff8164e5d2 __tcf_0 + 0
    5   libobjc.A.dylib                   0x00007fff884e3b39 _objc_terminate + 100
    6   libstdc++.6.dylib                 0x00007fff8164cae1 __cxxabiv1::__terminate(void (*)()) + 11
    7   libstdc++.6.dylib                 0x00007fff8164cb16 __cxxabiv1::__unexpected(void (*)()) + 0
    8   libstdc++.6.dylib                 0x00007fff8164cbfc __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    9   libobjc.A.dylib                   0x00007fff884dffa2 object_getIvar + 0
    10  com.apple.CoreFoundation          0x00007fff85fcd5a7 +[NSException raise:format:arguments:] + 103
    11  com.apple.CoreFoundation          0x00007fff85fcd534 +[NSException raise:format:] + 148
    12  com.apple.Foundation              0x00007fff804a409c -[NSString substringFromIndex:] + 127
    13  com.apple.CalendarStore           0x00007fff808a21a9 +[CalGroup(CreationFromManagedObject) _convertURLFromManagedServerURL:withLogin:] + 140
    14  com.apple.CalendarStore           0x00007fff808a187c +[CalGroup(CreationFromManagedObject) groupFromManagedObject:] + 410
    15  com.apple.MessageFramework        0x00007fff80f68f81 -[ToDoCalendars _setAccountForCalendar:] + 79
    16  com.apple.MessageFramework        0x00007fff80f684fc -[ToDoCalendars _calendarsFromActiveAccounts] + 230
    17  com.apple.MessageFramework        0x00007fff80f6808e -[ToDoCalendars init] + 524
    18  com.apple.MessageFramework        0x00007fff8115cc84 _initSharedInstance + 39
    19  libSystem.B.dylib                 0x00007fff8358f37a pthread_once + 95
    20  com.apple.MessageFramework        0x00007fff80f67e79 +[ToDoCalendars sharedInstance] + 23
    21  com.apple.MessageFramework        0x00007fff80f67dc1 +[MetadataManager sharedInstance] + 75
    22  com.apple.mail                    0x000000010000d580 0x100000000 + 54656
    23  com.apple.CoreFoundation          0x00007fff85fa293c __invoking___ + 140
    24  com.apple.CoreFoundation          0x00007fff85fa280d -[NSInvocation invoke] + 141
    25  com.apple.MessageFramework        0x00007fff80f3ecbf -[ThrowingInvocationOperation main] + 31
    26  com.apple.MessageFramework        0x00007fff80f3e5ff -[_MFInvocationOperation main] + 275
    27  com.apple.Foundation              0x00007fff804cbdd0 -[__NSOperationInternal start] + 681
    28  com.apple.Foundation              0x00007fff805a9bd5 ____NSOQSchedule_block_invoke_2 + 129
    29  libSystem.B.dylib                 0x00007fff835b2d64 _dispatch_call_block_and_release + 15
    30  libSystem.B.dylib                 0x00007fff835912d1 _dispatch_worker_thread2 + 239
    31  libSystem.B.dylib                 0x00007fff83590c08 _pthread_wqthread + 353
    32  libSystem.B.dylib                 0x00007fff83590aa5 start_wqthread + 13
    Thread 5:
    0   libSystem.B.dylib                 0x00007fff83576d7a mach_msg_trap + 10
    1   libSystem.B.dylib                 0x00007fff835773ed mach_msg + 59
    2   com.apple.CoreFoundation          0x00007fff85f68902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation          0x00007fff85f67d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation              0x00007fff804ddb74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5   com.apple.Foundation              0x00007fff804dda53 -[NSRunLoop(NSRunLoop) run] + 77
    6   com.apple.MessageFramework        0x00007fff80f56351 -[RSSInterchange _runManager] + 1445
    7   com.apple.Foundation              0x00007fff804a3114 __NSThread__main__ + 1429
    8   libSystem.B.dylib                 0x00007fff835affd6 _pthread_start + 331
    9   libSystem.B.dylib                 0x00007fff835afe89 thread_start + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x0000000101703420  rcx: 0x00000001017033d8  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x0000000101703410  rsp: 0x00000001017033d8
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0x0000000000000246
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000001  r15: 0x00007fff89370340
      rip: 0x00007fff835e99ce  rfl: 0x0000000000000247  cr2: 0x00007fff70423fd0
    Binary Images:
           0x100000000 -        0x100339fe7  com.apple.mail 4.5 (1084) <4E11604B-93C6-8C9C-C40D-E590AEEA1A82> /Applications/Mail.app/Contents/MacOS/Mail
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80033000 -     0x7fff80477fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
        0x7fff80478000 -     0x7fff8047eff7  com.apple.AOSNotification 1.2.0 (124) <19CCCD17-6888-58F3-17B6-7DC5D49276A4> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
        0x7fff8047f000 -     0x7fff80491fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff80492000 -     0x7fff80714fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff80715000 -     0x7fff807a5fff  com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff807a6000 -     0x7fff807fbff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff807fc000 -     0x7fff80807fff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff80808000 -     0x7fff80a06fe7  com.apple.CalendarStore 4.0.4 (997.7) <9A357B3C-F083-BEAA-4094-B00B423DDE47> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff80a07000 -     0x7fff80a11fff  com.apple.DisplayServicesFW 2.3.3 (289) <97F62F36-964A-3E17-2A26-A0EEF63F4BDE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff80a12000 -     0x7fff80a12ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff80a13000 -     0x7fff80a50fff  com.apple.LDAPFramework 2.0 (120.1) <1683330C-2908-9A45-AFF1-2282792C2570> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff80a51000 -     0x7fff80a96fff  com.apple.CoreMediaIOServices 140.0 (1496) <D93293EB-0B84-E97D-E78C-9FE8D48AF58E> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
        0x7fff80c4c000 -     0x7fff80c7cfef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff80c7d000 -     0x7fff80ca0ff7  com.apple.iChat.IMFoundation 5.0.5 (747) <B4C34872-5157-27C0-37F2-77D11137BD8A> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/Versions/A/IMFoundation
        0x7fff80ca1000 -     0x7fff80cd0ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
        0x7fff80cd1000 -     0x7fff80f0bfef  com.apple.imageKit 2.0.3 (1.0) <9EA216AF-82D6-201C-78E5-D027D85B51D6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
        0x7fff80f0c000 -     0x7fff80f0efef  com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
        0x7fff80f0f000 -     0x7fff80f1cfe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff80f38000 -     0x7fff8127bfff  com.apple.MessageFramework 4.5 (1084) <C291835F-FD0E-443D-05BA-3DC0A1634E0C> /System/Library/Frameworks/Message.framework/Versions/B/Message
        0x7fff8128b000 -     0x7fff812b3fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff812b4000 -     0x7fff812b7ff7  libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff812b8000 -     0x7fff81318fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff81319000 -     0x7fff8132dfff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8132e000 -     0x7fff81377fef  libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff81378000 -     0x7fff8148ffef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff81602000 -     0x7fff8167ffef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff81680000 -     0x7fff81689ff7  com.apple.aps.framework 1.2 (1.2) <2E09D42F-2021-C995-44D0-B80AAAAA99E5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
        0x7fff8168a000 -     0x7fff816f6fe7  com.apple.CorePDF 1.4 (1.4) <06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff816f7000 -     0x7fff8173aff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8173b000 -     0x7fff81870fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff81871000 -     0x7fff81877ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff81878000 -     0x7fff8187cff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff818ad000 -     0x7fff81a1dfff  com.apple.QTKit 7.7 (1787) <AD4C0243-16DA-F7EE-7202-E9EE7198223F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff81a62000 -     0x7fff81aa5fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff81adb000 -     0x7fff81adefff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
        0x7fff81aeb000 -     0x7fff81b67ff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff81b68000 -     0x7fff81faffef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff81fb0000 -     0x7fff81fb1ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff81fb2000 -     0x7fff81ff9ff7  com.apple.coreui 2 (114) <BB09E685-1F5D-0676-1A0E-295610B387A8> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff81ffa000 -     0x7fff82041fff  com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff82042000 -     0x7fff8204efff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff8204f000 -     0x7fff82110fff  libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff82111000 -     0x7fff821e5fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff821e6000 -     0x7fff82235fe7  com.apple.iCalendar 1.0.3 (54) <9009851F-9218-BF81-6083-299AD56CE90F> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff82236000 -     0x7fff822b4ff7  com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff822cb000 -     0x7fff8234dfff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
        0x7fff8234e000 -     0x7fff8238ffef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
        0x7fff82390000 -     0x7fff8241dfff  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <0A7B422E-5D79-9980-2477-05DC2CB5CF7C> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
        0x7fff8241e000 -     0x7fff82441fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff82442000 -     0x7fff82503fef  com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
        0x7fff82605000 -     0x7fff82605ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff82606000 -     0x7fff826bbfe7  com.apple.ink.framework 1.3.3 (107) <D76C7591-B060-E2DE-6634-968FDABD87EF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
        0x7fff826bc000 -     0x7fff826bdff7  com.apple.TrustEvaluationAgent 1.1 (1) <306FD9EE-A301-41D5-EBDE-2FC52F28229C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
        0x7fff826be000 -     0x7fff826c3fff  libGIF.dylib ??? (???) <201B8077-B5CC-11AA-E1B0-1D057ABE416A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff827e7000 -     0x7fff82828fff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff8282b000 -     0x7fff82895fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7D8B6D68-7E70-2AF2-BF9F-2CD56145909C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
        0x7fff830e7000 -     0x7fff830f5ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff830f6000 -     0x7fff83338fe7  com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff83339000 -     0x7fff833a1fff  com.apple.MeshKitRuntime 1.1 (49.2) <C57FDCEE-CED0-06A8-2890-A3F6BB851998> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff833a2000 -     0x7fff8345bfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff8345c000 -     0x7fff8346dff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff8346e000 -     0x7fff834b9fef  com.apple.ImageCaptureCore 1.1 (1.1) <F23CA537-4F18-76FC-8D9C-ED6E645186FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff834f7000 -     0x7fff83502ff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff83503000 -     0x7fff83575fef  com.apple.CoreSymbolication 2.0 (23) <9DBEFE60-0268-9B93-620F-B2737100E7F2> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
        0x7fff83576000 -     0x7fff83737fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff83738000 -     0x7fff839c0fef  com.apple.security 6.1.2 (55002) <015C9A08-3D07-9462-8E91-DB1924349621> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff839c1000 -     0x7fff839c3fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
        0x7fff83a7c000 -     0x7fff83a99ff7  libPng.dylib ??? (???) <6D8E515B-E0A2-2BA1-9CAC-8CB8A8B35879> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff83ab6000 -     0x7fff83ab6ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff83ab7000 -     0x7fff83abdff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
        0x7fff83abe000 -     0x7fff83ad4fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
        0x7fff83ad5000 -     0x7fff83b0ffff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
        0x7fff83b10000 -     0x7fff83b12fff  libRadiance.dylib ??? (???) <A9DB4D5D-4072-971B-DEF6-DDE645F415EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff83b13000 -     0x7fff83b17ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff83b18000 -     0x7fff83b1bff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
        0x7fff83b4c000 -     0x7fff83b89ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff83be4000 -     0x7fff83c05fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
        0x7fff83c18000 -     0x7fff83cfdfef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
        0x7fff83cfe000 -     0x7fff83d15fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
        0x7fff83d16000 -     0x7fff83e3eff7  com.apple.MediaToolbox 0.484.60 (484.60) <F921A5E6-E260-03B4-1458-E5814FA1924D> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff83e3f000 -     0x7fff83e6aff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff83e6b000 -     0x7fff84169fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
        0x7fff8416a000 -     0x7fff841caff7  com.apple.ExchangeWebServices 1.3 (61) <7DB2989C-1362-8688-C73E-8405734A6566> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
        0x7fff841cb000 -     0x7fff841d6ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <60484D84-BA63-13DD-50E9-ABDA402C3C45> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
        0x7fff841d7000 -     0x7fff84215fff  com.apple.DebugSymbols 1.1 (70) <69720171-9E3A-CAA9-113B-BD1F15454921> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff84216000 -     0x7fff8431aff7  com.apple.PubSub 1.0.5 (65.28) <D54898F3-D940-2044-3404-11C2636C8331> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff84352000 -     0x7fff8436dfff  com.apple.datadetectors 2.1 (102.2) <625D5F96-A4AE-BB49-997F-8B0FBCC10E6E> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
        0x7fff8436e000 -     0x7fff843a8fff  com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff843a9000 -     0x7fff844e7fff  com.apple.CoreData 102.1 (251) <782F29CA-ACC7-4A77-5772-52FBE2CEFB5E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff844e8000 -     0x7fff845a5fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
        0x7fff845a6000 -     0x7fff845baff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff845bb000 -     0x7fff845bcfff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff845bd000 -     0x7fff84649fef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff8464a000 -     0x7fff84663fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
        0x7fff84664000 -     0x7fff846adff7  com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
        0x7fff846ae000 -     0x7fff846e7ff7  com.apple.MeshKit 1.1 (49.2) <2860E92F-5B68-E8DD-0E8F-BF3DD6ACF330> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff846e8000 -     0x7fff84729fef  com.apple.CoreMedia 0.484.60 (484.60) <6B73A514-C4D5-8DC7-982C-4E4F0231ED77> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8472a000 -     0x7fff84765fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7fff84766000 -     0x7fff8477bff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8477c000 -     0x7fff847d3fff  com.apple.Symbolication 1.1 (67) <A6CA5AF6-93A7-751F-6079-0BFB4353A3AC> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff847d4000 -     0x7fff847dbff7  com.apple.KerberosHelper 2.1 (1.0) <ACF6781A-D0ED-548F-C051-30A065D33180> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
        0x7fff847dc000 -     0x7fff847ebfff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff847ec000 -     0x7fff84836fef  com.apple.IMCore 5.0.5 (747) <EA34457E-1946-C6E6-304D-B18233FF68BA> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
        0x7fff84837000 -     0x7fff84d3dff7  com.apple.VideoToolbox 0.484.60 (484.60) <F55EF548-56E4-A6DF-F3C9-6BA4CFF5D629> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff84d3e000 -     0x7fff84dcdfff  com.apple.PDFKit 2.5.1 (2.5.1) <927B9F90-3EBE-768E-8B18-BE43B4B58190> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
        0x7fff84dce000 -     0x7fff84ddffff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
        0x7fff84de0000 -     0x7fff8506afff  com.apple.JavaScriptCore 6534.51 (6534.51.21) <848CAF7C-CDC4-A280-378C-24A701BA6F1A> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8506b000 -     0x7fff85078ff7  com.apple.AppleFSCompression 24.4 (1.0) <57D6F613-CB5E-75BC-E351-3272D62227F5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
        0x7fff8509e000 -     0x7fff850edfef  libTIFF.dylib ??? (???) <1E2593D1-A7F6-84C6-DF8F-0B46AE445926> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff850fa000 -     0x7fff8515cfe7  com.apple.datadetectorscore 2.0 (80.7) <5F0F865C-A80F-FE7F-7DF8-894A4A99EACA> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff8515d000 -     0x7fff8519aff7  libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff851a3000 -     0x7fff8540cfff  com.apple.QuartzComposer 4.2 ({156.30}) <C05B97F7-F543-C329-873D-097177226D79> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
        0x7fff8540d000 -     0x7fff8542dff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
        0x7fff8542e000 -     0x7fff8542eff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8542f000 -     0x7fff8550cfff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
        0x7fff855cb000 -     0x7fff855d3fff  com.apple.iChat.IMUtils 5.0.5 (747) <8A019B06-52FB-0B23-8A8B-7C2DA5465934> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versions/A/IMUtils
        0x7fff855d4000 -     0x7fff85674fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
        0x7fff85675000 -     0x7fff856c4ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
        0x7fff856c5000 -     0x7fff856d0fff  com.apple.dotMacLegacy 3.2 (266) <80F00DE2-4C50-0FD9-5C6E-3EAA1599277B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegacy
        0x7fff85e8c000 -     0x7fff85eb1ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff85eb2000 -     0x7fff85ed2fef  com.apple.DotMacSyncManager 2.0.3 (446.9) <F02D77B4-540E-04C4-A4B7-C7710155AD5E> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMacSyncManager
        0x7fff85ed3000 -     0x7fff85ed8fff  libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff85f1c000 -     0x7fff86093fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff86094000 -     0x7fff860aafef  libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
        0x7fff860ab000 -     0x7fff860dcfff  libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff860dd000 -     0x7fff860eafff  com.apple.NSServerNotificationCenter 3.0 (3.0) <FF7063D0-A25F-C22E-FA20-3225ADF089E2> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotification
        0x7fff861b8000 -     0x7fff861d0fff  com.apple.iChat.InstantMessage 5.0.5 (747) <D9784E28-7614-1BAD-8B22-EC12079BCC40> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
        0x7fff861d1000 -     0x7fff862f0fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff862f1000 -     0x7fff86339ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
        0x7fff8633a000 -     0x7fff863b7fef  com.apple.backup.framework 1.2.2 (1.2.2) <6A7BCE87-A2EF-1BA0-C190-214DE8FE6771> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8666b000 -     0x7fff86829ff7  com.apple.ImageIO.framework 3.0.4 (3.0.4) <0A4F51A1-4502-767B-8A4E-F14C6214EF88> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8682a000 -     0x7fff8685dff7  libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff8686a000 -     0x7fff868dbff7  com.apple.AppleVAFramework 4.10.27 (4.10.27) <6CDBA3F5-6C7C-A069-4716-2B6C3AD5001F> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff868dc000 -     0x7fff8698cfff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8698d000 -     0x7fff86a0cfe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff86a0d000 -     0x7fff86a20ff7  com.apple.syncservices.syncservicesui 5.2 (578.3) <51E6A16E-4C93-70FD-AD16-0D7A26C30D3A> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServicesUI
        0x7fff86a21000 -     0x7fff8711dff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8711e000 -     0x7fff8814fff7  com.apple.WebCore 6534.51 (6534.51.22) <7B51D5D9-55E4-610C-0FBD-E04C9D3F87BA> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
        0x7fff88150000 -     0x7fff88150ff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff88151000 -     0x7fff882b1ff7  com.apple.syncservices 5.2 (578.3) <9C8348A9-374A-F031-716E-E4CB4F5383FD> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff882b2000 -     0x7fff882b2ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff882b3000 -     0x7fff882dcff7  com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <D674533D-41AC-5271-DA23-30B65EF7C89B> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
        0x7fff882dd000 -     0x7fff883e7ff7  com.apple.MeshKitIO 1.1 (49.2) <B9E2EB6C-66F6-CFAD-4530-DDA4355D7FBA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
        0x7fff883e8000 -     0x7fff88482fff  com.apple.ApplicationServices.ATS 275.19 (???) <FBC907AF-C3EF-CAF1-3705-13DC91B29114> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
        0x7fff88483000 -     0x7fff88484fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
        0x7fff88485000 -     0x7fff884cfff7  com.apple.DAVKit 4.0.3 (732.2) <7DC4C8B4-9259-2D5D-BDA5-82F0DE3C95CA> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
        0x7fff884d0000 -     0x7fff884d5ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
        0x7fff884d6000 -     0x7fff8858cff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff8858d000 -     0x7fff888c1fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
        0x7fff8892a000 -     0x7fff88ae8fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff88ae9000 -     0x7fff88ae9ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff88aea000 -     0x7fff88b6fff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
        0x7fff88b70000 -     0x7fff88b8bff7  com.apple.openscripting 1.3.1 (???) <5A6ECC32-04D0-9A62-635D-1DD03EC6E190> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
        0x7fff88b8c000 -     0x7fff88bd8fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff88bd9000 -     0x7fff88be0fff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff88be1000 -     0x7fff895dbff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff895dc000 -     0x7fff896f6fef  libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
        0x7fff896f7000 -     0x7fff89894fe7  com.apple.WebKit 6534.51 (6534.51.22) <957BAD21-4FC4-9A9D-6E8F-644F474D7E30> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff89895000 -     0x7fff89895ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff898ce000 -     0x7fff898d4ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff898d5000 -     0x7fff89c72fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89c73000 -     0x7fff8a47dfe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff8a577000 -     0x7fff8a5c1ff7  com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff8a5c2000 -     0x7fff8a636ff7  com.apple.WhitePagesFramework 10.6.0 (140.0) <7870994A-2C09-E20E-4CAE-BB5E8703E7A3> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8a637000 -     0x7fff8a68aff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
        0x7fff8a68b000 -     0x7fff8a69afef  com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8a69b000 -     0x7fff8a6c2ff7  libJPEG.dylib ??? (???) <46A413EA-4FD1-A050-2EF0-6279F3EAD581> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), 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: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Hub, 0x05ac  (Apple Inc.), 0x9126, 0xfa140000 / 6
    USB Device: Apple LED Cinema Display, 0x05ac  (Apple Inc.), 0x9226, 0xfa146000 / 10
    USB Device: Display iSight, 0x05ac  (Apple Inc.), 0x8508, 0xfa145000 / 9
    USB Device: Display Audio, 0x05ac  (Apple Inc.), 0x1105, 0xfa144000 / 8
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa130000 / 5
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0237, 0xfa120000 / 4
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000 / 7
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 3
    I've got 3 mailboxes: One exchange server, and 2 POP addresses.
    I really hope someone can help, thanks in advance!

    I 'solved' the problem by removing the exhange account from iCal. Now mail functions again.
    Not a real solution: Can't use mail and iCal together now.

  • I have downloaded the most recent version of Iphoto and it no longer works period. I lost all photos, and the app crashes every time I try to open it. How can this be fixed?

    I have downloaded the most recent version of Iphoto and it no longer works period. I lost all photos, and the app crashes every time I try to open it. How can this be fixed?

    Post the first 50 lines only of the crash report
    Regards
    TD 

Maybe you are looking for