Skip to content

Display information about faulting thread from core dumps #99

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions