You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2014/03/06 20:46:47 UTC

[jira] [Resolved] (MESOS-1041) fatal() should use abort rather than exit(1) to get stacktraces

     [ https://issues.apache.org/jira/browse/MESOS-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Hindman resolved MESOS-1041.
-------------------------------------

    Resolution: Fixed

> 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, stout
>            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.2#6252)