lkml.org 
[lkml]   [2005]   [Jul]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Realtime Preemption, 2.6.12, Beginners Guide?

* Ingo Molnar <mingo@elte.hu> wrote:

> > might be an incorrect printout of stack_left :( The esp looks more or
> > less normal. Not sure why it printed -52.
>
> here's the stack_left calculation:
>
> + printk("ds: %04x es: %04x ss: %04x preempt: %08x\n",
> + regs->xds & 0xffff, regs->xes & 0xffff, ss, preempt_count());
> + printk("Process %s (pid: %d, threadinfo=%p task=%p stack_left=%ld worst_left=%ld)",
> + current->comm, current->pid, current_thread_info(), current,
> + (regs->esp & (THREAD_SIZE-1))-sizeof(struct thread_info),
> + worst_stack_left);
>
> i cannot see anything wrong in it, [...]

that should be "esp", not "regs->esp". regs->esp is something different
upon in-kernel faults. I've uploaded -27 with the fix - but it should
only confirm that it's not a stack overflow.

Ingo
-
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/

\
 
 \ /
  Last update: 2005-07-12 02:30    [W:0.082 / U:0.444 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site