Results 1 to 2 of 2
I know how to setup Linux to create core dump when a process crashes.
But it is required to be able to generate the core dump when my process crashes ...
- 07-18-2008 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 6
How to generate a core dump programmatically?
I know how to setup Linux to create core dump when a process crashes.
But it is required to be able to generate the core dump when my process crashes programmatically, so I can control where the core dump is generated and what is the name of the file. Also it would be great if I can do this without modifying any system settings.
On Windows, all these are possible, is this doable on Linux?
Thanks.
- 07-19-2008 #2Just Joined!
- Join Date
- Apr 2005
- Location
- Romania
- Posts
- 42
Hi,
I didn't understand very well, do You want a core dump settings at user level, or a kind of /proc/<PID>/coredump-filter ?
Regards.


Reply With Quote