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

Improve handling of callback failures induced by stack overflow #324

Open
rohanpm opened this issue Mar 7, 2022 · 0 comments
Open

Improve handling of callback failures induced by stack overflow #324

rohanpm opened this issue Mar 7, 2022 · 0 comments

Comments

@rohanpm
Copy link
Owner

rohanpm commented Mar 7, 2022

It is currently possible to induce a stack overflow in some cases of chained futures, e.g. a chain of f_and some thousands deep.

In such cases, an exception will be logged but the future held by the caller will be broken. Investigate if something better can be done here to at least cause an exception to bubble up.

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

No branches or pull requests

1 participant