Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    6

    Cool 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.

  2. #2
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...