Find which program caused a core dump file

后端 未结 3 1167
灰色年华
灰色年华 2021-02-07 00:12

I\'ve been going through intense program/package installation recently, so I can\'t tell for sure which of the newly installed programs (or old programs) caused the appearance o

3条回答
  •  醉酒成梦
    2021-02-07 00:28

    You can simply use the file program to identify them:

    E.g

    # file /var/core/core
    /var/core/core:     ELF 64-bit MSB core file SPARCV9 Version 1, from 'crs_stat.bin'
    

提交回复
热议问题