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 >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/mdb-discuss/attachments/20090128/cf5f946b/attachment.html>