From c95c8fcc3646931c865daf1a3722a6cf34907f4c Mon Sep 17 00:00:00 2001 From: elsid Date: Fri, 19 Jan 2024 14:23:39 +0100 Subject: [PATCH] Add missing description for SIGABRT --- components/crashcatcher/crashcatcher.cpp | 1 + 1 file changed, 1 insertion(+) 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[] = {