Stop Core Dumps
This page answers questions like these:
- How do I stop core dumps?
- How do I stop a program dumping core?
- My program is crashing. How do I stop it dumping core?
Related Links:
Core Dump Missing
Stop a Program Dumping Core:
- The easiest way to stop any program dumping core is to set your core-dump limit to zero (0) using:
ulimit -c 0
- Caveats: A new limit only applies to processes started by the current shell. To change it for all processes, put the command in your .profile or .bashrc file.
Related Links:
Core Dump Missing
Home > Linux / Unix > Stop Core Dumps
Tags: stop core, stop core dump, core dump, C++, C
Copyright © HelpDoco.com
core-stop-dumps.txt
Linux-Unix/stop-core-dumps.htm
1