[SOLVED] high CPU and freezing issues

Greetings,
While I don't claim to be an expert at these things, I'm no newbie either... at least as far as computers go. I admit there are still many things I need to learn about linux, but that's all part of the fun. Anyways on to the point of this topic.
After the power supply on my main pc died and shorted out the mother board with it, I have been forced to use an older computer. It is a computer that I know works as it was used by my wife as a desktop when she didn't feel like using her laptop. Odd.. I know, but hey, whatever she wants she gets .
It is an older pc, a compaq presario 5423. It is running an intel p4 1.6 gz processor and has an nvidia geforce 2 mx agp video card. Ever since the last xorg update that refuses to work with nvidia-96xx, I've been using the nv driver. I have tried briefly the other one (nouvelo or however it's spelled) and while it worked it seemed to slow my computer down and produce some odd effects like screen freezes and whatnot. It was running two 256 MB ram sticks, I replaced them with the two 512's from my main (dead) pc. I have the two hd's from my main pc on it, properly set up (I basically resinstalled arch so that I was sure it was done right, and just because I love the arch linux installation process, it is awesome IMO). I've been running this PC since.. October I believe... whenever it was that I submitted that e17 screenshot... I think that was October.
Here is the issue I am having. The CPU loves to max out.. ie.. reach 100% almost instantly. Open up a browser *poof* 100%, making me wait a moment before I can do anything else. Open up a few tabs.. *poof* 100%... and frequent freezes.  It doesn't seem to matter what I am running, doing, using... it always happens. This happens in pekwm, fluxbox, openbox, e17, wmaker, firebox, twindy, fvwm, even the almighty awesome. Yes, those are all wm's I've tried. Forget trying to run KDE (I did, it loads... but that's about it. I had to hard restart because of total freeze-up). I've tried all kinds of browsers, firefox, chrome, iron, midori, auroa, konq... Midori hates me, the others are too heavy... only Chrome and Iron (both basically the same) work, but still experience the freezes and the like. Uzbl laughed at me as even trying to start it caused a massive CPU spike. I know, hard to believe.. which leaves me thinking there is a serious problem.
MPD spikes the CPU by 20% easily each song change. Googles even more so. Forget the heavyweights like amarok and exile. Pidgin spikes it when loading initially but evens out. Terminal spikes it only when compiling, updating, or building from AUR... or installing a package with pacman.
Here's the thing, when my wife used it before, using LXDE with Open Box and only a total of 512 MB she never experienced this. This box came with Windows XP which ran fine.. somewhat slow but fine. So this all leaves me thinking, something is just wrong.  I am wondering if maybe bad RAM? Maybe the thing is just trying to give up the ghost? Before going and pulling out RAM though I want to see what you guys think.
Here's what HTOP has to say...
CPU(while writing this post): 36.8% (in pekwm!)
Mem: 187/1009 MB (all bars are lite up...)
Swp: 1/2863MB (already tapping into swap?)
Tasks: 128 total, 1 running
Load average: 0.26 0.08 0.06
So yeah, I researched online.. this processor is supposed to be able to even run KDE fine. So something has to be off. Any ideas?
Last edited by mythus (2009-11-20 12:13:53)

Well right before I changed drivers back to nvidia-96xx, I did a pacman -Syu check.. there was a new xorg update waiting for me. So I updated and switched back to nvidia-96xx driver.
Still having the fun CPU issues so this must not be an nv driver thing itself.
free -m provides the following...
total       used       free     shared    buffers     cached
Mem:          1009        606        403          0         60        387
-/+ buffers/cache:        158        851
Swap:         2863          0       2863
Therefore it would seem that memory issue is not the problem.
Watching the cpu spike just because I type is very unnerving. Heck just running htop did a spike. Poor old computer... Just for S&G I tried once again to load kde. Neopunk killed it with it's massive cpu usage + x trying to match it. What can I say.. X was jealousy, there was no way X was going to let neopunk use more CPU than it.
Ah.. so nerve racking. I've been working on this for almost two months now. I'll look and she what distros I got lieing around.. been awhile since I burned one and not really wanting too.. had no desire since arch is what I want. But I suppose I do need to compare to see if it is something else like X causing this.
I'll do that in a bit.. I'll wait a moment incase anyone else has another suggestion. Give me time to get off my butt and do some honey-do's for my wife.

