Hi..

On Wed, Jun 4, 2008 at 8:34 PM, Michal <[EMAIL PROTECTED]> wrote:
> "Frédéric Weisbecker" <[EMAIL PROTECTED]> writes:
>
>> You mean how to get your own kernel's task eip?
> No, I mean other process, not current one. I realize that eip changes,
> but my process gets stuck somewhere in the kernel for a longer while
> and I would like to know where:)?

see how show_trace does it at http://lxr.linux.no/linux/arch/um/sys-i386/sysrq.c

But notice that AFAIK eip is only recorded when context switching
between processes happen or right when entering kernel/user space. But
at least, IMHO stack trace can give a good clue where it hung.



regards,

Mulyadi.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to