Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: more accurately detect running on alternate stack
Probably the correct thing to do is either: * don't try to use an alternate stack at all * change the way we switch back to the regular stack from alternate stack handler to go through the signal return path. This would clear the SS_ONSTACK bit for the lwp, allowing it to use the alternate stack again in the future.
- Loading branch information