Actions
Feature #4526
closedSIGSEGV handling -- log stack before aborting
Effort:
Difficulty:
Label:
Description
Not all deployment scenarios are equipped to assist troubleshooting efforts and hence, core files are not always possible.
In some environments, a stack trace can be used to assist troubleshooting.
The general approach would be to
- Install a SIGSEGV handler
- Use libunwind to gather and log (to stderr minimally) the stacktrace.
Updated by Jeff Lucovsky over 3 years ago
- Status changed from New to In Review
- Assignee set to Jeff Lucovsky
Updated by Jeff Lucovsky almost 3 years ago
- Status changed from In Review to Closed
Updated by Jeff Lucovsky almost 3 years ago
- Copied to Feature #4973: SIGSEGV handling -- log stack before aborting added
Updated by Jeff Lucovsky over 2 years ago
- Related to Bug #5070: Stacktrace logger should propagate original signal added
Actions