openresty-coredump-analysis

openresty-coredump-analysis can be used to analyze the core dump file generated after an abnormal exit of the application.

To analyze the cause of the exception more accurately, after the core dump file is generated, we should make sure that the software in the system has not been updated and analyze it via the agent on the machine where the core dump occurred.

This analyzer needs to specify the core_file parameter, which is the absolute path to the core file.

After successful execution of the analyzer, the following will print out the exception site information saved in the core dump file.