-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Component: pstackIssues related to pstack(1)Issues related to pstack(1)Priority: MediumNormal priorityNormal priorityType: EnhancementA request, idea, or new functionalityA request, idea, or new functionality
Description
Core dumps have a NT_SIGINFO section that we could use in pstack(1) to display information about the faulting thread:
| Field | Maps to |
|---|---|
si_signo |
Signal number |
si_code |
Signal code (segfault reason etc.) |
si_errno |
Associated errno |
| union fields | Faulting address (for SIGSEGV), sender PID (for kill), etc. |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: pstackIssues related to pstack(1)Issues related to pstack(1)Priority: MediumNormal priorityNormal priorityType: EnhancementA request, idea, or new functionalityA request, idea, or new functionality