Skip to content

Commit

Permalink
bin: fix abort() location on SIGSEGV signal
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Apr 20, 2018
1 parent 6949da8 commit ed4b2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fluent-bit.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ static void flb_signal_handler(int signal)
case SIGSEGV:
#ifdef FLB_HAVE_LIBBACKTRACE
flb_stacktrace_print();
abort();
#endif
abort();
default:
break;
}
Expand Down

0 comments on commit ed4b2f0

Please sign in to comment.