We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://rethinkdb.com/blog/handling-stack-overflow-on-custom-stacks/
https://barrgroup.com/embedded-systems/how-to/prevent-detect-stack-overflow
etc.
The text was updated successfully, but these errors were encountered:
We do have a SIGSEGV handler already, probably what's left is to use sigaltstack so that it works even on stack overflow.
sigaltstack
Sorry, something went wrong.
Yes, it seems so, the tricky part is that should happen for every thread (according to that article).
Duplicate of #6420
alexey-milovidov
Successfully merging a pull request may close this issue.
https://rethinkdb.com/blog/handling-stack-overflow-on-custom-stacks/
https://barrgroup.com/embedded-systems/how-to/prevent-detect-stack-overflow
etc.
The text was updated successfully, but these errors were encountered: