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
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.