Random crashes in down_read_trylock, since 3.18.6 kernelver =3.19.2

Hello all,
On 05 Apr 2015, I did a full upgrade (pacman -Syu), including a kernel update:
[2015-04-05 19:32] [ALPM] upgraded linux (3.18.6-1 -> 3.19.2-1)
and since then I have been getting random crashes. I suspect an obscure kernel bug crept in somewhere after 3.18.6 (that version was working fine) and before (or in) 3.19.2. I have been doing full upgrades every week or so (and also upgrading Xen from AUR), in the hope that the bug would go away, but it hasn't.
I run a few Xen virtual machines, so there's obviously a lot of virtual memory coming and going, but I have run memtest86 successfully (one complete runthrough), so I do not suspect the memory hardware.
Looking in the journal for log messages, I see CPU register and stack trace dumps (see end note 1). I notice (end notes 2 and 3) that the function down_read_trylock (from linux/kernel/locking/rwsem.c) is in nearly all the crashes, and it's being called from the page_lock_anon_vma_read (from linux/mm/rmap.c) function (end note 4).
The file kernel/locking/rwsem.c has not changed between 3.18.6 and 3.19.2 (using the vanilla kernel sources from kernel.org), but mm/rmap.c has changed quite a bit. In particular, references to
mapping->i_mmap_mutex
have been replaced with
mapping->i_mmap_rwsem
For full diff, see end note 6.
In addition, taint info (see end note 5) shows the flags G=kernel, O=oot_module, and sometimes D=died (info from linux/kernel/panic.c and linux/include/linux/kernel.h). I expect to see G and D, but not O. I'm not sure if this indicates there's been a problem while loading/unloading a module. The current value of /proc/sys/kernel/tainted (on my currently running system) is 4096, which is 1<<12, which is the O=oot_module flag, so perhaps it can be ignored since it seems it's always present.
I'm a little out of my depth by now, having not done any kernel bug tracing or debuging before, so I guess my questions are:
Has anyone else been having the same or similar probems?
Might someone have some suggestions for how I should investigate further?
(Postscript: I've read How to Ask Questions the Smart Way, but if I've forgotten to do something obvious or post some obvious info, then apologies.)
End notes:
Here is a complete crash dump log. In this case, snmpd died, though the process that dies is not consistent (see end note 5)
May 29 11:23:46 hoom kernel: general protection fault: 0000 [#1] PREEMPT SMP
May 29 11:23:46 hoom kernel: Modules linked in: uas usb_storage dm_crypt loop dm_mod tun xt_physdev br_netfilter fuse bridge stp llc xt_nat iptable_nat nf_nat_ipv4 nf_nat nf_log_ipv4 nf_log_common xt_LOG xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack it87 iptable_filter hwmon_vid ip_tables x_tables amdkfd amd_iommu_v2 crct10dif_pclmul crc32_pclmul crc32c_intel radeon ghash_clmulni_intel snd_hda_codec_via snd_hda_codec_hdmi snd_hda_codec_generic joydev aesni_intel ttm evdev snd_hda_intel aes_x86_64 mousedev lrw snd_hda_controller gf128mul glue_helper ablk_helper drm_kms_helper mac_hid snd_hda_codec psmouse cryptd r8168(O) snd_hwdep snd_pcm edac_core sp5100_tco edac_mce_amd drm snd_timer pcspkr serio_raw i2c_piix4 k10temp fam15h_power snd i2c_algo_bit tpm_infineon r8169 i2c_core mii soundcore
May 29 11:23:46 hoom kernel: tpm_tis tpm shpchp button sch_fq_codel xen_acpi_processor processor xen_pciback xen_netback xen_blkback nfsd xen_gntalloc xen_gntdev xen_evtchn auth_rpcgss nfs oid_registry nfs_acl lockd fscache grace xenfs sunrpc xen_privcmd ext4 crc16 mbcache jbd2 sd_mod ata_generic pata_acpi hid_logitech_hidpp hid_logitech_dj usbhid hid atkbd libps2 pata_atiixp ahci libahci xhci_pci ohci_pci libata ehci_pci ohci_hcd ehci_hcd xhci_hcd usbcore scsi_mod usb_common i8042 serio
May 29 11:23:46 hoom kernel: CPU: 6 PID: 578 Comm: snmpd Tainted: G O 4.0.4-2-ARCH #1
May 29 11:23:46 hoom kernel: Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./970A-UD3P, BIOS F1 08/06/2013
May 29 11:23:46 hoom kernel: task: ffff880816a32880 ti: ffff88080cbfc000 task.ti: ffff88080cbfc000
May 29 11:23:46 hoom kernel: RIP: e030:[<ffffffff810bdc59>] [<ffffffff810bdc59>] down_read_trylock+0x9/0x30
May 29 11:23:46 hoom kernel: RSP: e02b:ffff88080cbff648 EFLAGS: 00010206
May 29 11:23:46 hoom kernel: RAX: 0000000000000000 RBX: ffff88010087a910 RCX: 0000000016191b1c
May 29 11:23:46 hoom kernel: RDX: ffffffff8119ac30 RSI: ffff88080cbff6e8 RDI: 151515151515151d
May 29 11:23:46 hoom kernel: RBP: ffff88080cbff648 R08: 0000000000017938 R09: 0000000000000002
May 29 11:23:46 hoom kernel: R10: ffff8807df6cc000 R11: 0000000000000003 R12: ffff88010087a911
May 29 11:23:46 hoom kernel: R13: ffffea0004322500 R14: 151515151515151d R15: ffffea0004322500
May 29 11:23:46 hoom kernel: FS: 00007f771616c700(0000) GS:ffff880820980000(0000) knlGS:0000000000000000
May 29 11:23:46 hoom kernel: CS: e033 DS: 0000 ES: 0000 CR0: 000000008005003b
May 29 11:23:46 hoom kernel: CR2: 00007f77161a2000 CR3: 000000080c969000 CR4: 0000000000040660
May 29 11:23:46 hoom kernel: Stack:
May 29 11:23:46 hoom kernel: ffff88080cbff678 ffffffff8119ac8e ffff88080cbff6e8 ffffea0004322500
May 29 11:23:46 hoom kernel: ffffea000b8e7480 ffff88010087a911 ffff88080cbff6d8 ffffffff8119aef3
May 29 11:23:46 hoom kernel: 0000000000000000 ffffea0004322580 ffffea000b8cb580 0000000000000000
May 29 11:23:46 hoom kernel: Call Trace:
May 29 11:23:46 hoom kernel: [<ffffffff8119ac8e>] page_lock_anon_vma_read+0x5e/0x130
May 29 11:23:46 hoom kernel: [<ffffffff8119aef3>] rmap_walk+0x193/0x330
May 29 11:23:46 hoom kernel: [<ffffffff8119b2dc>] try_to_unmap+0x6c/0xb0
May 29 11:23:46 hoom kernel: [<ffffffff81199f10>] ? page_remove_rmap+0x120/0x120
May 29 11:23:46 hoom kernel: [<ffffffff81199360>] ? invalid_migration_vma+0x30/0x30
May 29 11:23:46 hoom kernel: [<ffffffff8119ac30>] ? page_get_anon_vma+0xc0/0xc0
May 29 11:23:46 hoom kernel: [<ffffffff81199330>] ? invalid_mkclean_vma+0x20/0x20
May 29 11:23:46 hoom kernel: [<ffffffff811c1237>] migrate_pages+0x4a7/0x910
May 29 11:23:46 hoom kernel: [<ffffffff811842d0>] ? pageblock_pfn_to_page+0xe0/0xe0
May 29 11:23:46 hoom kernel: [<ffffffff81185ca0>] ? isolate_freepages_block+0x3c0/0x3c0
May 29 11:23:46 hoom kernel: [<ffffffff8118706e>] compact_zone+0x4be/0x870
May 29 11:23:46 hoom kernel: [<ffffffff813859f2>] ? xen_send_IPI_one+0x32/0x70
May 29 11:23:46 hoom kernel: [<ffffffff8118748a>] compact_zone_order+0x6a/0x90
May 29 11:23:46 hoom kernel: [<ffffffff81187752>] try_to_compact_pages+0x102/0x280
May 29 11:23:46 hoom kernel: [<ffffffff81167793>] __alloc_pages_direct_compact+0x43/0x100
May 29 11:23:46 hoom kernel: [<ffffffff81167dc0>] __alloc_pages_nodemask+0x570/0x9f0
May 29 11:23:46 hoom kernel: [<ffffffff811682ba>] alloc_kmem_pages_node+0x7a/0x150
May 29 11:23:46 hoom kernel: [<ffffffff811b640c>] kmalloc_large_node+0x2c/0x60
May 29 11:23:46 hoom kernel: [<ffffffff811bd8c5>] __kmalloc_node_track_caller+0x275/0x320
May 29 11:23:46 hoom kernel: [<ffffffff814a72a6>] ? __netlink_dump_start+0x176/0x1b0
May 29 11:23:46 hoom kernel: [<ffffffff81464bd7>] ? __alloc_skb+0x87/0x210
May 29 11:23:46 hoom kernel: [<ffffffff81464af1>] __kmalloc_reserve.isra.5+0x31/0x90
May 29 11:23:46 hoom kernel: [<ffffffff81527fb0>] ? inet6_dump_ifmcaddr+0x20/0x20
May 29 11:23:46 hoom kernel: [<ffffffff81464bab>] ? __alloc_skb+0x5b/0x210
May 29 11:23:46 hoom kernel: [<ffffffff81464bd7>] __alloc_skb+0x87/0x210
May 29 11:23:46 hoom kernel: [<ffffffff814a4ed2>] netlink_alloc_skb+0x62/0x1e0
May 29 11:23:46 hoom kernel: [<ffffffff814a6a03>] netlink_dump+0xc3/0x2d0
May 29 11:23:46 hoom kernel: [<ffffffff814a6e7d>] netlink_recvmsg+0x26d/0x340
May 29 11:23:46 hoom kernel: [<ffffffff81459da2>] sock_recvmsg_nosec+0x52/0x80
May 29 11:23:46 hoom kernel: [<ffffffff8145c1dd>] SyS_recvfrom+0x11d/0x1a0
May 29 11:23:46 hoom kernel: [<ffffffff814587e6>] ? sock_alloc_file+0xa6/0x140
May 29 11:23:46 hoom kernel: [<ffffffff811f6bbd>] ? __fd_install+0x4d/0x70
May 29 11:23:46 hoom kernel: [<ffffffff811f6c05>] ? fd_install+0x25/0x30
May 29 11:23:46 hoom kernel: [<ffffffff8145b58f>] ? SyS_socket+0x9f/0xf0
May 29 11:23:46 hoom kernel: [<ffffffff8157a449>] system_call_fastpath+0x12/0x17
May 29 11:23:46 hoom kernel: Code: 6e bf 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 b7 a8 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 29 11:23:46 hoom kernel: RIP [<ffffffff810bdc59>] down_read_trylock+0x9/0x30
May 29 11:23:46 hoom kernel: RSP <ffff88080cbff648>
May 29 11:23:46 hoom kernel: ---[ end trace 32e90ce275ac679e ]---
May 29 11:23:46 hoom systemd[1]: snmpd.service: main process exited, code=killed, status=11/SEGV
May 29 11:23:46 hoom systemd[1]: Unit snmpd.service entered failed state.
May 29 11:23:46 hoom systemd[1]: snmpd.service failed.
Looking for IP in the journal:
journalctl >/tmp/journal ; grep ' kernel: IP: ' /tmp/journal | less
Output:
Apr 06 11:00:02 hoom kernel: IP: [<ffffffff810bafc9>] down_read_trylock+0x9/0x30
Apr 06 11:00:03 hoom kernel: IP: [<ffffffff810bafc9>] down_read_trylock+0x9/0x30
Apr 06 11:00:04 hoom kernel: IP: [<ffffffff810bafc9>] down_read_trylock+0x9/0x30
Apr 16 08:32:26 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 15:44:20 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:50 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:50 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:50 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:50 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:50 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:52 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:18:18 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:18:18 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:18:19 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:20:00 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:20:00 hoom kernel: IP: [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
May 11 09:38:10 hoom kernel: IP: [<ffffffffa012805d>] gntdev_vma_find_special_page+0x1d/0x30 [xen_gntdev]
May 13 17:46:39 hoom kernel: IP: [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:45:00 hoom kernel: IP: [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:45:27 hoom kernel: IP: [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:49:39 hoom kernel: IP: [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:50:00 hoom kernel: IP: [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:50:00 hoom kernel: IP: [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:50:00 hoom kernel: IP: [<ffffffff81093840>] kthread_data+0x10/0x20
May 14 08:50:00 hoom kernel: IP: [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:50:00 hoom kernel: IP: [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
Looking for RIP in the journal:
journalctl >/tmp/journal ; grep ' kernel: RIP: ' /tmp/journal | less
Output:
Apr 06 11:00:03 hoom kernel: RIP: e030:[<ffffffff810bafc9>] [<ffffffff810bafc9>] down_read_trylock+0x9/0x30
Apr 06 11:00:03 hoom kernel: RIP: e030:[<ffffffff810bafc9>] [<ffffffff810bafc9>] down_read_trylock+0x9/0x30
Apr 06 11:00:04 hoom kernel: RIP: e030:[<ffffffff810bafc9>] [<ffffffff810bafc9>] down_read_trylock+0x9/0x30
Apr 06 11:00:04 hoom kernel: RIP: e030:[<ffffffff810bafc9>] [<ffffffff810bafc9>] down_read_trylock+0x9/0x30
Apr 16 08:32:26 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 13:49:42 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 13:58:42 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 14:00:00 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 14:02:29 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 14:02:29 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 14:15:00 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 14:15:48 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 14:26:34 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 14:44:00 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 14:50:03 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 15:08:11 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 15:31:48 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 15:44:20 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 16:04:01 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 16:04:01 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 16 16:37:55 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:50 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:50 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:50 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:50 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:50 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:17:52 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:18:18 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:18:18 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:18:19 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:20:00 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
Apr 26 09:20:00 hoom kernel: RIP: e030:[<ffffffff810bb0a9>] [<ffffffff810bb0a9>] down_read_trylock+0x9/0x30
May 11 09:38:10 hoom kernel: RIP: e030:[<ffffffffa012805d>] [<ffffffffa012805d>] gntdev_vma_find_special_page+0x1d/0x30 [xen_gntdev]
May 13 17:46:39 hoom kernel: RIP: e030:[<ffffffff810bdb09>] [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:45:00 hoom kernel: RIP: e030:[<ffffffff810bdb09>] [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:45:27 hoom kernel: RIP: e030:[<ffffffff810bdb09>] [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:49:39 hoom kernel: RIP: e030:[<ffffffff810bdb09>] [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:50:00 hoom kernel: RIP: e030:[<ffffffff810bdb09>] [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:50:00 hoom kernel: RIP: e030:[<ffffffff810bdb09>] [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:50:00 hoom kernel: RIP: e030:[<ffffffff81093840>] [<ffffffff81093840>] kthread_data+0x10/0x20
May 14 08:50:00 hoom kernel: RIP: e030:[<ffffffff810bdb09>] [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 14 08:50:00 hoom kernel: RIP: e030:[<ffffffff810bdb09>] [<ffffffff810bdb09>] down_read_trylock+0x9/0x30
May 21 21:05:28 hoom kernel: RIP: e030:[<ffffffff810bdc59>] [<ffffffff810bdc59>] down_read_trylock+0x9/0x30
May 22 09:45:38 hoom kernel: RIP: e030:[<ffffffff810bdc59>] [<ffffffff810bdc59>] down_read_trylock+0x9/0x30
May 22 09:57:35 hoom kernel: RIP: e030:[<ffffffff810bdc59>] [<ffffffff810bdc59>] down_read_trylock+0x9/0x30
May 22 09:57:55 hoom kernel: RIP: e030:[<ffffffff810bdc59>] [<ffffffff810bdc59>] down_read_trylock+0x9/0x30
May 29 11:23:46 hoom kernel: RIP: e030:[<ffffffff810bdc59>] [<ffffffff810bdc59>] down_read_trylock+0x9/0x30
Looking for the function at the top of the call trace stack:
journalctl >/tmp/journal ; grep -A1 'Call Trace' /tmp/journal | grep 0x | less
Output:
Apr 06 11:00:03 hoom kernel: [<ffffffff81196a3e>] page_lock_anon_vma_read+0x5e/0x130
Apr 06 11:00:03 hoom kernel: [<ffffffff81196a3e>] page_lock_anon_vma_read+0x5e/0x130
Apr 06 11:00:04 hoom kernel: [<ffffffff81196a3e>] page_lock_anon_vma_read+0x5e/0x130
Apr 06 11:00:04 hoom kernel: [<ffffffff81196a3e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 08:32:26 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 13:49:42 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 13:58:42 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 14:00:00 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 14:02:29 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 14:15:00 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 14:15:48 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 14:26:34 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 14:44:00 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 14:50:03 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 15:08:11 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 15:31:48 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 15:44:20 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 16:04:01 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 16:04:01 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 16 16:37:55 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 26 09:17:50 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 26 09:17:50 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 26 09:17:50 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 26 09:17:50 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 26 09:17:50 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 26 09:17:52 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 26 09:18:18 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 26 09:18:18 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 26 09:18:19 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 26 09:20:00 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
Apr 26 09:20:00 hoom kernel: [<ffffffff81196b9e>] page_lock_anon_vma_read+0x5e/0x130
May 11 09:38:10 hoom kernel: [<ffffffff8118ab4a>] ? vm_normal_page+0x7a/0xb0
May 11 09:38:10 hoom kernel: [<ffffffff8156de97>] dump_stack+0x4c/0x6e
May 13 17:46:39 hoom kernel: [<ffffffff811997ae>] page_lock_anon_vma_read+0x5e/0x130
May 14 08:45:00 hoom kernel: [<ffffffff811997ae>] page_lock_anon_vma_read+0x5e/0x130
May 14 08:45:27 hoom kernel: [<ffffffff811997ae>] page_lock_anon_vma_read+0x5e/0x130
May 14 08:49:39 hoom kernel: [<ffffffff811997ae>] page_lock_anon_vma_read+0x5e/0x130
May 14 08:50:00 hoom kernel: [<ffffffff811997ae>] page_lock_anon_vma_read+0x5e/0x130
May 14 08:50:00 hoom kernel: [<ffffffff811997ae>] page_lock_anon_vma_read+0x5e/0x130
May 14 08:50:00 hoom kernel: [<ffffffff8108e595>] wq_worker_sleeping+0x15/0xa0
May 14 08:50:00 hoom kernel: [<ffffffff8156de97>] dump_stack+0x4c/0x6e
May 14 08:50:00 hoom kernel: [<ffffffff811997ae>] page_lock_anon_vma_read+0x5e/0x130
May 14 08:50:00 hoom kernel: [<ffffffff811997ae>] page_lock_anon_vma_read+0x5e/0x130
May 21 21:05:28 hoom kernel: [<ffffffff8119ac5e>] page_lock_anon_vma_read+0x5e/0x130
May 22 09:45:38 hoom kernel: [<ffffffff8119ac5e>] page_lock_anon_vma_read+0x5e/0x130
May 22 09:57:35 hoom kernel: [<ffffffff8119ac5e>] page_lock_anon_vma_read+0x5e/0x130
May 22 09:57:55 hoom kernel: [<ffffffff8119ac5e>] page_lock_anon_vma_read+0x5e/0x130
May 22 10:00:39 hoom kernel: [<ffffffff81571be3>] dump_stack+0x4c/0x6e
May 29 11:23:46 hoom kernel: [<ffffffff8119ac8e>] page_lock_anon_vma_read+0x5e/0x130
The user-space process that dies is not consistent:
journalctl >/tmp/journal ; grep Tainted /tmp/journal | less
Output:
Apr 06 11:00:02 hoom kernel: CPU: 2 PID: 2448 Comm: php Tainted: G O 3.19.2-1-ARCH #1
Apr 06 11:00:03 hoom kernel: CPU: 1 PID: 63 Comm: kswapd0 Tainted: G D O 3.19.2-1-ARCH #1
Apr 06 11:00:04 hoom kernel: CPU: 0 PID: 734 Comm: xfwm4 Tainted: G D O 3.19.2-1-ARCH #1
Apr 06 11:00:04 hoom kernel: CPU: 3 PID: 1135 Comm: thunderbird Tainted: G D O 3.19.2-1-ARCH #1
Apr 16 08:32:26 hoom kernel: CPU: 7 PID: 13402 Comm: Xvnc Tainted: G O 3.19.3-3-ARCH #1
Apr 16 13:49:42 hoom kernel: CPU: 4 PID: 26675 Comm: ssh Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 13:58:42 hoom kernel: CPU: 3 PID: 415 Comm: Xorg Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 14:00:00 hoom kernel: CPU: 1 PID: 24459 Comm: perl Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 14:02:29 hoom kernel: CPU: 5 PID: 551 Comm: snmpd Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 14:02:29 hoom kernel: CPU: 6 PID: 2 Comm: kthreadd Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 14:15:00 hoom kernel: CPU: 1 PID: 362 Comm: mysqld Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 14:15:48 hoom kernel: CPU: 3 PID: 732 Comm: gpg-agent Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 14:26:34 hoom kernel: CPU: 5 PID: 8598 Comm: panel-23-diskpe Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 14:44:00 hoom kernel: CPU: 2 PID: 25958 Comm: qemu-system-i38 Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 14:50:03 hoom kernel: CPU: 0 PID: 25403 Comm: rhythmbox Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 15:08:11 hoom kernel: CPU: 4 PID: 15301 Comm: qemu-dm Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 15:31:48 hoom kernel: CPU: 0 PID: 1533 Comm: qemu-dm Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 15:44:20 hoom kernel: CPU: 5 PID: 8595 Comm: panel-20-cpugra Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 16:04:01 hoom kernel: CPU: 2 PID: 1172 Comm: qemu-system-i38 Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 16:04:01 hoom kernel: CPU: 6 PID: 911 Comm: udisksd Tainted: G D O 3.19.3-3-ARCH #1
Apr 16 16:37:55 hoom kernel: CPU: 0 PID: 1685 Comm: qemu-dm Tainted: G D O 3.19.3-3-ARCH #1
Apr 26 09:17:50 hoom kernel: CPU: 0 PID: 63 Comm: kswapd0 Tainted: G O 3.19.3-3-ARCH #1
Apr 26 09:17:50 hoom kernel: CPU: 7 PID: 11063 Comm: squid_redirect Tainted: G D O 3.19.3-3-ARCH #1
Apr 26 09:17:50 hoom kernel: CPU: 4 PID: 2760 Comm: qemu-dm Tainted: G D O 3.19.3-3-ARCH #1
Apr 26 09:17:50 hoom kernel: CPU: 5 PID: 11064 Comm: squid_redirect Tainted: G D O 3.19.3-3-ARCH #1
Apr 26 09:17:50 hoom kernel: CPU: 7 PID: 435 Comm: Xorg Tainted: G D O 3.19.3-3-ARCH #1
Apr 26 09:17:52 hoom kernel: CPU: 5 PID: 11056 Comm: DOM Worker Tainted: G D O 3.19.3-3-ARCH #1
Apr 26 09:18:18 hoom kernel: CPU: 7 PID: 1515 Comm: rhythmbox Tainted: G D O 3.19.3-3-ARCH #1
Apr 26 09:18:18 hoom kernel: CPU: 1 PID: 746 Comm: gpg-agent Tainted: G D O 3.19.3-3-ARCH #1
Apr 26 09:18:19 hoom kernel: CPU: 4 PID: 579 Comm: snmpd Tainted: G D O 3.19.3-3-ARCH #1
Apr 26 09:20:00 hoom kernel: CPU: 4 PID: 11076 Comm: php Tainted: G D O 3.19.3-3-ARCH #1
Apr 26 09:20:00 hoom kernel: CPU: 0 PID: 2591 Comm: qemu-dm Tainted: G D O 3.19.3-3-ARCH #1
May 11 09:38:10 hoom kernel: CPU: 0 PID: 17057 Comm: qemu-system-i38 Tainted: G O 4.0.1-1-ARCH #1
May 11 09:38:10 hoom kernel: CPU: 0 PID: 17057 Comm: qemu-system-i38 Tainted: G D O 4.0.1-1-ARCH #1
May 13 17:46:39 hoom kernel: CPU: 5 PID: 555 Comm: snmpd Tainted: G O 4.0.1-1-ARCH #1
May 14 08:45:00 hoom kernel: CPU: 7 PID: 63 Comm: kswapd0 Tainted: G O 4.0.1-1-ARCH #1
May 14 08:45:27 hoom kernel: CPU: 2 PID: 24007 Comm: qemu-dm Tainted: G D O 4.0.1-1-ARCH #1
May 14 08:49:39 hoom kernel: CPU: 1 PID: 567 Comm: snmpd Tainted: G D O 4.0.1-1-ARCH #1
May 14 08:50:00 hoom kernel: CPU: 3 PID: 117 Comm: kworker/3:1 Tainted: G D O 4.0.1-1-ARCH #1
May 14 08:50:00 hoom kernel: CPU: 1 PID: 22969 Comm: Xvnc Tainted: G D O 4.0.1-1-ARCH #1
May 14 08:50:00 hoom kernel: CPU: 3 PID: 117 Comm: kworker/3:1 Tainted: G D O 4.0.1-1-ARCH #1
May 14 08:50:00 hoom kernel: CPU: 3 PID: 117 Comm: kworker/3:1 Tainted: G D O 4.0.1-1-ARCH #1
May 14 08:50:00 hoom kernel: CPU: 7 PID: 24211 Comm: php Tainted: G D W O 4.0.1-1-ARCH #1
May 14 08:50:00 hoom kernel: CPU: 0 PID: 23626 Comm: panel-20-cpugra Tainted: G D W O 4.0.1-1-ARCH #1
May 21 21:05:28 hoom kernel: CPU: 1 PID: 28014 Comm: bacula-fd Tainted: G O 4.0.2-1-ARCH #1
May 22 09:45:38 hoom kernel: CPU: 0 PID: 589 Comm: snmpd Tainted: G O 4.0.2-1-ARCH #1
May 22 09:57:35 hoom kernel: CPU: 3 PID: 5667 Comm: qemu-dm Tainted: G D O 4.0.2-1-ARCH #1
May 22 09:57:55 hoom kernel: CPU: 1 PID: 4023 Comm: qemu-dm Tainted: G D O 4.0.2-1-ARCH #1
May 22 10:00:39 hoom kernel: CPU: 2 PID: 22103 Comm: java Tainted: G D O 4.0.2-1-ARCH #1
May 29 11:23:46 hoom kernel: CPU: 6 PID: 578 Comm: snmpd Tainted: G O 4.0.4-2-ARCH #1
diff of rmap.c
diff linux-3.18.6/mm/rmap.c linux-3.19.1/mm/rmap.c |less
Output:
26c26
< * mapping->i_mmap_mutex
> * mapping->i_mmap_rwsem
74a75,76
> anon_vma->degree = 1; /* Reference for first vma */
> anon_vma->parent = anon_vma;
190a193,194
> /* vma reference or self-parent link for new root */
> anon_vma->degree++;
238a243,250
> *
> * If dst->anon_vma is NULL this function tries to find and reuse existing
> * anon_vma which has no vmas and only one child anon_vma. This prevents
> * degradation of anon_vma hierarchy to endless linear chain in case of
> * constantly forking task. On the other hand, an anon_vma with more than one
> * child isn't reused even if there was no alive vma, thus rmap walker has a
> * good chance of avoiding scanning the whole hierarchy when it searches where
> * page is mapped.
258a271,282
>
> /*
> * Reuse existing anon_vma if its degree lower than two,
> * that means it has no vma and only one anon_vma child.
> *
> * Do not chose parent anon_vma, otherwise first child
> * will always reuse it. Root anon_vma is never reused:
> * it has self-parent reference and at least one child.
> */
> if (!dst->anon_vma && anon_vma != src->anon_vma &&
> anon_vma->degree < 2)
> dst->anon_vma = anon_vma;
259a284,285
> if (dst->anon_vma)
> dst->anon_vma->degree++;
282a309,311
> /* Drop inherited anon_vma, we'll reuse existing or allocate new. */
> vma->anon_vma = NULL;
>
290a320,323
> /* An existing anon_vma has been reused, all done then. */
> if (vma->anon_vma)
> return 0;
>
303a337
> anon_vma->parent = pvma->anon_vma;
313a348
> anon_vma->parent->degree++;
344c379,380
< if (RB_EMPTY_ROOT(&anon_vma->rb_root))
> if (RB_EMPTY_ROOT(&anon_vma->rb_root)) {
> anon_vma->parent->degree--;
345a382
> }
349a387,388
> if (vma->anon_vma)
> vma->anon_vma->degree--;
359a399
> BUG_ON(anon_vma->degree);
586c626,627
< pmde = ACCESS_ONCE(*pmd);
> pmde = *pmd;
> barrier();
1056c1097
< mem_cgroup_end_page_stat(memcg, locked, flags);
> mem_cgroup_end_page_stat(memcg, &locked, &flags);
1086c1127
< mem_cgroup_end_page_stat(memcg, locked, flags);
> mem_cgroup_end_page_stat(memcg, &locked, &flags);
1263c1304
< * we now hold anon_vma->rwsem or mapping->i_mmap_mutex.
> * we now hold anon_vma->rwsem or mapping->i_mmap_rwsem.
1383c1424
< pteval = ptep_clear_flush(vma, address, pte);
> pteval = ptep_clear_flush_notify(vma, address, pte);
1638c1679
< pgoff_t pgoff = page_to_pgoff(page);
> pgoff_t pgoff;
1645a1687
> pgoff = page_to_pgoff(page);
1679c1721
< pgoff_t pgoff = page_to_pgoff(page);
> pgoff_t pgoff;
1687c1729
< * so we can safely take mapping->i_mmap_mutex.
> * so we can safely take mapping->i_mmap_rwsem.
1693c1735,1737
< mutex_lock(&mapping->i_mmap_mutex);
>
> pgoff = page_to_pgoff(page);
> i_mmap_lock_read(mapping);
1714d1757
<
1716c1759
< mutex_unlock(&mapping->i_mmap_mutex);
> i_mmap_unlock_read(mapping);
In case there are some gurus reading this, here are all the Code lines from the crashes:
journalctl >/tmp/journal ; grep 'kernel: Code:' /tmp/journal | less
Output:
Apr 06 11:00:03 hoom kernel: Code: de 6f 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 f7 58 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 06 11:00:03 hoom kernel: Code: de 6f 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 f7 58 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 06 11:00:04 hoom kernel: Code: de 6f 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 f7 58 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 06 11:00:04 hoom kernel: Code: de 6f 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 f7 58 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 08:32:26 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 13:49:42 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 13:58:42 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 14:00:00 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 14:02:29 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 14:15:00 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 14:15:48 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 14:26:34 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 14:44:00 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 14:50:03 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 15:08:11 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 15:31:48 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 15:44:20 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 16:04:01 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 16:04:02 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 16 16:37:55 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 26 09:17:50 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 26 09:17:50 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 26 09:17:50 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 26 09:17:50 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 26 09:17:50 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 26 09:17:52 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 26 09:18:18 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 26 09:18:18 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 26 09:18:19 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 26 09:20:00 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
Apr 26 09:20:00 hoom kernel: Code: be 70 4a 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 d7 59 4a 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 11 09:38:10 hoom kernel: Code: 5b 5d c3 90 66 2e 0f 1f 84 00 00 00 00 00 66 66 66 66 90 48 8b 87 a8 00 00 00 55 48 89 e5 48 2b 70 68 48 8b 40 60 5d 48 c1 ee 0c <48> 8b 04 f0 c3 0f 1f 40 00 66 2e 0f 1f 84 00 00 00 00 00 66 66
May 13 17:46:39 hoom kernel: Code: 3e 54 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 87 3d 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 14 08:45:00 hoom kernel: Code: 3e 54 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 87 3d 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 14 08:45:27 hoom kernel: Code: 3e 54 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 87 3d 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 14 08:49:39 hoom kernel: Code: 3e 54 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 87 3d 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 14 08:50:00 hoom kernel: Code: 3e 54 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 87 3d 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 14 08:50:00 hoom kernel: Code: 3e 54 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 87 3d 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 14 08:50:00 hoom kernel: Code: 00 48 89 e5 5d 48 8b 40 c8 48 c1 e8 02 83 e0 01 c3 66 2e 0f 1f 84 00 00 00 00 00 66 66 66 66 90 48 8b 87 20 05 00 00 55 48 89 e5 <48> 8b 40 d8 5d c3 66 2e 0f 1f 84 00 00 00 00 00 66 66 66 66 90
May 14 08:50:00 hoom kernel: Code: 3e 54 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 87 3d 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 14 08:50:00 hoom kernel: Code: 3e 54 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 87 3d 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 21 21:05:28 hoom kernel: Code: 2e 90 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 77 79 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 22 09:45:38 hoom kernel: Code: 2e 90 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 77 79 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 22 09:57:35 hoom kernel: Code: 2e 90 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 77 79 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 22 09:57:55 hoom kernel: Code: 2e 90 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 77 79 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7
May 29 11:23:46 hoom kernel: Code: 6e bf 4b 00 48 83 c4 18 5b 5d c3 0f 1f 80 00 00 00 00 48 89 45 e8 e8 b7 a8 4b 00 48 8b 45 e8 eb d8 90 66 66 66 66 90 55 48 89 e5 <48> 8b 07 48 89 c2 48 83 c2 01 7e 07 f0 48 0f b1 17 75 f0 48 f7

Thanks for the quick reply. To answer your questions:
Yes, I've been running pacman -Syu every now and again, including kernel updates. You can see the info hidden buried down in end note 5, but here's the journal log info more clearly:
Jan 24 20:52:32 hoom kernel: Linux version 3.18.2-2-ARCH (builduser@tobias) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Jan 9 07:37:51 CET 2015
Mar 14 13:06:26 hoom kernel: Linux version 3.18.6-1-ARCH (builduser@tobias) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015
Apr 06 10:14:39 hoom kernel: Linux version 3.19.2-1-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015
Apr 08 22:52:57 hoom kernel: Linux version 3.19.3-3-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015
May 09 21:35:07 hoom kernel: Linux version 4.0.1-1-ARCH (builduser@tobias) (gcc version 5.1.0 (GCC) ) #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015
May 14 20:52:23 hoom kernel: Linux version 4.0.2-1-ARCH (builduser@tobias) (gcc version 5.1.0 (GCC) ) #1 SMP PREEMPT Thu May 7 06:47:54 CEST 2015
May 23 22:42:18 hoom kernel: Linux version 4.0.4-2-ARCH (builduser@foutrelis) (gcc version 5.1.0 (GCC) ) #1 SMP PREEMPT Fri May 22 03:05:23 UTC 2015
I have an AMD processor (vendor_id: AuthenticAMD, cpu family: 21 (0x15), model: 2, model name: AMD FX(tm)-8350 Eight-Core Processor, stepping: 0, microcode: 0x6000822). It looks like microcode updates from 0x06000822 to 0x06000832 have been failing:
Jan 03 21:41:05 hoom kernel: microcode: CPU0: patch_level=0x06000822
Jan 03 21:41:05 hoom kernel: microcode: CPU1: patch_level=0x06000822
Jan 03 21:41:05 hoom kernel: microcode: CPU2: patch_level=0x06000822
Jan 03 21:41:05 hoom kernel: microcode: CPU3: patch_level=0x06000822
Jan 03 21:41:05 hoom kernel: microcode: CPU4: patch_level=0x06000822
Jan 03 21:41:05 hoom kernel: microcode: CPU5: patch_level=0x06000822
Jan 03 21:41:05 hoom kernel: microcode: CPU6: patch_level=0x06000822
Jan 03 21:41:05 hoom kernel: microcode: CPU7: patch_level=0x06000822
Jan 03 21:41:05 hoom kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
Jan 03 21:41:05 hoom kernel: microcode: CPU0: update failed for patch_level=0x06000832
Jan 03 21:41:05 hoom kernel: microcode: CPU1: update failed for patch_level=0x06000832
Jan 03 21:41:05 hoom kernel: microcode: CPU2: update failed for patch_level=0x06000832
Jan 03 21:41:05 hoom kernel: microcode: CPU3: update failed for patch_level=0x06000832
Jan 03 21:41:05 hoom kernel: microcode: CPU4: update failed for patch_level=0x06000832
Jan 03 21:41:05 hoom kernel: microcode: CPU5: update failed for patch_level=0x06000832
Jan 03 21:41:05 hoom kernel: microcode: CPU6: update failed for patch_level=0x06000832
Jan 03 21:41:05 hoom kernel: microcode: CPU7: update failed for patch_level=0x06000832
Since Jan 18th, I have seen no more messages like above. The only microcode lines I see in the journal are:
Jan 18 16:21:15 hoom kernel: [drm] Loading CAICOS Microcode
but I assume they're not relevant and are for the graphics card:
[ashley@hoom ~]$ lspci | grep -i caicos
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
I have the package linux-firmware installed (version 20150511.8e18132-1) and the MD5 checksums for all the files in /usr/lib/firmware/amd-ucode/ match the checksums from the files I downloaded from http://www.amd64.org/microcode.html.
I'll look forther into getting the microcode updated.

Similar Messages

  • Premiere Pro random crashing since update to 2014.2

    Been working on the SAME big project over 18 months, in Pr Pro CC, 2014, working on the SAME PC:
    Win 7 SP1 pro 64bit, i7-3770K, 32GB fast memory (25.7 available for Pr), Intel HD 4000 graphics on Asus motherboard with 30" NEC Multisync screen at 2560 x 1600 (same as for years)
    42GB free on my SSD drive C: and 54GB free on my SSD drive S: for preview files, 24GB free on my SSD drive T: for caching files.  Project files etc stored on a normal hard drive F: (for Files!) 1.25TB free.
    NOW last update to 2014.2 and I get constant RANDOM crashes (Windows encountered a fault and had to close this program) despite updating graphics driver and trying different settings in preferences, use mercury etc.  No particular action causes it  - sometimes I am just watching it play a sequence and it just stops. Though of course it may be rendering the last edit at the time.
    Sometimes it runs for all of 15 mins and I think the problem has sorted then it goes again and I have to restart the project, find where I was and re-do my last edits.  If I remember to press Ctrl-S very frequently (every few seconds) it seems to run for a while then I forget for 5 mins and it crashes.
    Grrrr what did you do to the latest version, Adobe??  I need to get this project finally finished in a hurry.... I wish I had not updated the program!  Of course I cannot go back as it says the saved copy is now incompatible with earlier Pr Pro versions.
    I then tried running a previous version at the same time, as simonray suggested in his post - it worked!  So I am able to continue as normal provided I do this stupid bodge fix.
    So it really is down to Adobe as it is the same project, same PC, just different version update.  You did something to a great, stable, program that made it unstable, Adobe...
    To ANSWER RAMEEZ from previous thread:
    A variety of issues can cause PPRO to crash:
    a problem with the Preferences, or some other pref-related file in the Profile-<USERNAME> bin. >>  DIDN'T CHANGE ANYTHING since 1½ years running previous PrPro versions on SAME PROJECT on SAME PC
    the graphics driver  Checked for latest version - didn't stop the crashing
    third-party plug-ins - don't have any
    a problem with the cache files. I am using the same 2 x SSD I have been using for years for autosave and caching. 54GB free space / 24GB free space (current cache in place)
    a problem with the project file (if you're loading a project...)  Doesn't apply
    the Preferences files be set to read-only  How would that happen? Never happened before on any other update and I can change it.
    the user not having administrator rights  Only one user on PC since installation, full rights
    a conflict/incompatibility with some OS setting  Haven't changed anything
    a problem on the licensing/authentication side.  I'm signed up to full Adobe CC. Everything else works, Ps, Lr, Id ...
    A log file might help identify the cause of the crash. Please right-click 'My Computer', select "Manage," look under 'Event Viewer->Windows Logs->Application' to see if there's an event there from Premiere Pro. If so, copy the contents of that log and paste them here.
    >>>>>>>>>>>>>>
    Faulting application name: Adobe Premiere Pro.exe, version: 8.2.0.65, time stamp: 0x5486db4a
    Faulting module name: VideoFilterHost.dll, version: 8.2.0.65, time stamp: 0x5486bf85
    Exception code: 0xc0000005
    Fault offset: 0x000000000006d692
    Faulting process id: 0x19d0
    Faulting application start time: 0x01d022d29c3e2d43
    Faulting application path: C:\Program Files\Adobe\Adobe Premiere Pro CC 2014\Adobe Premiere Pro.exe
    Faulting module path: C:\Program Files\Adobe\Adobe Premiere Pro CC 2014\VideoFilterHost.dll
    Report Id: 1097ced4-8ec8-11e4-aaaf-08606e6e6383
    <<<<<<<<<<<<<<<
    Thanks,
    Rameez

    Problem Solved! (with a small catch)
    While searching crashing issues I came across this thread,"Premiere Pro random crashing since update to 2014.2"
    Marc_Lec  Answered (and I paraphrase here)"...I had the same problem and this is what I did. In 'Preferences Memory'  I increased the memory reserved for other application to at least half the installed and changed the optimize render from 'performance' to 'memory."
    Thank You Marc_Lec for what has been a game changer for me since my last computer and the beginning of PremiereCC problems.
    I changed my Memory reserved for Other Applications from the default 7gigs to 1/2 of my approx.31 available Gigs = 16Gigs. Viola!
    No more crashing what-so-ever!
    I still have to purchase an older  GTX 980 graphics card to take advantage of Adobe's approved code to utilize X=Cuda Cores and GPU, but I think I'll hang onto my new TitanX, in hopes that Adobe will write code and approve it someday in the near future.
    Now why doesn't Adobe say this officially about Memory Settings? (I don't know maybe they do and I missed I somewhere)
    Mine and probably many peoples computers problems here on this board may be attributed to a simple Memory adjustment, because the computer needs more than 7Gigs to run itself, not to mention Premiere.

  • Macbook Pro Retina 13' Randomly crashing ever since Yosemite..

    Product: Macbook Pro 13.3" Retina Display
    Processor: 2.4 GHz Intel Core i5
    Memory : 8 GB 1600 MHz DDR3
    Graphics: Intel Iris 1536 MB
    Storage Capacity: 251 Gb 189.73GB free
    Operating System: OS X Yosemite version 10.10.3
    The Computer will randomly crash and go to a black apple screen which says "press any key to continue" and the computer reboots and a error report comes up and says that it was an unexpected crash, I have hit report several times but I have the error Message to paste below, if anyone can give me any advice that would be great. Thank you.
    Error Code:
    Anonymous UUID:       A36F67BB-2978-F24B-902C-35DA507D07DC
    Sat Feb 21 14:38:30 2015
    *** Panic Report ***
    panic(cpu 0 caller 0xffffff8018570d0d): "a freed zone element has been modified in zone kalloc.128: expected 0xffffff802d379b00 but found 0xffffff802d369b00, bits changed 0x10000, at offset 0 of 128 in element 0xffffff803090df80, cookies 0x3f0011649f60510c 0x53521f716467fd3"@/SourceCache/xnu/xnu-2782.10.72/osfmk/kern/zalloc.c:496
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81214ebdf0 : 0xffffff801852fe41
    0xffffff81214ebe70 : 0xffffff8018570d0d
    0xffffff81214ebee0 : 0xffffff801856ded2
    0xffffff81214ebf90 : 0xffffff80185cc899
    0xffffff81214ebfb0 : 0xffffff8018614dd7
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    14C109
    Kernel version:
    Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64
    Kernel UUID: DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5
    Kernel slide:     0x0000000018200000
    Kernel text base: 0xffffff8018400000
    __HIB  text base: 0xffffff8018300000
    System model name: MacBookPro11,1 (Mac-189A3D4F975D5FFC)
    System uptime in nanoseconds: 33146788701362
    last loaded kext at 7314283916598: com.apple.driver.AppleMikeyHIDDriver 124 (addr 0xffffff7f99f93000, size 20480)
    last unloaded kext at 7303364631829: com.apple.driver.AppleMikeyHIDDriver 124 (addr 0xffffff7f99f93000, size 12288)
    loaded kexts:
    com.symantec.kext.SymAPComm 12.7.1f4
    com.symantec.kext.fw 5.3.1f4
    com.Logitech.Control Center.HID Driver 3.9.1
    com.symantec.kext.ips 3.9.2f1
    com.symantec.kext.pf 5.7.1f4
    com.symantec.kext.internetSecurity 5.4f4
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.filesystems.smbfs 3.0.0
    com.apple.driver.AudioAUUC 1.70
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.iokit.IOBluetoothSerialManager 4.3.2f6
    com.apple.driver.ApplePlatformEnabler 2.1.7d1
    com.apple.driver.AGPM 100.15.5
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleIntelHD5000Graphics 10.0.2
    com.apple.driver.AppleHDA 269.25
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.driver.AppleBacklight 170.5.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleSMCLMU 2.0.7d0
    com.apple.driver.AirPort.Brcm4360 910.26.12
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleCameraInterface 5.29.0
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.driver.AppleIntelFramebufferAzul 10.0.2
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.5.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.7.0
    com.apple.driver.AppleAHCIPort 3.1.0
    com.apple.driver.AppleUSBXHCI 710.4.11
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 3.1
    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.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.iokit.IOSurface 97
    com.apple.driver.DspFuncLib 269.25
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleHDAController 269.25
    com.apple.iokit.IOHDAFamily 269.25
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.iokit.IO80211Family 710.55
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.IOPlatformPluginFamily 5.8.1d38
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.AppleGraphicsDeviceControl 3.8.6
    com.apple.iokit.IOAcceleratorFamily2 156.6
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.AppleUSBHIDKeyboard 176.2
    com.apple.driver.AppleHIDKeyboard 176.2
    com.apple.driver.AppleUSBMultitouch 245.2
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.3
    com.apple.iokit.IOUSBMassStorageClass 3.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.3
    com.apple.driver.IOBluetoothHIDDriver 4.3.2f6
    com.apple.iokit.IOBluetoothFamily 4.3.2f6
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.CoreStorage 471.10.6
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IOUSBFamily 710.4.14
    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.Libm 1
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: MacBookPro11,1, BootROM MBP111.0138.B14, 2 processors, Intel Core i5, 2.4 GHz, 8 GB, SMC 2.16f68
    Graphics: Intel Iris, Intel Iris, Built-In
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, -
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, -
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.15.159.13.12)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM0256F, 251 GB
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: USB-PS/2 Optical Mouse
    USB Device: Keyboard Hub
    USB Device: Apple Keyboard
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2
    Let me know, Thank you!

    Did you use the Symantec and Logitech uninstallers to be sure the extensions are removed?
    com.symantec.kext.SymAPComm 12.7.1f4
    com.symantec.kext.fw 5.3.1f4
    com.Logitech.Control Center.HID Driver 3.9.1
    com.symantec.kext.ips 3.9.2f1
    com.symantec.kext.pf 5.7.1f4
    com.symantec.kext.internetSecurity 5.4f4
    Restart the computer and use it to see if the panics cease.

  • Random Crashes with MSI x48c Platinum

    Hello everyone.
    After crabbing some new hardware and putting it together, Im having trouble with these annoying random crashes. It does not happen often however, maybe a few times in a day. The screen turns black and the sound just loops forever. Then I have to restart it manually. Sometimes it will boot right up again, but other times I have to restart twice, because I dont even get the POST screen up, the screen just stays black.
    Motherboard: MSI x48c Platinum
    Graphic Card: Asus EAH4870
    RAM: OCZ DDR3 4 GB Platinum XTC DualChannel (PC3-12800 2x2048MB 1600MHz.)
    CPU: Intel Core 2 Quad Q9550 2.83GHz 1333Mhz
    PSU: Corsair CMPSU-750TXEU 750W
    OS: Windows Vista x64 Ultimate
    I have a clean installation of Vista x64 and all the drivers are updated.
    No overclocking, everything is running on default (Except I adjusted the graphic card fan, because it was hitting over 80 freaking Celsius when idling..!)
    The temp for the CPU is 35-50c, and with the fan fix for my graphic card, its running on 50c. So overheating shouldnt be a problem.
    Im really out of ideas here.. However, it does not say that my RAM is compedable with the motherboard in the manual, but doesnt that just mean its not tested with it? I think a new card like x48c should be able to run it just fine..
    Any help would be much appreciated.
    Thanks in advice.

    Still having the same problem, but it seems to happen more frequently now though.
    I set the following options in BIOS to:
    Clock speed: 1066 MHz
    Voltage: 1.57V
    CAS# Latency(CL): 9
    RAS# to CAS# Delay (tRCD): 9
    RAS# Precharge (tRP): 9
    RAS# Activate to Precharge: 24
    It was something like, 7 7 7 38..
    Is these the right settings?
    When I run CPUZ again after the changes, its still saying 7 7 7 20.. Also went into the BIOS again, and the settings were set to 9 9 9 24, am I missing out on something here?
    Here is a screenshot of what the menu looks like; http://www.xbitlabs.com/images/mainboards/msi-x48-platinum/timings.jpg (Not my screen)
    I also had to disable STD to get those menu-options.
    So I tried to flash my BIOS instead, but the problem still remains. I used BIOS version 2.4, located here: http://global.msi.com.tw/index.php?func=downloaddetail&type=bios&maincat_no=1&prod_no=1392 (I used the forum tool btw, works great, thanks alot for that!)
    Also tried to reset the CMOS, run default bios settings...
    By the way, since I'm using DDR3 ram I had to use slot 1, and 3. Because the motherboard supports DDR2 as well.
    (Sorry for bringing this old topic up, but its getting really annoying now)

  • Safari 6.0.1 keeps randomly crashing

    Safari 6.0.1 keeps randomly crashing. I'm not exactly sure what triggers it. Sometimes it's when I navigate to a new page. Sometimes I'm not even touching my laptap, I'll walk away for a moment and I'll come back and safari has quit on me. Sometimes I'll have an open page in my dock, but working in another program and safari will just quit. I've searched thru many of the forums here and tried different things, but nothing has helped. I recently upgraded to Mountain Lion, and that is when I noticed safari kept crashing. Occasionally my entire computer will just shut down and I have to restart or while I'm working it will randomly log me out and log me back in without me doing anything, but that doesn't happen as often as safari crashing.
    Here is my crash report for safari. I hope someone can help me out with this.
    Process:         WebProcess [4107]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         8536 (8536.26.14)
    Build Info:      WebKit2-7536026014000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    User ID:         501
    Date/Time:       2012-10-22 23:12:02.961 -0400
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          150396 sec
    Crashes Since Last Report:           47
    Per-App Interval Since Last Report:  137882 sec
    Per-App Crashes Since Last Report:   41
    Anonymous UUID:                      6AB412BD-0E9A-1170-A58D-7964ADE900D0
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff8f1d7758 objc_msgSend_vtable14 + 24
    1   com.apple.CoreFoundation                0x00007fff8892685a CFRelease + 170
    2   com.apple.CoreFoundation                0x00007fff8892ae0a __CFBasicHashDrain + 442
    3   com.apple.CoreFoundation                0x00007fff889269af CFRelease + 511
    4   com.apple.CFNetwork                     0x00007fff84d707cf MixedDict::~MixedDict() + 33
    5   com.apple.CFNetwork                     0x00007fff84d707a0 HTTPHeaderDict::~HTTPHeaderDict() + 18
    6   com.apple.CoreFoundation                0x00007fff889269af CFRelease + 511
    7   com.apple.CFNetwork                     0x00007fff84d44df5 HTTPMessage::~HTTPMessage() + 143
    8   com.apple.CoreFoundation                0x00007fff889269af CFRelease + 511
    9   com.apple.CFNetwork                     0x00007fff84d45102 URLResponse::~URLResponse() + 118
    10  com.apple.CoreFoundation                0x00007fff889269af CFRelease + 511
    11  com.apple.CFNetwork                     0x00007fff84cdce4d __CFCachedURLResponse::~__CFCachedURLResponse() + 99
    12  com.apple.CFNetwork                     0x00007fff84cdcdd1 __CFCachedURLResponse::~__CFCachedURLResponse() + 17
    13  com.apple.CoreFoundation                0x00007fff889269af CFRelease + 511
    14  com.apple.CFNetwork                     0x00007fff84d3ec72 __CFURLCacheNode::~__CFURLCacheNode() + 40
    15  com.apple.CFNetwork                     0x00007fff84d3ec3b __CFURLCacheNode::~__CFURLCacheNode() + 17
    16  com.apple.CFNetwork                     0x00007fff84cdc452 __CFURLCache::RemoveResponseFromCacheContainers(__CFURLCacheNode*, _CFCachedURLResponse const*, __CFString const*, bool) + 246
    17  com.apple.CFNetwork                     0x00007fff84ce55bd __CFURLCache::RemoveLRUCachedItems(long, __CFURLCacheNode*) + 169
    18  com.apple.CFNetwork                     0x00007fff84cd7ef9 __CFURLCache::CreateAndStoreCacheNode(__CFURLCacheNode*, _CFCachedURLResponse const*, __CFString const*, _CFURLRequest const*, void const*, bool, bool&) + 137
    19  com.apple.CFNetwork                     0x00007fff84d3c6d3 AddCacheTask(__CFURLCacheNode*) + 406
    20  com.apple.CFNetwork                     0x00007fff84cd7d09 CFURLCacheAddCachedResponseForRequest + 221
    21  com.apple.CFNetwork                     0x00007fff84cd7c01 ___clientEvent_WillCacheResponse_block_invoke_0 + 55
    22  com.apple.CFNetwork                     0x00007fff84ce2111 ___delegate_willCacheResponse_block_invoke_0 + 95
    23  com.apple.CFNetwork                     0x00007fff84d5f3ca ___withDelegateAsync_block_invoke_0 + 90
    24  com.apple.CFNetwork                     0x00007fff84def56a __block_global_1 + 28
    25  com.apple.CoreFoundation                0x00007fff8894e724 CFArrayApplyFunction + 68
    26  com.apple.CFNetwork                     0x00007fff84d50554 RunloopBlockContext::perform() + 124
    27  com.apple.CFNetwork                     0x00007fff84d5042b MultiplexerSource::perform() + 221
    28  com.apple.CoreFoundation                0x00007fff88930101 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    29  com.apple.CoreFoundation                0x00007fff8892fa25 __CFRunLoopDoSources0 + 245
    30  com.apple.CoreFoundation                0x00007fff88952dc5 __CFRunLoopRun + 789
    31  com.apple.CoreFoundation                0x00007fff889526b2 CFRunLoopRunSpecific + 290
    32  com.apple.HIToolbox                     0x00007fff8df490a4 RunCurrentEventLoopInMode + 209
    33  com.apple.HIToolbox                     0x00007fff8df48e42 ReceiveNextEventCommon + 356
    34  com.apple.HIToolbox                     0x00007fff8df48cd3 BlockUntilNextEventMatchingListInMode + 62
    35  com.apple.AppKit                        0x00007fff86984613 _DPSNextEvent + 685
    36  com.apple.AppKit                        0x00007fff86983ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    37  com.apple.AppKit                        0x00007fff8697b283 -[NSApplication run] + 517
    38  com.apple.WebCore                       0x00007fff8331fe0f WebCore::RunLoop::run() + 63
    39  com.apple.WebKit2                       0x00007fff8f70ec8a WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    40  com.apple.WebKit2                       0x00007fff8f6d65bd WebKitMain + 285
    41  com.apple.WebProcess                    0x000000010c8f7e7b 0x10c8f7000 + 3707
    42  libdyld.dylib                           0x00007fff8a3af7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff83e4cd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff89d57dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff89d579ee _dispatch_mgr_thread + 54
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff83e4a6c2 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff89d58486 _dispatch_semaphore_wait_slow + 241
    2   libxpc.dylib                            0x00007fff84ecee1f xpc_connection_send_message_with_reply_sync + 127
    3   com.apple.SystemConfiguration           0x00007fff8c2840b3 _reach_server_target_status + 291
    4   com.apple.SystemConfiguration           0x00007fff8c284e5a __SCNetworkReachabilityServer_targetStatus + 34
    5   com.apple.SystemConfiguration           0x00007fff8c25512d __SCNetworkReachabilityGetFlags + 331
    6   com.apple.SystemConfiguration           0x00007fff8c254f58 SCNetworkReachabilityGetFlags + 241
    7   com.apple.CFNetwork                     0x00007fff84d379d3 SocketStream::Reachability::schedule(dispatch_queue_s*) + 39
    8   com.apple.CFNetwork                     0x00007fff84d37623 SocketStream::addNetworkReachability_NoLock() + 163
    9   com.apple.CFNetwork                     0x00007fff84d37487 SocketStream::socketCallbackConnectLocked(SocketStreamSignalHolder*, void const*) + 201
    10  com.apple.CFNetwork                     0x00007fff84d3736d SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 131
    11  com.apple.CFNetwork                     0x00007fff84d372d1 SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 83
    12  com.apple.CoreFoundation                0x00007fff8896f408 __CFSocketPerformV0 + 728
    13  com.apple.CoreFoundation                0x00007fff88930101 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    14  com.apple.CoreFoundation                0x00007fff8892faed __CFRunLoopDoSources0 + 445
    15  com.apple.CoreFoundation                0x00007fff88952dc5 __CFRunLoopRun + 789
    16  com.apple.CoreFoundation                0x00007fff889526b2 CFRunLoopRunSpecific + 290
    17  com.apple.Foundation                    0x00007fff8808c586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    18  com.apple.Foundation                    0x00007fff880ea612 __NSThread__main__ + 1345
    19  libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    20  libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 3:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff83e4c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85490f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8b6e3d96 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff8b905d0a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff8b91b36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff83e4c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85490f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8b868724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8b868606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8b91b36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 5:: WebCore: Scrolling
    0   libsystem_kernel.dylib                  0x00007fff83e4a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff83e49c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8894d803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff88952ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff889526b2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff88961371 CFRunLoopRun + 97
    6   com.apple.WebCore                       0x00007fff833352b1 WebCore::ScrollingThread::initializeRunLoop() + 273
    7   com.apple.JavaScriptCore                0x00007fff8b91b36f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 6:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff83e4c322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff889924e6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 7:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff83e4c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85490f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8b6e3d5d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8335a9b1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff828ad06a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff8b91b36f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 8:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff83e4c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85490f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8b6e3d5d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8335a9b1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff828ad06a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff8b91b36f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 9:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff83e4c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85490fc3 _pthread_cond_wait + 927
    2   com.apple.CoreVideo                     0x00007fff886e0ed5 CVDisplayLink::waitUntil(unsigned long long) + 271
    3   com.apple.CoreVideo                     0x00007fff886e023d CVDisplayLink::runIOThread() + 529
    4   com.apple.CoreVideo                     0x00007fff886e0013 startIOThread(void*) + 148
    5   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 10:: Dispatch queue: com.apple.xpc.waitq
    0   libdispatch.dylib                       0x00007fff89d58b71 _dispatch_semaphore_dispose + 51
    1   libdispatch.dylib                       0x00007fff89d55898 _dispatch_dispose + 49
    2   libdispatch.dylib                       0x00007fff89d55837 -[OS_dispatch_object _xref_dispose] + 51
    3   libxpc.dylib                            0x00007fff84ecf83c _xpc_connection_call_reply + 31
    4   libdispatch.dylib                       0x00007fff89d550b6 _dispatch_client_callout + 8
    5   libdispatch.dylib                       0x00007fff89d5647f _dispatch_queue_drain + 235
    6   libdispatch.dylib                       0x00007fff89d562f1 _dispatch_queue_invoke + 52
    7   libdispatch.dylib                       0x00007fff89d561c3 _dispatch_worker_thread2 + 249
    8   libsystem_c.dylib                       0x00007fff8548ecab _pthread_wqthread + 404
    9   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 11:: Dispatch queue: com.apple.SystemConfiguration.SCNetworkReachability.xpcq
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548efb6 pthread_workqueue_addthreads_np + 47
    2   libdispatch.dylib                       0x00007fff89d56073 _dispatch_queue_wakeup_global_slow + 59
    3   libdispatch.dylib                       0x00007fff89d55ecd _dispatch_wakeup + 132
    4   libdispatch.dylib                       0x00007fff89d55e10 _dispatch_queue_push_list_slow2 + 33
    5   libxpc.dylib                            0x00007fff84ecf503 _xpc_connection_recv_message + 796
    6   libxpc.dylib                            0x00007fff84ecf16d _xpc_connection_wakeup_recv + 165
    7   libxpc.dylib                            0x00007fff84ecd8b4 _xpc_connection_wakeup2 + 1799
    8   libxpc.dylib                            0x00007fff84ecf0ae _xpc_connection_reply_event + 163
    9   libdispatch.dylib                       0x00007fff89d550b6 _dispatch_client_callout + 8
    10  libdispatch.dylib                       0x00007fff89d5729b _dispatch_source_invoke + 691
    11  libdispatch.dylib                       0x00007fff89d56305 _dispatch_queue_invoke + 72
    12  libdispatch.dylib                       0x00007fff89d56448 _dispatch_queue_drain + 180
    13  libdispatch.dylib                       0x00007fff89d562f1 _dispatch_queue_invoke + 52
    14  libdispatch.dylib                       0x00007fff89d56448 _dispatch_queue_drain + 180
    15  libdispatch.dylib                       0x00007fff89d562f1 _dispatch_queue_invoke + 52
    16  libdispatch.dylib                       0x00007fff89d561c3 _dispatch_worker_thread2 + 249
    17  libsystem_c.dylib                       0x00007fff8548ecab _pthread_wqthread + 404
    18  libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff88aca424  rbx: 0x00007fb9cc0c4170  rcx: 0x00007fff7358ce10  rdx: 0x0000000000000007
      rdi: 0x00007fb9cc0d8ba0  rsi: 0x00007fff871abc76  rbp: 0x00007fff53306a20  rsp: 0x00007fff533069d8
       r8: 0x00007fb9cc078990   r9: 0x000000005acb533d  r10: 0x00007fb9cc0a5ff0  r11: 0x0000000096d1230a
      r12: 0x0000000000000004  r13: 0x00000000a5baadb9  r14: 0x00000000a7baadb1  r15: 0x00007fb9cc0d8ba0
      rip: 0x00007fff8f1d7758  rfl: 0x0000000000010246  cr2: 0xffffff8092267004
    Logical CPU: 1
    Binary Images:
           0x10c8f7000 -        0x10c8f7fff  com.apple.WebProcess (8536 - 8536.26.14) <04443BB6-662D-3053-B839-23AC888D5497> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
           0x10c8ff000 -        0x10c8fffff  WebProcessShim.dylib (7536.26.14) <E5E6AD28-2DA2-34DC-9715-F7915243144F> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x10e091000 -        0x10e0a7fff  com.apple.WebInspector (8536 - 8536.26.7) <695942A0-65F2-3E26-84D3-859D12938555> /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspecto r
           0x10e756000 -        0x10e757ff7  ATSHI.dylib (341.1) <3328D0EC-BD75-3041-A458-05FFE934C019> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x10eb1c000 -        0x10eb32ff7  com.apple.webcontentfilter.framework (3.1 - 5) <D76F41C5-DAEF-3298-BFF7-B63A92B32ACA> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x111941000 -        0x111af8fff  GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x111b2f000 -        0x111c71fff  libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x111ca5000 -        0x111cb3ff7  libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x111cba000 -        0x111ce7fff  GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x111cf0000 -        0x111cf9fe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x111cff000 -        0x111d02ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x200000000 -        0x200822ff7  com.apple.GeForceGLDriver (8.0.61 - 8.0.0) <CF32F783-46E3-3837-A993-01CB9C2BE6BC> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff6c4f7000 -     0x7fff6c52b93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff82883000 -     0x7fff8288dfff  libcsfde.dylib (274.7) <77562CC6-3D42-34BF-BAAB-660140479D55> /usr/lib/libcsfde.dylib
        0x7fff8288e000 -     0x7fff83847fff  com.apple.WebCore (8536 - 8536.26.14) <60029E1A-C1DB-3A1F-8528-4970058D8B3D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff838cb000 -     0x7fff838d1fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff838d2000 -     0x7fff83b52ff7  com.apple.AOSKit (1.05 - 151) <A34E8584-797C-318F-9E25-937A710C68AB> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff83b56000 -     0x7fff83b57fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff83b58000 -     0x7fff83c9cfef  com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff83c9d000 -     0x7fff83ceafff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff83d14000 -     0x7fff83d5ffff  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff83d60000 -     0x7fff83e25ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff83e3a000 -     0x7fff83e55ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff83e56000 -     0x7fff83eddff7  libCoreStorage.dylib (274.7) <8E13133C-1198-3555-9518-2BCC09C66C97> /usr/lib/libCoreStorage.dylib
        0x7fff83f3c000 -     0x7fff83f92fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff84855000 -     0x7fff84855fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff84856000 -     0x7fff8487efff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8487f000 -     0x7fff84895fff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff84896000 -     0x7fff84898fff  com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff84899000 -     0x7fff848adfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff848ae000 -     0x7fff848afff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff8493b000 -     0x7fff84962ff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff849b3000 -     0x7fff84ccaff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff84ccb000 -     0x7fff84cd2fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff84cd3000 -     0x7fff84e47fff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff84e48000 -     0x7fff84e5cfff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff84e67000 -     0x7fff84e82ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff84e83000 -     0x7fff84ebdfff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff84ec3000 -     0x7fff84ee5ff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff84ef7000 -     0x7fff850a5fff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff850a6000 -     0x7fff850a8ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff850a9000 -     0x7fff850adfff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff850ae000 -     0x7fff850cfff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff850d0000 -     0x7fff85138fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85139000 -     0x7fff8513dff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8513e000 -     0x7fff8513efff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8513f000 -     0x7fff85145fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff85146000 -     0x7fff8515cfff  com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff851a1000 -     0x7fff851befff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff851bf000 -     0x7fff85345fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff85346000 -     0x7fff8534cff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8534d000 -     0x7fff8536cff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8536d000 -     0x7fff8538cff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8538d000 -     0x7fff85398fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff85399000 -     0x7fff853a3ff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff853d6000 -     0x7fff85454ff7  com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff85478000 -     0x7fff85544fe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff85545000 -     0x7fff85ed5c67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff85ed6000 -     0x7fff86060fff  com.apple.WebKit (8536 - 8536.26.14) <7C4D5DE6-7153-3E54-8D4F-BB2E9AE74878> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff86061000 -     0x7fff86062fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff86063000 -     0x7fff860baff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff860bb000 -     0x7fff8614cfff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8614d000 -     0x7fff8620aff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8620b000 -     0x7fff8620dfff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8620e000 -     0x7fff8629bff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8629c000 -     0x7fff862aafff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff862ab000 -     0x7fff862affff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff86345000 -     0x7fff86346ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff86347000 -     0x7fff86352ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff86353000 -     0x7fff8637ffff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff86380000 -     0x7fff8641dff7  com.apple.PDFKit (2.7.2 - 2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8641e000 -     0x7fff8641ffff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff86422000 -     0x7fff8653cfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8653d000 -     0x7fff86580ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff865e1000 -     0x7fff865e5fff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff865e6000 -     0x7fff865eafff  libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff865eb000 -     0x7fff865f7ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff865f8000 -     0x7fff865fbfff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8677d000 -     0x7fff8682efff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8682f000 -     0x7fff8745cff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8745d000 -     0x7fff8747fff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff87480000 -     0x7fff874b6fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff87503000 -     0x7fff87531ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff87534000 -     0x7fff875cefff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff875cf000 -     0x7fff875d4fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff875d5000 -     0x7fff87600fff  com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff87601000 -     0x7fff87632ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff87633000 -     0x7fff878d7fff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff87928000 -     0x7fff8792aff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8793d000 -     0x7fff879d7fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff879d8000 -     0x7fff879e4fff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff879e5000 -     0x7fff87c1aff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff87c1b000 -     0x7fff87c88ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff87c89000 -     0x7fff87cdfff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff87ce0000 -     0x7fff87cf2ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff87d07000 -     0x7fff87d4ffff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff87d50000 -     0x7fff87d67fff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff87d68000 -     0x7fff87da2fff  com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff87da3000 -     0x7fff87da5fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff87da6000 -     0x7fff88054fff  com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff88055000 -     0x7fff883b1fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff884a2000 -     0x7fff884f1ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff884f2000 -     0x7fff884f4ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff884f5000 -     0x7fff884f8fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff884f9000 -     0x7fff88544ff7  com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff88545000 -     0x7fff88584ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff88585000 -     0x7fff885b9fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff885ba000 -     0x7fff886dafff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff886de000 -     0x7fff88708ff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8870b000 -     0x7fff88722fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff88723000 -     0x7fff887fdff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff887fe000 -     0x7fff88803fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8891e000 -     0x7fff88b07fff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff88b08000 -     0x7fff88b75fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff88b76000 -     0x7fff88bc0ff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff88bc1000 -     0x7fff88bc9fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff88bca000 -     0x7fff88fc3ff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff88fc4000 -     0x7fff88fd3ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff88fec000 -     0x7fff88ff2fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff88ff3000 -     0x7fff89075fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff89076000 -     0x7fff89076fff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8908c000 -     0x7fff890b3ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff890b4000 -     0x7fff89110fff  com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff89111000 -     0x7fff89166ff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff89167000 -     0x7fff891c3fff  com.apple.corelocation (1.0 - 1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff891c4000 -     0x7fff891c4fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff891c5000 -     0x7fff891d8ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff891d9000 -     0x7fff891e8ff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff891e9000 -     0x7fff89312ff7  com.apple.avfoundation (2.0 - 361.25) <1F5CACA6-9CF3-3FAB-BDE1-E6CC96A63FF7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff89589000 -     0x7fff8958dfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8958e000 -     0x7fff895cafff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff895cb000 -     0x7fff895d6ff7  com.apple.aps.framework (3.0 - 3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff89789000 -     0x7fff89b80fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff89c50000 -     0x7fff89d45fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff89d46000 -     0x7fff89d52fff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff89d53000 -     0x7fff89d68ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff89d69000 -     0x7fff89d89fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89d8a000 -     0x7fff89d97fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff89d98000 -     0x7fff89dc1fff  libsandbox.1.dylib (220) <163B48F0-2A0D-3E07-8576-6734C98CEF25> /usr/lib/libsandbox.1.dylib
        0x7fff89dfd000 -     0x7fff89dfffff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff89e00000 -     0x7fff89e00fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff89e01000 -     0x7fff89e04fff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff89e05000 -     0x7fff8a060ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8a061000 -     0x7fff8a061fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8a068000 -     0x7fff8a075fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8a076000 -     0x7fff8a0d3fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8a0d4000 -     0x7fff8a26ffef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8a2cb000 -     0x7fff8a325fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8a326000 -     0x7fff8a33bfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8a33c000 -     0x7fff8a3acfff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8a3ad000 -     0x7fff8a3b0ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8a3f7000 -     0x7fff8a41efff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8a41f000 -     0x7fff8a51dfff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8a51e000 -     0x7fff8a526ff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8a527000 -     0x7fff8a56bfff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff8a595000 -     0x7fff8a616fff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8a617000 -     0x7fff8a61efff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8a61f000 -     0x7fff8a622ff7  com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8a623000 -     0x7fff8a651fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8a663000 -     0x7fff8a765fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8a9ae000 -     0x7fff8a9faff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8aab9000 -     0x7fff8aab9fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8aaba000 -     0x7fff8aac8ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8ac7d000 -     0x7fff8ae7dfff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff8ae7e000 -     0x7fff8ae80fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8ae81000 -     0x7fff8ae81fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8ae82000 -     0x7fff8aeb9ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff8aeba000 -     0x7fff8af22ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8af23000 -     0x7fff8b665ff7  libclh.dylib (4.0.3 - 4.0.3) <16FC7127-61C7-3F3A-870E-16CD38E5BB37> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff8b666000 -     0x7fff8b670fff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8b671000 -     0x7fff8b684ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8b685000 -     0x7fff8b6dcff

    This is getting so ridiculous. It's becoming very difficult to get anything productive done. Here is the latest crash report.
    Process:         WebProcess [8836]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         8536 (8536.26.14)
    Build Info:      WebKit2-7536026014000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    User ID:         501
    Date/Time:       2012-10-25 13:52:23.815 -0400
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          299595 sec
    Crashes Since Last Report:           92
    Per-App Interval Since Last Report:  284485 sec
    Per-App Crashes Since Last Report:   83
    Anonymous UUID:                      6AB412BD-0E9A-1170-A58D-7964ADE900D0
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 000000010c3ea000-000000010c3eb000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     000000000000000000 0 + 0
    1   com.apple.JavaScriptCore                0x00007fff8b8666ae JSC::MarkedBlock::FreeList JSC::MarkedBlock::sweepHelper<true>(JSC::MarkedBlock::SweepMode) + 398
    2   com.apple.JavaScriptCore                0x00007fff8b8664d4 JSC::MarkedBlock::sweep(JSC::MarkedBlock::SweepMode) + 36
    3   com.apple.JavaScriptCore                0x00007fff8b8116cb JSC::Heap::sweep() + 107
    4   com.apple.JavaScriptCore                0x00007fff8b811875 JSC::Heap::collect(JSC::Heap::SweepToggle) + 245
    5   com.apple.JavaScriptCore                0x00007fff8b81064b JSC::DefaultGCActivityCallbackPlatformData::timerDidFire(__CFRunLoopTimer*, void*) + 315
    6   com.apple.CoreFoundation                0x00007fff8896dda4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    7   com.apple.CoreFoundation                0x00007fff8896d8bd __CFRunLoopDoTimer + 557
    8   com.apple.CoreFoundation                0x00007fff88953099 __CFRunLoopRun + 1513
    9   com.apple.CoreFoundation                0x00007fff889526b2 CFRunLoopRunSpecific + 290
    10  com.apple.HIToolbox                     0x00007fff8df490a4 RunCurrentEventLoopInMode + 209
    11  com.apple.HIToolbox                     0x00007fff8df48e42 ReceiveNextEventCommon + 356
    12  com.apple.HIToolbox                     0x00007fff8df48cd3 BlockUntilNextEventMatchingListInMode + 62
    13  com.apple.AppKit                        0x00007fff86984613 _DPSNextEvent + 685
    14  com.apple.AppKit                        0x00007fff86983ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    15  com.apple.AppKit                        0x00007fff8697b283 -[NSApplication run] + 517
    16  com.apple.WebCore                       0x00007fff8331fe0f WebCore::RunLoop::run() + 63
    17  com.apple.WebKit2                       0x00007fff8f70ec8a WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    18  com.apple.WebKit2                       0x00007fff8f6d65bd WebKitMain + 285
    19  com.apple.WebProcess                    0x000000010c3eae7b 0x10c3ea000 + 3707
    20  libdyld.dylib                           0x00007fff8a3af7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff83e4cd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff89d57dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff89d579ee _dispatch_mgr_thread + 54
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff83e4a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff83e49c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8894d803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff88952ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff889526b2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8808c586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff880ea612 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 3:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff83e4c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85490f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8b6e3d96 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff8b905d0a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff8b91b36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff83e4c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85490f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8b868724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8b868606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8b91b36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 5:: WebCore: Scrolling
    0   libsystem_kernel.dylib                  0x00007fff83e4a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff83e49c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8894d803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff88952ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff889526b2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff88961371 CFRunLoopRun + 97
    6   com.apple.WebCore                       0x00007fff833352b1 WebCore::ScrollingThread::initializeRunLoop() + 273
    7   com.apple.JavaScriptCore                0x00007fff8b91b36f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 6:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff83e4c322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff889924e6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 7:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff83e4c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85490f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8b6e3d5d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8335a9b1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff828ad06a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff8b91b36f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 8:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff83e4c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85490f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8b6e3d5d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff8335a9b1 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff828ad06a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff8b91b36f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 9:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib                  0x00007fff83e4a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff83e49c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8894d803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff88952ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff889526b2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff88961371 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff8ec35496 listenOnDelegatePort + 403
    7   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 10:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib                  0x00007fff83e4a686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff83e49c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8894d803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff88952ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff889526b2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff88961371 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff8ec35931 listenOnNotificationPort + 371
    7   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 11:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff83e4c0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff85490fc3 _pthread_cond_wait + 927
    2   com.apple.CoreVideo                     0x00007fff886e0ed5 CVDisplayLink::waitUntil(unsigned long long) + 271
    3   com.apple.CoreVideo                     0x00007fff886e023d CVDisplayLink::runIOThread() + 529
    4   com.apple.CoreVideo                     0x00007fff886e0013 startIOThread(void*) + 148
    5   libsystem_c.dylib                       0x00007fff8548c742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff85479181 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff83e4c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8548eeec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8548ecb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff85479171 start_wqthread + 13
    Thread 18:
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000800  rbx: 0x00000001626c2ba0  rcx: 0x00007fff73b46b08  rdx: 0x0000000000000000
      rdi: 0x00000001626c2ba0  rsi: 0x0000000000000000  rbp: 0x00007fff538141d0  rsp: 0x00007fff53814198
       r8: 0x000000000000001a   r9: 0x0000000000000020  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x1ffffffffffffffc  r13: 0x000000014eeef068  r14: 0x00000001626c0000  r15: 0x000000000000015d
      rip: 0x0000000000000000  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU: 0
    Binary Images:
           0x10c3ea000 -        0x10c3eafff  com.apple.WebProcess (8536 - 8536.26.14) <04443BB6-662D-3053-B839-23AC888D5497> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
           0x10c3ef000 -        0x10c3effff  WebProcessShim.dylib (7536.26.14) <E5E6AD28-2DA2-34DC-9715-F7915243144F> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x14ee4e000 -        0x14ee64fff  com.apple.WebInspector (8536 - 8536.26.7) <695942A0-65F2-3E26-84D3-859D12938555> /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspecto r
           0x150c65000 -        0x150c7bff7  com.apple.webcontentfilter.framework (3.1 - 5) <D76F41C5-DAEF-3298-BFF7-B63A92B32ACA> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x152378000 -        0x15252ffff  GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x152566000 -        0x1526a8fff  libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x1526dc000 -        0x1526eaff7  libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x1526f1000 -        0x15271efff  GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x152727000 -        0x152730fe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x152736000 -        0x152739ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x200000000 -        0x200822ff7  com.apple.GeForceGLDriver (8.0.61 - 8.0.0) <CF32F783-46E3-3837-A993-01CB9C2BE6BC> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff6bfea000 -     0x7fff6c01e93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff82883000 -     0x7fff8288dfff  libcsfde.dylib (274.7) <77562CC6-3D42-34BF-BAAB-660140479D55> /usr/lib/libcsfde.dylib
        0x7fff8288e000 -     0x7fff83847fff  com.apple.WebCore (8536 - 8536.26.14) <60029E1A-C1DB-3A1F-8528-4970058D8B3D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff838cb000 -     0x7fff838d1fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff838d2000 -     0x7fff83b52ff7  com.apple.AOSKit (1.05 - 151) <A34E8584-797C-318F-9E25-937A710C68AB> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff83b56000 -     0x7fff83b57fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff83b58000 -     0x7fff83c9cfef  com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff83c9d000 -     0x7fff83ceafff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff83d14000 -     0x7fff83d5ffff  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff83d60000 -     0x7fff83e25ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff83e3a000 -     0x7fff83e55ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff83e56000 -     0x7fff83eddff7  libCoreStorage.dylib (274.7) <8E13133C-1198-3555-9518-2BCC09C66C97> /usr/lib/libCoreStorage.dylib
        0x7fff83f3c000 -     0x7fff83f92fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff84855000 -     0x7fff84855fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff84856000 -     0x7fff8487efff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8487f000 -     0x7fff84895fff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff84896000 -     0x7fff84898fff  com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff84899000 -     0x7fff848adfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff848ae000 -     0x7fff848afff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff8493b000 -     0x7fff84962ff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff849b3000 -     0x7fff84ccaff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff84ccb000 -     0x7fff84cd2fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff84cd3000 -     0x7fff84e47fff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff84e48000 -     0x7fff84e5cfff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff84e67000 -     0x7fff84e82ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff84e83000 -     0x7fff84ebdfff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff84ec3000 -     0x7fff84ee5ff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff84ef7000 -     0x7fff850a5fff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff850a6000 -     0x7fff850a8ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff850a9000 -     0x7fff850adfff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff850ae000 -     0x7fff850cfff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff850d0000 -     0x7fff85138fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85139000 -     0x7fff8513dff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8513e000 -     0x7fff8513efff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8513f000 -     0x7fff85145fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff85146000 -     0x7fff8515cfff  com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff851a1000 -     0x7fff851befff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff851bf000 -     0x7fff85345fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff85346000 -     0x7fff8534cff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8534d000 -     0x7fff8536cff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8536d000 -     0x7fff8538cff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8538d000 -     0x7fff85398fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff85399000 -     0x7fff853a3ff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff853d6000 -     0x7fff85454ff7  com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff85478000 -     0x7fff85544fe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff85545000 -     0x7fff85ed5c67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff85ed6000 -     0x7fff86060fff  com.apple.WebKit (8536 - 8536.26.14) <7C4D5DE6-7153-3E54-8D4F-BB2E9AE74878> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff86061000 -     0x7fff86062fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff86063000 -     0x7fff860baff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff860bb000 -     0x7fff8614cfff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8614d000 -     0x7fff8620aff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8620b000 -     0x7fff8620dfff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8620e000 -     0x7fff8629bff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8629c000 -     0x7fff862aafff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff862ab000 -     0x7fff862affff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff86345000 -     0x7fff86346ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff86347000 -     0x7fff86352ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff86353000 -     0x7fff8637ffff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff86380000 -     0x7fff8641dff7  com.apple.PDFKit (2.7.2 - 2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8641e000 -     0x7fff8641ffff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff86422000 -     0x7fff8653cfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8653d000 -     0x7fff86580ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff865e1000 -     0x7fff865e5fff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff865e6000 -     0x7fff865eafff  libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff865eb000 -     0x7fff865f7ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff865f8000 -     0x7fff865fbfff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8677d000 -     0x7fff8682efff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8682f000 -     0x7fff8745cff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8745d000 -     0x7fff8747fff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff87480000 -     0x7fff874b6fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff87503000 -     0x7fff87531ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff87534000 -     0x7fff875cefff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff875cf000 -     0x7fff875d4fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff875d5000 -     0x7fff87600fff  com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff87601000 -     0x7fff87632ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff87633000 -     0x7fff878d7fff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff87928000 -     0x7fff8792aff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8793d000 -     0x7fff879d7fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff879d8000 -     0x7fff879e4fff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff879e5000 -     0x7fff87c1aff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff87c1b000 -     0x7fff87c88ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff87c89000 -     0x7fff87cdfff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff87ce0000 -     0x7fff87cf2ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff87d07000 -     0x7fff87d4ffff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff87d50000 -     0x7fff87d67fff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff87d68000 -     0x7fff87da2fff  com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff87da3000 -     0x7fff87da5fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff87da6000 -     0x7fff88054fff  com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff88055000 -     0x7fff883b1fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff884a2000 -     0x7fff884f1ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff884f2000 -     0x7fff884f4ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff884f5000 -     0x7fff884f8fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff884f9000 -     0x7fff88544ff7  com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff88545000 -     0x7fff88584ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff88585000 -     0x7fff885b9fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff885ba000 -     0x7fff886dafff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff886de000 -     0x7fff88708ff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8870b000 -     0x7fff88722fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff88723000 -     0x7fff887fdff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff887fe000 -     0x7fff88803fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8891e000 -     0x7fff88b07fff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff88b08000 -     0x7fff88b75fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff88b76000 -     0x7fff88bc0ff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff88bc1000 -     0x7fff88bc9fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff88bca000 -     0x7fff88fc3ff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff88fc4000 -     0x7fff88fd3ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff88fec000 -     0x7fff88ff2fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff88ff3000 -     0x7fff89075fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff89076000 -     0x7fff89076fff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8908c000 -     0x7fff890b3ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff890b4000 -     0x7fff89110fff  com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff89111000 -     0x7fff89166ff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff89167000 -     0x7fff891c3fff  com.apple.corelocation (1.0 - 1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff891c4000 -     0x7fff891c4fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff891c5000 -     0x7fff891d8ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff891d9000 -     0x7fff891e8ff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff891e9000 -     0x7fff89312ff7  com.apple.avfoundation (2.0 - 361.25) <1F5CACA6-9CF3-3FAB-BDE1-E6CC96A63FF7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff89589000 -     0x7fff8958dfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8958e000 -     0x7fff895cafff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff895cb000 -     0x7fff895d6ff7  com.apple.aps.framework (3.0 - 3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff89789000 -     0x7fff89b80fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff89c50000 -     0x7fff89d45fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff89d46000 -     0x7fff89d52fff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff89d53000 -     0x7fff89d68ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff89d69000 -     0x7fff89d89fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89d8a000 -     0x7fff89d97fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff89d98000 -     0x7fff89dc1fff  libsandbox.1.dylib (220) <163B48F0-2A0D-3E07-8576-6734C98CEF25> /usr/lib/libsandbox.1.dylib
        0x7fff89dfd000 -     0x7fff89dfffff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff89e00000 -     0x7fff89e00fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff89e01000 -     0x7fff89e04fff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff89e05000 -     0x7fff8a060ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8a061000 -     0x7fff8a061fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8a068000 -     0x7fff8a075fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8a076000 -     0x7fff8a0d3fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8a0d4000 -     0x7fff8a26ffef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8a2cb000 -     0x7fff8a325fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8a326000 -     0x7fff8a33bfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8a33c000 -     0x7fff8a3acfff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8a3ad000 -     0x7fff8a3b0ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8a3f7000 -     0x7fff8a41efff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8a41f000 -     0x7fff8a51dfff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8a51e000 -     0x7fff8a526ff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8a527000 -     0x7fff8a56bfff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff8a595000 -     0x7fff8a616fff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8a617000 -     0x7fff8a61efff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8a61f000 -     0x7fff8a622ff7  com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8a623000 -     0x7fff8a651fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8a663000 -     0x7fff8a765fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8a9ae000 -     0x7fff8a9faff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8aab9000 -     0x7fff8aab9fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8aaba000 -     0x7fff8aac8ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8ac7d000 -     0x7fff8ae7dfff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff8ae7e000 -     0x7fff8ae80fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8ae81000 -     0x7fff8ae81fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8ae82000 -     0x7fff8aeb9ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff8aeba000 -     0x7fff8af22ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8af23000 -     0x7fff8b665ff7  libclh.dylib (4.0.3 - 4.0.3) <16FC7127-61C7-3F3A-870E-16CD38E5BB37> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff8b666000 -     0x7fff8b670fff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8b671000 -     0x7fff8b684ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8b685000 -     0x7fff8b6dcff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8b6dd000 -     0x7fff8b977ff7  com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8b9ac000 -     0x7fff8b9defff  com.apple.framework.Admin (12.0 - 12.0) <5D6978C8-0B1B-3D0E-A122-C0ABD0AA8488> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8b9df000 -     0x7fff8bab2ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <005BE6FF-38A1-3AEA-B24C-9D4F330EF6BE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8bab3000 -     0x7fff8baf3fff  com.apple.MediaKit (13 - 659) <0C56D7FF-0430-3199-9952-CF8577519449> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8baf4000 -     0x7fff8bb3cfff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8bb3d000 -     0x7fff8bb3dffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8bb3e000 -     0x7fff8bb3efff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8bb3f000 -     0x7fff8bb40fff  libquit.dylib (130) <FD30E6D6-B4F9-3E14-8376-7036271100D1> /usr/lib/libquit.dylib
        0x7fff8bb41000 -     0x7fff8bb6dff7  libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8bb6e000 -     0x7fff8bbeeff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8bcb3000 -     0x7fff8bd02ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8bd03000 -     0x7fff8bd2efff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8bd2f000 -     0x7fff8bd67fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8bd68000 -     0x7fff8be0eff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8be0f000 -     0x7fff8c0d2ff7  com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8c0d3000 -     0x7fff8c0edfff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8c0ee000 -     0x7fff8c0eefff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8c131000 -     0x7fff8c174fff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8c175000 -     0x7fff8c247ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8c248000 -     0x7fff8c299ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8c29a000 -     0x7fff8c2a8ff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
        0x7fff8c2a9000 -     0x7fff8c2ceff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff8c32a000 -     0x7fff8c81ffff  com.apple.Safari.framework (8536 - 8536.26.14) <8A1EDE49-1974-3CA6-9B1A-54A1C5B2FF24> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff8c820000 -     0x7fff8cfc8fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8cfc9000 -     0x7fff8cfcefff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8cfcf000 -     0x7fff8d252fff  com.apple.RawCamera.bundle (4.00 - 658) <6786E9E0-3197-30A3-A0F4-22A6064B3EF2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8d30c000 -     0x7fff8d31dff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8d31e000 -     0x7fff8d325fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8d368000 -     0x7fff8d481ff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8d482000 -     0x7fff8d4b8fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8d4d4000 -     0x7fff8d5d6fff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8d5d7000 -     0x7fff8d5dbff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8d637000 -     0x7fff8d734ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8d735000 -     0x7fff8d73efff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8d741000 -     0x7fff8d79dff7  com.apple.Symbolication (1.3 - 93) <66BAF8B0-26D5-38B6-A742-01031F1B4EC0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8d79e000 -     0x7fff8d79fff7  libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib
        0x7fff8d7a0000 -     0x7fff8d7adff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8d7ae000 -     0x7fff8d7ebfe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8d7ec000 -     0x7fff8d7edff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dyli

  • IPod touch random crashing

    I just upgraded from a 3G 40GB iPod to a brand spankin' new 16Gb iPod touch, and I'm noticing some random weirdness with it. First a few details:
    *- At this moment I have 969 songs, 1 video, and 4 photos loaded on my iPod touch, leaving 3.9GB free.*
    *- I bought the iPod last Sunday, and it came loaded with firmware 1.1.1.*
    *- This morning I updated the iPod to firmware 1.1.2 with no issues.*
    Here's what I've noticed so far:
    a) If you create a new playlist directly on the ipod itself (using the On The Go list), it sometimes randomly crashes and resets back to the home screen. I'll be sorting the music list by artist name, and it usually happens when I tap on their name, followed by the name of the album/CD. One time when this happened I noticed that the name of a song was "blinking" (best way I can describe it). The text was "blinking" left and right, followed by the ipod resetting itself back to the home screen.
    b) I've noticed that after a while, tracks that were were encoded directly from a CD with Apple Lossless Compression lose the ability to seek using the seek bar (tap once on the screen while a song is playing to display it). The pointer on the bar will move to the desired location, but the song keeps playing at it's present location. Tapping the last track/next track arrows doesn't do anything either (you'd need to tap them twice). Doing a reset by holding down the power button on the top of the player and sliding the slider fixes it for a short while. I haven't tried this yet with the 1.1.2 firmware installed, so I don't know if this particular bug has been squashed.
    c) I've had it crash once while selecting a song from the artists playlist. Hasn't happened again yet since updating to 1.1.2.
    d) I have had random crashes using the youTube feature. I haven't tried it yet with firmware 1.1.2 though, so I do not know if this bug has been fixed yet either.
    Overall I like the iPod touch. I like the features it has and it's a nice replacement to my dead 3G iPod. What I'm not liking is now unrefined the firmware seems to be. Everything I'm seeing points to a firmware problem Vs. a hardware problem.
    I would greatly appreciate it if someone from Apple's ipod dev team would look into the issue. I do not want or need a personalized reply; rather think of this posting as a bug report. I have been allowing iTunes to send crash reports, but I have no way of knowing if this exact error is being reported.

    Well, on my way home today I was using my iPod in my car (I have it directly connected to my stereo system using a Belkin Auto Kit (which, by the way works fine with the iPod Touch)), and I noticed something else.
    Initially I thought the issue with the seek bar not working was limited to songs I had ripped from CD's in my collection using ALC compression. It looks like it's also affecting songs I have downloaded from the iTunes store too.
    I tapped the rewind button (the "|<<" button), and it wouldn't rewind the song back to the beginning. So I tapped it again, and it went to the previous song. I happened to be pulling into my driveway so I stopped the car, picked up the iPod and started playing with it. Sure enough the problem came back. I tried seeking using the slider. No go. the "|<<" and ">>|" buttons weren't working right again either.
    I unplugged the iPod from the auto adapter and gave it another go. Same issue.
    That was about 2 hours ago. I just tried using the iPod a few minutes ago and it's still doing it.
    I just did a soft reset a moment ago by holding down the power button and then powering down the iPod. It's working fine again.
    In four years I think the most I ever reset my older 3G 40GB iPod was around 8 to 10 times TOPS. I'm well past that with the iPod touch, and I haven't owned it for more than a week.
    I think Safari has crashed on me once or twice, but to be honest I cut that app a lot of slack. There's a lot of badly designed web sites out there that have even crashed & locked up my Palm Treo 700WX phone to the point I needed to do a reset on it. I'm being a bit more critical over the issues I'm finding because they're part of the basic functionality of the device.
    Simply put, the issues I'm experiencing are small and annoying, but they should have been caught before release. Granted things sometimes slip through the cracks, but if you consider just how visible the issue is, it's even more surprising that it wasn't caught in testing (hopefully it was tested before release?......).

  • After new HD,RAM Apple apps random crashing

    Hi, out there,
    If any one has been following my sorry tale, here is the next installment.  MacBook Pro 17"2.4 Ghz Intel Core 2 Duo new 4 GB RAM from Crucial, new HD installed by Apple including Leopard plus updates, new motherboard in last 1 1/2 years, software: iWork, Adobe Creative Suite CS3, most home files copied manually (documents and YES quite a few  fonts) am experiencing random crashing esp Safari, Mail and iTunes  - sometimes when I am not even near the computer.
    Any ideas? (I am kind of tired of troubleshooting - old HD passed all tests, had to manually back up as Time Machine would not work, eliminated at least a dozen or more corrupt InDesign files - but lay it on me!)
    Annexit

    Does "not that I know of" cover it?  Except for my font obsession (and now that I look, I haven't even reinstalled my extra fonts) I just don't download a bunch of stuff - the usual flashplayer,etc, whatever Adobe Creative Suite needs, but I am pretty much down to business.  Apple techs reloaded my Leopard plus all updates, and I think all I put in was the CS3 and iWork 9.  I didn't reinstall my files since i had to back up manually, so I added them back manually as well - home folders, etc. The iTunes crash occurred when I wasn't at the computer.
    The complete Mail Crash report is below but before that is the first part of the crash report for the- 3 Safari crashes - if you need more please let me know, it is just a lot of information that may just clog up the post.  Thanks for your help.  I will research how to see what plugins i have - I know that Adobe installs some, but I wouldn't know how to figure out if one was corrupt. I am pretty limited in my understanding of the deeper structure, I understand the general principle of code but have no education or experience in understanding what it says or how to write it, so nothing is obvious. In the past I have used the Terminal to execute sudo commands to do maintanence, and some searches but that is it. Kern[el?] PRotection Failure sounds ominous.It looks like one of the Safari crashes has the same program counter issue as Mail.  Yikes!
    Annexit
    SAFARI 1st CRASH
    Process:         Safari [9833]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [221]
    Date/Time:       2011-10-29 15:13:07.231 -0400
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  256F8F28-C74D-4FCA-A671-0D3D50BABCB8
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010
    Crashed Thread:  0
    SAFARI 2nd
    Process:         Safari [71923]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [221]
    Date/Time:       2011-10-31 08:54:53.275 -0400
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  256F8F28-C74D-4FCA-A671-0D3D50BABCB8
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0
    SAFARI 3rd
    Process:         Safari [17780]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [221]
    Date/Time:       2011-10-31 10:35:37.454 -0400
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  256F8F28-C74D-4FCA-A671-0D3D50BABCB8
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000004d8
    Crashed Thread:  0
    MAIL CRASH
    Process:         Mail [10399]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         3.6 (936)
    Build Info:      Mail-9360000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [221]
    Date/Time:       2011-10-29 15:05:40.343 -0400
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  256F8F28-C74D-4FCA-A671-0D3D50BABCB8
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000009403f007
    Crashed Thread:  0
    Thread 0 Crashed:
    0   ...ple.ApplicationServices.ATS          0x97869dfe _eATSFontGetGlyphIDsForGlyphNames + 3174
    1   ...ple.ApplicationServices.ATS          0x9786917e ATSFontGetGlyphIDsForGlyphNames + 83
    2   libCGATS.A.dylib                        0x924761ce ats_font_get_glyphs_for_glyph_names + 48
    3   libCGATS.A.dylib                        0x924780bf get_glyphs_for_glyph_names + 74
    4   com.apple.CoreGraphics                  0x96b4ef03 CGFontGetGlyphForGlyphName + 39
    5   com.apple.CoreGraphics                  0x96b4ee83 get_char_top + 22
    6   com.apple.CoreGraphics                  0x96b4e54e CGFontGetAutohintTransform + 557
    7   com.apple.CoreGraphics                  0x96b73200 CGFontCreateGlyphBitmaps32 + 441
    8   com.apple.CoreGraphics                  0x96b4e11c CGFontCreateGlyphBitmaps + 208
    9   com.apple.CoreGraphics                  0x96b4df32 create_missing_bitmaps + 468
    10  com.apple.CoreGraphics                  0x96b4d29c CGGlyphLockLockGlyphBitmaps + 352
    11  libRIP.A.dylib                          0x932a0c27 ripc_RenderGlyphs + 207
    12  libRIP.A.dylib                          0x932a99b0 ripc_DrawGlyphs + 1444
    13  com.apple.CoreGraphics                  0x97088215 draw_glyphs + 732
    14  com.apple.CoreGraphics                  0x96b4ab3b CGContextShowGlyphsWithAdvances + 660
    15  com.apple.WebCore                       0x94d80d80 __ZN7WebCoreL22showGlyphsWithAdvancesERKNS_10FloatPointEPKNS_14SimpleFontDataEP 9CGContextPKtPK6CGSizem + 112
    16  com.apple.WebCore                       0x94d806ab WebCore::Font::drawGlyphs(WebCore::GraphicsContext*, WebCore::SimpleFontData const*, WebCore::GlyphBuffer const&, int, int, WebCore::FloatPoint const&) const + 667
    17  com.apple.WebCore                       0x94d803a4 WebCore::Font::drawGlyphBuffer(WebCore::GraphicsContext*, WebCore::GlyphBuffer const&, WebCore::FloatPoint const&) const + 132
    18  com.apple.WebCore                       0x94d800c4 WebCore::Font::drawSimpleText(WebCore::GraphicsContext*, WebCore::TextRun const&, WebCore::FloatPoint const&, int, int) const + 452
    19  com.apple.WebCore                       0x94e4aee9 __ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_7Text RunERKN3***12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10ShadowDat aEbb + 441
    20  com.apple.WebCore                       0x94e48f86 WebCore::InlineTextBox::paint(WebCore::PaintInfo&, int, int, int, int) + 2454
    21  com.apple.WebCore                       0x94e47d1d WebCore::InlineFlowBox::paint(WebCore::PaintInfo&, int, int, int, int) + 381
    22  com.apple.WebCore                       0x94e47ad5 WebCore::RootInlineBox::paint(WebCore::PaintInfo&, int, int, int, int) + 85
    23  com.apple.WebCore                       0x94e47160 WebCore::RenderLineBoxList::paint(WebCore::RenderBoxModelObject*, WebCore::PaintInfo&, int, int) const + 704
    24  com.apple.WebCore                       0x95918471 WebCore::RenderBlock::paintContents(WebCore::PaintInfo&, int, int) + 81
    25  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    26  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    27  com.apple.WebCore                       0x94e425fa WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, int, int) + 538
    28  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    29  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    30  com.apple.WebCore                       0x94e425fa WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, int, int) + 538
    31  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    32  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    33  com.apple.WebCore                       0x94f4d895 WebCore::RenderTableCell::paint(WebCore::PaintInfo&, int, int) + 53
    34  com.apple.WebCore                       0x94f4d4ea WebCore::RenderTableSection::paintCell(WebCore::RenderTableCell*, WebCore::PaintInfo&, int, int) + 154
    35  com.apple.WebCore                       0x94f4cd08 WebCore::RenderTableSection::paintObject(WebCore::PaintInfo&, int, int) + 488
    36  com.apple.WebCore                       0x94f4cae7 WebCore::RenderTableSection::paint(WebCore::PaintInfo&, int, int) + 167
    37  com.apple.WebCore                       0x94f46f41 WebCore::RenderTable::paintObject(WebCore::PaintInfo&, int, int) + 305
    38  com.apple.WebCore                       0x94f46d8e WebCore::RenderTable::paint(WebCore::PaintInfo&, int, int) + 238
    39  com.apple.WebCore                       0x94e425fa WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, int, int) + 538
    40  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    41  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    42  com.apple.WebCore                       0x94e425fa WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, int, int) + 538
    43  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    44  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    45  com.apple.WebCore                       0x94e425fa WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, int, int) + 538
    46  com.apple.WebCore                       0x94e41e6d WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, int, int) + 637
    47  com.apple.WebCore                       0x94e43bce WebCore::RenderBlock::paint(WebCore::PaintInfo&, int, int) + 238
    48  com.apple.WebCore                       0x94e407dd WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 3549
    49  com.apple.WebCore                       0x94f893f6 WebCore::RenderLayer::paintList(***::Vector<WebCore::RenderLayer*, 0ul>*, WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 102
    50  com.apple.WebCore                       0x94e3fd72 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*, ***::HashMap<WebCore::OverlapTestRequestClient*, WebCore::IntRect, ***::PtrHash<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::OverlapTestRequestClient*>, ***::HashTraits<WebCore::IntRect> >*, unsigned int) + 882
    51  com.apple.WebCore                       0x94e3f975 WebCore::RenderLayer::paint(WebCore::GraphicsContext*, WebCore::IntRect const&, unsigned int, WebCore::RenderObject*) + 101
    52  com.apple.WebCore                       0x94e3f4dd WebCore::FrameView::paintContents(WebCore::GraphicsContext*, WebCore::IntRect const&) + 445
    53  com.apple.WebKit                        0x95f351a4 -[WebFrame(WebInternal) _drawRect:contentsOnly:] + 260
    54  com.apple.WebKit                        0x95f34d04 -[WebHTMLView drawSingleRect:] + 388
    55  com.apple.WebKit                        0x95f349e3 -[WebHTMLView drawRect:] + 595
    56  com.apple.AppKit                        0x93791bf8 -[NSView _drawRect:clip:] + 3853
    57  com.apple.AppKit                        0x937906ef -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1050
    58  com.apple.WebKit                        0x95f3456a -[WebHTMLView(WebPrivate) _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 266
    59  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    60  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    61  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    62  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    63  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    64  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    65  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    66  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    67  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    68  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    69  com.apple.AppKit                        0x93790a86 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1969
    70  com.apple.AppKit                        0x9378f045 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 759
    71  com.apple.AppKit                        0x9378e987 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 306
    72  com.apple.AppKit                        0x9378b4ab -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3090
    73  com.apple.AppKit                        0x936cbe7b -[NSView displayIfNeeded] + 933
    74  com.apple.QuickLookUIFramework          0x930efc53 -[QLPreviewView _setCurrentPreview:documentPreview:displayedView:canDelayDisplay:transition:ste aling:] + 1118
    75  com.apple.QuickLookUIFramework          0x930ef7ef -[QLPreviewView _setCurrentPreview:documentPreview:displayedView:canDelayDisplay:transition:] + 78
    76  com.apple.QuickLookUIFramework          0x930edffe -[QLPreviewView _endedLoadingURL:documentPreviewView:result:] + 476
    77  com.apple.QuickLookUIFramework          0x930ee209 -[QLPreviewView _endedLoadingPreview:documentPreviewView:result:] + 172
    78  com.apple.QuickLookUIFramework          0x930eec26 -[QLPreviewView _loadPreviewSucceededForDocumentPreviewView:] + 197
    79  com.apple.Foundation                    0x908bb42a _nsnote_callback + 106
    80  com.apple.CoreFoundation                0x924cd47a __CFXNotificationPost + 362
    81  com.apple.CoreFoundation                0x924cd753 _CFXNotificationPostNotification + 179
    82  com.apple.Foundation                    0x908b8680 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    83  com.apple.mail                          0x000037d0 0x1000 + 10192
    84  com.apple.Foundation                    0x908c1ed8 -[NSNotificationCenter postNotificationName:object:] + 56
    85  com.apple.qldisplay.Web                 0x18c32876 0x18c2d000 + 22646
    86  com.apple.qldisplay.Web                 0x18c2ea8e 0x18c2d000 + 6798
    87  com.apple.WebKit                        0x95f8f110 __ZL12CallDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS0_S2_S0_ + 240
    88  com.apple.WebKit                        0x95f3f4aa WebFrameLoaderClient::dispatchDidFinishLoad() + 106
    89  com.apple.WebCore                       0x94e0cce6 WebCore::FrameLoader::checkLoadCompleteForThisFrame() + 694
    90  com.apple.WebCore                       0x94e0c9a1 WebCore::FrameLoader::recursiveCheckLoadComplete() + 209
    91  com.apple.WebCore                       0x94e7b8fa WebCore::FrameLoader::finishedLoading() + 138
    92  com.apple.WebCore                       0x94e7b7c2 WebCore::MainResourceLoader::didFinishLoading(double) + 130
    93  com.apple.WebCore                       0x94e7b6e7 -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] + 87
    94  com.apple.Foundation                    0x90921497 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87
    95  com.apple.Foundation                    0x90921403 _NSURLConnectionDidFinishLoading + 147
    96  com.apple.CFNetwork                     0x9474bba4 URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnect ionEventQueue*) + 212
    97  com.apple.CFNetwork                     0x9474c8fa URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 310
    98  com.apple.CFNetwork                     0x9474cbaa URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 998
    99  com.apple.CFNetwork                     0x9474b370 URLConnectionClient::processEvents() + 104
    100 com.apple.CFNetwork                     0x946f8c2b MultiplexerSource::perform() + 189
    101 com.apple.CoreFoundation                0x924ec3c5 CFRunLoopRunSpecific + 3141
    102 com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    103 com.apple.QuickLookUIFramework          0x930ed915 -[QLPreviewView _startTimeOutWithSelector:documentPreview:object:stopOnCondition:] + 239
    104 com.apple.QuickLookUIFramework          0x930ee953 -[QLPreviewView _loadPreview:withDocumentPreviewView:] + 652
    105 com.apple.QuickLookUIFramework          0x930ee694 -[QLPreviewView _fetchedPreviewTypeForDocumentPreview:] + 374
    106 com.apple.Foundation                    0x908bc9ac __NSThreadPerformPerform + 476
    107 com.apple.CoreFoundation                0x924ec3c5 CFRunLoopRunSpecific + 3141
    108 com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    109 com.apple.QuickLookUIFramework          0x930ed915 -[QLPreviewView _startTimeOutWithSelector:documentPreview:object:stopOnCondition:] + 239
    110 com.apple.QuickLookUIFramework          0x930ee155 -[QLPreviewView _startLoadingPreview:timeoutDate:] + 335
    111 com.apple.QuickLookUIFramework          0x930eddd9 -[QLPreviewView _startLoadingURL:timeoutDate:] + 829
    112 com.apple.QuickLookUIFramework          0x930b8f8c -[QLPreviewPanelController _setCurrentDocumentURL:withTransition:blocking:] + 322
    113 com.apple.QuickLookUIFramework          0x930b8950 -[QLPreviewPanelController _refreshLayoutAndContent] + 383
    114 com.apple.QuickLookUIFramework          0x930b9a49 -[QLPreviewPanelController willOpen] + 270
    115 com.apple.QuickLookUIFramework          0x930e90c3 -[QLPreviewPanel _makeKeyAndOrderFrontWithEffect:canClose:willOpen:toFullscreen:] + 750
    116 com.apple.QuickLookUIFramework          0x930e8dcf -[QLPreviewPanel makeKeyAndOrderFrontWithEffect:canClose:] + 65
    117 com.apple.QuickLookUIFramework          0x930e8cd5 -[QLPreviewPanel makeKeyAndOrderFrontWithEffect:] + 91
    118 com.apple.mail                          0x000a2c83 0x1000 + 662659
    119 com.apple.mail                          0x000a26a7 0x1000 + 661159
    120 com.apple.AppKit                        0x9379ae8f -[NSApplication sendAction:to:from:] + 112
    121 com.apple.AppKit                        0x9379adcc -[NSControl sendAction:to:] + 108
    122 com.apple.AppKit                        0x9379ac52 -[NSCell _sendActionFrom:] + 169
    123 com.apple.AppKit                        0x9379a2ab -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1827
    124 com.apple.AppKit                        0x93799afe -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 541
    125 com.apple.AppKit                        0x937993b8 -[NSControl mouseDown:] + 888
    126 com.apple.AppKit                        0x93797af7 -[NSWindow sendEvent:] + 5381
    127 com.apple.mail                          0x0012d0fb 0x1000 + 1229051
    128 com.apple.AppKit                        0x937646a5 -[NSApplication sendEvent:] + 2939
    129 com.apple.mail                          0x0002f508 0x1000 + 189704
    130 com.apple.AppKit                        0x936c1fe7 -[NSApplication run] + 867
    131 com.apple.AppKit                        0x9368f1d8 NSApplicationMain + 574
    132 com.apple.mail                          0x000fc0b2 0x1000 + 1028274
    Thread 1:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x949c1d58 ***::TCMalloc_PageHeap::scavengerThread() + 824
    3   com.apple.JavaScriptCore                0x949c1d8f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    5   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x908f03d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x908fc4f4 -[NSRunLoop(NSRunLoop) run] + 84
    6   com.apple.MessageFramework              0x003d8dc5 -[RSSInterchange _runManager] + 2140
    7   com.apple.Foundation                    0x908bbdfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x908bb9a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    10  libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x940a71a2 __workq_ops + 10
    1   libSystem.B.dylib                       0x940a71d2 start_wqthread + 30
    Thread 4:
    0   libSystem.B.dylib                       0x940a71a2 __workq_ops + 10
    1   libSystem.B.dylib                       0x940a71d2 start_wqthread + 30
    Thread 5:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.QuartzCore                    0x9286fa09 fe_fragment_thread + 54
    3   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    4   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork                     0x946cc18c CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    6   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x948166b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x94d8877c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    5   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x908f03d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5   com.apple.Foundation                    0x908fc4f4 -[NSRunLoop(NSRunLoop) run] + 84
    6   com.apple.MessageFramework              0x002fc9fd +[_NSSocket _runIOThread] + 98
    7   com.apple.Foundation                    0x908bbdfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x908bb9a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    10  libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x901775f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x90177480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    7   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x9403e1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x940701af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x94071a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90901dbc -[NSCondition waitUntilDate:] + 236
    4   com.apple.Foundation                    0x90901bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5   com.apple.Foundation                    0x90901b35 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.AppKit                        0x9372f6e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7   com.apple.Foundation                    0x908bbdfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x908bb9a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    10  libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x9408d60a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    2   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib              0x965e3b32 glvmDoWork + 162
    3   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    4   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x9091f520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation                    0x908bbdfd -[NSThread main] + 45
    6   com.apple.Foundation                    0x908bb9a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecaa8 CFRunLoopRunInMode + 88
    4   com.apple.IMUtils                       0x900acdb7 -[IMRemoteObjectBroadcaster _workerThread] + 246
    5   com.apple.Foundation                    0x908bbdfd -[NSThread main] + 45
    6   com.apple.Foundation                    0x908bb9a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecb04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x95b53d0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5   ...ple.CoreServices.CarbonCore          0x97dbafbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    7   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x9403e166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x9404595c mach_msg + 72
    2   com.apple.CoreFoundation                0x924ebe7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x924ecb04 CFRunLoopRun + 84
    4   com.apple.DesktopServices               0x95b53e88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5   ...ple.CoreServices.CarbonCore          0x97dbafbb PrivateMPEntryPoint + 56
    6   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    7   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore          0x97dbcde3 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore          0x97d9bc36 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore          0x97dbca60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x95b5ee6a TNodeSyncTask::SyncTaskProc(void*) + 84
    6   ...ple.CoreServices.CarbonCore          0x97dbafbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x9406e8c6 kevent + 10
    1   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    2   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x9403e1c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x940701af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x94071a33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x97d9bc62 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore          0x97dbca60 MPWaitOnQueue + 208
    5   com.apple.DesktopServices               0x95b60db4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6   ...ple.CoreServices.CarbonCore          0x97dbafbb PrivateMPEntryPoint + 56
    7   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    8   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x9404534e __semwait_signal + 10
    1   libSystem.B.dylib                       0x9406fccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync                     0x945473c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync                     0x94559d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib                       0x9406f055 _pthread_start + 321
    5   libSystem.B.dylib                       0x9406ef12 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000200  ebx: 0x978691af  ecx: 0x6f4dd328  edx: 0x9403f007
      edi: 0x00000297  esi: 0x000024b9  ebp: 0xbffeff48  esp: 0xbffefda0
       ss: 0x0000001f  efl: 0x00010282  eip: 0x97869dfe   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x9403f007
    Binary Images:
        0x1000 -   0x272ff3  com.apple.mail 3.6 (936) <02de10795176b4e702af977cb8428f1c> /Applications/Mail.app/Contents/MacOS/Mail
      0x2e1000 -   0x53affb  com.apple.MessageFramework 3.6 (936) <d7a6e5f6721cbab99ed3e83137dba11a> /System/Library/Frameworks/Message.framework/Versions/B/Message
      0x691000 -   0x693fff  com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0x69a000 -   0x6befe7  com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
      0x6d6000 -   0x6dbfff  com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x14027000 - 0x14028fff  com.apple.JavaPluginCocoa 12.9.0 (12.9.0) <5451adf6a77e3088b1a096fe1e16b189> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x1413c000 - 0x14140ffd  JavaLaunching ??? (???) <41aa04fadb9589ab9c249284090b2ef7> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
    0x14156000 - 0x14157ffd  com.apple.BluetoothMenu 2.1.8 (2.1.8f2) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x1415c000 - 0x1416afff  com.apple.mail.WebPlugIn 3.6 (936) <1f74ed40863ef8b78d7e759087c82172> /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.bundle/Contents/MacOS/Mai lWebPlugIn
    0x14213000 - 0x1422fff7  GLRendererFloat ??? (???) <7badea5e2b8167c0e6391623bb46140a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x142ab000 - 0x142aefff  com.apple.qldisplay.PDF 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/Resources/Di splayBundles/PDF.qldisplay/Contents/MacOS/PDF
    0x14824000 - 0x14829ff3  libCGXCoreImage.A.dylib ??? (???) <30bd95e38c8a203ee387013527cfd9d0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x148f9000 - 0x14bf2ff3  com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x14fa9000 - 0x14fa9ffd  liblangid.dylib ??? (???) <4310e568d617f1ce7178266630e1b71a> /usr/lib/liblangid.dylib
    0x14fef000 - 0x14ff0fe1  com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x16cd8000 - 0x16cd9ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x1785e000 - 0x17860ffe  com.apple.AutomatorCMM 1.1 (162) <413d7e87f90ba14adf2c2a08af448666> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x17a4a000 - 0x17a4dfff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x17a53000 - 0x17a59fff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x17ce4000 - 0x17ceeffe  com.apple.URLMount 3.1.1 (3.1.1) <55d7d7ad5616607b50ac93fe02115015> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x17d26000 - 0x17d28fff  com.apple.BezelServicesFW 1.4.9212 (1.4.9212) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x18091000 - 0x180a3fff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x18400000 - 0x18420fff  com.apple.Mail.Syncer 3.6 (936) <3e6943e7ab57e8b89e4ae4f540223433> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x18434000 - 0x18447fff  com.apple.syncservices.syncservicesui 4.3 (389.20) <6356d458bbafd6d6901f38a4c43e00ff> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x18506000 - 0x18514feb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x18519000 - 0x1851efff  libFontStreams.A.dylib ??? (???) <cf3003fc101252633cfbc097257ae925> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib
    0x18c2d000 - 0x18c35fff  com.apple.qldisplay.Web 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/Resources/Di splayBundles/Web.qldisplay/Contents/MacOS/Web
    0x194ee000 - 0x19673fe3  GLEngine ??? (???) <052e02d9a452a45d014ffbd2a84a4e7c> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x196a1000 - 0x19a0afe8  com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x1b571000 - 0x1b5e6ff7  com.apple.Bluetooth 2.1.9 (2.1.9f10) <d70a88066ebf7eb8071781f686caced3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x1bfdd000 - 0x1c190ffb  libCMaps.A.dylib ??? (???) <a70607c65b388e00357ebbca90d810b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
    0x70000000 - 0x700e6ff2  com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x900aafeb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x900ab000 - 0x900befff  com.apple.IMUtils 4.0.8 (584) <f9b5c40fc6a37b082ae2a3df33766105> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x900bf000 - 0x900cfffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x900d0000 - 0x900ebff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x900ec000 - 0x90159ffb  com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x9015a000 - 0x901d7feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x901d8000 - 0x901e0fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x901e1000 - 0x901ecfe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x901ed000 - 0x901edff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x901ee000 - 0x90327ff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x90328000 - 0x903afff7  libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x903b0000 - 0x9040dffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9040e000 - 0x90442fef  com.apple.bom 9.0.1 (136.1.1) <007941632d316d064e8decc51255a5e0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x90443000 - 0x905a6ff2  com.apple.CalendarStore 3.0.8 (860) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x905a7000 - 0x908affe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x908b0000 - 0x908b0fff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x908b1000 - 0x90b2dfe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91af9000 - 0x91b4aff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91b4b000 - 0x91b55feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91b56000 - 0x91b56ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91b57000 - 0x91b76ffa  libJPEG.dylib ??? (???) <6d61215d5adfd74f75fed2e4db29a21c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b77000 - 0x91cf7fff  com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91cf8000 - 0x91d43ff7  com.apple.CoreMediaIOServices 140.0 (1492) <3fd3879b31be7659c1008e8991e9f69b> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x91d44000 - 0x91d53ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x91d54000 - 0x91de1ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91de2000 - 0x91e54fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x91e55000 - 0x91ed4ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91ed5000 - 0x91f02feb  libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f03000 - 0x91f20ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91f21000 - 0x91f9efef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91f9f000 - 0x9235bff4  com.apple.VideoToolbox 0.484.2 (484.2) <f8e0dbf848f7441bc31428305a2f65bf> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9235c000 - 0x9238bfe3  com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9238c000 - 0x9238eff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9238f000 - 0x92470ff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0x92471000 - 0x92478ff7  libCGATS.A.dylib ??? (???) <8875cf11c0de0579423ac6b6ce80336d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92479000 - 0x925acfe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x925ad000 - 0x92769ff3  com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9276a000 - 0x9277afff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9277b000 - 0x92b18fef  com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x92b19000 - 0x92b30fff  com.apple.datadetectors 1.0.1 (66.2) <bdd74646d7fc46d7f7820622d0997fbc> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x92b31000 - 0x92b40fff  libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x92b41000 - 0x92b77fef  libtidy.A.dylib ??? (???) <7f0b8a7837bd7f8039d06fc042acf85b> /usr/lib/libtidy.A.dylib
    0x92b80000 - 0x92b80ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x92b81000 - 0x92c32fff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92c33000 - 0x92c6dffe  com.apple.securityfoundation 3.0.2 (36131) <dd2a4d1a4f50b82923d7cfc5df10455d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92c6e000 - 0x92c84fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92c85000 - 0x92e56fef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92e57000 - 0x92e60fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92e61000 - 0x92e8afff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x92e8b000 - 0x92fd4ff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92fd5000 - 0x930b5fff  libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x930b6000 - 0x93105fff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x93106000 - 0x93144fff  libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9314f000 - 0x9315bff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9315c000 - 0x93178ff3  com.apple.CoreVideo 1.6.1 (48.6) <e1eea31edd855f3e739202eb18ac8312> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93179000 - 0x931aaffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x931ab000 - 0x9328dfff  com.apple.syncservices 3.3 (389.20) <bfedc8cbb3754652e13d67a45791fac9> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9328e000 - 0x9329affe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9329b000 - 0x9329bffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9329c000 - 0x9329cffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9329d000 - 0x932defe7  libRIP.A.dylib ??? (???) <cd04df9e8993c51312c8cbcfe2539914> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x932df000 - 0x933cdfef  com.apple.PubSub 1.0.5 (65.23) <7d496f89df21f6b9ecf99a7727469c2a> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x933ce000 - 0x93518feb  com.apple.QTKit 7.7 (1680.28) <c03868cba11c22743a5d68e1b0184399> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93519000 - 0x9355bfef  com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9355c000 - 0x93578fff  com.apple.IMFramework 4.0.8 (584) <03c3fc58fa1809c1716aaa7b623ff3d1> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x93579000 - 0x93580ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x93581000 - 0x93614fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93615000 - 0x93688fff  com.apple.iLifeMediaBrowser 2.1.5 (368) <3026150475335424dd1532739ded6fb0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x93689000 - 0x93e87fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93f2d000 - 0x93fe8fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93fe9000 - 0x93ff0fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x93ff1000 - 0x9403cfe1  com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9403d000 - 0x941a4ff3  libSystem.B.dylib ??? (???) <be7a9fa5c8a925578bddcbaa72e5bf6e> /usr/lib/libSystem.B.dylib
    0x941cf000 - 0x94353fef  com.apple.MediaToolbox 0.484.2 (484.2) <03c5c5966a91ad3ae9c825340fa21970> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x94354000 - 0x9437ffe7  libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x94380000 - 0x94432ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x94433000 - 0x94451ff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94452000 - 0x9

  • Weird random crash

    When i am playing games, sometimes i get a random crash. The crash is like the game freezes, the sound starts repeating really fast, almost like a buzz. The only thing to do is hit the reset button. Once i hit reset, the post code indicates a video error, (ami bios, 1 long 2 short). But if i power off, then power on the post screen comes up and says "The previous performance of overclocking is failed" (even though i was not overclocking!!!) I then hit space bar to go into bios, save bios and exit, and everthing is fine.
    This is generally during games, it started with far cry 2, i thought it may have been an issue with the game, but then it showed up in crysis warhead, the witcher, and most recently arkham asylum among others. In arkham it seems to happen at the end of the combo when it goes into slow motion knocking down the last bad guy. But other than that i havn't found any patterns.
    it would also happen whenever i tried to update the same game with the ingame windows live update.
    this seems to have appeared after i changed processors, but ... read on
    I am fairly confident it is not overheating, all system temps remain stable and system is well cooled.
    I have stress tessed the cpu with 4 windows of cpu burn in, for around a day long, with no issues, also stress tested with prime 95 for a long (approx 20 hours ) period with no issues and good heat dissipation, so it makes me wonder if it is the cpu?
    I have stress tested the video card with ati tool, video card stress test, furmark ozone3d, and 3dmark 06 with no issues. furmark raised the temp way higher than any game has and nothing wrong.
    I updated motherboard bios thinking maybe it was an issue that had to be straightened out with the chipset, but no difference. (before i update i had ami v1.8, and instead of 1 long 2 short, it was 8 short beeps, but both are video card related)
    all drivers are up to date..
    tested memory for 20 + hours with memtest 86+ and windows memory diagnostic, both reported no errors.
        * Motherboard brand & model- MSI k9a2 neo-r
        * CPU model (and is it overclocked?)- amd x4 940 be (at stock)
        * Video card(s) evga 8800 gt, 512mb
        * RAM modules brand & model patriot ddr2 800, 2x 2048
        * Power supply brand & model silverstone st50ef plus 500 watt
     sound blaster audigy 2 zs....
    I am going to swap the 5000 back in, and see if it still occurs, since it showed up when i change to the 940, but just wondering if anyone had any input or seen anything similar before.  But the bios beeps referring to video problems also make me wonder, maybe the board itself can't handle the cpu. 
    Thanks

    Ok, so I think i have made some progress, it doesnt seem to be the cpu.. but it is the video card.  I did a few more stress tests and noticed that the card (using furmark) was reaching 100+ degrees C.( while cpu stayed in mid 30's)  Around 105, boom, computer crash.  I didn't think I was reaching this high of temps in games though, so I need to find a way to monitor the gpu temp in games. It is kind of weird that this started with the new cpu though.... but i put in a new cpu fan as well, I added a xigmatech hdt -s1283, so maybe it changed airflow or something?  I need to explore this a little further tomorrow.  Will also apply some mx -1 paste and reseat the gpu heatsink.  and improve case airflow if possible. 
    This is kind of puzzling still, because from alt-tabbing in and out of games, or looking at evga precision after a session, the highest gpu temps are typicall less than 80 under load in games. 

  • Problems with Windows and Random Crashes

    For the past two days I have been having tons of problems, since I finally got around to running the security update (2006-008). I've been having loads of random crashes, most commonly from Safari, Finder and iTunes. Safari crashes usually when I close a window or interact with certain flash things. It also fails to draw the window when I close the second-to-last tab (leaving one tab), giving me a big white square that I have to close. Otherwise, random window elements (such as bookmarks bar, address bar, etc.) will disappear at random, or will be horribly mis-sized.
    Finder just quits whenever it wants, I have yet to find a common thread between crashes.
    iTunes crashes usually when I play a video, but also sometimes when switching from the store to a playlist, or to the library. It also suffers occasional redraw problems similar to Safari, though not as bad. Garage Band does too.
    Here's the output from the last iTunes crash, if it provides any clues:
    EXCBADACCESS (0x0001)
    KERNINVALIDADDRESS (0x0001) at 0xffffffff
    Thread 0 Crashed:
    0 GetPatternIdentifier + 211
    1 SetPortPat + 103
    2 BackPixPat + 42
    3 DataEngine::ApplyBrush(TTheme*, short, unsigned char) + 76
    4 SetThemeBackground + 836
    5 SetThemeWindowBackground + 292
    6 NewFeaturesDialog + 202
    7 CreateDialog(Rect const*, unsigned char const*, unsigned char, short, OpaqueWindowPtr*, unsigned char, long, char**, ColorTable**, char**, char**, unsigned long, unsigned char, AutoPositionInfo) + 175
    8 GetNewDialog + 173
    9 0x1000 + 1686314
    All of my crashes have been EXCBADACCESS (0x0001) ones.
    Please help, as this is a nightmare to deal with.

    That error usually comes up as a result of faulty RAM. Did you buy any chance upgrade the RAM in your iMac? If so, verify that the chip is seated properly and that it is supported for your iMac.

  • Macbook Pro Randomly Crashes w/ Most Recent Crash Report

    Hey, everyone.  Hopefully someone can help me with this one.  Within the last two months, my 15" Macbook Pro has been randomly crashing on me, normally right after a boot up.  I currently have version 10.6.8.  What may happen is that I'll be 5 minutes after I've booted up the computer, the screen will go black and every time that I've had music playing during this time it skips.  I've checked just about every software update I could think of and I seem to be up to date with everything and/or any updates I do install don't seem to affect this problem either way.  I have past crash reports after this same incident happened as well, so I can provide those if needed.  I must add that I do take this laptop just about everywhere, so it is totally possible that I've just handled the machinary too rough.  Thank you very much to whoever can help.
    Interval Since Last Panic Report:  339800 sec
    Panics Since Last Report:          3
    Anonymous UUID: A9BE7CCD-C31A-49AC-8C1F-7A2DCAA5DA6C
    Sat Jul 21 21:23:29 2012
    panic(cpu 0 caller 0x9d4c9b): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0x7f5ca000 0x0a5480a2, D0, P2/4
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x5bd42188 : 0x21b837 (0x5dd7fc 0x5bd421bc 0x223ce1 0x0)
    0x5bd421d8 : 0x9d4c9b (0xbea28c 0xc5a800 0xbf8e60 0x0)
    0x5bd42278 : 0xaef608 (0x8f33c04 0x9370004 0x100 0xc25af00)
    0x5bd422c8 : 0xae6601 (0x9370004 0x100 0x5bd422f8 0x9c4778)
    0x5bd422f8 : 0x16f89a6 (0x9370004 0x100 0x438004ee 0x1)
    0x5bd42438 : 0xb0e2b5 (0x9370004 0x982a004 0x0 0x0)
    0x5bd42478 : 0x9dde7c (0x9370004 0x982a004 0x0 0x0)
    0x5bd42518 : 0x9da55b (0x0 0x9 0x0 0x0)
    0x5bd426c8 : 0x9dc58f (0x0 0x600d600d 0x702b 0x5bd426f8)
    0x5bd42798 : 0xc9feae (0xc1d00041 0xbfef0033 0xbfef0034 0x857c)
    0x5bd42808 : 0xcaf734 (0x9cf3c00 0x9d28b00 0x8 0x3)
    0x5bd42828 : 0xcd4322 (0x9d28b00 0xb 0x5bd42848 0x2345f4)
    0x5bd42858 : 0xcd4b3d (0x98bb000 0x0 0x5bd4287c 0x0)
    0x5bd42888 : 0xcb4d79 (0x98bb000 0x7d62c080 0x0 0x0)
    0x5bd428d8 : 0xc76d0c (0x46305000 0x0 0x0 0x3)
    0x5bd42948 : 0xc7640f (0x46305000 0x0 0x2 0x3)
    0x5bd42978 : 0xc6c05f (0x46305000 0x0 0x2 0x464ba000)
    0x5bd42ab8 : 0xca55d8 (0x464ba000 0x1 0x5bd42bcc 0x5bd42bc8)
    0x5bd42b68 : 0xc67fe1 (0x464ba000 0x1 0x5bd42bcc 0x5bd42bc8)
    0x5bd42be8 : 0x56da06 (0x464ba000 0x0 0x5bd42e3c 0x5bd42c74)
    0x5bd42c38 : 0x56e2a5 (0xcf6720 0x464ba000 0x8a49a88 0x1)
    0x5bd42c88 : 0x56eb59 (0x464ba000 0x10 0x5bd42cd0 0x0)
    0x5bd42da8 : 0x286638 (0x464ba000 0x10 0x8a49a88 0x1)
    0x5bd43e58 : 0x21dbe5 (0x8a49a60 0xca8b5a0 0x1fd7e8 0x5d43)
    0x5bd43e98 : 0x210a86 (0x8a49a00 0x0 0x8e3d7e0 0x99f4ee0)
    0x5bd43ef8 : 0x216f84 (0x8a49a00 0x0 0x0 0x0)
    0x5bd43f78 : 0x295c57 (0x8d6fb88 0x0 0x0 0x0)
    0x5bd43fc8 : 0x2a256d (0x8d6fb84 0x1 0x10 0x90f2040)
          Kernel Extensions in backtrace (with dependencies):
             com.apple.GeForce(6.4.0)@0xc5c000->0xd12fff
    dependency: com.apple.NVDAResman(6.4.0)@0x96e000
    dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x961000
    dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x928000
    dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x93f000
    com.apple.nvidia.nv50hal(6.4.0)@0x15c2000->0x19d6fff
    dependency: com.apple.NVDAResman(6.4.0)@0x96e000
    com.apple.NVDAResman(6.4.0)@0x96e000->0xc5bfff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x928000
    dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x961000
    dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x93f000
    BSD process name corresponding to current thread: WindowServer
    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: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 195633417313
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI            4.2.0 (addr 0x145d000, size 0x65536) - last unloaded 91627935598
    loaded kexts:
    com.apple.driver.AppleHWSensor            1.9.3d0 - last loaded 27423153619
    com.apple.filesystems.autofs            2.1.0
    com.apple.driver.AppleMikeyHIDDriver            1.2.0
    com.apple.driver.AGPM            100.12.31
    com.apple.driver.AppleMikeyDriver            2.0.5f14
    com.apple.driver.AppleUpstreamUserClient            3.5.7
    com.apple.driver.AppleMCCSControl            1.0.20
    com.apple.driver.AppleHDA            2.0.5f14
    com.apple.driver.AudioAUUC            1.57
    com.apple.driver.AppleIntelHDGraphics            6.4.0
    com.apple.driver.AppleIntelHDGraphicsFB            6.4.0
    com.apple.driver.SMCMotionSensor            3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X            7.0.0
    com.apple.driver.AudioIPCDriver            1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin            4.7.0a1
    com.apple.GeForce            6.4.0
    com.apple.driver.AppleGraphicsControl            2.10.6
    com.apple.driver.AppleLPC            1.5.1
    com.apple.kext.AppleSMCLMU            1.5.2d10
    com.apple.driver.AppleUSBTCButtons            201.6
    com.apple.driver.AppleUSBCardReader            2.6.1
    com.apple.driver.AppleIRController            303.8
    com.apple.driver.AppleUSBTCKeyboard            201.6
    com.apple.iokit.SCSITaskUserClient            2.6.8
    com.apple.BootCache            31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib            1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage            1.6.4
    com.apple.driver.AppleFWOHCI            4.7.3
    com.apple.driver.AppleUSBHub            4.2.4
    com.apple.driver.AppleEFINVRAM            1.4.0
    com.apple.driver.AppleSmartBatteryManager            160.0.0
    com.apple.driver.AppleAHCIPort            2.1.7
    com.apple.driver.AirPortBrcm43224            428.42.4
    com.apple.iokit.AppleBCM5701Ethernet            3.0.5b8
    com.apple.driver.AppleUSBEHCI            4.2.4
    com.apple.driver.AppleACPIButtons            1.3.6
    com.apple.driver.AppleRTC            1.3.1
    com.apple.driver.AppleHPET            1.5
    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.AppleProfileReadCounterAction            17
    com.apple.driver.DspFuncLib            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.driver.AppleSMBusController            1.0.10d0
    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.driver.AppleHDAController            2.0.5f14
    com.apple.iokit.IOHDAFamily            2.0.5f14
    com.apple.iokit.AppleProfileFamily            41
    com.apple.driver.IOPlatformPluginFamily            4.7.0a1
    com.apple.driver.AppleSMBusPCI            1.0.10d0
    com.apple.driver.AppleBacklightExpert            1.0.1
    com.apple.driver.AppleSMC            3.1.0d5
    com.apple.nvidia.nv50hal            6.4.0
    com.apple.NVDAResman            6.4.0
    com.apple.iokit.IONDRVSupport            2.2.1
    com.apple.iokit.IOGraphicsFamily            2.2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController            2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController            2.4.5f3
    com.apple.iokit.IOBluetoothFamily            2.4.5f3
    com.apple.iokit.IOSCSIBlockCommandsDevice            2.6.8
    com.apple.iokit.IOUSBMassStorageClass            2.6.7
    com.apple.driver.AppleUSBMultitouch            207.7
    com.apple.iokit.IOUSBHIDDriver            4.2.0
    com.apple.driver.AppleUSBMergeNub            4.2.4
    com.apple.driver.AppleUSBComposite            3.9.0
    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.XsanFilter            402.1
    com.apple.iokit.IOAHCISerialATAPI            1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily            2.6.8
    com.apple.iokit.IOFireWireFamily            4.2.6
    com.apple.iokit.IOUSBUserClient            4.2.4
    com.apple.iokit.IOAHCIFamily            2.0.6
    com.apple.iokit.IO80211Family            320.1
    com.apple.iokit.IONetworkingFamily            1.10
    com.apple.iokit.IOUSBFamily            4.2.4
    com.apple.driver.AppleEFIRuntime            1.4.0
    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
    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: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i5, 2.53 GHz, 4 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9SA02, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0xfa120000 / 5
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa130000 / 4
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000 / 6
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 4
      USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000 / 3

    I have a very similar issue too. I have a MacBook Pro mid 2010 with ML on it and i take it everywhere, i mean it. i have between two and 5 random crashes a day where i get a black screen and immediately later i get a grey screen attached below before it starts booting.
    i've been saving the crash logs and started to notice a trend in which both
    com.apple.driver.AppleUSBUHCI and com.apple.filesystems.smbfs
    are the star players in the last loaded and unloaded kext. below is a snippet from one of the crash logs
    last loaded kext at 322317713273: com.apple.filesystems.smbfs          1.8 (addr 0xffffff7f977af000, size 229376)
    last unloaded kext at 335446223059: com.apple.driver.AppleUSBUHCI          5.1.5 (addr 0xffffff7f963dc000, size 65536)
    does any one have some clue as what may be the problem?

  • Why Mavericks 10.9.1 frequently & randomly crashes? Please Help! Here is a crash log...

    Hi guys, since I have updated to Mavericks 10.9 I have been  getting rundom frequent (up-to 5 in a day) crashes. After updating to 10.9.1 - my MacBook Air Late 2011 still crashes.
    1.8 GHZ i7, 4 GB 1333 MHz DDR3
    If any of you could help me to understand the crash log! Probably we could find a reason for these random crashes!
    Is there anything to see from the crosh log? Can you come to some guess/conclusion?
    I'd be very thankful for your inputs.
    Here is the crash log:
    Tue Dec 17 10:42:10 2013
    panic(cpu 0 caller 0xffffff8027edc19e): Kernel trap at 0xffffff7fa8997925, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x00000001029f2000, CR3: 0x000000002a26d000, CR4: 0x00000000000606e0
    RAX: 0x00000215b946ebc6, RBX: 0xffffff803a078780, RCX: 0x0000000000000000, RDX: 0x7fffffffffffffff
    RSP: 0xffffff802f6cb8f0, RBP: 0xffffff802f6cb930, RSI: 0x0000000000000050, RDI: 0xffffff803a0787d0
    R8: 0x0000000000000067, R9: 0x0000000000000000, R10: 0x00000000000a0067, R11: 0x0000000000070000
    R12: 0xffff000033c70000, R13: 0x0000000000000005, R14: 0x0000000080000000, R15: 0x000000000000000a
    RFL: 0x0000000000010286, RIP: 0xffffff7fa8997925, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00000001029f2000, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff809b0c9c50 : 0xffffff8027e22f69
    0xffffff809b0c9cd0 : 0xffffff8027edc19e
    0xffffff809b0c9ea0 : 0xffffff8027ef3606
    0xffffff809b0c9ec0 : 0xffffff7fa8997925
    0xffffff802f6cb930 : 0xffffff7fa89951ae
    0xffffff802f6cb990 : 0xffffff7fa9bbc3a5
    0xffffff802f6cba00 : 0xffffff7fa899c265
    0xffffff802f6cba80 : 0xffffff7fa899f289
    0xffffff802f6cbb00 : 0xffffff7fa899e710
    0xffffff802f6cbb50 : 0xffffff7fa899dc75
    0xffffff802f6cbb90 : 0xffffff7fa899c900
    0xffffff802f6cbbd0 : 0xffffff7fa898d8a0
    0xffffff802f6cbc10 : 0xffffff7fa89830fe
    0xffffff802f6cbc60 : 0xffffff7fa8986d54
    0xffffff802f6cbcb0 : 0xffffff7fa8985a38
    0xffffff802f6cbe00 : 0xffffff7fa8978176
    0xffffff802f6cbe90 : 0xffffff7fa8976c8d
    0xffffff802f6cbed0 : 0xffffff7fa89fab07
    0xffffff802f6cbf00 : 0xffffff7fa89f887a
    0xffffff802f6cbf20 : 0xffffff8027e4a15a
    0xffffff802f6cbfb0 : 0xffffff8027ed6aa7
          Kernel Extensions in backtrace:
    com.apple.iokit.IOHIDFamily(2.0)[1185D338-98A5-345E-84F8-E59DF819A61B]@0xffffff 7fa8972000->0xffffff7fa89e3fff
    dependency: com.apple.driver.AppleFDEKeyStore(28.30)[558B2575-5197-3C4C-BAD2-8CB465638FA8]@ 0xffffff7fa8967000
             com.apple.iokit.IOUSBHIDDriver(650.4.4)[B79A7E01-DD3F-3C1A-840A-879D262C69DE]@0 xffffff7fa89f7000->0xffffff7fa89fffff
    dependency: com.apple.iokit.IOHIDFamily(2.0.0)[1185D338-98A5-345E-84F8-E59DF819A61B]@0xffff ff7fa8972000
    dependency: com.apple.iokit.IOUSBFamily(650.4.4)[972D3024-AF9C-3E09-A9EC-D9AB2A559B38]@0xff ffff7fa889e000
    com.spsys.driver.IOKitDriver(1.0.1)[00000000-0000-0000-0000-000000000000]@0xfff fff7fa9bbb000->0xffffff7fa9bbefff
    dependency: com.apple.iokit.IOHIDFamily(2.0.0)[1185D338-98A5-345E-84F8-E59DF819A61B]@0xffff ff7fa8972000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide: 0x0000000027c00000
    Kernel text base: 0xffffff8027e00000
    System model name: MacBookAir4,2 (Mac-742912EFDBEE19B3)
    System uptime in nanoseconds: 2292326347736
    last loaded kext at 8822466444: com.spsys.driver.IOKitDriver 1.0.1 (addr 0xffffff7fa9bbb000, size 36864)
    last unloaded kext at 179204926652: com.apple.driver.AppleUSBUHCI          650.4.0 (addr 0xffffff7fa8a34000, size 65536)
    loaded kexts:
    com.spsys.driver.IOKitDriver           1.0.1
    com.spsys.driver.NKEDriver            1
    com.apple.driver.AppleHWSensor   1.9.5d0
    com.apple.filesystems.autofs            3.0
    com.apple.driver.AudioAUUC           1.60
    com.apple.driver.ApplePlatformEnabler    2.0.9d1
    com.apple.driver.AGPM        100.14.11
    com.apple.iokit.IOBluetoothSerialManager            4.2.0f6
    com.apple.driver.AppleMikeyHIDDriver     124
    com.apple.driver.AppleHDA 2.5.3fc1
    com.apple.driver.AppleMikeyDriver           2.5.3fc1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport           4.2.0f6
    com.apple.iokit.IOUserEthernet       1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X      7.0.0
    com.apple.driver.AppleHWAccess   1
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleThunderboltIP       1.0.10
    com.apple.driver.AppleBacklight     170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleSMCPDRC   1.0.0
    com.apple.driver.AppleSMCLMU     2.0.4d1
    com.apple.driver.AppleLPC  1.7.0
    com.apple.driver.AppleIntelHD3000Graphics       8.1.8
    com.apple.driver.AppleIntelSNBGraphicsFB          8.1.8
    com.apple.driver.AppleUSBTCButtons        240.2
    com.apple.driver.AppleUSBTCKeyboard    240.2
    com.apple.driver.AppleUSBCardReader     3.3.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless      1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib  1.0.0d1
    com.apple.BootCache            35
    com.apple.driver.XsanFilter 404
    com.apple.iokit.AppleBCM5701Ethernet   3.6.9b9
    com.apple.iokit.IOAHCIBlockStorage           2.4.0
    com.apple.driver.AppleUSBHub      650.4.4
    com.apple.driver.AppleAHCIPort     2.9.5
    com.apple.driver.AirPort.Brcm4331           700.20.22
    com.apple.driver.AppleUSBEHCI     650.4.1
    com.apple.driver.AppleSmartBatteryManager      161.0.0
    com.apple.driver.AppleRTC  2.0
    com.apple.driver.AppleACPIButtons           2.0
    com.apple.driver.AppleHPET           1.8
    com.apple.driver.AppleSMBIOS       2.0
    com.apple.driver.AppleACPIEC        2.0
    com.apple.driver.AppleAPIC            1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall   153
    com.apple.security.quarantine        3
    com.apple.driver.AppleIntelCPUPowerManagement        216.0.0
    com.apple.kext.triggers         1.0
    com.apple.AppleGraphicsDeviceControl     3.4.12
    com.apple.iokit.IOSerialFamily         10.0.7
    com.apple.driver.DspFuncLib          2.5.3fc1
    com.apple.vecLib.kext           1.0.0
    com.apple.iokit.IOAudioFamily         1.9.4fc11
    com.apple.kext.OSvKernDSPLib      1.14
    com.apple.driver.AppleHDAController        2.5.3fc1
    com.apple.iokit.IOHDAFamily           2.5.3fc1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport            4.2.0f6
    com.apple.iokit.IOSurface     91
    com.apple.iokit.IOBluetoothFamily  4.2.0f6
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.AppleBacklightExpert     1.0.4
    com.apple.driver.AppleSMBusController    1.0.11d1
    com.apple.driver.AppleSMC 3.1.6d1
    com.apple.driver.AppleSMBusPCI   1.0.12d1
    com.apple.driver.IOPlatformPluginFamily 5.5.1d27
    com.apple.iokit.IONDRVSupport      2.3.6
    com.apple.iokit.IOGraphicsFamily    2.3.6
    com.apple.driver.AppleUSBMultitouch       240.6
    com.apple.driver.AppleThunderboltDPInAdapter            2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily    2.5.0
    com.apple.driver.AppleThunderboltPCIUpAdapter          1.4.0
    com.apple.driver.AppleThunderboltPCIDownAdapter     1.4.0
    com.apple.iokit.IOUSBHIDDriver     650.4.4
    com.apple.iokit.IOSCSIBlockCommandsDevice       3.6.0
    com.apple.iokit.IOUSBMassStorageClass     3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily   3.6.0
    com.apple.driver.AppleUSBMergeNub       650.4.0
    com.apple.driver.AppleUSBComposite        650.4.0
    com.apple.driver.CoreStorage          380
    com.apple.iokit.IOEthernetAVBController  1.0.3b3
    com.apple.driver.mDNSOffloadUserClient 1.0.1b4
    com.apple.driver.AppleThunderboltNHI    1.9.2
    com.apple.iokit.IOThunderboltFamily         2.8.5
    com.apple.iokit.IOUSBUserClient     650.4.4
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IO80211Family       600.34
    com.apple.iokit.IONetworkingFamily           3.2
    com.apple.iokit.IO
    Model: MacBookAir4,2, BootROM MBA41.0077.B0F, 2 processors, Intel Core i7, 1.8 GHz, 4 GB, SMC 1.73f66
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 1 incoming serial ports
    Network Service: Thunderbolt Ethernet, Ethernet, en3
    Network Service: Wi-Fi, AirPort, en0
    PCI Card: Apple 57762-A0, Ethernet Controller, Thunderbolt@8,0,0
    Serial ATA Device: APPLE SSD SM256C, 251 GB
    USB Device: FaceTime Camera (Built-in)
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Hub
    USB Device: Internal Memory Card Reader
    Thunderbolt Bus: MacBook Air, Apple Inc., 8.1
    Thunderbolt Device: Thunderbolt to Gigabit Ethernet Adapter, Apple Inc., 1, 5.5

    It's the "Spector Pro" keylogger, and it's probably causing the panics.
    Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    I never install system modifications myself, and I don't know how to uninstall them. You'll have to do your own research to find that information.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmymac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button.
    Back up all data before making any changes.
    You will generally have to reboot in order to complete an uninstallation. Until you do that, the uninstallation may have no effect, or unpredictable effects.
    If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    WARNING: Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" such as "AppCleaner" and the like that purport to remove software.

  • Adobe Media Encoder CS6 Random Crashing Mid-Render

    Hello -
    I've been dealing with this issue for enough months and across enough computers to finally seek out some advise here, hope it works out...
    Basically I've got a 2 hour long film that I've been trying to export using Adobe Media Encoder CS6. It's never made it all the way through. I can usually skim through the generated quicktime file up to the point where the crash occurred. I've tried using that as a reference to check out my sequence in Premiere but there is never anything suspicious going on there. Most frustratingly the crash occurs randomly. Sometimes it will go through 10 minutes of the film; sometimes an hour. Regardless I get a crash with a report that has no specific information.
    Footage:
    r3d - Various resolutions, all being cut in a 2048x1152 sequence.
    Quicktime mov - ProRes4444 for the most part.
    Machine(s):
    I had been attempting to render this for the past few months with a Macbook Pro running OSX 10.8.4 w/ 16GB RAM, 2.7 GHz Intel i7, NVIDIA GeForce GT 650M 1024MB - never made it through a render longer than 50 minutes of the 2 hours.
    We recently got one of the new 2013 Mac Pro systems running OSX 10.9 w/ 16GB RAM, 3.5 GHz 6-Core Intel Xeon E5, AMD FirePro D500 3072 MB
    The hope was that this new powerful machine would overcome the issues we were running into with these renders. Since I'm posting this now you can probably figure out that it didn't really work out that way...
    Software:
    AME- 6.0.2.81
    Premiere - 6.0
    I know there are updates to be used here, but whenever I update Premiere from just 6.0, the project itself becomes a buggy mess, crashing constantly. I also run Creative Cloud and have tried to just jump over to Premiere CC hoping all my problems would vanish, but instead, I again get a buggy project that constantly crashes. The only version of Premiere that seems to work with this project is 6.0, so general updates have not been useful (and instead damaging, I've wasted several days trying everything I possibly can to make the project work in the updates).
    Any help appreciated. Thanks.

    Thanks for the reply MMeguro.
    Last night I was able to get my first full render through by doing a combination of things (so I'm not sure what did the trick in the end).
    To answer some questions first, never attempted to do the FULL render directly out of Premiere, always switched over to AME for that, so that potentially could work too. Smaller renders have worked directly out of Premiere Pro, but they've also worked out of AME.
    The initial render attempts that had been failing for the last few months were on the MBP which did not support GPU accleration due to an incompatible graphics card. I assumed the issue must be tied to something else because of this and was using it on the renders with the new 2013 Mac Pro. Using the workflow of Pr6.0, AME 6.0 and GPU rendering turned ON, I was failing to render to both Quicktime h264 and ProRes 422.
    What worked for last night's render:
    1. Convert Pr6.0 project to PrCC project (when I've done actual editing in CC after converting this project it tends to crash, but I figured just generating the project itself without doing any editing in it might satisfy what I was attempting to do).
    2. Open AME CC and import PrCC Sequence. Used custom ProRes 422 setting.
    3. Turned OFF GPU acceleration.
    So as long as I the PrCC project I create stays stable long enough to save it (without crashing, which has been a problem with that Pr6.0 to PrCC conversion) then it seems like this will work. Kind of an annoying couple extra steps but I'm just out of my mind glad that I can actually render this thing finally. We're still in the rough stages so being able to turn around a review version within a day is very important.
    Wish I could do more tests to figure out exactly which combination actually made this work for the benefit of others, but can't afford to do multiple 10 hour+ renders with random crash times.
    Anyway, thanks again for the reply MMeguro much appreciated.

  • MBP randomly crashes when in clamshell with external display

    Hi Mac people.
    As described in the "subject field" i have been encountering some random crashes after i startet using my MBP in clamshell with my newly pruchased 24" 16:10 NEC display .
    typically it occurs after about 10-20 minutes of playing world of warcraft.
    -the screen goes black, saying no signal, and the MBP doesn't react to anything else but holding down the on/off button.
    i have tried using the key combination alt-cmd-eject to see if i could make the computer sleep and then turn it on by opening the lid.-getting it out of clamshell to get the built-in display active again.
    but none of that worked.
    i also checked the dvi<->mini-displayport adapter for lose connections but i didn't find any
    i have had my NEC display for about a month, and the problem has occured about 8 times now.
    befor i started using my MBP in clamshell with an external display, i had no problems.
    Interval Since Last Panic Report: 73505 sec
    Panics Since Last Report: 3
    Anonymous UUID: C8DD4168-ECC7-4842-9EF5-233F8D9763C9
    Fri Jan 7 11:41:39 2011
    panic(cpu 0 caller 0x00C566A4): NVRM[0]: Read Error 0x00009410: BAR0 0xa4000000 0x3f92e000 0x096380c1 D0 P3/4
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x304fad98 : 0x12b4c6 (0x45f91c 0x304fadcc 0x13355c 0x0)
    0x304fade8 : 0xc566a4 (0xe86e80 0xe86e80 0xe4b6d4 0x0)
    0x304fae48 : 0xf0fdf0 (0x539a004 0x533c804 0x9410 0xc92d06)
    0x304fae88 : 0xf3a57d (0x533c804 0x9410 0x5c00 0x9)
    0x304faec8 : 0xd5814f (0x533c804 0x46eb004 0x0 0x0)
    0x304faee8 : 0xc983f1 (0x46eb004 0x304faf74 0x0 0x0)
    0x304faf28 : 0xeabdb8 (0x533c804 0x3d0900 0x304faf74 0x0)
    0x304fafa8 : 0xee10e4 (0x533c804 0x54a1804 0x1 0x1)
    0x304fb138 : 0xee5479 (0x533c804 0x54a2004 0x4bc6a44 0x0)
    0x304fb298 : 0xca227b (0x533c804 0x54a2004 0x0 0x8b46184)
    0x304fb348 : 0xc63a19 (0xc1d00041 0xbeef0003 0xcafe1691 0x8b46300)
    0x304fb3b8 : 0xc547ed (0x304fb548 0x6 0x0 0x0)
    0x304fb518 : 0xc462d4 (0x0 0x600d600d 0x7057 0x304fb548)
    0x304fb5d8 : 0x114c77b (0xc1d00041 0xbeef0003 0xcafe1691 0x8b46300)
    0x304fb658 : 0x114ca53 (0x20552000 0x8b46300 0x8b48404 0x0)
    0x304fb698 : 0x11136e7 (0x20552000 0x8b48400 0x304fb6a8 0x20555068)
    Backtrace continues...
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.GeForce(5.4.8)@0x10f9000->0x1190fff
    dependency: com.apple.NVDAResman(5.4.8)@0xc3d000
    dependency: com.apple.iokit.IONDRVSupport(1.7.3)@0xc2f000
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x63e000
    dependency: com.apple.iokit.IOGraphicsFamily(1.7.3)@0x791000
    com.apple.nvidia.nv50hal(5.4.8)@0xe9c000->0x10effff
    dependency: com.apple.NVDAResman(5.4.8)@0xc3d000
    com.apple.NVDAResman(5.4.8)@0xc3d000->0xe9bfff
    dependency: com.apple.iokit.IONDRVSupport(1.7.3)@0xc2f000
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x63e000
    dependency: com.apple.iokit.IOGraphicsFamily(1.7.3)@0x791000
    BSD process name corresponding to current thread: World of Warcraf
    Mac OS version:
    9L30
    Kernel version:
    Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
    System model name: MacBookPro5,1 (Mac-F42D86C8)
    System uptime in nanoseconds: 565038856165
    unloaded kexts:
    com.apple.driver.InternalModemSupport 2.4.0 - last unloaded 149627740291
    loaded kexts:
    com.apple.filesystems.cddafs 2.3.0 - last loaded 171968100440
    com.apple.driver.AppleHWSensor 1.9d0
    com.apple.filesystems.ntfs 2.1
    com.apple.filesystems.autofs 2.0.2
    com.apple.driver.AppleUSBTCButtons 1.7.4f1
    com.apple.driver.AppleMikeyHIDDriver 1.0.6
    com.apple.driver.AppleUpstreamUserClient 2.7.5
    com.apple.driver.AppleMikeyDriver 1.7.1a2
    com.apple.driver.AppleHDA 1.7.1a2
    com.apple.driver.AGPM 100.8.7
    com.apple.driver.AppleHDAController 1.7.1a2
    com.apple.iokit.IOBluetoothSerialManager 2.1.9f10
    com.apple.driver.SMCMotionSensor 2.1.1d2
    com.apple.DontSteal_Mac_OSX 6.0.3
    com.apple.iokit.IOFireWireIP 1.7.7
    com.apple.driver.AppleIRController 113
    com.apple.driver.AudioIPCDriver 1.0.6
    com.apple.kext.AppleSMCLMU 1.4.5d1
    com.apple.driver.AppleGraphicsControl 2.8.15
    com.apple.driver.ACPISMCPlatformPlugin 3.4.0a17
    com.apple.driver.NVSMU 1.1.7
    com.apple.driver.AppleSMBusPCI 1.0.1d1
    com.apple.driver.AppleLPC 1.3.1
    com.apple.GeForce 5.4.8
    com.apple.nvidia.nv50hal 5.4.8
    com.apple.driver.AppleUSBMultitouch 189.35
    com.apple.driver.AppleUSBTCKeyboard 1.7.4f1
    com.apple.driver.AppleHIDKeyboard 1.0.9b4
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.1.9f10
    com.apple.driver.AppleUSBMergeNub 3.5.2
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.1.1
    com.apple.iokit.SCSITaskUserClient 2.1.1
    com.apple.driver.XsanFilter 2.7.91
    com.apple.iokit.IOAHCISerialATAPI 1.1.2
    com.apple.iokit.IOAHCIBlockStorage 1.2.3
    com.apple.driver.AppleAHCIPort 1.7.0
    com.apple.driver.AppleUSBHub 3.4.9
    com.apple.iokit.IOUSBUserClient 3.5.2
    com.apple.driver.AirPortBrcm43xx 365.91.19
    com.apple.driver.AppleFWOHCI 3.9.7
    com.apple.nvenet 1.0.54
    com.apple.driver.AppleUSBEHCI 3.4.6
    com.apple.driver.AppleUSBOHCI 3.4.6
    com.apple.driver.AppleEFINVRAM 1.2.0
    com.apple.driver.AppleSmartBatteryManager 158.10.5
    com.apple.driver.AppleRTC 1.2.3
    com.apple.driver.AppleHPET 1.4
    com.apple.driver.AppleACPIPCI 1.2.5
    com.apple.driver.AppleACPIButtons 1.2.5
    com.apple.driver.AppleSMBIOS 1.4
    com.apple.driver.AppleACPIEC 1.2.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.security.seatbelt 107.12
    com.apple.nke.applicationfirewall 1.8.77
    com.apple.security.TMSafetyNet 3
    com.apple.driver.AppleIntelCPUPowerManagement 76.2.0
    com.apple.driver.DiskImages 199
    com.apple.BootCache 30.4
    com.apple.driver.DspFuncLib 1.7.1a2
    com.apple.driver.AppleSMBusController 1.0.1d1
    com.apple.iokit.IOHDAFamily 1.7.1a2
    com.apple.iokit.IOSerialFamily 9.4
    com.apple.iokit.IOAudioFamily 1.6.9fc5
    com.apple.kext.OSvKernDSPLib 1.1
    com.apple.driver.IOPlatformPluginFamily 3.4.0a17
    com.apple.NVDAResman 5.4.8
    com.apple.iokit.IONDRVSupport 1.7.3
    com.apple.iokit.IOGraphicsFamily 1.7.3
    com.apple.driver.AppleSMC 2.3.1d1
    com.apple.iokit.IOUSBHIDDriver 3.4.6
    com.apple.driver.AppleUSBBluetoothHCIController 2.1.9f10
    com.apple.iokit.IOBluetoothFamily 2.1.9f10
    com.apple.driver.AppleUSBComposite 3.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.1.1
    com.apple.iokit.IOBDStorageFamily 1.5
    com.apple.iokit.IODVDStorageFamily 1.5
    com.apple.iokit.IOCDStorageFamily 1.5
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.1.1
    com.apple.iokit.IOAHCIFamily 1.5.0
    com.apple.iokit.IO80211Family 216.1
    com.apple.iokit.IOFireWireFamily 3.4.9
    com.apple.iokit.IONetworkingFamily 1.6.1
    com.apple.iokit.IOUSBFamily 3.5.2
    com.apple.driver.AppleEFIRuntime 1.2.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.iokit.IOStorageFamily 1.5.6
    com.apple.iokit.IOHIDFamily 1.5.5
    com.apple.driver.AppleACPIPlatform 1.2.5
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.2.0
    Any help would be much appreciated

    Lets give it a try. 1st of all post your s/n (so I can run a check on your specific model) or check with system profiler if your machine has the NVidia Geforce 8600 M GT. Or see for yourself: http://www.chipmunk.nl/cgi-fast/applemodel.cgi
    IF SO:
    Surely, you've heard about the generic problems with this specific video chip: sooner or later most of them will fail due to chip packaging/bonding issues. If yours has not failed before, it may be doing so now because you're driving it harder with a larger external monitor attached, thus probably running the affected videochip hotter. Very useful link: http://www.xlr8yourmac.com/feedback/MacBookProvideofailure.html#novideotip , loads of other useful links on the subject therein.
    To solve this, Apple has instigated an extended warranty, so do not tread on the tail of your machine's capabilities any more. Once it will not boot (which may eventually happen), it gets really hard to run diagnostics. Have it checked by at least 1, preferably more ASPs (see link), and kindly ask them to reiterate the test 2 or 3 times. Often, the problem will not show up on the 1st try.
    I am reading increasing numbers of questions and complaints about this on the Flemish/Belgian Apple forum "Intermactivity", most users seem to be unaware of the problem (though this has been common knowledge for years), and moreover, most ASPs are reluctant to acknowledge it.
    So if your machine is one of the affected, you will really have to stand your case. Especially in Europe!

  • X randomly crashing, cannot ctrl-alt-bksp

    The first crash was a couple of months ago, and I will admit I just ignored it, especially since it didn't crash again for about a month. Then I was starting to think I might have a problem and did a bit of research. I thought turning off compositing might be the solution so I did that and it still crashed about a week later. The crashes were so dispersed that I just forgot about them, but I think I have to do something now.
    Recently I installed xdm. The problem is, now when X crashes, xdm tries to get X to run again, and it goes into an endless cycle of crashes. Ctrl-Alt-Backspace does not work, Ctrl-Alt-F1 does not bring me into a terminal, and manually powering off is the only way to get out of it. Before I installed xdm; after it crashes I can Ctrl-Alt-F1 to go into a virtual terminal and reboot. (Rebooting seemed to be the only way to get it working. There were no X or xorg processes running after the crash to kill, and I couldn't startx again.)
    I also noticed that I'm definately not the only one with this problem, but I can't seem to find a solution anywhere (that works for me):
    http://bbs.archlinux.org/viewtopic.php?id=56079
    http://bbs.archlinux.org/viewtopic.php?id=55071
    http://bbs.archlinux.org/viewtopic.php?id=54733
    http://bbs.archlinux.org/viewtopic.php?id=58389
    http://bbs.archlinux.org/viewtopic.php?id=55416
    No, I don't have ndisswrapper. (I have a laptop but I never use wireless so I haven't set it up yet.)
    I don't believe this is a hardware problem, because I run Windows on the same computer and have never had this problem on it.
    Also I should note that now X is slow to start. Before (a couple of years ago) I could type startx and then I'd immediately be in X, but now the screen turns black and flickers a little before going into X. X has had this problem ever since I returned to Linux.
    While it is going to be hard to find an immediate solution to this, does anoyone know how to get the magic sysreq key working in Arch? I have a very good feeling that the magic sysreq key could save me from manually turning off the power, but it doesn't seem to work for some reason. Would I need to compile a custom kernel? (I sure hope not)
    xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Touchpad" "SendCoreEvents"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "record"
    Load "GLcore"
    Load "dri"
    Load "glx"
    Load "xtrap"
    Load "dbe"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "Xkblayout" "us"
    #Option "Xkblayout" "dvorak"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    EndSection
    Section "Monitor"
    DisplaySize 336 210 # mm
    Identifier "Monitor0"
    VendorName "LPL"
    ModelName "LPL0000"
    HorizSync 28.0 - 96.0
    VertRefresh 50.0 - 75.0
    #This no longer seems to work, must startx with DPI arg
    #Option "UseEdidDpi" "false"
    #Option "DCC" "no"
    #Option "DPI" "96 x 96"
    DisplaySize 338 212
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    Option "NoDDC" "true" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    #Option "DPI" "96 x 96"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x800"
    EndSubSection
    EndSection
    #Compositing may cause random crashing
    #Section "Extensions"
    # Option "Composite" "Enable"
    #EndSection
    $ lscpi
    00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
    00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
    00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
    00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
    02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
    05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
    07:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
    07:06.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
    07:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
    07:06.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
    I have saved my xorg logs from right after the crash, but I don't see anything funny in them (well I'm not really the person to ask) and they are too big to fit in a post. If they are required I can try to find some way to show them.
    Last edited by sokuban (2008-11-21 23:57:35)

    Hi
    Did that fix you?
    I have been having the issue for a while, seems pretty random though I suspect virtual-box and/or wine to be tricker, but I have seen it crash without either, I think.
    Anyways, black screen, lose keyboard, cold boot.
    gnome, nvidia 177.82,
    2.6.27-ARCH #1 SMP PREEMPT Fri Nov 28 10:56:24 UTC 2008 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ AuthenticAMD
    Xorg.0.log.old
    X.Org X Server 1.5.3
    Release Date: 5 November 2008
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.27-ARCH i686
    Current Operating System: Linux abbit 2.6.27-ARCH #1 SMP PREEMPT Fri Nov 28 10:56:24 UTC 2008 i686
    Build Date: 05 December 2008 09:10:55PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 7 01:22:37 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd' or 'mouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d5900
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 4.1
    X.Org XInput driver : 2.1
    X.Org Server Extension : 1.1
    X.Org Font Renderer : 0.6
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@1:0:0) nVidia Corporation G80 [GeForce 8800 GTS] rev 162, Mem @ 0xfa000000/0, 0xe0000000/0, 0xf8000000/0, I/O @ 0x0000ac00/0, BIOS @ 0x????????/131072
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 177.82 Tue Nov 4 14:03:48 PST 2008
    (II) Loading extension GLX
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.5.3, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.6
    (II) Loading font FreeType
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org Server Extension, version 1.1
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 177.82 Tue Nov 4 13:42:45 PST 2008
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.5.3, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "TripleBuffer" "True"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce 8800 GTS (G80) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 327680 kBytes
    (--) NVIDIA(0): VideoBIOS: 60.80.0d.00.02
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 8800 GTS at PCI:1:0:0:
    (--) NVIDIA(0): LG L1900R (DFP-1)
    (--) NVIDIA(0): LG L1900R (DFP-1): 330.0 MHz maximum pixel clock
    (--) NVIDIA(0): LG L1900R (DFP-1): Internal Dual Link TMDS
    (II) NVIDIA(0): Assigned Display Device: DFP-1
    (==) NVIDIA(0):
    (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    (==) NVIDIA(0): will be used as the requested mode.
    (==) NVIDIA(0):
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "nvidia-auto-select"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not
    (II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration option
    (II) NVIDIA(0): may not be set correctly. When the ACPI daemon is
    (II) NVIDIA(0): available, the NVIDIA X driver can use it to receive ACPI
    (II) NVIDIA(0): events. For details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms" "True"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (II) config/hal: Adding input device Logitech USB Gaming Mouse
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.5.2, module version = 2.0.7
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.1
    (**) Logitech USB Gaming Mouse: always reports core events
    (**) Logitech USB Gaming Mouse: Device: "/dev/input/event2"
    (II) Logitech USB Gaming Mouse: Found x and y relative axes
    (II) Logitech USB Gaming Mouse: Found mouse buttons
    (II) Logitech USB Gaming Mouse: Configuring as mouse
    (II) XINPUT: Adding extended input device "Logitech USB Gaming Mouse" (type: MOUSE)
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "base"
    (**) AT Translated Set 2 keyboard: xkb_rules: "base"
    (**) Option "xkb_model" "evdev"
    (**) AT Translated Set 2 keyboard: xkb_model: "evdev"
    (**) Option "xkb_layout" "dk"
    (**) AT Translated Set 2 keyboard: xkb_layout: "dk"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Found mouse buttons
    (II) Macintosh mouse button emulation: Configuring as mouse
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (II) NVIDIA(0): Initialized GPU GART.
    Backtrace:
    0: /usr/bin/X(xorg_backtrace+0x3b) [0x813017b]
    1: /usr/bin/X(xf86SigHandler+0x51) [0x80d8cb1]
    2: [0xb7fc8400]
    Fatal server error:
    Caught signal 11. Server aborting
    (II) Logitech USB Gaming Mouse: Close
    (II) UnloadModule: "evdev"
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
    00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
    00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
    00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
    00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
    00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
    00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
    00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
    00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
    00:08.0 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a1)
    00:09.0 ISA bridge: nVidia Corporation MCP55 LPC Bridge (rev a2)
    00:09.1 SMBus: nVidia Corporation MCP55 SMBus (rev a2)
    00:0a.0 USB Controller: nVidia Corporation MCP55 USB Controller (rev a1)
    00:0a.1 USB Controller: nVidia Corporation MCP55 USB Controller (rev a2)
    00:0c.0 IDE interface: nVidia Corporation MCP55 IDE (rev a1)
    00:0d.0 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2)
    00:0d.1 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2)
    00:0d.2 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2)
    00:0e.0 PCI bridge: nVidia Corporation MCP55 PCI bridge (rev a2)
    00:0e.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2)
    00:10.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2)
    00:11.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2)
    00:16.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
    00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
    01:00.0 VGA compatible controller: nVidia Corporation G80 [GeForce 8800 GTS] (rev a2)
    02:0b.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
    03:00.0 Mass storage controller: Silicon Image, Inc. SiI 3132 Serial ATA Raid II Controller (rev 01)
    Not sure what logs might else be of interest.
    Don't feel like downgrading kernel or update to beta drivers if it's not the pit at all.
    edit;
    running nvidia beta (180.16) for a week or so, no crash, happy it seems to be the fix but not impressed at all.
    Last edited by cell (2008-12-21 10:10:39)

  • Random crashes with Adobe LiveCycle form - where is temp file?

    I'm using Adobe Acrobat v8 to enter data in a form I created on LiveCycle (the version that comes with Acrobat v8).  I'm running Windows XP with all of the current patches (as far as I know - our tech support is pretty good at updates).
    The file randomly, and repeatedly crashes on me.  It also does this on my Vista Laptop, but since Vista randomly crashes for all sorts of reasons, who knows.  The file does not randomly crash for a co-worker, so I suspect some sort of problem with my computer that I'm having tech support look into.
    My question is where are the temp files?  I have Acrobat set up to save to a temp file every minute, but this isn't helping me recover any lost data. I could type for 15 minutes in one field, and not recover any piece of it.  Any advice?

    I'm using Adobe Acrobat v8 to enter data in a form I created on LiveCycle (the version that comes with Acrobat v8).  I'm running Windows XP with all of the current patches (as far as I know - our tech support is pretty good at updates).
    The file randomly, and repeatedly crashes on me.  It also does this on my Vista Laptop, but since Vista randomly crashes for all sorts of reasons, who knows.  The file does not randomly crash for a co-worker, so I suspect some sort of problem with my computer that I'm having tech support look into.
    My question is where are the temp files?  I have Acrobat set up to save to a temp file every minute, but this isn't helping me recover any lost data. I could type for 15 minutes in one field, and not recover any piece of it.  Any advice?

Maybe you are looking for