From: Valdis.Kletnieks@vt.edu
To: akpm@linux-foundation.org, Tejun Heo <tj@kernel.org>,
Ingo Molnar <mingo@elte.hu>,
Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: mmotm 2011-04-14 - hangs during boot.
Date: Fri, 15 Apr 2011 14:53:51 -0400 [thread overview]
Message-ID: <6325.1302893631@localhost> (raw)
In-Reply-To: Your message of "Fri, 15 Apr 2011 10:57:09 EDT." <9629.1302879429@localhost>
[-- Attachment #1: Type: text/plain, Size: 4556 bytes --]
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.852927] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input10
[ 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.983798] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input10
[ 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 ]---
[ 4.141467] udevadm used greatest stack depth: 4352 bytes left
[ 4.225220] usb 1-4.1: new low speed USB device number 5 using ehci_hcd
[ 4.326710] usb 1-4.1: New USB device found, idVendor=045e, idProduct=0023
[ 4.326831] usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.326959] usb 1-4.1: Product: Microsoft Trackball Optical®
[ 4.327105] usb 1-4.1: Manufacturer: Microsoft
[ 4.338620] input: Microsoft Microsoft Trackball Optical® as /devices/pci0000:00/0000:00:1a.7/sb1/1-4/1-4.1/1-4.1:1.0/input/input11
[ 4.339775] generic-usb 0003:045E:0023.0001: input,hidraw0: USB HID v1.00 Mouse [Microsoft Micr
osoft Trackball Optical®] on usb-0000:00:1a.7-4.1/input0
[ 4.413229] usb 1-4.2: new full speed USB device number 6 using ehci_hcd
[ 4.467320] dracut: luksOpen /dev/sda2 luks-715ceabf-6f58-4251-9373-ed29e8629a7c
[ 4.498856] usb 1-4.2: New USB device found, idVendor=0451, idProduct=1446
[ 4.498998] usb 1-4.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.500490] hub 1-4.2:1.0: USB hub found
[ 4.500704] hub 1-4.2:1.0: 4 ports detected
[ 4.707088] usb 5-1: new full speed USB device number 2 using uhci_hcd
[ 4.875565] usb 5-1: New USB device found, idVendor=0a5c, idProduct=5800
[ 4.875684] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.875805] usb 5-1: Product: 5880
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? ;)
[-- Attachment #2: Type: application/pgp-signature, Size: 227 bytes --]
next prev parent reply other threads:[~2011-04-15 18:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-14 22:08 mmotm 2011-04-14-15-08 uploaded 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 ` Valdis.Kletnieks [this message]
2011-04-15 19:06 ` mmotm 2011-04-14 - hangs during boot Peter Zijlstra
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=6325.1302893631@localhost \
--to=valdis.kletnieks@vt.edu \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).