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

Bug in btCollisionDispatcherMt #4669

Open
samojordan opened this issue Nov 7, 2024 · 0 comments
Open

Bug in btCollisionDispatcherMt #4669

samojordan opened this issue Nov 7, 2024 · 0 comments

Comments

@samojordan
Copy link

btCollisionDispatcherMt::dispatchAllCollisionPairs() has a bug which triggers when
a manifold is created and released during a single dispatch. The fix is to move
the loop that updates the m_index1a indices to run before the loop which releases
the manifolds. We don't have a minimal example for reproduction, we encountered this
in a large application. We have our own clone of bullet and have fixed it there so for
us this is done, but would be nice if someone converts this report into a proper
bugreport/PR such that all other bullet users can benefit.

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