Misha Chawla Shanker wrote:
> Hi Folks,
> 
> I have the t_procp of the kernel thread, using which i am trying to get 
> it's userland stack:
> 
> t_procp: 0x30003659448
> 
>  > 0x30003659448::findstack -v
> mdb: thread 30003659448 isn't in memory

1) you're applying a dcmd that needs a *thread* pointer to a *process* 
pointer.
2) findstack looks for stack frames in *kernel* address space.

is this a crash dump? if so: was the default setup of coreadm changed to 
include userland pages? if not, then you won't get them.

If this is a live machine, you're probably better off attaching mdb to 
the running process ...

HTH
-- 
Michael Schuster
Recursion, n.: see 'Recursion'

Reply via email to