Dominic Hamon created MESOS-1041:
------------------------------------
Summary: fatal() should use abort rather than exit(1) to get
stacktraces
Key: MESOS-1041
URL: https://issues.apache.org/jira/browse/MESOS-1041
Project: Mesos
Issue Type: Improvement
Components: libprocess
Reporter: Dominic Hamon
Assignee: Dominic Hamon
Fix For: 0.19.0
exit(1) does not provide a stacktrace. abort() does.
fatal() calls exit(1). If it used abort() it could be used in place of
assert/abort everywhere for better error messaging and stacktraces.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)