Frequent unhandled SIGSEGV crashes

I've recently taken over maintenance on a web app, and it is frequently crashing from
unhandled SIGSEGV errors. This is running on a RHEL 3 system with the 2.4.21 kernel
and JDK 1.5.0_08. Full crash report at the end of the post.
# An unexpected error has been detected by HotSpot Virtual Machine:
#  SIGSEGV (0xb) at pc=0x00029000, pid=32322, tid=309320624
# Java VM: Java HotSpot(TM) Server VM (1.5.0_08-b03 mixed mode)
# Problematic frame:
# C  0x00029000
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x00029000
j  com.earthlink.java.auth.utils.PoolProperties.getProperties(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;+7
j  com.earthlink.java.auth.ldap.query.MailBoxQuery.init()V+329
j  com.earthlink.java.auth.ldap.query.MailBoxQuery.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+56A significant portion of the crashes occur at the same pc indicated above and the first
two frames of the stack trace are always the same with different frames leading up to
those. Below is the java source and the disassembly of the PoolProperties.getProperties
method.
public static String[] getProperties (String key, String appName)
    throws AuthProcessingException
    PropertyReader props = getPropertyReader( appName );
    return props.getProperties( key );
public static java.lang.String[] getProperties(java.lang.String, java.lang.String)
    throws com.earthlink.java.auth.ldap.AuthProcessingException;
  Code:
   0:   aload_1
   1:   invokestatic    #12; //Method getPropertyReader:(Ljava/lang/String;)Lcom/earthlink/java/auth/utils/PropertyReader;
   4:   astore_2
   5:   aload_2
   6:   aload_0
   7:   invokevirtual   #25; //Method com/earthlink/java/auth/utils/PropertyReader.getProperties:(Ljava/lang/String;)[Ljava/lang/String;
   10:  areturnThe last java frame seems to indicate it was running the invokevirtual opcode at line 7.
What puzzles me is what could corrupt a java object so badly that trying to invoke a
method on that object causes the JVM to crash. I considered JNI, but the only JNI code
is what comes with the JVM. There are a lot of threads present, so my next thought is
some concurrency issue, but are there concurrency issues that could corrupt object
internals? I've tried reproducing this problem in a lab environment, but it only seems to
occur in production, after some random amount of time, could be minutes, could be
weeks, after start up.
Linux is dumping core files when these crashes occur, but none of the java tools seem
to be able to work with the cores. I keep getting errors saying the tool couldn't attach to
the core file.
Any thoughts on what I can do next to try and diagnose this problem?
# An unexpected error has been detected by HotSpot Virtual Machine:
#  SIGSEGV (0xb) at pc=0x00029000, pid=32322, tid=309320624
# Java VM: Java HotSpot(TM) Server VM (1.5.0_08-b03 mixed mode)
# Problematic frame:
# C  0x00029000
---------------  T H R E A D  ---------------
Current thread (0x084d1890):  JavaThread "Thread-118780" daemon [_thread_in_Java, id=16917]
siginfo:si_signo=11, si_errno=0, si_code=2, si_addr=0x00029000
Registers:
EAX=0x00000000, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000
ESP=0x126fccd0, EBP=0x126fccf8, ESI=0xacb22dd8, EDI=0xad0a3e20
EIP=0x00029000, CR2=0x00029000, EFLAGS=0x00010246
Top of Stack: (sp=0x126fccd0)
0x126fccd0:   b0859abf 00000000 00000000 126fccdc
0x126fcce0:   acb22dd8 126fcd0c acb23670 ad0a3e20
0x126fccf0:   acb22e28 126fcd08 126fcd2c b0859a94
0x126fcd00:   00000000 00000000 ad0a3d80 34549380
0x126fcd10:   126fcd10 acb20567 126fcd3c acb21be0
0x126fcd20:   00000000 acb205a0 126fcd38 126fcd5c
0x126fcd30:   b0859a94 34549380 ac509148 ad0a3d80
0x126fcd40:   126fcd40 acb1d349 126fcd70 ad0a35d8
Instructions: (pc=0x00029000)
0x00028ff0:   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x00029000:  
[error occurred during error reporting, step 100, id 0xb]
Stack: [0x1267d000,0x126fe000),  sp=0x126fccd0,  free space=511k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x00029000
j  com.earthlink.java.auth.utils.PoolProperties.getProperties(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;+7
j  com.earthlink.java.auth.ldap.query.MailBoxQuery.init()V+329
j  com.earthlink.java.auth.ldap.query.MailBoxQuery.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+56
---------------  P R O C E S S  ---------------
Java Threads: ( => current thread )
  0x08524a08 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=22702]
  0x086b42a8 JavaThread "jLdap-Thread-498918" daemon [_thread_in_native, id=17286]
  0x08bd5a70 JavaThread "jLdap-Thread-498914" daemon [_thread_in_native, id=17273]
  0x080bd010 JavaThread "jLdap-Thread-493725" daemon [_thread_in_native, id=6260]
  0x083afb68 JavaThread "Thread-484478" daemon [_thread_blocked, id=19925]
  0x080ae210 JavaThread "Thread-484477" daemon [_thread_blocked, id=19924]
  0x0821d3e0 JavaThread "Thread-484476" daemon [_thread_blocked, id=19923]
  0x086b3e80 JavaThread "Thread-484475" daemon [_thread_blocked, id=19922]
  0x084cf478 JavaThread "Thread-484410" daemon [_thread_blocked, id=19786]
  0x09f4dd58 JavaThread "Thread-484409" daemon [_thread_blocked, id=19785]
  0x084cd660 JavaThread "Thread-484408" daemon [_thread_blocked, id=19783]
  0x09111458 JavaThread "Thread-484402" daemon [_thread_in_native, id=19782]
  0x233f9aa8 JavaThread "Thread-480259" daemon [_thread_blocked, id=10578]
  0x21bc43d0 JavaThread "Thread-480258" daemon [_thread_blocked, id=10577]
  0x231712b8 JavaThread "Thread-480257" daemon [_thread_blocked, id=10576]
  0x0821e800 JavaThread "Thread-480251" daemon [_thread_in_native, id=10567]
  0x0821e3f8 JavaThread "Thread-480250" daemon [_thread_blocked, id=10566]
  0x082210a0 JavaThread "Thread-480249" daemon [_thread_blocked, id=10565]
  0x08220c78 JavaThread "Thread-480248" daemon [_thread_blocked, id=10564]
  0x080aee20 JavaThread "Thread-480247" daemon [_thread_in_Java, id=10560]
  0x08628d20 JavaThread "Thread-480246" daemon [_thread_blocked, id=10559]
  0x095a6958 JavaThread "Thread-480245" daemon [_thread_in_native, id=10558]
  0x09111148 JavaThread "Thread-480244" daemon [_thread_blocked, id=10557]
  0x085423d0 JavaThread "Thread-480234" daemon [_thread_blocked, id=10540]
  0x09f2d3b8 JavaThread "Thread-480229" daemon [_thread_blocked, id=10539]
  0x15dfe580 JavaThread "jLdap-Thread-467828" daemon [_thread_in_native, id=17257]
  0x1cf672f8 JavaThread "Thread-464124" daemon [_thread_blocked, id=9537]
  0x1cf44458 JavaThread "Thread-464123" daemon [_thread_blocked, id=9536]
  0x1adfcd08 JavaThread "Thread-464122" daemon [_thread_blocked, id=9535]
  0x1cf43b58 JavaThread "Thread-464121" daemon [_thread_blocked, id=9534]
  0x0825bdc0 JavaThread "Thread-464116" daemon [_thread_blocked, id=9527]
  0x087c61d8 JavaThread "Thread-464115" daemon [_thread_in_native, id=9526]
  0x091112d0 JavaThread "Thread-464114" daemon [_thread_blocked, id=9525]
  0x09063290 JavaThread "Thread-464112" daemon [_thread_blocked, id=9523]
  0x17fe6968 JavaThread "jLdap-Thread-447716" daemon [_thread_in_native, id=7288]
  0x08b35a18 JavaThread "Thread-447718" daemon [_thread_blocked, id=7281]
  0x09062590 JavaThread "jLdap-Thread-437883" daemon [_thread_in_native, id=18981]
  0x1e3d3a40 JavaThread "jLdap-Thread-437879" daemon [_thread_in_native, id=18975]
  0x231df458 JavaThread "jLdap-Thread-437877" daemon [_thread_in_native, id=18972]
  0x1cbf72d0 JavaThread "Thread-374545" daemon [_thread_blocked, id=30379]
  0x1cbf6d50 JavaThread "Thread-374544" daemon [_thread_blocked, id=30378]
  0x21d0a7d0 JavaThread "Thread-358146" daemon [_thread_blocked, id=27261]
  0x1c0f7c60 JavaThread "Thread-358143" daemon [_thread_blocked, id=27260]
  0x1b2fe1e8 JavaThread "jLdap-Thread-350852" daemon [_thread_in_native, id=11588]
  0x1c86ed58 JavaThread "Thread-350848" daemon [_thread_in_native, id=11583]
  0x081da4c0 JavaThread "Thread-350847" daemon [_thread_blocked, id=11581]
  0x086f17d8 JavaThread "Thread-350846" daemon [_thread_blocked, id=11580]
  0x08417700 JavaThread "Thread-350844" daemon [_thread_blocked, id=11579]
  0x0891d918 JavaThread "Thread-345062" daemon [_thread_blocked, id=31144]
  0x08397c10 JavaThread "Thread-345038" daemon [_thread_blocked, id=31110]
  0x08b60430 JavaThread "Thread-345036" daemon [_thread_blocked, id=31109]
  0x082e2818 JavaThread "Thread-304175" daemon [_thread_blocked, id=9440]
  0x1e1bfb38 JavaThread "Thread-294654" daemon [_thread_blocked, id=21826]
  0x1fa8c270 JavaThread "Thread-294651" daemon [_thread_blocked, id=21825]
  0x1bc2f7b8 JavaThread "Thread-294648" daemon [_thread_in_native, id=21820]
  0x08410d60 JavaThread "Thread-294645" daemon [_thread_in_native, id=21817]
  0x095a6fc8 JavaThread "Thread-294644" daemon [_thread_blocked, id=21816]
  0x08c5a1c8 JavaThread "Thread-294639" daemon [_thread_blocked, id=21809]
  0x085d0948 JavaThread "Thread-294637" daemon [_thread_blocked, id=21807]
  0x08482798 JavaThread "Thread-294633" daemon [_thread_blocked, id=21797]
  0x087cb8c8 JavaThread "Thread-294632" daemon [_thread_blocked, id=21796]
  0x1fa92148 JavaThread "Thread-279115" daemon [_thread_blocked, id=21585]
  0x081b64d8 JavaThread "Thread-267190" daemon [_thread_blocked, id=29816]
  0x1e115bf8 JavaThread "Thread-259029" daemon [_thread_in_native, id=14928]
  0x0809a8a8 JavaThread "Thread-248274" daemon [_thread_blocked, id=24858]
  0x1c86eb88 JavaThread "Thread-233017" daemon [_thread_blocked, id=25991]
  0x083f10b8 JavaThread "Thread-233015" daemon [_thread_blocked, id=25989]
  0x09fd6510 JavaThread "Thread-215615" daemon [_thread_blocked, id=22182]
  0x085264e8 JavaThread "Thread-215614" daemon [_thread_blocked, id=22181]
  0x0838fec0 JavaThread "Thread-215613" daemon [_thread_blocked, id=22180]
  0x08b60620 JavaThread "Thread-215612" daemon [_thread_blocked, id=22179]
  0x1acd02a8 JavaThread "Thread-208104" daemon [_thread_blocked, id=6549]
  0x08524ff0 JavaThread "Thread-191100" daemon [_thread_blocked, id=4867]
  0x0912ffc8 JavaThread "Thread-191097" daemon [_thread_blocked, id=4864]
  0x086df348 JavaThread "Thread-158378" daemon [_thread_blocked, id=1889]
  0x086def40 JavaThread "Thread-158377" daemon [_thread_blocked, id=1888]
  0x08390258 JavaThread "Thread-158376" daemon [_thread_blocked, id=1887]
  0x0838fd20 JavaThread "Thread-158375" daemon [_thread_blocked, id=1886]
  0x1be36830 JavaThread "Thread-158309" daemon [_thread_in_native, id=1753]
  0x08b78600 JavaThread "Thread-158292" daemon [_thread_blocked, id=1732]
  0x23fb57e0 JavaThread "Thread-128060" daemon [_thread_blocked, id=3606]
=>0x084d1890 JavaThread "Thread-118780" daemon [_thread_in_Java, id=16917]
  0x084cd880 JavaThread "Thread-118779" daemon [_thread_blocked, id=16916]
  0x090a4e78 JavaThread "Thread-118777" daemon [_thread_blocked, id=16915]
  0x08493840 JavaThread "Thread-118776" daemon [_thread_in_native, id=16914]
  0x1a9fb540 JavaThread "Thread-104969" daemon [_thread_in_native, id=20384]
  0x0878f4d8 JavaThread "Thread-17732" daemon [_thread_blocked, id=7234]
  0x0878f0d8 JavaThread "Thread-17731" daemon [_thread_blocked, id=7233]
  0x080bf018 JavaThread "Thread-17730" daemon [_thread_blocked, id=7232]
  0x080bf698 JavaThread "Thread-17728" daemon [_thread_blocked, id=7229]
  0x1c8faa30 JavaThread "Thread-17727" daemon [_thread_in_native, id=7228]
  0x1e3d4e70 JavaThread "Thread-17726" daemon [_thread_in_native, id=7227]
  0x083931f8 JavaThread "Thread-17725" daemon [_thread_blocked, id=7226]
  0x080bfaf8 JavaThread "Thread-17724" daemon [_thread_blocked, id=7225]
  0x23e4f298 JavaThread "Thread-17711" daemon [_thread_blocked, id=7204]
  0x23e4f0f8 JavaThread "Thread-17710" daemon [_thread_blocked, id=7203]
  0x23198260 JavaThread "Thread-17709" daemon [_thread_in_native, id=7202]
  0x248f98f8 JavaThread "Thread-17703" daemon [_thread_in_native, id=7201]
  0x1b6f6f80 JavaThread "Thread-11183" daemon [_thread_in_native, id=24461]
  0x1b6f63e0 JavaThread "Thread-11182" daemon [_thread_blocked, id=24460]
  0x1b657470 JavaThread "Thread-11181" daemon [_thread_blocked, id=24459]
  0x17ffbb38 JavaThread "Thread-11180" daemon [_thread_blocked, id=24458]
  0x081d8eb8 JavaThread "Thread-2872" daemon [_thread_blocked, id=6005]
  0x081d7a58 JavaThread "Thread-2871" daemon [_thread_blocked, id=6004]
  0x089f6bc8 JavaThread "Thread-2870" daemon [_thread_blocked, id=6003]
  0x084112b8 JavaThread "Thread-749" daemon [_thread_blocked, id=1517]
  0x080ccf20 JavaThread "MultiThreadedHttpConnectionManager cleanup" daemon [_thread_blocked, id=32540]
  0x1cba8a98 JavaThread "Thread-57" daemon [_thread_blocked, id=32430]
  0x1e3b2c08 JavaThread "Thread-56" daemon [_thread_blocked, id=32429]
  0x1e17d708 JavaThread "Thread-55" daemon [_thread_blocked, id=32428]
  0x1c7fae48 JavaThread "Thread-54" daemon [_thread_blocked, id=32427]
  0x1facab80 JavaThread "MonitorRunnable" daemon [_thread_blocked, id=32419]
  0x1e3e4f00 JavaThread "Thread-47" daemon [_thread_blocked, id=32418]
  0x1e3e41c0 JavaThread "Thread-46" daemon [_thread_blocked, id=32417]
  0x1e3e3878 JavaThread "Thread-45" daemon [_thread_blocked, id=32416]
  0x1e3e2b50 JavaThread "Thread-44" daemon [_thread_blocked, id=32415]
  0x1faffb50 JavaThread "MonitorRunnable" daemon [_thread_blocked, id=32414]
  0x1fafbc20 JavaThread "MonitorRunnable" daemon [_thread_blocked, id=32409]
  0x1fafaee0 JavaThread "Thread-37" daemon [_thread_in_native, id=32408]
  0x1e3b76b0 JavaThread "Thread-36" daemon [_thread_blocked, id=32407]
  0x1fac9788 JavaThread "Thread-35" daemon [_thread_blocked, id=32406]
  0x1e15c320 JavaThread "Thread-34" daemon [_thread_blocked, id=32405]
  0x1e15b5e0 JavaThread "MonitorRunnable" daemon [_thread_blocked, id=32404]
  0x1e15a8a0 JavaThread "Thread-32" daemon [_thread_in_native, id=32403]
  0x1e159b60 JavaThread "Thread-31" daemon [_thread_blocked, id=32402]
  0x1e158e20 JavaThread "Thread-30" daemon [_thread_blocked, id=32401]
  0x1e3025d8 JavaThread "Thread-29" daemon [_thread_blocked, id=32400]
  0x1e301898 JavaThread "MonitorRunnable" daemon [_thread_blocked, id=32399]
  0x1e300b58 JavaThread "Thread-27" daemon [_thread_in_native, id=32398]
  0x1fabdfe8 JavaThread "Thread-26" daemon [_thread_blocked, id=32397]
  0x1fabd2a8 JavaThread "Thread-25" daemon [_thread_blocked, id=32396]
  0x1fabe1f0 JavaThread "Thread-24" daemon [_thread_blocked, id=32395]
  0x1fabecd0 JavaThread "MonitorRunnable" daemon [_thread_blocked, id=32394]
  0x1e3fdcd0 JavaThread "Thread-22" daemon [_thread_in_native, id=32393]
  0x1facbde0 JavaThread "Thread-21" daemon [_thread_blocked, id=32392]
  0x1facb9d0 JavaThread "Thread-20" daemon [_thread_blocked, id=32391]
  0x1fabf0b8 JavaThread "Thread-19" daemon [_thread_blocked, id=32390]
  0x087abf00 JavaThread "Thread-18" daemon [_thread_blocked, id=32389]
  0x1fab2d90 JavaThread "StandardManager[]" daemon [_thread_blocked, id=32388]
  0x20b02d68 JavaThread "SocketTimeout" daemon [_thread_blocked, id=32386]
  0x08b366d8 JavaThread "StandardManager[wam/img]" daemon [_thread_blocked, id=32384]
  0x08556340 JavaThread "StandardManager[wam/css]" daemon [_thread_blocked, id=32383]
  0x246b1a90 JavaThread "News Reader Poller" daemon [_thread_blocked, id=32382]
  0x246ad9d8 JavaThread "Thread-16" daemon [_thread_blocked, id=32381]
  0x246acda0 JavaThread "Thread-15" daemon [_thread_blocked, id=32380]
  0x248bb4b0 JavaThread "ImailTimer Thread" [_thread_blocked, id=32379]
  0x248bc1b0 JavaThread "Thread-14" daemon [_thread_blocked, id=32378]
  0x221f9428 JavaThread "Thread-13" daemon [_thread_blocked, id=32377]
  0x231fc9c0 JavaThread "Thread-12" daemon [_thread_blocked, id=32376]
  0x2464c848 JavaThread "Thread-11" daemon [_thread_blocked, id=32375]
  0x23ea2770 JavaThread "Thread-10" daemon [_thread_blocked, id=32374]
  0x23ea2428 JavaThread "Thread-9" daemon [_thread_blocked, id=32373]
  0x08a35e08 JavaThread "Timer-3" daemon [_thread_blocked, id=32372]
  0x08a36458 JavaThread "Timer-1" daemon [_thread_blocked, id=32370]
  0x23162410 JavaThread "Thread-3" daemon [_thread_blocked, id=32368]
  0x2336eca0 JavaThread "Thread-2" daemon [_thread_blocked, id=32367]
  0x24abf000 JavaThread "Thread-1" daemon [_thread_blocked, id=32366]
  0x24a83b10 JavaThread "StandardManager[wam]" daemon [_thread_blocked, id=32365]
  0x27604b88 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=32336]
  0x276037d8 JavaThread "CompilerThread1" daemon [_thread_blocked, id=32335]
  0x27602888 JavaThread "CompilerThread0" daemon [_thread_blocked, id=32334]
  0x27601908 JavaThread "AdapterThread" daemon [_thread_blocked, id=32333]
  0x276009e8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=32332]
  0xb06ffd20 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=32331]
  0xb06f6f18 JavaThread "Finalizer" daemon [_thread_blocked, id=32330]
  0xb06f6ac0 JavaThread "Reference Handler" daemon [_thread_blocked, id=32329]
  0x0805e290 JavaThread "main" [_thread_in_native, id=32322]
