diff --git a/src/common/common.h b/src/common/common.h index 47fb088ce..ab239d7c0 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -63,7 +63,7 @@ void *buffer[255]; \ const int calls = backtrace(buffer, sizeof(buffer) / sizeof(void *)); \ backtrace_symbols_fd(buffer, calls, 1); \ - exit(-1); \ + abort(); \ } while (0) #else #define LOG_FATAL(M, ...) \