All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Zijlstra <peterz@infradead.org>
To: Valdis.Kletnieks@vt.edu
Cc: akpm@linux-foundation.org, Tejun Heo <tj@kernel.org>,
	Ingo Molnar <mingo@elte.hu>,
	linux-kernel@vger.kernel.org
Subject: Re: mmotm 2011-04-14 - hangs during boot.
Date: Fri, 15 Apr 2011 21:06:22 +0200	[thread overview]
Message-ID: <1302894382.2035.35.camel@laptop> (raw)
In-Reply-To: <6325.1302893631@localhost>

On Fri, 2011-04-15 at 14:53 -0400, Valdis.Kletnieks@vt.edu wrote:
> On Fri, 15 Apr 2011 10:57:09 EDT, Valdis.Kletnieks@vt.edu said:
> > On Thu, 14 Apr 2011 15:08:47 PDT, akpm@linux-foundation.org said:
> > > The mm-of-the-moment snapshot 2011-04-14-15-08 has been uploaded to
> > > 
> > >    http://userweb.kernel.org/~akpm/mmotm/
> > 
> > This throws at least two complaints about lockdep on the way up.  I've had
> > several complete hangs as well last night during boot 
> 
> Caught them.  Not sure how the WARN_ON_ONCE it's hitting just before it hangs
> is related to the actual hang, but I'm betting it's the kernel's last plaintive
> cry for help before everything grinds to a halt.
> 
> First boot:

> [    3.859723] ------------[ cut here ]------------
> [    3.859859] WARNING: at kernel/workqueue.c:1217 worker_enter_idle+0x168/0x19f()
> [    3.859984] Hardware name: Latitude E6500
> [    3.860089] Modules linked in:
> [    3.860308] Pid: 11, comm: kworker/1:0 Not tainted 2.6.39-rc3-mmotm0414 #1
> [    3.860428] Call Trace:
> [    3.860531]  [<ffffffff81037c62>] warn_slowpath_common+0x7e/0x96
> [    3.860640]  [<ffffffff81037c8f>] warn_slowpath_null+0x15/0x17
> [    3.860677]  [<ffffffff8104e12d>] worker_enter_idle+0x168/0x19f
> [    3.860677]  [<ffffffff81050d3f>] worker_thread+0x1ed/0x206
> [    3.860677]  [<ffffffff81050b52>] ? manage_workers+0xc0/0xc0
> [    3.860677]  [<ffffffff8105472e>] kthread+0x7f/0x87
> [    3.860677]  [<ffffffff8156bb94>] kernel_thread_helper+0x4/0x10
> [    3.860677]  [<ffffffff81564d84>] ? retint_restore_args+0xe/0xe
> [    3.860677]  [<ffffffff810546af>] ? __init_kthread_worker+0x55/0x55
> [    3.860677]  [<ffffffff8156bb90>] ? gs_change+0xb/0xb
> [    3.860677] ---[ end trace 64d29d8be7ad450b ]---
> 
> and wham it was dead hard at that point,no further output.  Next boot, it hit again,
> and lived a while longer:

> [    3.993411] ------------[ cut here ]------------
> [    3.993531] WARNING: at kernel/workqueue.c:1217 worker_enter_idle+0x168/0x19f()
> [    3.993658] Hardware name: Latitude E6500
> [    3.993764] Modules linked in:
> [    3.993951] Pid: 482, comm: kworker/1:1 Not tainted 2.6.39-rc3-mmotm0414 #1
> [    3.994065] Call Trace:
> [    3.994173]  [<ffffffff81037c62>] warn_slowpath_common+0x7e/0x96
> [    3.994282]  [<ffffffff81037c8f>] warn_slowpath_null+0x15/0x17
> [    3.994381]  [<ffffffff8104e12d>] worker_enter_idle+0x168/0x19f
> [    3.994381]  [<ffffffff81050d3f>] worker_thread+0x1ed/0x206
> [    3.994381]  [<ffffffff81050b52>] ? manage_workers+0xc0/0xc0
> [    3.994381]  [<ffffffff8105472e>] kthread+0x7f/0x87
> [    3.994381]  [<ffffffff8156bb94>] kernel_thread_helper+0x4/0x10
> [    3.994381]  [<ffffffff81564d84>] ? retint_restore_args+0xe/0xe
> [    3.994381]  [<ffffffff810546af>] ? __init_kthread_worker+0x55/0x55
> [    3.994381]  [<ffffffff8156bb90>] ? gs_change+0xb/0xb
> [    3.994381] ---[ end trace 604fcd3646d16bcd ]---

> but it then didn't accept keyboard input from the USB keyboard and acted pretty dead.
> 
> Any ideas, or am I looking at a weekend of bisecting? ;)

Does your kernel contain c2f7115e2e52a6c187b8c1f54f0e4970bb677be0 ? If
not, mmotm is based on an old -next and should upgrade ;-)




  reply	other threads:[~2011-04-15 19:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-14 22:08 mmotm 2011-04-14-15-08 uploaded akpm
2011-04-14 22:08 ` akpm
2011-04-15 14:57 ` mmotm 2011-04-14 - lockdep splats in sched.c during boot Valdis.Kletnieks
2011-04-15 15:52   ` Peter Zijlstra
2011-04-19 12:06     ` [tip:sched/core] sched: Fix sched_domain iterations vs. RCU tip-bot for Peter Zijlstra
2011-04-15 18:53   ` mmotm 2011-04-14 - hangs during boot Valdis.Kletnieks
2011-04-15 19:06     ` Peter Zijlstra [this message]
2011-04-15 19:28       ` Valdis.Kletnieks
2011-04-15 19:35         ` Peter Zijlstra
2011-04-15 19:38       ` Valdis.Kletnieks
2011-04-15 15:50 ` mmotm 2011-04-14-15-08 uploaded (leds) Randy Dunlap
2011-04-15 16:12 ` mmotm 2011-04-14-15-08 uploaded (staging/gma500) Randy Dunlap

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=1302894382.2035.35.camel@laptop \
    --to=peterz@infradead.org \
    --cc=Valdis.Kletnieks@vt.edu \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tj@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.