Possible bug in Solaris 8 mlink() kernel function ???

Hi All,
I'm trying to I_LINK a mounted-stream pipe (created using open and fattach), with CONNLD pushed on, below a STREAMS based multiplexor.
As I experienced some kernel crash, in the linkcycle() function I looked at the way it works in strsubr.c Solaris 8 file.
What I'm understanding is that there's a global static array, named mux_nodes. This is an array of mux_node structures, indexed by the device major number, extracted from the vnode vn_rdev field. Its purpose seems to be to list all the STREAMS linked below a multiplexor.
When the crash occurs, I can see that the mux_node the kernel is trying to read is at index 0xb8, but the devcnt has a value of 0xb5, so we're out of the bounds of the array. I've instrumenting my code, in order to dump the value of the vn_rdev, of the STREAM linked below (using the q_bot->q_stream->sd_vnode), and as the I_LINK is received this value is of 0xb8...
Moreover, looking at the vfslist of the crash dump (using mdb and the $<vfslist macro), it appears that several vfs have a rdev field greater than 0xb5...
The question is : Is-it really possible to I_LINK a pipe below a multiplexor ?? What am I missing ?? Shouldn't mlink() check that the index is inbound ???
Best Regards.

OK. I think I see what you are saying. First I want
to make sure we are both talking about 24 hour time
and not 12 hour time. In 24 hour time I understand
the 0100 hour would occur twice; The first in DST and
the second pass not in DST. I am not sure which time
the 'date 110401592007' command I ran set the time
in. The second.
Does the OS automatically put the new date in the
second pass through of the 0100 hour?Apparently.
If so there may
not be a bug at all but if that was the case how
could the fall back time be tested?Run
perl -le 'print scalar localtime 1143504000' and
perl -le 'print scalar localtime 1175040000'
If you're in a US timezone that follows Daylight Saving time, the first will show a time on March 27 2006 (Standard time) and the second a year later on March 27 2007 (Daylight Saving Time). The two should have local times one hour apart. If they do not, then you're probably not ready.
An alternative is to simply ask zdump for information about your particular tiemzone.
zdump -v $TZ | grep 2007. You should see the correct transition dates for 2007.
Alternatively, if you really want to change the clock on the computer, don't change it by specifying a local time (which as you've seen is ambiguous). Change it by specifying a UTC time and the -u flag. That's unambiguous.
Darren

