Skip to content

Display information about faulting thread from core dumps #99

@basil

Description

@basil

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions