Skip to content
Snippets Groups Projects

CoreDumpSvc: Add printout on calling previous signal handler

Merged Frank Winklmeier requested to merge fwinkl/athena:coredumpsvc into master

Add printout when calling the previous signal handler to help debugging missing stack traces seen in ATR-20796. Also change the exit code in case of recursive signals to 98 to distinguish it from the 99 exit code for "regular" crashes.

Note that the std::cout usage is unavoidable here as it's printing from a signal handler.

Edited by Frank Winklmeier

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading