Obtaining stack traces

The EAServer process stack trace contains information about the active threads for the process.

StepsObtaining a stack trace in UNIX

  1. In UNIX, to generate a JVM full thread dump, enter:

    kill -QUIT EAServer_process_id
    

    This does not work if you use “-Xrs” as a JVM parameter.

    NoteAIX may need special configuration for a full dump.

    On the Solaris platform, to generate a C back trace, you can use pstack, which is located in /usr/proc/bin.

Another alternative is to generate a core file—see “UNIX core files”.