Analyzing Core Dumps

  • Use the coredumpctl command to list the core dumps that are available on the system:

    coredumpctl list
  • To review more information about the core dumps stored for a particular application, specify the executable as an option:

    coredumpctl list executable-path
  • To review all the core dumps that are stored for a failed process on the system, specify the process ID instead:

    coredumpctl list process-id