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

Don't use SCOPED_TRACE in test_multiplication_hermitian, part 2 #1234

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

msimberg
Copy link
Collaborator

Similar to #1206, remove also the second use of SCOPED_TRACE in the test, to avoid potentially yielding while holding onto the SCOPED_TRACE, which will segfault if the task migrates to a different worker thread.

Similar to eth-cscs#1206, remove also the second use of SCOPED_TRACE in the test, to avoid potentially yielding
while holding onto the SCOPED_TRACE, which will segfault if the task migrates to a different worker thread.
@msimberg msimberg requested a review from rasolca December 10, 2024 15:51
@msimberg
Copy link
Collaborator Author

cscs-ci run

@rasolca rasolca merged commit 2d40c57 into eth-cscs:master Dec 10, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants