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

Conversation

derekbruening
Copy link
Contributor

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

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 derekbruening merged commit 2f7d624 into master Dec 31, 2020
@derekbruening derekbruening deleted the i1921-sigaltstack branch December 31, 2020 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants