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

i#1921 native sig: Account for sigaltstack when placing native frames #4645

Merged
merged 1 commit into from
Dec 31, 2020

Commits on Dec 30, 2020

  1. i#1921 native sig: Account for sigaltstack when placing native frames

    The native frame adjustments to handle the DR handler being on the
    native stack previously failed to handle an application with a
    sigaltstack.  We correct that here.
    
    Adds sigaltstack testing to the api.detach_signal test.  With a
    smaller stack, this exercises the stack-too-small error message path
    from DR.
    
    Issue: #1921
    derekbruening committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    d603c2b View commit details
    Browse the repository at this point in the history