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

games API minor bugs #98

Open
esaule opened this issue Aug 14, 2019 · 0 comments
Open

games API minor bugs #98

esaule opened this issue Aug 14, 2019 · 0 comments

Comments

@esaule
Copy link
Member

esaule commented Aug 14, 2019

There are two bugs that show in the game API. Both are minor, but should be looked into eventually.
First, it seems that there are race conditions in the API. Deep into the libraries it seem. They can be seen when running the drd tool from valgrind.

Second, it seems the application dies if the user code is compiled against the debug c++ library using -D_GLIBCXX_DEBUG. I believe this is because the library is compiled withou it and there are now pieces with different expectations of what objects from the STL look like. Still we should look into it when we have time.

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

No branches or pull requests

1 participant