* 2.6.24.3 kernel panic in md raid1d queue_delayed_work_on
@ 2008-03-16 6:25 Andrew Paprocki
2008-03-25 5:29 ` Neil Brown
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Paprocki @ 2008-03-16 6:25 UTC (permalink / raw)
To: linux-kernel
I had an embedded machine hang last night with a kernel panic in
queue_delayed_work_on. I couldn't scroll back the terminal to get more
of the trace, but I jotted down what I could see on the screen. This
is a Geode LX system running a SATA RAID1 array as md0 on a SiI 3114
controller using libata. Any ideas? If the .config or boot log from
this machine would be useful, let me know and I'll get them.
Thanks,
-Andrew
----- top of scrollback
handle_IRQ_event+0x1a/0x3f
handle_level_irq+0x4f/0x84
do_IRQ+0x53/0x6b
common_interrupt+0x23/0x28
__make_request+0x480/0x48a
generic_make_request+0x1fd/0x22a
common_interrupt+0x23/0x28
__generic_unplug_device+0x14/0x1f
generic_unplug_device+0x6/0x8
blk_remove_plug+0x4e/0x5a
raid1d+0xc3/0xc35
irq_exit+0x40/0x58
do_IRQ+0x58/0x6b
update_curr+0x52/0xc4
schedule+0x1f3/0x20d
schedule_timeout+0x13/0x97
sys_capget+0x54/0xcb
md_thread+0xb5/0xcb
autoremove_wake_function+0x0/0x35
md_thread+0x0/0xcb
kthread+0x36/0x5c
kthread+0x0/0x5c
kernel_thread_helper+0x7/0x10
Code: 8d 50 10 e9 48 ff ff ff 31 d2 e9 41 ff ff ff 57 89 c7 56 89 d6
53 8d 59 3(clipped)
0f ba 29 00 19 c0 31 d2 85 c0 75 61 83 79 10 00 74 04 <0f> 0b eb fe
8d 41 04 3(clipped)
41 04 74 04 0f 0b eb fe 8b 01 8b 16 a8
EIP: [<c022609a>] queue_delayed_work_on+0x1c/0x7d SS:ESP 0068:cf359d80
Kernel panic - not syncing: Fatal exception in interrupt
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6.24.3 kernel panic in md raid1d queue_delayed_work_on
2008-03-16 6:25 2.6.24.3 kernel panic in md raid1d queue_delayed_work_on Andrew Paprocki
@ 2008-03-25 5:29 ` Neil Brown
0 siblings, 0 replies; 2+ messages in thread
From: Neil Brown @ 2008-03-25 5:29 UTC (permalink / raw)
To: Andrew Paprocki; +Cc: linux-kernel
On Sunday March 16, andrew@ishiboo.com wrote:
> I had an embedded machine hang last night with a kernel panic in
> queue_delayed_work_on. I couldn't scroll back the terminal to get more
> of the trace, but I jotted down what I could see on the screen. This
> is a Geode LX system running a SATA RAID1 array as md0 on a SiI 3114
> controller using libata. Any ideas? If the .config or boot log from
> this machine would be useful, let me know and I'll get them.
I'm afraid there isn't much here to base any guesses on.
>
> Thanks,
> -Andrew
>
> ----- top of scrollback
> handle_IRQ_event+0x1a/0x3f
> handle_level_irq+0x4f/0x84
> do_IRQ+0x53/0x6b
> common_interrupt+0x23/0x28
> __make_request+0x480/0x48a
> generic_make_request+0x1fd/0x22a
> common_interrupt+0x23/0x28
> __generic_unplug_device+0x14/0x1f
> generic_unplug_device+0x6/0x8
> blk_remove_plug+0x4e/0x5a
blk_remove_plug is always called with interrupts disabled. So why
there are "do_IRQ" and similar calls further up the stack is
surprising.
However the list of function names is only indicative, not
definitive....
> raid1d+0xc3/0xc35
> irq_exit+0x40/0x58
> do_IRQ+0x58/0x6b
> update_curr+0x52/0xc4
> schedule+0x1f3/0x20d
> schedule_timeout+0x13/0x97
> sys_capget+0x54/0xcb
> md_thread+0xb5/0xcb
> autoremove_wake_function+0x0/0x35
> md_thread+0x0/0xcb
> kthread+0x36/0x5c
> kthread+0x0/0x5c
> kernel_thread_helper+0x7/0x10
>
> Code: 8d 50 10 e9 48 ff ff ff 31 d2 e9 41 ff ff ff 57 89 c7 56 89 d6
> 53 8d 59 3(clipped)
> 0f ba 29 00 19 c0 31 d2 85 c0 75 61 83 79 10 00 74 04 <0f> 0b eb fe
^^^^^^
This shows that it died on a "BUG" or "BUG_ON" call. Did you see the
text of that?
Why do you say there was "a kernel panic in queue_delayed_work_on".
What exactly provided that information?
NeilBrown
> 8d 41 04 3(clipped)
> 41 04 74 04 0f 0b eb fe 8b 01 8b 16 a8
> EIP: [<c022609a>] queue_delayed_work_on+0x1c/0x7d SS:ESP 0068:cf359d80
> Kernel panic - not syncing: Fatal exception in interrupt
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-25 5:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-16 6:25 2.6.24.3 kernel panic in md raid1d queue_delayed_work_on Andrew Paprocki
2008-03-25 5:29 ` Neil Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®