Skip to content

How to read or analyse a Coredump File on WAM

ARTICLE TYPE
FAQ

TITLE

How to read or analyse a Coredump File on WAM

ANSWER

  • Go to WAM Installation Folder (by default /usr/evidian/lpf)
cd /usr/evidian/lpf
  • Change Directory
cd /ap2/bin/
  • Enter the below command
. envvars

Note

After the dot there is an espace

  • Execute the below command
gdb -c path_of_coredump_file httpd

Note

Some coredump file comes with compressed (may be on RHEL9) files, and in this case, you need to first decompress it using the Linux Tool, then analyse the Coredump file with the gdb -c path_of_coredump_file httpd command.

Product Version
WAM 9.0.9 , WAM 9.0.10

Keywords
Evidian WAM , Ports , WAM

Related articles:
How to Generate snapshot of Web Access Manager