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

Finishes all futures when one throws an exception #464

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

sjanel
Copy link
Owner

@sjanel sjanel commented Oct 24, 2023

This could lead to asan stack-use-after-return as other threads are using objects allocated by calling thread that finishes before.

@sjanel sjanel added the bug Something isn't working label Oct 24, 2023
@sjanel sjanel force-pushed the bugfix/wait-all-futures-exception-thread-pool branch from a04ed7f to 24f9990 Compare October 24, 2023 07:57
@sjanel sjanel force-pushed the bugfix/wait-all-futures-exception-thread-pool branch from 24f9990 to 0a837d6 Compare October 24, 2023 08:09
@sjanel sjanel merged commit 0c50407 into main Oct 24, 2023
15 checks passed
@sjanel sjanel deleted the bugfix/wait-all-futures-exception-thread-pool branch October 24, 2023 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant