Actions
Feature #4973
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 almost 3 years ago
- Copied from Feature #4526: SIGSEGV handling -- log stack before aborting added
Updated by Jeff Lucovsky almost 3 years ago
- Status changed from Assigned to In Progress
Cherry-pick commit(s):
- 303dd29
- 501c870
- 163f70b
- 7f0f463
- 93842aa
Updated by Jeff Lucovsky almost 3 years ago
- Status changed from In Progress to In Review
Updated by Shivani Bhardwaj over 2 years ago
- Status changed from In Review to Closed
Closed by: https://github.com/OISF/suricata/pull/7215
Actions