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

Remove another std::call_once to avoid initialization crashes #1621

Conversation

jmlait
Copy link
Contributor

@jmlait jmlait commented May 26, 2023

We ran into this with GCC 11. Similar fix as before, removing the call_once for a static initializer.

@Idclip
Copy link
Contributor

Idclip commented May 28, 2023

@jmlait I've already fixed this in the PR I put up yesterday, see #1620

@Idclip Idclip closed this May 28, 2023
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.

None yet

2 participants