I have a process in Linux that\'s getting a segmentation fault. How can I tell it to generate a core dump when it fails?
By default you will get a core file. Check to see that the current directory of the process is writable, or no core file will be created.