Skip to content

Commit

Permalink
Revert "add SIGABRT handle (OpenAtomFoundation#1555)" (OpenAtomFounda…
Browse files Browse the repository at this point in the history
…tion#1579)

This reverts commit a13e587.
  • Loading branch information
AlexStocks authored Jun 3, 2023
1 parent 002a132 commit 162c661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pika.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "include/pika_version.h"
#include "pstd/include/env.h"


std::unique_ptr<PikaConf> g_pika_conf;
// todo : change to unique_ptr will coredump
PikaServer* g_pika_server;
Expand Down Expand Up @@ -108,7 +109,6 @@ static void PikaSignalSetup() {
signal(SIGPIPE, SIG_IGN);
signal(SIGINT, &IntSigHandle);
signal(SIGQUIT, &IntSigHandle);
signal(SIGABRT, &IntSigHandle);
signal(SIGTERM, &IntSigHandle);
}

Expand Down

0 comments on commit 162c661

Please sign in to comment.