Solaris Core dump analysis

前端 未结 8 1649
感动是毒
感动是毒 2020-12-23 17:45

I use pstack to analyze core dump files in Solaris

How else can I analyze the core dump from solaris?

What commands can be used to do this?

What othe

8条回答
  •  梦毁少年i
    2020-12-23 18:21

    The pflags command is also useful for determining the state each thread was in when it core dumped. In this way you can often pinpoint the problem.

提交回复
热议问题