[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1334721441.28106.28.camel@gandalf.stny.rr.com>
Date: Tue, 17 Apr 2012 23:57:21 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Dave Jones <davej@...hat.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: [3.4-rc3] Thread overran stack, or stack corrupted
On Tue, 2012-04-17 at 23:50 -0400, Dave Jones wrote:
> > Just to make sure, what does
> >
> > /sys/kernel/debug/tracing/enabled_functions
> >
> > have?
>
> 33503 lines.
That sounds correct.
>
> > This would show what functions the stack tracer is using.
> >
> > I just compiled the latest vanilla kernel and tried it out, and it
> > worked for me.
>
> works on my other machines too with similar kernel configs, just not on the one I'm profiling.
I have to ask. Is this a x86 box?
Also, have you tested to see if function tracing works?
# cd /sys/kernel/debug/tracing
# echo function > current_tracer
# cat trace
If function tracing doesn't work this wouldn't either.
I'm also assuming you have CONFIG_STACKTRACE and
CONFIG_STACKTRACE_SUPPORT enabled. They should be selected, but configs
can always get screwed up.
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists