login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
October
»
22
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Jason Baron
Subject:
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c
Date: Friday, October 22, 2010 - 11:39 am
On Fri, Oct 22, 2010 at 08:24:33PM +0200, Ingo Molnar wrote:
quoted text
> * Jason Baron <jbaron@redhat.com> wrote: > > > On Thu, Oct 21, 2010 at 01:09:25PM +0200, Ingo Molnar wrote: > > > * Ingo Molnar <mingo@elte.hu> wrote: > > > > > > > > > > > * Jason Baron <jbaron@redhat.com> wrote: > > > > > > > > > [...] Do we always fail after "Testing all events:" is printed? [...] > > > > > > > > Yes, in all cases i checked. Sometimes it's an oops. > > > > > > Such as this one: > > > > > > [ 6.724449] Testing event kmalloc_node: OK > > > [ 6.744459] Testing event kmem_cache_alloc_node: > > > [ 6.749111] BUG: unable to handle kernel paging request at ffffffff > > > [ 6.752000] IP: [<f6425f7c>] 0xf6425f7c > > > [ 6.752000] *pde = 01384067 *pte = 00000000 > > > [ 6.752000] Oops: 0002 [#1] PREEMPT SMP > > > [ 6.752000] last sysfs file: > > > [ 6.752000] Modules linked in: > > > [ 6.752000] > > > [ 6.752000] Pid: 2, comm: kthreadd Not tainted 2.6.36-rc8-tip+ #50831 / > > > [ 6.752000] EIP: 0060:[<f6425f7c>] EFLAGS: 00010282 CPU: 0 > > > [ 6.752000] EIP is at 0xf6425f7c > > > [ 6.752000] EAX: ffffffff EBX: c1021c4f ECX: 00000001 EDX: 00000000 > > > [ 6.752000] ESI: f6425f7c EDI: fffffff4 EBP: f640c000 ESP: f6425ee4 > > > [ 6.752000] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 > > > [ 6.752000] Process kthreadd (pid: 2, ti=f6424000 task=f640c000 task.ti=f6424000) > > > [ 6.752000] Stack: > > > [ 6.752000] c1021c4f f640c02c 00800711 00000000 00000000 00000000 f6425f7c f6809880 > > > [ 6.752000] <0> f6425f7c 00000000 00000000 f6425f7c c1022a54 00000000 00000000 00000000 > > > [ 6.752000] <0> 00000000 00800711 00000000 00000000 00000000 c101d94a f6809880 c131f3a0 > > > [ 6.752000] Call Trace: > > > [ 6.752000] [<c1021c4f>] ? copy_process+0xa1/0xd6d > > > [ 6.752000] [<c1022a54>] ? do_fork+0x139/0x2ca > > > [ 6.752000] [<c101d94a>] ? dequeue_task+0xb9/0xc8 > > > [ 6.752000] [<c1245597>] ? schedule+0x821/0x84b > > > [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 > > > [ 6.752000] [<c1007930>] ? kernel_thread+0x77/0x7f > > > [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 > > > [ 6.752000] [<c1002cbc>] ? kernel_thread_helper+0x0/0x10 > > > [ 6.752000] [<c1038172>] ? kthreadd+0x91/0xc7 > > > [ 6.752000] [<c10380e1>] ? kthreadd+0x0/0xc7 > > > [ 6.752000] [<c1002cc2>] ? kernel_thread_helper+0x6/0x10 > > > [ 6.752000] Code: 98 80 f6 00 c0 40 f6 a9 37 61 f9 11 07 80 00 79 80 03 c1 c0 5f 42 f6 7c 5f 42 f6 30 79 00 c1 00 00 00 00 00 00 00 00 00 00 00 00 <00> 00 00 00 00 00 00 00 00 00 00 00 79 80 03 c1 70 3f 42 f6 00 > > > [ 6.752000] EIP: [<f6425f7c>] 0xf6425f7c SS:ESP 0068:f6425ee4 > > > [ 6.752000] CR2: 00000000ffffffff > > > [ 6.752000] ---[ end trace 6000cf675d3eddec ]--- > > > > > > (captured two days ago) > > > > > > Full bootlog is attached below. > > > > > > Thanks, > > > > > > Ingo > > > > > > > Hi, > > > > this looks potentially like a separate issue from the 'hang' one - I'm wondering > > if this was re-produced with the same .config as the 'hang' case? I haven't been > > able to hit this one yet.... > > Not the same config, and it's very spurious - i.e. a slightly different -tip version > with the same config will boot fine. (this suggests some race) >
if possible, can you post that .config? thanks, -Jason --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH][GIT PULL] tracing: Fix compile issue for trace_sch ...
, Steven Rostedt
, (Tue Oct 19, 10:11 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Tue Oct 19, 11:41 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Wed Oct 20, 8:40 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Steven Rostedt
, (Wed Oct 20, 9:37 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Wed Oct 20, 9:43 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Wed Oct 20, 11:33 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Wed Oct 20, 11:40 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Masami Hiramatsu
, (Wed Oct 20, 7:58 pm)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Peter Zijlstra
, (Thu Oct 21, 12:22 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Steven Rostedt
, (Thu Oct 21, 4:01 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Peter Zijlstra
, (Thu Oct 21, 4:03 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Thu Oct 21, 4:09 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Steven Rostedt
, (Thu Oct 21, 4:14 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Thu Oct 21, 4:26 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Steven Rostedt
, (Thu Oct 21, 5:45 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Thu Oct 21, 6:50 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Thu Oct 21, 6:55 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Thu Oct 21, 7:00 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Thu Oct 21, 7:43 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Thu Oct 21, 6:44 pm)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Masami Hiramatsu
, (Thu Oct 21, 9:56 pm)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Peter Zijlstra
, (Fri Oct 22, 1:14 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Tejun Heo
, (Fri Oct 22, 1:16 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Fri Oct 22, 7:13 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Peter Zijlstra
, (Fri Oct 22, 7:23 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Steven Rostedt
, (Fri Oct 22, 7:36 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Fri Oct 22, 7:36 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Fri Oct 22, 10:58 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Fri Oct 22, 11:24 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Fri Oct 22, 11:39 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Fri Oct 22, 2:42 pm)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Steven Rostedt
, (Fri Oct 22, 9:41 pm)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Sat Oct 23, 1:02 pm)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Steven Rostedt
, (Sat Oct 23, 5:53 pm)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Sun Oct 24, 4:25 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Mon Oct 25, 1:59 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Mon Oct 25, 2:30 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Mon Oct 25, 4:45 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Mon Oct 25, 5:10 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Peter Zijlstra
, (Mon Oct 25, 5:18 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Mon Oct 25, 5:32 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Peter Zijlstra
, (Mon Oct 25, 8:47 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Mon Oct 25, 8:55 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Peter Zijlstra
, (Mon Oct 25, 9:07 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Peter Zijlstra
, (Mon Oct 25, 9:09 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Mon Oct 25, 10:25 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Ingo Molnar
, (Mon Oct 25, 10:32 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Peter Zijlstra
, (Mon Oct 25, 10:45 am)
Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace ...
, Jason Baron
, (Mon Oct 25, 10:52 am)
[tip:perf/urgent] jump label: Add work around to i386 gcc ...
, tip-bot for Steven R ...
, (Sat Oct 30, 3:42 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Mr. James W. Laferriere
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
Linus Torvalds
Linux 2.6.34-rc4
David Miller
Re: 'global' rq->clock
Vivek Goyal
Re: perf hw in kexeced kernel broken in tip
git
:
Len Brown
Re: fatal: unable to create '.git/index': File exists
Oliver Hoffmann
git init --bare versus git --bare init
Sam Vilain
Re: RFC: Flat directory for notes, or fan-out? Both!
Erik Mouw
Re: cpio command not found
Andy Parkins
Re: cloning/pulling hooks
linux-netdev
:
Kurt Van Dijck
Re: [PATCH net-next-2.6 1/2] can: add driver for Softing card
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
David Miller
Re: [PATCH v2] net: typos in comments in include/linux/igmp.h
Paulius Zaleckas
Re: [RFC] Patch to option HSO driver to the kernel
git-commits-head
:
Linux Kernel Mailing List
ASoC: fix registration of the SoC card in the Freescale MPC8610 drivers
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
nfsd41: sanity check client drc maxreqs
Linux Kernel Mailing List
bnx2x: Moving includes
Linux Kernel Mailing List
checkpatch: add check for too short Kconfig descriptions
openbsd-misc
:
Sevan / Venture37
Re: This is what Linus Torvalds calls openBSD crowd
Netmaffia.hu
Tini Lányok AKCIÓBAN OTTHON
Siju George
This is what Linus Torvalds calls openBSD crowd
Darrin Chandler
Re: OT: Python (was Re: vi in /bin)
Gilles Chehade
Re: Longest Uptime?
Colocation donated by:
Syndicate