How to find core dumps in LinuxPermanent link for this heading

Last update: 4 August 2017

The easiest way to find core dumps in Linux is to search with the following command:

       find /var/opt/fabasoft –name „core*“

    

If you found a core file on your system you can easily find out which service crashed by executing:

       gdb -core

    

To analyze the core file collect the system information with the Collect Dump Info tool and send it to support@fabasoft.com

Download PDF

Download PDF