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
I would suggest trying gdb first as it's easier to learn basic tasks than the native Solaris debuggers in my opinion.