Skip to content

[BUGFIX] Ensure exception propagation in shellbatched code path#119

Merged
wavefunction91 merged 1 commit into
masterfrom
hotfix/shellbatched_exception_propagation
Apr 8, 2024
Merged

[BUGFIX] Ensure exception propagation in shellbatched code path#119
wavefunction91 merged 1 commit into
masterfrom
hotfix/shellbatched_exception_propagation

Conversation

@wavefunction91

Copy link
Copy Markdown
Owner

Use of std::async in the shellbatched code paths requires the invocation of std::future::get every time a future is digested to ensure exception propagation. We did this in the critical path, but missed the final check.

Reported by @mikovtun.

@wavefunction91 wavefunction91 merged commit 0036d1f into master Apr 8, 2024
@wavefunction91 wavefunction91 deleted the hotfix/shellbatched_exception_propagation branch April 8, 2024 22:08
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

Successfully merging this pull request may close these issues.

1 participant