Other Threads:
  0xb06f46f0 VMThread [id=32328]
  0x27605fe8 WatcherThread [id=32337]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
par new generation   total 131008K, used 69932K [0x2c470000, 0x34470000, 0x34470000)
  eden space 130944K,  53% used [0x2c470000, 0x308bb0e0, 0x34450000)
  from space 64K,   0% used [0x34450000, 0x34450000, 0x34460000)
  to   space 64K,   0% used [0x34460000, 0x34460000, 0x34470000)
concurrent mark-sweep generation total 1966080K, used 1568655K [0x34470000, 0xac470000, 0xac470000)
concurrent-mark-sweep perm gen total 43092K, used 25793K [0xac470000, 0xaee85000, 0xb0470000)
Dynamic libraries:
00000000-00029000 rwxp 00000000 00:00 0
00029000-00100000 ---p 00029000 00:00 0
00100000-001f9000 rwxp 00100000 00:00 0
001f9000-00200000 ---p 00129000 00:00 0
00200000-002f9000 rwxp 00000000 00:00 0
002f9000-00300000 ---p 00029000 00:00 0
00300000-003fc000 rwxp 00030000 00:00 0
003fc000-00400000 ---p 00059000 00:00 0
00400000-004f9000 rwxp 00000000 00:00 0
004f9000-00500000 ---p 00029000 00:00 0
00500000-005f9000 rwxp 00030000 00:00 0
005f9000-00600000 ---p 00059000 00:00 0
00600000-006f9000 rwxp 00000000 00:00 0
006f9000-00700000 ---p 00029000 00:00 0
00700000-007fe000 rwxp 00030000 00:00 0
007fe000-00800000 ---p 00059000 00:00 0
00800000-008f9000 rwxp 00000000 00:00 0
008f9000-00900000 ---p 00029000 00:00 0
00900000-009f9000 rwxp 00030000 00:00 0
009f9000-00a00000 ---p 00059000 00:00 0
00a00000-00af9000 rwxp 00000000 00:00 0
00af9000-00b00000 ---p 00029000 00:00 0
00b00000-00bf9000 rwxp 00030000 00:00 0
00bf9000-00c00000 ---p 00059000 00:00 0
00c00000-00cf9000 rwxp 00001000 00:00 0
00cf9000-00d00000 ---p 00029000 00:00 0
00d00000-00dfa000 rwxp 00030000 00:00 0
00dfa000-00e00000 ---p 00059000 00:00 0
00e00000-00ef9000 rwxp 00001000 00:00 0
00ef9000-00f00000 ---p 00029000 00:00 0
00f00000-00ff9000 rwxp 00030000 00:00 0
00ff9000-01000000 ---p 00059000 00:00 0
01000000-010f9000 rwxp 00000000 00:00 0
010f9000-01100000 ---p 00029000 00:00 0
01100000-011f9000 rwxp 00030000 00:00 0
011f9000-01200000 ---p 00059000 00:00 0
01200000-012fc000 rwxp 00000000 00:00 0
012fc000-01300000 ---p 00023000 00:00 0
01300000-013f9000 rwxp 00027000 00:00 0
013f9000-01400000 ---p 00050000 00:00 0
01400000-014f9000 rwxp 00000000 00:00 0
014f9000-01500000 ---p 00029000 00:00 0
01500000-015fe000 rwxp 00030000 00:00 0
015fe000-01600000 ---p 00059000 00:00 0
01600000-016fa000 rwxp 00000000 00:00 0
016fa000-01700000 ---p 00029000 00:00 0
01700000-017f9000 rwxp 0002f000 00:00 0
017f9000-01800000 ---p 00058000 00:00 0
01800000-018fe000 rwxp 00000000 00:00 0
018fe000-01900000 ---p 00029000 00:00 0
01900000-019fc000 rwxp 0002b000 00:00 0
019fc000-01a00000 ---p 0004e000 00:00 0
01a00000-045fd000 rwxp 00000000 00:00 0
045fd000-04600000 ---p 00029000 00:00 0
04600000-04621000 rwxp 0002c000 00:00 0
04621000-04700000 ---p 00000000 00:00 0
04700000-047f9000 rwxp 00000000 00:00 0
047f9000-04800000 ---p 00029000 00:00 0
04800000-048f9000 rwxp 00030000 00:00 0
048f9000-04900000 ---p 00059000 00:00 0
04900000-049f9000 rwxp 00000000 00:00 0
049f9000-04a00000 ---p 00029000 00:00 0
04a00000-04af9000 rwxp 00030000 00:00 0
04af9000-04b00000 ---p 00059000 00:00 0
04b00000-04bf9000 rwxp 00000000 00:00 0
04bf9000-04c00000 ---p 00029000 00:00 0
04c00000-04cf9000 rwxp 00030000 00:00 0
04cf9000-04d00000 ---p 00059000 00:00 0
04d00000-04df9000 rwxp 00000000 00:00 0
04df9000-04e00000 ---p 00029000 00:00 0
04e00000-04ef9000 rwxp 00030000 00:00 0
04ef9000-04f00000 ---p 00059000 00:00 0
04f00000-04ff9000 rwxp 00000000 00:00 0
04ff9000-05000000 ---p 00029000 00:00 0
05000000-050f9000 rwxp 00030000 00:00 0
050f9000-05100000 ---p 00059000 00:00 0
05100000-051f9000 rwxp 00000000 00:00 0
051f9000-05200000 ---p 00029000 00:00 0
05200000-052f9000 rwxp 00030000 00:00 0
052f9000-05300000 ---p 00059000 00:00 0
05300000-053f9000 rwxp 00000000 00:00 0
053f9000-05400000 ---p 00029000 00:00 0
05400000-054f9000 rwxp 00030000 00:00 0
054f9000-05500000 ---p 00059000 00:00 0
05500000-055f9000 rwxp 00000000 00:00 0
055f9000-05600000 ---p 00029000 00:00 0
05600000-056f9000 rwxp 00030000 00:00 0
056f9000-05700000 ---p 00059000 00:00 0
05700000-057f9000 rwxp 00000000 00:00 0
057f9000-05800000 ---p 00029000 00:00 0
05800000-058f9000 rwxp 00030000 00:00 0
058f9000-05900000 ---p 00059000 00:00 0
05900000-059f9000 rwxp 00000000 00:00 0
059f9000-05a00000 ---p 00029000 00:00 0
05a00000-05af9000 rwxp 00030000 00:00 0
05af9000-05b00000 ---p 00059000 00:00 0
05b00000-05bf9000 rwxp 00000000 00:00 0
05bf9000-05c00000 ---p 00029000 00:00 0
05c00000-05cf9000 rwxp 00030000 00:00 0
05cf9000-05d00000 ---p 00059000 00:00 0
05d00000-05df9000 rwxp 00000000 00:00 0
05df9000-05e00000 ---p 00029000 00:00 0
05e00000-05ef9000 rwxp 00030000 00:00 0
05ef9000-05f00000 ---p 00059000 00:00 0
05f00000-05ff9000 rwxp 00000000 00:00 0
05ff9000-06000000 ---p 00029000 00:00 0
06000000-060f9000 rwxp 00030000 00:00 0
060f9000-06100000 ---p 00059000 00:00 0
06100000-061f9000 rwxp 00000000 00:00 0
061f9000-06200000 ---p 00029000 00:00 0
06200000-062f9000 rwxp 00030000 00:00 0
062f9000-06300000 ---p 00059000 00:00 0
06300000-063f9000 rwxp 00000000 00:00 0
063f9000-06400000 ---p 00029000 00:00 0
06400000-064f9000 rwxp 00030000 00:00 0
064f9000-06500000 ---p 00059000 00:00 0
06500000-065f9000 rwxp 00000000 00:00 0
065f9000-06600000 ---p 00029000 00:00 0
06600000-066f9000 rwxp 00030000 00:00 0
066f9000-06700000 ---p 00059000 00:00 0
06700000-067f9000 rwxp 00000000 00:00 0
067f9000-06800000 ---p 00029000 00:00 0
06800000-068f9000 rwxp 00030000 00:00 0
068f9000-06900000 ---p 00059000 00:00 0
06900000-069f9000 rwxp 00000000 00:00 0
069f9000-06a00000 ---p 00029000 00:00 0
06a00000-06af9000 rwxp 00030000 00:00 0
06af9000-06b00000 ---p 00059000 00:00 0
06b00000-06bfe000 rwxp 00000000 00:00 0
06bfe000-06c00000 ---p 00029000 00:00 0
06c00000-06cfc000 rwxp 0002b000 00:00 0
06cfc000-06d00000 ---p 0004e000 00:00 0
06d00000-06df9000 rwxp 00000000 00:00 0
06df9000-06e00000 ---p 00029000 00:00 0
06e00000-06ef9000 rwxp 00030000 00:00 0
06ef9000-06f00000 ---p 00059000 00:00 0
06f00000-06ff9000 rwxp 00000000 00:00 0
06ff9000-07000000 ---p 00029000 00:00 0
07000000-070f9000 rwxp 00030000 00:00 0
070f9000-07100000 ---p 00059000 00:00 0
07100000-071f9000 rwxp 00000000 00:00 0
071f9000-07200000 ---p 00029000 00:00 0
07200000-072f9000 rwxp 00030000 00:00 0
072f9000-07300000 ---p 00059000 00:00 0
07300000-073f9000 rwxp 00000000 00:00 0
073f9000-07400000 ---p 00029000 00:00 0
07400000-074f9000 rwxp 00030000 00:00 0
074f9000-07500000 ---p 00059000 00:00 0
07500000-075f9000 rwxp 00000000 00:00 0
075f9000-07600000 ---p 00029000 00:00 0
07600000-076f9000 rwxp 00030000 00:00 0
076f9000-07700000 ---p 00059000 00:00 0
07700000-077fa000 rwxp 00000000 00:00 0
077fa000-07800000 ---p 00029000 00:00 0
07800000-078f9000 rwxp 0002f000 00:00 0
078f9000-07900000 ---p 00058000 00:00 0
07900000-079fc000 rwxp 00000000 00:00 0
079fc000-07a00000 ---p 00000000 00:00 0
07a00000-07af9000 rwxp 00004000 00:00 0
07af9000-07b00000 ---p 0002d000 00:00 0
07b00000-07bf9000 rwxp 00000000 00:00 0
07bf9000-07c00000 ---p 00029000 00:00 0
07c00000-07cf6000 rwxp 00030000 00:00 0
07cf6000-07d00000 ---p 00059000 00:00 0
07d00000-07df9000 rwxp 00000000 00:00 0
07df9000-07e00000 ---p 00029000 00:00 0
07e00000-07ef9000 rwxp 00030000 00:00 0
07ef9000-07f00000 ---p 00059000 00:00 0
07f00000-07ff9000 rwxp 000b8000 00:00 0
07ff9000-08000000 ---p 000e1000 00:00 0
08048000-08057000 r-xp 00000000 08:06 3227697    /ms/local/jdk1.5.0/bin/java
08057000-08059000 rwxp 0000e000 08:06 3227697    /ms/local/jdk1.5.0/bin/java
08059000-0cce8000 rwxp 00000000 00:00 0
0cd00000-0cdf9000 rwxp 00000000 00:00 0
0cdf9000-0ce00000 ---p 00029000 00:00 0
0ce00000-0cefa000 rwxp 00030000 00:00 0
0cefa000-0cf00000 ---p 00059000 00:00 0
0cf00000-0cff9000 rwxp 00000000 00:00 0
0cff9000-0d000000 ---p 00029000 00:00 0
0d000000-0d0f9000 rwxp 00030000 00:00 0
0d0f9000-0d100000 ---p 00059000 00:00 0
0d100000-0d1f9000 rwxp 00000000 00:00 0
0d1f9000-0d200000 ---p 00029000 00:00 0
0d200000-0d2f9000 rwxp 00030000 00:00 0
0d2f9000-0d300000 ---p 00059000 00:00 0
0d300000-0d3f9000 rwxp 00000000 00:00 0
0d3f9000-0d400000 ---p 00029000 00:00 0
0d400000-0d4f9000 rwxp 00030000 00:00 0
0d4f9000-0d500000 ---p 00059000 00:00 0
0d500000-0e7f9000 rwxp 00000000 00:00 0
0e7f9000-0e800000 ---p 00029000 00:00 0
0e800000-0e8f9000 rwxp 00030000 00:00 0
0e8f9000-0e900000 ---p 00059000 00:00 0
0e900000-0e9f9000 rwxp 00000000 00:00 0
0e9f9000-0ea00000 ---p 00029000 00:00 0
0ea00000-0eaf9000 rwxp 00030000 00:00 0
0eaf9000-0eb00000 ---p 00059000 00:00 0
0eb00000-0ebf6000 rwxp 00000000 00:00 0
0ebf6000-0ec00000 ---p 00029000 00:00 0
0ec00000-0ecfc000 rwxp 00033000 00:00 0
0ecfc000-0ed00000 ---p 00000000 00:00 0
0ed00000-0edf9000 rwxp 00000000 00:00 0
0edf9000-0ee00000 ---p 00029000 00:00 0
0ee00000-0eef9000 rwxp 00030000 00:00 0
0eef9000-0ef00000 ---p 00059000 00:00 0
0ef00000-0effa000 rwxp 00000000 00:00 0
0effa000-0f000000 ---p 00029000 00:00 0
0f000000-0f0fd000 rwxp 0002f000 00:00 0
0f0fd000-0f100000 ---p 00058000 00:00 0
0f100000-0f1f9000 rwxp 00000000 00:00 0
0f1f9000-0f200000 ---p 00029000 00:00 0
0f200000-0f2f9000 rwxp 00030000 00:00 0
0f2f9000-0f300000 ---p 00059000 00:00 0
0f300000-0f3f9000 rwxp 00000000 00:00 0
0f3f9000-0f400000 ---p 00029000 00:00 0
0f400000-0f4f9000 rwxp 00030000 00:00 0
0f4f9000-0f500000 ---p 00059000 00:00 0
0f500000-0f5f9000 rwxp 00000000 00:00 0
0f5f9000-0f600000 ---p 00029000 00:00 0
0f600000-0f6f9000 rwxp 00030000 00:00 0
0f6f9000-0f700000 ---p 00059000 00:00 0
0f700000-0f7f9000 rwxp 00000000 00:00 0
0f7f9000-0f800000 ---p 00029000 00:00 0
0f800000-0f8f9000 rwxp 00030000 00:00 0
0f8f9000-0f900000 ---p 00059000 00:00 0
0f900000-0f9f9000 rwxp 00000000 00:00 0
0f9f9000-0fa00000 ---p 00029000 00:00 0
0fa00000-0faf9000 rwxp 00030000 00:00 0
0faf9000-0fb00000 ---p 00059000 00:00 0
0fb00000-0fbf9000 rwxp 00000000 00:00 0
0fbf9000-0fc00000 ---p 00029000 00:00 0
0fc00000-0fcf9000 rwxp 00030000 00:00 0
0fcf9000-0fd00000 ---p 00059000 00:00 0
0fd00000-0fdf9000 rwxp 00001000 00:00 0
0fdf9000-0fe00000 ---p 00029000 00:00 0
0fe00000-0fef9000 rwxp 00030000 00:00 0
0fef9000-0ff00000 ---p 00059000 00:00 0
0ff00000-0fff9000 rwxp 00001000 00:00 0
0fff9000-10000000 ---p 00029000 00:00 0
10000000-100f9000 rwxp 00030000 00:00 0
100f9000-10100000 ---p 00059000 00:00 0
10100000-101f9000 rwxp 00000000 00:00 0
101f9000-10200000 ---p 00029000 00:00 0
10200000-102f9000 rwxp 00030000 00:00 0
102f9000-10300000 ---p 00059000 00:00 0
10300000-103f9000 rwxp 00000000 00:00 0
103f9000-10400000 ---p 00029000 00:00 0
10400000-104f9000 rwxp 00030000 00:00 0
104f9000-10500000 ---p 00059000 00:00 0
10500000-105f9000 rwxp 00000000 00:00 0
105f9000-10600000 ---p 00029000 00:00 0
10600000-106f9000 rwxp 00030000 00:00 0
106f9000-10700000 ---p 00059000 00:00 0
10700000-107f9000 rwxp 00000000 00:00 0
107f9000-10800000 ---p 00029000 00:00 0
10800000-108f9000 rwxp 00030000 00:00 0
108f9000-10900000 ---p 00059000 00:00 0
10900000-109f9000 rwxp 00000000 00:00 0
109f9000-10a00000 ---p 00029000 00:00 0
10a00000-10af9000 rwxp 00030000 00:00 0
10af9000-10b00000 ---p 00059000 00:00 0
10b00000-10bf9000 rwxp 00000000 00:00 0
10bf9000-10c00000 ---p 00029000 00:00 0
10c00000-10cf9000 rwxp 00030000 00:00 0
10cf9000-10d00000 ---p 00059000 00:00 0
10d00000-10df9000 rwxp 00000000 00:00 0
10df9000-10e00000 ---p 00029000 00:00 0
10e00000-10ef9000 rwxp 00030000 00:00 0
10ef9000-10f00000 ---p 00059000 00:00 0
10f00000-10ff9000 rwxp 00000000 00:00 0
10ff9000-11000000 ---p 00029000 00:00 0
11000000-110f9000 rwxp 00030000 00:00 0
110f9000-11100000 ---p 00059000 00:00 0
11100000-111f9000 rwxp 00000000 00:00 0
111f9000-11200000 ---p 00029000 00:00 0
11200000-112f9000 rwxp 00030000 00:00 0
112f9000-11300000 ---p 00059000 00:00 0
11300000-113f9000 rwxp 00000000 00:00 0
113f9000-11400000 ---p 00029000 00:00 0
11400000-114f9000 rwxp 00030000 00:00 0
114f9000-11500000 ---p 00059000 00:00 0
11500000-115ff000 rwxp 001f5000 00:00 0
115ff000-11600000 ---p 00000000 00:00 0
11600000-117fa000 rwxp 00000000 00:00 0
117fa000-11800000 ---p 0011e000 00:00 0
11879000-11979000 rwxp 00000000 00:00 0
11979000-1197c000 ---p 00000000 00:00 0
1197c000-119fa000 rwxp 00003000 00:00 0
119fa000-119fd000 ---p 00081000 00:00 0
119fd000-11a7b000 rwxp 00084000 00:00 0
11a7b000-11a7e000 ---p 00102000 00:00 0
11a7e000-11afc000 rwxp 00105000 00:00 0
11afc000-11aff000 rwxp 00000000 00:00 0
11aff000-11b7d000 rwxp 00186000 00:00 0
11b7d000-11b80000 ---p 00183000 00:00 0
11b80000-11bfe000 rwxp 00186000 00:00 0
11bfe000-11c01000 ---p 00102000 00:00 0
11c01000-11c7f000 rwxp 00105000 00:00 0
11c7f000-11c82000 ---p 00183000 00:00 0
11c82000-11dfc000 rwxp 00186000 00:00 0
11dfc000-11e00000 ---p 00000000 00:00 0
11e7f000-11e82000 ---p 00000000 00:00 0
11e82000-11ffc000 rwxp 00003000 00:00 0
11ffc000-12000000 ---p 00000000 00:00 0
1207f000-12082000 rw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Thanks for including the whole crash log. Just a
guess: you are out of process address space. You
have reserved 2GB for your heap, and have a lot
(166?) of threads, each with 320KB of thread stack.
Running out of process address space would cause a
memory allocation to fail. Recent VM's are better
about reporting those, but JDK-1.5.0 might just segv
and have trouble reporting the error.Interesting idea, any way to verify if this is what is happening?
At the end of the log, it says Memory: 4k page, physical 4091544k(17680k free), swap 498k(495k free)which, if true says you are running low
on both physical memory and swap space. What else is
running on the machine? Running out of swap space on
Linux usually just silently kills your process. What
does something like "vmstat 5" show for available
memory and swap space?This is interesting, the dump is misreporting how much swap is available. The machine
has a 2GB swap partition that is barely being used. As for the machine, this is the only
application running on it. Discounting the buffer/cache usage, the machine has nearly
1.5GB of free memory.
You have 1.5GB of live data in your old generation,
so you can't shrink your heap much. You could think
about your data structures, and whether you are
retaining things longer than you need to. What do
you think your live data size should be? You could
think about whether you need that many threads. You
could try shrinking your thread stack sizes with
-Xss, but that might cause stack overflow errors.This is an application that my group has taken responsibility for from another group, so
we're still figuring things out, but there are data retention issues and we're also working
on reducing the thread load. One big offender we're using is the openldap jldap library,
it was creating and destroying a thread for every single request sent to the ldap server
for timeout purposes. We've recently rewrote that to use Timer and TimerTasks. There
is something else in there that is cycling through a large number of threads but I haven't
tracked it down yet.

