public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Laurent CARON <lcaron@unix-scripts.info>
To: linux-kernel@vger.kernel.org
Subject: Strange crash on Dell R720xd
Date: Mon, 15 Oct 2012 21:42:58 +0200	[thread overview]
Message-ID: <20121015213522.kaiyahro@trusted.unix-scripts.info> (raw)

Hi,

I'm currently replacing an old system (HP DL 380 G5) by new dell R720xd.
On those new boxes I did configure the H310 controler as plain JBOD.

Those boxes appear to crash more often than not (from 5 mins to a couple
of hours).
I have the impression those crashes appear under heavy IO.

The setup consists of a few md RAID arrays serving as underlying devices
for either filesystem, or drbd (plus lvm on top).

I managed to catch a trace over netconsole:
------------[ cut here ]------------
kernel BUG at crypto/async_tx/async_tx.c:174!
invalid opcode: 0000 [#1] SMP 
Modules linked in: drbd lru_cache netconsole iptable_filter ip_tables ocfs2_dlmfs ocfs2_stack_o2cb ocfs2_dlm ocfs2_nodemanager ocfs2_stackglue bonding ipv6 btrfs ioatdma lpc_ich sb_edac dca mfd_core
CPU 0 
Pid: 12580, comm: kworker/u:2 Not tainted 3.6.2-r510-r720xd #1 Dell Inc. PowerEdge R720xd
RIP: 0010:[<ffffffff8130f9ab>]  [<ffffffff8130f9ab>] async_tx_submit+0x29/0xab
RSP: 0018:ffff88100940fb30  EFLAGS: 00010202
RAX: ffff88100b30aeb0 RBX: ffff88080b5cf390 RCX: 0000000000000029
RDX: ffff88100940fd00 RSI: ffff88080b5cf390 RDI: ffff880809ad0818
RBP: ffff8808054a7d90 R08: ffff88080b5cf900 R09: 0000000000000001
R10: 0000000000001000 R11: 0000000000000001 R12: ffff88100940fd00
R13: 0000000000000002 R14: ffff880809ad0638 R15: ffff880809ad0818
FS:  0000000000000000(0000) GS:ffff88080fc00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: ffffffffff600400 CR3: 0000000e4055f000 CR4: 00000000000407f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process kworker/u:2 (pid: 12580, threadinfo ffff88100940e000, task ffff880804850630)
Stack:
 ffff88100940fd00 ffff88100940fc40 0000000000000101 ffffffff8131044b
 0000000000000001 0000000000000246 0000000000000201 ffffffffa0073a00
 ffff8808054a7d90 ffff8808054a7690 ffff88100940fc40 ffff88080bf9e668
Call Trace:
 [<ffffffff8131044b>] ? do_async_gen_syndrome+0x2f3/0x320
 [<ffffffffa0073a00>] ? ioat2_tx_submit_unlock+0xac/0xb3 [ioatdma]
 [<ffffffff815e6820>] ? ops_complete_compute+0x7b/0x7b
 [<ffffffff81310540>] ? async_gen_syndrome+0xc8/0x1d6
 [<ffffffff815e8b9a>] ? __raid_run_ops+0x9e7/0xb5a
 [<ffffffff810848f0>] ? select_task_rq_fair+0x487/0x74b
 [<ffffffff815e6820>] ? ops_complete_compute+0x7b/0x7b
 [<ffffffff8107e40b>] ? __wake_up+0x35/0x46
 [<ffffffff8107ca2a>] ? async_schedule+0x12/0x12
 [<ffffffff815e8d3f>] ? async_run_ops+0x32/0x3e
 [<ffffffff8107cace>] ? async_run_entry_fn+0xa4/0x17e
 [<ffffffff8107ca2a>] ? async_schedule+0x12/0x12
 [<ffffffff81071cf8>] ? process_one_work+0x259/0x381
 [<ffffffff81072312>] ? worker_thread+0x2ad/0x3e3
 [<ffffffff81082e50>] ? try_to_wake_up+0x1fc/0x20c
 [<ffffffff81072065>] ? manage_workers+0x245/0x245
 [<ffffffff81072065>] ? manage_workers+0x245/0x245
 [<ffffffff8107746a>] ? kthread+0x81/0x89
 [<ffffffff81791034>] ? kernel_thread_helper+0x4/0x10
 [<ffffffff810773e9>] ? kthread_freezable_should_stop+0x4e/0x4e
 [<ffffffff81791030>] ? gs_change+0xb/0xb
Code: 5b c3 41 54 49 89 d4 55 53 48 89 f3 48 8b 6a 08 48 8b 42 10 48 85 ed 48 89 46 20 48 8b 42 18 48 89 46 28 74 5c f6 45 04 02 74 72 <0f> 0b eb fe 48 8b 02 48 8b 48 28 80 e1 40 74 24 31 f6 48 89 d7 
RIP  [<ffffffff8130f9ab>] async_tx_submit+0x29/0xab
 RSP <ffff88100940fb30>
---[ end trace 64fb561d16a3b535 ]---
Kernel panic - not syncing: Fatal exception in interrupt
Rebooting in 5 seconds..

Do any of you guys have a clue about it ?

Thanks

Laurent

PS: The very same kernel doesn't cause any trouble on R510 hardware.


             reply	other threads:[~2012-10-15 19:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-15 19:42 Laurent CARON [this message]
2012-10-16  9:03 ` Strange crash on Dell R720xd Borislav Petkov
2012-10-16  9:26   ` Laurent CARON
2012-10-16 12:48     ` Borislav Petkov
2012-10-16 12:52       ` Laurent CARON
2012-10-16 17:58         ` Dan Williams
2012-10-17  7:31           ` Laurent CARON

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121015213522.kaiyahro@trusted.unix-scripts.info \
    --to=lcaron@unix-scripts.info \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox