summaryrefslogtreecommitdiff
path: root/src/os/unix/crashlog_unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/crashlog_unix.cpp')
-rw-r--r--src/os/unix/crashlog_unix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/crashlog_unix.cpp b/src/os/unix/crashlog_unix.cpp
index ed7f2127f..c8314f5c8 100644
--- a/src/os/unix/crashlog_unix.cpp
+++ b/src/os/unix/crashlog_unix.cpp
@@ -136,7 +136,7 @@ public:
};
/** The signals we want our crash handler to handle. */
-static const int _signals_to_handle[] = { SIGSEGV, SIGABRT, SIGFPE, SIGBUS };
+static const int _signals_to_handle[] = { SIGSEGV, SIGABRT, SIGFPE, SIGBUS, SIGILL };
/**
* Entry point for the crash handler.