[Solved] - System Crashed - Need to block modules at boot

Hi ArchLinux Users
Last night I was browsing the internet when in chromium and was notified that flash had crashed. A few seconds later my system froze and I was not able to do anything. After that I am unable to boot my laptop. I fear the my nvidia graphics card must have blown up as I see nothing once I turn on my laptop.
I have not backup my all my data yet and am desperate to get it. My plan is to use the hard disk in another laptop boot it and backup the data. I am worried about the clash of drivers as my friends laptop has ATI.
How do I black list nvidia at grub? Also I can avoid loading gnome 3 (GDM) as all I need is a command line access. I am really worried and would really appreciate any and all help.
Also I am not sure if my problem fits the forums category and apologize for this as it was the best I could think of.
Cheers!
Nishit
Last edited by jlight2011 (2011-09-14 00:22:57)

You don't need to edit the file, just add do this to the kernel line before grub loads it:
Modules can be blacklisted at boot time by appending modprobe.blacklist=mod1,mod2,mod3 to the kernel command line (in grub, lilo or syslinux). Alternatively, the modules can be disabled altogether by appending mod1.disable=1 mod2.disable=1 mod3.disable=1 instead. This is useful in an emergency where a broken module makes it impossible to boot your system.
See here for how to do it: https://wiki.archlinux.org/index.php/Gr … _boot_menu

