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

Avoid deadlock on simulation runner shutdown with python binding #168

Open
basicNew opened this issue Dec 13, 2017 · 0 comments
Open

Avoid deadlock on simulation runner shutdown with python binding #168

basicNew opened this issue Dec 13, 2017 · 0 comments

Comments

@basicNew
Copy link

As documented here there is a possible deadlock situation when shutting down the simulation runner from python. One possible solution would be to use a timed mutex as described here. Another approach with timed mutexes would be to implement the busy waiting loop on the python side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants