Messages in this thread |  | | | Subject | Re: [3.4-rc3] Thread overran stack, or stack corrupted | | From | Steven Rostedt <> | | Date | Wed, 18 Apr 2012 00:00:44 -0400 |
| |
On Tue, 2012-04-17 at 23:57 -0400, Steven Rostedt wrote:
> Also, have you tested to see if function tracing works? > > # cd /sys/kernel/debug/tracing > # echo function > current_tracer > # cat trace
Also make sure that the max is zero:
# cat stack_max_size # echo 0 > stack_max_size -- Steve
|  |