Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display human-readable descriptions for signal types in crash handlers #77286

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 20, 2023

  1. Display human-readable descriptions for signal types in crash handlers

    Previously, only the signal number was displayed:
    
        handle_crash: Program crashed with signal 4
    
    Now, the signal code and description are shown:
    
        handle_crash: Program crashed with signal 4 (SIGILL) - Illegal instruction
    
    This only affects Linux and macOS, not Windows.
    Calinou committed May 20, 2023
    Configuration menu
    Copy the full SHA
    9b3f13d View commit details
    Browse the repository at this point in the history