On 01/28/09 16:05, Piotr Jasiukajtis wrote:
Hi,

Can anyone explain this?

ffffff00a657f060::findstack
mdb: stack base or stack top corrupt for thread ffffff00a657f060

::walk thread ! grep ffffff00a657f060
ffffff00a657f060

'::walk thread' lists all the threads on the system and some of these threads could be freed.
You might want to check the state of this thread:

ffffff00a657f060::thread

If the thread state is free it is possible that the stack may not be valid [corrupt].
Pramod

::threadlist ! grep ffffff00a657f060


_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to