Similar Messages

  • Performance issue with high CPU and IO

    Hi guys,
    I am encountering huge user response time on a production system and I don’t know how to solve it.
    Doing some extra tests and using the instrumentation that we have in the code we concluded that the DB is the bottleneck.
    We generated some AWR reports and noticed the CPU was in top wait events. Also noticed that in a random manner some simple sql take a long time to execute. We activated the sql trace on the system and noticed that for very simple SQLs (unique index access on one table) we have huge exec times. 9s
    In the trace file the huge time we had it in fetch area: 9.1s cpu and elapsed 9.2.
    And no or very small waits for this specific SQL.
    it seems like the bottle neck is on the CPU but at that point there were very few processes running on the DB. Why can we have such a big cpu wait on a simple select? This is a machine with 128 cores. We have quicker responses on machines smaller/busier than this.
    We noticed that we had a huge db_cache_size (12G) and after we scale it down we noticed some improvements but not enough. How can I prove that there is a link between high CPU and big cache_size? (there was not wait involved in SQL execution). what can we do in the case we need big DB cache size?
    The second issue is that I tried to execute an sql on a big table (FTS on a big table. no join). Again on that smaller machine it runs in 30 seconds and on this machine it runs in 1038 seconds.
    Also generated a trace for this SQL on the problematic machine:
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        1    402.08    1038.31    1842916    6174343          0           1
    total        3    402.08    1038.32    1842916    6174343          0           1
      db file sequential read                     12419        0.21         40.02
      i/o slave wait                             135475        0.51        613.03
      db file scattered read                     135475        0.52        675.15
      log file switch completion                      5        0.06          0.18
      latch: In memory undo latch                     6        0.00          0.00
      latch: object queue header operation            1        0.00          0.00
    ********************************************************************************The high CPU is present here also but here I have huge wait on db file scattered read.
    Looking at the session with the select the AWG_wait for db scattered read was 0.5. on the other machine it is like 0.07.
    I though this is an IO issue. I did some IO tests at SO level and it seems like the read and writes operation are very fast…much faster than the machine that has the awg_wait smaller. Why the difference in waits?
    One difference between these two DBs is that the problem one has the db block size = 16k and the other one has 8k.
    I received some reports done at OS level on CPU and IO usage on the problematic machine (in normal operations). It seems like the CPU is very used and the IO stays very low.
    On the other machine, the smaller and the faster one, it is other way around.
    What is the problem here? How can I test further? Can I link the high CPU to low/slow IO?
    we have 10G on sun os with ASM.
    Thanks in advance.

    Yes, there are many things you can and should do to isolate this. But first check MOS Poor Performance With Oracle9i and 10g Releases When Using Dynamic Intimate Shared Memory (DISM) [ID 1018855.1] isn't messing you up to start.
    Also, be sure and post exact patch levels for both Oracle and OS.
    Be sure and check all your I/O settings and see what MOS has to say about those.
    Are you using ASSM? See Long running update
    Since it got a little better with shrinking the SGA size, that might indicate (wild speculation here, something like) one of the problems is simply too much thrashing within the SGA, as oracle decides "small" objects being full scanned in memory is faster than range scans (or whatever) from disk, overloading the cpu, not allowing the cpu to ask for other full scans from I/O. Possibly made worse by row level locking, or some other app issue that just does too much cpu.
    You probably have more than one thing wrong. High fetch count might mean you need to adjust the array size on the clients.
    Now that that is all out of the way, if you still haven't found the problem, go through http://oracle-randolf.blogspot.com/2009/02/basic-sql-statement-performance.html
    Edit: Oh, see Solaris 10 memory management conflicts with Automatic PGA Memory Management [ID 460424.1] too.
    Edited by: jgarry on Nov 15, 2011 1:45 PM

  • Z10 - High CPU and Battery Usage with BBM

    I recently updated my Z10 (UK and EE Carrier) to 10.2.1.3062 and every day or so I am getting very high CPU and Battery Usage with BBM running in the background.
    I have never used BBM and have no active or past conversations or contacts.
    This morning, it used around 60% battery in under 3 hours, with 95% of that time sat at 'idle' in my pocket.
    Sometimes its after I have connected it to my car stereo (charging and streaming music via USB) on an Alpine CDA-117Ri, but I dont think thats a cause.
    Some screen grabs:
    [URL=http://s46.photobucket.com/user/hoopsontoast/media/IMG_20150126_095930_zpsj3haccgs.png.html][IMG]htt...
    [URL=http://s46.photobucket.com/user/hoopsontoast/media/IMG_20150124_230003_zpshi2dpkfo.png.html][IMG]htt...

    You're not alone.
    Please read this post here:  http://supportforums.blackberry.com/t5/BBM-for-BlackBerry/BBM-is-draining-my-Battery/m-p/3039915#M52...
    and contact BBM support as suggested to send logs. BBM Support is working to determine the cause of this.
    Please post over in that thread so we can keep all related in one place.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Yet another high cpu using flash issue

    Salutations. What I'm about to tell you won't come to you as a surprise as there have been many similar topics discussed here. In fact, on the first page, there were two. So let's get on with it!
    hp pavillion entertainment notebook dv6 e2170ee
    windows 7 64bit
    6gb ram
    intel core i7 cpu q 720 @ 1.60 GHz    (never overclocked. don't know how to)
    nvidia geforce gt 230m
    firefox is on safe mode. kind of better than regular mode.
    firefox waaaay better than chrome in handling flash. haven't tried it on ie. don't want to. i left ie8 at version 8
    flash hardware accelration is off
    firefox hardware accelaration is on
    latest flash player enabled
    latest shock player enabled
    latest flash director enabled
    latest firefox
    no idea if my vents and cooling system work properly. read several posts about this issue being related to hardware.
    i have updated my drivers using hp support assistant, driver detective, and windows update. wouldn't be surprised if there was a conflict with all this nvidia driver as well. went to the site. it detected my model and sent me the driver. had audio and video options in it.
    while writing this post, the adobe tab + 4 flash tabs off the same site (youtube, younow, cam sites, etc) are open.
    performance tab in taskbar says
    flashplayer 15 *32bit (2 processes with the same name but diff cpu usage by the way. why 2?) is using 5%
    firefox *32 bit is using 5%
    audiodg.exe is nowhere to be found
    now firefox and flashplayer keep alternating ofcourse. flash always ends up with higher cpu when everything breaks. i have noticed that even after closing ff, ff and flash are still in the processes table. they stay there for a bit. why?
    ISSUE NUMBER 1: i can't play a video and have flash players on at the same time. I'd like to watch a movie and every now and then look to my other screen to see what's going on with the flash site. it can't be done. all is well at the beginning then it goes to hell. i have the latest free version of bsplayer and videolan. Yes vlc handles better but it all goes to hell in the end. sometimes the video won't even show on vlc; only audio
    ISSUE NUMBER 2: i don't understand the logic behind the increase in cpu. if i have 6 tabs open all flash all is well. but at some point it just spikes up. so i always try to keep the number of flash tabs as low as possible. sometimes 4 are no issue but 5 are a big issue. sometimes closing a tab helps and sometimes it doesnt.
    ISSUE NUMBER 3: audiodg starts using more than 2%. It can go up to 11 or 13 even. That shouldn't happen. I've been told that for it to go beyond 2 or even 3 means there's a conflict. I had trouble dealing with this issue. I don't know what or where the conflict is. So if there's anyone here that's good at this please contact me. Ill post a pic of device manager. For the sound, i have 4 nvideo and 1 idt audio codec. I cdon't know which to disable or uninstall. im thinking of unintalling every audio/video driver i hav and start from the beginning. BUT LETS NOT MAKE THIS ABOUT AUDIO/VIDEO CONFLICT
    QUESTION 1: was there ever a time when this issue didn't exist? perhaps there's a "stable" version of ff or flash that don't cause this.
    QUESTION 2: ive seen a lot of posts about this but I honestly can't remember any participants saying OH REALLY? ODD, I NEVER HAD THIS ISSUE BEFORE
    QUESTION 3: isn't there some kind of tracer that can track the moment that it goes to hell? im sure there is but no one's mentioned it so far
    QUESTION 4: would buying a new laptop solve this? I'd like to think not since the issue is flash not the capabilities of a laptop but i can't help but think that a better laptop will fix this. My laptop is 4 years old.
    QUESTION 5: i don't know anything about multithreading or multiple cores handling a single process but if someone showed me how, would that resolve my issue?
    MY WISH: for flash to coexist peacefully with human beings

    Disabling Hardware Acceleration in Flash means that we're doing all of the processing on the CPU, instead of on the GPU.  The GPU is purpose-built for 3D graphics and video decoding and is far more power efficient.  Decoding H.264 video in software is very CPU intensive, which is why we made the huge investment to enable hardware acceleration on the vast majority of available desktop hardware. Running six CPU intensive tasks simultaneously (which is what you're doing by using six simultaneous tabs) is unsurprisingly going to tax your machine.
    If you've disabled Hardware Acceleration because video wasn't working right or something, figuring out how to get that enabled (or moving to better hardware with good driver support) would solve the vast majority of what you're describing here.  If HP doesn't offer updated drivers, I'd recommend trying the corresponding Nvidia drivers, as OEMs aren't always motivated to pick up the latest fixes once a model is no longer generating new revenue for them.  The chipset manufacturers tend to provide longer support, but those drivers aren't officially supported by the OEM.
    The architecture for Protected Mode for Firefox is a result of the fact that we've retrofitted a modern plug-in security approach to a legacy plug-in architecture.  As you've noticed, equivalent sandboxing in other major browsers is designed into their plug-in architectures, and is therefore more efficient.  We've made huge investments to support modern security architecture and always do our best to accommodate efforts from our partners in the browser space to further secure the browser.  You can find a detailed explanation of our approach to Firefox here: Inside Flash Player Protected Mode for Firefox
    Firefox controls the instantiation and destruction of Flash instances.  You'll also notice that Firefox hangs out for a while after shutdown.  This is something that we're aware of, but it's beyond our control.
    Flash doesn't have much to do with audiodg, except for the fact that it generates sound and uses the windows sound subsystem.  This article seems to present some reasonable advice in resolving issues with high CPU consumption from the sound subsystem.  Fix Audiodg.exe High CPU Usage in Windows 7 | Windows EXE Errors
    Hardware accelerated video encoding is typically not available on consumer-grade hardware (primarily because of the difference in licensing models for encoding and decoding with popular commercial codecs), and therefore is done on the CPU.  The particular website chooses what codecs and bitrates are involved, and higher quality feed will consume more CPU.  It's also worth pointing out that not all video can be decoded in hardware.  We provide clear guidance to content providers on how to encode video so that it can be played back efficiently, it's ultimately up to the content provider to follow that advice.
    So, long story short, each tab consumes resources.  Running a single tab is going to use less resources than running multiple tabs.  The latest version of Internet Explorer does some stuff to reduce resource consumption in tabs that you're not actively looking at.  We're discussing possibilities with the Chrome folks for doing the same thing in Chromium-based browsers.  Mozilla isn't interested in investing in browser plug-ins, so we don't expect to see the necessary browser-side improvements there.  The Chrome sandboxing model is more efficient that protected mode for Firefox, so tasks that require moving a lot of data (like streaming video) may use less CPU in Chrome.
    To answer your questions specifically:
    1.) There was a time before we supported multiple tabs, webcam streaming, H.264 video decoding and modern security sandboxing.  I wouldn't recommend using those versions.
    2.) There are a few posts about this, but we have ~1.5 billion users.  The majority of the very small number of folks relative to our install base are complaining their machines are overheating, which is a symptom of an ineffective cooling system. 
         There's nothing magic about Flash that causes it to somehow superheat the CPU.
         There was a time before tabs, where people didn't normally run 5-50 browser windows.  Websites also got much more complex, and the security threats got far more serious and complex.
         Playing video as a plug-in in the browser as opposed to something like VLC is inherently less efficient, as pretty much each pixel and packet gets passed through the browser before it gets to the OS or drivers.
         All of these things require additional processing.  The resources on your computer are still finite, and there is an upper limit to the number of simultaneous tabs you can use.
         At some point, you come to a juncture where you need to decide between throwing more hardware at the problem, or using less tabs simultaneously.
         Also, most laptops have power saving CPUs, so they'll ratchet the clock speed down to save battery.  You might want to check your power settings to make sure you're running at the CPU's full capacity when plugged in.
    3.) Not that would generate anything really useful.
    4.) Possibly.  You actually already have a multi-core machine.  I think you'd get more bang for your buck by enabling hardware acceleration and switching browsers.
    5.) You already have a multi-core machine that we support.
    Your Wish: We're constantly addressing security issues identified through our own testing, emerging research and intelligence from our partners in academia, government and industry.  We're also looking for opportunities to tune the player, but the reality is that Intel, Nvidia and ATI (and a long list of others, in addition to Adobe) have tuned Flash Player extensively for their hardware.  We work closely with the Internet Explorer and Chrome teams to continue to make the Flash experience better, and are always happy to work with the Firefox team should they decide that they're interested in plug-ins and the desktop browser again.  At the end of the day, Flash is just a low-level runtime.  It's just as possible to write inefficient ActionScript as it is to write inefficient C++, and while we provide some fantastic tooling for profiling your Flash content, it's up to individual content providers to write efficient code.  It's really difficult to find opportunities to make generic optimizations that don't break a percentage of the hundreds of millions of sites published with Flash content.
    I'm actually still not clear on what the problem you're experiencing is.  All software running on your machine that's actively processing something is going to use a non-zero percentage of CPU time.  The symptoms you describe indicate that Flash consumes 5% of the CPU, which is totally reasonable.  I'm guessing that I don't have the complete story.

  • High CPU and memory use on Skype 7.4

    Hello Skype Community,
    Since we have release Skype 7.4 for Windows desktop we have seen a small number of users reporting sometimes high CPU usage and memory consumption by the Skype app.
    We are aware of the issue and are working to identify the root causes and identify all the conditions (internal and external) leading to abnormal memory and processor usage. Thanks for your reports confirming our internal telemetry.
    I am going to update this topic weekly with an update (or earlier should any news arise).

    For further investigation of high CPU issues- Download process manager from https://technet.microsoft.com/en-us/library/bb896645.aspx- Open the filter window <filter><filter>- add the filter <processname> <is> <skype.exe>- close the filter window- clear events <ctrl-x>- start capturing if it is not capturing already with <file><capture events>- wait for about 10 seconds- stop capturing events <file> <capture events> You should have only a few 100 events, if you have more(even 10s of thousands)  you can find out under <tools> <any summary> what has taken a lot of time and post your findings in the thread for further info. I found the root cause for my high CPU problem by doing this:http://community.skype.com/t5/Windows-desktop-client/High-CPU-7-5-Solved/m-p/3992130

  • High CPU and Disk usage on HP Envy TS 15 j-155nf after Windows Update

    I bought this laptop about a month ago and it worked perfectly fine until the second automatic Windows Update. The booting time got very slow and the entire system started to act laggy. Task Manager showed higher CPU usage than usual and Disk usage was sometimes up to 100% with no apps opened or running in the background. I decided to perform System Recovery using HP Recovery Manager. The laptop worked fine again after that, but then the same thing happened. After the second automatic Windows Update I'm back to a slow and laggy computer. I'm performing System Recovery again, but what can I do to prevent that from happening ?

    Hi,
    There are few things you can check:
    i) Check if you have more than one anti-virus installed..Check for Trial versions.If there is any then uninstall it.
    (Sometimes it could be that you have an anti-virus and windows defender or security essentials is also installed)
    ii) Next try a Clean Boot and check if it makes a difference. If clean boot fixes the issue then it has to be one of the application on the startup which is slowing it down..
    How to perform a clean boot
    iii) Run HP Support Assitant and check if there are any pending updates..
    Note:
    If you have HP Support Assistant installed on the computer(The Blue Question Mark) then open it ==> Complete all pending Updates & Tuneups==> Restart and Check. It may solve your problem
    Although I am an HP employee, I am speaking for myself and not for HP.
    **Click on “Kudos” Star if you think this reply helped** Or Mark it as "Solved" if issue got fixed.

  • SCCM 2012 SecSite - High CPU and many chucks

    H all,
    i've a SCCM 2012 Secondary Site with SQL 2008 R2 Express Version below an Primary Site.
    The sqlservr.exe and the smsexec.exe on the SecSite have high CPU load the whole time.
    Also the statesys.log is increasing very fast (100 KB per second) with the following entries:
    total chucks loaded (0)  $$<SMS_STATE_SYSTEM><10-18-2012 01:45:34.973+240><thread=3328 (0xD00)>
    total chucks loaded (0)  $$<SMS_STATE_SYSTEM><10-18-2012 01:45:34.973+240><thread=3328 (0xD00)>
    total chucks loaded (0)  $$<SMS_STATE_SYSTEM><10-18-2012 01:45:34.973+240><thread=3328 (0xD00)>
    total chucks loaded (0)  $$<SMS_STATE_SYSTEM><10-18-2012 01:45:34.973+240><thread=3328 (0xD00)>
    total chucks loaded (0)  $$<SMS_STATE_SYSTEM><10-18-2012 01:45:34.973+240><thread=3328 (0xD00)>
    total chucks loaded (0)  $$<SMS_STATE_SYSTEM><10-18-2012 01:45:34.973+240><thread=3328 (0xD00)>
    total chucks loaded (0)  $$<SMS_STATE_SYSTEM><10-18-2012 01:45:34.973+240><thread=3328 (0xD00)>
    What could be the problem? Has Chuck Norris something to do with it? :D
    Thanks a lot for your help.

    Yes, I know this is an old post, I’m cleaning up old post, did you get this fixed, if so what was the solution?
    Since no one has answer this post, I recommend opening  a support case with CSS as they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • [SOLVED] High CPU usage on running any graphical program

    Hi!
    When I run any program like steam and java games which should use lot gpu but they don't. Instead of that programs use 70%-100% of cpu power and almost none gpu. I have newest nvidia drivers but I can't install nvidia-libgl because it doesn't work with bumblebee and whitout bumblebee I can't open steam. I'm running xfce desktop  with xorg11. This bug doesn't appear on flashplayer. Even when I set my graphics to lowest it still uses tons cpu and fps won't make any change (5-10fps).
    Here is log from steam:
    /home/campus/.local/share/Steam/steam.sh: rivi 161: VERSION_ID: sitomaton muuttuja
    /home/campus/.local/share/Steam/steam.sh: rivi 161: VERSION_ID: sitomaton muuttuja
    Running Steam on arch 64-bit
    /home/campus/.local/share/Steam/steam.sh: rivi 161: VERSION_ID: sitomaton muuttuja
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428938218)
    [0420/180852:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Unable to read VR Path Registry from /home/campus/.openvr/openvrpaths.vrpath
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    FillInMachineIDInfo took a total of 0 milliseconds
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    PulseAudio connect failed (used only for Mic Volume Control) with error: Access denied
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    ** (steam:5344): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Generating new string page texture 2: 48x256, total string texture memory is 49,15 KB
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Adding licenses for the following package(s): 0, 216, 1679, 1680, 4303, 4772, 11795, 12328, 13054, 13437, 16139, 16222, 16750, 17569, 17641, 17982, 18485, 27035, 27101, 28497, 28987, 29776, 30286, 30879, 31937, 32037, 32889, 44226, 45440, 45705, 54451, 54974, 55143, 55144, 56320, 57406, 58580, 58582, 58584, 58590, 59811, 61119, 61131, 61363, 62024, 64229, 64700, 64701
    roaming config store loaded successfully - 1939 bytes.
    migrating temporary roaming config store
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    Failed to init SteamVR because it isn't installed
    ExecCommandLine: ""/home/campus/.local/share/Steam/ubuntu12_32/steam" "nice" "-n" "19" "wine" "-no-dwrite" "
    System startup time: 13,70 seconds
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    /usr/bin/env: python: Tiedostoa tai hakemistoa ei ole
    Generating new string page texture 69: 256x256, total string texture memory is 311,30 KB
    Generating new string page texture 70: 64x256, total string texture memory is 376,83 KB
    Generating new string page texture 71: 48x256, total string texture memory is 49,15 KB
    Generating new string page texture 72: 128x256, total string texture memory is 507,90 KB
    Generating new string page texture 73: 8x256, total string texture memory is 516,10 KB
    Generating new string page texture 74: 32x256, total string texture memory is 548,86 KB
    [0420/180906:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    [0420/180907:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    Generating new string page texture 91: 64x256, total string texture memory is 114,69 KB
    Generating new string page texture 92: 128x256, total string texture memory is 245,76 KB
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Generating new string page texture 93: 24x256, total string texture memory is 573,44 KB
    Generating new string page texture 103: 384x256, total string texture memory is 966,66 KB
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Fontconfig warning: "/home/campus/.local/share/Steam/bin/panorama/etc/fonts/conf.d/41-repl-os-win.conf", line 148: Having multiple values in <test> isn't supported and may not work as expected
    Fontconfig warning: "/home/campus/.local/share/Steam/bin/panorama/etc/fonts/conf.d/41-repl-os-win.conf", line 160: Having multiple values in <test> isn't supported and may not work as expected
    AL lib: pulseaudio.c:612: Context did not connect: Access denied
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428938218)
    [0420/181047:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Compiled against SDL version 2.0.4 and linked against SDL version 2.0.4
    COpenGLSurface::BInitialize: Current session is
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    sh: /usr/bin/alienware_wmi_control.sh: Tiedostoa tai hakemistoa ei ole
    DeleteFBOFreeList: Removing 7 FBO objects, total 1
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Warning, someone is using SetHTTPRequestRequiresVerifiedCertificate on Linux, where it doesn't work, and we won't actually verifyAdding activate event to a panel(CommunityMenu) without a tab or selection index, the gamepad and keyboard can't get here.
    Adding activate event to a panel(CommunityGameHub) without a tab or selection index, the gamepad and keyboard can't get here.
    sh: /usr/bin/alienware_wmi_control.sh: Tiedostoa tai hakemistoa ei ole
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181049:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    HTTP Response for http://store.steampowered.com/api/featuredcategories/?extra=controller,&trailer=1&f=l: 200, 34744
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Fontconfig warning: line 37: unknown element "fontpattern"
    Fontconfig warning: line 38: unknown element "fontpattern"
    Fontconfig warning: line 39: unknown element "fontpattern"
    Fontconfig warning: line 40: unknown element "fontpattern"
    HTTP Response for https://store.steampowered.com/api/featured/?cc=FI&l=english&f=l: 200, 34515
    [0420/181054:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    sh: /usr/bin/alienware_wmi_control.sh: Tiedostoa tai hakemistoa ei ole
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    **** Panel FavoritePages has fill-parent-flow for height, but isn't in a flowing down layout
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428938218)
    [0420/181115:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    DeleteFBOFreeList: Removing 41 FBO objects, total 0
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428938218)
    [0420/181118:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Compiled against SDL version 2.0.4 and linked against SDL version 2.0.4
    COpenGLSurface::BInitialize: Current session is
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    sh: /usr/bin/alienware_wmi_control.sh: Tiedostoa tai hakemistoa ei ole
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    Warning, someone is using SetHTTPRequestRequiresVerifiedCertificate on Linux, where it doesn't work, and we won't actually verifyAdding activate event to a panel(CommunityMenu) without a tab or selection index, the gamepad and keyboard can't get here.
    Adding activate event to a panel(CommunityGameHub) without a tab or selection index, the gamepad and keyboard can't get here.
    sh: /usr/bin/alienware_wmi_control.sh: Tiedostoa tai hakemistoa ei ole
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    HTTP Response for http://store.steampowered.com/api/featuredcategories/?extra=controller,&trailer=1&f=l: 200, 34744
    Fontconfig warning: line 37: unknown element "fontpattern"
    Fontconfig warning: line 38: unknown element "fontpattern"
    Fontconfig warning: line 39: unknown element "fontpattern"
    Fontconfig warning: line 40: unknown element "fontpattern"
    HTTP Response for https://store.steampowered.com/api/featured/?cc=FI&l=english&f=l: 200, 34515
    [0420/181123:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    Adding activate event to a panel(ButtonBody) without a tab or selection index, the gamepad and keyboard can't get here.
    HTTP Response for http://cdn.steamcommunity.com/news/newsforapp/v0001/?appid=252490&count=5&maxlength=300&format=json: 200, 3370
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Launching appid 252490
    Starting for app: Rust
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Moving back to: ShowLibraryMostRecent (focus: MostRecentCarousel)
    Removing from backstack: LibraryShowApp (focus: ButtonBody)
    lspci:
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    00:1c.5 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c4)
    00:1c.6 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 7 (rev c4)
    00:1c.7 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 (rev c4)
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation H77 Express Chipset LPC Controller (rev 04)
    00:1f.2 IDE interface: Intel Corporation 7 Series/C210 Series Chipset Family 4-port SATA Controller [IDE mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    00:1f.5 IDE interface: Intel Corporation 7 Series/C210 Series Chipset Family 2-port SATA Controller [IDE mode] (rev 04)
    01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 760] (rev a1)
    01:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
    03:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 30)
    05:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)
    06:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
    Thanks!
    Last edited by campus735 (2015-04-21 04:45:10)

    I reinstalled all gpu drivers 64 and 32 bit versions, now steam complains this:
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1605
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1610
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1615
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1620
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1625
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1630
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1635
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1640
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1645
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1650
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1655
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1660
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1665
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1670
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1675
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1680
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1685
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1690
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1695
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1700
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1705
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1710
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1715
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1720
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1725
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1730
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1735
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1740
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1745
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1771
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1777
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1782
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1787
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1792
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1797
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1802
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1807
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1812
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1817
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1822
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1827
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1832
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1837
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1842
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1847
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1852
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1857
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1862
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1867
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1872
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1877
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1882
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1887
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1892
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1897
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1902
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1907
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1912
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1917
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1922
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1927
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1932
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1937
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1942
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1947
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1952
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1957
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1964
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1970
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1975
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1980
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1985
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1990
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1995
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2000
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2005
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2010
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2015
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2020
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2025
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2030
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2035
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2040
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2045
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2050
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2055
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2060
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2065
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2070
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2075
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2080
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2085
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2090
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2095
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2100
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2105
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2110
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2115
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2120
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2125
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2130
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2135
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2140
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2145
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2150
    xerror_handler: X failed, continuing

  • Parallels takes high CPU and makes fan go 6000RPM when device connected

    I'm running Mac OS 10.5.5 on an Early 2008 white base Macbook, with Boot Camp and Parallels (which runs my Boot Camp partition) so I can use Windows XP, which I need for some XP applications I need that don't work in Crossover.
    I usually keep Parallels running, with XP paused (since I occasionally need it and don't want to wait for it to boot and drain my battery). If I plug in a USB device, such as my wireless mouse or external hard drive, Parallels asks me if I want to connect the device to the XP system, but since I'm usually using OS X, I keep Parallels hidden. So, I don't see the prompt. Parallels then takes 100% CPU and forces my fan to increase to 6000+RPM from the high temperatures it creates. Even though the system is paused, when I plug in a device, it takes 100% CPU simply for having the prompt dialog box open. Any way to fix this?
    I have a base Macbook (Early 2008) upgraded to 4GB RAM (so I could actually use Parallels without both the systems being really slow).
    On another note, is it more battery-consuming to keep XP paused, or to shut it down altogether and boot it up later?
    Thanks.
    Message was edited by: ltxenodite

    Make sure you've updated to the latest version Parallels, and you should probably consider posting your question in the Parallels forums:
    http://forums.parallels.com

  • High CPU and Hanging iTunes

    If you're one of the folks who has been experiencing a hang in iTunes and high CPU, I have finally managed to break in with a debugger and get a call stack on the high CPU threads. There are two of them and they are both doing the same thing:
    0:012> kpn
    # ChildEBP RetAddr
    00 06f0fc78 7c90d85c ntdll!KiFastSystemCallRet
    01 06f0fc7c 7c8023ed ntdll!NtDelayExecution+0xc
    02 06f0fcd4 771db8fc kernel32!SleepEx+0x61
    03 06f0fe10 771dbcdc wininet!GlobalDataInitialize+0x79
    * WARNING: Unable to verify checksum for iTunes.exe
    * ERROR: Module load completed but symbols could not be loaded for iTunes.exe
    04 06f0fe24 0047a6bd wininet!InternetOpenA+0x1a
    WARNING: Stack unwind information not available. Following frames may be wrong.
    05 06f0ff8c 0046fae8 iTunes+0x7a6bd
    I obviously don't have symbols for iTunes.exe, but my symbols for wininet are lining up fine. The problem is occuring in GlobalDataInitialize when iTunes calls it.
    I am posting this primarily for Apple's use. I have a dump file if anyone's interested.
    Jim

    Okay, didn't take much time to figure out what's really going on.
    There are three iTunes threads that are waiting on critical sections. All three of those threads are the same. Once again, obviously no symbols for iTunes.
    ChildEBP RetAddr
    06c0d9e0 7c90e9c0 ntdll!KiFastSystemCallRet
    06c0d9e4 7c91901b ntdll!ZwWaitForSingleObject+0xc
    06c0da6c 7c90104b ntdll!RtlpWaitForCriticalSection+0x132
    06c0da74 0043fea2 ntdll!RtlEnterCriticalSection+0x46
    WARNING: Stack unwind information not available. Following frames may be wrong.
    06c0da88 0047abf8 iTunes+0x3fea2
    06c0daa4 004767e1 iTunes+0x7abf8
    06c0dac4 00477e22 iTunes+0x767e1
    06c0db84 0040dcba iTunes+0x77e22
    06c0f72c 0073ede0 iTunes+0xdcba
    06c0ff54 0073f360 iTunes+0x33ede0
    06c0ff70 0062765d iTunes+0x33f360
    06c0ff8c 0046fae8 iTunes+0x22765d
    06c0ffa0 0075c0a0 iTunes+0x6fae8
    06c0ffb4 7c80b50b iTunes+0x35c0a0
    Two of the threads that are holding the critical section are the same stack that I posted in my original post. The third is this:
    0:010> kp
    ChildEBP RetAddr
    06d0f3f0 7c90e7c8 ntdll!KiFastSystemCallRet
    06d0f3f4 77ddd796 ntdll!ZwSetValueKey+0xc
    WARNING: Stack unwind information not available. Following frames may be wrong.
    06d0f438 77ddecdf advapi32!RegEnumKeyW+0x14d
    06d0f49c 771d2f34 advapi32!RegSetValueExA+0xf8
    06d0f4bc 771d2f02 wininet!REGISTRY_OBJ::SetValue+0x19
    06d0f4d8 771b8bc3 wininet!IE3_REGISTRYSET::SetLimit+0x29
    06d0f4e8 771b7f49 wininet!IE3_REGISTRYSET::FixLegacySettings+0x25
    06d0fc78 771b83bb wininet!CConMgr::GetCacheConfigInfo+0x163
    06d0fc94 771b837f wininet!CConMgr::ConfigureCache+0x30
    06d0fc9c 771b836a wininet!CConMgr::Init+0xa
    06d0fca4 771b8db4 wininet!CConMgr::CConMgr+0x2c
    06d0fcc8 771b75c4 wininet!InitGlobals+0x12a
    06d0fcd0 771b9fd8 wininet!GetUrlCacheHeaderData+0xa
    06d0fe10 771dbcdc wininet!GlobalDataInitialize+0x15a
    06d0fe24 0047a6bd wininet!InternetOpenA+0x1a
    06d0ff8c 0046fae8 iTunes+0x7a6bd
    06d0ffa0 0075c0a0 iTunes+0x6fae8
    06d0ffb4 7c80b50b iTunes+0x35c0a0
    If I dig into this memory, I can see that it's setting a CacheLimit key. Unfortunately, I can't stay broken into iTunes long enough to know if this is still processing or not. If I try to continue and then break again, iTunes just quits.
    This repros when I click UPDATE in podcasts. I can repro it every time.
    Jim

  • Very high CPU and fans running fast in idle state on 2008 non-unibody Macbo

    Hi everyone,
    I recently purchased a 2008 MacBook with 2.4 GHz, 2GB RAM, and 160 GB hard drive off of craigslist. Now when I turn it on and leave it idle or even run any activity, the CPU skyrockets to around 66% and the fans are running very hot and fast. I checked activity monitor and nothing is running that indicates this high CPU. This MacBook does have AppleCare on it until August 2011 and I will probably bring it in to have it checked out but would like to know what you think.
    Thanks!

    ok the abttery charges to 100% now so its alright but sometimes the charger turns to a dim green for some reason and doesnt stay bright only until I unplug and plug it back in again.
    in regards to the random CPU spike, here is a screenshot of activity monitor, hopefully you guys can tell me what mds is..
    [IMG]http://i248.photobucket.com/albums/gg175/modernage013/Screenshot2010-06-27at1211 20AM.png[/IMG]

  • Reader 9.0 consumes 25% CPU and freezes...open Reader first?

    I was having problems double clicking on a document and scrolling through it. After a few page down clicks, it would consume 25% CPU and lock up. This is on a quad core with 6gb memory running 64 bit Vista. What I discovered was if I instead opened up Reader first, chose Open and browsed to the document, it worked fine. Does anyone know why this might occur? I'm assuming it has to do with how Reader is launched.
    I understand how file type associations and things worked under XP, but I'm having difficulty finding the same thing in Vista to see if there are different parameters being used.
    The same document worked fine on my 4 year old XP machine with Reader 7.

    . Uninstalling Reader version 9
    2. Installing Reader version 8.1 from the abobe.com website
    3. I then had to uninstall via control panel add remove programs the adobe.com program, and I also uninstalled the Adobe AIR program.
    4. I then checked in my Add Remove programs list and Adobe Reader 9 is still listed, I uninstall it again (why I don't know).
    5. I then view a PDF file outside of Internet Explorer and I have to accept the license agreement in a popup window to get Reader 8 working properly.
    6. I then go to a web page that links to a PDF file and finally I can view PDfs in the browser again.
    We have around 30 PCs in our department with Adobe Reader 9 and some of them work in a browser and some of them do not, so there appears to be a conflict of some sort.
    For info, I have Acrobat Professional 8.1 on my PC also.

  • How can I solve my problems with freezing issues with Lion?

    I have a MacBook Pro from may 2010 and recently purchased Lion from the App Store and installed it as suggested. Since then my mouse goes crazy and gets hung up and pages take a lot to load and freezing becomes a continuous thing.  Freezing even occurs once a page is open and I want to move downwards or upwards.

    ocana wrote:
    How do I do that?  By the way my Snow Leopard was the one that came installed in my machine when I purchased it.
    Do you have any data on the machine which needs to be saved? If not, I'd just erase the HD and install from the disc which came with your Mac.
    If you do have data and/or don't want to start from scratch, and you have the backup I mentioned in my first post, either restore from Time Machine, or clone back from the clone (depending on which backup you have on an external HD).

  • [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

  • Kernel Task Causing High CPU and Fan to Run all the time

    Hello,
    Recently I have had a problem with my computer running really slow, the CPU is running at almost 100% and the fan wont shut off. Please help its effecting my school work. Below is my EtreCheck.
    Thanks.
    Problem description:
    CPU is up to full usage most of the time and fan won’t stop running. Computer running really slow.
    EtreCheck version: 2.1.8 (121)
    Report generated March 25, 2015 at 2:34:01 PM PDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Adware! - Remove] links for help removing adware.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 700
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1440 x 900
    System Software: ℹ️
        OS X 10.9.5 (13F1066) - Time since boot: 0:18:56
    Disk Information: ℹ️
        Hitachi HTS545032B9A302 disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 319.21 GB (73.63 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/hosts - Count: 15
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Adware: ℹ️
        Geneio [Adware! - Remove]
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.sony.driver.prs2 (1.0.2d1) [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [loaded]    com.divx.dms.agent.plist [Click for support]
        [loaded]    com.divx.update.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [not loaded]    com.sony.ReaderDesktop.RunReaderDesktop.plist [Click for support]
        [failed]    com.tvmobili.artwork.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.disc-soft.DAEMONTools.PrivilegedHelper.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [failed]    com.tvmobili.tvmobilisvcd.plist [Click for support] [Click for details]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [not loaded]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        iTunesHelper    UNKNOWN Hidden (missing value)
        readerAppHelper    Application Hidden (/Applications/Reader.app/Contents/Resources/readerAppHelper.app)
        uTorrent    Application  (/Applications/uTorrent.app)
        Spotify    UNKNOWN  (missing value)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        DivX Web Player: Version: 3.2.4.1250 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        AdobePDFViewer: Version: 10.1.1 [Click for support]
        Default Browser: Version: 537 - SDK 10.9
        OVSHelper: Version: 1.1 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 [Click for support]
        DirectorShockwave: Version: 12.1.3r153 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             5%    WindowServer
             2%    Activity Monitor
             1%    sysmond
             1%    AppleSpell
             0%    ps
    Top Processes by Memory: ℹ️
        159 MB    com.apple.IconServicesAgent
        129 MB    Google Chrome
        103 MB    ocspd
        86 MB    Finder
        68 MB    Google Chrome Helper
    Virtual Memory Information: ℹ️
        870 MB    Free RAM
        1.49 GB    Active RAM
        885 MB    Inactive RAM
        1.04 GB    Wired RAM
        802 MB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 25, 2015, 02:19:15 PM    /Library/Logs/DiagnosticReports/Spotify_2015-03-25-141915_[redacted].hang
        Mar 25, 2015, 02:06:37 PM    Self test - passed
        Mar 23, 2015, 07:36:46 PM    /Library/Logs/DiagnosticReports/uTorrent_2015-03-23-193646_[redacted].hang

    The kernel is using excessive processor cycles. Below are some possible causes for the condition.
    Throttling
    When it gets high temperature readings from the hardware, or low voltage readings from the battery of a MacBook, the kernel may try to compensate by interrupting the processor(s) to slow them down and reduce power consumption. This condition can be due to:
    ☞ a buildup of dust on the logic board
    ☞ high ambient temperature
    ☞ a worn-out or faulty battery in a portable
    ☞ the malfunction of a cooling fan, a temperature sensor, a voltage sensor, or some other internal component
    Note that if the problem is caused by a sensor, there may be no actual overheating or undervoltage.
    If the computer is portable, test with and without the AC adapter connected. If kernel_task hogs the processor only on AC power, charging is causing the machine to heat up. That behavior may be normal for some models. CPU usage should drop when charging is complete.
    Apple Diagnostics or the Apple Hardware Test, though not very reliable, is sometimes able to detect a fault. For more thorough hardware testing, make a "Genius" appointment at an Apple Store, or go to another authorized service provider.
    If nothing is wrong with the hardware, then whatever you can do to improve cooling may help.
    Installed software
    User-installed software that includes a device driver or other kernel code may thrash the kernel. That category includes virtualization software, such as Parallels and VMware, as well as most commercial "anti-virus" products. Some system-monitoring applications, such as "iStat," can also contribute to the problem. You can test for this possibility by completely disabling or removing the software according to the developer's instructions, or starting in safe mode. Note, however, that disabling a system modification without removing it or testing in safe mode may not be as easy as you think.
    Corrupt NVRAM or SMC data
    Sometimes the problem is cleared up by resetting the NVRAM or the SMC.
    External display
    Connecting an external LCD display to some MacBook Pro models while the lid is open may cause this issue. If applicable, test by closing the lid or disconnecting the display. You might get better results with a newer LED display.

Maybe you are looking for

  • How can I install two versions of the same software w/o overwriting?

    Specifically, I want to install compiz-git without overwriting my current version. I'd like to just run a different command to run the git version. pkgname=compiz-core-git pkgver=20090508 pkgrel=1 pkgdesc="Composite manager for Aiglx and Xgl" url="ht

  • HELP ME!-error message when trying to install J2sdk1.4.2

    Hi I downloaded this installer: J2SE v 1.4.2_04 SDK It finished the download fine- but when i clicked on the install setup icon on my desktop, by the way file name was "j2sdk-1_4_2_04-windows-i586-p" it brings up a window that says "Error reading set

  • The file "iTunes Library" cannot be read because it was created by a newer.

    Hi experts, I wonder if someone out there can help me? I had a bit of a problem with my new iMAC and it had to go for a quick fix. Nothing was lost during the fix, no music, no photos, no programs, but when I now open iTunes I get the message +The fi

  • HTML Object Tag in HTML Region

    I'm trying to embed a flash object within a region. I have the following code in the region source <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#v

  • Multi Project Reports

    I am trying to create a multi-project report and am having an issue seeing it in PCM 14. Here are the steps I did: - Copied multi-project report for daily report - Changed name to M_Dai_03 - I didnt really change anything in the report - Logged onto