Cody Maloney created MESOS-1870:
-----------------------------------
Summary: stout ABORT() should print a backtrace
Key: MESOS-1870
URL: https://issues.apache.org/jira/browse/MESOS-1870
Project: Mesos
Issue Type: Bug
Reporter: Cody Maloney
Priority: Minor
Currently we die fast and hard with little (if any) details about why we died.
This gets particularly hard to debug around Try<>::get(), which uses a raw OS
abort, and could be called from arbitrary surrounding code.
Anything that is immediate process termination which we don't know to have a
really nice, clean error message, should call stout ABORT(), which ideally will
print a backtrace to aid with debugging.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)