Similar Messages

  • [solved] system crash: / read-only and /home not mounted

    After a complete system crash due to resizing my partitions I am now at the point of restoring everything step by step.
    Having had bunches of kernel panics I can now already boot again into my old system. However, / is mounted as read-only manifesting in error messages for programs that access /var and /usr. Furthermore /home is not mounted at all.
    # journalctl -b
    can't create /var/lib/NetworkManager/dhclient-905c7548-79bb-4a97-9fb4-5ce1333f7ce5-wlp3s0.lease: Read-only file system
    Failed at step NAMESPACE spawning /usr/bin/ntpd: Read-only file system
    pam_tally(login:auth): Error opening /var/log/faillog for update
    The UUIDs in fstab are fine as well as the mount options. What else can cause the problem?
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # tmpfs /tmp tmpfs nodev,nosuid 0 0
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Arch UUID=469ca819-9b4d-48d1-b9f9-7377f47ff722 LABEL=System
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Home UUID=a390d1a9-fb13-4895-8297-03dba4cd6162 LABEL=Home
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Swap UUID=732ac739-0110-4554-b86d-4d7413e89995 LABEL=Swap
    UUID=469ca819-9b4d-48d1-b9f9-7377f47ff722 / ext4 defaults,rw,noatime 0 1
    UUID=732ac739-0110-4554-b86d-4d7413e89995 swap swap defaults 0 0
    UUID=a390d1a9-fb13-4895-8297-03dba4cd6162 /home ext4 defaults,rw,noatime 0 1
    # blkid /dev/mapper/VolGroup00-*
    /dev/mapper/VolGroup00-Arch: LABEL="System" UUID="469ca819-9b4d-48d1-b9f9-7377f47ff722" TYPE="ext4"
    /dev/mapper/VolGroup00-Home: LABEL="Home" UUID="a390d1a9-fb13-4895-8297-03dba4cd6162" TYPE="ext4"
    /dev/mapper/VolGroup00-Swap: LABEL="Swap" UUID="732ac739-0110-4554-b86d-4d7413e89995" TYPE="swap"
    After logging in as root in tty I have to proceed with the following to get my system running:
    # mount -o remount,rw /
    # mount /dev/mapper/VolGroup00-Home /home
    Last edited by orschiro (2013-03-22 06:32:06)

    Hi WonderWoofy,
    I did a very dump thing. I deleted my /dev/sda1 ntfs partition, moved /dev/sda2 containing my lvm volumes to the left, resized /dev/sda2 and allocated the free space to my /home logical volume group. Lots of files ended up to be corrupt, I reinstalled all packages and ran fsck several times. Now at least it is starting again. I just found out that the entire root partition is mounted as read-only. In the following is the entire journal excerpt:
    -- Logs begin at Sa 2012-11-10 23:14:05 CET, end at Mi 2013-03-20 07:33:54 CET. --
    Mär 20 07:23:26 thinkpad systemd-journal[131]: Allowing runtime journal files to grow to 394.3M.
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpuset
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpu
    Mär 20 07:23:26 thinkpad kernel: Linux version 3.8.3-2-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Mar 17 13:04:22 CET 2013
    Mär 20 07:23:26 thinkpad kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/VolGroup00-Arch ro quiet acpi_osi=Linux pcie_aspm=force nmi_watchdog=0 resume=/dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: e820: BIOS-provided physical RAM map:
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bd6a0fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd6a1000-0x00000000bd6a6fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd6a7000-0x00000000bd7b6fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd7b7000-0x00000000bd80efff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd80f000-0x00000000bd8c6fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8c7000-0x00000000bd8d1fff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d2000-0x00000000bd8d4fff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d5000-0x00000000bd8d8fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d9000-0x00000000bd8dcfff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8dd000-0x00000000bd8dffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8e0000-0x00000000bd906fff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd907000-0x00000000bd907fff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd908000-0x00000000bdb0efff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdb0f000-0x00000000bdb9efff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdb9f000-0x00000000bdbfefff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdbff000-0x00000000bdbfffff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdc00000-0x00000000bfffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000100000000-0x000000023bffffff] usable
    Mär 20 07:23:26 thinkpad kernel: NX (Execute Disable) protection: active
    Mär 20 07:23:26 thinkpad kernel: SMBIOS 2.4 present.
    Mär 20 07:23:26 thinkpad kernel: DMI: LENOVO 7450AC7/7450AC7, BIOS 7WET70WW (3.20 ) 12/13/2011
    Mär 20 07:23:26 thinkpad kernel: e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    Mär 20 07:23:26 thinkpad kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mär 20 07:23:26 thinkpad kernel: No AGP bridge found
    Mär 20 07:23:26 thinkpad kernel: e820: last_pfn = 0x23c000 max_arch_pfn = 0x400000000
    Mär 20 07:23:26 thinkpad kernel: MTRR default type: uncachable
    Mär 20 07:23:26 thinkpad kernel: MTRR fixed ranges enabled:
    Mär 20 07:23:26 thinkpad kernel: 00000-9FFFF write-back
    Mär 20 07:23:26 thinkpad kernel: A0000-BFFFF uncachable
    Mär 20 07:23:26 thinkpad kernel: C0000-D3FFF write-protect
    Mär 20 07:23:26 thinkpad kernel: D4000-DBFFF uncachable
    Mär 20 07:23:26 thinkpad kernel: DC000-FFFFF write-protect
    Mär 20 07:23:26 thinkpad kernel: MTRR variable ranges enabled:
    Mär 20 07:23:26 thinkpad kernel: 0 base 23C000000 mask FFC000000 uncachable
    Mär 20 07:23:26 thinkpad kernel: 1 base 0BE000000 mask FFE000000 uncachable
    Mär 20 07:23:26 thinkpad kernel: 2 base 000000000 mask F80000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 3 base 080000000 mask FC0000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 4 base 100000000 mask F00000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 5 base 200000000 mask FC0000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 6 base 0BDE00000 mask FFFE00000 uncachable
    Mär 20 07:23:26 thinkpad kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mär 20 07:23:26 thinkpad kernel: e820: update [mem 0xbde00000-0xffffffff] usable ==> reserved
    Mär 20 07:23:26 thinkpad kernel: e820: last_pfn = 0xbdc00 max_arch_pfn = 0x400000000
    Mär 20 07:23:26 thinkpad kernel: found SMP MP-table at [mem 0x000f6bc0-0x000f6bcf] mapped at [ffff8800000f6bc0]
    Mär 20 07:23:26 thinkpad kernel: initial memory mapped: [mem 0x00000000-0x1fffffff]
    Mär 20 07:23:26 thinkpad kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576
    Mär 20 07:23:26 thinkpad kernel: init_memory_mapping: [mem 0x00000000-0xbdbfffff]
    Mär 20 07:23:26 thinkpad kernel: [mem 0x00000000-0xbdbfffff] page 2M
    Mär 20 07:23:26 thinkpad kernel: kernel direct mapping tables up to 0xbdbfffff @ [mem 0x1fffc000-0x1fffffff]
    Mär 20 07:23:26 thinkpad kernel: init_memory_mapping: [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: [mem 0x100000000-0x23bffffff] page 2M
    Mär 20 07:23:26 thinkpad kernel: kernel direct mapping tables up to 0x23bffffff @ [mem 0xbd8c1000-0xbd8c6fff]
    Mär 20 07:23:26 thinkpad kernel: RAMDISK: [mem 0x3785c000-0x37c25fff]
    Mär 20 07:23:26 thinkpad kernel: ACPI: RSDP 00000000000f6b80 00024 (v02 LENOVO)
    Mär 20 07:23:26 thinkpad kernel: ACPI: XSDT 00000000bdb5b267 00094 (v01 LENOVO TP-7W 00003200 LTP 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: FACP 00000000bdb5b400 000F4 (v03 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: DSDT 00000000bdb5b7db 0E407 (v01 LENOVO TP-7W 00003200 MSFT 03000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: FACS 00000000bdb8e000 00040
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bdb5b5b4 00227 (v01 LENOVO TP-7W 00003200 MSFT 03000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: ECDT 00000000bdb69be2 00052 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: APIC 00000000bdb69c34 00078 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: MCFG 00000000bdb69cac 0003C (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: HPET 00000000bdb69ce8 00038 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SLIC 00000000bdb69dc2 00176 (v01 LENOVO TP-7W 00003200 LTP 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: BOOT 00000000bdb69f38 00028 (v01 LENOVO TP-7W 00003200 LTP 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: ASF! 00000000bdb69f60 000A0 (v16 LENOVO TP-7W 00003200 PTL 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bdb8d1ea 00578 (v01 LENOVO TP-7W 00003200 INTL 20050513)
    Mär 20 07:23:26 thinkpad kernel: ACPI: TCPA 00000000bd907000 00032 (v00 00000000 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d4000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d3000 00274 (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d2000 00242 (v01 PmRef ApTst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Local APIC address 0xfee00000
    Mär 20 07:23:26 thinkpad kernel: No NUMA configuration found
    Mär 20 07:23:26 thinkpad kernel: Faking a node at [mem 0x0000000000000000-0x000000023bffffff]
    Mär 20 07:23:26 thinkpad kernel: Initmem setup node 0 [mem 0x00000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: NODE_DATA [mem 0x23bffb000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880233600000-ffff88023b5fffff] on node 0
    Mär 20 07:23:26 thinkpad kernel: Zone ranges:
    Mär 20 07:23:26 thinkpad kernel: DMA [mem 0x00010000-0x00ffffff]
    Mär 20 07:23:26 thinkpad kernel: DMA32 [mem 0x01000000-0xffffffff]
    Mär 20 07:23:26 thinkpad kernel: Normal [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: Movable zone start for each node
    Mär 20 07:23:26 thinkpad kernel: Early memory node ranges
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x00010000-0x0009dfff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x00100000-0xbd6a0fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbd6a7000-0xbd7b6fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbd80f000-0xbd8c6fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbdbff000-0xbdbfffff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: On node 0 totalpages: 2070520
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 64 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 6 pages reserved
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 3912 pages, LIFO batch:0
    Mär 20 07:23:26 thinkpad kernel: DMA32 zone: 12066 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: DMA32 zone: 760136 pages, LIFO batch:31
    Mär 20 07:23:26 thinkpad kernel: Normal zone: 20224 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: Normal zone: 1274112 pages, LIFO batch:31
    Mär 20 07:23:26 thinkpad kernel: ACPI: PM-Timer IO Port: 0x1008
    Mär 20 07:23:26 thinkpad kernel: ACPI: Local APIC address 0xfee00000
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Mär 20 07:23:26 thinkpad kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    Mär 20 07:23:26 thinkpad kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    Mär 20 07:23:26 thinkpad kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mär 20 07:23:26 thinkpad kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ0 used by override.
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ2 used by override.
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ9 used by override.
    Mär 20 07:23:26 thinkpad kernel: Using ACPI (MADT) for SMP configuration information
    Mär 20 07:23:26 thinkpad kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Mär 20 07:23:26 thinkpad kernel: smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    Mär 20 07:23:26 thinkpad kernel: nr_irqs_gsi: 40
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd6a1000 - 00000000bd6a7000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd7b7000 - 00000000bd80f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8c7000 - 00000000bd8d2000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d2000 - 00000000bd8d5000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d5000 - 00000000bd8d9000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d9000 - 00000000bd8dd000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8dd000 - 00000000bd8e0000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8e0000 - 00000000bd907000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd907000 - 00000000bd908000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd908000 - 00000000bdb0f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdb0f000 - 00000000bdb9f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdb9f000 - 00000000bdbff000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdc00000 - 00000000c0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fec10000 - 00000000fed00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed00000 - 00000000fed10000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000ff800000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
    Mär 20 07:23:26 thinkpad kernel: e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
    Mär 20 07:23:26 thinkpad kernel: Booting paravirtualized kernel on bare hardware
    Mär 20 07:23:26 thinkpad kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    Mär 20 07:23:26 thinkpad kernel: PERCPU: Embedded 28 pages/cpu @ffff88023bc00000 s85056 r8192 d21440 u524288
    Mär 20 07:23:26 thinkpad kernel: pcpu-alloc: s85056 r8192 d21440 u524288 alloc=1*2097152
    Mär 20 07:23:26 thinkpad kernel: pcpu-alloc: [0] 0 1 2 3
    Mär 20 07:23:26 thinkpad kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2038160
    Mär 20 07:23:26 thinkpad kernel: Policy zone: Normal
    Mär 20 07:23:26 thinkpad kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/VolGroup00-Arch ro quiet acpi_osi=Linux pcie_aspm=force nmi_watchdog=0 resume=/dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: PCIe ASPM is forcibly enabled
    Mär 20 07:23:26 thinkpad kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Mär 20 07:23:26 thinkpad kernel: __ex_table already sorted, skipping sort
    Mär 20 07:23:26 thinkpad kernel: Checking aperture...
    Mär 20 07:23:26 thinkpad kernel: No AGP bridge found
    Mär 20 07:23:26 thinkpad kernel: Calgary: detecting Calgary via BIOS EBDA area
    Mär 20 07:23:26 thinkpad kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Mär 20 07:23:26 thinkpad kernel: Memory: 8069148k/9371648k available (4985k kernel code, 1089568k absent, 212932k reserved, 3946k data, 820k init)
    Mär 20 07:23:26 thinkpad kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Mär 20 07:23:26 thinkpad kernel: Preemptible hierarchical RCU implementation.
    Mär 20 07:23:26 thinkpad kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Mär 20 07:23:26 thinkpad kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Mär 20 07:23:26 thinkpad kernel: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
    Mär 20 07:23:26 thinkpad kernel: NR_IRQS:4352 nr_irqs:712 16
    Mär 20 07:23:26 thinkpad kernel: Extended CMOS year: 2000
    Mär 20 07:23:26 thinkpad kernel: Console: colour dummy device 80x25
    Mär 20 07:23:26 thinkpad kernel: console [tty0] enabled
    Mär 20 07:23:26 thinkpad kernel: allocated 33554432 bytes of page_cgroup
    Mär 20 07:23:26 thinkpad kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Mär 20 07:23:26 thinkpad kernel: hpet clockevent registered
    Mär 20 07:23:26 thinkpad kernel: tsc: Fast TSC calibration using PIT
    Mär 20 07:23:26 thinkpad kernel: tsc: Detected 1862.155 MHz processor
    Mär 20 07:23:26 thinkpad kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3725.48 BogoMIPS (lpj=6207183)
    Mär 20 07:23:26 thinkpad kernel: pid_max: default: 32768 minimum: 301
    Mär 20 07:23:26 thinkpad kernel: Security Framework initialized
    Mär 20 07:23:26 thinkpad kernel: AppArmor: AppArmor disabled by boot time parameter
    Mär 20 07:23:26 thinkpad kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Mär 20 07:23:26 thinkpad kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Mär 20 07:23:26 thinkpad kernel: Mount-cache hash table entries: 256
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpuacct
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys memory
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys devices
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys freezer
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys net_cls
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys blkio
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: CPU: Physical Processor ID: 0
    Mär 20 07:23:26 thinkpad kernel: CPU: Processor Core ID: 0
    Mär 20 07:23:26 thinkpad kernel: mce: CPU supports 6 MCE banks
    Mär 20 07:23:26 thinkpad kernel: CPU0: Thermal monitoring enabled (TM2)
    Mär 20 07:23:26 thinkpad kernel: process: using mwait in idle threads
    Mär 20 07:23:26 thinkpad kernel: [117B blob data]
    Mär 20 07:23:26 thinkpad kernel: Freeing SMP alternatives: 20k freed
    Mär 20 07:23:26 thinkpad kernel: ACPI: Core revision 20121018
    Mär 20 07:23:26 thinkpad kernel: ftrace: allocating 19367 entries in 76 pages
    Mär 20 07:23:26 thinkpad kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mär 20 07:23:26 thinkpad kernel: smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU L9400 @ 1.86GHz (fam: 06, model: 17, stepping: 06)
    Mär 20 07:23:26 thinkpad kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    Mär 20 07:23:26 thinkpad kernel: ... version: 2
    Mär 20 07:23:26 thinkpad kernel: ... bit width: 40
    Mär 20 07:23:26 thinkpad kernel: ... generic registers: 2
    Mär 20 07:23:26 thinkpad kernel: ... value mask: 000000ffffffffff
    Mär 20 07:23:26 thinkpad kernel: ... max period: 000000007fffffff
    Mär 20 07:23:26 thinkpad kernel: ... fixed-purpose events: 3
    Mär 20 07:23:26 thinkpad kernel: ... event mask: 0000000700000003
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: smpboot: Booting Node 0, Processors #1
    Mär 20 07:23:26 thinkpad kernel: Brought up 2 CPUs
    Mär 20 07:23:26 thinkpad kernel: smpboot: Total of 2 processors activated (7451.97 BogoMIPS)
    Mär 20 07:23:26 thinkpad kernel: devtmpfs: initialized
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8c7000-0xbd8d1fff] (45056 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8d9000-0xbd8dcfff] (16384 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8e0000-0xbd906fff] (159744 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbdb0f000-0xbdb9efff] (589824 bytes)
    Mär 20 07:23:26 thinkpad kernel: RTC time: 6:23:21, date: 03/20/13
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 16
    Mär 20 07:23:26 thinkpad kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type pci registered
    Mär 20 07:23:26 thinkpad kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    Mär 20 07:23:26 thinkpad kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    Mär 20 07:23:26 thinkpad kernel: PCI: Using configuration type 1 for base access
    Mär 20 07:23:26 thinkpad kernel: bio: create slab <bio-0> at 0
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Module Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Processor Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Linux)
    Mär 20 07:23:26 thinkpad kernel: ACPI: EC: EC description table is found, configuring boot EC
    Mär 20 07:23:26 thinkpad kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d7c20 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d5020 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d6ca0 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d6f20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Interpreter enabled
    Mär 20 07:23:26 thinkpad kernel: ACPI: (supports S0 S3 S4 S5)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Using IOAPIC for interrupt routing
    Mär 20 07:23:26 thinkpad kernel: ACPI: Power Resource [PUBS] (on)
    Mär 20 07:23:26 thinkpad kernel: ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    Mär 20 07:23:26 thinkpad kernel: ACPI: ACPI Dock Station Driver: 3 docks/bays found
    Mär 20 07:23:26 thinkpad kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: ACPI _OSC control (0x1d) granted
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    Mär 20 07:23:26 thinkpad kernel: PCI host bridge to bus 0000:00
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
    Mär 20 07:23:26 thinkpad kernel: DMAR: Forcing write-buffer flush capability
    Mär 20 07:23:26 thinkpad kernel: DMAR: Disabling IOMMU for graphics on this chipset
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 10: [mem 0xf2000000-0xf23fffff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.1: reg 10: [mem 0xf2400000-0xf24fffff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: [8086:2a44] type 00 class 0x078000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: reg 10: [mem 0xf2826800-0xf282680f 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: [8086:10f5] type 00 class 0x020000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 10: [mem 0xf2600000-0xf261ffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 14: [mem 0xf2625000-0xf2625fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 18: [io 0x1840-0x185f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: reg 20: [io 0x1860-0x187f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.1: reg 20: [io 0x1880-0x189f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: reg 20: [io 0x18a0-0x18bf]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: reg 10: [mem 0xf2826c00-0xf2826fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: reg 10: [mem 0xf2620000-0xf2623fff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: reg 20: [io 0x18c0-0x18df]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.1: reg 20: [io 0x18e0-0x18ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.2: reg 20: [io 0x1c00-0x1c1f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: reg 10: [mem 0xf2827000-0xf28273ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 10: [io 0x1c48-0x1c4f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 14: [io 0x183c-0x183f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 18: [io 0x1c40-0x1c47]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 1c: [io 0x1838-0x183b]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 20: [io 0x1c20-0x1c3f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 24: [mem 0xf2826000-0xf28267ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: reg 10: [mem 0xf2827400-0xf28274ff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: reg 20: [io 0x1c60-0x1c7f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: [8086:4236] type 00 class 0x028000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: reg 10: [mem 0xf2500000-0xf2501fff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Mär 20 07:23:26 thinkpad kernel: vgaarb: loaded
    Mär 20 07:23:26 thinkpad kernel: vgaarb: bridge control possible 0000:00:02.0
    Mär 20 07:23:26 thinkpad kernel: PCI: Using ACPI for IRQ routing
    Mär 20 07:23:26 thinkpad kernel: PCI: pci_cache_line_size set to 64 bytes
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd6a1000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd7b7000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd8c7000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbdc00000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: NetLabel: Initializing
    Mär 20 07:23:26 thinkpad kernel: NetLabel: domain hash size = 128
    Mär 20 07:23:26 thinkpad kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mär 20 07:23:26 thinkpad kernel: NetLabel: unlabeled traffic allowed by default
    Mär 20 07:23:26 thinkpad kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Mär 20 07:23:26 thinkpad kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Mär 20 07:23:26 thinkpad kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Mär 20 07:23:26 thinkpad kernel: Switching to clocksource hpet
    Mär 20 07:23:26 thinkpad kernel: pnp: PnP ACPI init
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type pnp registered
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1000-0x107f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1180-0x11ff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x0800-0x080f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x15e0-0x15ef] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1600-0x167f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1680-0x169f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:03: [dma 4]
    Mär 20 07:23:26 thinkpad kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:07: Plug and Play ACPI device, IDs LEN0010 PNP0303 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:08: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:09: Plug and Play ACPI device, IDs WACf004 (disabled)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0c31 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp: PnP ACPI: found 11 devices
    Mär 20 07:23:26 thinkpad kernel: ACPI: ACPI bus type pnp unregistered
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 1 [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 2 [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 4 [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 5 [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 7 [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 8 [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 9 [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 2
    Mär 20 07:23:26 thinkpad kernel: TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    Mär 20 07:23:26 thinkpad kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Mär 20 07:23:26 thinkpad kernel: TCP: Hash tables configured (established 65536 bind 65536)
    Mär 20 07:23:26 thinkpad kernel: TCP: reno registered
    Mär 20 07:23:26 thinkpad kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    Mär 20 07:23:26 thinkpad kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 1
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: Boot video device
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: PCI: CLS 64 bytes, default 64
    Mär 20 07:23:26 thinkpad kernel: Unpacking initramfs...
    Mär 20 07:23:26 thinkpad kernel: Freeing initrd memory: 3880k freed
    Mär 20 07:23:26 thinkpad kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Mär 20 07:23:26 thinkpad kernel: software IO TLB [mem 0xb96a1000-0xbd6a1000] (64MB) mapped at [ffff8800b96a1000-ffff8800bd6a0fff]
    Mär 20 07:23:26 thinkpad kernel: Simple Boot Flag at 0x35 set to 0x1
    Mär 20 07:23:26 thinkpad kernel: audit: initializing netlink socket (disabled)
    Mär 20 07:23:26 thinkpad kernel: type=2000 audit(1363760601.356:1): initialized
    Mär 20 07:23:26 thinkpad kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Mär 20 07:23:26 thinkpad kernel: VFS: Disk quotas dquot_6.5.2
    Mär 20 07:23:26 thinkpad kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Mär 20 07:23:26 thinkpad kernel: msgmni has been set to 15767
    Mär 20 07:23:26 thinkpad kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Mär 20 07:23:26 thinkpad kernel: io scheduler noop registered
    Mär 20 07:23:26 thinkpad kernel: io scheduler deadline registered
    Mär 20 07:23:26 thinkpad kernel: io scheduler cfq registered (default)
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: vesafb: mode is 1280x800x32, linelength=5120, pages=0
    Mär 20 07:23:26 thinkpad kernel: vesafb: scrolling: redraw
    Mär 20 07:23:26 thinkpad kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Mär 20 07:23:26 thinkpad kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 4032k, total 4032k
    Mär 20 07:23:26 thinkpad kernel: Console: switching to colour frame buffer device 160x50
    Mär 20 07:23:26 thinkpad kernel: fb0: VESA VGA frame buffer device
    Mär 20 07:23:26 thinkpad kernel: intel_idle: does not run on family 6 model 23
    Mär 20 07:23:26 thinkpad kernel: GHES: HEST is not enabled!
    Mär 20 07:23:26 thinkpad kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: [io 0x0200-0x0207]
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: [irq 5]
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: activated
    Mär 20 07:23:26 thinkpad kernel: 00:09: ttyS0 at I/O 0x200 (irq = 5) is a 16550A
    Mär 20 07:23:26 thinkpad kernel: Linux agpgart interface v0.103
    Mär 20 07:23:26 thinkpad kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    Mär 20 07:23:26 thinkpad kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Mär 20 07:23:26 thinkpad kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Mär 20 07:23:26 thinkpad kernel: mousedev: PS/2 mouse device common for all mice
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: RTC can wake from S4
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    Mär 20 07:23:26 thinkpad kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Mär 20 07:23:26 thinkpad kernel: cpuidle: using governor ladder
    Mär 20 07:23:26 thinkpad kernel: cpuidle: using governor menu
    Mär 20 07:23:26 thinkpad kernel: EFI Variables Facility v0.08 2004-May-17
    Mär 20 07:23:26 thinkpad kernel: drop_monitor: Initializing network drop monitor service
    Mär 20 07:23:26 thinkpad kernel: TCP: cubic registered
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 10
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 17
    Mär 20 07:23:26 thinkpad kernel: Key type dns_resolver registered
    Mär 20 07:23:26 thinkpad kernel: PM: Checking hibernation image partition /dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image not present or could not be loaded.
    Mär 20 07:23:26 thinkpad kernel: registered taskstats version 1
    Mär 20 07:23:26 thinkpad kernel: Magic number: 5:939:367
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: setting system clock to 2013-03-20 06:23:21 UTC (1363760601)
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 820k freed
    Mär 20 07:23:26 thinkpad kernel: Write protecting the kernel read-only data: 8192k
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 1148k freed
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 440k freed
    Mär 20 07:23:26 thinkpad systemd-udevd[45]: starting version 198
    Mär 20 07:23:26 thinkpad kernel: SCSI subsystem initialized
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type scsi registered
    Mär 20 07:23:26 thinkpad kernel: libata version 3.00 loaded.
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: version 3.0
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: ahci: SSS flag set, parallel bus scan disabled
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc sxs
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: scsi0 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi1 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi2 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi3 : ahci
    Mär 20 07:23:26 thinkpad kernel: ata1: SATA max UDMA/133 abar m2048@0xf2826000 port 0xf2826100 irq 43
    Mär 20 07:23:26 thinkpad kernel: ata2: SATA max UDMA/133 abar m2048@0xf2826000 port 0xf2826180 irq 43
    Mär 20 07:23:26 thinkpad kernel: ata3: DUMMY
    Mär 20 07:23:26 thinkpad kernel: ata4: DUMMY
    Mär 20 07:23:26 thinkpad kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ATA-8: ST9250315AS, 0001SDM1, max UDMA/133
    Mär 20 07:23:26 thinkpad kernel: ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: configured for UDMA/133
    Mär 20 07:23:26 thinkpad kernel: scsi 0:0:0:0: Direct-Access ATA ST9250315AS 0001 PQ: 0 ANSI: 5
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Write Protect is off
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Mär 20 07:23:26 thinkpad kernel: sda: sda2 sda3
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Mär 20 07:23:26 thinkpad kernel: ata2: SATA link down (SStatus 0 SControl 300)
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type usb registered
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver usbfs
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver hub
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new device driver usb
    Mär 20 07:23:26 thinkpad kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
    Mär 20 07:23:26 thinkpad kernel: hub 1-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 1-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
    Mär 20 07:23:26 thinkpad kernel: hub 2-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 2-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
    Mär 20 07:23:26 thinkpad kernel: hub 3-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 3-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
    Mär 20 07:23:26 thinkpad kernel: hub 4-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 4-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
    Mär 20 07:23:26 thinkpad kernel: hub 5-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 5-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
    Mär 20 07:23:26 thinkpad kernel: hub 6-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 6-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: ehci-pci: EHCI PCI platform driver
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: debug port 1
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: irq 23, io mem 0xf2826c00
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Mär 20 07:23:26 thinkpad kernel: hub 7-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 7-0:1.0: 6 ports detected
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: debug port 1
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: irq 19, io mem 0xf2827000
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Mär 20 07:23:26 thinkpad kernel: hub 8-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 8-0:1.0: 6 ports detected
    Mär 20 07:23:26 thinkpad kernel: tsc: Refined TSC clocksource calibration: 1861.999 MHz
    Mär 20 07:23:26 thinkpad kernel: Switching to clocksource tsc
    Mär 20 07:23:26 thinkpad kernel: device-mapper: uevent: version 1.0.3
    Mär 20 07:23:26 thinkpad kernel: device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: [email protected]
    Mär 20 07:23:26 thinkpad kernel: bio: create slab <bio-1> at 1
    Mär 20 07:23:26 thinkpad kernel: usb 7-6: new high-speed USB device number 4 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: usb 8-1: new high-speed USB device number 2 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: Initializing USB Mass Storage driver...
    Mär 20 07:23:26 thinkpad kernel: scsi4 : usb-storage 8-1:1.0
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver usb-storage
    Mär 20 07:23:26 thinkpad kernel: USB Mass Storage support registered.
    Mär 20 07:23:26 thinkpad kernel: usb 8-4: new high-speed USB device number 4 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: PM: Starting manual resume from disk
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image partition 254:1 present
    Mär 20 07:23:26 thinkpad kernel: PM: Looking for hibernation image.
    Mär 20 07:23:26 thinkpad kernel: PM: Image not found (code -22)
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image not present or could not be loaded.
    Mär 20 07:23:26 thinkpad kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    Mär 20 07:23:26 thinkpad kernel: usb 2-1: new full-speed USB device number 2 using uhci_hcd
    Mär 20 07:23:26 thinkpad kernel: scsi 4:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 2
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] 3891200 512-byte logical blocks: (1.99 GB/1.85 GiB)
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Write Protect is off
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Mode Sense: 03 00 00 00
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sdb: sdb1
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
    Mär 20 07:23:26 thinkpad kernel: usb 2-2: new full-speed USB device number 3 using uhci_hcd
    Mär 20 07:23:26 thinkpad systemd[1]: Smack is not enabled in the kernel, not loading access rules.
    Mär 20 07:23:26 thinkpad kernel: usb 4-2: new low-speed USB device number 2 using uhci_hcd
    Mär 20 07:23:26 thinkpad systemd[1]: systemd 198 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Mär 20 07:23:26 thinkpad systemd[1]: Set hostname to <thinkpad>.
    Mär 20 07:23:26 thinkpad systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Remote File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Remote File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting LVM2 metadata daemon socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on LVM2 metadata daemon socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Delayed Shutdown Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Delayed Shutdown Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Device-mapper event daemon FIFOs.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Mär 20 07:23:26 thinkpad systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Journal Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Journal Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Apply Kernel Variables...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Setup Virtual Console...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Set Up Additional Binary Formats.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Load Kernel Modules...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Debug File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Journal Service...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Journal Service.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Huge Pages File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting POSIX Message Queue File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Kernel Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on udev Kernel Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Control Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on udev Control Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Kernel Device Manager...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Coldplug all Devices...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Encrypted Volumes.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Encrypted Volumes.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Swap.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Swap.
    Mär 20 07:23:26 thinkpad systemd[1]: Started File System Check on Root Device.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Remount Root and Kernel File Systems...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Temporary Directory...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Apply Kernel Variables.
    Mär 20 07:23:26 thinkpad systemd-udevd[135]: starting version 198
    Mär 20 07:23:26 thinkpad systemd-journal[131]: Journal started
    Mär 20 07:23:26 thinkpad systemd[1]: Started Remount Root and Kernel File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Local File Systems (Pre).
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Local File Systems (Pre).
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Load Random Seed...
    Mär 20 07:23:26 thinkpad systemd-random-seed[141]: Failed to write new random seed file: Bad file descriptor
    Mär 20 07:23:26 thinkpad systemd[1]: Started udev Kernel Device Manager.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Load Random Seed.
    Mär 20 07:23:26 thinkpad systemd[1]: Started udev Coldplug all Devices.
    Mär 20 07:23:27 thinkpad systemd-modules-load[129]: Failed to find module 'options tp_smapi invert=5'
    Mär 20 07:23:27 thinkpad systemd-modules-load[129]: Inserted module 'vboxdrv'
    Mär 20 07:23:27 thinkpad systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: Found 2 processor cores.
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: fAsync=0 offMin=0x19d offMax=0xf65
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: Successfully loaded version 4.2.10_OSE (interface 0x001a0004).
    Mär 20 07:23:27 thinkpad systemd[1]: Failed to start Load Kernel Modules.
    Mär 20 07:23:27 thinkpad systemd[1]: Unit systemd-modules-load.service entered failed state
    Mär 20 07:23:27 thinkpad systemd[1]: Mounting Configur

  • [SOLVED] System Crashes When Trying To Load Nestopia Through Wine

    Every time I try to open nestopia or project64 my system crashes. It doesn't crash all the way I get auto logged back in. Not sure if it is the new wine or x or what. I have an nvidia graphics card. Has anyone else had this problem or know a fix? Thanks in advance for any advice.
    Update: Problem resolved itself. The only thing that I can think of that I did were some pacman updates.
    Update: Nope it was compiz the whole time. Disabled compiz and it works fine.
    Last edited by dodo3773 (2011-05-04 19:28:43)

    The Microsoft error report says: Error caused by a device driver. Unknown driver.

  • [solved] System crash and freeze. Kernel issue?

    My computer just crashed pretty bad a couple times in a row:
    Apr 30 15:45:14 black kernel: [ 950.973380] BUG: unable to handle kernel NULL pointer dereference at 00000002
    Apr 30 15:45:14 black kernel: [ 950.973502] IP: [<c0256292>] __block_write_full_page+0x112/0x390
    Apr 30 15:45:14 black kernel: [ 950.973595] *pde = 00000000
    Apr 30 15:45:14 black kernel: [ 950.973644] Oops: 0000 [#1] PREEMPT SMP
    Apr 30 15:45:14 black kernel: [ 950.973716] Modules linked in: snd_pcm_oss snd_mixer_oss snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer uhci_hcd ehci_hcd iTCO_wdt iTCO_vendor_support snd usbcore floppy ppdev e100 soundcore i2c_i801 parport_pc parport usb_common mii processor container shpchp pci_hotplug serio_raw psmouse thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_helper drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 15:45:14 black kernel: [ 950.974616]
    Apr 30 15:45:14 black kernel: [ 950.974645] Pid: 158, comm: flush-8:0 Tainted: G B C 3.3.4-1-ARCH #1 IBM 8305LGG/IBM
    Apr 30 15:45:14 black kernel: [ 950.974773] EIP: 0060:[<c0256292>] EFLAGS: 00010297 CPU: 0
    Apr 30 15:45:14 black kernel: [ 950.974846] EIP is at __block_write_full_page+0x112/0x390
    Apr 30 15:45:14 black kernel: [ 950.974910] EAX: 4002086d EBX: 00000002 ECX: 00000000 EDX: 00000002
    Apr 30 15:45:14 black kernel: [ 950.974988] ESI: 001d52ef EDI: 00000000 EBP: de9ffd1c ESP: de9ffcd8
    Apr 30 15:45:14 black kernel: [ 950.975066] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Apr 30 15:45:14 black kernel: [ 950.975136] Process flush-8:0 (pid: 158, ti=de9fe000 task=de1eaf40 task.ti=de9fe000)
    Apr 30 15:45:14 black kernel: [ 950.975229] Stack:
    Apr 30 15:45:14 black kernel: [ 950.975259] 00000110 de9ffddc 00000000 00000000 00000004 00000003 c0259190 00001000
    Apr 30 15:45:14 black kernel: [ 950.975407] 00000001 de403a94 df05a980 001d52ef 00000000 00000002 df05a980 de403a94
    Apr 30 15:45:14 black kernel: [ 950.975558] de9ffea0 de9ffd48 c02565c8 de9ffea0 c0254320 0000000e c0259190 d52efa00
    Apr 30 15:45:14 black kernel: [ 950.975705] Call Trace:
    Apr 30 15:45:14 black kernel: [ 950.975745] [<c0259190>] ? max_block+0x90/0x90
    Apr 30 15:45:14 black kernel: [ 950.975806] [<c02565c8>] block_write_full_page_endio+0xb8/0xd0
    Apr 30 15:45:14 black kernel: [ 950.975883] [<c0254320>] ? end_buffer_async_read+0x1a0/0x1a0
    Apr 30 15:45:14 black kernel: [ 950.975953] [<c0259190>] ? max_block+0x90/0x90
    Apr 30 15:45:14 black kernel: [ 950.976012] [<c02565f7>] block_write_full_page+0x17/0x20
    Apr 30 15:45:14 black kernel: [ 950.976083] [<c0254320>] ? end_buffer_async_read+0x1a0/0x1a0
    Apr 30 15:45:14 black kernel: [ 950.976157] [<c02596b4>] blkdev_writepage+0x14/0x20
    Apr 30 15:45:14 black kernel: [ 950.976223] [<c01e5120>] __writepage+0x10/0x40
    Apr 30 15:45:14 black kernel: [ 950.976282] [<c01e5110>] ? bdi_set_max_ratio+0x80/0x80
    Apr 30 15:45:14 black kernel: [ 950.976346] [<c01e5518>] write_cache_pages+0x168/0x430
    Apr 30 15:45:14 black kernel: [ 950.976417] [<c0384de4>] ? put_device+0x14/0x20
    Apr 30 15:45:14 black kernel: [ 950.976488] [<e005defe>] ? scsi_request_fn+0x8e/0x330 [scsi_mod]
    Apr 30 15:45:14 black kernel: [ 950.976565] [<c01e5110>] ? bdi_set_max_ratio+0x80/0x80
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c010a308>] ? sched_clock+0x8/0x10
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c01e5817>] generic_writepages+0x37/0x60
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c01e6e9b>] do_writepages+0x1b/0x40
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024c7a0>] writeback_single_inode+0xd0/0x310
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c0168923>] ? update_shares+0xc3/0xe0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024cd09>] writeback_sb_inodes+0x159/0x1f0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024ce1c>] __writeback_inodes_wb+0x7c/0xb0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024e2ca>] wb_writeback+0x2aa/0x2e0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c02409b9>] ? get_nr_inodes+0x39/0x50
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024ebfb>] wb_do_writeback+0x1db/0x1e0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c0142260>] ? usleep_range+0x40/0x40
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024ec69>] bdi_writeback_thread+0x69/0x250
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c024ec00>] ? wb_do_writeback+0x1e0/0x1e0
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c0153282>] kthread+0x72/0x80
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c0153210>] ? kthread_freezable_should_stop+0x50/0x50
    Apr 30 15:45:14 black kernel: [ 950.976593] [<c04aec7e>] kernel_thread_helper+0x6/0x10
    Apr 30 15:45:14 black kernel: [ 950.976593] Code: 00 77 08 8b 75 e8 39 75 c4 76 20 3e 80 23 fd 3e 80 0b 01 83 45 c4 01 8b 5b 04 83 55 c8 00 39 5d f0 74 76 8b 4d ec 39 4d c8 73 d6 <8b> 03 a8 20 74 07 8b 03 f6 c4 02 74 db 8b 03 a8 02 74 d5 8b 75
    Apr 30 15:45:14 black kernel: [ 950.976593] EIP: [<c0256292>] __block_write_full_page+0x112/0x390 SS:ESP 0068:de9ffcd8
    Apr 30 15:45:14 black kernel: [ 950.976593] CR2: 0000000000000002
    Apr 30 15:45:14 black kernel: [ 951.009969] ---[ end trace 3d24e38c89e3d395 ]---
    Apr 30 15:45:14 black kernel: [ 951.009979] ------------[ cut here ]------------
    Apr 30 15:45:14 black kernel: [ 951.009995] WARNING: at kernel/exit.c:897 do_exit+0x43/0x7c0()
    Apr 30 15:45:14 black kernel: [ 951.010000] Hardware name: 8305LGG
    Apr 30 15:45:14 black kernel: [ 951.010003] Modules linked in: snd_pcm_oss snd_mixer_oss snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer uhci_hcd ehci_hcd iTCO_wdt iTCO_vendor_support snd usbcore floppy ppdev e100 soundcore i2c_i801 parport_pc parport usb_common mii processor container shpchp pci_hotplug serio_raw psmouse thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_helper drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 15:45:14 black kernel: [ 951.010083] Pid: 158, comm: flush-8:0 Tainted: G B D C 3.3.4-1-ARCH #1
    Apr 30 15:45:14 black kernel: [ 951.010086] Call Trace:
    Apr 30 15:45:14 black kernel: [ 951.010098] [<c04a67ac>] ? printk+0x1d/0x1f
    Apr 30 15:45:14 black kernel: [ 951.010105] [<c01351a2>] warn_slowpath_common+0x72/0xa0
    Apr 30 15:45:14 black kernel: [ 951.010110] [<c0138aa3>] ? do_exit+0x43/0x7c0
    Apr 30 15:45:14 black kernel: [ 951.010115] [<c0138aa3>] ? do_exit+0x43/0x7c0
    Apr 30 15:45:14 black kernel: [ 951.010122] [<c01351f2>] warn_slowpath_null+0x22/0x30
    Apr 30 15:45:14 black kernel: [ 951.010128] [<c0138aa3>] do_exit+0x43/0x7c0
    Apr 30 15:45:14 black kernel: [ 951.010133] [<c0136b28>] ? kmsg_dump+0xa8/0xd0
    Apr 30 15:45:14 black kernel: [ 951.010138] [<c04a67ac>] ? printk+0x1d/0x1f
    Apr 30 15:45:14 black kernel: [ 951.010146] [<c01067ca>] oops_end+0x8a/0xd0
    Apr 30 15:45:14 black kernel: [ 951.010151] [<c04a6074>] no_context+0x18d/0x195
    Apr 30 15:45:14 black kernel: [ 951.010156] [<c04a638f>] __bad_area_nosemaphore+0x134/0x13c
    Apr 30 15:45:14 black kernel: [ 951.010165] [<c02ba399>] ? part_round_stats+0x49/0x60
    Apr 30 15:45:14 black kernel: [ 951.010172] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 15:45:14 black kernel: [ 951.010177] [<c04a63ae>] bad_area_nosemaphore+0x17/0x19
    Apr 30 15:45:14 black kernel: [ 951.010182] [<c0129f47>] do_page_fault+0x367/0x430
    Apr 30 15:45:14 black kernel: [ 951.010189] [<c02c0bda>] ? blk_queue_bio+0xea/0x370
    Apr 30 15:45:14 black kernel: [ 951.010194] [<c02bf0e3>] ? generic_make_request+0x93/0xd0
    Apr 30 15:45:14 black kernel: [ 951.010200] [<c02bf18f>] ? submit_bio+0x6f/0x100
    Apr 30 15:45:14 black kernel: [ 951.010206] [<c02e756d>] ? sg_init_table+0x1d/0x40
    Apr 30 15:45:14 black kernel: [ 951.010212] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 15:45:14 black kernel: [ 951.010218] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 15:45:14 black kernel: [ 951.010226] [<c0256292>] ? __block_write_full_page+0x112/0x390
    Apr 30 15:45:14 black kernel: [ 951.010233] [<c0259190>] ? max_block+0x90/0x90
    Apr 30 15:45:14 black kernel: [ 951.010238] [<c02565c8>] block_write_full_page_endio+0xb8/0xd0
    Apr 30 15:45:14 black kernel: [ 951.010244] [<c0254320>] ? end_buffer_async_read+0x1a0/0x1a0
    Apr 30 15:45:14 black kernel: [ 951.010249] [<c0259190>] ? max_block+0x90/0x90
    Apr 30 15:45:14 black kernel: [ 951.010254] [<c02565f7>] block_write_full_page+0x17/0x20
    Apr 30 15:45:14 black kernel: [ 951.010259] [<c0254320>] ? end_buffer_async_read+0x1a0/0x1a0
    Apr 30 15:45:14 black kernel: [ 951.010264] [<c02596b4>] blkdev_writepage+0x14/0x20
    Apr 30 15:45:14 black kernel: [ 951.010271] [<c01e5120>] __writepage+0x10/0x40
    Apr 30 15:45:14 black kernel: [ 951.010275] [<c01e5110>] ? bdi_set_max_ratio+0x80/0x80
    Apr 30 15:45:14 black kernel: [ 951.010281] [<c01e5518>] write_cache_pages+0x168/0x430
    Apr 30 15:45:14 black kernel: [ 951.010289] [<c0384de4>] ? put_device+0x14/0x20
    Apr 30 15:45:14 black kernel: [ 951.010307] [<e005defe>] ? scsi_request_fn+0x8e/0x330 [scsi_mod]
    Apr 30 15:45:14 black kernel: [ 951.010313] [<c01e5110>] ? bdi_set_max_ratio+0x80/0x80
    Apr 30 15:45:14 black kernel: [ 951.010320] [<c010a308>] ? sched_clock+0x8/0x10
    Apr 30 15:45:14 black kernel: [ 951.010326] [<c01e5817>] generic_writepages+0x37/0x60
    Apr 30 15:45:14 black kernel: [ 951.010332] [<c01e6e9b>] do_writepages+0x1b/0x40
    Apr 30 15:45:14 black kernel: [ 951.010340] [<c024c7a0>] writeback_single_inode+0xd0/0x310
    Apr 30 15:45:14 black kernel: [ 951.010347] [<c0168923>] ? update_shares+0xc3/0xe0
    Apr 30 15:45:14 black kernel: [ 951.010353] [<c024cd09>] writeback_sb_inodes+0x159/0x1f0
    Apr 30 15:45:14 black kernel: [ 951.010360] [<c024ce1c>] __writeback_inodes_wb+0x7c/0xb0
    Apr 30 15:45:14 black kernel: [ 951.010365] [<c024e2ca>] wb_writeback+0x2aa/0x2e0
    Apr 30 15:45:14 black kernel: [ 951.010373] [<c02409b9>] ? get_nr_inodes+0x39/0x50
    Apr 30 15:45:14 black kernel: [ 951.010378] [<c024ebfb>] wb_do_writeback+0x1db/0x1e0
    Apr 30 15:45:14 black kernel: [ 951.010386] [<c0142260>] ? usleep_range+0x40/0x40
    Apr 30 15:45:14 black kernel: [ 951.010392] [<c024ec69>] bdi_writeback_thread+0x69/0x250
    Apr 30 15:45:14 black kernel: [ 951.010398] [<c024ec00>] ? wb_do_writeback+0x1e0/0x1e0
    Apr 30 15:45:14 black kernel: [ 951.010404] [<c0153282>] kthread+0x72/0x80
    Apr 30 15:45:14 black kernel: [ 951.010409] [<c0153210>] ? kthread_freezable_should_stop+0x50/0x50
    Apr 30 15:45:14 black kernel: [ 951.010415] [<c04aec7e>] kernel_thread_helper+0x6/0x10
    Apr 30 15:45:14 black kernel: [ 951.010419] ---[ end trace 3d24e38c89e3d396 ]---
    Apr 30 16:02:13 black kernel: [ 836.801780] BUG: Bad page state in process firefox-nightly pfn:0154e
    Apr 30 16:02:13 black kernel: [ 836.801784] page:df05a9c0 count:2 mapcount:0 mapping:de403b64 index:0x181ea
    Apr 30 16:02:13 black kernel: [ 836.801788] page flags: 0x40000824(referenced|lru|private)
    Apr 30 16:02:13 black kernel: [ 836.801794] Modules linked in: uhci_hcd snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer ehci_hcd snd sou
    ndcore ppdev floppy usbcore e100 iTCO_wdt i2c_i801 parport_pc iTCO_vendor_support parport usb_common mii processor container shpchp pci_hotplug serio_raw psmou
    se thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_help
    er drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 16:02:13 black kernel: [ 836.801846] Pid: 734, comm: firefox-nightly Tainted: G B C 3.3.4-1-ARCH #1
    Apr 30 16:02:13 black kernel: [ 836.801849] Call Trace:
    Apr 30 16:02:13 black kernel: [ 836.801854] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.801859] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.801865] [<c0223893>] ? __mem_cgroup_try_charge+0x2e3/0x4c0
    Apr 30 16:02:13 black kernel: [ 836.801873] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.801879] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 16:02:13 black kernel: [ 836.801885] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 16:02:13 black kernel: [ 836.801890] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 16:02:13 black kernel: [ 836.801896] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 16:02:13 black kernel: [ 836.801901] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 16:02:13 black kernel: [ 836.801908] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.801912] [<c0201a84>] ? vma_merge+0xc4/0x250
    Apr 30 16:02:13 black kernel: [ 836.801920] [<c02998b7>] ? cap_vm_enough_memory+0x47/0x60
    Apr 30 16:02:13 black kernel: [ 836.801928] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.801935] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.801940] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.801945] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.801950] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.801956] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 16:02:13 black kernel: [ 836.801962] [<c04a0000>] ? init_amd+0x3d6/0x591
    Apr 30 16:02:13 black kernel: [ 836.801967] BUG: Bad page state in process firefox-nightly pfn:0154f
    Apr 30 16:02:13 black kernel: [ 836.801972] page:df05a9e0 count:2 mapcount:0 mapping:de403b64 index:0x1df
    Apr 30 16:02:13 black kernel: [ 836.801975] page flags: 0x40000824(referenced|lru|private)
    Apr 30 16:02:13 black kernel: [ 836.801981] Modules linked in: uhci_hcd snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer ehci_hcd snd sou
    ndcore ppdev floppy usbcore e100 iTCO_wdt i2c_i801 parport_pc iTCO_vendor_support parport usb_common mii processor container shpchp pci_hotplug serio_raw psmou
    se thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_help
    er drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 16:02:13 black kernel: [ 836.802033] Pid: 734, comm: firefox-nightly Tainted: G B C 3.3.4-1-ARCH #1
    Apr 30 16:02:13 black kernel: [ 836.802037] Call Trace:
    Apr 30 16:02:13 black kernel: [ 836.802042] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.802048] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.802055] [<c0223893>] ? __mem_cgroup_try_charge+0x2e3/0x4c0
    Apr 30 16:02:13 black kernel: [ 836.802063] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.802070] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 16:02:13 black kernel: [ 836.802075] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 16:02:13 black kernel: [ 836.802080] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 16:02:13 black kernel: [ 836.802086] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 16:02:13 black kernel: [ 836.802091] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 16:02:13 black kernel: [ 836.802098] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.802102] [<c0201a84>] ? vma_merge+0xc4/0x250
    Apr 30 16:02:13 black kernel: [ 836.802110] [<c02998b7>] ? cap_vm_enough_memory+0x47/0x60
    Apr 30 16:02:13 black kernel: [ 836.802118] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802125] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802130] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.802135] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802140] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802146] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 16:02:13 black kernel: [ 836.802152] [<c04a0000>] ? init_amd+0x3d6/0x591
    Apr 30 16:02:13 black kernel: [ 836.802156] BUG: Bad page state in process firefox-nightly pfn:01550
    Apr 30 16:02:13 black kernel: [ 836.802161] page:df05aa00 count:2 mapcount:0 mapping:de403b64 index:0x0
    Apr 30 16:02:13 black kernel: [ 836.802164] page flags: 0x4002086c(referenced|uptodate|lru|active|private|mappedtodisk)
    Apr 30 16:02:13 black kernel: [ 836.802172] Modules linked in: uhci_hcd snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer ehci_hcd snd sou
    ndcore ppdev floppy usbcore e100 iTCO_wdt i2c_i801 parport_pc iTCO_vendor_support parport usb_common mii processor container shpchp pci_hotplug serio_raw psmouse thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_helper drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 16:02:13 black kernel: [ 836.802225] Pid: 734, comm: firefox-nightly Tainted: G B C 3.3.4-1-ARCH #1
    Apr 30 16:02:13 black kernel: [ 836.802228] Call Trace:
    Apr 30 16:02:13 black kernel: [ 836.802233] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.802238] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.802244] [<c0223893>] ? __mem_cgroup_try_charge+0x2e3/0x4c0
    Apr 30 16:02:13 black kernel: [ 836.802250] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.802256] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 16:02:13 black kernel: [ 836.802261] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 16:02:13 black kernel: [ 836.802266] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 16:02:13 black kernel: [ 836.802272] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 16:02:13 black kernel: [ 836.802278] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 16:02:13 black kernel: [ 836.802284] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.802289] [<c0201a84>] ? vma_merge+0xc4/0x250
    Apr 30 16:02:13 black kernel: [ 836.802296] [<c02998b7>] ? cap_vm_enough_memory+0x47/0x60
    Apr 30 16:02:13 black kernel: [ 836.802304] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802310] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802315] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.802321] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802326] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802332] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 16:02:13 black kernel: [ 836.802338] [<c04a0000>] ? init_amd+0x3d6/0x591
    Apr 30 16:02:13 black kernel: [ 836.802343] BUG: Bad page state in process firefox-nightly pfn:01551
    Apr 30 16:02:13 black kernel: [ 836.802348] page:df05aa20 count:2 mapcount:0 mapping:de403b64 index:0x181e4
    Apr 30 16:02:13 black kernel: [ 836.802351] page flags: 0x40000824(referenced|lru|private)
    Apr 30 16:02:13 black kernel: [ 836.802357] Modules linked in: uhci_hcd snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer ehci_hcd snd soundcore ppdev floppy usbcore e100 iTCO_wdt i2c_i801 parport_pc iTCO_vendor_support parport usb_common mii processor container shpchp pci_hotplug serio_raw psmouse thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_helper drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 16:02:13 black kernel: [ 836.802409] Pid: 734, comm: firefox-nightly Tainted: G B C 3.3.4-1-ARCH #1
    Apr 30 16:02:13 black kernel: [ 836.802412] Call Trace:
    Apr 30 16:02:13 black kernel: [ 836.802418] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.802423] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.802431] [<c0223893>] ? __mem_cgroup_try_charge+0x2e3/0x4c0
    Apr 30 16:02:13 black kernel: [ 836.802439] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.802445] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 16:02:13 black kernel: [ 836.802450] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 16:02:13 black kernel: [ 836.802456] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 16:02:13 black kernel: [ 836.802462] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 16:02:13 black kernel: [ 836.802467] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 16:02:13 black kernel: [ 836.802473] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.802478] [<c0201a84>] ? vma_merge+0xc4/0x250
    Apr 30 16:02:13 black kernel: [ 836.802485] [<c02998b7>] ? cap_vm_enough_memory+0x47/0x60
    Apr 30 16:02:13 black kernel: [ 836.802493] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802500] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802505] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.802511] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802516] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802522] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 16:02:13 black kernel: [ 836.802528] [<c04a0000>] ? init_amd+0x3d6/0x591
    Apr 30 16:02:13 black kernel: [ 836.802532] BUG: Bad page state in process firefox-nightly pfn:01552
    Apr 30 16:02:13 black kernel: [ 836.802536] page:df05aa40 count:2 mapcount:0 mapping:de403b64 index:0x60011
    Apr 30 16:02:13 black kernel: [ 836.802540] page flags: 0x40000824(referenced|lru|private)
    Apr 30 16:02:13 black kernel: [ 836.802545] Modules linked in: uhci_hcd snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_page_alloc snd_timer ehci_hcd snd soundcore ppdev floppy usbcore e100 iTCO_wdt i2c_i801 parport_pc iTCO_vendor_support parport usb_common mii processor container shpchp pci_hotplug serio_raw psmouse thermal evdev zram(C) ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix libata scsi_mod i915 video button i2c_algo_bit drm_kms_helper drm i2c_core intel_agp intel_gtt agpgart
    Apr 30 16:02:13 black kernel: [ 836.802598] Pid: 734, comm: firefox-nightly Tainted: G B C 3.3.4-1-ARCH #1
    Apr 30 16:02:13 black kernel: [ 836.802601] Call Trace:
    Apr 30 16:02:13 black kernel: [ 836.802606] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.802611] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.802617] [<c0223893>] ? __mem_cgroup_try_charge+0x2e3/0x4c0
    Apr 30 16:02:13 black kernel: [ 836.802625] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.802631] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 16:02:13 black kernel: [ 836.802636] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 16:02:13 black kernel: [ 836.802642] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 16:02:13 black kernel: [ 836.802647] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 16:02:13 black kernel: [ 836.802653] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 16:02:13 black kernel: [ 836.802659] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.802664] [<c0201a84>] ? vma_merge+0xc4/0x250
    Apr 30 16:02:13 black kernel: [ 836.802672] [<c02998b7>] ? cap_vm_enough_memory+0x47/0x60
    Apr 30 16:02:13 black kernel: [ 836.802680] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802686] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802691] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.802696] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.802702] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.802708] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 16:02:13 black kernel: [ 836.802713] [<c04a0000>] ? init_amd+0x3d6/0x591
    Apr 30 16:02:13 black kernel: [ 836.803307] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 16:02:13 black kernel: [ 836.803316] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 16:02:13 black kernel: [ 836.803323] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 16:02:13 black kernel: [ 836.803344] [<e029dc77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 16:02:13 black kernel: [ 836.803353] [<e029dc77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 16:02:13 black kernel: [ 836.803362] [<e029dc77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 16:02:13 black kernel: [ 836.803382] [<e08927c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 16:02:13 black kernel: [ 836.803395] [<e08927c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 16:02:13 black kernel: [ 836.803413] [<e08ad2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 16:02:13 black kernel: [ 836.803421] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 16:02:13 black kernel: [ 836.803429] [<c029a121>] ? security_syslog+0x11/0x20
    Apr 30 16:02:13 black kernel: [ 836.803436] [<c0136339>] ? do_syslog+0x39/0x4b0
    Apr 30 16:02:13 black kernel: [ 836.803444] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 16:02:13 black kernel: [ 836.803451] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 16:02:13 black kernel: [ 836.803458] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.803463] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 16:02:13 black kernel: [ 836.803472] [<c017de0f>] ? getnstimeofday+0x4f/0x130
    Apr 30 16:02:13 black kernel: [ 836.803480] [<c02e4831>] ? copy_to_user+0x31/0x50
    Apr 30 16:02:13 black kernel: [ 836.803487] [<c013a5ca>] ? sys_gettimeofday+0x2a/0x70
    Apr 30 16:02:13 black kernel: [ 836.803492] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 16:02:13 black kernel: [ 836.803499] [<c04ae46f>] error_code+0x67/0x6c
    The crashes occurred when I was in X and I got dumped to the console when the computer crashed but I still ahd the mouse cursor from X.
    When I tried the magic sysrq REISUB combo, the cursor froze but the system didn't reboot.
    I have 'kernel.sysrq = 1' in my /etc/sysctl.conf.
    Any hints or ideas?
    I'm running [testing] and I think the issues started when I updated to linux 3.3.4-1, which is now in [core].
    I've found e.g. https://lkml.org/lkml/2012/4/20/347 but I've no idea how to proceed.
    Last edited by karol (2012-05-06 20:53:04)

    I have the same kind of problem. I have two machines and both have crashed since installing kernel 3.3.4-1 this morning.  I left one machine running X and came back to find myself in a console with that "unable to handle kernel NULL pointer dereference at 00000002" reported by Karol.  I can't find anything in my logs about that, but there was another crash later with the following in the kernel.log.
    Apr 30 13:53:37 localhost kernel: [ 3835.096091] BUG: Bad page state in process plugin-containe pfn:01517
    Apr 30 13:53:37 localhost kernel: [ 3835.096101] page:df8d32e0 count:1 mapcount:0 mapping:def24ab8 index:0x8
    Apr 30 13:53:37 localhost kernel: [ 3835.096104] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.096111] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.096175] Pid: 13076, comm: plugin-containe Not tainted 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.096178] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.096191] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.096196] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.096201] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.096209] [<c0222b3d>] ? __mem_cgroup_commit_charge+0x14d/0x2d0
    Apr 30 13:53:37 localhost kernel: [ 3835.096214] [<c01e829f>] ? pagevec_lru_move_fn+0xaf/0xd0
    Apr 30 13:53:37 localhost kernel: [ 3835.096219] [<c01e7900>] ? update_page_reclaim_stat+0x60/0x60
    Apr 30 13:53:37 localhost kernel: [ 3835.096223] [<c01e873a>] ? lru_cache_add_lru+0x2a/0x50
    Apr 30 13:53:37 localhost kernel: [ 3835.096228] [<c020587c>] ? page_add_new_anon_rmap+0x8c/0xa0
    Apr 30 13:53:37 localhost kernel: [ 3835.096235] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.096239] [<c0201b5d>] ? vma_merge+0x19d/0x250
    Apr 30 13:53:37 localhost kernel: [ 3835.096243] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.096249] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.096253] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.096257] [<c0202cbe>] ? sys_mmap_pgoff+0xfe/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.096263] [<c0104760>] ? do_spurious_interrupt_bug+0x40/0x40
    Apr 30 13:53:37 localhost kernel: [ 3835.096267] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.096273] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.096693] BUG: Bad page state in process syslog-ng pfn:01518
    Apr 30 13:53:37 localhost kernel: [ 3835.096700] page:df8d3300 count:1 mapcount:0 mapping:def266d8 index:0xdc
    Apr 30 13:53:37 localhost kernel: [ 3835.096703] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.096708] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.096759] Pid: 359, comm: syslog-ng Not tainted 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.096761] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.096769] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.096774] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.096778] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.096791] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.096798] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.096806] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.096820] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.096831] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.096846] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.096853] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.096859] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.096864] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.096869] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.096873] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.096880] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.096928] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.096933] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.096937] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.096943] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.096946] Disabling lock debugging due to kernel taint
    Apr 30 13:53:37 localhost kernel: [ 3835.096948] BUG: Bad page state in process syslog-ng pfn:01519
    Apr 30 13:53:37 localhost kernel: [ 3835.096952] page:df8d3320 count:1 mapcount:0 mapping:def266d8 index:0xdd
    Apr 30 13:53:37 localhost kernel: [ 3835.096954] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.096959] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097002] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097004] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097008] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097012] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097016] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097024] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097031] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097038] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097048] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097058] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097068] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097073] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097078] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097082] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097086] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097090] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097094] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097098] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097102] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097106] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097110] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.097113] BUG: Bad page state in process syslog-ng pfn:0151a
    Apr 30 13:53:37 localhost kernel: [ 3835.097116] page:df8d3340 count:17 mapcount:0 mapping:def266d8 index:0xde
    Apr 30 13:53:37 localhost kernel: [ 3835.097118] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.097124] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097167] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097169] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097173] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097177] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097183] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097191] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097197] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097204] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097217] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097229] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097240] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097246] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097251] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097256] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097260] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097264] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097268] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097273] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097278] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097282] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097286] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.097290] BUG: Bad page state in process syslog-ng pfn:0151b
    Apr 30 13:53:37 localhost kernel: [ 3835.097293] page:df8d3360 count:23 mapcount:0 mapping:def266d8 index:0xdf
    Apr 30 13:53:37 localhost kernel: [ 3835.097296] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.097302] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097346] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097349] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097353] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097357] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097362] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097370] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097377] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097383] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097396] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097408] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097419] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097424] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097429] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097433] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097437] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097441] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097446] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097450] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097454] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097457] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097462] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.097465] BUG: Bad page state in process syslog-ng pfn:0151c
    Apr 30 13:53:37 localhost kernel: [ 3835.097468] page:df8d3380 count:29 mapcount:0 mapping:def266d8 index:0xe0
    Apr 30 13:53:37 localhost kernel: [ 3835.097471] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.097476] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097519] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097522] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097526] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097530] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097535] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097543] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097550] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097556] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097569] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097581] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097592] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097597] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097602] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097606] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097611] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097614] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097620] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097624] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097628] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097631] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097635] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.097639] BUG: Bad page state in process syslog-ng pfn:0151d
    Apr 30 13:53:37 localhost kernel: [ 3835.097642] page:df8d33a0 count:28 mapcount:0 mapping:def266d8 index:0xe1
    Apr 30 13:53:37 localhost kernel: [ 3835.097644] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.097650] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097702] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097705] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097709] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097713] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097718] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097726] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097733] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097740] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097756] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097771] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097783] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097788] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097793] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097797] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097801] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097805] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097810] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097814] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097818] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097822] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097826] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.097829] BUG: Bad page state in process syslog-ng pfn:0151e
    Apr 30 13:53:37 localhost kernel: [ 3835.097832] page:df8d33c0 count:1 mapcount:0 mapping:def266d8 index:0xe2
    Apr 30 13:53:37 localhost kernel: [ 3835.097835] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.097840] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.097884] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.097886] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.097891] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097895] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.097899] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.097907] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097914] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097921] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.097934] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097946] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097958] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.097963] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.097967] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.097972] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.097976] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.097980] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.097984] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.097988] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.097992] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.097996] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098000] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098003] BUG: Bad page state in process syslog-ng pfn:0151f
    Apr 30 13:53:37 localhost kernel: [ 3835.098007] page:df8d33e0 count:4 mapcount:0 mapping:def266d8 index:0xe3
    Apr 30 13:53:37 localhost kernel: [ 3835.098009] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098015] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098058] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098060] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098065] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098069] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098073] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098081] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098088] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098095] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098107] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098120] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098131] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098136] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.098141] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098146] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.098151] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098155] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.098159] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098163] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.098167] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.098171] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098175] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098178] BUG: Bad page state in process syslog-ng pfn:01520
    Apr 30 13:53:37 localhost kernel: [ 3835.098182] page:df8d3400 count:21 mapcount:0 mapping:def266d8 index:0x15c
    Apr 30 13:53:37 localhost kernel: [ 3835.098184] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098190] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098233] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098235] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098240] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098243] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098248] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098256] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098263] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098270] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098282] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098295] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098306] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098311] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.098316] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098320] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.098324] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098328] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.098333] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098337] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.098341] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.098345] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098349] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098352] BUG: Bad page state in process syslog-ng pfn:01521
    Apr 30 13:53:37 localhost kernel: [ 3835.098355] page:df8d3420 count:15 mapcount:0 mapping:def266d8 index:0x15d
    Apr 30 13:53:37 localhost kernel: [ 3835.098358] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098363] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098406] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098409] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098414] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098417] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098422] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098430] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098437] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098444] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098457] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098466] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098478] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098483] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.098488] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098492] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.098496] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098500] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.098504] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098508] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.098512] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.098516] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098520] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098523] BUG: Bad page state in process syslog-ng pfn:01522
    Apr 30 13:53:37 localhost kernel: [ 3835.098526] page:df8d3440 count:1 mapcount:0 mapping:def266d8 index:0x15e
    Apr 30 13:53:37 localhost kernel: [ 3835.098529] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098533] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098575] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098577] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098581] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098586] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098592] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098599] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098606] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098613] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098625] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098638] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098649] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098655] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.098660] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098664] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.098668] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098672] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.098677] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098681] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.098686] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.098690] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098695] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098698] BUG: Bad page state in process syslog-ng pfn:01523
    Apr 30 13:53:37 localhost kernel: [ 3835.098702] page:df8d3460 count:1 mapcount:0 mapping:def266d8 index:0x15f
    Apr 30 13:53:37 localhost kernel: [ 3835.098704] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098709] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098753] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098755] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098760] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098764] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098768] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098777] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098785] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098792] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098805] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098817] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098828] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098834] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.098838] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098843] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.098847] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098851] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.098855] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098859] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.098863] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.098867] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.098872] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.098875] BUG: Bad page state in process syslog-ng pfn:01524
    Apr 30 13:53:37 localhost kernel: [ 3835.098878] page:df8d3480 count:2 mapcount:0 mapping:def266d8 index:0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.098880] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.098886] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.098929] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.098931] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.098936] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.098940] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.098944] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.098952] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098959] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098966] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.098979] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.098991] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099003] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099008] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.099012] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099017] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.099021] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099025] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.099029] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.099033] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.099037] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.099041] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099045] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.099048] BUG: Bad page state in process syslog-ng pfn:01525
    Apr 30 13:53:37 localhost kernel: [ 3835.099052] page:df8d34a0 count:23 mapcount:0 mapping:def266d8 index:0x161
    Apr 30 13:53:37 localhost kernel: [ 3835.099054] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.099060] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.099103] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.099105] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.099110] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099113] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.099118] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.099126] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099133] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099139] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099152] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099162] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099174] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099179] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.099184] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099188] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.099192] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099196] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.099202] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.099205] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.099209] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.099213] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099217] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.099220] BUG: Bad page state in process syslog-ng pfn:01526
    Apr 30 13:53:37 localhost kernel: [ 3835.099224] page:df8d34c0 count:1 mapcount:0 mapping:def266d8 index:0x162
    Apr 30 13:53:37 localhost kernel: [ 3835.099226] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.099230] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.099272] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.099274] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.099278] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099282] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.099287] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.099295] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099301] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099308] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099318] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099327] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099337] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099351] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.099356] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099360] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.099364] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099368] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.099373] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.099377] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.099381] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.099384] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099388] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.099392] BUG: Bad page state in process syslog-ng pfn:01527
    Apr 30 13:53:37 localhost kernel: [ 3835.099395] page:df8d34e0 count:2 mapcount:0 mapping:def266d8 index:0x163
    Apr 30 13:53:37 localhost kernel: [ 3835.099397] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.099402] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.099444] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.099446] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.099450] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099454] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.099459] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.099466] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099473] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099480] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.099496] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099512] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099524] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.099529] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.099534] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.099538] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.099542] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099546] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.099551] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.099555] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.099559] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.099562] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.099566] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.099569] BUG: Bad page state in process syslog-ng pfn:01528
    Apr 30 13:53:37 localhost kernel: [ 3835.099573] page:df8d3500 count:1 mapcount:0 mapping:def266d8 index:0x164
    Apr 30 13:53:37 localhost kernel: [ 3835.099575] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.099579] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.102970] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.102973] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.102979] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.102983] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.102988] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.102999] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103006] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103014] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103025] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103035] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103048] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103056] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.103061] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103065] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.103070] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103074] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.103080] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.103084] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.103088] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.103092] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103097] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.103101] BUG: Bad page state in process syslog-ng pfn:01529
    Apr 30 13:53:37 localhost kernel: [ 3835.103105] page:df8d3520 count:1 mapcount:0 mapping:def266d8 index:0xc7
    Apr 30 13:53:37 localhost kernel: [ 3835.103108] page flags: 0x40020028(uptodate|lru|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.103112] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.103156] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.103158] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.103162] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103166] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.103171] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.103179] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103186] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103192] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103203] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103213] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103225] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103231] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.103235] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103240] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.103244] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103248] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.103253] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.103257] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.103261] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.103265] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103269] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.103272] BUG: Bad page state in process syslog-ng pfn:0152a
    Apr 30 13:53:37 localhost kernel: [ 3835.103275] page:df8d3540 count:3 mapcount:0 mapping:def266d8 index:0xc8
    Apr 30 13:53:37 localhost kernel: [ 3835.103278] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.103284] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.103326] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.103328] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.103332] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103336] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.103341] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.103348] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103356] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103362] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103372] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103382] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103393] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103399] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.103404] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103408] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.103413] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103417] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.103422] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.103426] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.103430] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.103434] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103439] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.103443] BUG: Bad page state in process syslog-ng pfn:0152b
    Apr 30 13:53:37 localhost kernel: [ 3835.103447] page:df8d3560 count:3 mapcount:0 mapping:def266d8 index:0xc9
    Apr 30 13:53:37 localhost kernel: [ 3835.103449] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.103455] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.103499] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.103501] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.103506] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103510] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.103514] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.103522] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103529] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103536] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103547] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103557] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103568] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103573] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.103577] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103582] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.103586] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103590] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.103595] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.103599] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.103604] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.103607] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103612] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost kernel: [ 3835.103615] BUG: Bad page state in process syslog-ng pfn:0152c
    Apr 30 13:53:37 localhost kernel: [ 3835.103618] page:df8d3580 count:3 mapcount:0 mapping:def266d8 index:0xca
    Apr 30 13:53:37 localhost kernel: [ 3835.103621] page flags: 0x4002006c(referenced|uptodate|lru|active|mappedtodisk)
    Apr 30 13:53:37 localhost kernel: [ 3835.103627] Modules linked in: snd_emu10k1x snd_ac97_codec ac97_bus nouveau snd_rawmidi snd_pcm snd_page_alloc video snd_timer mxm_wmi wmi snd_seq_device drm_kms_helper snd ttm soundcore emu10k1_gp gameport drm e100 intel_agp ppdev intel_gtt parport_pc iTCO_wdt mii iTCO_vendor_support shpchp pci_hotplug i2c_i801 agpgart parport floppy i2c_core button evdev processor pcspkr dcdbas ext4 crc16 jbd2 mbcache sr_mod cdrom sd_mod usbhid pata_acpi hid ata_generic ata_piix libata scsi_mod uhci_hcd ehci_hcd usbcore usb_common
    Apr 30 13:53:37 localhost kernel: [ 3835.103668] Pid: 359, comm: syslog-ng Tainted: G B 3.3.4-1-ARCH #1
    Apr 30 13:53:37 localhost kernel: [ 3835.103671] Call Trace:
    Apr 30 13:53:37 localhost kernel: [ 3835.103675] [<c01e3167>] bad_page+0xa7/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103680] [<c01e377d>] get_page_from_freelist+0x47d/0x520
    Apr 30 13:53:37 localhost kernel: [ 3835.103685] [<c01e3f31>] __alloc_pages_nodemask+0xf1/0x700
    Apr 30 13:53:37 localhost kernel: [ 3835.103693] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103700] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103707] [<e0dc4c77>] ? jbd2_journal_stop+0x1f7/0x2c0 [jbd2]
    Apr 30 13:53:37 localhost kernel: [ 3835.103716] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103726] [<e0e737c5>] ? ext4_mark_inode_dirty+0x65/0x1d0 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103736] [<e0e8e2ef>] ? __ext4_journal_stop+0x5f/0x90 [ext4]
    Apr 30 13:53:37 localhost kernel: [ 3835.103742] [<c01fe988>] handle_pte_fault+0x658/0x890
    Apr 30 13:53:37 localhost kernel: [ 3835.103746] [<c0265379>] ? ep_poll_callback+0xb9/0xf0
    Apr 30 13:53:37 localhost kernel: [ 3835.103751] [<c01fecb6>] handle_mm_fault+0xf6/0x1d0
    Apr 30 13:53:37 localhost kernel: [ 3835.103755] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103759] [<c0129cf3>] do_page_fault+0x113/0x430
    Apr 30 13:53:37 localhost kernel: [ 3835.103764] [<c0229f6f>] ? vfs_write+0x11f/0x160
    Apr 30 13:53:37 localhost kernel: [ 3835.103768] [<c02675d0>] ? eventfd_signal+0xc0/0xc0
    Apr 30 13:53:37 localhost kernel: [ 3835.103772] [<c022a1cd>] ? sys_write+0x3d/0x80
    Apr 30 13:53:37 localhost kernel: [ 3835.103776] [<c0129be0>] ? vmalloc_sync_all+0x120/0x120
    Apr 30 13:53:37 localhost kernel: [ 3835.103780] [<c04ae46f>] error_code+0x67/0x6c
    Apr 30 13:53:37 localhost k

  • [SOLVED] System crash Alienware m11xR2 WiFi

    Hello,
    I installed a fresh Arch Linux on my Alienware m11x R2 and it's been working great except I have a problem with my WiFi: every time I connect to a network with WiFi (I tried wpa_supplicant, manual netctl and automatic netctl connection), as soon as I start using the network (I tried Firefox and Steam), the system freezes, I can't make anything move (even the keyboard toggle for the WiFi card doesn't turn the WiFi indicator off), and I'm pretty much forced to shut down the laptop the hard way. I couldn't find any crash related to my hardware/drivers, so any help in here would be greatly appreciated.
    Thanks in advance.
    Last edited by drlkf00 (2013-09-03 09:10:27)

    You couldn't find any crash related to your hardware/drivers, but what is the hardware/driver in use here?
    I suspect you have a braodcom and are experiencing the bug in recent kernels that leads to a kernel panic.  If so, then there is a massive thread about this, and about 5 other threads that I have seen pop up as well.  Do a quick search about brcmsmac and kernel panics… I'm confident you sill find something here.

  • Bad system crash, need help with crash log please

    I am using the Photoshop beta version which I assume is the cause of this crash but will post the crash log just to be sure if someone can help.
    Host Name: Derek-Burrows-Computer
    Date/Time: 2006-12-19 15:25:46.016 -0500
    OS Version: 10.4.8 (Build 8N1051)
    Report Version: 4
    Command: IOBackB
    Path: /Applications/Tri-Select/IOBackB
    Parent: WindowServer [64]
    Rosetta: Yes
    Version: ??? (???)
    PID: 282
    Thread: Unknown
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x00697020
    Thread 0:
    0 <<00000000>> 0xb52b8202 0 + -1255439870
    1 <<00000000>> 0xbfffece0 0 + -1073746720
    Thread 1:
    0 LaunchCFMApp 0xb823369b strchr + 72
    1 LaunchCFMApp 0xb81cef17 pthreadcondwait + 3114
    2 LaunchCFMApp 0xb816831a catchexception_raise_stateidentity + 318
    3 LaunchCFMApp 0xb8167856 CallPPCFunctionAtAddressInt + 177220
    4 LaunchCFMApp 0xb816774d CallPPCFunctionAtAddressInt + 176955
    5 LaunchCFMApp 0xb8168418 catchexception_raise_stateidentity + 572
    6 LaunchCFMApp 0xb820480c pthread_create + 1124
    Thread 2:
    0 LaunchCFMApp 0xb813516f spinlockwrapper + 97059
    1 LaunchCFMApp 0xb8160750 CallPPCFunctionAtAddressInt + 148286
    2 LaunchCFMApp 0xb81632bd CallPPCFunctionAtAddressInt + 159403
    3 LaunchCFMApp 0xb80c7b3a 0xb8000000 + 817978
    Unknown thread crashed with unknown flavor: 1
    state_count: 16
    Binary Images Description:
    0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0x4fd000 - 0x500fff com.kcn.thebadape The APE version 4.0 (4.0) /Library/Application Enhancers/The Bad APE.ape/Contents/MacOS/The Bad APE
    0x8fc00000 - 0x8fc50fff dyld 46.9 /usr/lib/dyld
    0x8fe00000 - 0x8fe49fff dyld 46.9 /usr/lib/dyld
    0x90000000 - 0x901c0fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90218000 - 0x9021dfff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021f000 - 0x90261fff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90289000 - 0x9036dfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90396000 - 0x90757fff com.apple.CoreGraphics 1.258.51 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907e6000 - 0x908bdfff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90904000 - 0x90904fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90906000 - 0x90a0ffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a60000 - 0x90ae3fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90b0c000 - 0x90b7efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bf1000 - 0x90bfcfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90c01000 - 0x90c76fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c8c000 - 0x90ca0fff libauto.dylib /usr/lib/libauto.dylib
    0x90ca6000 - 0x90f71fff com.apple.CoreServices.CarbonCore 682.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90fce000 - 0x91047fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9108a000 - 0x910cbfff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x910df000 - 0x910f3fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x910ff000 - 0x91190fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x911cc000 - 0x911ecfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x911f9000 - 0x91208fff libz.1.dylib /usr/lib/libz.1.dylib
    0x9120b000 - 0x913c0fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x914bd000 - 0x914c6fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x914cd000 - 0x914f5fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91507000 - 0x9150ffff libbsm.dylib /usr/lib/libbsm.dylib
    0x91513000 - 0x9158cfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x915d6000 - 0x915d6fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x915d8000 - 0x9160bfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91621000 - 0x916fefff com.apple.ColorSync 4.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9173d000 - 0x917befff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x917fb000 - 0x918adfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x918e2000 - 0x91938fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91960000 - 0x9197afff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91988000 - 0x919a8fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x919b5000 - 0x919f1fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91a09000 - 0x91a17fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91a1f000 - 0x91a5afff com.apple.ImageIO.framework 1.5.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a6e000 - 0x91b31fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b7c000 - 0x91b91fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b96000 - 0x91bb6fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91bbb000 - 0x91c1afff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c2c000 - 0x91c30fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c32000 - 0x91c95fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c9a000 - 0x91cdafff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ce0000 - 0x91cfafff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cff000 - 0x91d01fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d03000 - 0x91d03fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91d05000 - 0x91debfff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91df3000 - 0x91e12fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e7e000 - 0x91f0afff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91f16000 - 0x91fadfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91fc6000 - 0x92573fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x925a6000 - 0x928d1fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92901000 - 0x92987fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x929c9000 - 0x92bfdfff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92d12000 - 0x92e00fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92e1f000 - 0x92f0efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92f1f000 - 0x92f3ffff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f4a000 - 0x92fa6fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fbc000 - 0x92fbcfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fbe000 - 0x92fd3fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe4000 - 0x92feffff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ff7000 - 0x93000fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93008000 - 0x9309bfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930b0000 - 0x930b5fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930b9000 - 0x930dbfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x930ef000 - 0x930f7fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930fe000 - 0x93167fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93190000 - 0x931d8fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93202000 - 0x93213fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9321c000 - 0x93223fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93229000 - 0x9354ffff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93684000 - 0x93691fff com.apple.opengl 1.4.13 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936fc000 - 0x936fcfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936fe000 - 0x93d6cfff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940f4000 - 0x94166fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9419f000 - 0x9425efff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942a1000 - 0x942a1fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942a3000 - 0x9446cfff com.apple.QuartzCore 1.4.11 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x944c0000 - 0x94500fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94508000 - 0x9454cfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94772000 - 0x94a41fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94b04000 - 0x94b26fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9b819000 - 0x9b81bfff Interposers.dylib /usr/libexec/oah/Shims/Interposers.dylib
    0xb8000000 - 0xb82d9fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0xc0000000 - 0xc000ffff com.unsanity.ape 2.0.2 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Translated Code Information:
    Rosetta Version: 17.15
    Args: /Applications/Tri-Select/IOBackB /Applications/Tri-Select/IOBackB -psn04194305
    Exception: EXCBADACCESS (0x0001)
    Thread 0: Crashed (0xb7fffabc, 0xb52b8202)
    0x85359c08: No symbol
    0x85355c94: No symbol
    0x853d0824: No symbol
    0x853cff34: No symbol
    0x853cfeb0: No symbol
    0x853da40c: No symbol
    0x853d45b0: No symbol
    0x853d10a4: No symbol
    0x853d2358: No symbol
    0x915da408: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _Z20aeDispatchAppleEventPK6AEDescPSmPh + 0xa4
    0x915da314: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _Z25dispatchEventAndSendReplyPK6AEDescPS + 0x2c
    0x915da154: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _aeProcessAppleEvent + 0xe4
    0x9323582c: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : _AEProcessAppleEvent + 0x38
    0x853dca90: No symbol
    0x853dc31c: No symbol
    0x853d9fdc: No symbol
    0x853d9d6c: No symbol
    0x853cfcf0: No symbol
    0x853ed198: No symbol
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x85359c08 ctr: 0xfffeff00
    r00: 0x85359c08 r01: 0xbfffece0 r02: 0x90accd54 r03: 0x00333180
    r04: 0x90accd54 r05: 0x00000001 r06: 0x00003227 r07: 0x00003229
    r08: 0x00000001 r09: 0x90accd5b r10: 0x90899553 r11: 0x6f52cd54
    r12: 0x00697000 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x0000000a r17: 0x00000028 r18: 0x00000096 r19: 0x00000140
    r20: 0x002e17e4 r21: 0x002e17ec r22: 0x002e17f4 r23: 0x00000000
    r24: 0x00000000 r25: 0x002e180c r26: 0x002e1814 r27: 0x0180fbb0
    r28: 0x002e1824 r29: 0x00333180 r30: 0x00000000 r31: 0x908b6ae0
    Thread 1: (0xb00997fc, 0xb813516f)
    0x90009008: /usr/lib/libSystem.B.dylib : _calloc + 0x280
    0xc0001b54: No symbol
    0x9002c4e8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x9000b2bc ctr: 0x9000b360
    r00: 0xffffffe1 r01: 0xf0080d10 r02: 0x00000032 r03: 0x002fe000
    r04: 0x00000006 r05: 0x00000000 r06: 0x00001000 r07: 0x00003803
    r08: 0x00000000 r09: 0x00000000 r10: 0x00000000 r11: 0xa00069a0
    r12: 0x9000b360 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0xc0011a38 r18: 0xc0011a38 r19: 0xc0011a38
    r20: 0xc0011a38 r21: 0x00000040 r22: 0x00000038 r23: 0x00000000
    r24: 0x002fe000 r25: 0x00001000 r26: 0x00003803 r27: 0x00000000
    r28: 0x00000000 r29: 0x00000006 r30: 0x00000006 r31: 0xc0001a38

    Hi Andbrowny,
    Thank you for responding.
    first, I can not manually connect to the other mac nor can I ping it (message "host is down") however both macs can connect to the internet and can connect to a pc on the same network. I can ping my router and both macs are receiving a tcp/ip address through DHCP. appletalk is not active on the wireless network since it is used on ethernet to print through an Asantetalk bridge. It has always before worked OK like this. SLP is enabled in directory access. I cannot find a file either visable or invisable called slp.regfile. I have zapped pram and rebooted many times.
    I first thought that the problem was my router untill I found the error message about slp. Now I don't know.
    Glenn

  • System crash, slow when gaming, won't boot.......etc

    Hi,
    This is becoming a common problem in questions................
    Please make sure PSU is capable of running a MODERN Intel based mainboard.
    All Intel processors above P4 2.0 Celeron...... 16-20 Amps are require on the +12V rail as a min
    For gaming and overclocking work.......... 24-36Amps
    Please list:- (All details are on the label on the SIDE of PSU)
    Brand name of PSU (Do not say GENERIC, we cannot check info....)
    +3.3V Rail
    +5V Rail
    +12V Rail
    Having a PSU will, give you a stable system and increased performance!!!!!   (Tested fact)
      Del UK 

    Hi,
    This is becoming a common problem in questions................
    Please make sure PSU is capable of running a MODERN Intel based mainboard.
    All Intel processors above P4 2.0 Celeron...... 16-20 Amps are require on the +12V rail as a min
    For gaming and overclocking work.......... 24-36Amps
    Please list:- (All details are on the label on the SIDE of PSU)
    Brand name of PSU (Do not say GENERIC, we cannot check info....)
    +3.3V Rail
    +5V Rail
    +12V Rail
    Having a PSU will, give you a stable system and increased performance!!!!!   (Tested fact)
      Del UK 

  • System Crash During Bios Update

    I have a HP TouchSmart 600-1055 All-in-One. While I was performing a bios update, the system crashed. Now, I can't boot the PC up. It doesn't even show that blue HP boot up screen and keep beeping. It's out of warranty already. What can I do?

    Hi
    I think you were trying to update bios via windows mode.. !
    try removing battery from your motherboard and also reset bios via jumper settings..
    or 
    Disconnect all external devices first.
    1-remove power cord and battery
    2-press power button for 20 seconds
    3-reinstall only power cord for first startup.
    4-power on
    or 
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02693833&cc=us&dlc=en&lc=en&jumpid=reg_r1002_us...
    see if it can help you out..
    **Clicking on the Kudos! white star is a nice way to say thank you on any post that helped you or resolved the problem.**
    **Selecting "Accept as Solution" for a reply that solves your issue helps others who are searching the web for an answer**

  • Saving files when system crashes

    Programming a Labview 8 system to life test a product.  VI periodically saves test status cycle count, DUT parameters etc.   to a file.  This test will run for months at a time.  If the system crashes need to make sure the data files are not corrupted or lost. 
    What is the best way/alternatives to protect the data files from system crash, power outage etc.
    Thanks
    AlleyOops50

    A UPS system to provide temporary backup power and trigger a clean close and shutdown of the application is one means in conjuction to writing the data files to multiple drives (say a local C drive AND a remote network drive) should provide a good start to preventing data loss.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • My system crashed and I needed to reinstall windows 7 now all my i-tunes are saved as a plist in my backup

    My system crashed and I needed to reinstall windows 7 now all my i-tunes are saved as a plist in my backup

    My question is how do I convert the plist back into the library??

  • My system crashed and need softw

    my system crashed and i need the the software disc that came with my soundblaster li've when i purchased it i cannot find the oringal disc and i dont know where to find a complete download

    I am having the same problem with my soundblaster li've 5. card (model # sb000). I no longer have the original cd that came with my card and cant find the right driver for the card at soundblaster support site. There is a standalone driver there for another model (# sb0600) and that driver will not work with my card.
    I fail to understand why SoundBlaster will NOT post a driver for their older cards. It is probably easier to go and buy another sound card but why should we have to throw away a working card simply because Creative decided NOT to support their older models. It is almost insulting to find out after hours of search that this company decided not to supply drivers for a two year old card.
    For a long time, I had been a fan of Creative products. That will certainly have to change now.
    Please let me know if any of you knows where to download a full driver for my model (# sb000).

  • When i try to load certain page, the system crashed and the bottom panel states " stopped" but when I close and open firefox again,it can't and I get this message that says my firefox is still running and to open the browser i need to restart the compu

    while browsing suddenly the system crashed and the bottom panel says " stopped".When closed and re-opened, I got a prompt that says firefox is still running and i have to close to open again or have to restart the computer but it doesn't work
    == This happened ==
    Every time Firefox opened
    == just happened

    You get message "firefox is still running" and computer restart doesn't help you. Try the advice below.
    Make sure Firefox isn't running (end firefox.exe process in Task Manager or restart computer)
    Find your profile folder
    C:\Documents and Settings\USERNAME\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default
    find file "parent.lock" in it and delete it (the file is empty, its function is to signify to Firefox whether it's already open or not).
    Then try to open Firefox again. Will it start or not? What will it say?

  • How do I solve this error message Exception Details: System.Exception: Unable to ExecuteModuleActionURI : Module/Jobs/Controller/Applications/Action/Apply/JobID/915337

    Server Error in '/' Application.
    Unable to ExecuteModuleActionURI : Module/Jobs/Controller/Applications/Action/Apply/JobID/915337
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Exception: Unable to ExecuteModuleActionURI : Module/Jobs/Controller/Applications/Action/Apply/JobID/915337
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [Exception: Unable to ExecuteModuleActionURI : Module/Jobs/Controller/Applications/Action/Apply/JobID/915337]
    BiteCMF.Util.Xsl.ExtensionObjects.BiteExtensionObject.ExecuteModuleActionURI(String moduleActionURI, String location) in C:\Users\mbailey.REDANT\Desktop\Projects\Changeboard\BiteCMF\Util\XSL\ExtensionObjects\BiteExtensionObject.cs:63
    [XslTransformException: An error occurred during a call to extension function 'ExecuteModuleActionURI'. See InnerException for a complete description of the error.]
    System.Xml.Xsl.Runtime.XmlExtensionFunction.Invoke(Object extObj, Object[] args) +1292307
    System.Xml.Xsl.Runtime.XmlQueryContext.InvokeXsltLateBoundFunction(String name, String namespaceUri, IList`1[] args) +806
    <xsl:template match="Job">(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current, String URL) +20724
    <xsl:template match="ViewData">(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current) +152
    <xsl:apply-templates>(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator ) +806
    Root(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime) +55
    System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer, Boolean closeWriter) +150
    System.Xml.Xsl.XmlILCommand.Execute(IXPathNavigable contextDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter results) +88
    System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, Stream results) +89
    BiteCMF.Util.Xsl.BiteXsl.Transform(XmlDocument xmlToTransform) in C:\Users\mbailey.REDANT\Desktop\Projects\Changeboard\BiteCMF\Util\XSL\BiteXSL.cs:216
    BiteCMF.Util.Xsl.BiteXsl.Transform(XmlDocument xmlToTransform, String xslUrl) in C:\Users\mbailey.REDANT\Desktop\Projects\Changeboard\BiteCMF\Util\XSL\BiteXSL.cs:182
    BiteCMF.Modules.ViewActionResult.ToString(BiteRequestBroker requestBroker) in C:\Users\mbailey.REDANT\Desktop\Projects\Changeboard\BiteCMF\Modules\ViewActionResult.cs:166
    BiteCMF.Modules.ViewActionResult.Process(BiteRequestBroker requestBroker) in C:\Users\mbailey.REDANT\Desktop\Projects\Changeboard\BiteCMF\Modules\ViewActionResult.cs:255
    BiteCMF.Modules.CMS.CMSRequestBroker.ProcessRequestAsFrontend() in C:\Users\mbailey.REDANT\Desktop\Projects\Changeboard\BiteCMF\Modules\CMS\CMSRequestBroker.cs:221
    BiteCMF.Modules.CMS.CMSRequestBroker.HandleRequest() in C:\Users\mbailey.REDANT\Desktop\Projects\Changeboard\BiteCMF\Modules\CMS\CMSRequestBroker.cs:45
    BiteCMF.CMS.BiteRequestBroker.ExecuteModuleBrokers() in C:\Users\mbailey.REDANT\Desktop\Projects\Changeboard\BiteCMF\CMS\BiteRequestBroker.cs:165
    BiteCMF.CMS.BiteRequestBroker.ProcessRequest() in C:\Users\mbailey.REDANT\Desktop\Projects\Changeboard\BiteCMF\CMS\BiteRequestBroker.cs:83
    BiteCMF.BiteHttpModule.ProcessRequest(HttpApplication app) in C:\Users\mbailey.REDANT\Desktop\Projects\Changeboard\BiteCMF\BiteHttpModule.cs:192
    BiteCMF.BiteHttpModule.Application_PostAcquireRequestState(Object source, EventArgs e) in C:\Users\mbailey.REDANT\Desktop\Projects\Changeboard\BiteCMF\BiteHttpModule.cs:164
    System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
    Version Information: Microsoft .NET Framework Version:2.0.50727.5448; ASP.NET Version:2.0.50727.5456

    http://ww2.cs.fsu.edu/~rosentha/linux/2.6.26.5/docs/DocBook/libata/ch07.html#excatATAbusErr wrote:
    ATA bus error means that data corruption occurred during transmission over ATA bus (SATA or PATA). This type of errors can be indicated by
    ICRC or ABRT error as described in the section called “ATA/ATAPI device error (non-NCQ / non-CHECK CONDITION)”.
    Controller-specific error completion with error information indicating transmission error.
    On some controllers, command timeout. In this case, there may be a mechanism to determine that the timeout is due to transmission error.
    Unknown/random errors, timeouts and all sorts of weirdities.
    As described above, transmission errors can cause wide variety of symptoms ranging from device ICRC error to random device lockup, and, for many cases, there is no way to tell if an error condition is due to transmission error or not; therefore, it's necessary to employ some kind of heuristic when dealing with errors and timeouts. For example, encountering repetitive ABRT errors for known supported command is likely to indicate ATA bus error.
    Once it's determined that ATA bus errors have possibly occurred, lowering ATA bus transmission speed is one of actions which may alleviate the problem.
    I'd also add; make sure you have good backups when ATA errors are frequent

  • Need Help Solving Kernel Crashes On MacBook!

    It seems to be a flash problem because all of my firmware, software, etc seems to be upto date when I'm on websites that use flash it works fine when i go to a site like you tube my macbook acts like a problem child on crack and crashes (Apple tech support was useless as tits on a bowl over the phone), Ive done everything from reformating the mac to unstalling and reinstalling flash (with and with out reseting), starting up a pram start up, etc Im on my last wits about whats causing this panic if anyone could throw some possibilities at me that would be greatly appreciated. Here's the last Kernel log that I have from the last crash:
    Description: Panic (system crashes) log
    Size: 7 KB
    Last Modified: 10-03-27 12:58 PM
    Location: /Library/Logs/DiagnosticReports/Kernel2010-03-27-125843Demolition-Productionss-MacBook.panic
    Recent Contents: Sat Mar 27 12:58:39 2010
    panic(cpu 0 caller 0x2a7ac2): Kernel trap at 0x04bd4e07, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x85849dc5, CR3: 0x00100000, CR4: 0x000006e0
    EAX: 0x057fe900, EBX: 0x054dcd00, ECX: 0xe1000000, EDX: 0x057feb00
    CR2: 0x85849dc5, EBP: 0x35aabad8, ESI: 0x0542d680, EDI: 0x0085ff18
    EFL: 0x00010246, EIP: 0x04bd4e07, CS: 0x00000008, DS: 0x025f0010
    Error code: 0x00000002
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x35aab8d8 : 0x21b2bd (0x5cf868 0x35aab90c 0x223719 0x0)
    0x35aab928 : 0x2a7ac2 (0x591c30 0x4bd4e07 0xe 0x591dfa)
    0x35aaba08 : 0x29d968 (0x35aaba20 0x246 0x35aabad8 0x4bd4e07)
    0x35aaba18 : 0x4bd4e07 (0xe 0x48 0x35aa0010 0x230010)
    0x35aabad8 : 0x105a821 (0x54dcd00 0x0 0x35aabb68 0x9f)
    0x35aabaf8 : 0x4fcc12 (0x57fef00 0x85ff18 0x1 0x0)
    0x35aabb18 : 0x50cc50 (0x57fef00 0x85ff18 0x35aabb48 0x4fcf95)
    0x35aabb48 : 0x50cdc4 (0x542d680 0x0 0x1 0x0)
    0x35aabb68 : 0x4fcc12 (0x542d680 0x0 0x1 0x1)
    0x35aabb88 : 0x4fcc2d (0x542d680 0x0 0x35aabbb8 0x4fcc12)
    0x35aabba8 : 0x52ef30 (0x542d680 0xffff 0x542d584 0x4fcc2d)
    0x35aabbc8 : 0x52ef63 (0x542d580 0x246 0x35aabc08 0x61f19a0)
    0x35aabbe8 : 0x4fcc12 (0x542d580 0x0 0x1 0x1e)
    0x35aabc08 : 0x4fcc2d (0x542d580 0x0 0x35aabc58 0x0)
    0x35aabc28 : 0x2830b4 (0x542d580 0x61f19a0 0x1e 0x35aabc58)
    0x35aabc78 : 0x21d676 (0x6671398 0x5ada5a0 0x596a014 0x1)
    0x35aabcb8 : 0x2107f7 (0x6671300 0x12 0x35aabd18 0x20f258)
    0x35aabd18 : 0x21db45 (0x6671300 0x10000 0x0 0x210588)
    0x35aabd48 : 0x23f12d (0x35aabd6c 0x24 0x61db8d4 0x0)
    0x35aabd98 : 0x214d2c (0x61f19a0 0x1 0x1 0x221959)
    Backtrace continues...
    Kernel Extensions in backtrace (with dependencies):
    com.digidesign.mbox2.driver(8.0.3f1)@0x1055000->0x1074fff
    dependency: com.apple.iokit.IOAudioFamily(1.7.2fc1)@0xbe5000
    dependency: com.apple.iokit.IOUSBFamily(3.8.5)@0xd2c000
    dependency: com.apple.driver.AppleUSBMergeNub(3.8.5)@0xec3000
    BSD process name corresponding to current thread: coreaudiod
    Mac OS version:
    10C540
    Kernel version:
    Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386
    System model name: MacBook2,1 (Mac-F4208CAA)
    System uptime in nanoseconds: 4341841226112
    unloaded kexts:
    com.apple.driver.AppleFileSystemDriver 2.0 (addr 0xbb7000, size 0x12288) - last unloaded 105174961479
    loaded kexts:
    com.digidesign.mbox2.boot.driver 8.0.3f1
    com.symantec.kext.fw 1.0.2f7
    com.symantec.kext.SymAPComm 11.1f102
    com.digidesign.mbox2.driver 8.0.3f1
    com.paceap.kext.pacesupport.snowleopard 5.7.2
    com.digidesign.iokit.DigiIO 8.0.3f1
    com.digidesign.iokit.DigiDal 8.0.3f1
    com.symantec.kext.pf 4.1.0f33
    com.symantec.kext.ips 3.0f35
    com.symantec.kext.internetSecurity 1.3.1f7
    com.apple.driver.AudioAUUC 1.0 - last loaded 4218802783524
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleHDA 1.7.9a4
    com.apple.driver.AppleUpstreamUserClient 3.1.0
    com.apple.driver.AppleIntelGMA950 6.0.6
    com.apple.driver.AppleIntelIntegratedFramebuffer 6.0.6
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.iokit.CHUDUtils 201
    com.apple.iokit.CHUDProf 214
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AppleIntelMeromProfile 19
    com.apple.driver.ACPISMCPlatformPlugin 4.0.1d0
    com.apple.driver.AppleLPC 1.4.9
    com.apple.driver.AppleBacklight 170.0.14
    com.apple.driver.AirPort.Atheros 421.19.8
    com.apple.driver.AppleUSBTrackpad 1.8.0b4
    com.apple.driver.AppleUSBTCKeyEventDriver 1.8.0b4
    com.apple.driver.AppleUSBTCKeyboard 1.8.0b4
    com.apple.driver.AppleIRController 251.1.4
    com.apple.iokit.IOAHCIBlockStorage 1.6.0
    com.apple.iokit.SCSITaskUserClient 2.6.0
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AppleAHCIPort 2.0.1
    com.apple.driver.AppleUSBHub 3.8.4
    com.apple.driver.AppleIntelPIIXATA 2.5.0
    com.apple.driver.AppleFWOHCI 4.4.0
    com.apple.iokit.AppleYukon2 3.1.14b1
    com.apple.driver.AppleUSBEHCI 3.7.5
    com.apple.driver.AppleUSBUHCI 3.7.5
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleRTC 1.3
    com.apple.driver.AppleHPET 1.4
    com.apple.driver.AppleACPIButtons 1.3
    com.apple.driver.AppleSMBIOS 1.4
    com.apple.driver.AppleACPIEC 1.3
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 96.0.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 96.0.0
    com.apple.driver.DspFuncLib 1.7.9a4
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.iokit.IOSurface 73.0
    com.apple.iokit.IOBluetoothSerialManager 2.2.4f3
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.CHUDKernLib 207
    com.apple.iokit.IOAudioFamily 1.7.2fc1
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleHDAController 1.7.9a4
    com.apple.iokit.IOHDAFamily 1.7.9a4
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.0.1d0
    com.apple.iokit.IONDRVSupport 2.0
    com.apple.iokit.IOGraphicsFamily 2.0
    com.apple.iokit.IO80211Family 310.6
    com.apple.driver.CSRUSBBluetoothHCIController 2.2.4f3
    com.apple.driver.AppleUSBBluetoothHCIController 2.2.4f3
    com.apple.iokit.IOBluetoothFamily 2.2.4f3
    com.apple.driver.AppleUSBMergeNub 3.8.5
    com.apple.iokit.IOUSBHIDDriver 3.8.4
    com.apple.driver.AppleUSBComposite 3.7.5
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.0
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.iokit.IOATAPIProtocolTransport 2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.0
    com.apple.iokit.IOAHCIFamily 2.0.2
    com.apple.iokit.IOUSBUserClient 3.8.5
    com.apple.iokit.IOATAFamily 2.5.0
    com.apple.iokit.IOFireWireFamily 4.1.7
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOUSBFamily 3.8.5
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.1
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 281
    com.apple.iokit.IOStorageFamily 1.6
    com.apple.driver.AppleACPIPlatform 1.3
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0

    the link you sent has no solution to the most recent one
    Process: SymDaemon [53]
    Path: /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/MacOS/SymDaemon
    Identifier: SymDaemon
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [1]
    Date/Time: 2010-03-27 01:44:48.411 -0400
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 5
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x981558da machmsgtrap + 10
    1 libSystem.B.dylib 0x98156047 mach_msg + 68
    2 com.apple.CoreFoundation 0x977c477f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x977c3864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x977c97a4 CFRunLoopRun + 84
    5 com.symantec.daemon 0x0000325c 0x1000 + 8796
    6 com.symantec.daemon 0x000065b6 main + 40
    7 com.symantec.daemon 0x000025bc 0x1000 + 5564
    8 com.symantec.daemon 0x000024e9 0x1000 + 5353
    Thread 1:
    0 libSystem.B.dylib 0x981558da machmsgtrap + 10
    1 libSystem.B.dylib 0x98156047 mach_msg + 68
    2 libSystem.B.dylib 0x981c1688 machmsgserver + 696
    3 ...ec.sharedsettings.framework 0x0006c26c ZssStString::operator=(ZssSymbol*) + 1508
    4 libSystem.B.dylib 0x98182fbd pthreadstart + 345
    5 libSystem.B.dylib 0x98182e42 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x981558da machmsgtrap + 10
    1 libSystem.B.dylib 0x98156047 mach_msg + 68
    2 com.apple.CoreFoundation 0x977c477f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x977c3864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x977c97a4 CFRunLoopRun + 84
    5 com.symantec.uiagent.symdaemon 0x005b532c SymUIA::Master::Run() + 22
    6 com.symantec.symbase 0x0003b7dd ZThread::Initialize() + 431
    7 libSystem.B.dylib 0x98182fbd pthreadstart + 345
    8 libSystem.B.dylib 0x98182e42 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x98174856 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x97803ddd __CFSocketManager + 1085
    2 libSystem.B.dylib 0x98182fbd pthreadstart + 345
    3 libSystem.B.dylib 0x98182e42 thread_start + 34
    Thread 4: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x9817c0ea kevent + 10
    1 libSystem.B.dylib 0x9817c804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x9817bcc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x9817ba68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x9817b4f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x9817b336 start_wqthread + 30
    Thread 5 Crashed:
    0 com.apple.CoreFoundation 0x977ad8d1 CFDataReplaceBytes + 257
    1 com.apple.CoreFoundation 0x977af16a CFDataAppendBytes + 154
    2 com.symantec.daemon.framework 0x0009c7b2 SymDaemon::ReadStreamObserver::close() + 362
    3 com.apple.CoreFoundation 0x9784f9a3 _signalEventSync + 99
    4 com.apple.CoreFoundation 0x9785038e cfstream_solosignalEventSync + 126
    5 com.apple.CoreFoundation 0x978502d7 CFReadStreamSignalEvent + 39
    6 com.apple.CFNetwork 0x9068cc03 HTTPReadStream::streamEvent(unsigned long) + 169
    7 com.apple.CoreFoundation 0x9784f9a3 _signalEventSync + 99
    8 com.apple.CoreFoundation 0x9784f91a cfstream_sharedsignalEventSync + 458
    9 com.apple.CoreFoundation 0x977c68cb __CFRunLoopDoSources0 + 1563
    10 com.apple.CoreFoundation 0x977c438f __CFRunLoopRun + 1071
    11 com.apple.CoreFoundation 0x977c3864 CFRunLoopRunSpecific + 452
    12 com.apple.CoreFoundation 0x977c97a4 CFRunLoopRun + 84
    13 com.symantec.daemon 0x00005f90 0x1000 + 20368
    14 com.symantec.daemon 0x00006279 0x1000 + 21113
    15 com.symantec.daemon 0x0000a7f1 main + 16995
    16 libSystem.B.dylib 0x98182fbd pthreadstart + 345
    17 libSystem.B.dylib 0x98182e42 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x98155922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9818345c pthread_condwait + 1089
    2 libSystem.B.dylib 0x981cc503 pthreadcondwait + 48
    3 com.symantec.daemon.framework 0x00094241 SymDaemon::EventQueue::EventQueue() + 127
    4 com.symantec.daemon.framework 0x00093efa SymDaemon::EventQueue::waitNextEvent() + 82
    5 com.symantec.daemon 0x000053f2 0x1000 + 17394
    6 com.symantec.daemon 0x000057c1 0x1000 + 18369
    7 com.symantec.daemon 0x0000a7f1 main + 16995
    8 libSystem.B.dylib 0x98182fbd pthreadstart + 345
    9 libSystem.B.dylib 0x98182e42 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9817c0ea kevent + 10
    1 ...tec.personalFirewall.daemon 0x005870a2 PersonalFirewallDaemonFactory + 5280
    2 ...tec.personalFirewall.daemon 0x005878c3 PersonalFirewallDaemonFactory + 7361
    3 ....personalFirewall.framework 0x004c4bd1 boost::threadgroup::createthread(boost::function0<void, std::allocator<boost::function_base> > const&) + 241
    4 libSystem.B.dylib 0x98182fbd pthreadstart + 345
    5 libSystem.B.dylib 0x98182e42 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x981558da machmsgtrap + 10
    1 libSystem.B.dylib 0x98156047 mach_msg + 68
    2 com.apple.CoreFoundation 0x977c477f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x977c3864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x977c97a4 CFRunLoopRun + 84
    5 com.symantec.daemon.fw 0x007187eb PortsFirewallFactory + 6201
    6 com.symantec.daemon.fw 0x0071a515 PortsFirewallFactory + 13667
    7 com.symantec.daemon.fw 0x00746c71 PortsFirewallFactory + 195775
    8 libSystem.B.dylib 0x98182fbd pthreadstart + 345
    9 libSystem.B.dylib 0x98182e42 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9817c0ea kevent + 10
    1 ...mantec.daemon.submissionsdk 0x007cf1e1 SubSDKDaemonPlugInFactory + 8075
    2 com.symantec.symbase 0x0003b7dd ZThread::Initialize() + 431
    3 libSystem.B.dylib 0x98182fbd pthreadstart + 345
    4 libSystem.B.dylib 0x98182e42 thread_start + 34
    Thread 5 crashed with X86 Thread State (32-bit):
    eax: 0x0063ca70 ebx: 0x0011d8f0 ecx: 0x003014f0 edx: 0x00000013
    edi: 0xffffffff esi: 0x00000000 ebp: 0xb0222208 esp: 0xb02221c0
    ss: 0x0000001f efl: 0x00000286 eip: 0x977ad8d1 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x302ff000
    Binary Images:
    0x1000 - 0xdfe7 +com.symantec.daemon 1.2.2 (7) <11FBEC7E-D7B5-9323-710F-686743BF841B> /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/MacOS/SymDaemon
    0x22000 - 0x46fe3 +com.symantec.symbase 2.3 (15) <2FD986B4-9D7B-8800-0DDA-0872E4FD997F> /Library/PrivateFrameworks/SymBase.framework/Versions/B/SymBase
    0x5e000 - 0x7affb +com.symantec.sharedsettings.framework 1.3 (6) /Library/PrivateFrameworks/SymSharedSettings.framework/Versions/A/SymSharedSett ings
    0x8b000 - 0xb7fe2 +com.symantec.daemon.framework 1.2.2 (7) <18F8E556-EA30-D193-69CB-4B0A60A5E821> /Library/PrivateFrameworks/SymDaemon.framework/Versions/A/SymDaemon
    0x105000 - 0x1bafe7 libcrypto.0.9.7.dylib ??? (???) <39CDB041-9DF5-01B1-4B33-03EC4CCA40B3> /usr/lib/libcrypto.0.9.7.dylib
    0x255000 - 0x26ffe7 +com.symantec.daemon.applicationFirewall 4.1.0 (33) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymApplicationFirewal l.bundle/Contents/MacOS/SymApplicationFirewall
    0x29c000 - 0x2b4fe3 +com.symantec.internetSecurity.framework 1.3.1 (7) <2A051DD9-E4E4-8726-7A64-3C19EE8210B4> /Library/PrivateFrameworks/SymInternetSecurity.framework/Versions/A/SymInternet Security
    0x2c7000 - 0x2cfffb +com.symantec.daemon.autosetup 4.1.0 (33) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymAutoSetup.bundle/C ontents/MacOS/SymAutoSetup
    0x2df000 - 0x2e7ffb +com.symantec.daemon.zones 4.1.0 (33) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymZones.bundle/Conte nts/MacOS/SymZones
    0x400000 - 0x43ffe3 +com.symantec.framework.fw 1.0.2 (7) /Library/PrivateFrameworks/SymFirewall.framework/Versions/A/SymFirewall
    0x45d000 - 0x483fea +com.symantec.uiagent.framework 2.0.2 (7) <3FC1F010-ECBF-0A8F-3F36-6F4D032BA294> /Library/PrivateFrameworks/SymUIAgent.framework/Versions/A/SymUIAgent
    0x4a6000 - 0x4d0feb +com.symantec.personalFirewall.framework 4.1.0 (33) /Library/PrivateFrameworks/SymPersonalFirewall.framework/Versions/A/SymPersonal Firewall
    0x522000 - 0x533fff +com.symantec.daemon.connectionTracking 4.1.0 (33) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymConnectionTracking .bundle/Contents/MacOS/SymConnectionTracking
    0x553000 - 0x567ffb +com.symantec.daemon.deepSight 4.1.0 (33) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymDeepSight.bundle/C ontents/MacOS/SymDeepSight
    0x584000 - 0x596ffb +com.symantec.personalFirewall.daemon 4.1.0 (33) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymPersonalFirewall.b undle/Contents/MacOS/SymPersonalFirewall
    0x5b3000 - 0x5bfff0 +com.symantec.uiagent.symdaemon 2.0.2 (7) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/UIAgent.bundle/Conten ts/MacOS/UIAgent
    0x5df000 - 0x5e5ffb +com.symantec.daemon.autoblock 4.1.0 (33) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymAutoBlock.bundle/C ontents/MacOS/SymAutoBlock
    0x5f2000 - 0x5f6ffb +com.symantec.deepSight.extractordaemon ??? (4.5.1f10) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymExtractor.bundle/C ontents/MacOS/SymExtractor
    0x700000 - 0x709fef +com.symantec.ips 3.0 (35) /Library/PrivateFrameworks/SymIPS.framework/Versions/A/SymIPS
    0x715000 - 0x75afef +com.symantec.daemon.fw 1.0.2 (7) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymFirewall.bundle/Co ntents/MacOS/SymFirewall
    0x76c000 - 0x76eff7 +com.symantec.ips.fw ??? (3.0f35) /Library/Application Support/Symantec/Firewall/PlugIns/SymIPSFirewall.bundle/Contents/MacOS/SymIPSFi rewall
    0x774000 - 0x787feb +com.symantec.daemon.ips 3.0 (35) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymIPS.bundle/Content s/MacOS/SymIPS
    0x793000 - 0x7a5fe7 +com.symantec.framework.submissionsdk ??? (1.0) /Library/PrivateFrameworks/SymSubmission.framework/Versions/A/SymSubmission
    0x7b4000 - 0x7bbfe7 +com.symantec.locationAwareness.daemon 4.1.0 (33) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymLocationAwareness. bundle/Contents/MacOS/SymLocationAwareness
    0x7c9000 - 0x7d0fec +com.symantec.daemon.submissionsdk 1.0.0 (20) /Library/Application Support/Symantec/Daemon/SymDaemon.bundle/Contents/PlugIns/SymSubmission.bundle/ Contents/MacOS/SymSubmission
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x901bffef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x901c0000 - 0x901ccff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x90367000 - 0x903b8ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x903b9000 - 0x90413ff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90414000 - 0x90417fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90418000 - 0x904c0ffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x904c1000 - 0x904d3ff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x904f3000 - 0x9051bff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x90615000 - 0x906bcfe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x907a7000 - 0x907a7ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x907a8000 - 0x908acfe7 libcrypto.0.9.8.dylib ??? (???) <2E58547A-91CC-4C1A-9FCC-DA7515FDB68A> /usr/lib/libcrypto.0.9.8.dylib
    0x908ad000 - 0x908f3ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x90900000 - 0x9096fff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x909b2000 - 0x90a12fe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90a3e000 - 0x90ac0ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90ac1000 - 0x90bc2fe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x90c32000 - 0x90c3fff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x910b1000 - 0x911a7ff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x911de000 - 0x9125efeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9126d000 - 0x912bafeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x913c9000 - 0x913effff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x913f0000 - 0x91660ffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9183d000 - 0x918ebff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x918ec000 - 0x918f6ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x918f7000 - 0x920da4b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92153000 - 0x92197fe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92198000 - 0x921a2ff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x929d7000 - 0x92a41fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x92a42000 - 0x92d65fef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92dcd000 - 0x92e11ff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92e12000 - 0x92e16ff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92fb6000 - 0x93006fe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93113000 - 0x93133fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x93150000 - 0x93153ff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9317f000 - 0x934e6ff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x934e7000 - 0x93806fe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93855000 - 0x93897fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93898000 - 0x938bcff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93c10000 - 0x93c1dff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93c1e000 - 0x93c67fe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93c68000 - 0x93c9bff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x93d1b000 - 0x93df8ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x93ecb000 - 0x93f63fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93f64000 - 0x94001fe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x944ad000 - 0x94560fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x946bb000 - 0x946bbff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x946c0000 - 0x946c2ff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x946c9000 - 0x946cdff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x94742000 - 0x95020ff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95021000 - 0x95031ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x95433000 - 0x95437ff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x95438000 - 0x95450ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x95792000 - 0x9583ffe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x95840000 - 0x95875ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95876000 - 0x95950ff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95961000 - 0x95ae3fe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x96b33000 - 0x96c5ffeb com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) <9AAFDCBE-C68C-3BB3-8089-83CD2C0B4ED7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96c9c000 - 0x96cb0ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96cb1000 - 0x970e6ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9715c000 - 0x9715cff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9715d000 - 0x97171fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x97172000 - 0x97588ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9759f000 - 0x975d4ff7 libcups.2.dylib ??? (???) <BE4E095C-EECA-017E-11AA-C65F4D2B15C8> /usr/lib/libcups.2.dylib
    0x97708000 - 0x9770dff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x97788000 - 0x978fffef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97900000 - 0x97b62fe7 com.apple.security 6.1.1 (37594) <9AA7D9BF-852F-111F-68AD-65DD760D4DF3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x97c3f000 - 0x97c40ff7 com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) <845D5E0D-870D-B7E8-AAC5-8364AC341AA1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97cea000 - 0x97d7bfe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x97e1c000 - 0x97e59ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97e5a000 - 0x97e5aff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97e6e000 - 0x97e6eff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97eac000 - 0x97eacff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x97f12000 - 0x97fc1ff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x98039000 - 0x98047fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x98048000 - 0x98048ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x98127000 - 0x98149fef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x98155000 - 0x982f9feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x9832c000 - 0x983c8fe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x983c9000 - 0x98493fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98494000 - 0x984afff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x98a7c000 - 0x98a8dff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x98a8e000 - 0x98b08fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x98b1c000 - 0x98b3cfe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x98b3e000 - 0x98b48fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x98d01000 - 0x98dbafe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x98dbc000 - 0x98dc5ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x98dc6000 - 0x98de4ff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x98df6000 - 0x98f24fe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x99095000 - 0x99096ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x990e3000 - 0x99133ff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    guess ill try the morons at apple again tmrw morning

  • System crash OS 10.10.2

    My system frequently crashes after installing OS10.10.1. I was quite fine with OS10.10 except wifi drop. Now I am really suffering since my system crashes everyday. Can anyone help?

    The short answer is, never install any anti-virus software. The long answer is below.
    Mac users often ask whether they should install "anti-virus" software. The answer usually given on ASC is "no." The answer is right, but it may give the wrong impression that there is no threat from what are loosely called "viruses." There is a threat, and you need to educate yourself about it.
    1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the computer, or who has been able to take control of it remotely. That threat is in a different category, and there's no easy way to defend against it.
    The comment is long because the issue is complex. The key points are in sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user. Internally Apple calls it "XProtect."
    The malware recognition database used by XProtect is automatically updated; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    ☞ It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    ☞ It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
    3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    ☞ It can easily be disabled or overridden by the user.
    ☞ A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    ☞ An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    Apple has so far failed to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. These failures don't involve App Store products, however.
    For the reasons given, App Store products, and—to a lesser extent—other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandbox security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they are not, and never will be, complete protection. Malware is a problem of human behavior, not machine behavior, and no technological fix alone is going to solve it. Trusting software to protect you will only make you more vulnerable.
    The best defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and Internet criminals. If you're better informed than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
    Software from an untrustworthy source
    ☞ Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, or your browser, or any other software. A genuine alert that Flash is outdated and blocked is shown on this support page. Follow the instructions on the support page in that case. Otherwise, assume that the alert is fake and someone is trying to scam you into installing malware. If you see such alerts on more than one website, ask for instructions.
    ☞ Software of any kind is distributed via BitTorrent, or Usenet, or on a website that also distributes pirated music or movies.
    ☞ Rogue websites such as Softonic, Soft32, and CNET Download distribute free applications that have been packaged in a superfluous "installer."
    ☞ The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
    Software that is plainly illegal or does something illegal
    ☞ High-priced commercial software such as Photoshop is "cracked" or "free."
    ☞ An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission. All "YouTube downloaders" are in this category, though not all are necessarily malicious.
    Conditional or unsolicited offers from strangers
    ☞ A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    ☞ A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
    ☞ You win a prize in a contest you never entered.
    ☞ Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
    ☞ A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
    ☞ Anything online that you would expect to pay for is "free."
    Unexpected events
    ☞ A file is downloaded automatically when you visit a web page, with no other action on your part. Delete any such file without opening it.
    ☞ You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
    ☞ An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    ☞ Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
    I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it—not JavaScript—in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a padlock icon in the address bar when visiting a secure site.
    Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial "anti-virus" (AV) or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
    Why shouldn't you use commercial AV products?
    ☞ To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
    ☞ Its design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere. In order to meet that nonexistent threat, commercial AV software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    ☞ By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
    ☞ Most importantly, a false sense of security is dangerous.
    8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
    Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
    London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
    You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an organizational policy requires it. Windows malware is so widespread that you should assume it's in every email attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user, you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither can you assume that you will always be safe from exploitation, no matter what you do. Navigating the Internet is like walking the streets of a big city. It can be as safe or as dangerous as you choose to make it. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

Maybe you are looking for