zoneminder/cmake/Modules
Isaac Connor 981c6d685e fix: improve crash backtrace on ARM and fix misleading signal info
- Add optional libunwind support for better stack traces on ARM
  (glibc's backtrace() doesn't work well on ARM due to missing
  frame pointers)
- Fix misleading signal info: si_pid/si_uid/si_status are only
  valid for SIGCHLD, not for SIGSEGV/SIGBUS - they were showing
  garbage values (the fault address misinterpreted as PID)
- Add human-readable fault descriptions for SIGSEGV, SIGBUS,
  SIGFPE, and SIGILL signals
- Use clearer terminology in error messages

To enable libunwind on ARM: apt install libunwind-dev

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:09:02 -05:00
..
CheckPlatform.cmake cmake corrections 2023-08-19 12:39:32 +02:00
CheckSendfile.cmake Add Sendfile checks for cmake 2015-03-31 23:07:19 -04:00
ConfigureBaseTargets.cmake build: Add base target for dependencies 2021-02-27 15:40:38 +01:00
FindFFMPEG.cmake Remove libavresample support 2021-06-04 23:46:58 +02:00
FindFmt.cmake add cmake module to find libFmt 2021-11-29 18:59:44 -05:00
FindGLIB2.cmake full systemd support 2014-08-10 08:47:11 -05:00
FindGSOAP.cmake Add /usr/local/share/gsoap/plugin to GSOAP search paths 2025-12-31 22:58:18 +11:00
FindLibJWT.cmake Build: Add CMake package module for FFmpeg 2021-06-04 23:18:30 +02:00
FindLibUnwind.cmake fix: improve crash backtrace on ARM and fix misleading signal info 2026-01-30 15:09:02 -05:00
FindMOSQUITTO.cmake Use uppercase standardized names for MOSQUITTO and MOSTQUITTOPP 2022-08-26 09:37:37 -04:00
FindMOSQUITTOPP.cmake Use uppercase standardized names for MOSQUITTO and MOSTQUITTOPP 2022-08-26 09:37:37 -04:00
FindPerlModules.cmake Add cmake to zoneminder 2013-09-28 12:59:50 +03:00
FindPolkit.cmake typo 2015-06-25 08:07:31 -05:00
FindV4L2.cmake Build: Move V4L2 detection into its own module 2021-09-08 00:18:24 +02:00
GNUInstallDirs.cmake Add cmake to zoneminder 2013-09-28 12:59:50 +03:00
Pod2Man.cmake Strip build time from compressed manpages 2024-12-16 16:07:43 +01:00