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

Add workaround to avoid sporadic crashes of the test runner #1923

Closed
wants to merge 1 commit into from

Conversation

amadio
Copy link
Member

@amadio amadio commented Feb 21, 2023

Sometimes, the call to dlclose() being commented out here gets called while test cases using the loaded library are still running (on another thread), which causes random crashes in the test runner. As a workaround, let the OS do the clean up of loaded libraries.

@amadio amadio self-assigned this Feb 21, 2023
Sometimes, the call to dlclose() being commented out here gets called
while test cases using the loaded library are still running (on another
thread), which causes random crashes in the test runner. As a workaround,
let the OS do the clean up of loaded libraries.
@amadio
Copy link
Member Author

amadio commented Feb 21, 2023

Looks like this workaround actually is not enough...

@amadio amadio closed this Feb 21, 2023
@abh3
Copy link
Member

abh3 commented Feb 22, 2023

OK, looks like there is nothing to review at the moment then.

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