linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.37 kernel warning in perf_events code
@ 2011-02-10  2:50 Arun Sharma
  2011-02-10 19:08 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 8+ messages in thread
From: Arun Sharma @ 2011-02-10  2:50 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo; +Cc: linux-perf-users

[ Not sure if this is known and fixed in newer kernels. My machine
becomes unusable after this warning triggers ]

perf record -g -p <pid> cs -o csw.data -- sleep 3

Feb 7 15:28:36 localhost kernel: WARNING: at kernel/perf_event.c:1302
task_ctx_sched_out+0x45/0x67()
..
Feb 7 15:28:36 localhost kernel: [<ffffffff8103c60d>]
warn_slowpath_null+0x15/0x17
Feb 7 15:28:36 localhost kernel: [<ffffffff8109e3b6>]
task_ctx_sched_out+0x45/0x67
Feb 7 15:28:36 localhost kernel: [<ffffffff8109e3b6>]
task_ctx_sched_out+0x45/0x67
Feb 7 15:28:36 localhost kernel: [<ffffffff810a207f>]
perf_event_exit_task+0xca/0x196
Feb 7 15:28:36 localhost kernel: [<ffffffff810a207f>]
perf_event_exit_task+0xca/0x196
Feb 7 15:28:36 localhost kernel: [<ffffffff8103fb3f>] do_exit+0x2c5/0x6e6
Feb 7 15:28:36 localhost kernel: [<ffffffff8103fb3f>] do_exit+0x2c5/0x6e6
Feb 7 15:28:36 localhost kernel: [<ffffffff81040021>] complete_and_exit+0x0/0x1e
Feb 7 15:28:36 localhost kernel: [<ffffffff81040021>] complete_and_exit+0x0/0x1e
Feb 7 15:28:36 localhost kernel: [<ffffffff8100293b>]
system_call_fastpath+0x16/0x1b
Feb 7 15:28:36 localhost kernel: [<ffffffff8100293b>]
system_call_fastpath+0x16/0x1b


1301
1302         if (WARN_ON_ONCE(ctx != cpuctx->task_ctx))
1303                 return;

 -Arun

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-02-11 12:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-10  2:50 2.6.37 kernel warning in perf_events code Arun Sharma
2011-02-10 19:08 ` Arnaldo Carvalho de Melo
2011-02-10 20:02   ` Arun Sharma
2011-02-10 20:20     ` Arnaldo Carvalho de Melo
2011-02-10 20:46       ` Arun Sharma
2011-02-11  0:42         ` Arnaldo Carvalho de Melo
2011-02-11  0:57           ` Arun Sharma
2011-02-11 12:16             ` Peter Zijlstra

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).