Similar Messages

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

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

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

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

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

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

  • Frequent Kernel Panic Crashes

    Please help me decode frequent kernel panic crashes on my macbook pro, I have not been able to diagnose the real cause, I am pasting my last panic report below, any help will be highly appreciated...
    Interval Since Last Panic Report:  24790 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    16FD2B93-08F0-CCE1-A897-CDE174906037
    Thu Aug  1 12:32:30 2013
    panic(cpu 3 caller 0xffffff8020cb8655): Kernel trap at 0xffffff8020fb9d4c, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x000000012367bd28, CR3: 0x00000000069b1015, CR4: 0x00000000000606e0
    RAX: 0xffffff80340fad00, RBX: 0xffffff8042c84280, RCX: 0x000000000000c34f, RDX: 0x00000000004c4b40
    RSP: 0xffffff8108b23d50, RBP: 0xffffff8108b23f00, RSI: 0xffffff80340fad3c, RDI: 0x0000000000000001
    R8:  0x0000000000000000, R9:  0x0000000000000000, R10: 0x0000000000000000, R11: 0x0000000000000246
    R12: 0x00000000ffffffff, R13: 0xffffff8035610d60, R14: 0xffffff80340fac00, R15: 0x0000000000000000
    RFL: 0x0000000000010202, RIP: 0xffffff8020fb9d4c, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x000000012367bd28, Error code: 0x000000000000ff80, Fault CPU: 0x3
    Backtrace (CPU 3), Frame : Return Address
    0xffffff8108b239f0 : 0xffffff8020c1d626
    0xffffff8108b23a60 : 0xffffff8020cb8655
    0xffffff8108b23c30 : 0xffffff8020cce17d
    0xffffff8108b23c50 : 0xffffff8020fb9d4c
    0xffffff8108b23f00 : 0xffffff8020fba62e
    0xffffff8108b23f50 : 0xffffff8020fe16aa
    0xffffff8108b23fb0 : 0xffffff8020cce9c3
    BSD process name corresponding to current thread: mds
    Mac OS version:
    12E55
    Kernel version:
    Darwin Kernel Version 12.4.0: Wed May  1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
    Kernel UUID: 896CB1E3-AB79-3DF1-B595-549DFFDF3D36
    Kernel slide:     0x0000000020a00000
    Kernel text base: 0xffffff8020c00000
    System model name: MacBookPro8,1 (Mac-94245B3640C91C81)
    System uptime in nanoseconds: 35086775752146
    last loaded kext at 15658826490558: com.apple.driver.AppleUSBCDC          4.1.23 (addr 0xffffff7fa282d000, size 16384)
    last unloaded kext at 18232974432954: com.apple.iokit.IOUSBMassStorageClass          3.5.1 (addr 0xffffff7fa2842000, size 69632)
    loaded kexts:
    com.apple.filesystems.smbfs          1.8.4
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager          4.1.4f2
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AGPM          100.12.87
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.7fc4
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.4.5
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMikeyDriver          2.3.7fc4
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.1.4f2
    com.apple.driver.AppleIntelHD3000Graphics          8.1.2
    com.apple.driver.AppleIntelSNBGraphicsFB          8.1.2
    com.apple.driver.AppleSMCLMU          2.0.3d0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleBacklight          170.2.5
    com.apple.driver.AppleMCCSControl          1.1.11
    com.apple.driver.SMCMotionSensor          3.0.3d1
    com.apple.driver.AppleUSBTCButtons          237.1
    com.apple.driver.AppleUSBTCKeyboard          237.1
    com.apple.driver.AppleIRController          320.15
    com.apple.iokit.SCSITaskUserClient          3.5.5
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.3.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.AppleUSBHub          5.5.5
    com.apple.driver.AirPort.Brcm4331          615.20.17
    com.apple.driver.AppleSDXC          1.4.2
    com.apple.iokit.AppleBCM5701Ethernet          3.6.1b4
    com.apple.driver.AppleAHCIPort          2.5.2
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AppleUSBEHCI          5.5.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleEFINVRAM          1.7
    com.apple.driver.AppleACPIButtons          1.7
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.7
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2.1
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.DspFuncLib          2.3.7fc4
    com.apple.iokit.IOAudioFamily          1.8.9fc11
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSurface          86.0.4
    com.apple.iokit.IOBluetoothFamily          4.1.4f2
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.1.4f2
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.3.7fc4
    com.apple.iokit.IOHDAFamily          2.3.7fc4
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.AppleSMBusPCI          1.0.11d0
    com.apple.driver.IOPlatformPluginFamily          5.3.0d51
    com.apple.driver.AppleGraphicsControl          3.4.5
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.7
    com.apple.driver.AppleSMBusController          1.0.11d0
    com.apple.iokit.IOGraphicsFamily          2.3.7
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.9
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.9
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.6
    com.apple.driver.AppleUSBMultitouch          237.3
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.5
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.driver.AppleUSBMergeNub          5.5.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOAHCISerialATAPI          2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.5
    com.apple.iokit.IOUSBUserClient          5.5.5
    com.apple.iokit.IO80211Family          530.4
    com.apple.driver.AppleThunderboltNHI          1.7.8
    com.apple.iokit.IOThunderboltFamily          2.4.0
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOAHCIFamily          2.3.1
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOUSBFamily          5.6.0
    com.apple.driver.AppleEFIRuntime          1.7
    com.apple.iokit.IOHIDFamily          1.8.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          345
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.7
    com.apple.iokit.IOPCIFamily          2.7.3
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 8 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393955353432382D3034302E4130314C4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393955353432382D3034302E4130314C4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.4f2 12041, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: WDC WD5000LPVX-75V0TT0, 500.11 GB
    Serial ATA Device: OPTIARC DVD RW AD-5970H
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

    That panic was not caused by third-party software. If the problem is recurrent, the possibilities are:
    A stale or corrupt kernel cache
    A damaged OS X installation
    A fault in a peripheral device, if any
    Corrupt non-volatile memory (NVRAM)
    An internal hardware fault (including incompatible memory)
    An obscure bug in OS X
    You may already have ruled out some of these.
    Rule out #1 by booting in safe mode and then rebooting as usual. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    You can rule out #2 and #3 by reinstalling the OS and testing with non-essential peripherals disconnected and aftermarket expansion cards removed, if applicable. Sometimes a clean reinstallation (after erasing the startup volume) may solve a problem that isn't solved by reinstalling in place, without erasing.
    Corrupt NVRAM, which rarely causes panics, can be ruled out by resetting it.
    If your model has user-replaceable memory, and you've upgraded the memory modules, reinstall the original memory and see whether there's any improvement. Be careful not to touch the gold contacts. Clean them with a mild solvent such as rubbing alcohol. Aftermarket memory must exactly match the technical specifications for your model. Memory that is either slower or faster than specified may be incompatible.
    The Apple Hardware Test or Apple Diagnostics, though generally unreliable, will sometimes detect a fault. A negative test can't be depended on. Run the extended version of the test.
    In the category of obscure bugs, reports suggest that FileVault may trigger kernel traps under some unknown conditions. Most, though not all, of these reports seem to involve booting from an aftermarket SSD. If those conditions apply to you, try deactivating FileVault.
    Connecting more than one display is another reported trigger for OS X bugs.
    If your system is not fully up to date, running Software Update might get you a bug fix.
    In rare cases, a malformed network packet from a defective router or other network device can cause panics. Such packets could also be sent deliberately by a skillful attacker. This possibility is something to consider if you run a public server that might be the target of such an attack.
    If none of the above applies, make a "Genius" appointment at an Apple Store to have the machine tested. You may have to leave it there for several days. There isn't much point in doing this unless you can reproduce the panic, or if you can't, it happens often enough that it's likely to be repeated at the store. Otherwise you may be told that nothing is wrong.
    Print the first page of the panic report and bring it with you.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you know how to restore, and you have at least  two independent backups.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    *An SSD doesn't need to be zeroed.

  • After updating to Firefox5.1, Nvidia kernal mode driver frequently "not responding & crashed then recovered", along with crashing of the Firefox browser.

    After updating to Firefox5.1, Nvidia kernal mode driver frequently "not responding & crashed then recovered", along with crashing of the Firefox browser.

    I have the same problem. I just upgraded to Win 7, no problems. Then I upgraded to FF 4.0, and I kept getting Nvidia Video Card crashes. I always undo my last computer change/install when something like this happens, so I immediately uninstalled 4.0, and went back to my older version of Firefox. No problems ever since.

  • Frequent Motion 5 crashes after Mavericks install

    I am working on a 3-minute composition that involves simple text, JPGs, PDFs and FCP-rendered MP4s with associated audio tracks. I am using keyframed movements to present the elements for about six seconds, then display the next one. I am going between two MacBook Pro laptops, one with Retina display and Mavericks, and one with a regular display and Mavericks.
    I had been getting frequent crashes on the Retina MacBook Pro yesterday, mostly when I was moving audio associated with the MP4s. Today, I am putting off work with the MP4s and I am getting fewer crashes. Still getting them, though. Below are two examples of crash reports:
    Process:         Motion [415]
    Path:            /Applications/Motion.app/Contents/MacOS/Motion
    Identifier:      com.apple.motionapp
    Version:         5.0.7 (221398)
    Build Info:      Motion-22139008018000000~1
    App Item ID:     434290957
    App External ID: 14682850
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [204]
    Responsible:     Motion [415]
    User ID:         501
    Date/Time:       2013-11-05 13:28:43.199 -0500
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  6B13814F-0E4C-DD74-DF0C-06E631834255
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000610001200000
    VM Regions Near 0x610001200000:
        MALLOC_NANO            0000610000600000-0000610001200000 [ 12.0M] rw-/rwx SM=PRV
    -->
        MALLOC_NANO            0000618000000000-0000618000400000 [ 4096K] rw-/rwx SM=COW
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_platform.dylib                0x00007fff8db10fd1 _platform_memmove$VARIANT$Ivybridge + 49
    1   com.apple.proapps.AudioMixEngine          0x000000010330e7b6 STModule::RemoveRenderHook(OpaqueSTAudioObserver*, void*) + 102
    2   com.apple.proapps.AudioMixEngine          0x000000010332680b STModuleRemoveAudioObserver + 11
    3   com.apple.ozone.framework               0x0000000100963fc4 OZAudioMixer::stop(bool, bool) + 244
    4   com.apple.ozone.framework               0x00000001007dde16 -[OZGLViewer doPause] + 454
    5   com.apple.ozone.framework               0x0000000100bcd9ef -[OZCanvasModule pause:] + 47
    6   com.apple.prokit                        0x000000010017f9d5 -[NSProCommandsController performCommand:withTarget:] + 294
    7   com.apple.prokit                        0x000000010017f84a -[NSProCommandsController performKeyEquivalent:withTarget:] + 203
    8   com.apple.prokit                        0x000000010017f77a -[NSProCommandsController _handleKeyEquivalent:] + 19
    9   com.apple.prokit                        0x00000001000dcafb -[NSWindow(CommandProcessing) keyUp:] + 83
    10  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    11  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    12  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    13  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    14  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    15  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    16  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    17  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    18  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    19  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    20  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    21  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    22  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    23  com.apple.AppKit                        0x00007fff924a4d9a forwardMethod + 122
    24  com.apple.AppKit                        0x00007fff924a6f71 -[NSWindow sendEvent:] + 3721
    25  com.apple.prokit                        0x0000000100101c19 -[NSProWindow sendEvent:] + 236
    26  com.apple.ozone.framework               0x0000000100980a15 -[OZDocumentWindow sendEvent:] + 309
    27  com.apple.AppKit                        0x00007fff92447ca2 -[NSApplication sendEvent:] + 3395
    28  com.apple.prokit                        0x00000001000df578 -[NSProApplication sendEvent:] + 1770
    29  com.apple.Flexo                         0x000000010191ff45 -[FFApplication sendEvent:] + 565
    30  com.apple.motionapp                     0x0000000100004b3e 0x100000000 + 19262
    31  com.apple.AppKit                        0x00007fff92297a29 -[NSApplication run] + 646
    32  com.apple.prokit                        0x00000001000dfd3f NSProApplicationMain + 296
    33  com.apple.motionapp                     0x0000000100002b2b 0x100000000 + 11051
    34  com.apple.motionapp                     0x0000000100001a24 0x100000000 + 6692
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8cb46662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8f92843d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8f928152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8cb45e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9df08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8eba0fb9 start_wqthread + 13
    Thread 3:: com.apple.ProGL.object-deletion
    0   libsystem_kernel.dylib                  0x00007fff8cb45716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9ec3b _pthread_cond_wait + 727
    2   com.apple.progl.framework               0x00000001039a27c9 (anonymous namespace)::threadFunc(void*) + 71
    3   com.apple.procore.framework             0x000000010067f63f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 4:: com.apple.flexo.throttled-scheduled-io
    0   libsystem_kernel.dylib                  0x00007fff8cb45716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9ec3b _pthread_cond_wait + 727
    2   com.apple.Flexo                         0x00000001018cb143 Synchronizable::Wait() + 51
    3   com.apple.Flexo                         0x000000010174eb54 ThrottleReadImpl::Run() + 196
    4   com.apple.Flexo                         0x00000001018d189f Thread::RunHelper(void*) + 47
    5   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 5:: com.apple.flexo.appthrottled-scheduled-io
    0   libsystem_kernel.dylib                  0x00007fff8cb45716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9ec3b _pthread_cond_wait + 727
    2   com.apple.Flexo                         0x00000001018cb143 Synchronizable::Wait() + 51
    3   com.apple.Flexo                         0x000000010174eb54 ThrottleReadImpl::Run() + 196
    4   com.apple.Flexo                         0x00000001018d189f Thread::RunHelper(void*) + 47
    5   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8cb45e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9df08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8eba0fb9 start_wqthread + 13
    Thread 7:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib                  0x00007fff8cb41a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb40d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8c6ac315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8c6ab939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8c6ab275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8c7609d1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff8aa4d32c listenOnDelegatePort + 385
    7   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 8:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib                  0x00007fff8cb41a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb40d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8c6ac315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8c6ab939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8c6ab275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8c7609d1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff8aa4d7f4 listenOnNotificationPort + 353
    7   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 9:: QTKit: QTCALayerRendererPendingQWorkLoop
    0   libsystem_kernel.dylib                  0x00007fff8cb41a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb40d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8c6ac315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8c6ab939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8c6ab275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8c7609d1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff8aadc53f QTCALayerRendererPendingQWorkLoop + 506
    7   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8cb41a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb40d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8c6ac315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8c6ab939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8c6ab275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff924441ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 11:: QTKit: QTMachPortImageProviderWorkLoop
    0   libsystem_kernel.dylib                  0x00007fff8cb41a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb40d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8c6ac315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8c6ab939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8c6ab275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8c7609d1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff8ab1a917 QTMachPortImageProviderWorkLoop + 315
    7   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 12:: com.apple.helium-texture-finish
    0   libsystem_kernel.dylib                  0x00007fff8cb45716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9ec3b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender           0x0000000103af1197 textureFinishThread(void*) + 183
    3   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 13:: com.apple.coremedia.scheduledfileio
    0   libsystem_kernel.dylib                  0x00007fff8cb45716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9ec3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia.ProAppsSupport          0x0000000102c94a5d WaitOnCondition + 14
    3   com.apple.CoreMedia.ProAppsSupport          0x0000000102c94c55 FigSemaphoreWaitRelative + 181
    4   com.apple.CoreMedia.ProAppsSupport          0x0000000102c90efc FigScheduledFileIOThread + 206
    5   com.apple.CoreMedia.ProAppsSupport          0x0000000102c959f2 figThreadMain + 385
    6   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 14:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8cb45716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9ec3b _pthread_cond_wait + 727
    2   com.apple.CoreVideo                     0x00007fff8cd7aa38 CVDisplayLink::runIOThread() + 656
    3   com.apple.CoreVideo                     0x00007fff8cd7a78f startIOThread(void*) + 147
    4   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 15:: QTKit: QTCALayerRendererPendingQWorkLoop
    0   libsystem_kernel.dylib                  0x00007fff8cb41a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb40d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8c6ac315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8c6ab939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8c6ab275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8c7609d1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff8aadc53f QTCALayerRendererPendingQWorkLoop + 506
    7   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 16:: com.apple.motion.ozone - Channel Evaluation
    0   libsystem_kernel.dylib                  0x00007fff8cb45716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9ec3b _pthread_cond_wait + 727
    2   com.apple.ozone.framework               0x00000001009b0a01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x000000010067f63f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 17:: com.apple.motion.ozone - Renderer
    0   libsystem_kernel.dylib                  0x00007fff8cb45716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9ec3b _pthread_cond_wait + 727
    2   com.apple.ozone.framework               0x00000001009b0a01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x000000010067f63f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 18:: com.apple.motion.ozone - Prefetch
    0   libsystem_kernel.dylib                  0x00007fff8cb45716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9ec3b _pthread_cond_wait + 727
    2   com.apple.ozone.framework               0x00000001009b0a01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x000000010067f63f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 19:: com.apple.motion.ozone - Audio
    0   libsystem_kernel.dylib                  0x00007fff8cb45716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9ec3b _pthread_cond_wait + 727
    2   com.apple.ozone.framework               0x00000001009b0a01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x000000010067f63f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 20:: com.apple.motion.ozone - Renderer Builder
    0   libsystem_kernel.dylib                  0x00007fff8cb45716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9ec3b _pthread_cond_wait + 727
    2   com.apple.ozone.framework               0x00000001009b0a01 OZExecutionUnit::executeLoop() + 113
    3   com.apple.procore.framework             0x000000010067f63f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 21:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8cb45746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9f779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103b0bc62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 22:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8cb45746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9f779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103b0bc62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 23:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8cb45746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9f779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103b0bc62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 24:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8cb45746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9f779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103b0bc62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 25:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8cb45746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9f779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103b0bc62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib                 0x00007fff8eb9c899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8eb9c72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff8eba0fc9 thread_start + 13
    Thread 26:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8cb45746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8eb9f779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103b0bc62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       

    After reading several posts about fonts causing crashes, I changed the font I was using in this project from Ubuntu to Arial, and the crashes immediately ceased.
    I added the font back in as a test, and it crashed within 2 seconds.
    The font again: Ubuntu.

  • Safari 4.0.5 (Build 6531.22.7) Frequently Stalling and Crashing on Snow Leo

    In the last two months, the crash rate of my Safari browser (latest version 4.0.5) has gone once or twice a week to two or three times a day, at least.
    Is this a general problem which Apple are rectifying? Is it do with external plugins like Flash, or something else? I notice that the Top Sites page is a frequent source of stalling, and sometimes, crashing. It's a pity - it's a nice idea in principle, but in practice it's a nightmare to use.
    I'm thinking of switching to Google Chrome. But there's a problem. I can no longer download software by clicking on the DMG files, because that leads Safari to display a black page with nothing on it.
    I have to download by "Download Linked File As", which is fine in most cases. However, if I wish to download Chrome, for which there is no official download link, then I can't do it right now on Safari.

    Here is the most recent crash report for Safari (April 02, 2010):
    Process: Safari [6405]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.5 (6531.22.7)
    Build Info: WebBrowser-65312207~1
    Code Type: X86 (Native)
    Parent Process: launchd [114]
    PlugIn Path: /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    PlugIn Identifier: com.macromedia.Flash Player.plugin
    PlugIn Version: 10.0.42 (1.0.4f348472)
    Date/Time: 2010-04-02 19:23:23.028 +0100
    OS Version: Mac OS X 10.6.3 (10D573)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000070747468
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 ...romedia.Flash Player.plugin 0x1e2ced90 0x1e23d000 + 597392
    1 ...romedia.Flash Player.plugin 0x1e2c3783 0x1e23d000 + 550787
    2 ...romedia.Flash Player.plugin 0x1e432ebe 0x1e23d000 + 2055870
    3 ...romedia.Flash Player.plugin 0x1e5048e3 0x1e23d000 + 2914531
    4 ...romedia.Flash Player.plugin 0x1e504fe8 0x1e23d000 + 2916328
    5 ??? 0x35a3b7d2 0 + 899921874
    6 ??? 0x3649cde9 0 + 910806505
    7 ??? 0x364b125e 0 + 910889566
    8 ...romedia.Flash Player.plugin 0x1e753bca FlashPlayer10_0_42_34FlashPlayer + 2269418
    9 ...romedia.Flash Player.plugin 0x1e483dfa 0x1e23d000 + 2387450
    10 ...romedia.Flash Player.plugin 0x1e4852e5 0x1e23d000 + 2392805
    11 ...romedia.Flash Player.plugin 0x1e48631c 0x1e23d000 + 2396956
    12 ??? 0x35a36be2 0 + 899902434
    13 ??? 0x364b0ac9 0 + 910887625
    14 ...romedia.Flash Player.plugin 0x1e753bca FlashPlayer10_0_42_34FlashPlayer + 2269418
    15 ...romedia.Flash Player.plugin 0x1e76a596 FlashPlayer10_0_42_34FlashPlayer + 2362038
    16 ...romedia.Flash Player.plugin 0x1e76b083 FlashPlayer10_0_42_34FlashPlayer + 2364835
    17 ??? 0x364abc07 0 + 910867463
    18 ??? 0x364ab47e 0 + 910865534
    19 ...romedia.Flash Player.plugin 0x1e753bca FlashPlayer10_0_42_34FlashPlayer + 2269418
    20 ...romedia.Flash Player.plugin 0x1e47ffe9 0x1e23d000 + 2371561
    21 ...romedia.Flash Player.plugin 0x1e483dfa 0x1e23d000 + 2387450
    22 ...romedia.Flash Player.plugin 0x1e485ef8 0x1e23d000 + 2395896
    23 ...romedia.Flash Player.plugin 0x1e4c7944 0x1e23d000 + 2664772
    24 ...romedia.Flash Player.plugin 0x1e3fe246 0x1e23d000 + 1839686
    25 ...romedia.Flash Player.plugin 0x1e5d1bda FlashPlayer10_0_42_34FlashPlayer + 688378
    26 ...romedia.Flash Player.plugin 0x1e529d22 FlashPlayer10_0_42_34FlashPlayer + 578
    27 com.apple.WebKit 0x9589db58 -[WebNetscapePluginDocumentView sendEvent:isDrawRect:] + 312
    28 com.apple.WebKit 0x9589d9fe WebNetscapePluginEventHandlerCarbon::sendEvent(EventRecord*) + 94
    29 com.apple.WebKit 0x9589f498 WebNetscapePluginEventHandlerCarbon::sendNullEvent() + 136
    30 com.apple.CoreFoundation 0x96b1376b __CFRunLoopRun + 8059
    31 com.apple.CoreFoundation 0x96b110f4 CFRunLoopRunSpecific + 452
    32 com.apple.CoreFoundation 0x96b10f21 CFRunLoopRunInMode + 97
    33 com.apple.HIToolbox 0x963e60fc RunCurrentEventLoopInMode + 392
    34 com.apple.HIToolbox 0x963e5eb1 ReceiveNextEventCommon + 354
    35 com.apple.HIToolbox 0x963e5d36 BlockUntilNextEventMatchingListInMode + 81
    36 com.apple.AppKit 0x975e1135 _DPSNextEvent + 847
    37 com.apple.AppKit 0x975e0976 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    38 com.apple.Safari 0x0000c6c8 0x1000 + 46792
    39 com.apple.AppKit 0x975a2bef -[NSApplication run] + 821
    40 com.apple.AppKit 0x9759ac85 NSApplicationMain + 574
    41 com.apple.Safari 0x00002bad 0x1000 + 7085
    Thread 1: JavaScriptCore: FastMalloc scavenger
    0 libSystem.B.dylib 0x95a61262 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95a60f1e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95a62bb8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.JavaScriptCore 0x951ae3e6 ***::TCMalloc_PageHeap::scavengerThread() + 614
    4 ??? 0x006e0075 0 + 7209077
    Thread 2: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x95a6eac2 select$DARWIN_EXTSN$NOCANCEL + 10
    1 libSystem.B.dylib 0x95a5a34b dispatch_mgrinvoke + 454
    2 libSystem.B.dylib 0x95a59719 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x95a594be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x95a58f41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x95a58d86 start_wqthread + 30
    Thread 3: WebCore: IconDatabase
    0 libSystem.B.dylib 0x95a61262 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95a60f1e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95a62bb8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.WebCore 0x98e6140a WebCore::IconDatabase::syncThreadMainLoop() + 266
    4 com.apple.WebCore 0x98e5d2d4 WebCore::IconDatabase::iconDatabaseSyncThread() + 180
    5 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    6 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 4: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x95a332fa machmsgtrap + 10
    1 libSystem.B.dylib 0x95a33a67 mach_msg + 68
    2 com.apple.CoreFoundation 0x96b1200f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x96b110f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x96b10f21 CFRunLoopRunInMode + 97
    5 com.apple.Safari 0x00025939 0x1000 + 149817
    6 com.apple.Safari 0x000255ec 0x1000 + 148972
    7 com.apple.Safari 0x00025585 0x1000 + 148869
    8 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    9 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x95a332fa machmsgtrap + 10
    1 libSystem.B.dylib 0x95a33a67 mach_msg + 68
    2 com.apple.CoreFoundation 0x96b1200f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x96b110f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x96b10f21 CFRunLoopRunInMode + 97
    5 com.apple.Foundation 0x947a7434 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6 com.apple.Foundation 0x9476e8dc -[NSThread main] + 45
    7 com.apple.Foundation 0x9476e88c _NSThread__main_ + 1499
    8 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    9 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 6: Safari: SnapshotStore
    0 libSystem.B.dylib 0x95a61262 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95a60f1e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95a62bb8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.JavaScriptCore 0x95094c01 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4 com.apple.Safari 0x0004224d 0x1000 + 266829
    5 com.apple.Safari 0x0004219d 0x1000 + 266653
    6 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    7 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x95a52286 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x96b5182d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    3 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x95a332fa machmsgtrap + 10
    1 libSystem.B.dylib 0x95a33a67 mach_msg + 68
    2 ...romedia.Flash Player.plugin 0x1e744bc4 FlashPlayer10_0_42_34FlashPlayer + 2207972
    3 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    4 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x95a33342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95a60eb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x95aa942f pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1e51b44f 0x1e23d000 + 3007567
    4 ...romedia.Flash Player.plugin 0x1e534ccf FlashPlayer10_0_42_34FlashPlayer + 45551
    5 ...romedia.Flash Player.plugin 0x1e51b8ff 0x1e23d000 + 3008767
    6 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    7 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x95a33342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95a60eb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x95aa942f pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1e51b44f 0x1e23d000 + 3007567
    4 ...romedia.Flash Player.plugin 0x1e534ccf FlashPlayer10_0_42_34FlashPlayer + 45551
    5 ...romedia.Flash Player.plugin 0x1e51b8ff 0x1e23d000 + 3008767
    6 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    7 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 11: WebCore: LocalStorage
    0 libSystem.B.dylib 0x95a61262 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95a60f1e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95a62bb8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.JavaScriptCore 0x95094c01 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    5 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x95a3335a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95a60ea1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x95a8fa28 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x910e3965 CAGuard::WaitFor(unsigned long long) + 219
    4 com.apple.audio.CoreAudio 0x910e6997 CAGuard::WaitUntil(unsigned long long) + 289
    5 com.apple.audio.CoreAudio 0x910e4294 HP_IOThread::WorkLoop() + 1892
    6 com.apple.audio.CoreAudio 0x910e3b2b HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x910e3a42 CAPThread::Entry(CAPThread*) + 140
    8 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    9 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x95a58bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95a59168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95a58d86 start_wqthread + 30
    Thread 14:
    0 libSystem.B.dylib 0x95a3335a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95a60ea1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x95a8fa28 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x92582465 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x925821a3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x925a63eb TimerThread + 97
    6 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    7 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x95a33342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95a60eb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x95aa942f pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1e6b239f FlashPlayer10_0_42_34FlashPlayer + 1607871
    4 ...romedia.Flash Player.plugin 0x1e67bcdb FlashPlayer10_0_42_34FlashPlayer + 1384955
    5 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    6 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x95a33342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x95a60eb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x95aa942f pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1e6b239f FlashPlayer10_0_42_34FlashPlayer + 1607871
    4 ...romedia.Flash Player.plugin 0x1e67bcdb FlashPlayer10_0_42_34FlashPlayer + 1384955
    5 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    6 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x95a3335a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x95a60ea1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x95aa963c pthreadcondtimedwait + 47
    3 ...romedia.Flash Player.plugin 0x1e51b381 0x1e23d000 + 3007361
    4 ...romedia.Flash Player.plugin 0x1e570720 FlashPlayer10_0_42_34FlashPlayer + 289856
    5 ...romedia.Flash Player.plugin 0x1e51b8ff 0x1e23d000 + 3008767
    6 libSystem.B.dylib 0x95a60a19 pthreadstart + 345
    7 libSystem.B.dylib 0x95a6089e thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000036 ebx: 0x1e2ced31 ecx: 0x186ad2ec edx: 0x31d1c000
    edi: 0x70747468 esi: 0x186ad2d0 ebp: 0xbfffdb08 esp: 0xbfffdad0
    ss: 0x0000001f efl: 0x00010202 eip: 0x1e2ced90 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x70747468
    Binary Images:
    0x1000 - 0x1b5fe7 com.apple.Safari 4.0.5 (6531.22.7) <179BBADD-7C49-EF3C-BD19-E988CCD9AE10> /Applications/Safari.app/Contents/MacOS/Safari
    0x7b0000 - 0x7b1ff7 ATSHI.dylib ??? (???) <B370C4CD-44F6-1241-EC63-F8F02A96275B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x17cf2000 - 0x17cf2ff7 com.apple.JavaPluginCocoa 13.1.0 (13.1.0) <C2C8B385-DB44-1D5E-5221-9ED1BA43930B> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x17cf7000 - 0x17cf7ff7 +com.yazsoft.SDEnhancer ??? (1.0) <D097E8D7-9F63-5D52-63BD-BEF66008B060> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/Resources/SpeedDownloadEnhancer.bundle/Contents/MacOS/Sp eedDownloadEnhancer
    0x17f00000 - 0x17f07ff7 com.apple.JavaVM 13.1.0 (13.1.0) <2842C4EE-869D-81E6-E771-062F583A1044> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x17f10000 - 0x17f15ff7 +com.yazsoft.browserplugin 2.1.0 (2.1.0) <A1E51B8B-864B-3FA5-3B75-103C417C23A0> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/MacOS/SpeedDownload Browser Plugin
    0x17f1a000 - 0x17f1eff7 +com.yazsoft.SDSFBundle ??? (1.0) <E6F89E95-F517-DCC0-822D-32531F4083C3> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/Resources/SpeedDownloadEnhancer.bundle/Contents/Resource s/SDSFBundle.bundle/Contents/MacOS/SDSFBundle
    0x18459000 - 0x185ccfe7 GLEngine ??? (???) <F0181B85-962E-508D-4912-056D87F8E96E> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1879e000 - 0x187c1fe7 GLRendererFloat ??? (???) <65E1E174-28E0-3FA9-E391-504891B69818> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1890c000 - 0x18d10fe7 libclh.dylib 3.1.1 C (3.1.1) <FBDA4CAC-EBB3-2129-7EE3-E8E9381974C9> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x18e90000 - 0x18e93ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x193c0000 - 0x193e9fe3 com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1994a000 - 0x19958fe7 libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <4C9CC2D9-2F13-4465-5447-2516FCD9255B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x19b80000 - 0x19b84ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <C36F9194-6DB6-0AA8-4839-71191EEBAC65> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x19b9d000 - 0x19bafff7 libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <C4E0D62B-4D1A-8DAD-D10B-2C055AA0479C> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1a111000 - 0x1a117ffb com.apple.audio.AppleHDAHALPlugIn 1.8.4 (1.8.4fc3) <89AF8F46-15E4-2066-BDDB-05E92C1368D4> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1bb57000 - 0x1bbacfdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1dc2a000 - 0x1dcdffe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x1e23d000 - 0x1e877ffb +com.macromedia.Flash Player.plugin 10.0.42 (1.0.4f348472) <266780DB-53C4-AAC8-30AF-F69306C5C030> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x343cf000 - 0x344defeb libmecab.1.0.0.dylib 2.0.0 (compatibility 2.0.0) <CBCAB9D0-A82E-9445-C3A6-B3A51E48E586> /usr/lib/libmecab.1.0.0.dylib
    0x70000000 - 0x700caffb com.apple.audio.units.Components 1.6.1 (1.6.1) <AEC44B68-A209-4093-36B0-7B740361249B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8f12c000 - 0x8f7b4fff com.apple.GeForceGLDriver 1.6.10 (6.1.0) <EFC80A22-4F62-3DFC-A391-738B2A8A4E56> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x9000eff7 libGL.dylib ??? (???) <EAD85409-9036-831B-C378-E50780305DA6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9000f000 - 0x9005fff7 com.apple.framework.familycontrols 2.0.1 (2010) <50E74916-19A5-F2FC-AB57-76F2C8DDF0A7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90060000 - 0x9018cfff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9018d000 - 0x901c3fff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x901c4000 - 0x901c5ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x902ad000 - 0x902f1fe7 com.apple.Metadata 10.6.3 (507.8) <53BB360A-1813-170D-827F-C1863EF15537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90327000 - 0x9045eff7 com.apple.CoreAUC 6.04.00 (6.04.00) <0551FB8D-0894-B40B-B924-4AF51E3648AF> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9045f000 - 0x90553ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x90554000 - 0x90591ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <830FED9E-3E24-004C-35D5-2C1273F79734> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90592000 - 0x905b3fe7 com.apple.opencl 12.1 (12.1) <1BCA4F60-E612-5C1B-EF50-A810D70CDF05> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x905b4000 - 0x905bfff7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <F914F427-98EA-98BC-923D-47274A90D441> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x905c0000 - 0x905deff7 com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x905df000 - 0x9067aff7 com.apple.ApplicationServices.ATS 4.1 (???) <22FCDB9B-B588-D602-3991-26A2E3C51E6E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90686000 - 0x909a2fe7 com.apple.RawCamera.bundle 2.3.2 (516) <9C1C6ED1-C392-6779-0D34-47E62EAF93BA> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x909c5000 - 0x90ddbff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90ddc000 - 0x90e10ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <5FEC74CA-1D3C-B6E3-E046-3970095C44BC> /usr/lib/libssl.0.9.8.dylib
    0x90e2a000 - 0x90e4eff7 libJPEG.dylib ??? (???) <EDA86712-F49C-760C-BE55-9B899A4A5D1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90e4f000 - 0x90f19fef com.apple.CoreServices.OSServices 357 (357) <764872C3-AE30-7F54-494D-4BA3CE4F4DFB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f1a000 - 0x90fb2fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91022000 - 0x91023ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91024000 - 0x91032fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <82B2C254-6F8D-7BEA-4C18-038E90CAE19B> /usr/lib/libz.1.dylib
    0x91033000 - 0x91076ff7 libGLU.dylib ??? (???) <CE02968E-930D-E63B-7B21-B87205F8B19A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x910c3000 - 0x9113dfef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91191000 - 0x911a6fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x914b0000 - 0x9155eff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x916a2000 - 0x916b6ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x916b7000 - 0x916b7ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x916b8000 - 0x91727ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91728000 - 0x9190afff com.apple.imageKit 2.0.3 (1.0) <56AE34CD-4406-8AA2-DDBF-DBF902BD0E0A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9190b000 - 0x91943ff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91944000 - 0x91982ff7 com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91983000 - 0x919befeb libFontRegistry.dylib ??? (???) <F50A60E1-3757-D007-A20D-A5504C17334C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x919cf000 - 0x91a2aff7 com.apple.framework.IOKit 2.0 (???) <69E4FE93-376C-565E-650F-04FAD213AA24> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91a2b000 - 0x91a3bff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x91a3c000 - 0x91a6cff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x91a7b000 - 0x91a81ff7 libCGXCoreImage.A.dylib 543.33.0 (compatibility 64.0.0) <DD359830-97D4-0CD4-8666-DFE450E8D633> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x91a82000 - 0x91a93ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91a9b000 - 0x91abdfef com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91abe000 - 0x91b2cff7 com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x91b2d000 - 0x91bddff3 com.apple.ColorSync 4.6.3 (4.6.3) <68B6A1B9-86CF-0C5A-7D63-56ED4BB2EB5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91bde000 - 0x91be4fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91be5000 - 0x91c24ff7 com.apple.ImageCaptureCore 1.0.1 (1.0.1) <A03C5D7E-54CD-D56D-E120-9B35EBC9D8F1> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x91c25000 - 0x91c58ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91c59000 - 0x91c91fe7 libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <9029FA55-4F07-28B9-C1B4-06AD70D8DC8A> /usr/lib/libcurl.4.dylib
    0x91c92000 - 0x92481537 com.apple.CoreGraphics 1.543.33 (???) <C57E2964-80AF-6346-6D3E-23AED9D26977> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92482000 - 0x924c3fe7 com.apple.MediaKit 10.2 (482) <C795AEBE-DCA8-1680-0100-C540FBC85B15> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x924c4000 - 0x924c7ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x924c8000 - 0x92539ff7 com.apple.AppleVAFramework 4.8.11 (4.8.11) <BDDDFA36-4B53-4B57-B3D4-427DA8226A80> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9253a000 - 0x9253aff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9253b000 - 0x9285bfeb com.apple.CoreServices.CarbonCore 861.6 (861.6) <D3D5D9F1-01ED-DCAD-6AA9-4ABE60C7A112> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9285c000 - 0x92865ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92866000 - 0x937b7fe7 com.apple.QuickTimeComponents.component 7.6.6 (1729) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x937b8000 - 0x9382fff3 com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93830000 - 0x9387dfeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9387e000 - 0x9394ffe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <0A608513-31AD-D533-8386-10245FD62057> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x93b16000 - 0x93b2eff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x93b2f000 - 0x93bc1fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93bc2000 - 0x93c08ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x93cb1000 - 0x93cb5ff7 libGIF.dylib ??? (???) <03880BA1-7A86-0F2B-617A-C66B1D05DD70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93cb6000 - 0x93cb6ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93cb7000 - 0x93ce1ff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x93ce2000 - 0x93d09ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93d7e000 - 0x93dfefeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93e07000 - 0x93eb4fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x93eb5000 - 0x93edbfff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x93edc000 - 0x93fb7fe7 com.apple.DesktopServices 1.5.5 (1.5.5) <ECEDFDF2-C40E-8DF0-F8FC-249CCA762E62> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x93fb8000 - 0x943edff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94472000 - 0x94492fe7 libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <03019DD7-993D-AC88-6636-179F92F315C4> /usr/lib/libresolv.9.dylib
    0x94493000 - 0x9449aff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9449b000 - 0x9459dfef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x9459e000 - 0x9460cff7 com.apple.ISSupport 1.9.3 (51) <9BB37FBA-E379-8D12-11C6-B9C5C9683D27> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9460d000 - 0x9473bfe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9473c000 - 0x94757ff7 libPng.dylib ??? (???) <929FE8EE-277D-F6EB-D672-E6F4CEBF1504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94758000 - 0x949c8ffb com.apple.Foundation 6.6.2 (751.21) <DA7A173A-4435-ECD6-F4AF-977D722FD2F7> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x949c9000 - 0x94a09ff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94a0a000 - 0x94a0fff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94a12000 - 0x94a15fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x94a16000 - 0x94af3ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x94af4000 - 0x94b9cffb com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94bbe000 - 0x9507bffb com.apple.VideoToolbox 0.484.5 (484.5) <DA9B4FA8-B91C-43AC-1D84-0BFF46BB5BCE> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x95081000 - 0x9508bfe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9508c000 - 0x9522afeb com.apple.JavaScriptCore 6531.22 (6531.22.5) <3FB9AF5B-17DD-D4C8-C7B1-4F79B404496E> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9522b000 - 0x953abfeb com.apple.MediaToolbox 0.484.5 (484.5) <6996E5E1-18B6-C734-8335-FE43670C1F9C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x953ac000 - 0x953fdff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9545f000 - 0x955a1fe3 com.apple.QTKit 7.6.6 (1729) <1EC021FB-AB8F-F8BF-0434-78C0A7B78EB2> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x955a2000 - 0x955acff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9565c000 - 0x95684ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x95704000 - 0x9577dff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9577e000 - 0x957bfff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <C6E50C7E-EBEE-32AF-FF07-8E325E21A838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x957c0000 - 0x95818fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9585a000 - 0x9593eff7 com.apple.WebKit 6531.22 (6531.22.7) <87C81D6F-77B1-C517-93E6-5DEF214326A7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9593f000 - 0x959a9fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x959aa000 - 0x959f3fe7 libTIFF.dylib ??? (???) <E45B169E-253E-E865-1501-97777D2702F2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x959f4000 - 0x959feffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x959ff000 - 0x95a03ff7 IOSurface ??? (???) <4B825ADA-8DBE-6BA2-1AB3-307D2C3AFCA8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x95a04000 - 0x95a04ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x95a32000 - 0x95bd7feb libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    0x95bd8000 - 0x95c3cffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x95c3d000 - 0x95e43feb com.apple.AddressBook.framework 5.0.1 (868) <2CCD7801-F3B8-CED3-D5D7-096AF8DC004D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95ffc000 - 0x9603aff7 com.apple.CoreMedia 0.484.5 (484.5) <35725D22-4549-5568-8E8C-62E0AD0E90F7> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96045000 - 0x96201ff3 com.apple.ImageIO.framework 3.0.2 (3.0.1) <CB39B067-58B8-70DB-3E40-160604664A6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9620d000 - 0x96229fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9622a000 - 0x9622aff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96291000 - 0x9633aff7 com.apple.CFNetwork 454.9.4 (454.9.4) <2F8B5BA5-099F-6CDA-F500-4CA188BBCDBC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9633b000 - 0x9633dff7 libRadiance.dylib ??? (???) <9358E1EF-F802-B76E-8E23-2D0695787CFB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x963b1000 - 0x966d5fef com.apple.HIToolbox 1.6.2 (???) <F5F99E78-5377-DD54-6138-9FC84467F938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x966d6000 - 0x96758ffb SecurityFoundation 36840.0.0 (compatibility 1.0.0) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96759000 - 0x96984ff3 com.apple.QuartzComposer 4.1 (156.13) <FE0BF06B-8D32-C712-7CCD-63D8918B8B6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96985000 - 0x96a8bff3 com.apple.DiskImagesFramework 10.6.3 (283) <25E58865-CC3A-8707-1C4C-F86ED1514A09> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x96a8c000 - 0x96acfff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96ad0000 - 0x96ad4ff7 libGFXShared.dylib ??? (???) <286F466C-2856-B579-B87F-4E9A35C80263> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x96ad5000 - 0x96c4effb com.apple.CoreFoundation 6.6.1 (550.19) <1E97FB1E-9E42-B8EB-E463-5C75315FDA31> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96c4f000 - 0x96c91ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x96c92000 - 0x96c9eff7 libkxld.dylib ??? (???) <13F26BB6-C2F7-9D74-933E-09AD8B509ECD> /usr/lib/system/libkxld.dylib
    0x96c9f000 - 0x96d58fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x96d59000 - 0x96d59ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96e0f000 - 0x96e23fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x96e24000 - 0x96ed4fe3 com.apple.QuickTimeImporters.component 7.6.6 (1729) <6C2372BA-69D9-E713-902F-95E16FD18EFD> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x96ed5000 - 0x96ed7ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96ed8000 - 0x96eeaff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <6BB58E90-21FA-C491-F0E4-54B69CCDBBC0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x96eeb000 - 0x96ef9ff7 com.apple.opengl 1.6.7 (1.6.7) <3C529790-DEE9-AC27-A879-806E4C23323C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96efa000 - 0x96f01ff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96f02000 - 0x96f58ff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x96f59000 - 0x96fb3fe7 com.apple.CorePDF 1.1 (1.1) <E4608FF6-A27D-7DFC-5620-D86762502AC0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x96fb4000 - 0x970c0ff7 libGLProgrammability.dylib ??? (???) <CA0A975B-2BEE-44E7-CFA6-8105CFE6FE00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x970c1000 - 0x9719cff7 com.apple.DiscRecording 5.0.3 (5030.4.2) <CC86EBA6-5E48-32C0-77AE-81479DFF6D4A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9719d000 - 0x9729efe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x9729f000 - 0x97598fef com.apple.QuickTime 7.6.6 (1729) <4C99ED7D-5A4B-E41E-602D-2D01A99168CD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x97599000 - 0x97e78ff7 com.apple.AppKit 6.6.5 (1038.29) <E76A05A6-27C6-DA02-0961-5C8EEDC5F0A7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x97f23000 - 0x97f2eff7 com.apple.CrashReporterSupport 10.6.3 (250) <E2835962-67A2-CA10-4016-467175851348> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x97f2f000 - 0x97f64ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <458E819A-4E3F-333E-28CE-671281B318D3> /usr/lib/libcups.2.dylib
    0x97f65000 - 0x97f65ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x97f66000 - 0x9807cff7 com.apple.PubSub 1.0.4 (65.12.1) <1B79C698-A2A1-6B74-A137-67516ABE088E> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9807d000 - 0x98083ff7 com.apple.DisplayServicesFW 2.2.2 (251) <D8BB3A1F-29C7-A957-C781-794CC9550525> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x98084000 - 0x980e5fe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x98164000 - 0x983c6ff3 com.apple.security 6.1.1 (37594) <1AC07F75-7E27-9662-21DA-B05DFF047B26> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x983c7000 - 0x983c8ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x983c9000 - 0x9840dff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9840f000 - 0x98440ff3 libTrueTypeScaler.dylib ??? (???) <4C189FCA-A210-7255-8F70-38DF9D19F877> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x98441000 - 0x987a8ff7 com.apple.QuartzCore 1.6.1 (227.18) <8A65F233-4C77-BA7C-5DDA-2423F5C1B7A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x987a9000 - 0x987acff7 libCoreVMClient.dylib ??? (???) <98CB96B1-85FE-25AF-AB19-ED061912FC3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x987ad000 - 0x987adff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x987ae000 - 0x987dfff7 libGLImage.dylib ??? (???) <AF110892-B10A-5B61-F898-21FB2BCE63BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x987eb000 - 0x988a1fef libFontParser.dylib ??? (???) <FA6B6B8B-1E3C-8EEB-DD0D-6C7482353179> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x988a2000 - 0x98a7dff3 libType1Scaler.dylib ??? (???) <13019E13-3A15-928F-3F13-B79BACB0FD13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x98a7e000 - 0x98a8bfe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6008C8AC-8DB1-B38B-52A9-9133533B0DA2> /usr/lib/libbz2.1.0.dylib
    0x98a8c000 - 0x98b7eff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7482933B-4AF6-ED55-AD72-4FBD1E134958> /usr/lib/libcrypto.0.9.8.dylib
    0x98b7f000 - 0x98bc5ffb com.apple.CoreMediaIOServices 130.0 (1035) <397101F4-BA80-C8C2-F816-E2FBE5E15D4F> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x98be6000 - 0x98be9ff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <69BE578C-A364-A150-35E3-53EE00F56F05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x98bea000 - 0x98bfaff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x98c19000 - 0x98d9bfe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <96A45E03-2B29-83EB-0FC6-2C932E398722> /usr/lib/libicucore.A.dylib
    0x98d9c000 - 0x98e39fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x98e3a000 - 0x98e4aff3 SyndicationUI ??? (???) <180B4587-8F46-2B89-B009-ABBA82397C2F> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x98e4b000 - 0x98e4bff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x98e4c000 - 0x98e59ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98e5a000 - 0x9968dfe7 com.apple.WebCore 6531.22 (6531.22.7) <952A0D34-63F5-F7F7-D6E5-D0AD78002F89> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <4FB5CEEB-8D3E-8C57-1718-81D7CAFBFE69> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <A23F9980-5CC8-A44D-6FD6-DBFCBFF4FF28> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib

  • Frequent kernel panics/crashes on mid-2012 13" MBP

    For several months I've been experiencing frequent kernel panics on my MBP. It can occur at anytime and is seemingly random. Sometimes I get green lines on the screen when it freezes, before it reboots itself or I am forced to do it myself.
    The MBP is the 13" mid-2012 model (Yosemite 10.10.3)
    2.9Ghz Intel Core i7
    8 GB 1600 MHz DDR3
    Intel HD Graphics 4000 1024 MB
    I've already taken the MBP to the Genius bar recently, and they completely reinstalled Yosemite for me, wiping everything off it and starting from scratch. For a day or so it was fine, before the problems started occurring again.
    Sometimes when it's rebooting, it fails during this and reboots all over again.
    I've been reading the forums for a while, looking for people who have similar issues, and so I've already got the log here through Terminal, hopefully this helps in identifying my problem(s):
    Start time: 14:17:54 04/18/15
    Revision: 1295
    Model Identifier: MacBookPro9,2
    System Version: OS X 10.10.3 (14D136)
    Kernel Version: Darwin 14.3.0
    Time since boot: 4:01
    UID: 501
    Battery
        Cycle Count: 1019
    Energy (sampled)
        WindowServer (UID 88): 6.28
    Diagnostic reports
        2015-04-09 com.apple.WebKit.WebContent crash x3
        2015-04-09 networkd crash x3
        2015-04-10 Kernel panic
        2015-04-10 networkd crash x9
        2015-04-13 WindowServer crash x2
        2015-04-13 com.apple.WebKit.WebContent crash x2
        2015-04-13 networkd crash x2
        2015-04-14 Google Chrome Helper crash
        2015-04-14 Kernel panic
        2015-04-14 com.apple.WebKit.WebContent crash x18
        2015-04-14 networkd crash x3
        2015-04-17 com.apple.AmbientDisplayAgent crash
        2015-04-17 com.apple.WebKit.WebContent crash
        2015-04-18 com.apple.WebKit.WebContent crash x12
        2015-04-18 hidd crash
        2015-04-18 networkd crash
    HID errors: 26
    Shutdown codes
        -112 1
        -62 15
    Kernel log
        Apr 13 09:05:10 Sleep failure code 0x00000bc4 0x14006500
        Apr 13 21:48:02 SerialATAPI device reconfiguration did not complete successfully.  (failedCommandInfo = 0x1)
        Apr 14 08:48:26 Limiting closed port RST response from 272 to 250 packets per second
        Apr 14 17:34:59 Limiting closed port RST response from 269 to 250 packets per second
        Apr 14 22:41:03 Limiting closed port RST response from 295 to 250 packets per second
        Apr 14 23:00:30 Limiting closed port RST response from 266 to 250 packets per second
        Apr 15 11:18:47 Sleep failure code 0x00000840 0x27006900
        Apr 15 11:19:42 0xffffff803c824960) triggered DYLD shared region unnest for map: 0xffffff803c824960, region 0x7fff95400000->0x7fff95600000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Apr 15 16:00:52 Sleep failure code 0x00000000 0x28006900
        Apr 16 00:40:13 Limiting closed port RST response from 300 to 250 packets per second
        Apr 16 00:42:01 Limiting closed port RST response from 252 to 250 packets per second
        Apr 16 00:43:31 Limiting closed port RST response from 280 to 250 packets per second
        Apr 16 19:10:39 Limiting closed port RST response from 685 to 250 packets per second
        Apr 16 19:14:48 Limiting closed port RST response from 523 to 250 packets per second
        Apr 16 19:17:40 Limiting closed port RST response from 455 to 250 packets per second
        Apr 16 21:29:30 SerialATAPI device reconfiguration did not complete successfully.  (failedCommandInfo = 0x1)
        Apr 17 00:24:13 firefox (map: 0xffffff8031fbce10) triggered DYLD shared region unnest for map: 0xffffff8031fbce10, region 0x7fff94000000->0x7fff94200000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
        Apr 17 10:34:24 proc 672: load code signature error 4 for file "RdrCEF Helper"
        Apr 17 10:34:24 proc 673: load code signature error 4 for file "RdrCEF Helper"
    System log
        Apr 18 14:06:42 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-092946_Jamess-MacBook-Pro.crash
        Apr 18 14:06:42 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-092947_Jamess-MacBook-Pro.crash
        Apr 18 14:06:42 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-092952_Jamess-MacBook-Pro.crash
        Apr 18 14:06:42 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-092953-1_Jamess-MacBook-Pro.crash
        Apr 18 14:06:42 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-092953_Jamess-MacBook-Pro.crash
        Apr 18 14:06:42 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-100859_Jamess-MacBook-Pro.crash
        Apr 18 14:06:42 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-134943_Jamess-MacBook-Pro.crash
        Apr 18 14:06:42 SubmitDiagInfo: Failed to submit problem report file:///Library/Logs/DiagnosticReports/hidd_2015-04-18-093006_Jamess-MacBook-Pr o.crash
        Apr 18 14:06:42 SubmitDiagInfo: Failed to submit problem report file:///Library/Logs/DiagnosticReports/networkd_2015-04-18-102718_Jamess-MacBoo k-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Connection to https://radarsubmissions.apple.com/submit failed. statusCode: 500 error: (null)
        Apr 18 14:16:50 SubmitDiagInfo: Error while submitting usage and diagnostic messages. SubmitDiagInfo failed to submit diagnostic messages
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-17-094346_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-17-143603_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-17-143615_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-17-154139_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-092946-1_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-092946_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-092947_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-092952_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-092953-1_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-092953_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-100859_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Users/USER/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_2 015-04-18-134943_Jamess-MacBook-Pro.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Library/Logs/DiagnosticReports/hidd_2015-04-18-093006_Jamess-MacBook-Pr o.crash
        Apr 18 14:16:50 SubmitDiagInfo: Failed to submit problem report file:///Library/Logs/DiagnosticReports/networkd_2015-04-18-102718_Jamess-MacBoo k-Pro.crash
    launchd log
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCTimeSta mpingService.xpc, error = 1: Operation not permitted
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCSer vices/DataDetectorsDynamicData.xpc, error = 1: Operation not permitted
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XP CServices/com.apple.SpeechRecognitionCore.brokerd.xpc, error = 1: Operation not permitted
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedSer viceRunner.xpc, error = 1: Operation not permitted
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/XPCServices/com.apple.DictionaryServiceHelper.x pc, error = 1: Operation not permitted
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/IOKit.framework/Versions/A/XPCServices/IOServiceAuth orizeAgent.xpc, error = 1: Operation not permitted
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Failed to bootstrap path: path = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/XPCKeychai nSandboxCheck.xpc, error = 1: Operation not permitted
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/Frameworks/AppKit.framework/Versions/C/XPCServices/SandboxedSer viceRunner.xpc/Contents/MacOS/SandboxedServiceRunner error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/XP CServices/com.apple.SpeechRecognitionCore.brokerd.xpc/Contents/MacOS/com.apple.S peechRecognitionCore.brokerd error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/XPCSer vices/DataDetectorsDynamicData.xpc/Contents/MacOS/DataDetectorsDynamicData error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.pid.SecurityAgent.205: Path not allowed in target domain: type = uid, path = /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/XPCServices/ com.apple.geod.xpc/Contents/MacOS/com.apple.geod error = 1: Operation not permitted, origin = /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.user.200: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:28 com.apple.xpc.launchd.domain.user.200: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:30 com.apple.xpc.launchd.domain.user.89: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:30 com.apple.xpc.launchd.domain.user.89: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:44 com.apple.xpc.launchd.domain.user.92: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:44 com.apple.xpc.launchd.domain.user.92: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:45 com.apple.xpc.launchd.domain.user.501: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:45 com.apple.xpc.launchd.domain.user.501: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:45 com.apple.xpc.launchd.user.501.100005.Aqua: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:45 com.apple.xpc.launchd.user.501.100005.Aqua: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:46 com.apple.xpc.launchd.domain.user.202: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:46 com.apple.xpc.launchd.domain.user.202: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:49 com.apple.xpc.launchd.domain.user.55: Could not read path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
        Apr 18 10:17:49 com.apple.xpc.launchd.domain.user.55: Failed to bootstrap path: path = /Library/LaunchAgents/com.oracle.java.Java-Updater.plist, error = 2: No such file or directory
    Console log
        Apr 13 21:40:28 ReportCrash: Too many crashes in rapid succession! No crash report being written for pid 1024
    System services loaded
        com.adobe.ARMDC.Communicator
        com.adobe.ARMDC.SMJobBlessHelper
        com.adobe.fpsaud
        com.apple.networkd
        - status: -11
        com.apple.nsurlsessiond_privileged
        - status: 1
        com.apple.spindump
        - status: 75
        com.apple.watchdogd
        org.macosforge.xquartz.privileged_startx
    System services disabled
        com.apple.NetBootClientHelper
    Login services loaded
        com.apple.nsurlsessiond
        - status: 1
        com.bittorrent.BitTorrent
        com.google.keystone.user.agent
        com.kodak.BonjourAgent
        com.spotify.webhelper
        org.macosforge.xquartz.startx
    User login items
        Flux
        - /Applications/Flux.app
    Safari extensions
        AdBlock
        - com.betafish.adblockforsafari
        YouTube Center Developer Build
        - dk.yeppha.ytcenter
    iCloud errors
        comapple.CloudPhotosConfiguration 22
        cloudphotosd 19
        Mail 6
        Finder 3
        CallHistorySyncHelper 3
        comapple.InputMethodKit.UserDictionary 1
        cloudd 1
        Spotlight 1
    Continuity errors
        lsuseractivityd 130
        sharingd 31
    Restricted files: 7
    Lockfiles: 1
    Contents of /Library/LaunchAgents/com.kodak.BonjourAgent.plist
        - mod date: Sep 21 07:39:00 2012
        - checksum: 2625351456
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Kodak Version</key>
        <string>7.1.6.10</string>
        <key>Label</key>
        <string>com.kodak.BonjourAgent</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Printers/Kodak/AiO_Printers/KodakAiOBonjourAgent.app/Contents/ MacOS/KodakAiOBonjourAgent</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
        - mod date: Aug 11 22:52:54 2014
        - checksum: 2451978492
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>org.macosforge.xquartz.startx</string>
        <key>ProgramArguments</key>
        <array>
        <string>/opt/X11/lib/X11/xinit/launchd_startx</string>
        <string>/opt/X11/bin/startx</string>
        <string>--</string>
        <string>/opt/X11/bin/Xquartz</string>
        </array>
        <key>Sockets</key>
        <dict>
        <key>org.macosforge.xquartz:0</key>
        <dict>
        <key>SecureSocketWithKey</key>
        <string>DISPLAY</string>
        </dict>
        </dict>
        <key>ServiceIPC</key>
        <true/>
        <key>EnableTransactions</key>
        <true/>
        ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.adobe.ARMDC.Communicator.plist
        - mod date: Apr  8 19:08:28 2015
        - checksum: 3887726299
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARMDC.Communicator</string>
        <key>MachServices</key>
        <dict>
        <key>com.adobe.ARMDC.Communicator</key>
        <true/>
        </dict>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.adobe.ARMDC.Communicator</string>
        </array>
        </dict>
        </plist>
    Contents of /Library/LaunchDaemons/com.adobe.ARMDC.SMJobBlessHelper.plist
        - mod date: Apr  8 19:08:28 2015
        - checksum: 930028549
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARMDC.SMJobBlessHelper</string>
        <key>MachServices</key>
        <dict>
        <key>com.adobe.ARMDC.SMJobBlessHelper</key>
        <true/>
        </dict>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.adobe.ARMDC.SMJobBlessHelper</string >
        </array>
        </dict>
        </plist>
    Contents of /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
        - empty
        - mod date: Apr  8 17:47:58 2015
        - checksum: 4294967295
        [N/A]
    Contents of /System/Library/LaunchDaemons/com.apple.NetBootClientHelper.plist
        - mod date: Jan 31 18:26:47 2015
        - checksum: 601108312
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>Label</key>
        <string>com.apple.NetBootClientHelper</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/sbin/NetBootClientHelper</string>
        <string>-setSharingNames</string>
        <string>-resetLocalKDC</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /System/Library/LaunchDaemons/org.apache.httpd.plist
        - mod date: Apr  8 20:16:32 2015
        - checksum: 3012644940
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>org.apache.httpd</string>
        <key>EnvironmentVariables</key>
        <dict>
        <key>XPC_SERVICES_UNAVAILABLE</key>
        <string>1</string>
        </dict>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/sbin/httpd-wrapper</string>
        <string>-D</string>
        <string>FOREGROUND</string>
        </array>
        <key>OnDemand</key>
        <false/>
        </dict>
        </plist>
    Contents of /private/etc/ssh_config
        - mod date: Apr 10 00:48:12 2015
        - checksum: 2841432291
         Host *
           SendEnv LANG LC_*
        Host *
            XAuthLocation /opt/X11/bin/xauth
    Contents of /private/etc/sshd_config
        - mod date: Apr 10 00:48:12 2015
        - checksum: 2518667249
        SyslogFacility AUTHPRIV
        AuthorizedKeysFile .ssh/authorized_keys
        UsePrivilegeSeparation sandbox # Default for new installations.
        AcceptEnv LANG LC_*
        Subsystem sftp /usr/libexec/sftp-server
        XAuthLocation /opt/X11/bin/xauth
    Contents of Library/LaunchAgents/com.bittorrent.BitTorrent.plist
        - mod date: Apr  8 16:23:26 2015
        - checksum: 4092591536
        <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd> <plist version="1.0"> <dict> <key>Label</key> <string>com.bittorrent.BitTorrent</string> <key>ProgramArguments</key> <array>  <string>/usr/bin/open</string>  <string>-W</string>  <string>-a</string>  <string>/Applications/BitTorrent.app</string> </array> <key>KeepAlive</key> <false/> <key>LaunchOnlyOnce</key> <true/> </dict> </plist>
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
        - mod date: Apr  8 16:26:52 2015
        - checksum: 1460605466
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
          <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
          <string>-runMode</string>
          <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.spotify.webhelper.plist
        - mod date: Apr 11 01:30:32 2015
        - checksum: 3672790637
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
         <key>Label</key>
         <string>com.spotify.webhelper</string>
         <key>KeepAlive</key>
         <dict>
          <key>NetworkState</key>
          <true/>
         </dict>
         <key>RunAtLoad</key>
         <true/>
         <key>Program</key>
         <string>/Users/USER/Library/Application Support/Spotify/SpotifyWebHelper</string>
         <key>SpotifyPath</key>
         <string>/Applications/Spotify.app</string></dict>
        </plist>
    Applications
        /Applications/Utilities/XQuartz.app
        - org.macosforge.xquartz.X11
        /Applications/ps3muxer.app
        - com.clark15b.ps3muxer
        /Library/Application Support/Adobe/ARMDC/Application/Adobe Acrobat Updater.app
        - com.adobe.ARMDC
        /Library/Image Capture/Devices/KODAK AiO Scan Driver.app
        - com.kodak.KodakAiOScanDriver
        /Library/Image Capture/Devices/Kodak AiO2 Scan Driver.app
        - com.kodak.KODAK AiO2 Scan Driver
        /Library/Printers/Kodak/AiO_Printers/AiOFirmwareUpdater.app
        - com.kodak.KODAK AiO Firmware Updater
        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Home Center.app
        - com.kodak.Kodak Home Center
        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Scan.app
        - com.kodak.KODAK AiO Scan
        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Software Updater.app
        - com.kodak.KODAK AiO Software Updater
        /Library/Printers/Kodak/AiO_Printers/KODAK AiO Uninstall.app
        - com.kodak.EasyShareAiOSeriesUninstaller
        /Library/Printers/Kodak/AiO_Printers/Kodak ESP 3 Camera Connection.app
        - com.kodak.AiOPictbridgeMgr
        /Library/Printers/Kodak/AiO_Printers/KodakAiOBonjourAgent.app
        - N/A
        /Library/Printers/Kodak/AiO_Printers/Registration.app
        - com.kodak.Registration
        /Library/Printers/Kodak/AiO_Printers/Tron/AiO2Driver.app
        - com.kodak.aioprinter.cupsfilter
        /Library/Printers/Kodak/AiO_Printers/Tron/Commander.app
        - com.aioprinter.commander
        /Library/Printers/Kodak/AiO_Printers/Utilities/ICA Scan To.app
        - com.kodak.AiOscanning
        /Library/Printers/Kodak/AiO_Printers/Utilities/Twain Scan To.app
        - com.Kodak.AiOscan
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_apdfllckaahabafndbhieahigkjlhalf/Default apdfllckaahabafndbhieahigkjlhalf.app
        - com.google.Chrome.app.Default-apdfllckaahabafndbhieahigkjlhalf-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_blpcfgokakmgnkcojhhkbfbldkacnbeo/Default blpcfgokakmgnkcojhhkbfbldkacnbeo.app
        - com.google.Chrome.app.Default-blpcfgokakmgnkcojhhkbfbldkacnbeo-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_coobgpohoikkiipiblmjeljniedjpjpf/Default coobgpohoikkiipiblmjeljniedjpjpf.app
        - com.google.Chrome.app.Default-coobgpohoikkiipiblmjeljniedjpjpf-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_pjkljhegncpnkpknbcohdijeoejaedia/Default pjkljhegncpnkpknbcohdijeoejaedia.app
        - com.google.Chrome.app.Default-pjkljhegncpnkpknbcohdijeoejaedia-internal
    PrefPane
        /Library/PreferencePanes/Flash Player.prefPane
        - com.adobe.flashplayerpreferences
    Bundles
        /Library/Internet Plug-Ins/AdobePDFViewer.plugin
        - com.adobe.acrobat.pdfviewer
        /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
        - com.adobe.acrobat.pdfviewerNPAPI
        /Library/Internet Plug-Ins/Flash Player.plugin
        - com.macromedia.Flash Player.plugin
    Library paths
        /Library/Application Support/Adobe/ARMDC/Application/AcrobatUpdateHelperLib.dylib
        /Library/Application Support/Adobe/ARMNext/Application/AcrobatUpdateHelperLib.dylib
        /Users/USER/Library/Application Support/Firefox/Profiles/w4dn7h3y.default/gmp-gmpopenh264/1.3/libgmpopenh264.dy lib
        /Users/USER/Library/Application Support/Google/Chrome/WidevineCDM/1.4.7.796/_platform_specific/mac_x64/libwidev inecdm.dylib
        /opt/X11/lib/libAppleWM.7.dylib
        /opt/X11/lib/libFS.6.dylib
        /opt/X11/lib/libGL.1.dylib
        /opt/X11/lib/libGLU.1.dylib
        /opt/X11/lib/libICE.6.dylib
        /opt/X11/lib/libOSMesa.8.dylib
        /opt/X11/lib/libOpenVG.1.dylib
        /opt/X11/lib/libSM.6.dylib
        /opt/X11/lib/libX11-xcb.1.dylib
        /opt/X11/lib/libX11.6.dylib
        /opt/X11/lib/libXRes.1.dylib
        /opt/X11/lib/libXTrap.6.dylib
        /opt/X11/lib/libXau.6.dylib
        /opt/X11/lib/libXaw3d.8.dylib
        /opt/X11/lib/libXaw6.6.dylib
        /opt/X11/lib/libXaw7.7.dylib
        /opt/X11/lib/libXaw8.8.dylib
        /opt/X11/lib/libXcomposite.1.dylib
        /opt/X11/lib/libXcursor.1.dylib
        /opt/X11/lib/libXdamage.1.dylib
        /opt/X11/lib/libXdmcp.6.dylib
        /opt/X11/lib/libXevie.1.dylib
        /opt/X11/lib/libXext.6.dylib
        /opt/X11/lib/libXfixes.3.dylib
        /opt/X11/lib/libXfont.1.dylib
        /opt/X11/lib/libXfontcache.1.dylib
        /opt/X11/lib/libXft.2.dylib
        /opt/X11/lib/libXi.6.dylib
        /opt/X11/lib/libXinerama.1.dylib
        /opt/X11/lib/libXmu.6.dylib
        /opt/X11/lib/libXmuu.1.dylib
        /opt/X11/lib/libXp.6.dylib
        /opt/X11/lib/libXplugin.1.dylib
        /opt/X11/lib/libXpm.4.dylib
        /opt/X11/lib/libXrandr.2.dylib
        /opt/X11/lib/libXrender.1.dylib
        /opt/X11/lib/libXss.1.dylib
        /opt/X11/lib/libXt.6.dylib
        /opt/X11/lib/libXtst.6.dylib
        /opt/X11/lib/libXv.1.dylib
        /opt/X11/lib/libXvMC.1.dylib

    Here is the latest kernel panic:
    Mon Apr 13 09:05:08 2015
    *** Panic Report ***
    panic(cpu 2 caller 0xffffff800e217cc2): Kernel trap at 0xffffff800e659c54, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000080, CR3: 0x00000000110e4000, CR4: 0x00000000001626e0
    RAX: 0x0000000000000000, RBX: 0xffffff7f8efb79b0, RCX: 0xffffff7f8efb79b0, RDX: 0xffffff810f7d5088
    RSP: 0xffffff81188ebce0, RBP: 0xffffff81188ebcf0, RSI: 0xffffff7f8efb79b0, RDI: 0x0000000000000080
    R8:  0x0000000000989000, R9:  0xffffff810f7d5068, R10: 0x000003aac833c38b, R11: 0x000003aac79b338b
    R12: 0xffffff80dee94000, R13: 0xffffff7f8efb79b0, R14: 0x0000000000000080, R15: 0xffffff80dee94000
    RFL: 0x0000000000010202, RIP: 0xffffff800e659c54, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000080, Error code: 0x0000000000000000, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff81188eb990 : 0xffffff800e12bda1
    0xffffff81188eba10 : 0xffffff800e217cc2
    0xffffff81188ebbd0 : 0xffffff800e234b73
    0xffffff81188ebbf0 : 0xffffff800e659c54
    0xffffff81188ebcf0 : 0xffffff7f8efad920
    0xffffff81188ebd40 : 0xffffff800e6d6d0e
    0xffffff81188ebda0 : 0xffffff7f8ef83e86
    0xffffff81188ebe00 : 0xffffff7f8ef82809
    0xffffff81188ebe50 : 0xffffff800e6c42b3
    0xffffff81188ebee0 : 0xffffff800e6bcce7
    0xffffff81188ebf00 : 0xffffff800e15e759
    0xffffff81188ebfb0 : 0xffffff800e2125b7
          Kernel Extensions in backtrace:
             com.apple.driver.AppleUSBEHCI(705.4.14)[376DD4D7-6DAD-3199-8A03-B9D57C4B9315]@0 xffffff7f8ef9f000->0xffffff7f8efb7fff
                dependency: com.apple.iokit.IOUSBFamily(720.4.4)[0D6EABE6-1CC7-348C-8BE2-AF04F66722BF]@0xff ffff7f8ed40000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[52E715FC-521D-3869-B2EA-5228FA4BEA34]@0xffffff 7f8e924000
             com.apple.driver.AppleUSBHub(705.4.2)[461E6324-E42F-3AEB-90B2-A20BBC878569]@0xf fffff7f8ef7c000->0xffffff7f8ef97fff
                dependency: com.apple.iokit.IOUSBFamily(720.4.4)[0D6EABE6-1CC7-348C-8BE2-AF04F66722BF]@0xff ffff7f8ed40000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    14D131
    Kernel version:
    Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64
    Kernel UUID: 4B3A11F4-77AA-3D27-A22D-81A1BC5B504D
    Kernel slide:     0x000000000de00000
    Kernel text base: 0xffffff800e000000
    __HIB  text base: 0xffffff800df00000
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 4032028351202
    last loaded kext at 50908939563: com.apple.driver.AudioAUUC 1.70 (addr 0xffffff7f8ffe1000, size 32768)
    last unloaded kext at 191641182121: com.apple.driver.AirPort.Brcm4331 800.20.24 (addr 0xffffff7f8fbe3000, size 2043904)
    loaded kexts:
    com.apple.driver.AudioAUUC 1.70
    com.apple.driver.AGPM 110.19.5
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.3.4f4
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 272.18
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.driver.AppleMikeyDriver 272.18
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.4f4
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleSMCLMU 2.0.7d0
    com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0
    com.apple.driver.AppleIntelHD4000Graphics 10.0.6
    com.apple.driver.AppleIntelFramebufferCapri 10.0.6
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleBacklight 170.7.4
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 327.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 36
    com.apple.iokit.SCSITaskUserClient 3.7.5
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.7.1
    com.apple.iokit.AppleBCM5701Ethernet 10.1.3
    com.apple.driver.AirPort.Brcm4360 930.37.3
    com.apple.driver.AppleSDXC 1.6.5
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.driver.AppleFWOHCI 5.5.2
    com.apple.driver.AppleUSBEHCI 705.4.14
    com.apple.driver.AppleAHCIPort 3.1.2
    com.apple.driver.AppleUSBXHCI 710.4.11
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.DspFuncLib 272.18
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.driver.AppleHDAController 272.18
    com.apple.iokit.IOHDAFamily 272.18
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.4f4
    com.apple.iokit.IOBluetoothFamily 4.3.4f4
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.9.1d7
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0
    com.apple.iokit.IOSurface 97.4
    com.apple.iokit.IOAcceleratorFamily2 156.14
    com.apple.AppleGraphicsDeviceControl 3.10.22
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.driver.AppleSMC 3.1.9
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleUSBMultitouch 245.2
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.5
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.5
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.iokit.IO80211Family 730.60
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.2
    com.apple.iokit.IOFireWireFamily 4.5.6
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.iokit.IOUSBFamily 720.4.4
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 396
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    System Profile:
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (7.15.166.24.3)
    Bluetooth: Version 4.3.4f4 15601, 3 services, 18 devices, 1 incoming serial ports
    Thunderbolt Bus: MacBook Pro, Apple Inc., 25.1
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142353237334448302D434B302020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142353237334448302D434B302020
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: IR Receiver
    Serial ATA Device: APPLE HDD HTS541075A9E662, 750.16 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i7, 2.9 GHz, 8 GB, SMC 2.2f44
    Network Service: Wi-Fi, AirPort, en1
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
    There are also several other error logs in there too, such as "networkd" errors, "com.apple.WebKit.WebContent" errors (experiencing these a lot with Safari), so please let me know if you'd like me to post some of these too.
    Thanks for your time.

  • Frequent Photoshop CS4  Crashes in 10.5.8

    I would love some help with the crashes I’m having when using Photoshop CS4 (11.0.1). I am rock solid with Photoshop CS3 (10.0.1) on my system, by the way.
    I am running a Mac Pro 2 x 2.26 GHz Quad-Core Intel Xeon with 8 GB of RAM with the ATI Radeon HD 4870 on OS X 10.5.8
    Dual monitor set-up, Wacom tablet with latest driver.
    Frequently and randomly Photoshop CS4 will hang or sometimes just poof, disappear. The crashes don’t appear to be associated with a particular activity in Photoshop.
    I see that there is currently no way to attach files here, so here’s an external link to a few recent crash logs:
    Link
    Any insight would be much appreciated.

    I've had similar crashes since 10.5.0 and CS3 that followed over to CS4-10.5.8 and then to 10.6.2 (I don't have anything going on right now to test Ps under 10.6.3, but I am using 10.6.3-CS4 now and hoping the problems have been fixed).
    Mac Pros running CS3-CS4 10.5-10.6 with more than one monitor seem to be more prone to the crashes.
    I run three monitors on two matching OEM Apple cards including an Apple 30" which also may be a problem that contributes to the crashers.
    If you do a lot of keeping multiple Ps windows open and dragging layers across windows from the Layers Pallet (like I used to do a lot of), several people recommended NOT dragging layers to windows from the Layers Pallet (only drag layers from window to window) — this reduced my crashers under 10.5.8-CS4, but has not eliminated them...
    If you are hitting my crashers, you will also see problems associated with merely moving Layers up-down in the Layers Pallet (I don't know how to work around that one when you need to move a layer).

  • Frequent Oracle*Reports crashes

    Frequent crashes causes Oracle*Reports to be almost unusable. I am using Report Builder v6.0.8.25.0, a very recent patch set. The crashes are not repeatable, i.e. they cannot be reproduced with a rehearsed set of mouse clicks. But nearly all have to do with moving back and forth between the data wizard.
    Moving to Reports 9i was such a disaster that it was decided to return to 6i. I don't need the features in 9i so this isn't an issue.
    What can I do to capture more meaningful data on these crashes?

    The following is from a recent crash:
    Error Signature
    AppName: rwbld60.exe
    AppVer: 3.0.0.0
    ModName: obx60.dll
    ModVer: 0.0.0.0
    Offset: 0014aa64
    Exception Information:
    Code: 0xc0000005
    Flags: 0x00000000
    Record: 0x000000000000000000
    Address: 0x0000000004b4aa64

  • Frequent sleep/wake crashes with OS X Mavericks

    My mid-2012 MacBook Pro will frequently crash when I open the computer. This has been happening ever since I upgraded to OS X Mavericks, but I have just been dealing with it since then. The final straw was losing an important program I had been working on when I neglected to save before closing my laptop.
    The crashes occur seemingly randomly, although they are far more likely to occur if I've left the computer closed for >~15 minutes. An interesting thing about this is my display does not turn off when the computer is closed; I can still see the light from the display if I look through the air vents in the back of the computer.
    I have tried resetting my SMC, updating applications, and repairing the disk, but nothing seems to work. I was thinking it might be a problem with display sleep times, but I think there's more to it than that.
    I'm including two logs from different times that the crash occurred. I apologize in advanced for all of the unnecessary lines, but at least I shouldn't miss anything this way. I've omitted the domain of the network I'm on, as well as my username, but that's all the editing that has been done.
    Log 1:
    http://pastebin.com/C6HVjix0
    Log 2:
    http://pastebin.com/aEzFHS2N
    If any more information is required, I'm happy to provide it. If I can't find a solution, I'll just try downgrading to Mountain Lion (Though it is a pain to do so.)

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • IOS SIGSEGV crash in 17.0.0.124

    I'm getting this crash with 124 (and I don't think it ever happened with 123, but I may just have been passing in different parameters).  Anybody know whats going on?
    Incident Identifier: 18A41DC7-6FA7-4E34-B1C8-21B893F302C9
    CrashReporter Key:   cb0bd8f3a81ba9c63cd6bf651670c06577034811
    Hardware Model:      iPad3,1
    Process:             Writing [2649]
    Path:                /private/var/mobile/Containers/Bundle/Application/17F541DB-06B1-40FF-A0A8-1A57F1B4DE37/Wr iting.app/Writing
    Identifier:          com.toolwire.WritingILUs
    Version:             1.0.0 (1.0)
    Code Type:           ARM (Native)
    Parent Process:      launchd [1]
    Date/Time:           2015-03-26 09:58:42.769 -0700
    Launch Time:         2015-03-26 09:51:13.567 -0700
    OS Version:          iOS 8.1.3 (12B466)
    Report Version:      105
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Subtype: KERN_INVALID_ADDRESS at 0x0000003c
    Triggered by Thread:  0
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   Writing                           0x02016916 0x4e000 + 33327382
    1   Writing                           0x0146580c 0x4e000 + 21067788
    2   Writing                           0x0146580c 0x4e000 + 21067788
    3   Writing                           0x0146a63c 0x4e000 + 21087804
    4   Writing                           0x01feec4c 0x4e000 + 33164364
    5   Writing                           0x02003aaa 0x4e000 + 33249962
    6   Writing                           0x01fc4654 0x4e000 + 32990804
    7   Writing                           0x01499794 0x4e000 + 21280660
    8   Writing                           0x014982b0 0x4e000 + 21275312
    9   Writing                           0x01feec4c 0x4e000 + 33164364
    10  Writing                           0x02003d06 0x4e000 + 33250566
    11  Writing                           0x02003aaa 0x4e000 + 33249962
    12  Writing                           0x01d0ff30 0x4e000 + 30154544
    13  Writing                           0x01d0f58c 0x4e000 + 30152076
    14  Writing                           0x01d1263c 0x4e000 + 30164540
    15  Writing                           0x01b1bd48 0x4e000 + 28106056
    16  Writing                           0x01feec4c 0x4e000 + 33164364
    17  Writing                           0x02003d06 0x4e000 + 33250566
    18  Writing                           0x02003aaa 0x4e000 + 33249962
    19  Writing                           0x01dd9114 0x4e000 + 30978324
    20  Writing                           0x01c6e944 0x4e000 + 29493572
    21  Writing                           0x01c6a9f4 0x4e000 + 29477364
    22  Writing                           0x01c6f004 0x4e000 + 29495300
    23  Writing                           0x01bffcc8 0x4e000 + 29039816
    24  Writing                           0x01c007f0 0x4e000 + 29042672
    25  Writing                           0x01b35220 0x4e000 + 28209696
    26  QuartzCore                        0x26a79ae6 0x26a1f000 + 371430
    27  QuartzCore                        0x26a7994e 0x26a1f000 + 371022
    28  IOMobileFramebuffer               0x2b33182c 0x2b32c000 + 22572
    29  IOKit                             0x24a881ea 0x24a84000 + 16874
    30  CoreFoundation                    0x23b143a2 0x23a56000 + 779170
    31  CoreFoundation                    0x23b247f0 0x23a56000 + 845808
    32  CoreFoundation                    0x23b2478a 0x23a56000 + 845706
    33  CoreFoundation                    0x23b22dac 0x23a56000 + 839084
    34  CoreFoundation                    0x23a6fb2c 0x23a56000 + 105260
    35  CoreFoundation                    0x23a6f93e 0x23a56000 + 104766
    36  GraphicsServices                  0x2ae2404c 0x2ae1b000 + 36940
    37  UIKit                             0x27061f1c 0x26ff4000 + 450332
    38  Writing                           0x01c2b244 0x4e000 + 29217348
    39  Writing                           0x02095610 0x4e000 + 33846800
    .... lots of other stuff

    I have also encountered this issue with booleans in a project. I am currently trying to find which AIR revision it occurred in.
    I didn't try that minimal repro test, but the circumstances are identical to what I have encountered in my code. I was able to get something that corrected the issues in the places I was using it in, with something similar to :
    var value:Boolean = !Boolean(test.getBool());
    It seems that the coercion is not working correctly when accessing a boolean value via an interface and it requires an explicit cast. This is using the flex compiler, just in case that is different here to the ASC 2.0 compiler.
    This is quite a nasty bug.
    joulupuqqi could you please log a bug in the bugbase, with your minimal repro code : Adobe Bugbase
    if you do I will vote it up immediately!

  • Mac Pro increasingly frequent screen freezes / crashes

    Hi,
    Freezes on my MacPro are becomming increasingly frequent - I need to work out what the problem is as it's making the machine unusable. If anyone is having similar problems or has found a fix, please post here.
    The issue that I am seeing is that suddenly the keyboard and mouse stop responding and the screen freezes. At first it's as if I've lost sight of the mouse pointer since the screen looks OK, but then I notice the keyboard has stopped working too. The little clock in the corner of the screen stops updating. It's not possible to quit or force quit anything. It sounds like the hard drives are doing something. I am able to SSH in to the machine while hung but not able to reboot it or shut it down (it just errors).
    The only thing that enables me to recover my machine is to press and hold the power button for about 10secs until it powers off. Then I can power it up again and it works fine. If I run disk utility after reboot it doesn't find any issues.
    I've not been able to find any link between the software I'm running - it just happened this evening about 7 minutes after booting when iTunes was the only open application.
    It's a 2.8Ghz dual quad core pro with the 8800, 10G RAM, 4 drives, bluetooth keyboard and a wireless logitech mouse. I just put new batteries in the keyboard, have had 3 more crashes since. It has Airport but it is switched off. The only things plugged in to the USB / Firewire are an ACD monitor, an APC UPS and the reciver for the USB Mouse. All of it has been working fine with no hardware changes since delivery (for about 6-7 months). The only thing I've changed on the hardware in the last 6 months is I added a 4th drive last week, but the crashes had started before then. I'm running 10.5.4. Apart from this issue it's a fantastic machine, but with this issue it's like having a ferrari that stalls every few hundred yards.
    is anyone else having similar crashes? If so, please post details of spec of machine and sofware / hardware in use when it happens so that we can try and work out what is causing them and fix it.
    many thanks,
    Rog.

    Run Disk Warrior. Don't just restart and use the verify option in Disk Utility, boot from another drive.
    RAM. USB devices. almost anything should be suspect.
    Try setting up an emergency boot drive. OS X doesn't repair itself all that well, Disk Utility doesn't find as many errors, or fix, as 3rd party tools.
    I would delete extensions.mkext and caches folders (not home caches), turn off journaling before repair, then turn on after. And run all the tests in Disk Warrior or other program, not just directory rebuild, scan all the files too.

  • Frequent Snow Leopard Crashes

    Hi all
    Since upgrading to 10.6 I've had frequent crashes, where the screen wipes out top to bottom and a "you must restart your machine" message is displayed. I saved the text from the panic report from the last one:
    Interval Since Last Panic Report:  187242 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    7E2579F9-89DA-40A4-B278-A89F450684ED
    Mon Feb 20 14:53:51 2012
    panic(cpu 0 caller 0x2abf6a): Kernel trap at 0x0029a0b4, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x291181f4, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x00000002, EBX: 0x00000000, ECX: 0x21000000, EDX: 0x291181f4
    CR2: 0x291181f4, EBP: 0x5d51bf98, ESI: 0x291181ec, EDI: 0x038f27a8
    EFL: 0x00010212, EIP: 0x0029a0b4, CS:  0x00000008, DS:  0x00000010
    Error code: 0x00000000
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x5d51bcf8 : 0x21b837 (0x5dd7fc 0x5d51bd2c 0x223ce1 0x0)
    0x5d51bd48 : 0x2abf6a (0x59e3d0 0x29a0b4 0xe 0x59e59a)
    0x5d51be28 : 0x2a1a78 (0x5d51be40 0x84baa0 0x5d51bf98 0x29a0b4)
    0x5d51be38 : 0x29a0b4 (0xe 0x96c0048 0x3c70010 0x270010)
    0x5d51bf98 : 0x277b94 (0xcc5a000 0x830e70 0x8282a80 0x0)
    0x5d51bfc8 : 0x2a179c (0x0 0x0 0x10 0xcf61f00)
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: iMac7,1 (Mac-F4238CC8)
    System uptime in nanoseconds: 203446424154048
    unloaded kexts:
    com.apple.driver.AirPortBrcm43xx          423.91.27 (addr 0xd82000, size 0x1900544) - last unloaded 147964397410
    loaded kexts:
    com.apple.filesystems.autofs          2.1.0 - last loaded 36193627477
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.driver.AppleHDA          2.0.5f14
    com.apple.driver.AudioAUUC          1.57
    com.apple.driver.AppleUpstreamUserClient          3.5.7
    com.apple.driver.AppleMCCSControl          1.0.20
    com.apple.kext.ATIFramebuffer          6.3.6
    com.apple.ATIRadeonX2000          6.3.6
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AppleIntelMeromProfile          19
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.0a1
    com.apple.driver.AppleLPC          1.5.1
    com.apple.driver.AppleBacklight          170.0.46
    com.apple.driver.AppleIRController          303.8
    com.apple.iokit.SCSITaskUserClient          2.6.8
    com.apple.BootCache          31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.iokit.AppleYukon2          3.2.1b1
    com.apple.driver.AirPortBrcm43224          428.42.4
    com.apple.driver.AppleFWOHCI          4.7.3
    com.apple.iokit.IOAHCIBlockStorage          1.6.4
    com.apple.driver.AppleUSBHub          4.2.4
    com.apple.driver.AppleAHCIPort          2.1.7
    com.apple.driver.AppleIntelPIIXATA          2.5.1
    com.apple.driver.AppleUSBEHCI          4.2.4
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleUSBUHCI          4.2.0
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleACPIButtons          1.3.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.3.6
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          142.6.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement          142.6.0
    com.apple.driver.DspFuncLib          2.0.5f14
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.AppleHDAController          2.0.5f14
    com.apple.iokit.IOHDAFamily          2.0.5f14
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.kext.ATI2600Controller          6.3.6
    com.apple.kext.ATISupport          6.3.6
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.5f3
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.iokit.IOAudioFamily          1.8.3fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.AppleSMC          3.1.0d5
    com.apple.driver.IOPlatformPluginFamily          4.7.0a1
    com.apple.driver.AppleBacklightExpert          1.0.1
    com.apple.iokit.IONDRVSupport          2.2.1
    com.apple.iokit.IOGraphicsFamily          2.2.1
    com.apple.driver.CSRUSBBluetoothHCIController          2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.5f3
    com.apple.iokit.IOBluetoothFamily          2.4.5f3
    com.apple.driver.AppleUSBHIDKeyboard          141.5
    com.apple.driver.AppleHIDKeyboard          141.5
    com.apple.iokit.IOUSBHIDDriver          4.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.8
    com.apple.iokit.IOUSBMassStorageClass          2.6.7
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.8
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6.1
    com.apple.driver.AppleUSBMergeNub          4.2.4
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOATAPIProtocolTransport          2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.8
    com.apple.iokit.IO80211Family          320.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBUserClient          4.2.4
    com.apple.iokit.IOAHCIFamily          2.0.6
    com.apple.iokit.IOATAFamily          2.5.1
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOUSBFamily          4.2.4
    com.apple.iokit.IOHIDFamily          1.6.6
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          6
    com.apple.driver.DiskImages          289.1
    com.apple.iokit.IOStorageFamily          1.6.3
    com.apple.driver.AppleACPIPlatform          1.3.6
    com.apple.iokit.IOPCIFamily          2.6.5
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: iMac7,1, BootROM IM71.007A.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.20f4
    Graphics: ATI Radeon HD 2600 Pro, ATI,RadeonHD2600, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: WDC WD3200AAJS-40RYA0, 298.09 GB
    Parallel ATA Device: OPTIARC  DVD RW AD-5630A
    USB Device: USB2.0 MFP(Hi-Speed), 0x04b8  (Seiko Epson Corp.), 0x083a, 0xfa200000 / 3
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfa400000 / 2
    USB Device: PS/2+USB Mouse, 0x1267, 0x0210, 0xfa430000 / 6
    USB Device: iPhone, 0x05ac  (Apple Inc.), 0x1297, 0xfa410000 / 5
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0xfa420000 / 4
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x1a100000 / 2
    I have no idea what this all means but I'd love to know why my system has become so unstable after upgrading to a newer OS version!
    If anyone could help/offer advice I'd be really grateful.
    Thanks,
    Sam

    when you installed snow leopard, was it an upgrade from Tiger or leopard?
    can you replicate the issue? do you find any pattern when the computer crashes? something like, running a specific software or only happens when saving, etc...
    have you tried safe boot? new user account?

  • Frequent Cascading App Crashes

    Hi everyone,
    I think I have a very serious problem and I can't find anyone who shares the same symptoms.
    I upgraded from a Mac iBook to a Mac Pro desktop. After transferring all my data from the laptop to the Mac Pro, I booted up my new computer for the first time. After playing around on it for a half hour or so, an application freezes up (the error next to the app in the force quit screen reads application not responding). I continued playing and within 5 minutes, 3 or 4 more apps I had been running became equally unresponsive. I do NOT get the error message "The application XXXXX quit unexpectedly..." when a crash happens. The pplication either freezes or begins to behave irregularly. for example, VLC player will play a video once all the way through but without sound; toast will continue burning successfully until it comes time to eject the disk, then it will freeze up. When I tried to force quit out of any of the apps, I would be unable to do so. Although the application's window(s) close after 5 or 6 force quits, the app remains open and the lightblue/white app indicator light below each app stays lite. The only way for me to regain control of my mac was to force reboot. Once i reboot, everything seems normal again.
    It's been that way ever since. I was hoping it might be a bug that would go away with software updates but this has not been the case, and the problem has persisted for over half a year. Here are some notable observations I've made regarding this problem over that time period:
    1) The domino effect seems to be confined to certain application / processes but once it begins I have no choice but to reboot. (There is no way that I've found to run an application again in the same session once it quits). The certain application / processes that continually trigger this effect are typically:
    - launching any of the following apps: system preferences, firefox, visualhub, toast, itunes, quicktime, and VLC player. I'm sure there are others, but this is the group that always starts the crashing chain.
    2)copying items from one drive to another (or deleting items) also starts this.
    3) The finder seems to quit randomly as well. My mouse then turns into the colored pinwheel that never ends unless i restart the finder 4 or 5 times. After that, my system behaves very strangely. For example, it no longer copies files instantly from one location to the next when copying. Instead, I'll copy a file and the pinwheel will come on for 5 or 6 seconds and lock my computer up until the file is copied (im still able to move the mouse but can't select or click on anything.)
    4) I have seen no recognizable pattern about the order in which these apps quit or how far into the session it takes for the cascade to start. Sometimes this happens on the first application I open, other times I can open & close apps numerous times before the the problem occurs; sometimes I will have just turned the computer on and other times it will have been running for a few days before the problem occurs).
    5) The problem seems to occur sooner and more frequently after a forced shutdown. (in order to keep the problem at bay after a force quit, I reboot, shut down, and reboot properly before using my computer again.
    6) When I was running my system on the iBook, I never experienced anything like this (in terms of frequency & the effect of the app crashes). Again, I literally copied the exact system I was running on the iBook to the Mac Pro - same exact OS (10.5) with the same exact software; essentially I was running the same virtual system. This leads me to think that there is some sort of essential memory or hardware malfunction in my Mac Pro.
    I've ran Tech Tools Pro 5 numerous times looking for anything suspect all the checks & tests appear to be more or less normal (no "major" problems, no bad blocks). I haven't been able to troubleshoot this problem from other forums as no one else seems to be experiencing anything like this. The only suggestion I've had was to repair disk permissions - reboot from the startup disk & repair permissions that way. I've done this a few times and the problem persists.
    Can anyone offer some insite into what is going on here or better yet, what I can do to fix it?

    I sometimes have the same problem. But only if my Mac has been running for a few weeks.
    Applications just stop responding, Activity Monitor and Terminal too, so I can't go and start killing processes.
    I've had this while running the original Apple harddisk and while I've been running of my SSD's, so it's not a problem caused by the drive the OS is running from. Both were clean installs with only my own files copied to the home folder (and some exported settings), precisely to make sure everything was 'clean'.
    I've not had the problem while running Snow Leopard, yet, but I've only had this running for 4 days now...

Maybe you are looking for