GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/641
TS-4441: Stop dumping core on fatal errors. On a fatal error, the core file is rarely useful, and there is a real risk of filling up a disk with cores when we get a bad configuration. Rather than dumping core when logging a fatal error, just exit. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpeach/trafficserver fix/TS-4441 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/641.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #641 ---- commit b62299373dca7d93462d2f35c93fe44d693c1e96 Author: James Peach <jpe...@apache.org> Date: 2016-05-14T04:04:59Z TS-4441: Stop dumpoing core on fatal errors. On a fatal error, the core file is rarely useful, and there is a real risk of filling up a disk with cores when we get a bad configuration. Rather than dumping core when logging a fatal error, just exit. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---