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

Workaround for a hangup during cleanup (proper fix required) #128

Merged
merged 1 commit into from
Oct 10, 2017

Conversation

ethouris
Copy link
Collaborator

This simply turns off destruction of a condition variable in CUDTUnited::cleanup(), which is actually executed from within the global destructor, if not called manually.

The true reason as to why this destruction causes a hangup should be further studied. Currently this is simply blocked on Windows, which isn't the proper solution, but as this is a global object, destroyed just before the program exits, it can be temporarily tolerated.

@rndi rndi merged commit 84a4202 into Haivision:dev Oct 10, 2017
@rndi
Copy link
Collaborator

rndi commented Oct 10, 2017

Ticket #129 was created to follow up on this issue.

Thank you @ethouris !

@ethouris ethouris deleted the dev-workaround-windows-cleanup branch January 17, 2018 10:29
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.

2 participants