Gdb:

Hi,

This is a simple question on GDB. Given a core file, how can you check which process has dumped the core?

Regards

  • Krishna

use the file command

file core

Most versions of file will identify the executable image the core came from.