Skip to content

Commit

Permalink
catch interrupt signal instead of terminate
Browse files Browse the repository at this point in the history
  • Loading branch information
maddinat0r committed Mar 26, 2017
1 parent dbf7c28 commit 74c896d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crashhandler_unix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace
{SIGFPE, "SIGFPE"},
{SIGILL, "SIGILL"},
{SIGSEGV, "SIGSEGV"},
{SIGTERM, "SIGTERM"},
{SIGINT, "SIGINT"},
};

std::map<crashhandler::Signal, struct sigaction> OldSignalActions;
Expand Down

0 comments on commit 74c896d

Please sign in to comment.