Skip to main content

Core Files

Comments

1 comment

  • ChrisI
    Hello! What was causing those to be created? You can find that by using the gdb command on the core file like this: gdb core.xxx If you want to disable those for only one application, then you will want to find how that is done for each of those. If you want to disable core dumps completely, you should be able to do that in the security.conf file. I found this page that talks about that too. Linux Disable Core Dumps Thanks!
    0

Please sign in to leave a comment.