GitHub user zizhong opened a pull request: https://github.com/apache/trafficserver/pull/262
TS-3792: Crash with non-existant or missing resolve_conf Fix the bug issue TS-3792: Pointing proxy.config.dns.resolv_conf at an empty (or nonexistant) file causes segmentation faults on first DNS query. If the user specified resolve conf doesn't work, use the default resolve conf instead. If the default resolve conf doesn't work neither, abort the traffic server. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zizhong/trafficserver fixBugTS3792 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/262.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 #262 ---- commit 3aca5e4cb50af831e4e4174ca573fddd9877fb33 Author: Zizhong Zhang <zizh...@linkedin.com> Date: 2015-07-27T04:46:52Z TS-3792: Pointing proxy.config.dns.resolv_conf at an empty (or nonexistant) file causes crashes. ---- --- 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. ---