aperezdc opened this issue 5 years ago · 1 comments
Instead of calling std::abort() or plain abort(), it would be better to use g_error() which allows to log a message and also aborts the execution.
std::abort()
abort()
g_error()
This is somewhat related to #54
Solved in #82 — closing.