-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
b3bc4df
commit d603c2b
Showing
3 changed files
with
86 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters