diff --git a/components/crashcatcher/crashcatcher.cpp b/components/crashcatcher/crashcatcher.cpp index 21026110e8..7a2e2b0a12 100644 --- a/components/crashcatcher/crashcatcher.cpp +++ b/components/crashcatcher/crashcatcher.cpp @@ -79,6 +79,7 @@ namespace { SIGILL, "Illegal instruction" }, { SIGFPE, "FPU exception" }, { SIGBUS, "System BUS error" }, + { SIGABRT, "Abnormal termination condition" }, }; constexpr SignalInfo sigIllCodes[] = {