-
Notifications
You must be signed in to change notification settings - Fork 188
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
invalid pointer in tb_shutdown() #47
Comments
If you call tb_shutdown twice, then it's possible. |
And that's what valgrind says.. You call tb_shutdown at main.c:446 And then again at main.c:451 |
Will add a guard which protects you from doing so.. |
ah! Thank you. |
Guard sounds like a good idea. Actually I called tb_shutdown twice, you are right. |
I recently experienced this strange error when my program quitted. It is related to
tb_shutdown()
as I found out by using valgrind: valgrind error. I don't have any idea how to fix this yet.The text was updated successfully, but these errors were encountered: