Solaris Core dump analysis

前端 未结 8 1641
感动是毒
感动是毒 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条回答
  •  感情败类
    2020-12-23 18:25

    GDB can be used.

    It can give the call that was attempted prior to the dump.

    http://sourceware.org/gdb/

    http://en.wikipedia.org/wiki/GDB

    Having the source is great and if you can reproduce the errors even better as you can use this to debug it.

    Worked great for me in the past.

提交回复
热议问题