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

Small fixes inspired by debugging eicrecon #288

Merged
merged 4 commits into from
Apr 18, 2024

Conversation

nathanwbrei
Copy link
Collaborator

No description provided.

@nathanwbrei nathanwbrei force-pushed the nbrei_eicrecon_fixes_2 branch from af7301d to 85d8b87 Compare April 18, 2024 02:51
One of the use cases for AutoActivator is debugging factories that might be excepting, but the exceptions are being swallowed by the caller.
@nathanwbrei nathanwbrei force-pushed the nbrei_eicrecon_fixes_2 branch from 85d8b87 to df65224 Compare April 18, 2024 03:47
This doesn't make our factories safer or more correct, and may be responsible for the very simple test case that mysteriously hangs, but only during the Docker CI job.
@nathanwbrei
Copy link
Collaborator Author

Here's a fun rabbit hole:
https://stackoverflow.com/questions/56083894/bug-throwing-exceptions-with-stdcall-once

Apparently std::call_once is not always exception-safe?!? Particularly the libstdc++ implementation

@nathanwbrei nathanwbrei merged commit df710d3 into master Apr 18, 2024
3 checks passed
@nathanwbrei nathanwbrei deleted the nbrei_eicrecon_fixes_2 branch April 18, 2024 04:52
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