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

Try capturing stack overflow errors? #14840

Closed
filimonov opened this issue Sep 15, 2020 · 3 comments · Fixed by #16346
Closed

Try capturing stack overflow errors? #14840

filimonov opened this issue Sep 15, 2020 · 3 comments · Fixed by #16346

Comments

@filimonov
Copy link
Contributor

@akuzm
Copy link
Contributor

akuzm commented Sep 15, 2020

We do have a SIGSEGV handler already, probably what's left is to use sigaltstack so that it works even on stack overflow.

@filimonov
Copy link
Contributor Author

We do have a SIGSEGV handler already, probably what's left is to use sigaltstack so that it works even on stack overflow.

Yes, it seems so, the tricky part is that should happen for every thread (according to that article).

@alexey-milovidov
Copy link
Member

Duplicate of #6420

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants