Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Channel mutex cleanup when destroying host context #62
Comments
|
Thanks Markiyan. I've applied your patch, and some cosmetic refactoring of the static function names in context.c in commit f995cc7 in my tree. Will flow upstream in due course. |
kmcdonell
closed this
Jan 21, 2016
natoscott
pushed a commit
that referenced
this issue
Jan 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mkushnir commentedJan 21, 2016
Valgrind (on FreeBSD) has shown a channel mutex hanging after a host context destroy. Below are snippets from valgrind output:
I'm attaching a suggested fix (including parts of #61 fix, please ignore it here).
out.txt