Similar Messages

  • 1.5.3, 3 possible bugs, incorrect information and patchy functionality

    on windows XP SQL Dev 1.5.3
    1.) From the tree structure, I filter Other Users, then open another users views folder. Click on the view that I want to see information for, and instead of the 7 columns that the view is actually composed of, it lists it's 7 columns 3 times for a total of 21 columns.
    2.) When trying to edit a procedure I've noticed that there is typically a +/- sign to expand and collapse loops and begin/end structures. It seems like it's hit or miss whether or not you get this functionality to work.
    3.) I issued the following select and got unexpected results
    select col1, col2, col3, table1.*
    from table1;
    this should return col1, col2, col3, col1, col2, col3, col4, col5, etc... with the values from col1 - col3 being the same in each row, well on several rows I noticed the values didn't match.
    I'm beginning to get very wary of using SQL Developer to do anything other than just query data. I'm sort of afraid to use to actually make any changes within the database for fear of incorrect DDL being issued back to the database and corrupting something.

    Firstly, have you had a chance to test the problems on 1.5.4? The new release has certainly included some bug fixes.
    As for your issues:
    1) Which DB version are you connecting to? Do you get 7 or 21 columns listed if you just expand the view node instead of opening the view object tab?
    I am on 1.5.4 (connecting to 10.2.0.3) and only get each column once when opening the view object tab for a view owned by another schema. Tracing SQL Developer it is using the following query to get the columns:
    select c.column_name,
             decode(data_type,'CHAR'    ,data_type||'('||c.data_length||')',
                              'VARCHAR' ,data_type||'('||c.data_length||')',
                              'VARCHAR2',data_type||'('||c.data_length||')'    ,
                              'NCHAR'   ,data_type||'('||c.data_length||')'    ,
                      'NUMBER'  ,decode(c.data_precision,null,'NUMBER', data_type||'('||c.data_precision||','||c.data_SCALE||')'),
                      'NVARCHAR'  ,data_type||'('||c.data_length||')'    ,
                              'NVARCHAR2' ,data_type||'('||c.data_length||')'    ,
                              data_type) data_type,
                decode(nullable,'Y','Yes','No') nullable,
                c.DATA_DEFAULT,
                column_id,
                com.comments,
                            c_update.insertable,
                c_update.updatable,
                c_update.deletable
          from sys.all_tab_Columns c,
               sys.all_col_comments com,
               sys.all_updatable_columns c_update
          where c.owner      = :OBJECT_OWNER
          and   c.table_name =  :OBJECT_NAME
          and   c.table_name = com.table_name
          and   c.owner = com.owner
          and   c.column_name = com.column_name
          and c_update.column_name = com.column_name
          and c_update.table_name = com.table_name
          and c_update.owner = com.owner 2) I tried the same thing (once again on 1.5.4, but have not noticed this on 1.5.3 previously), although my package didn't have for loops, but did have standard loops and while loops. There was a very slight delay before the expand/collapse options appeared, but they appeared both times after the same short delay. With very large package bodies there can be a much more noticeable delay, but from the size of your scroll bar in your screen shots, it looks as though my test package which only had a slight delay is already longer than yours.
    3) I wasn't able to reproduce this either
    theFurryOne

  • What are the changes / enhancements / or possible bugs in LR 5 Auto Tone

    Can anyone explain what, if any, changes, enhancements, or possible bugs were introduced in the functionality of Auto Tone since LR ver. 5.0. The reason I ask is that I get different results for the Exposure and Contrast adjustments when applying Auto Tone (using ver. 5.3) from the results  (using ver.5.0) shown in the book "Adobe Photoshop Lightroom 5 CIB" in the "Using Quick Develop in the Library module" section, step 4 on page 37. (This difference in results between LR versions was confirmed by the authors of LR5CIB.)

    I'm not sure about any new bugs but the radical exposure mis-calculations have been improved. I had photos that were over exposed to 5 (and even 10, believe it or not) that were exposed to a more appropriate 2 or so following the improvements (in Lr5.2 if memory serves). It's also less likely to radically underexpose.
    Enjoy, (in my opinion, it's much better)
    I think there may have even been further improvement in Lr5.3 but I can't swear to it - seems to preserve a little more contrast than in 5.2 - could be my imagination..
    Rob

  • Possible Bug In Apex 4.0.2

    Hi Everyone.
    I would like to report what I think is a bug in Apex 4.0.2.
    If you go to my workspace on apex.oracle.com:
    Workspace = EEG
    Username = [email protected]
    Password = galaxy (all lowercase)
    Run the application: 37796 - Elie_Various_Goodies [no credentials are required]
    This app was imported from my 4.0.1 workspace at my job. On the page I created two Date Picker items, P1_BEGIN_DATE and P1_END_DATE. I set them up so that whenever a user selects a begin date, a dynamic action "MANAGE_DATES" fires and automatically sets P1_END_DATE to this selected begin date value. Now when a user goes to select an end date, the displayed calendar starts at the previously selected begin date rather than the default of "Today".
    All of this worked fine on my office (4.0.1) workspace. However, after exporting this app and then importing onto apex.oracle.com, none of this functionality would work. Even worse, whenever I try to select a begin date or even an end date, the selected dates never make it into the date picker fields. Displaying the "Session" window shows these fields as empty.
    It was only after I copied the two date picker fields and also re-created my dynamic action (P1_BEGIN_DATE2, P1_END_DATE2, MANAGE_DATES) did my functionality return.
    This behavior is quite strange. I can only think this is some sort of bug attributed to the export/import process when exporting a 4.0.1 app into a 4.0.2 workspace. I am not sure if this bizarre behavior happens with non-date picker items. Nor am I sure if this beavior would be repeated if I export/import from 4.0.2 into the another 4.0.2 environment.
    Another strange thing I noticed. If I change my date picker items to be "date picker (classic)" type items, the dynamic action does not work at all. This is true in both 4.0.2 and 4.0.1. I'm not sure if this a bug or not. It could be that the classic date picker is just not "javascript" enabled so to speak. If that is true, then it would have been nice if the docs would have warned us about this.
    Has anyone else seen this behavior?
    Thank you.
    Elie

    Hi Joel.
    First let me thank you for the warning about allowing "everyone" access to my workspace.
    You're correct, of course. Anyone could destroy anything within my workspace. I guess I was too trusting especially as I have seen many posts on the Forum where others have given access to their workspace so that responders can offer help. I really should be more discreet about this. Again, thank you. Needless to say, I have changed my password.
    With respect to the possible bug, the MANAGE_DATES dynamic action is intended to be a submit page because that is the only way I can see to get BOTH the P1_END_DATE date picker item as well as the end date textual field to be assigned the selected P1_BEGIN_DATE. I tried to use a dynamic action in which javascript sets the value of the end date textual field to the selected P1_BEGIN_DATE value. This works without the need to submit the page. Unfortunately, this does not cause the P1_END_DATE date picker item to default to this value. Instead, the default remains at today's date. This is why I finally resorted to a dynamic action that submits the page whenever a new value is selected (that is, a "change" event) from the P1_BEGIN_DATE date picker item.
    All of this works in my office 4.0.1 environment. However, I was puzzled when this fails under 4.0.2 on the hosted web site at apex.oracle.com. This is why I posted a "possible" bug in 4.0.2.
    I hope this all makes sense.
    One more thing, as already mentioned in my original post, this "defaulting a date picker" functionality does NOT work at all for the "classic" date picker items in both 4.0.1 nor in 4.0.2. I realize one can implement this functionality (I' guessing) my using, say, a "onChange" javascript call to submit the page. It's just funny that the "classic" date picker items are not acted upon by the dynamic action MANAGE_DATES that submits the page.
    Thank you.
    Elie

  • Possible bug found in Mac Os X Tiger 10.4.11 in conjuction with iPod Touch

    Dears,
    I think I've found a possible bug in Mac Os X version 10.4.11 in conjunction with iPod Touch.
    When the iPod is connected during boot, my Bluetooth hardware fails to be detected. When I restart the portable without the iPod connected, my Bluetooth hardware is recognised & activated again. It is reproduceable.
    1. Attach iPod Touch before starting the MacBook Pro
    2. Boot the Macbook
    3. Bluetooth hardware should be rendered inoperative
    Restore functionality:
    1. Detach the iPod Touch
    2. Reboot the portable
    3. Bluetooth hardware is restarted / recognised.
    Regards
    Cedric

    wrong category

  • Possible bug? formatted number 0 displays as  4,294,967,295

    This is really two questions in one. First, I have a routine
    that sometimes provides a result of 0, which is *sometimes*
    displayed in an AdvancedDataGrid column as 4,294,967,295, which I'm
    assuming is somehow a meaningful number (largest int?). Anyway, I
    have an ADG with a column defined as:
    <mx:AdvancedDataGridColumn headerText="Remaining work"
    labelFunction="rem_work_fmt" textAlign="right" />
    The labelFunction called is shown below:
    private function rem_work_fmt(item:Object,
    column:AdvancedDataGridColumn):String
    var num:String =
    numberFormatter.format(item.get_remaining_work());
    trace ("result: " + num);
    return num;
    The trace output prints: "result: 0" as expected, but the
    number displayed in the grid is sometimes 0 and sometimes
    4,294,967,295.
    More weirdness, this only happens to the last column in the
    ADG. I call the same format logic on a different column and have
    never seen the wrong result. Also, the same underlying function
    "get_remaining_work()" is called elsewhere on the same data and the
    result is correctly displayed in a text field as 0.
    Second question, I've run into some other possible bugs,
    which I haven't reported because I found a work around. How does
    one do that in the beta program?

    lw1001,
    Bugs can be filed in the public bug base at
    http://bugs.adobe.com/flex/
    You'll need to sign up before you can submit bugs.
    Also, if you can attach the bug files to the bug report, it
    makes it a lot easier for Adobe to investigate.
    Let me know if you have any further questions/problems.
    Peter

  • Solaris 10 kernel Patch 127127-11

    we need to apply solaris 10 kernel Patch 127127-11 in our prod server as a prerequisite for oracle10g patch set 10.2.0.4 installation
    but i found a Doc 242366 (May Cause a system Panic from ip_wput_ioctl()).It is mentioned in doc that Binary relief is available through normal
    support channels.Is that Binary complete fix of this problem?If yes, then i need that binary please give me the link where i can download the binary,
    If not, then what is the solution of this problem.?
    Thanks

    These kinds of binary hotfixes/IDR's are only available through sun support to contract customers.
    If your concerned, I suggest you raise a support case.
    That being said, 127127-11 is kinda old. So I would be surprised if the bug hadnt been fixed by now.
    Its been replaced by either 137111 or 137137.
    Ive upgraded at least a dozen systems past that level and never seen a problem.
    So it can't be too common..

  • Is it possible to prevent the See Also function from displaying the topic window when only one "see also" topic exists?

    When you have several topics assigned to a see also button,
    the see also button displays several topics within the pop-up
    window in the compiled help. However, if you have only one see also
    topic assigned to the button, the button automatically displays the
    topic window for that topic. The first time I saw this, I thought
    it was a bug. When I've asked other people to test my help
    projects, they also think this is a bug.
    Is it possible to "make" the see also function display the
    pop-up window, regardless of how many topics are assigned to the
    button?
    thanks in advance,
    ChristyG

    Are you sure that you can change the permissions of symlinks themselves? I think I've tried to make files read-only via symlinks on a local server but ended up using bindfs because it wasn't possible. Even if you can, symlinking everything that might be necessary for a given environment would not be ideal, plus I don't think symlinks can be used across different filesystems.
    If a real-life human can figure out if it's he/she is in a chroot and break out of it, then he/she can write a script to do the same. I want a sandbox that could run malicious code with no effect on the system (if that's possible). Also, I think if the chroot idea were truly feasible, makepkg would have been using it for years already to simply install packages in the chroot as you normally would and then package them. There would also be several sandbox applications that could run applications safely. So far I have yet to find any.
    I admit that I haven't looked into using a chroot in detail though and of course I may have missed some application which creates such a setup. Right now I think using per-application namespaces with fuse seems the most promising but I won't know until I've finished implementing a test application. If it turns out that it's a dead end I'll take harder look at chroot but it really doesn't seem to be able to do what I want.

  • Is it possible to call the Print Quote functionality from Custom ADF page

    Hi,
    We are researching if it is possible to call the Print Quote functionality from the Custom ADF application.
    Goal is to pop up the PDF report upon clicking the Print Quote button on the custom page. Is it possible ?
    Atleast advice on the direction to go forward is appreciated.
    Thanks
    Sai

    Hi ,
    Please check following thread on forum -
    Re: ADF: Calling OAF Page from ADF page
    Check this may also be useful-
    https://blogs.oracle.com/shay/entry/to_adf_or_oaf_or
    I have not tried yet but Steven Chan (Sr. Director OATG) suggest following methodolgy for this-
    https://blogs.oracle.com/stevenChan/entry/appsdatasource_jaas_ebs
    Thanks,
    Ashish

  • Is it possible to call custom designed RFC function module, apart from BAPI

    Hi Friends,
    1.     Is it possible to call custom designed RFC function module, apart from BAPI.
    2.     Why we call it Adaptive RFC layer, Since every time the JCO layer updated with SAP, Why can’t be dynamic.
    Thanx for Ur time.
    Cheers,
    Sam

    Also check <a href="http://help.sap.com/saphelp_nw04/helpdata/en/41/38bc8f813719488ddc9d9b21251ec3/frameset.htm">here</a> for more information on aRFC. Here you can find why it is called adaptive.
    Regards,
    Christophe

  • Possible bug in 3.4.9 and maybe 3.5.3?

    I was going through the logs after a graphics (xorg/radeon/ttm) -this happened today 19/8- related kernel panic and i discovered this from yesterday:
    Aug 18 21:49:07 mainland kernel: BUG: soft lockup - CPU#2 stuck for 23s! [kworker/2:2:3406]
    Aug 18 21:49:07 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:07 mainland kernel: CPU 2
    Aug 18 21:49:07 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:07 mainland kernel:
    Aug 18 21:49:07 mainland kernel: Pid: 3406, comm: kworker/2:2 Tainted: G C 3.4.9-1-ARCH #1 /DZ77BH-55K
    Aug 18 21:49:07 mainland kernel: RIP: 0010:[<ffffffff8146ad75>] [<ffffffff8146ad75>] _raw_spin_lock+0x35/0x40
    Aug 18 21:49:07 mainland kernel: RSP: 0018:ffff88025ca7bc00 EFLAGS: 00000297
    Aug 18 21:49:07 mainland kernel: RAX: 0000000000000069 RBX: ffff88031ec8e940 RCX: ffff8801584c0580
    Aug 18 21:49:07 mainland kernel: RDX: 000000000000006a RSI: 0000000000000008 RDI: ffffffff81a806fc
    Aug 18 21:49:07 mainland kernel: RBP: ffff88025ca7bc00 R08: ffffffff81618d40 R09: 0000000000000000
    Aug 18 21:49:07 mainland kernel: R10: ffff8802f3ebcf10 R11: 0000000000000000 R12: ffff88025ca7bbd0
    Aug 18 21:49:07 mainland kernel: R13: 0000000000000000 R14: 0200000000000000 R15: 0000000000000000
    Aug 18 21:49:07 mainland kernel: FS: 0000000000000000(0000) GS:ffff88031ec80000(0000) knlGS:0000000000000000
    Aug 18 21:49:07 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    Aug 18 21:49:07 mainland kernel: CR2: 00007f850dc67000 CR3: 000000000380b000 CR4: 00000000001407e0
    Aug 18 21:49:07 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Aug 18 21:49:07 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Aug 18 21:49:07 mainland kernel: Process kworker/2:2 (pid: 3406, threadinfo ffff88025ca7a000, task ffff8802c7cfdf40)
    Aug 18 21:49:07 mainland kernel: Stack:
    Aug 18 21:49:07 mainland kernel: ffff88025ca7bc10 ffffffff811b8955 ffff88025ca7bcf0 ffffffff811badd2
    Aug 18 21:49:07 mainland kernel: ffff88025ca7bc50 ffffffff81159f6d ffff88025ca7bc60 ffff88029b923210
    Aug 18 21:49:07 mainland kernel: ffff88025ca7bfd8 ffff88025ca7bfd8 ffff88025ca7bc70 ffffffff8118492b
    Aug 18 21:49:07 mainland kernel: Call Trace:
    Aug 18 21:49:07 mainland kernel: [<ffffffff811b8955>] lock_flocks+0x15/0x20
    Aug 18 21:49:07 mainland kernel: [<ffffffff811badd2>] locks_remove_flock+0xc2/0x130
    Aug 18 21:49:07 mainland kernel: [<ffffffff81159f6d>] ? kmem_cache_free+0x10d/0x120
    Aug 18 21:49:07 mainland kernel: [<ffffffff8118492b>] ? __d_free+0x4b/0x70
    Aug 18 21:49:07 mainland kernel: [<ffffffff81170764>] fput+0xb4/0x260
    Aug 18 21:49:07 mainland kernel: [<ffffffffa0010e07>] drm_gem_object_release+0x17/0x20 [drm]
    Aug 18 21:49:07 mainland kernel: [<ffffffffa00b3e1d>] radeon_ttm_bo_destroy+0xad/0xd0 [radeon]
    Aug 18 21:49:07 mainland kernel: [<ffffffffa0057b6e>] ttm_bo_release_list+0xae/0xf0 [ttm]
    Aug 18 21:49:07 mainland kernel: [<ffffffffa005881d>] ttm_bo_delayed_delete+0x10d/0x1c0 [ttm]
    Aug 18 21:49:07 mainland kernel: [<ffffffffa00588ef>] ttm_bo_delayed_workqueue+0x1f/0x40 [ttm]
    Aug 18 21:49:07 mainland kernel: [<ffffffff8106d4ba>] process_one_work+0x12a/0x440
    Aug 18 21:49:07 mainland kernel: [<ffffffffa00588d0>] ? ttm_bo_delayed_delete+0x1c0/0x1c0 [ttm]
    Aug 18 21:49:07 mainland kernel: [<ffffffff8106dd1e>] worker_thread+0x12e/0x2d0
    Aug 18 21:49:07 mainland kernel: [<ffffffff8106dbf0>] ? manage_workers.isra.26+0x1f0/0x1f0
    Aug 18 21:49:07 mainland kernel: [<ffffffff810731c3>] kthread+0x93/0xa0
    Aug 18 21:49:07 mainland kernel: [<ffffffff8146d2a4>] kernel_thread_helper+0x4/0x10
    Aug 18 21:49:07 mainland kernel: [<ffffffff81073130>] ? kthread_freezable_should_stop+0x70/0x70
    Aug 18 21:49:07 mainland kernel: [<ffffffff8146d2a0>] ? gs_change+0x13/0x13
    Aug 18 21:49:07 mainland kernel: Code: 48 8b 04 25 f0 c6 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90
    Aug 18 21:49:07 mainland kernel: Call Trace:
    Aug 18 21:49:07 mainland kernel: [<ffffffff811b8955>] lock_flocks+0x15/0x20
    Aug 18 21:49:07 mainland kernel: [<ffffffff811badd2>] locks_remove_flock+0xc2/0x130
    Aug 18 21:49:07 mainland kernel: [<ffffffff81159f6d>] ? kmem_cache_free+0x10d/0x120
    Aug 18 21:49:07 mainland kernel: [<ffffffff8118492b>] ? __d_free+0x4b/0x70
    Aug 18 21:49:07 mainland kernel: [<ffffffff81170764>] fput+0xb4/0x260
    Aug 18 21:49:07 mainland kernel: [<ffffffffa0010e07>] drm_gem_object_release+0x17/0x20 [drm]
    Aug 18 21:49:07 mainland kernel: [<ffffffffa00b3e1d>] radeon_ttm_bo_destroy+0xad/0xd0 [radeon]
    Aug 18 21:49:07 mainland kernel: [<ffffffffa0057b6e>] ttm_bo_release_list+0xae/0xf0 [ttm]
    Aug 18 21:49:07 mainland kernel: [<ffffffffa005881d>] ttm_bo_delayed_delete+0x10d/0x1c0 [ttm]
    Aug 18 21:49:07 mainland kernel: [<ffffffffa00588ef>] ttm_bo_delayed_workqueue+0x1f/0x40 [ttm]
    Aug 18 21:49:07 mainland kernel: [<ffffffff8106d4ba>] process_one_work+0x12a/0x440
    Aug 18 21:49:07 mainland kernel: [<ffffffffa00588d0>] ? ttm_bo_delayed_delete+0x1c0/0x1c0 [ttm]
    Aug 18 21:49:07 mainland kernel: [<ffffffff8106dd1e>] worker_thread+0x12e/0x2d0
    Aug 18 21:49:07 mainland kernel: [<ffffffff8106dbf0>] ? manage_workers.isra.26+0x1f0/0x1f0
    Aug 18 21:49:07 mainland kernel: [<ffffffff810731c3>] kthread+0x93/0xa0
    Aug 18 21:49:07 mainland kernel: [<ffffffff8146d2a4>] kernel_thread_helper+0x4/0x10
    Aug 18 21:49:07 mainland kernel: [<ffffffff81073130>] ? kthread_freezable_should_stop+0x70/0x70
    Aug 18 21:49:07 mainland kernel: [<ffffffff8146d2a0>] ? gs_change+0x13/0x13
    Aug 18 21:49:08 mainland kernel: BUG: soft lockup - CPU#3 stuck for 23s! [kworker/3:2:3797]
    Aug 18 21:49:08 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:08 mainland kernel: CPU 3
    Aug 18 21:49:08 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:08 mainland kernel:
    Aug 18 21:49:08 mainland kernel: Pid: 3797, comm: kworker/3:2 Tainted: G C 3.4.9-1-ARCH #1 /DZ77BH-55K
    Aug 18 21:49:08 mainland kernel: RIP: 0010:[<ffffffff811badeb>] [<ffffffff811badeb>] locks_remove_flock+0xdb/0x130
    Aug 18 21:49:08 mainland kernel: RSP: 0018:ffff880259133c20 EFLAGS: 00000286
    Aug 18 21:49:08 mainland kernel: RAX: ffff88029b923830 RBX: ffff880259133fd8 RCX: ffff8801584c0550
    Aug 18 21:49:08 mainland kernel: RDX: 0000000000000069 RSI: 0000000000000008 RDI: ffffffff81a806fc
    Aug 18 21:49:08 mainland kernel: RBP: ffff880259133cf0 R08: ffffffff81618d40 R09: 0000000000000000
    Aug 18 21:49:08 mainland kernel: R10: ffff88025f179610 R11: 0000000000000000 R12: ffff880259133bf0
    Aug 18 21:49:08 mainland kernel: R13: 0000000100000002 R14: 0000000000000000 R15: 0000000000000297
    Aug 18 21:49:08 mainland kernel: FS: 0000000000000000(0000) GS:ffff88031ecc0000(0000) knlGS:0000000000000000
    Aug 18 21:49:08 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    Aug 18 21:49:08 mainland kernel: CR2: 00007f8507a34000 CR3: 000000000380b000 CR4: 00000000001407e0
    Aug 18 21:49:08 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Aug 18 21:49:08 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Aug 18 21:49:08 mainland kernel: Process kworker/3:2 (pid: 3797, threadinfo ffff880259132000, task ffff88025ae727b0)
    Aug 18 21:49:08 mainland kernel: Stack:
    Aug 18 21:49:08 mainland kernel: ffff880259133c50 ffffffff81159f6d ffff880259133c60 ffff88029ba652d0
    Aug 18 21:49:08 mainland kernel: ffff880259133fd8 ffff880259133fd8 ffff880259133c70 ffffffff8118492b
    Aug 18 21:49:08 mainland kernel: ffff88029ba65240 000000018040002b 0000000059133c90 0000000000000000
    Aug 18 21:49:08 mainland kernel: Call Trace:
    Aug 18 21:49:08 mainland kernel: [<ffffffff81159f6d>] ? kmem_cache_free+0x10d/0x120
    Aug 18 21:49:08 mainland kernel: [<ffffffff8118492b>] ? __d_free+0x4b/0x70
    Aug 18 21:49:08 mainland kernel: [<ffffffff81170764>] fput+0xb4/0x260
    Aug 18 21:49:08 mainland kernel: [<ffffffffa0010e07>] drm_gem_object_release+0x17/0x20 [drm]
    Aug 18 21:49:08 mainland kernel: [<ffffffffa00b3e1d>] radeon_ttm_bo_destroy+0xad/0xd0 [radeon]
    Aug 18 21:49:08 mainland kernel: [<ffffffffa0057b6e>] ttm_bo_release_list+0xae/0xf0 [ttm]
    Aug 18 21:49:08 mainland kernel: [<ffffffffa005881d>] ttm_bo_delayed_delete+0x10d/0x1c0 [ttm]
    Aug 18 21:49:08 mainland kernel: [<ffffffffa00588ef>] ttm_bo_delayed_workqueue+0x1f/0x40 [ttm]
    Aug 18 21:49:08 mainland kernel: [<ffffffff8106d4ba>] process_one_work+0x12a/0x440
    Aug 18 21:49:08 mainland kernel: [<ffffffffa00588d0>] ? ttm_bo_delayed_delete+0x1c0/0x1c0 [ttm]
    Aug 18 21:49:08 mainland kernel: [<ffffffff8106dd1e>] worker_thread+0x12e/0x2d0
    Aug 18 21:49:08 mainland kernel: [<ffffffff8106dbf0>] ? manage_workers.isra.26+0x1f0/0x1f0
    Aug 18 21:49:08 mainland kernel: [<ffffffff810731c3>] kthread+0x93/0xa0
    Aug 18 21:49:08 mainland kernel: [<ffffffff8146d2a4>] kernel_thread_helper+0x4/0x10
    Aug 18 21:49:08 mainland kernel: [<ffffffff81073130>] ? kthread_freezable_should_stop+0x70/0x70
    Aug 18 21:49:08 mainland kernel: [<ffffffff8146d2a0>] ? gs_change+0x13/0x13
    Aug 18 21:49:08 mainland kernel: Code: 85 c0 74 09 48 8d bd 30 ff ff ff ff d0 e8 6e db ff ff 48 81 c3 48 01 00 00 eb 08 0f 1f 44 00 00 48 89 c3 48 8b 03 48 85
    Aug 18 21:49:08 mainland kernel: Call Trace:
    Aug 18 21:49:08 mainland kernel: [<ffffffff81159f6d>] ? kmem_cache_free+0x10d/0x120
    Aug 18 21:49:08 mainland kernel: [<ffffffff8118492b>] ? __d_free+0x4b/0x70
    Aug 18 21:49:08 mainland kernel: [<ffffffff81170764>] fput+0xb4/0x260
    Aug 18 21:49:08 mainland kernel: [<ffffffffa0010e07>] drm_gem_object_release+0x17/0x20 [drm]
    Aug 18 21:49:08 mainland kernel: [<ffffffffa00b3e1d>] radeon_ttm_bo_destroy+0xad/0xd0 [radeon]
    Aug 18 21:49:08 mainland kernel: [<ffffffffa0057b6e>] ttm_bo_release_list+0xae/0xf0 [ttm]
    Aug 18 21:49:08 mainland kernel: [<ffffffffa005881d>] ttm_bo_delayed_delete+0x10d/0x1c0 [ttm]
    Aug 18 21:49:08 mainland kernel: [<ffffffffa00588ef>] ttm_bo_delayed_workqueue+0x1f/0x40 [ttm]
    Aug 18 21:49:08 mainland kernel: [<ffffffff8106d4ba>] process_one_work+0x12a/0x440
    Aug 18 21:49:08 mainland kernel: [<ffffffffa00588d0>] ? ttm_bo_delayed_delete+0x1c0/0x1c0 [ttm]
    Aug 18 21:49:08 mainland kernel: [<ffffffff8106dd1e>] worker_thread+0x12e/0x2d0
    Aug 18 21:49:08 mainland kernel: [<ffffffff8106dbf0>] ? manage_workers.isra.26+0x1f0/0x1f0
    Aug 18 21:49:08 mainland kernel: [<ffffffff810731c3>] kthread+0x93/0xa0
    Aug 18 21:49:08 mainland kernel: [<ffffffff8146d2a4>] kernel_thread_helper+0x4/0x10
    Aug 18 21:49:08 mainland kernel: [<ffffffff81073130>] ? kthread_freezable_should_stop+0x70/0x70
    Aug 18 21:49:08 mainland kernel: [<ffffffff8146d2a0>] ? gs_change+0x13/0x13
    Aug 18 21:49:27 mainland kernel: BUG: soft lockup - CPU#0 stuck for 22s! [firefox:3820]
    Aug 18 21:49:27 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:27 mainland kernel: CPU 0
    Aug 18 21:49:27 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:27 mainland kernel:
    Aug 18 21:49:27 mainland kernel: Pid: 3820, comm: firefox Tainted: G C 3.4.9-1-ARCH #1 /DZ77BH-55K
    Aug 18 21:49:27 mainland kernel: RIP: 0010:[<ffffffff8146ad72>] [<ffffffff8146ad72>] _raw_spin_lock+0x32/0x40
    Aug 18 21:49:27 mainland kernel: RSP: 0018:ffff880157001dd8 EFLAGS: 00000293
    Aug 18 21:49:27 mainland kernel: RAX: 0000000000000069 RBX: 0000000000000001 RCX: 0000000000000000
    Aug 18 21:49:27 mainland kernel: RDX: 000000000000006b RSI: ffffffff816f15a2 RDI: ffffffff81a806fc
    Aug 18 21:49:27 mainland kernel: RBP: ffff880157001dd8 R08: 0000000000016490 R09: ffff8802fd7c8900
    Aug 18 21:49:27 mainland kernel: R10: 0000000000000002 R11: 0000000000000293 R12: 00000000ffffffff
    Aug 18 21:49:27 mainland kernel: R13: 0000000000000000 R14: ffff88030b76c600 R15: 0000000000000000
    Aug 18 21:49:27 mainland kernel: FS: 00007fe462bff700(0000) GS:ffff88031ec00000(0000) knlGS:0000000000000000
    Aug 18 21:49:27 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Aug 18 21:49:27 mainland kernel: CR2: 00007f850dd47000 CR3: 000000025aa34000 CR4: 00000000001407f0
    Aug 18 21:49:27 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Aug 18 21:49:27 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Aug 18 21:49:27 mainland kernel: Process firefox (pid: 3820, threadinfo ffff880157000000, task ffff8802c7cfc770)
    Aug 18 21:49:27 mainland kernel: Stack:
    Aug 18 21:49:27 mainland kernel: ffff880157001de8 ffffffff811b8955 ffff880157001e48 ffffffff811b9465
    Aug 18 21:49:27 mainland kernel: ffff8802c7cfcc00 ffffffff81159e4f ffff8802fd7c8900 0000000000000000
    Aug 18 21:49:27 mainland kernel: ffff880157001e48 ffff8802fd7c8840 0000000000000000 ffff8802c7cfc770
    Aug 18 21:49:27 mainland kernel: Call Trace:
    Aug 18 21:49:27 mainland kernel: [<ffffffff811b8955>] lock_flocks+0x15/0x20
    Aug 18 21:49:27 mainland kernel: [<ffffffff811b9465>] __posix_lock_file+0x45/0x490
    Aug 18 21:49:27 mainland kernel: [<ffffffff81159e4f>] ? kmem_cache_alloc+0x13f/0x150
    Aug 18 21:49:27 mainland kernel: [<ffffffff811b98c6>] posix_lock_file+0x16/0x20
    Aug 18 21:49:27 mainland kernel: [<ffffffff811b9905>] vfs_lock_file+0x35/0x40
    Aug 18 21:49:27 mainland kernel: [<ffffffff811bab47>] fcntl_setlk+0x147/0x310
    Aug 18 21:49:27 mainland kernel: [<ffffffff810aafa2>] ? sys_futex+0x102/0x190
    Aug 18 21:49:27 mainland kernel: [<ffffffff8117fba5>] sys_fcntl+0x135/0x560
    Aug 18 21:49:27 mainland kernel: [<ffffffff8146bfa9>] system_call_fastpath+0x16/0x1b
    Aug 18 21:49:27 mainland kernel: Code: 00 00 65 48 8b 04 25 f0 c6 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00
    Aug 18 21:49:27 mainland kernel: Call Trace:
    Aug 18 21:49:27 mainland kernel: [<ffffffff811b8955>] lock_flocks+0x15/0x20
    Aug 18 21:49:27 mainland kernel: [<ffffffff811b9465>] __posix_lock_file+0x45/0x490
    Aug 18 21:49:27 mainland kernel: [<ffffffff81159e4f>] ? kmem_cache_alloc+0x13f/0x150
    Aug 18 21:49:27 mainland kernel: [<ffffffff811b98c6>] posix_lock_file+0x16/0x20
    Aug 18 21:49:27 mainland kernel: [<ffffffff811b9905>] vfs_lock_file+0x35/0x40
    Aug 18 21:49:27 mainland kernel: [<ffffffff811bab47>] fcntl_setlk+0x147/0x310
    Aug 18 21:49:27 mainland kernel: [<ffffffff810aafa2>] ? sys_futex+0x102/0x190
    Aug 18 21:49:27 mainland kernel: [<ffffffff8117fba5>] sys_fcntl+0x135/0x560
    Aug 18 21:49:27 mainland kernel: [<ffffffff8146bfa9>] system_call_fastpath+0x16/0x1b
    Aug 18 21:49:35 mainland kernel: BUG: soft lockup - CPU#2 stuck for 23s! [kworker/2:2:3406]
    Aug 18 21:49:35 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:35 mainland kernel: CPU 2
    Aug 18 21:49:35 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:35 mainland kernel:
    Aug 18 21:49:35 mainland kernel: Pid: 3406, comm: kworker/2:2 Tainted: G C 3.4.9-1-ARCH #1 /DZ77BH-55K
    Aug 18 21:49:35 mainland kernel: RIP: 0010:[<ffffffff8146ad75>] [<ffffffff8146ad75>] _raw_spin_lock+0x35/0x40
    Aug 18 21:49:35 mainland kernel: RSP: 0018:ffff88025ca7bc00 EFLAGS: 00000297
    Aug 18 21:49:35 mainland kernel: RAX: 0000000000000069 RBX: ffff88031ec8e940 RCX: ffff8801584c0580
    Aug 18 21:49:35 mainland kernel: RDX: 000000000000006a RSI: 0000000000000008 RDI: ffffffff81a806fc
    Aug 18 21:49:35 mainland kernel: RBP: ffff88025ca7bc00 R08: ffffffff81618d40 R09: 0000000000000000
    Aug 18 21:49:35 mainland kernel: R10: ffff8802f3ebcf10 R11: 0000000000000000 R12: ffff88025ca7bbd0
    Aug 18 21:49:35 mainland kernel: R13: 0000000000000000 R14: 0200000000000000 R15: 0000000000000000
    Aug 18 21:49:35 mainland kernel: FS: 0000000000000000(0000) GS:ffff88031ec80000(0000) knlGS:0000000000000000
    Aug 18 21:49:35 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    Aug 18 21:49:35 mainland kernel: CR2: 00007f850dc67000 CR3: 000000000380b000 CR4: 00000000001407e0
    Aug 18 21:49:35 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Aug 18 21:49:35 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Aug 18 21:49:35 mainland kernel: Process kworker/2:2 (pid: 3406, threadinfo ffff88025ca7a000, task ffff8802c7cfdf40)
    Aug 18 21:49:35 mainland kernel: Stack:
    Aug 18 21:49:35 mainland kernel: ffff88025ca7bc10 ffffffff811b8955 ffff88025ca7bcf0 ffffffff811badd2
    Aug 18 21:49:35 mainland kernel: ffff88025ca7bc50 ffffffff81159f6d ffff88025ca7bc60 ffff88029b923210
    Aug 18 21:49:35 mainland kernel: ffff88025ca7bfd8 ffff88025ca7bfd8 ffff88025ca7bc70 ffffffff8118492b
    Aug 18 21:49:35 mainland kernel: Call Trace:
    Aug 18 21:49:35 mainland kernel: [<ffffffff811b8955>] lock_flocks+0x15/0x20
    Aug 18 21:49:35 mainland kernel: [<ffffffff811badd2>] locks_remove_flock+0xc2/0x130
    Aug 18 21:49:35 mainland kernel: [<ffffffff81159f6d>] ? kmem_cache_free+0x10d/0x120
    Aug 18 21:49:35 mainland kernel: [<ffffffff8118492b>] ? __d_free+0x4b/0x70
    Aug 18 21:49:35 mainland kernel: [<ffffffff81170764>] fput+0xb4/0x260
    Aug 18 21:49:35 mainland kernel: [<ffffffffa0010e07>] drm_gem_object_release+0x17/0x20 [drm]
    Aug 18 21:49:35 mainland kernel: [<ffffffffa00b3e1d>] radeon_ttm_bo_destroy+0xad/0xd0 [radeon]
    Aug 18 21:49:35 mainland kernel: [<ffffffffa0057b6e>] ttm_bo_release_list+0xae/0xf0 [ttm]
    Aug 18 21:49:35 mainland kernel: [<ffffffffa005881d>] ttm_bo_delayed_delete+0x10d/0x1c0 [ttm]
    Aug 18 21:49:35 mainland kernel: [<ffffffffa00588ef>] ttm_bo_delayed_workqueue+0x1f/0x40 [ttm]
    Aug 18 21:49:35 mainland kernel: [<ffffffff8106d4ba>] process_one_work+0x12a/0x440
    Aug 18 21:49:35 mainland kernel: [<ffffffffa00588d0>] ? ttm_bo_delayed_delete+0x1c0/0x1c0 [ttm]
    Aug 18 21:49:35 mainland kernel: [<ffffffff8106dd1e>] worker_thread+0x12e/0x2d0
    Aug 18 21:49:35 mainland kernel: [<ffffffff8106dbf0>] ? manage_workers.isra.26+0x1f0/0x1f0
    Aug 18 21:49:35 mainland kernel: [<ffffffff810731c3>] kthread+0x93/0xa0
    Aug 18 21:49:35 mainland kernel: [<ffffffff8146d2a4>] kernel_thread_helper+0x4/0x10
    Aug 18 21:49:35 mainland kernel: [<ffffffff81073130>] ? kthread_freezable_should_stop+0x70/0x70
    Aug 18 21:49:35 mainland kernel: [<ffffffff8146d2a0>] ? gs_change+0x13/0x13
    Aug 18 21:49:35 mainland kernel: Code: 48 8b 04 25 f0 c6 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90
    Aug 18 21:49:35 mainland kernel: Call Trace:
    Aug 18 21:49:35 mainland kernel: [<ffffffff811b8955>] lock_flocks+0x15/0x20
    Aug 18 21:49:35 mainland kernel: [<ffffffff811badd2>] locks_remove_flock+0xc2/0x130
    Aug 18 21:49:35 mainland kernel: [<ffffffff81159f6d>] ? kmem_cache_free+0x10d/0x120
    Aug 18 21:49:35 mainland kernel: [<ffffffff8118492b>] ? __d_free+0x4b/0x70
    Aug 18 21:49:35 mainland kernel: [<ffffffff81170764>] fput+0xb4/0x260
    Aug 18 21:49:35 mainland kernel: [<ffffffffa0010e07>] drm_gem_object_release+0x17/0x20 [drm]
    Aug 18 21:49:35 mainland kernel: [<ffffffffa00b3e1d>] radeon_ttm_bo_destroy+0xad/0xd0 [radeon]
    Aug 18 21:49:35 mainland kernel: [<ffffffffa0057b6e>] ttm_bo_release_list+0xae/0xf0 [ttm]
    Aug 18 21:49:35 mainland kernel: [<ffffffffa005881d>] ttm_bo_delayed_delete+0x10d/0x1c0 [ttm]
    Aug 18 21:49:35 mainland kernel: [<ffffffffa00588ef>] ttm_bo_delayed_workqueue+0x1f/0x40 [ttm]
    Aug 18 21:49:35 mainland kernel: [<ffffffff8106d4ba>] process_one_work+0x12a/0x440
    Aug 18 21:49:35 mainland kernel: [<ffffffffa00588d0>] ? ttm_bo_delayed_delete+0x1c0/0x1c0 [ttm]
    Aug 18 21:49:35 mainland kernel: [<ffffffff8106dd1e>] worker_thread+0x12e/0x2d0
    Aug 18 21:49:35 mainland kernel: [<ffffffff8106dbf0>] ? manage_workers.isra.26+0x1f0/0x1f0
    Aug 18 21:49:35 mainland kernel: [<ffffffff810731c3>] kthread+0x93/0xa0
    Aug 18 21:49:35 mainland kernel: [<ffffffff8146d2a4>] kernel_thread_helper+0x4/0x10
    Aug 18 21:49:35 mainland kernel: [<ffffffff81073130>] ? kthread_freezable_should_stop+0x70/0x70
    Aug 18 21:49:35 mainland kernel: [<ffffffff8146d2a0>] ? gs_change+0x13/0x13
    Aug 18 21:49:36 mainland kernel: BUG: soft lockup - CPU#3 stuck for 23s! [kworker/3:2:3797]
    Aug 18 21:49:36 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:36 mainland kernel: CPU 3
    Aug 18 21:49:36 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:36 mainland kernel:
    Aug 18 21:49:36 mainland kernel: Pid: 3797, comm: kworker/3:2 Tainted: G C 3.4.9-1-ARCH #1 /DZ77BH-55K
    Aug 18 21:49:36 mainland kernel: RIP: 0010:[<ffffffff811badeb>] [<ffffffff811badeb>] locks_remove_flock+0xdb/0x130
    Aug 18 21:49:36 mainland kernel: RSP: 0018:ffff880259133c20 EFLAGS: 00000282
    Aug 18 21:49:36 mainland kernel: RAX: ffff8801584c0698 RBX: ffff880259133fd8 RCX: ffff8801584c0550
    Aug 18 21:49:36 mainland kernel: RDX: 0000000000000069 RSI: 0000000000000008 RDI: ffffffff81a806fc
    Aug 18 21:49:36 mainland kernel: RBP: ffff880259133cf0 R08: ffffffff81618d40 R09: 0000000000000000
    Aug 18 21:49:36 mainland kernel: R10: ffff88025f179610 R11: 0000000000000000 R12: ffff880259133bf0
    Aug 18 21:49:36 mainland kernel: R13: 0000000100000002 R14: 0000000000000000 R15: 0000000000000297
    Aug 18 21:49:36 mainland kernel: FS: 0000000000000000(0000) GS:ffff88031ecc0000(0000) knlGS:0000000000000000
    Aug 18 21:49:36 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    Aug 18 21:49:36 mainland kernel: CR2: 00007f8507a34000 CR3: 000000000380b000 CR4: 00000000001407e0
    Aug 18 21:49:36 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Aug 18 21:49:36 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Aug 18 21:49:36 mainland kernel: Process kworker/3:2 (pid: 3797, threadinfo ffff880259132000, task ffff88025ae727b0)
    Aug 18 21:49:36 mainland kernel: Stack:
    Aug 18 21:49:36 mainland kernel: ffff880259133c50 ffffffff81159f6d ffff880259133c60 ffff88029ba652d0
    Aug 18 21:49:36 mainland kernel: ffff880259133fd8 ffff880259133fd8 ffff880259133c70 ffffffff8118492b
    Aug 18 21:49:36 mainland kernel: ffff88029ba65240 000000018040002b 0000000059133c90 0000000000000000
    Aug 18 21:49:36 mainland kernel: Call Trace:
    Aug 18 21:49:36 mainland kernel: [<ffffffff81159f6d>] ? kmem_cache_free+0x10d/0x120
    Aug 18 21:49:36 mainland kernel: [<ffffffff8118492b>] ? __d_free+0x4b/0x70
    Aug 18 21:49:36 mainland kernel: [<ffffffff81170764>] fput+0xb4/0x260
    Aug 18 21:49:36 mainland kernel: [<ffffffffa0010e07>] drm_gem_object_release+0x17/0x20 [drm]
    Aug 18 21:49:36 mainland kernel: [<ffffffffa00b3e1d>] radeon_ttm_bo_destroy+0xad/0xd0 [radeon]
    Aug 18 21:49:36 mainland kernel: [<ffffffffa0057b6e>] ttm_bo_release_list+0xae/0xf0 [ttm]
    Aug 18 21:49:36 mainland kernel: [<ffffffffa005881d>] ttm_bo_delayed_delete+0x10d/0x1c0 [ttm]
    Aug 18 21:49:36 mainland kernel: [<ffffffffa00588ef>] ttm_bo_delayed_workqueue+0x1f/0x40 [ttm]
    Aug 18 21:49:36 mainland kernel: [<ffffffff8106d4ba>] process_one_work+0x12a/0x440
    Aug 18 21:49:36 mainland kernel: [<ffffffffa00588d0>] ? ttm_bo_delayed_delete+0x1c0/0x1c0 [ttm]
    Aug 18 21:49:36 mainland kernel: [<ffffffff8106dd1e>] worker_thread+0x12e/0x2d0
    Aug 18 21:49:36 mainland kernel: [<ffffffff8106dbf0>] ? manage_workers.isra.26+0x1f0/0x1f0
    Aug 18 21:49:36 mainland kernel: [<ffffffff810731c3>] kthread+0x93/0xa0
    Aug 18 21:49:36 mainland kernel: [<ffffffff8146d2a4>] kernel_thread_helper+0x4/0x10
    Aug 18 21:49:36 mainland kernel: [<ffffffff81073130>] ? kthread_freezable_should_stop+0x70/0x70
    Aug 18 21:49:36 mainland kernel: [<ffffffff8146d2a0>] ? gs_change+0x13/0x13
    Aug 18 21:49:36 mainland kernel: Code: 85 c0 74 09 48 8d bd 30 ff ff ff ff d0 e8 6e db ff ff 48 81 c3 48 01 00 00 eb 08 0f 1f 44 00 00 48 89 c3 48 8b 03 48 85
    Aug 18 21:49:36 mainland kernel: Call Trace:
    Aug 18 21:49:36 mainland kernel: [<ffffffff81159f6d>] ? kmem_cache_free+0x10d/0x120
    Aug 18 21:49:36 mainland kernel: [<ffffffff8118492b>] ? __d_free+0x4b/0x70
    Aug 18 21:49:36 mainland kernel: [<ffffffff81170764>] fput+0xb4/0x260
    Aug 18 21:49:36 mainland kernel: [<ffffffffa0010e07>] drm_gem_object_release+0x17/0x20 [drm]
    Aug 18 21:49:36 mainland kernel: [<ffffffffa00b3e1d>] radeon_ttm_bo_destroy+0xad/0xd0 [radeon]
    Aug 18 21:49:36 mainland kernel: [<ffffffffa0057b6e>] ttm_bo_release_list+0xae/0xf0 [ttm]
    Aug 18 21:49:36 mainland kernel: [<ffffffffa005881d>] ttm_bo_delayed_delete+0x10d/0x1c0 [ttm]
    Aug 18 21:49:36 mainland kernel: [<ffffffffa00588ef>] ttm_bo_delayed_workqueue+0x1f/0x40 [ttm]
    Aug 18 21:49:36 mainland kernel: [<ffffffff8106d4ba>] process_one_work+0x12a/0x440
    Aug 18 21:49:36 mainland kernel: [<ffffffffa00588d0>] ? ttm_bo_delayed_delete+0x1c0/0x1c0 [ttm]
    Aug 18 21:49:36 mainland kernel: [<ffffffff8106dd1e>] worker_thread+0x12e/0x2d0
    Aug 18 21:49:36 mainland kernel: [<ffffffff8106dbf0>] ? manage_workers.isra.26+0x1f0/0x1f0
    Aug 18 21:49:36 mainland kernel: [<ffffffff810731c3>] kthread+0x93/0xa0
    Aug 18 21:49:36 mainland kernel: [<ffffffff8146d2a4>] kernel_thread_helper+0x4/0x10
    Aug 18 21:49:36 mainland kernel: [<ffffffff81073130>] ? kthread_freezable_should_stop+0x70/0x70
    Aug 18 21:49:36 mainland kernel: [<ffffffff8146d2a0>] ? gs_change+0x13/0x13
    Aug 18 21:49:36 mainland kernel: BUG: soft lockup - CPU#6 stuck for 22s! [firefox:3805]
    Aug 18 21:49:36 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:36 mainland kernel: CPU 6
    Aug 18 21:49:36 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:36 mainland kernel:
    Aug 18 21:49:36 mainland kernel: Pid: 3805, comm: firefox Tainted: G C 3.4.9-1-ARCH #1 /DZ77BH-55K
    Aug 18 21:49:36 mainland kernel: RIP: 0010:[<ffffffff8146ad75>] [<ffffffff8146ad75>] _raw_spin_lock+0x35/0x40
    Aug 18 21:49:36 mainland kernel: RSP: 0018:ffff8802f433fdd8 EFLAGS: 00000293
    Aug 18 21:49:36 mainland kernel: RAX: 0000000000000069 RBX: 0000000000000000 RCX: 0000000000000000
    Aug 18 21:49:36 mainland kernel: RDX: 000000000000006c RSI: ffffffff816f15a2 RDI: ffffffff81a806fc
    Aug 18 21:49:36 mainland kernel: RBP: ffff8802f433fdd8 R08: 0000000000016490 R09: ffff8802bde4ef00
    Aug 18 21:49:36 mainland kernel: R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
    Aug 18 21:49:36 mainland kernel: R13: ffff8802f433e000 R14: ffffffff81132ceb R15: ffff8802f433fdf8
    Aug 18 21:49:36 mainland kernel: FS: 00007fe47e1a7740(0000) GS:ffff88031ed80000(0000) knlGS:0000000000000000
    Aug 18 21:49:36 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Aug 18 21:49:36 mainland kernel: CR2: 00007fe4583c1000 CR3: 000000025aa34000 CR4: 00000000001407e0
    Aug 18 21:49:36 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Aug 18 21:49:36 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Aug 18 21:49:36 mainland kernel: Process firefox (pid: 3805, threadinfo ffff8802f433e000, task ffff8802c7cf8000)
    Aug 18 21:49:36 mainland kernel: Stack:
    Aug 18 21:49:36 mainland kernel: ffff8802f433fde8 ffffffff811b8955 ffff8802f433fe48 ffffffff811b9465
    Aug 18 21:49:36 mainland kernel: ffff8802f433fe38 ffffffff81159e4f ffff8802bde4ef00 00007fe4583c1000
    Aug 18 21:49:36 mainland kernel: 0000000000000029 ffff8802bde4ec00 0000000000000000 ffff8802c7cf8000
    Aug 18 21:49:36 mainland kernel: Call Trace:
    Aug 18 21:49:36 mainland kernel: [<ffffffff811b8955>] lock_flocks+0x15/0x20
    Aug 18 21:49:36 mainland kernel: [<ffffffff811b9465>] __posix_lock_file+0x45/0x490
    Aug 18 21:49:36 mainland kernel: [<ffffffff81159e4f>] ? kmem_cache_alloc+0x13f/0x150
    Aug 18 21:49:36 mainland kernel: [<ffffffff811b98c6>] posix_lock_file+0x16/0x20
    Aug 18 21:49:36 mainland kernel: [<ffffffff811b9905>] vfs_lock_file+0x35/0x40
    Aug 18 21:49:36 mainland kernel: [<ffffffff811bab47>] fcntl_setlk+0x147/0x310
    Aug 18 21:49:36 mainland kernel: [<ffffffff8117fba5>] sys_fcntl+0x135/0x560
    Aug 18 21:49:36 mainland kernel: [<ffffffff8146bfa9>] system_call_fastpath+0x16/0x1b
    Aug 18 21:49:36 mainland kernel: Code: 48 8b 04 25 f0 c6 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00 00 f3 90
    Aug 18 21:49:36 mainland kernel: Call Trace:
    Aug 18 21:49:36 mainland kernel: [<ffffffff811b8955>] lock_flocks+0x15/0x20
    Aug 18 21:49:36 mainland kernel: [<ffffffff811b9465>] __posix_lock_file+0x45/0x490
    Aug 18 21:49:36 mainland kernel: [<ffffffff81159e4f>] ? kmem_cache_alloc+0x13f/0x150
    Aug 18 21:49:36 mainland kernel: [<ffffffff811b98c6>] posix_lock_file+0x16/0x20
    Aug 18 21:49:36 mainland kernel: [<ffffffff811b9905>] vfs_lock_file+0x35/0x40
    Aug 18 21:49:36 mainland kernel: [<ffffffff811bab47>] fcntl_setlk+0x147/0x310
    Aug 18 21:49:36 mainland kernel: [<ffffffff8117fba5>] sys_fcntl+0x135/0x560
    Aug 18 21:49:36 mainland kernel: [<ffffffff8146bfa9>] system_call_fastpath+0x16/0x1b
    Aug 18 21:49:55 mainland kernel: BUG: soft lockup - CPU#0 stuck for 22s! [firefox:3820]
    Aug 18 21:49:55 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:55 mainland kernel: CPU 0
    Aug 18 21:49:55 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:49:55 mainland kernel:
    Aug 18 21:49:55 mainland kernel: Pid: 3820, comm: firefox Tainted: G C 3.4.9-1-ARCH #1 /DZ77BH-55K
    Aug 18 21:49:55 mainland kernel: RIP: 0010:[<ffffffff8146ad72>] [<ffffffff8146ad72>] _raw_spin_lock+0x32/0x40
    Aug 18 21:49:55 mainland kernel: RSP: 0018:ffff880157001dd8 EFLAGS: 00000293
    Aug 18 21:49:55 mainland kernel: RAX: 0000000000000069 RBX: 0000000000000001 RCX: 0000000000000000
    Aug 18 21:49:55 mainland kernel: RDX: 000000000000006b RSI: ffffffff816f15a2 RDI: ffffffff81a806fc
    Aug 18 21:49:55 mainland kernel: RBP: ffff880157001dd8 R08: 0000000000016490 R09: ffff8802fd7c8900
    Aug 18 21:49:55 mainland kernel: R10: 0000000000000002 R11: 0000000000000293 R12: 00000000ffffffff
    Aug 18 21:49:55 mainland kernel: R13: 0000000000000000 R14: ffff88030b76c600 R15: 0000000000000000
    Aug 18 21:49:55 mainland kernel: FS: 00007fe462bff700(0000) GS:ffff88031ec00000(0000) knlGS:0000000000000000
    Aug 18 21:49:55 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Aug 18 21:49:55 mainland kernel: CR2: 00007f850dd47000 CR3: 000000025aa34000 CR4: 00000000001407f0
    Aug 18 21:49:55 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Aug 18 21:49:55 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Aug 18 21:49:55 mainland kernel: Process firefox (pid: 3820, threadinfo ffff880157000000, task ffff8802c7cfc770)
    Aug 18 21:49:55 mainland kernel: Stack:
    Aug 18 21:49:55 mainland kernel: ffff880157001de8 ffffffff811b8955 ffff880157001e48 ffffffff811b9465
    Aug 18 21:49:55 mainland kernel: ffff8802c7cfcc00 ffffffff81159e4f ffff8802fd7c8900 0000000000000000
    Aug 18 21:49:55 mainland kernel: ffff880157001e48 ffff8802fd7c8840 0000000000000000 ffff8802c7cfc770
    Aug 18 21:49:55 mainland kernel: Call Trace:
    Aug 18 21:49:55 mainland kernel: [<ffffffff811b8955>] lock_flocks+0x15/0x20
    Aug 18 21:49:55 mainland kernel: [<ffffffff811b9465>] __posix_lock_file+0x45/0x490
    Aug 18 21:49:55 mainland kernel: [<ffffffff81159e4f>] ? kmem_cache_alloc+0x13f/0x150
    Aug 18 21:49:55 mainland kernel: [<ffffffff811b98c6>] posix_lock_file+0x16/0x20
    Aug 18 21:49:55 mainland kernel: [<ffffffff811b9905>] vfs_lock_file+0x35/0x40
    Aug 18 21:49:55 mainland kernel: [<ffffffff811bab47>] fcntl_setlk+0x147/0x310
    Aug 18 21:49:55 mainland kernel: [<ffffffff810aafa2>] ? sys_futex+0x102/0x190
    Aug 18 21:49:55 mainland kernel: [<ffffffff8117fba5>] sys_fcntl+0x135/0x560
    Aug 18 21:49:55 mainland kernel: [<ffffffff8146bfa9>] system_call_fastpath+0x16/0x1b
    Aug 18 21:49:55 mainland kernel: Code: 00 00 65 48 8b 04 25 f0 c6 00 00 83 80 44 e0 ff ff 01 b8 00 01 00 00 f0 66 0f c1 07 0f b6 d4 38 c2 74 0f 66 0f 1f 44 00
    Aug 18 21:49:55 mainland kernel: Call Trace:
    Aug 18 21:49:55 mainland kernel: [<ffffffff811b8955>] lock_flocks+0x15/0x20
    Aug 18 21:49:55 mainland kernel: [<ffffffff811b9465>] __posix_lock_file+0x45/0x490
    Aug 18 21:49:55 mainland kernel: [<ffffffff81159e4f>] ? kmem_cache_alloc+0x13f/0x150
    Aug 18 21:49:55 mainland kernel: [<ffffffff811b98c6>] posix_lock_file+0x16/0x20
    Aug 18 21:49:55 mainland kernel: [<ffffffff811b9905>] vfs_lock_file+0x35/0x40
    Aug 18 21:49:55 mainland kernel: [<ffffffff811bab47>] fcntl_setlk+0x147/0x310
    Aug 18 21:49:55 mainland kernel: [<ffffffff810aafa2>] ? sys_futex+0x102/0x190
    Aug 18 21:49:55 mainland kernel: [<ffffffff8117fba5>] sys_fcntl+0x135/0x560
    Aug 18 21:49:55 mainland kernel: [<ffffffff8146bfa9>] system_call_fastpath+0x16/0x1b
    Aug 18 21:50:03 mainland kernel: BUG: soft lockup - CPU#2 stuck for 23s! [kworker/2:2:3406]
    Aug 18 21:50:03 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:50:03 mainland kernel: CPU 2
    Aug 18 21:50:03 mainland kernel: Modules linked in: fuse w83627ehf hwmon_vid nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_realtek microcode aesni_intel
    Aug 18 21:50:03 mainland kernel:
    Aug 18 21:50:03 mainland kernel: Pid: 3406, comm: kworker/2:2 Tainted: G C 3.4.9-1-ARCH #1 /DZ77BH-55K
    Aug 18 21:50:03 mainland kernel: RIP: 0010:[<ffffffff8146ad72>] [<ffffffff8146ad72>] _raw_spin_lock+0x32/0x40
    Aug 18 21:50:03 mainland kernel: RSP: 0018:ffff88025ca7bc00 EFLAGS: 00000297
    Aug 18 21:50:03 mainland kernel: RAX: 0000000000000069 RBX: ffff88031ec8e940 RCX: ffff8801584c0580
    Aug 18 21:50:03 mainland kernel: RDX: 000000000000006a RSI: 0000000000000008 RDI: ffffffff81a806fc
    Aug 18 21:50:03 mainland kernel: RBP: ffff88025ca7bc00 R08: ffffffff81618d40 R09: 0000000000000000
    Aug 18 21:50:03 mainland kernel: R10: ffff8802f3ebcf10 R11: 0000000000000000 R12: ffff88025ca7bbd0
    Aug 18 21:50:03 mainland kernel: R13: 0000000000000000 R14: 0200000000000000 R15: 0000000000000000
    Aug 18 21:50:03 mainland kernel: FS: 0000000000000000(0000) GS:ffff88031ec80000(0000) knlGS:0000000000000000
    Aug 18 21:50:03 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    Aug 18 21:50:03 mainland kernel: CR2: 00007f850dc67000 CR3: 000000000380b000 CR4: 00000000001407e0
    Aug 18 21:50:03 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Aug 18 21:50:03 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Aug 18 21:50:03 mainland kernel: Process kworker/2:2 (pid: 3406, threadinfo ffff88025ca7a000, task ffff8802c7cfdf40)
    Aug 18 21:50:03 mainland kernel: Stack:
    Aug 18 21:50:03 mainland kernel: ffff88025ca7bc10 ffffffff811b8955 ffff88025ca7bcf0 ffffffff811badd2
    Aug 18 21:50:03 mainland kernel: ffff88025ca7bc50 ffffffff81159f6d ffff88025ca7bc60 ffff88029b923210
    Aug 18 21:50:03 mainland kernel: ffff88025ca7bfd8 ffff88025ca7bfd8 ffff88025ca7bc70 ffffffff8118492b
    Aug 18 21:50:03 mainland kernel: Call Trace:
    Aug 18 21:50:03 mainland kernel: [<ffffffff811b8955>] lock_flocks+0x15/0x20
    Aug 18 21:50:03 mainland kernel: [<ffffffff811badd2>] locks_remove_flock+0xc2/0x130
    Any ideas and anything i can do?
    Last edited by 89c51 (2012-08-31 20:26:13)

    Sorry for bumping but i got this beauty some minutes ago.
    Sep 20 20:13:00 mainland dbus[378]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.0" (uid=0 pid=376 comm="/usr/lib/systemd/systemd-logind ") interface="(unset)" me
    Sep 20 22:35:53 mainland kernel: general protection fault: 0000 [#1] PREEMPT SMP
    Sep 20 22:35:53 mainland kernel: CPU 2
    Sep 20 22:35:53 mainland kernel: Modules linked in:
    Sep 20 22:35:53 mainland kernel: fuse w83627ehf hwmon_vid snd_hda_codec_hdmi snd_hda_codec_realtek iTCO_wdt iTCO_vendor_support hid_logitech_dj nls_cp437 vfat fat hid_generic usbhid hid microcode ae
    Sep 20 22:35:53 mainland kernel:
    Sep 20 22:35:53 mainland kernel: Pid: 402, comm: Xorg Not tainted 3.5.4-1-ARCH #1 /DZ77BH-55K
    Sep 20 22:35:53 mainland kernel: RIP: 0010:[<ffffffff811643fb>] [<ffffffff811643fb>] kmem_cache_alloc_trace+0x4b/0x150
    Sep 20 22:35:53 mainland kernel: RSP: 0018:ffff8803009898c8 EFLAGS: 00010286
    Sep 20 22:35:53 mainland kernel: RAX: 0000000000000000 RBX: 0000000000000002 RCX: 00000000465a5002
    Sep 20 22:35:53 mainland kernel: RDX: 00000000465a4fc2 RSI: 00000000000000d0 RDI: ffffffffa0064871
    Sep 20 22:35:53 mainland kernel: RBP: ffff880300989908 R08: 0000000000016710 R09: 00000000001c0217
    Sep 20 22:35:53 mainland kernel: R10: 0000000000000002 R11: ffffffffa00649a8 R12: 00000000000000d0
    Sep 20 22:35:53 mainland kernel: R13: ff333333ff333333 R14: ffff880312002700 R15: ffff88030d1143c0
    Sep 20 22:35:53 mainland kernel: FS: 00007f7f13315880(0000) GS:ffff88031ec80000(0000) knlGS:0000000000000000
    Sep 20 22:35:53 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Sep 20 22:35:53 mainland kernel: CR2: 00007f7f0b5d1000 CR3: 000000030092a000 CR4: 00000000001407e0
    Sep 20 22:35:53 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Sep 20 22:35:53 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Sep 20 22:35:53 mainland kernel: Process Xorg (pid: 402, threadinfo ffff880300988000, task ffff88030a1e1020)
    Sep 20 22:35:53 mainland kernel: Stack:
    Sep 20 22:35:53 mainland kernel: 00000000000200d0 0000000000000028 ffff880300989908 0000000000000002
    Sep 20 22:35:53 mainland kernel: 0000000000000002 ffff88016733c4c0 ffff88025307ca00 ffff88030d1143c0
    Sep 20 22:35:53 mainland kernel: ffff8803009899f8 ffffffffa0064871 ffff880300989938 ffffffff8114b9db
    Sep 20 22:35:53 mainland kernel: Call Trace:
    Sep 20 22:35:53 mainland kernel: [<ffffffffa0064871>] ttm_dma_populate+0x551/0x990 [ttm]
    Sep 20 22:35:53 mainland kernel: [<ffffffff8114b9db>] ? insert_vmalloc_vmlist+0x6b/0x80
    Sep 20 22:35:53 mainland kernel: [<ffffffff8114e505>] ? __vmalloc_node+0x35/0x40
    Sep 20 22:35:53 mainland kernel: [<ffffffffa00b68df>] radeon_ttm_tt_populate+0x22f/0x260 [radeon]
    Sep 20 22:35:53 mainland kernel: [<ffffffffa00b699c>] ? radeon_ttm_tt_create+0x8c/0x100 [radeon]
    Sep 20 22:35:53 mainland kernel: [<ffffffffa005b0be>] ttm_tt_bind+0x3e/0x70 [ttm]
    Sep 20 22:35:53 mainland kernel: [<ffffffffa005d387>] ttm_bo_handle_move_mem+0x507/0x590 [ttm]
    Sep 20 22:35:53 mainland kernel: [<ffffffff811926e7>] ? inode_init_always+0x107/0x1d0
    Sep 20 22:35:53 mainland kernel: [<ffffffffa005e392>] ttm_bo_move_buffer+0x142/0x150 [ttm]
    Sep 20 22:35:53 mainland kernel: [<ffffffffa005e43d>] ttm_bo_validate+0x9d/0x120 [ttm]
    Sep 20 22:35:53 mainland kernel: [<ffffffffa005e7cf>] ttm_bo_init+0x30f/0x3e0 [ttm]
    Sep 20 22:35:53 mainland kernel: [<ffffffffa00b75c6>] radeon_bo_create+0x1b6/0x300 [radeon]
    Sep 20 22:35:53 mainland kernel: [<ffffffffa00b7290>] ? radeon_bo_clear_va+0xd0/0xd0 [radeon]
    Sep 20 22:35:53 mainland kernel: [<ffffffffa00c9491>] radeon_gem_object_create+0x61/0x100 [radeon]
    Sep 20 22:35:53 mainland kernel: [<ffffffffa00c989a>] radeon_gem_create_ioctl+0x5a/0xf0 [radeon]
    Sep 20 22:35:53 mainland kernel: [<ffffffff8147b83e>] ? mutex_unlock+0xe/0x10
    Sep 20 22:35:53 mainland kernel: [<ffffffffa00c9b18>] ? radeon_gem_busy_ioctl+0x98/0x110 [radeon]
    Sep 20 22:35:53 mainland kernel: [<ffffffffa00104f3>] drm_ioctl+0x4c3/0x570 [drm]
    Sep 20 22:35:53 mainland kernel: [<ffffffffa00c9840>] ? radeon_gem_pwrite_ioctl+0x30/0x30 [radeon]
    Sep 20 22:35:53 mainland kernel: [<ffffffff814815c4>] ? do_page_fault+0x2c4/0x580
    Sep 20 22:35:53 mainland kernel: [<ffffffff811463ed>] ? do_mmap_pgoff+0x24d/0x340
    Sep 20 22:35:53 mainland kernel: [<ffffffff8118aad7>] do_vfs_ioctl+0x97/0x530
    Sep 20 22:35:53 mainland kernel: [<ffffffff8118b009>] sys_ioctl+0x99/0xa0
    Sep 20 22:35:53 mainland kernel: [<ffffffff814853ed>] system_call_fastpath+0x1a/0x1f
    Sep 20 22:35:53 mainland kernel: Code: 48 89 55 c8 49 8b 06 65 48 03 04 25 e0 db 00 00 48 8b 50 08 4c 8b 28 4d 85 ed 0f 84 c7 00 00 00 49 63 46 20 4d 8b 06 48 8d 4a 40 <49> 8b 5c 05 00 4c 89 e8 65 49
    Sep 20 22:35:53 mainland kernel: RIP [<ffffffff811643fb>] kmem_cache_alloc_trace+0x4b/0x150
    Sep 20 22:35:53 mainland kernel: RSP <ffff8803009898c8>
    Sep 20 22:35:53 mainland kernel: ---[ end trace 6841e94d0f65e4c5 ]---
    Sep 20 22:36:11 mainland kernel: general protection fault: 0000 [#2] PREEMPT SMP
    Sep 20 22:36:11 mainland kernel: CPU 2
    Sep 20 22:36:11 mainland kernel: Modules linked in:
    Sep 20 22:36:11 mainland kernel: fuse w83627ehf hwmon_vid snd_hda_codec_hdmi snd_hda_codec_realtek iTCO_wdt iTCO_vendor_support hid_logitech_dj nls_cp437 vfat fat hid_generic usbhid hid microcode ae
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: Pid: 378, comm: dbus-daemon Tainted: G D 3.5.4-1-ARCH #1 /DZ77BH-55K
    Sep 20 22:36:11 mainland avahi-daemon[371]: Disconnected from D-Bus, exiting.
    Sep 20 22:36:11 mainland avahi-daemon[371]: Got SIGTERM, quitting.
    Sep 20 22:36:11 mainland avahi-daemon[371]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.1.2.
    Sep 20 22:36:11 mainland NetworkManager[364]: <warn> disconnected by the system bus.
    Sep 20 22:36:11 mainland rtkit-daemon[567]: Exiting cleanly.
    Sep 20 22:36:11 mainland rtkit-daemon[567]: Demoting known real-time threads.
    Sep 20 22:36:11 mainland rtkit-daemon[567]: Successfully demoted thread 699 of process 699 (/usr/bin/pulseaudio).
    Sep 20 22:36:11 mainland rtkit-daemon[567]: Successfully demoted thread 598 of process 565 (/usr/bin/pulseaudio).
    Sep 20 22:36:11 mainland rtkit-daemon[567]: Successfully demoted thread 597 of process 565 (/usr/bin/pulseaudio).
    Sep 20 22:36:11 mainland rtkit-daemon[567]: Successfully demoted thread 593 of process 565 (/usr/bin/pulseaudio).
    Sep 20 22:36:11 mainland rtkit-daemon[567]: Successfully demoted thread 565 of process 565 (/usr/bin/pulseaudio).
    Sep 20 22:36:11 mainland rtkit-daemon[567]: Demoted 5 threads.
    Sep 20 22:36:11 mainland rtkit-daemon[567]: Exiting watchdog thread.
    Sep 20 22:36:11 mainland rtkit-daemon[567]: Exiting canary thread.
    Sep 20 22:36:11 mainland avahi-daemon[371]: avahi-daemon 0.6.31 exiting.
    Sep 20 22:36:11 mainland gdm-simple-slave[399]: WARNING: Child process 611 was already dead.
    Sep 20 22:36:11 mainland gdm-simple-slave[399]: WARNING: Unable to kill session worker process
    Sep 20 22:36:11 mainland kernel: RIP: 0010:[<ffffffff811643fb>] [<ffffffff811643fb>] kmem_cache_alloc_trace+0x4b/0x150
    Sep 20 22:36:11 mainland NetworkManager[364]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Sep 20 22:36:11 mainland colord[709]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Sep 20 22:36:11 mainland colord-sane[721]: Failed cupsGetDevices
    Sep 20 22:36:11 mainland colord-sane[721]: Failed cupsGetDevices
    Sep 20 22:36:11 mainland colord-sane[721]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Sep 20 22:36:11 mainland accounts-daemon[427]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Sep 20 22:36:11 mainland systemd[1]: upower.service: main process exited, code=exited, status=1
    Sep 20 22:36:11 mainland console-kit-daemon[430]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting
    Sep 20 22:36:11 mainland kernel: RSP: 0018:ffff88030b555de8 EFLAGS: 00010286
    Sep 20 22:36:11 mainland kernel: RAX: 0000000000000000 RBX: ffff88030afdf3b0 RCX: 00000000465a5002
    Sep 20 22:36:11 mainland kernel: RDX: 00000000465a4fc2 RSI: 00000000000080d0 RDI: ffffffffa022144d
    Sep 20 22:36:11 mainland kernel: RBP: ffff88030b555e28 R08: 0000000000016710 R09: 2222222222222222
    Sep 20 22:36:11 mainland kernel: R10: 0000000000000000 R11: 0000000000000000 R12: 00000000000080d0
    Sep 20 22:36:11 mainland kernel: R13: ff333333ff333333 R14: ffff880312002700 R15: ffff88030a101d00
    Sep 20 22:36:11 mainland kernel: FS: 00007f8e02dec700(0000) GS:ffff88031ec80000(0000) knlGS:0000000000000000
    Sep 20 22:36:11 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Sep 20 22:36:11 mainland kernel: CR2: 00007f7f0b5d1000 CR3: 000000030c2bf000 CR4: 00000000001407e0
    Sep 20 22:36:11 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Sep 20 22:36:11 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Sep 20 22:36:11 mainland kernel: Process dbus-daemon (pid: 378, threadinfo ffff88030b554000, task ffff88030a1e2850)
    Sep 20 22:36:11 mainland kernel: Stack:
    Sep 20 22:36:11 mainland kernel: ffff88030bc66020 0000000000000030 ffff88030b555e08 ffff88030afdf3b0
    Sep 20 22:36:11 mainland kernel: ffff88030afdf3b0 0000000000000000 ffff88030a06a000 ffff88030a101d00
    Sep 20 22:36:11 mainland kernel: ffff88030b555ed8 ffffffffa022144d ffff88030b555eb8 ffffffff8147b116
    Sep 20 22:36:11 mainland kernel: Call Trace:
    Sep 20 22:36:11 mainland kernel: [<ffffffffa022144d>] ext4_readdir+0x68d/0x7c0 [ext4]
    Sep 20 22:36:11 mainland kernel: [<ffffffff8147b116>] ? __mutex_lock_killable_slowpath+0x266/0x3f0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8118b010>] ? sys_ioctl+0xa0/0xa0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8118b010>] ? sys_ioctl+0xa0/0xa0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8118b010>] ? sys_ioctl+0xa0/0xa0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8118b358>] vfs_readdir+0xb8/0xe0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8118b480>] sys_getdents+0x80/0x100
    Sep 20 22:36:11 mainland kernel: [<ffffffff814853ed>] system_call_fastpath+0x1a/0x1f
    Sep 20 22:36:11 mainland kernel: Code: 48 89 55 c8 49 8b 06 65 48 03 04 25 e0 db 00 00 48 8b 50 08 4c 8b 28 4d 85 ed 0f 84 c7 00 00 00 49 63 46 20 4d 8b 06 48 8d 4a 40 <49> 8b 5c 05 00 4c 89 e8 65 49
    Sep 20 22:36:11 mainland kernel: RIP [<ffffffff811643fb>] kmem_cache_alloc_trace+0x4b/0x150
    Sep 20 22:36:11 mainland kernel: RSP <ffff88030b555de8>
    Sep 20 22:36:11 mainland kernel: ---[ end trace 6841e94d0f65e4c6 ]---
    Sep 20 22:36:11 mainland kernel: general protection fault: 0000 [#3] PREEMPT SMP
    Sep 20 22:36:11 mainland kernel: CPU 2
    Sep 20 22:36:11 mainland kernel: Modules linked in:
    Sep 20 22:36:11 mainland kernel: fuse w83627ehf hwmon_vid snd_hda_codec_hdmi snd_hda_codec_realtek iTCO_wdt iTCO_vendor_support hid_logitech_dj nls_cp437 vfat fat hid_generic usbhid hid microcode ae
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: Pid: 719, comm: gdbus Tainted: G D 3.5.4-1-ARCH #1
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: /DZ77BH-55K
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: RIP: 0010:[<ffffffff811643fb>]
    Sep 20 22:36:11 mainland kernel: [<ffffffff811643fb>] kmem_cache_alloc_trace+0x4b/0x150
    Sep 20 22:36:11 mainland kernel: RSP: 0018:ffff8802fb3f5eb8 EFLAGS: 00010286
    Sep 20 22:36:11 mainland kernel: RAX: 0000000000000000 RBX: 0000000000000012 RCX: 00000000465a5002
    Sep 20 22:36:11 mainland kernel: RDX: 00000000465a4fc2 RSI: 00000000000000d0 RDI: ffffffff811bfeb9
    Sep 20 22:36:11 mainland kernel: RBP: ffff8802fb3f5ef8 R08: 0000000000016710 R09: 0000000000000000
    Sep 20 22:36:11 mainland kernel: R10: 00000000fffffff0 R11: 0000000000000246 R12: 00000000000000d0
    Sep 20 22:36:11 mainland kernel: R13: ff333333ff333333 R14: ffff880312002700 R15: 00007f7ac4001e00
    Sep 20 22:36:11 mainland kernel: FS: 00007f7ac8926700(0000) GS:ffff88031ec80000(0000) knlGS:0000000000000000
    Sep 20 22:36:11 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Sep 20 22:36:11 mainland kernel: CR2: 000000000162c580 CR3: 0000000300a56000 CR4: 00000000001407e0
    Sep 20 22:36:11 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Sep 20 22:36:11 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Sep 20 22:36:11 mainland kernel: Process gdbus (pid: 719, threadinfo ffff8802fb3f4000, task ffff8802fe331020)
    Sep 20 22:36:11 mainland kernel: Stack:
    Sep 20 22:36:11 mainland kernel: 0000000000000000
    Sep 20 22:36:11 mainland kernel: 0000000000000030
    Sep 20 22:36:11 mainland kernel: 0000000000000000
    Sep 20 22:36:11 mainland kernel: 0000000000000012
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: 0000000000080800
    Sep 20 22:36:11 mainland kernel: 0000000000000000
    Sep 20 22:36:11 mainland kernel: 00007f7ac4005b80
    Sep 20 22:36:11 mainland kernel: 00007f7ac4001e00
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: ffff8802fb3f5f38
    Sep 20 22:36:11 mainland kernel: ffffffff811bfeb9
    Sep 20 22:36:11 mainland kernel: 00007f7ac89259a8
    Sep 20 22:36:11 mainland kernel: 0000000000dfda80
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: Call Trace:
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: [<ffffffff811bfeb9>] eventfd_file_create+0x49/0xe0
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: [<ffffffff811bff8d>] sys_eventfd2+0x3d/0x80
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: [<ffffffff814853ed>] system_call_fastpath+0x1a/0x1f
    Sep 20 22:36:11 mainland kernel: Code:
    Sep 20 22:36:11 mainland kernel: 48
    Sep 20 22:36:11 mainland kernel: 89
    Sep 20 22:36:11 mainland kernel: 55
    Sep 20 22:36:11 mainland kernel: c8
    Sep 20 22:36:11 mainland kernel: 49
    Sep 20 22:36:11 mainland kernel: 8b
    Sep 20 22:36:11 mainland kernel: 06
    Sep 20 22:36:11 mainland kernel: 65
    Sep 20 22:36:11 mainland kernel: 48
    Sep 20 22:36:11 mainland kernel: 03
    Sep 20 22:36:11 mainland kernel: 04
    Sep 20 22:36:11 mainland kernel: 25
    Sep 20 22:36:11 mainland kernel: e0
    Sep 20 22:36:11 mainland kernel: db
    Sep 20 22:36:11 mainland kernel: 00
    Sep 20 22:36:11 mainland kernel: 00
    Sep 20 22:36:11 mainland kernel: 48
    Sep 20 22:36:11 mainland kernel: 8b
    Sep 20 22:36:11 mainland kernel: 50
    Sep 20 22:36:11 mainland kernel: 08
    Sep 20 22:36:11 mainland kernel: 4c
    Sep 20 22:36:11 mainland kernel: 8b
    Sep 20 22:36:11 mainland kernel: 28
    Sep 20 22:36:11 mainland kernel: 4d
    Sep 20 22:36:11 mainland kernel: 85
    Sep 20 22:36:11 mainland kernel: ed
    Sep 20 22:36:11 mainland kernel: 0f
    Sep 20 22:36:11 mainland kernel: 84
    Sep 20 22:36:11 mainland kernel: c7
    Sep 20 22:36:11 mainland kernel: 00
    Sep 20 22:36:11 mainland kernel: 00
    Sep 20 22:36:11 mainland kernel: 00
    Sep 20 22:36:11 mainland kernel: 49
    Sep 20 22:36:11 mainland kernel: 63
    Sep 20 22:36:11 mainland kernel: 46
    Sep 20 22:36:11 mainland kernel: 20
    Sep 20 22:36:11 mainland kernel: 4d
    Sep 20 22:36:11 mainland kernel: 8b
    Sep 20 22:36:11 mainland kernel: 06
    Sep 20 22:36:11 mainland kernel: 48
    Sep 20 22:36:11 mainland kernel: 8d
    Sep 20 22:36:11 mainland kernel: 4a
    Sep 20 22:36:11 mainland kernel: 40
    Sep 20 22:36:11 mainland kernel: <49>
    Sep 20 22:36:11 mainland kernel: 8b
    Sep 20 22:36:11 mainland kernel: 5c
    Sep 20 22:36:11 mainland kernel: 05
    Sep 20 22:36:11 mainland kernel: 00
    Sep 20 22:36:11 mainland kernel: 4c
    Sep 20 22:36:11 mainland kernel: 89
    Sep 20 22:36:11 mainland kernel: e8
    Sep 20 22:36:11 mainland kernel: 65
    Sep 20 22:36:11 mainland kernel: 49
    Sep 20 22:36:11 mainland kernel: 0f
    Sep 20 22:36:11 mainland kernel: c7
    Sep 20 22:36:11 mainland kernel: 08
    Sep 20 22:36:11 mainland kernel: 0f
    Sep 20 22:36:11 mainland kernel: 94
    Sep 20 22:36:11 mainland kernel: c0
    Sep 20 22:36:11 mainland kernel: 84
    Sep 20 22:36:11 mainland kernel: c0
    Sep 20 22:36:11 mainland kernel: 74
    Sep 20 22:36:11 mainland kernel: c5
    Sep 20 22:36:11 mainland kernel: 49
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: RIP
    Sep 20 22:36:11 mainland kernel: [<ffffffff811643fb>] kmem_cache_alloc_trace+0x4b/0x150
    Sep 20 22:36:11 mainland kernel: RSP <ffff8802fb3f5eb8>
    Sep 20 22:36:11 mainland kernel: ---[ end trace 6841e94d0f65e4c7 ]---
    Sep 20 22:36:11 mainland kernel: general protection fault: 0000 [#4] PREEMPT SMP
    Sep 20 22:36:11 mainland kernel: CPU 2
    Sep 20 22:36:11 mainland kernel: Modules linked in:
    Sep 20 22:36:11 mainland pulseaudio[4003]: [pulseaudio] client-conf-x11.c: xcb_connection_has_error() returned true
    Sep 20 22:36:11 mainland pulseaudio[4004]: [pulseaudio] client-conf-x11.c: xcb_connection_has_error() returned true
    Sep 20 22:36:11 mainland kernel: fuse w83627ehf hwmon_vid snd_hda_codec_hdmi snd_hda_codec_realtek iTCO_wdt iTCO_vendor_support hid_logitech_dj nls_cp437 vfat fat hid_generic usbhid hid microcode ae
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: Pid: 1967, comm: threaded-ml Tainted: G D 3.5.4-1-ARCH #1 /DZ77BH-55K
    Sep 20 22:36:11 mainland kernel: RIP: 0010:[<ffffffff811643fb>] [<ffffffff811643fb>] kmem_cache_alloc_trace+0x4b/0x150
    Sep 20 22:36:11 mainland kernel: RSP: 0018:ffff8802533afe08 EFLAGS: 00010286
    Sep 20 22:36:11 mainland kernel: RAX: 0000000000000000 RBX: ffff8802b7ac5680 RCX: 00000000465a5002
    Sep 20 22:36:11 mainland kernel: RDX: 00000000465a4fc2 RSI: 00000000000000d0 RDI: ffffffff81369ca4
    Sep 20 22:36:11 mainland kernel: RBP: ffff8802533afe48 R08: 0000000000016710 R09: 0000000000000000
    Sep 20 22:36:11 mainland kernel: R10: 00007f10d9cf7278 R11: 0000000000000202 R12: 00000000000000d0
    Sep 20 22:36:11 mainland kernel: R13: ff333333ff333333 R14: ffff880312002700 R15: 00007f10b0595a48
    Sep 20 22:36:11 mainland kernel: FS: 00007f10d9cf8700(0000) GS:ffff88031ec80000(0000) knlGS:0000000000000000
    Sep 20 22:36:11 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Sep 20 22:36:11 mainland kernel: CR2: 00007f1102256000 CR3: 00000002fb09c000 CR4: 00000000001407e0
    Sep 20 22:36:11 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Sep 20 22:36:11 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Sep 20 22:36:11 mainland kernel: Process threaded-ml (pid: 1967, threadinfo ffff8802533ae000, task ffff880255b51830)
    Sep 20 22:36:11 mainland kernel: Stack:
    Sep 20 22:36:11 mainland kernel: ffff8802533afec8 0000000000000040 0000000000810010 ffff8802b7ac5680
    Sep 20 22:36:11 mainland kernel: ffff88030d079800 0000000000000000 0000000000000000 00007f10b0595a48
    Sep 20 22:36:11 mainland kernel: ffff8802533afe68 ffffffff81369ca4 0000000000000001 ffff88030d079800
    Sep 20 22:36:11 mainland kernel: Call Trace:
    Sep 20 22:36:11 mainland kernel: [<ffffffff81369ca4>] sock_alloc_inode+0x44/0xd0
    Sep 20 22:36:11 mainland kernel: [<ffffffff811927d6>] alloc_inode+0x26/0xa0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8119400a>] new_inode_pseudo+0x1a/0x70
    Sep 20 22:36:11 mainland kernel: [<ffffffff8136bb0e>] sock_alloc+0x1e/0x80
    Sep 20 22:36:11 mainland kernel: [<ffffffff8136c6fd>] __sock_create+0x9d/0x240
    Sep 20 22:36:11 mainland kernel: [<ffffffff8136c900>] sock_create+0x30/0x40
    Sep 20 22:36:11 mainland kernel: [<ffffffff8136cecb>] sys_socket+0x2b/0x70
    Sep 20 22:36:11 mainland kernel: [<ffffffff8114650b>] ? sys_munmap+0x2b/0x40
    Sep 20 22:36:11 mainland kernel: [<ffffffff814853ed>] system_call_fastpath+0x1a/0x1f
    Sep 20 22:36:11 mainland kernel: Code: 48 89 55 c8 49 8b 06 65 48 03 04 25 e0 db 00 00 48 8b 50 08 4c 8b 28 4d 85 ed 0f 84 c7 00 00 00 49 63 46 20 4d 8b 06 48 8d 4a 40 <49> 8b 5c 05 00 4c 89 e8 65 49
    Sep 20 22:36:11 mainland kernel: RIP [<ffffffff811643fb>] kmem_cache_alloc_trace+0x4b/0x150
    Sep 20 22:36:11 mainland kernel: RSP <ffff8802533afe08>
    Sep 20 22:36:11 mainland kernel: ---[ end trace 6841e94d0f65e4c8 ]---
    Sep 20 22:36:11 mainland systemd[1]: Unit upower.service entered failed state.
    Sep 20 22:36:11 mainland kernel: general protection fault: 0000 [#5] PREEMPT SMP
    Sep 20 22:36:11 mainland kernel: CPU 2
    Sep 20 22:36:11 mainland kernel: Modules linked in:
    Sep 20 22:36:11 mainland kernel: fuse w83627ehf hwmon_vid snd_hda_codec_hdmi snd_hda_codec_realtek iTCO_wdt iTCO_vendor_support hid_logitech_dj nls_cp437 vfat fat hid_generic usbhid hid microcode ae
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: Pid: 2, comm: kthreadd Tainted: G D 3.5.4-1-ARCH #1 /DZ77BH-55K
    Sep 20 22:36:11 mainland kernel: RIP: 0010:[<ffffffff811643fb>] [<ffffffff811643fb>] kmem_cache_alloc_trace+0x4b/0x150
    Sep 20 22:36:11 mainland kernel: RSP: 0018:ffff88030d4e5c90 EFLAGS: 00010286
    Sep 20 22:36:11 mainland kernel: RAX: 0000000000000000 RBX: ffff88030988f240 RCX: 00000000465a5002
    Sep 20 22:36:11 mainland kernel: RDX: 00000000465a4fc2 RSI: 00000000000000d0 RDI: ffffffff8107c7d6
    Sep 20 22:36:11 mainland kernel: RBP: ffff88030d4e5cd0 R08: 0000000000016710 R09: 00000000ffffffff
    Sep 20 22:36:11 mainland kernel: R10: fffffffffffffffe R11: ffffffffffffffc0 R12: 00000000000000d0
    Sep 20 22:36:11 mainland kernel: R13: ff333333ff333333 R14: ffff880312002700 R15: ffff8802fe32c000
    Sep 20 22:36:11 mainland kernel: FS: 0000000000000000(0000) GS:ffff88031ec80000(0000) knlGS:0000000000000000
    Sep 20 22:36:11 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    Sep 20 22:36:11 mainland kernel: CR2: 00007f1102256000 CR3: 000000030bf52000 CR4: 00000000001407e0
    Sep 20 22:36:11 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Sep 20 22:36:11 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Sep 20 22:36:11 mainland kernel: Process kthreadd (pid: 2, threadinfo ffff88030d4e4000, task ffff88030d4d8810)
    Sep 20 22:36:11 mainland kernel: Stack:
    Sep 20 22:36:11 mainland kernel: ffff88030d4d8810 0000000000000030 ffff88030d4e5cb0 ffff88030988f240
    Sep 20 22:36:11 mainland kernel: ffff8802f87de0c0 0000000000800711 ffff8802f87de0c0 ffff8802fe32c000
    Sep 20 22:36:11 mainland kernel: ffff88030d4e5d10 ffffffff8107c7d6 ffff88030d4d8858 0000000000000001
    Sep 20 22:36:11 mainland kernel: Call Trace:
    Sep 20 22:36:11 mainland kernel: [<ffffffff8107c7d6>] copy_creds+0xb6/0x1e0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8104f8c9>] copy_process.part.21+0x289/0x1530
    Sep 20 22:36:11 mainland kernel: [<ffffffff81050cf5>] do_fork+0x135/0x3a0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8101d4f6>] kernel_thread+0x76/0x80
    Sep 20 22:36:11 mainland kernel: [<ffffffff81074ee0>] ? kthread_freezable_should_stop+0x70/0x70
    Sep 20 22:36:11 mainland kernel: [<ffffffff81486860>] ? gs_change+0x13/0x13
    Sep 20 22:36:11 mainland kernel: [<ffffffff810753f0>] kthreadd+0x120/0x160
    Sep 20 22:36:11 mainland kernel: [<ffffffff810814c9>] ? finish_task_switch+0x49/0xe0
    Sep 20 22:36:11 mainland kernel: [<ffffffff81486864>] kernel_thread_helper+0x4/0x10
    Sep 20 22:36:11 mainland kernel: [<ffffffff810752d0>] ? tsk_fork_get_node+0x30/0x30
    Sep 20 22:36:11 mainland kernel: [<ffffffff81486860>] ? gs_change+0x13/0x13
    Sep 20 22:36:11 mainland kernel: Code: 48 89 55 c8 49 8b 06 65 48 03 04 25 e0 db 00 00 48 8b 50 08 4c 8b 28 4d 85 ed 0f 84 c7 00 00 00 49 63 46 20 4d 8b 06 48 8d 4a 40 <49> 8b 5c 05 00 4c 89 e8 65 49
    Sep 20 22:36:11 mainland kernel: RIP [<ffffffff811643fb>] kmem_cache_alloc_trace+0x4b/0x150
    Sep 20 22:36:11 mainland kernel: RSP <ffff88030d4e5c90>
    Sep 20 22:36:11 mainland kernel: ---[ end trace 6841e94d0f65e4c9 ]---
    Sep 20 22:36:11 mainland kernel: general protection fault: 0000 [#6] PREEMPT SMP
    Sep 20 22:36:11 mainland kernel: CPU 2
    Sep 20 22:36:11 mainland kernel: Modules linked in:
    Sep 20 22:36:11 mainland kernel: fuse w83627ehf hwmon_vid snd_hda_codec_hdmi snd_hda_codec_realtek iTCO_wdt iTCO_vendor_support hid_logitech_dj nls_cp437 vfat fat hid_generic usbhid hid microcode ae
    Sep 20 22:36:11 mainland kernel:
    Sep 20 22:36:11 mainland kernel: Pid: 84, comm: kworker/u:6 Tainted: G D 3.5.4-1-ARCH #1 /DZ77BH-55K
    Sep 20 22:36:11 mainland kernel: RIP: 0010:[<ffffffff81163f72>] [<ffffffff81163f72>] __kmalloc+0x62/0x180
    Sep 20 22:36:11 mainland kernel: RSP: 0018:ffff88030b20fb20 EFLAGS: 00010286
    Sep 20 22:36:11 mainland kernel: RAX: 0000000000000000 RBX: ffff8802fb1a4390 RCX: 00000000465a5002
    Sep 20 22:36:11 mainland kernel: RDX: 00000000465a4fc2 RSI: 0000000000000000 RDI: ffffffff81250236
    Sep 20 22:36:11 mainland kernel: RBP: ffff88030b20fb60 R08: 0000000000016710 R09: ffff880312018000
    Sep 20 22:36:11 mainland kernel: R10: 0000000000000000 R11: 0000000000000000 R12: 00000000000080d0
    Sep 20 22:36:11 mainland kernel: R13: 0000000000000024 R14: ffff880312002700 R15: ff333333ff333333
    Sep 20 22:36:11 mainland kernel: FS: 0000000000000000(0000) GS:ffff88031ec80000(0000) knlGS:0000000000000000
    Sep 20 22:36:11 mainland kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    Sep 20 22:36:11 mainland kernel: CR2: 00007f1102256000 CR3: 000000000380c000 CR4: 00000000001407e0
    Sep 20 22:36:11 mainland kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Sep 20 22:36:11 mainland kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Sep 20 22:36:11 mainland kernel: Process kworker/u:6 (pid: 84, threadinfo ffff88030b20e000, task ffff88030d7b60c0)
    Sep 20 22:36:11 mainland kernel: Stack:
    Sep 20 22:36:11 mainland kernel: ffff88030b20fb50 ffffffff811648ec ffff88030b20fb50 ffff8802fb1a4390
    Sep 20 22:36:11 mainland kernel: 0000000000000024 0000000000000000 00000000000000d0 ffff880309970d80
    Sep 20 22:36:11 mainland kernel: ffff88030b20fb90 ffffffff81250236 ffff8802fb1a4390 0000000000000001
    Sep 20 22:36:11 mainland kernel: Call Trace:
    Sep 20 22:36:11 mainland kernel: [<ffffffff811648ec>] ? kfree+0x2c/0x150
    Sep 20 22:36:11 mainland kernel: [<ffffffff81250236>] kobject_get_path+0x56/0xc0
    Sep 20 22:36:11 mainland kernel: [<ffffffff81250ffb>] kobject_uevent_env+0xfb/0x4b0
    Sep 20 22:36:11 mainland kernel: [<ffffffff813aa09e>] ? netlink_broadcast_filtered+0x11e/0x3d0
    Sep 20 22:36:11 mainland kernel: [<ffffffff812513bb>] kobject_uevent+0xb/0x10
    Sep 20 22:36:11 mainland kernel: [<ffffffff8124fead>] kobject_release+0x8d/0xa0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8124fd2c>] kobject_put+0x2c/0x60
    Sep 20 22:36:11 mainland kernel: [<ffffffff813989c8>] net_rx_queue_update_kobjects+0xa8/0xe0
    Sep 20 22:36:11 mainland kernel: [<ffffffff81398b76>] netdev_unregister_kobject+0x46/0x80
    Sep 20 22:36:11 mainland kernel: [<ffffffff81380b52>] rollback_registered_many+0x1b2/0x260
    Sep 20 22:36:11 mainland kernel: [<ffffffff81380c1b>] unregister_netdevice_many+0x1b/0x80
    Sep 20 22:36:11 mainland kernel: [<ffffffff81383495>] default_device_exit_batch+0xa5/0xf0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8137c183>] ops_exit_list.isra.1+0x53/0x60
    Sep 20 22:36:11 mainland kernel: [<ffffffff8137c9a8>] cleanup_net+0x108/0x1a0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8106effa>] process_one_work+0x12a/0x440
    Sep 20 22:36:11 mainland kernel: [<ffffffff8137c8a0>] ? net_drop_ns+0x50/0x50
    Sep 20 22:36:11 mainland kernel: [<ffffffff8106f85e>] worker_thread+0x12e/0x2d0
    Sep 20 22:36:11 mainland kernel: [<ffffffff8106f730>] ? manage_workers.isra.26+0x1f0/0x1f0
    Sep 20 22:36:11 mainland kernel: [<ffffffff81074f73>] kthread+0x93/0xa0
    Sep 20 22:36:11 mainland kernel: [<ffffffff81486864>] kernel_thread_helper+0x4/0x10
    Sep 20 22:36:11 mainland kernel: [<ffffffff81074ee0>] ? kthread_freezable_should_stop+0x70/0x70
    Sep 20 22:36:11 mainland kernel: [<ffffffff81486860>] ? gs_change+0x13/0x13
    Sep 20 22:36:11 mainland kernel: Code: 48 8b 7d 08 49 8b 06 65 48 03 04 25 e0 db 00 00 48 8b 50 08 4c 8b 38 4d 85 ff 0f 84 cb 00 00 00 49 63 46 20 4d 8b 06 48 8d 4a 40 <49> 8b 1c 07 4c 89 f8 65 49 0f
    Sep 20 22:36:11 mainland kernel: RIP [<ffffffff81163f72>] __kmalloc+0x62/0x180
    Sep 20 22:36:11 mainland kernel: RSP <ffff88030b20fb20>
    Sep 20 22:36:11 mainland kernel: ---[ end trace 6841e94d0f65e4ca ]---
    Sep 20 22:36:11 mainland kernel: BUG: unable to handle kernel paging request at fffffffffffffff8
    ----- Reboot -----
    The panicks i get are quite rare . I checked the memory recently (memtest) and was ok. My motherboard has a firmware problem where it misroutes irqs. Could this be the root to my problems?? And if its not the motherboard FW related to this how can i determine which HW part fails.
    Last edited by 89c51 (2012-09-20 19:50:10)

  • Possible Bug with Drag-and-Drop Being Published via HTML5 - Getting "Undefined" Error When Dragging Object

    Hello,
    I came up with a way to use drag-and-drop interactions that will take advantage of file input so that I may create a drag-and-drop interaction that uses one draggable object over and over allowing multiple scoring/tracking possibilities.  Example use...is having the draggable object be dynamic in that it randomly changes its text so that a learner can drag a term it's possible classification.........thus allowing the possibility of having many terms easily loaded without having to redo a drag-and-drop interaction for each needed terms/classifications updates/changes.
    My Issue: When using a variable to represent the text for a draggable Smart Shape object, I'm getting the error message "undefined" when, clicking/pressing on the object, as well as during the drag of the object. This issue occurs when publishing the project in an HTML5 format.  Flash interestingly enough seems to work perfect...but we are not interested in publishing via Flash any longer.
    To better help you explore this error message, I've set up a test project so that you can see when and how the "undefined" message shows up during a drag-and-drop interaction.  I've also included the Captivate 8 project file used to make the exploration project I'm sharing in this post.
    Link to Captivate project I created for you all to explore "undefined" error message": http://iti.cscc.edu/drag_and_drop_bug/
    Link to this Captivate 8 Project file: http://iti.cscc.edu/drag_and_drop_bug.cptx
    It's pretty interesting how things react in this demo, please try the following actions to see some interesting happenings:
    Drag the Yellow (or variable drag box) to the drag target.
    Drag Black Hello square to Drag target and click undo or reset - watch the undefined message come up on the Yellow (or variable drag box).
    Drag the Yellow (or variable drag box) to the drag target and then use the undo or reset.
    Move both draggable boxes to the drag target and use the undo and reset buttons...
    Anyhow, I know you all are sharp and will run the demo through its paces.
    I'd really be very honored if anyone help me figure out how I could (when publishing out to HTML5) no longer have the "undefined" error message show up when using drag-and-drop with a variable for shape text. This technique has been well received at the college I work at...and I have many future project requests for using such an idea on a variety of similar interactions. I'd love see a solution or see if this might be a bug Adobe may be able to fix!
    I tried to find a solution to the issue documented here for quite some time, but I was not able to find anyone with this problem much less attempting the idea I'm sharing in the help request -  save the darn "undefined" message that comes up!
    Many thanks in advance for any help and/or direction that you all may be able to provide,
    Paul

    Hello,
    I just wanted to supply a minor update related to my drag-and-drop question/issue stated above:
    I did another test using Captivate 7, and found that the undefined error (publishing as HTML5) does not appear and the variable data remains visible - except the variable data turns very small and does not honor any font size related settings.
    I did go ahead and submit this to Adobe as a possible bug today.
    Thanks again for any help related to this issue.  If the issued documented above is solved, it will allow many amazing things to be done using Captivate's drag-and-drop for both regular type projects as well as interaction development for iBooks! 
    Matter of fact if this issue gets fixed, I'll publish a Blog entry (or video) on way's I've used Captivate's drag-and-drop to create dynamic learning activities for Higher Ed. and for use in iBooks.
    ~ Paul

  • Possible bug: Saving array with extended and double precision to spreadshee​t

    If one concatenates a double precision array and an extended precision array with the "build array" vi and then saves using "Write to Spreadsheet File" vi any digits to the right of the decimal place are set to zero in the saved file. This happens regardless of the format signifier input (e.g. %.10f) to the  "Write to Spreadsheet File" vi.
    I am on Vista Ultimate 32 bit and labview 9.0
    This is a possible bug that is easily circumvented by converting to one type before combining arrar to a spreadsheet. Nonetheless, it is a bug and it cost me some time.
    Solved!
    Go to Solution.
    Attachments:
    Spreadsheet save bug.vi ‏9 KB

    Hi JL,
    no, it's not a bug - it's a feature
    Well, if you would look more closely you would recognize the "Save to Spreadsheet" as polymorphic VI. As this polymorphic VI doesn't support EXT numbers internally (it only supports DBL, I64 and String) LabVIEW chooses the instance with most accuracy: I64 (I64 has 64 bits precision, DBL only 53...). So your options are:
    - set the instance to use as DBL (by right-click and "Select type...")
    - make a copy of this VI, save it with a different name and make it support EXT numbers (don't rework the polymorphic VI as you would break compatibility with other LV installations or future revisions)
    And yes, those coercion dots always signal some conversions - you should atleast check what's going on there...
    Message Edited by GerdW on 05-21-2010 10:01 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • A possible *bug* in java jcombobox

    Hi all,
    I think i found a possible bug in java jcombobox .. i am sure some of you must have already experienced it..
    supposedly you put a jcombobox in a jpanel
    returned the panel from a method to a calling method..
    and that method adds it to another panel that it had created to a frame..
    and if this happens dynamicaly at runtime, as only after u click a button..
    meaning : without adding the combobox or the immediate parent panelto the contentpane .. directly..
    Then,
    your combox's keylistener may not catch events fired.
    .. this has happened to me many times.. and always i could only find a way out
    .. by adding the combobox to panel that is loaded during startup itself and is
    .. not returned through a method call.
    Your opinions please ?
    'Harish.

    All components in a UI are created at run-time.
    When you create your JFrame you call pack() to align and resize the UI. This validates all the components, and sets the default focus on what ever component should have the focus at start up.
    When you create components and add them as children of another component you have to validate the child and parent. This can be done by calling JComponent.validate()
    As for keylisteners not getting called, this might be fixed if you call grabFocus on the new combobox. I can't see a reason why any listener would stop working.
    For me to really understand what your talking about. I'd need to see source code reproducing this problem.

  • Oracle 10g on solaris 10 : kernel parameter warning

    I am installing oracle 10g on Solaris 10.
    I have a warning on kernel parameter missing (shminfo_shmmax for example) during the system check.
    I understood that with the 10 version of solaris these parameters are replaced by ressources control and I have checked them. They are correctly setted.
    Need I do something before continue the install to release the warning or can I bypass this issue and continue the install as I have no warning ?
    Thanks for your answers.
    Sorry for my english.

    You are right. Since Solaris 10 kernel parameters settings in /etc/system is obsolete and some parameters are deprecated.
    The steps how to configure required parameters you can find in my paper (step #1.): http://ivan.kartik.sk/oracle/install_ora10gR2_solaris.html
    I bypass this issue and continue the install as I have no warning You can safely bypass this issue during installation process but you should set these parameters after installation.

Maybe you are looking for

  • My mac desktop computer won't turn on how can I know what's wrong with it?

    It won't make the start up noise at all. Also the screen won't light. All I hear is a click noise when I click the power button. I've tried connecting it to other power outlets yet it still won't work?

  • New option to open custom Excel content type in Excel Web Access

    Hi, This question is specifically for Sharepoint Online if that affects the possible solution. I would like a custom content type with Excel template to open up in Excel Web Access when a library's New>"My Content Type" option is chosen.  I have conf

  • Ldapsearch returns "no such object"

    Hi, all, I am new to directory server. I want to write a script to create batch users using ldapmodify. I tried to use ldapsearch to list the current entries. ' ldapsearch -h "saowsp02" -b "cn=xxx, cn=yyy" -s sub "objectclass=*" but returns 'no such

  • Open URL Ivew in a new window without loosing the current session in Portal

    Hi All , I have a requirement in which there are two tabs in portal which are two roles A and B Where each tabs(role) has an URL Iview attached to it. Current I am in Window 1 - Tab A When I click on Tab B, it has to open in a new window (Window2) wi

  • Icloud wont show my devices or sync contacts calender

    Help! icloud.com wont show my devices or sync contacts calender from the iphone iphone 4s w ios 7.1.2 the sync of contacts and calenders has been working before, but stopped down the lane (somewhere around ios 8-launch.time).... icloud account and ba