Files
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
..
2023-08-19 12:39:32 +02:00
2021-06-04 23:46:58 +02:00
2021-11-29 18:59:44 -05:00
2014-08-10 08:47:11 -05:00
2013-09-28 12:59:50 +03:00
2015-06-25 08:07:31 -05:00
2013-09-28 12:59:50 +03:00