core-file

process identification

Let's say i have 15 processes/daemons running in the background. let's say one of the process has dumped the core. how could i identify which process has dumped the core. i am using hpux! ...

Saving core file in gdb

Is it possible to save/dump core file using gdb? Sometimes I want to save file to analyze it later. ...